[Reproducible-builds] Bug#796935: crash while comparing wine-development. ValueError + OSError

Mattia Rizzolo mattia at mapreri.org
Tue Aug 25 22:20:34 UTC 2015


Package: diffoscope
Version: 31


Seen on jenkins.d.n:
Those test files are still available between the artifacts. Haven't try them
myself.


Tue Aug 25 00:22:10 UTC 2015 - diffoscope 31 will be used to compare the two builds:
+ timeout 30m schroot --directory /srv/reproducible-results/tmp.gHrIy1mBop -c source:jenkins-reproducible-unstable-debbindiff -- sh -c 'export TMPDIR=/srv/reproducible-results/tmp.gHrIy1mBop/dbd-tmp-V49jUfP ; debbindiff             --html /srv/reproducible-results/tmp.gHrIy1mBop/wine-development_1.7.50-1.debbindiff.html   --text /srv/reproducible-results/tmp.gHrIy1mBop/wine-development_1.7.50-1.debbindiff.txt            /srv/reproducible-results/tmp.gHrIy1mBop/b1/wine-development_1.7.50-1_amd64.changes             /srv/reproducible-results/tmp.gHrIy1mBop/b2/wine-development_1.7.50-1_amd64.changes'
Exception in thread Thread-7641:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 763, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/python2.7/dist-packages/diffoscope/difference.py", line 59, in parse
    self._action = self._action(line.decode('utf-8'))
  File "/usr/lib/python2.7/dist-packages/diffoscope/difference.py", line 70, in read_headers
    raise ValueError('Unable to parse diff headers: %s' % repr(line))
ValueError: Unable to parse diff headers: u'diff: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory\n'

Traceback (most recent call last):
  File "/usr/bin/debbindiff", line 117, in <module>
    sys.exit(main())
  File "/usr/bin/debbindiff", line 102, in main
    parsed_args.file1, parsed_args.file2)
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/__init__.py", line 66, in compare_root_paths
    return compare_files(FilesystemFile(path1), FilesystemFile(path2))
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/__init__.py", line 79, in compare_files
    return file1.compare(file2, source)
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/binary.py", line 75, in wrapper
    return original_method(self, other, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/binary.py", line 175, in compare
    difference = self._compare_using_details(other, source)
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/binary.py", line 148, in _compare_using_details
    details = [d for d in self.compare_details(other, source) if d is not None]
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/binary.py", line 75, in wrapper
    return original_method(self, other, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/debian.py", line 148, in compare_details
    differences.extend(my_container.compare(other_container, source))
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/debian.py", line 112, in compare
    diffoscope.comparators.compare_files(my_file, other_file, source=source))
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/__init__.py", line 79, in compare_files
    return file1.compare(file2, source)
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/binary.py", line 75, in wrapper
    return original_method(self, other, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/binary.py", line 175, in compare
    difference = self._compare_using_details(other, source)
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/binary.py", line 148, in _compare_using_details
    details = [d for d in self.compare_details(other, source) if d is not None]
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/binary.py", line 75, in wrapper
    return original_method(self, other, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/deb.py", line 86, in compare_details
    differences.extend(my_container.compare(other_container, source))
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/utils.py", line 177, in compare
    my_file, other_file, source=name))
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/__init__.py", line 79, in compare_files
    return file1.compare(file2, source)
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/binary.py", line 75, in wrapper
    return original_method(self, other, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/binary.py", line 175, in compare
    difference = self._compare_using_details(other, source)
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/binary.py", line 148, in _compare_using_details
    details = [d for d in self.compare_details(other, source) if d is not None]
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/binary.py", line 75, in wrapper
    return original_method(self, other, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/xz.py", line 74, in compare_details
    return my_container.compare(other_container, source)
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/xz.py", line 60, in compare
    return [diffoscope.comparators.compare_files(my_file, other_file, source)]
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/__init__.py", line 79, in compare_files
    return file1.compare(file2, source)
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/binary.py", line 75, in wrapper
    return original_method(self, other, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/binary.py", line 175, in compare
    difference = self._compare_using_details(other, source)
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/binary.py", line 148, in _compare_using_details
    details = [d for d in self.compare_details(other, source) if d is not None]
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/binary.py", line 75, in wrapper
    return original_method(self, other, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/deb.py", line 160, in compare_details
    differences.extend(my_container.compare(other_container, source))
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/utils.py", line 181, in compare
    difference = diffoscope.comparators.compare_files(my_file, other_file)
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/__init__.py", line 79, in compare_files
    return file1.compare(file2, source)
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/binary.py", line 75, in wrapper
    return original_method(self, other, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/binary.py", line 183, in compare
    difference = self.compare_bytes(other, source=source)
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/binary.py", line 75, in wrapper
    return original_method(self, other, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/binary.py", line 145, in compare_bytes
    return compare_binary_files(self.path, other.path, source)
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/binary.py", line 58, in compare_binary_files
    with xxd(path1) as xxd1:
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/usr/lib/python2.7/dist-packages/diffoscope/comparators/binary.py", line 39, in xxd
    stderr=subprocess.PIPE, close_fds=True)
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
+ RESULT=2



-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540         .''`.
more about me:  http://mapreri.org                                 : :'  :
Launchpad user: https://launchpad.net/~mapreri                     `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia     `-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20150825/1d431c37/attachment.sig>


More information about the Reproducible-builds mailing list