[Qa-jenkins-scm] Build failed in Jenkins: reproducible_diffoscope_from_git_master #520
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Wed Aug 8 13:20:06 BST 2018
See <https://jenkins.debian.net/job/reproducible_diffoscope_from_git_master/520/display/redirect?page=changes>
Changes:
[lamby] Handle error when encrypted archive file is exctracted. (Closes:
[Mattia Rizzolo] Explicitly add `file` to the dependencies of autopkgtest to have the
------------------------------------------
[...truncated 445.45 KB...]
for buf in in_file:
line_count += 1
out = buf if filter is None else filter(buf)
if h is not None:
> h.update(out)
E TypeError: Unicode-objects must be encoded before hashing
buf = b'Summary of /tmp/diffoscope_d0bv0_xg/tmpl6di4ozv/alloc_system-d16b8f0e.0.bytecode:\n'
end_nl = False
filter = <bound method LlvmBcAnalyzer.filter of <diffoscope.comparators.llvm.LlvmBcAnalyzer object at 0x7f71abd31710>>
h = <sha1 HASH object @ 0x7f71b071d648>
in_file = [b'<MODULE_BLOCK NumWords=434 BlockCodeSize=3>\n', b' <VERSION op0=1/>\n', b' <BLOCKINFO_BLOCK/>\n', b' <PARAMATTR_...\n', b' <ENTRY op0=1 op1=4294967295 op2=0 op3=18 op4=0 op5=33/>\n', b' <ENTRY op0=2 op1=1 op2=0 op3=11/>\n', ...]
line_count = 214
max_lines = 4194304
out = 'Summary:'
out_file = <_io.BufferedWriter name=10>
diffoscope/feeders.py:50: TypeError
=================================== FAILURES ===================================
__________________________ test_compare_non_existing ___________________________
monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f71b10c44e0>
rlib1 = <<class 'abc.ArFile'> /tmp/testrun/.pybuild/cpython3_3.7/build/tests/data/test1.rlib>
@skip_unless_tools_exist('nm')
def test_compare_non_existing(monkeypatch, rlib1):
> assert_non_existing(monkeypatch, rlib1)
monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f71b10c44e0>
rlib1 = <<class 'abc.ArFile'> /tmp/testrun/.pybuild/cpython3_3.7/build/tests/data/test1.rlib>
tests/comparators/test_rlib.py:111:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tests/utils/nonexisting.py:29: in assert_non_existing
difference = fixture.compare(MissingFile('/nonexisting', fixture))
diffoscope/comparators/utils/file.py:366: in compare
difference = self._compare_using_details(other, source)
diffoscope/comparators/utils/file.py:321: in _compare_using_details
other.as_container, no_recurse=no_recurse))
diffoscope/comparators/utils/container.py:177: in compare_pair
file1, file2, source=None, diff_content_only=no_recurse)
diffoscope/comparators/utils/compare.py:118: in compare_files
return file1.compare(file2, source)
diffoscope/comparators/utils/file.py:366: in compare
difference = self._compare_using_details(other, source)
diffoscope/comparators/utils/file.py:321: in _compare_using_details
other.as_container, no_recurse=no_recurse))
diffoscope/comparators/utils/container.py:177: in compare_pair
file1, file2, source=None, diff_content_only=no_recurse)
diffoscope/comparators/utils/compare.py:118: in compare_files
return file1.compare(file2, source)
diffoscope/comparators/utils/file.py:366: in compare
difference = self._compare_using_details(other, source)
diffoscope/comparators/utils/file.py:304: in _compare_using_details
details.extend(self.compare_details(other, source))
diffoscope/comparators/llvm.py:55: in compare_details
return [Difference.from_command(LlvmBcAnalyzer, self.path, other.path),
diffoscope/difference.py:233: in from_command
return Difference.from_command_exc(klass, path1, path2, *args, **kwargs)[0]
diffoscope/difference.py:270: in from_command_exc
**kwargs
diffoscope/difference.py:186: in from_feeder
unified_diff = diff(feeder1, feeder2)
diffoscope/diff.py:327: in diff
return run_diff(fifo1_path, fifo2_path, fifo1.end_nl_q, fifo2.end_nl_q)
diffoscope/diff.py:220: in __exit__
self.join()
diffoscope/diff.py:253: in join
raise self._exception
diffoscope/diff.py:244: in run
end_nl = self.feeder(fifo)
diffoscope/feeders.py:88: in feeder
end_nl = feeder(out_file)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
out_file = <_io.BufferedWriter name=10>
def feeder(out_file):
max_lines = Config().max_diff_input_lines
end_nl = False
line_count = 0
# If we have a maximum size, hash the content as we go along so we can
# display a nicer message.
h = None
if max_lines < float('inf'):
h = hashlib.sha1()
for buf in in_file:
line_count += 1
out = buf if filter is None else filter(buf)
if h is not None:
> h.update(out)
E TypeError: Unicode-objects must be encoded before hashing
buf = b'Summary of /tmp/diffoscope_d0bv0_xg/tmpesjp3y2w/alloc_system-d16b8f0e.0.bytecode:\n'
end_nl = False
filter = <bound method LlvmBcAnalyzer.filter of <diffoscope.comparators.llvm.LlvmBcAnalyzer object at 0x7f71aa4dbeb8>>
h = <sha1 HASH object @ 0x7f71a9429f08>
in_file = [b'<MODULE_BLOCK NumWords=434 BlockCodeSize=3>\n', b' <VERSION op0=1/>\n', b' <BLOCKINFO_BLOCK/>\n', b' <PARAMATTR_...\n', b' <ENTRY op0=1 op1=4294967295 op2=0 op3=18 op4=0 op5=33/>\n', b' <ENTRY op0=2 op1=1 op2=0 op3=11/>\n', ...]
line_count = 214
max_lines = 4194304
out = 'Summary:'
out_file = <_io.BufferedWriter name=10>
diffoscope/feeders.py:50: TypeError
--------- generated xml file: /tmp/job-exports/test-results/tests.xml ----------
----------- coverage: platform linux, python 3.7.0-final-0 -----------
Name Stmts Miss Cover Missing
--------------------------------------------------------------------------
diffoscope/__init__.py 1 0 100%
diffoscope/changes.py 124 54 56% 85, 93, 96, 105, 112, 119, 140, 177, 183, 189, 195-197, 203, 209, 225-228, 231-234, 243, 255-289, 310-317, 324, 336
diffoscope/comparators/__init__.py 39 14 64% 124-126, 131-139, 144-148
diffoscope/comparators/android.py 40 1 98% 50
diffoscope/comparators/apk.py 100 1 99% 41
diffoscope/comparators/ar.py 26 0 100%
diffoscope/comparators/berkeley_db.py 19 0 100%
diffoscope/comparators/binary.py 16 0 100%
diffoscope/comparators/binwalk.py 53 5 91% 32-33, 37-38, 64
diffoscope/comparators/bzip2.py 24 0 100%
diffoscope/comparators/cbfs.py 85 43 49% 39-40, 45, 48, 54-65, 68, 71, 74, 78-84, 97-99, 122-125, 129-142, 145
diffoscope/comparators/cpio.py 10 0 100%
diffoscope/comparators/deb.py 116 8 93% 36-37, 50, 75, 123, 159-161
diffoscope/comparators/debian.py 142 5 96% 80-82, 232, 253, 273
diffoscope/comparators/debian_fallback.py 25 0 100%
diffoscope/comparators/device.py 47 6 87% 49-52, 81-84
diffoscope/comparators/dex.py 26 1 96% 36
diffoscope/comparators/directory.py 162 22 86% 53-56, 97, 109, 116-117, 124-126, 141-143, 150, 154-155, 157, 160-161, 173-174, 232, 285
diffoscope/comparators/docx.py 13 0 100%
diffoscope/comparators/dtb.py 13 0 100%
diffoscope/comparators/elf.py 283 29 90% 68, 76-77, 208, 246, 276, 318, 347-355, 375-377, 382, 394-396, 401, 444, 459-465, 487, 500-502, 512-514
diffoscope/comparators/fontconfig.py 27 0 100%
diffoscope/comparators/fonts.py 15 0 100%
diffoscope/comparators/fsimage.py 58 39 33% 31-32, 39-60, 63-66, 69, 72-76, 85-97
diffoscope/comparators/gettext.py 36 0 100%
diffoscope/comparators/gif.py 40 4 90% 59-60, 102-103
diffoscope/comparators/git.py 29 0 100%
diffoscope/comparators/gnumeric.py 19 0 100%
diffoscope/comparators/gzip.py 26 0 100%
diffoscope/comparators/haskell.py 58 13 78% 37, 47, 86-88, 97, 103-108, 112, 123-124, 141, 144
diffoscope/comparators/icc.py 13 0 100%
diffoscope/comparators/image.py 78 6 92% 142-143, 169-170, 192-193
diffoscope/comparators/ipk.py 4 0 100%
diffoscope/comparators/iso9660.py 48 3 94% 33, 66, 88
diffoscope/comparators/java.py 46 5 89% 42, 45-47, 97
diffoscope/comparators/javascript.py 12 0 100%
diffoscope/comparators/json.py 46 6 87% 29-30, 48, 85, 92-93
diffoscope/comparators/llvm.py 20 1 95% 47
diffoscope/comparators/lz4.py 27 0 100%
diffoscope/comparators/macho.py 56 28 50% 33-35, 39, 42, 46-49, 54, 59, 64, 69, 81-87, 93-125
diffoscope/comparators/missing_file.py 48 3 94% 67, 70, 89
diffoscope/comparators/mono.py 13 0 100%
diffoscope/comparators/odt.py 13 0 100%
diffoscope/comparators/ogg.py 13 0 100%
diffoscope/comparators/openssh.py 13 0 100%
diffoscope/comparators/pcap.py 13 0 100%
diffoscope/comparators/pdf.py 13 0 100%
diffoscope/comparators/pgp.py 13 0 100%
diffoscope/comparators/png.py 30 2 93% 72-73
diffoscope/comparators/ppu.py 54 14 74% 71, 79-92
diffoscope/comparators/ps.py 24 2 92% 48-49
diffoscope/comparators/rdata.py 45 16 64% 44-58, 88, 96-98
diffoscope/comparators/rpm.py 70 2 97% 41, 48
diffoscope/comparators/rpm_fallback.py 11 0 100%
diffoscope/comparators/rust.py 32 1 97% 42
diffoscope/comparators/sqlite.py 13 0 100%
diffoscope/comparators/squashfs.py 161 19 88% 99, 116, 130, 137, 140, 154, 162, 191-192, 197-198, 204-205, 220, 247-248, 285-287
diffoscope/comparators/symlink.py 32 2 94% 58-59
diffoscope/comparators/tar.py 12 0 100%
diffoscope/comparators/text.py 33 2 94% 66-68
diffoscope/comparators/utils/__init__.py 0 0 100%
diffoscope/comparators/utils/archive.py 90 13 86% 57, 61, 65, 69, 108-109, 125, 128, 131, 140, 150, 153, 158
diffoscope/comparators/utils/command.py 44 3 93% 63, 76, 79
diffoscope/comparators/utils/compare.py 90 6 93% 40-41, 76, 91, 102-103
diffoscope/comparators/utils/container.py 106 6 94% 67, 71, 116-120
diffoscope/comparators/utils/file.py 220 36 84% 36-37, 50-56, 82-92, 104, 212-213, 265-267, 274, 278, 282, 338-341, 347-350, 380, 385, 401, 407, 419-421
diffoscope/comparators/utils/fuzzy.py 29 2 93% 27-28
diffoscope/comparators/utils/libarchive.py 168 15 91% 43-45, 48-50, 88, 127, 156, 163, 166, 179, 193, 207-208, 276-277
diffoscope/comparators/utils/specialize.py 31 2 94% 70, 73
diffoscope/comparators/xml.py 41 2 95% 139-140
diffoscope/comparators/xsb.py 16 0 100%
diffoscope/comparators/xz.py 27 0 100%
diffoscope/comparators/zip.py 95 3 97% 80, 83, 113
diffoscope/config.py 42 4 90% 75-82
diffoscope/diff.py 413 51 88% 101, 138, 197, 232, 234, 278-280, 292-317, 364, 547, 564, 569, 602-603, 606-607, 619-620, 623-629, 637-640, 650-653, 668
diffoscope/difference.py 173 14 92% 68, 102, 198-202, 215, 250, 257-258, 327, 333, 360
diffoscope/exc.py 14 0 100%
diffoscope/excludes.py 24 6 75% 31-34, 41-43
diffoscope/external_tools.py 3 0 100%
diffoscope/feeders.py 58 2 97% 76-77
diffoscope/locale.py 13 0 100%
diffoscope/logging.py 27 6 78% 28-30, 34-36
diffoscope/main.py 248 52 79% 53-54, 66, 251, 253, 255-257, 267-269, 275-288, 301, 316, 335-355, 364, 372, 380-382, 386-390, 412, 416-421, 437, 444-445, 450, 465, 467-472, 487
diffoscope/path.py 7 0 100%
diffoscope/presenters/__init__.py 0 0 100%
diffoscope/presenters/formats.py 37 4 89% 98-101
diffoscope/presenters/html/__init__.py 1 0 100%
diffoscope/presenters/html/html.py 452 126 72% 79-86, 129-132, 136, 138-140, 228-229, 232, 259, 281, 293-301, 341, 354, 369-373, 377, 380-386, 397, 402-411, 414-429, 457-460, 464-469, 472, 477-480, 503-508, 513-524, 529-541, 556, 573-576, 644, 679, 703, 718-719, 729-758, 774
diffoscope/presenters/html/templates.py 9 0 100%
diffoscope/presenters/icon.py 1 0 100%
diffoscope/presenters/json.py 32 1 97% 56
diffoscope/presenters/markdown.py 19 0 100%
diffoscope/presenters/restructuredtext.py 25 0 100%
diffoscope/presenters/text.py 43 7 84% 59-64, 69-70, 79-80
diffoscope/presenters/utils.py 156 12 92% 43, 72, 152, 157, 164, 298, 342, 405-409
diffoscope/profiling.py 40 0 100%
diffoscope/progress.py 164 16 90% 39-46, 72, 80-83, 86, 111, 213, 228-229, 237
diffoscope/readers/__init__.py 7 0 100%
diffoscope/readers/json.py 17 1 94% 34
diffoscope/readers/utils.py 2 0 100%
diffoscope/tempfiles.py 45 11 76% 56-57, 66-78
diffoscope/tools.py 64 20 69% 26-27, 54-55, 82-83, 95, 108, 112-115, 121-122, 126-134
--------------------------------------------------------------------------
TOTAL 5771 778 87%
Coverage HTML written to dir htmlcov
=========================== short test summary info ============================
SKIP [1] .pybuild/cpython3_3.7/build/tests/comparators/test_cbfs.py:96: requires cbfstool
SKIP [1] .pybuild/cpython3_3.7/build/tests/comparators/test_cbfs.py:101: requires cbfstool
SKIP [1] .pybuild/cpython3_3.7/build/tests/comparators/test_cbfs.py:106: requires cbfstool
SKIP [1] .pybuild/cpython3_3.7/build/tests/comparators/test_cbfs.py:118: requires cbfstool
SKIP [1] .pybuild/cpython3_3.7/build/tests/comparators/test_cbfs.py:129: requires cbfstool
SKIP [1] .pybuild/cpython3_3.7/build/tests/comparators/test_cbfs.py:137: requires cbfstool
SKIP [3] /tmp/testrun/.pybuild/cpython3_3.7/build/tests/comparators/test_fsimage.py:52: guestfs not working on the system: RuntimeError("/usr/bin/supermin exited with error status 1.\nTo see full error messages you may need to enable debugging.\nDo:\n export LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1\nand run the command again. For further information, read:\n http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs\nYou can also run 'libguestfs-test-tool' and post the *complete* output\ninto a bug report or message to the libguestfs mailing list.")
SKIP [1] /tmp/testrun/.pybuild/cpython3_3.7/build/tests/comparators/test_haskell.py:37: mismatch between system ghc and fixture
SKIP [1] /tmp/testrun/.pybuild/cpython3_3.7/build/tests/comparators/test_haskell.py:54: mismatch between system ghc and fixture
SKIP [1] .pybuild/cpython3_3.7/build/tests/comparators/test_java.py:77: requires procyon-decompiler
SKIP [1] .pybuild/cpython3_3.7/build/tests/comparators/test_java.py:87: requires procyon-decompiler
SKIP [1] .pybuild/cpython3_3.7/build/tests/comparators/test_macho.py:50: requires otool and lipo
SKIP [1] .pybuild/cpython3_3.7/build/tests/comparators/test_macho.py:58: requires otool and lipo
SKIP [1] .pybuild/cpython3_3.7/build/tests/comparators/test_ps.py:58: requires ps2ascii <= 9.21 (9.22
detected)
SKIP [1] .pybuild/cpython3_3.7/build/tests/comparators/test_utils.py:46: requires
SKIP [1] .pybuild/cpython3_3.7/build/tests/comparators/test_utils.py:51: requires /missing
========= 1 failed, 375 passed, 18 skipped, 5 error in 4601.09 seconds =========
E: pybuild pybuild:338: test: plugin distutils failed with: exit code=1: cd /tmp/testrun/.pybuild/cpython3_3.7/build; python3.7 -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: pybuild --test --test-pytest -i python{version} -p "3.7 3.6" 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 1152:
dpkg-buildpackage -rfakeroot -us -uc -ui failed
'/chroots/chroot-run-sid.tAXVgWONh//tmp/job-exports/test-results' -> '<https://jenkins.debian.net/job/reproducible_diffoscope_from_git_master/ws/job-exports/test-results'>
'/chroots/chroot-run-sid.tAXVgWONh//tmp/job-exports/test-results/tests.xml' -> '<https://jenkins.debian.net/job/reproducible_diffoscope_from_git_master/ws/job-exports/test-results/tests.xml'>
Wed 8 Aug 12:20:05 UTC 2018 - /srv/jenkins/bin/chroot-run.sh stopped running as /tmp/jenkins-script-YRzlmPeq, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list