[Qa-jenkins-scm] Build failed in Jenkins: reproducible_diffoscope_from_git #1182
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Fri Feb 4 16:42:59 GMT 2022
See <https://jenkins.debian.net/job/reproducible_diffoscope_from_git/1182/display/redirect?page=changes>
Changes:
[lamby] Add an allowed-to-fail test regarding a regression in directory
[lamby] Tidy control flow in Difference._reverse_self a little.
------------------------------------------
[...truncated 1007.25 KB...]
/usr/lib/python3/dist-packages/binwalk/core/module.py:802: in run
obj = self.load(module, kwargs)
dependency = False
kwargs = {}
module = <class 'binwalk.modules.hexdiff.HexDiff'>
self = <binwalk.core.module.Modules object at 0x7f2724c36be0>
/usr/lib/python3/dist-packages/binwalk/core/module.py:833: in load
argv.update(self.dependencies(module, argv['enabled']))
argv = {'enabled': False}
kwargs = {}
module = <class 'binwalk.modules.hexdiff.HexDiff'>
self = <binwalk.core.module.Modules object at 0x7f2724c36be0>
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <binwalk.core.module.Modules object at 0x7f2724c36be0>
module = <class 'binwalk.modules.hexdiff.HexDiff'>, module_enabled = False
def dependencies(self, module, module_enabled):
import binwalk.modules
attributes = {}
for dependency in module.DEFAULT_DEPENDS + module.DEPENDS:
# The dependency module must be imported by
# binwalk.modules.__init__.py
if hasattr(binwalk.modules, dependency.name):
dependency.module = getattr(binwalk.modules, dependency.name)
else:
raise ModuleException("%s depends on %s which was not found in binwalk.modules.__init__.py\n" % (str(module), dependency.name))
# No recursive dependencies, thanks
if dependency.module == module:
continue
# Only load dependencies with custom kwargs from modules that are enabled, else madness ensues.
# Example: Heursitic module depends on entropy module, and sets entropy kwargs to contain 'enabled' : True.
# Without this check, an entropy scan would always be run, even if -H or -E weren't specified!
#
# Modules that are not enabled (e.g., extraction module) can load any dependency as long as they don't
# set any custom kwargs for those dependencies.
if module_enabled or not dependency.kwargs:
depobj = self.run(dependency.module, dependency=True, kwargs=dependency.kwargs)
# If a dependency failed, consider this a non-recoverable error and
# raise an exception
if depobj.errors:
> raise ModuleException("Failed to load " + dependency.name + " module")
E binwalk.core.exceptions.ModuleException: Failed to load Extractor module
attributes = {'config': <binwalk.modules.general.General object at 0x7f2724cefd60>}
binwalk = <module 'binwalk' from '/usr/lib/python3/dist-packages/binwalk/__init__.py'>
dependency = <binwalk.core.module.Dependency object at 0x7f2730fdfe50>
depobj = <binwalk.modules.extractor.Extractor object at 0x7f2724cebdf0>
module = <class 'binwalk.modules.hexdiff.HexDiff'>
module_enabled = False
self = <binwalk.core.module.Modules object at 0x7f2724c36be0>
/usr/lib/python3/dist-packages/binwalk/core/module.py:865: ModuleException
----------------------------- Captured stderr call -----------------------------
Extractor Exception: Binwalk extraction uses many third party utilities, which may not be secure. If you wish to have extraction utilities executed as the current user, use '--run-as=root' (binwalk itself must be run as root).
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/binwalk/core/module.py", line 258, in __init__
self.load()
File "/usr/lib/python3/dist-packages/binwalk/modules/extractor.py", line 147, in load
raise ModuleException("Binwalk extraction uses many third party utilities, which may not be secure. If you wish to have extraction utilities executed as the current user, use '--run-as=%s' (binwalk itself must be run as root)." % user_info.pw_name)
binwalk.core.exceptions.ModuleException: Binwalk extraction uses many third party utilities, which may not be secure. If you wish to have extraction utilities executed as the current user, use '--run-as=root' (binwalk itself must be run as root).
----------------------------------------------------------------------------------------------------
Extractor Exception: Binwalk extraction uses many third party utilities, which may not be secure. If you wish to have extraction utilities executed as the current user, use '--run-as=root' (binwalk itself must be run as root).
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/binwalk/core/module.py", line 258, in __init__
self.load()
File "/usr/lib/python3/dist-packages/binwalk/modules/extractor.py", line 147, in load
raise ModuleException("Binwalk extraction uses many third party utilities, which may not be secure. If you wish to have extraction utilities executed as the current user, use '--run-as=%s' (binwalk itself must be run as root)." % user_info.pw_name)
binwalk.core.exceptions.ModuleException: Binwalk extraction uses many third party utilities, which may not be secure. If you wish to have extraction utilities executed as the current user, use '--run-as=root' (binwalk itself must be run as root).
----------------------------------------------------------------------------------------------------
--------- generated xml file: /tmp/job-exports/test-results/tests.xml ----------
---------- coverage: platform linux, python 3.9.10-final-0 -----------
Name Stmts Miss Cover Missing
--------------------------------------------------------------------------
diffoscope/__init__.py 1 0 100%
diffoscope/changes.py 122 52 57% 84, 92, 95, 104, 111, 118, 139, 176, 182, 188, 194-198, 204, 210, 226-229, 232-235, 244, 256-288, 306-308, 313-316, 323, 335
diffoscope/comparators/__init__.py 47 21 55% 142-148, 153-162, 167-176
diffoscope/comparators/android.py 43 1 98% 49
diffoscope/comparators/apk.py 148 11 93% 47-49, 55, 239-242, 245, 257, 272, 276
diffoscope/comparators/ar.py 27 0 100%
diffoscope/comparators/berkeley_db.py 20 0 100%
diffoscope/comparators/binary.py 17 0 100%
diffoscope/comparators/binwalk.py 61 23 62% 32-33, 37-39, 55, 58, 61, 64, 74, 87, 101-118, 121-128
diffoscope/comparators/bzip2.py 25 0 100%
diffoscope/comparators/cbfs.py 89 43 52% 39-40, 46, 49, 55-66, 69, 72, 75, 79-91, 104-114, 145-148, 152-166, 169
diffoscope/comparators/cpio.py 10 0 100%
diffoscope/comparators/deb.py 126 9 93% 37-39, 52, 77, 136, 189-191
diffoscope/comparators/debian.py 167 12 93% 26-30, 84-86, 113-118, 186, 249-253, 273, 349
diffoscope/comparators/debian_fallback.py 17 0 100%
diffoscope/comparators/decompile.py 190 98 48% 38-39, 58-59, 62-67, 71, 74, 78, 86-97, 101-109, 116, 119, 122, 132-133, 137, 140, 143, 156-159, 165, 169, 175, 178, 181, 184, 190-201, 204-209, 221-228, 231, 238, 242, 246, 250, 254-257, 261-272, 276-281, 304-324, 327, 333, 336, 339-340, 343-344
diffoscope/comparators/device.py 48 6 88% 48-51, 86-89
diffoscope/comparators/dex.py 29 1 97% 36
diffoscope/comparators/directory.py 159 43 73% 40-43, 98-106, 112-115, 119-143, 173-174, 177, 180-201, 256, 271
diffoscope/comparators/docx.py 14 0 100%
diffoscope/comparators/dtb.py 14 0 100%
diffoscope/comparators/elf.py 345 32 91% 77, 82-83, 221, 236, 338, 382, 404-406, 414, 426-428, 436, 468, 508-517, 525-527, 532, 545, 556, 562, 575-579, 591-596, 685-688
diffoscope/comparators/ffprobe.py 27 0 100%
diffoscope/comparators/fit.py 57 2 96% 88, 118
diffoscope/comparators/fontconfig.py 26 0 100%
diffoscope/comparators/fonts.py 16 0 100%
diffoscope/comparators/fsimage.py 85 18 79% 33-35, 43, 50-51, 58-64, 68-70, 76, 81-82, 86, 131
diffoscope/comparators/gettext.py 37 0 100%
diffoscope/comparators/gif.py 42 4 90% 56-57, 100-101
diffoscope/comparators/git.py 29 0 100%
diffoscope/comparators/gnumeric.py 19 0 100%
diffoscope/comparators/gzip.py 27 0 100%
diffoscope/comparators/haskell.py 60 13 78% 37, 47, 85-87, 96, 102-109, 113, 124-125, 142, 145
diffoscope/comparators/hdf.py 14 0 100%
diffoscope/comparators/icc.py 14 0 100%
diffoscope/comparators/image.py 84 6 93% 135-136, 164-165, 184-185
diffoscope/comparators/ipk.py 4 0 100%
diffoscope/comparators/iso9660.py 52 20 62% 33, 51, 56-57, 61-68, 71-73, 95, 105-119
diffoscope/comparators/java.py 51 4 92% 94-97, 106
diffoscope/comparators/javascript.py 13 0 100%
diffoscope/comparators/json.py 56 9 84% 34-36, 54-55, 86, 95-96, 104
diffoscope/comparators/kbx.py 18 1 94% 35
diffoscope/comparators/llvm.py 22 0 100%
diffoscope/comparators/lz4.py 28 0 100%
diffoscope/comparators/macho.py 303 57 81% 91-93, 97, 101, 104, 108-111, 116, 121, 126, 131, 145-148, 152, 156, 159, 163-166, 171-172, 178, 181-182, 187-188, 210, 321, 325, 329-346, 363, 469, 492, 506-509, 535, 556-559, 579, 583, 622, 634-642
diffoscope/comparators/missing_file.py 53 3 94% 71, 74, 92
diffoscope/comparators/mono.py 14 0 100%
diffoscope/comparators/ocaml.py 19 0 100%
diffoscope/comparators/odt.py 24 3 88% 35, 43-44
diffoscope/comparators/ogg.py 14 0 100%
diffoscope/comparators/openssh.py 14 0 100%
diffoscope/comparators/openssl.py 26 5 81% 56-68, 71-77
diffoscope/comparators/pcap.py 14 0 100%
diffoscope/comparators/pdf.py 67 5 93% 30-32, 55, 99
diffoscope/comparators/pe32.py 18 5 72% 31, 41-44, 52
diffoscope/comparators/pgp.py 59 5 92% 72, 103-104, 110-112
diffoscope/comparators/png.py 32 2 94% 78-79
diffoscope/comparators/ppu.py 57 16 72% 73, 85-98, 101-107
diffoscope/comparators/ps.py 25 2 92% 50-51
diffoscope/comparators/python.py 66 3 95% 55-57
diffoscope/comparators/rdata.py 58 4 93% 93, 104, 108, 170
diffoscope/comparators/rpm.py 73 1 99% 42
diffoscope/comparators/rpm_fallback.py 12 0 100%
diffoscope/comparators/rust.py 32 0 100%
diffoscope/comparators/sphinx.py 23 2 91% 61-65
diffoscope/comparators/sqlite.py 14 0 100%
diffoscope/comparators/squashfs.py 179 23 87% 98, 116, 130, 138, 141, 155, 163, 189-190, 194-195, 201-202, 217, 244-245, 289-302, 318-320
diffoscope/comparators/symlink.py 35 2 94% 58-59
diffoscope/comparators/tar.py 12 0 100%
diffoscope/comparators/text.py 27 2 93% 69-71
diffoscope/comparators/uimage.py 24 8 67% 33, 36, 39, 42-52
diffoscope/comparators/utils/__init__.py 0 0 100%
diffoscope/comparators/utils/archive.py 100 14 86% 67, 71, 75, 79, 125-126, 142, 145, 148, 157, 160, 167, 170, 175
diffoscope/comparators/utils/command.py 56 3 95% 63, 77, 105
diffoscope/comparators/utils/compare.py 97 14 86% 77, 85-86, 103, 121-122, 137, 150-158
diffoscope/comparators/utils/container.py 125 11 91% 66, 70, 115-119, 192-195, 211
diffoscope/comparators/utils/file.py 294 58 80% 39-40, 53-59, 80-94, 122, 288-303, 345-347, 357-359, 367, 371, 375, 438-441, 466-469, 483-486, 494, 498-502, 531, 542-555, 574, 581, 604
diffoscope/comparators/utils/fuzzy.py 33 2 94% 27-28
diffoscope/comparators/utils/libarchive.py 183 27 85% 45-48, 52-55, 67-70, 74-77, 81-84, 132-135, 174, 203, 211, 214, 227, 241, 255-256, 328-329, 352-368
diffoscope/comparators/utils/operation.py 26 6 77% 33, 40, 48, 55, 62, 66
diffoscope/comparators/utils/specialize.py 32 2 94% 78, 81
diffoscope/comparators/wasm.py 19 0 100%
diffoscope/comparators/xml.py 49 3 94% 69, 153-154
diffoscope/comparators/xmlb.py 19 3 84% 31, 43, 46
diffoscope/comparators/xsb.py 17 0 100%
diffoscope/comparators/xz.py 28 0 100%
diffoscope/comparators/zip.py 150 4 97% 148, 151, 235-236
diffoscope/comparators/zst.py 26 1 96% 38
diffoscope/config.py 50 4 92% 83-98
diffoscope/diff.py 434 62 86% 103, 140, 199, 237, 239-241, 283-286, 299-327, 378, 409, 555-560, 579-580, 591, 608, 610, 614, 630, 635, 668-669, 672-673, 695-696, 699-709, 717-720, 730-733, 748
diffoscope/difference.py 232 18 92% 116, 226-230, 249, 284, 291-292, 311, 346-349, 380, 396, 402, 426, 457
diffoscope/environ.py 13 0 100%
diffoscope/exc.py 21 0 100%
diffoscope/excludes.py 24 5 79% 31-36, 43-45
diffoscope/external_tools.py 5 0 100%
diffoscope/feeders.py 83 3 96% 36, 116-117
diffoscope/logging.py 28 4 86% 30-31, 36-37
diffoscope/main.py 276 72 74% 59-61, 65-67, 73, 450, 458-465, 477-481, 488-514, 528, 570-612, 629, 684, 699-700, 722, 729-730, 735, 740-748, 765, 767-770, 775-781, 796
diffoscope/path.py 15 2 87% 30-31
diffoscope/presenters/__init__.py 0 0 100%
diffoscope/presenters/formats.py 43 4 91% 99-102
diffoscope/presenters/html/__init__.py 1 0 100%
diffoscope/presenters/html/html.py 472 125 74% 82-89, 143-146, 150, 152-154, 268-269, 272, 307, 331, 348-359, 418, 429, 442-446, 451, 458-465, 476, 481-493, 496-511, 542-545, 549-554, 557, 563-567, 592-601, 606-618, 623-637, 652, 672-675, 750, 752, 816, 832, 843-875, 893
diffoscope/presenters/html/templates.py 11 0 100%
diffoscope/presenters/icon.py 1 0 100%
diffoscope/presenters/json.py 32 1 97% 55
diffoscope/presenters/markdown.py 19 0 100%
diffoscope/presenters/restructuredtext.py 25 0 100%
diffoscope/presenters/text.py 44 7 84% 61-66, 71-72, 81-82
diffoscope/presenters/utils.py 166 14 92% 42, 71, 153, 158, 165, 307, 343, 354, 357, 422-427
diffoscope/profiling.py 42 0 100%
diffoscope/progress.py 168 18 89% 34-36, 45-52, 78, 89-90, 95, 120, 225, 240-241, 249
diffoscope/readers/__init__.py 9 0 100%
diffoscope/readers/json.py 17 1 94% 34
diffoscope/readers/utils.py 2 0 100%
diffoscope/tempfiles.py 57 9 84% 83-84, 99-105, 123-124
diffoscope/tools.py 93 13 86% 26-27, 97-98, 108-109, 148, 161, 166, 181-184
diffoscope/utils.py 38 1 97% 45
--------------------------------------------------------------------------
TOTAL 7469 1088 85%
Coverage HTML written to dir htmlcov
=========================== short test summary info ============================
SKIPPED [1] tests/comparators/test_cbfs.py:100: requires cbfstool
SKIPPED [1] tests/comparators/test_cbfs.py:105: requires cbfstool
SKIPPED [1] tests/comparators/test_cbfs.py:110: requires cbfstool
SKIPPED [1] tests/comparators/test_cbfs.py:122: requires cbfstool
SKIPPED [1] tests/comparators/test_cbfs.py:134: requires cbfstool
SKIPPED [1] tests/comparators/test_cbfs.py:142: requires cbfstool
SKIPPED [1] tests/comparators/test_dex.py:91: requires >= 14.0 (11.0.14 detected)
SKIPPED [1] tests/comparators/test_elf_decompiler.py:78: radare2 didn't recognize pdgj command
SKIPPED [1] tests/comparators/test_elf_decompiler.py:88: radare2 didn't recognize pdgj command
SKIPPED [1] tests/comparators/test_elf_decompiler.py:98: requires r2pipe Python module
SKIPPED [1] tests/comparators/test_haskell.py:35: mismatch between system ghc and fixture
SKIPPED [1] tests/comparators/test_haskell.py:52: mismatch between system ghc and fixture
SKIPPED [1] tests/comparators/test_iso9660.py:53: requires isoinfo (try installing genisoimage)
SKIPPED [1] tests/comparators/test_iso9660.py:62: requires isoinfo (try installing genisoimage)
SKIPPED [1] tests/comparators/test_iso9660.py:71: requires isoinfo (try installing genisoimage)
SKIPPED [1] tests/comparators/test_iso9660.py:78: requires isoinfo (try installing genisoimage)
SKIPPED [1] tests/comparators/test_iso9660.py:86: requires isoinfo (try installing genisoimage)
SKIPPED [1] tests/comparators/test_java.py:97: requires >= 14.0 (11.0.14 detected)
SKIPPED [1] tests/comparators/test_macho.py:59: requires otool and lipo
SKIPPED [1] tests/comparators/test_macho.py:67: requires otool and lipo
SKIPPED [1] tests/comparators/test_macho_decompiler.py:86: radare2 didn't recognize pdgj command
SKIPPED [1] tests/comparators/test_macho_decompiler.py:96: radare2 didn't recognize pdgj command
SKIPPED [1] tests/comparators/test_macho_decompiler.py:109: requires r2pipe Python module
SKIPPED [1] tests/comparators/test_odt.py:55: requires >= 0.7 (0.5 detected)
SKIPPED [1] tests/comparators/test_odt.py:60: requires >= 0.7 (0.5 detected)
SKIPPED [1] tests/comparators/test_utils.py:49: requires
SKIPPED [1] tests/comparators/test_utils.py:54: requires /missing
XFAIL tests/comparators/test_apk.py::test_android_manifest
XFAIL tests/comparators/test_directory.py::test_compare_both_ways
= 4 failed, 641 passed, 27 skipped, 2 xfailed, 23 errors in 676.33s (0:11:16) ==
E: pybuild pybuild:367: test: plugin distutils failed with: exit code=1: cd /tmp/testrun/.pybuild/cpython3_3.9/build; python3.9 -m pytest -vv -r sxX -l --cov=diffoscope --cov-report=term-missing --cov-report=html --junit-xml=/tmp/job-exports/test-results/tests.xml
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 3.9" returned exit code 13
make: *** [debian/rules:35: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui failed
'/chroots/chroot-run-sid.4asot7LEg//tmp/job-exports/test-results' -> '<https://jenkins.debian.net/job/reproducible_diffoscope_from_git/ws/job-exports/test-results'>
'/chroots/chroot-run-sid.4asot7LEg//tmp/job-exports/test-results/tests.xml' -> '<https://jenkins.debian.net/job/reproducible_diffoscope_from_git/ws/job-exports/test-results/tests.xml'>
Fri Feb 4 16:42:59 UTC 2022 - chroot-run.sh stopped running as /tmp/jenkins-script-bJ9Ma9Es, removing.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list