Diff of the two buildlogs: -- --- b1/build.log 2020-02-25 00:39:53.997100686 +0000 +++ b2/build.log 2020-02-25 00:40:27.968455802 +0000 @@ -1,6 +1,6 @@ I: pbuilder: network access will be disabled during build -I: Current time: Mon Feb 24 12:34:39 -12 2020 -I: pbuilder-time-stamp: 1582590879 +I: Current time: Mon Mar 29 21:02:55 +14 2021 +I: pbuilder-time-stamp: 1617001375 I: Building the build Environment I: extracting base tarball [/var/cache/pbuilder/buster-reproducible-base.tgz] I: copying local configuration @@ -18,7 +18,7 @@ I: Extracting source gpgv: unknown type of key resource 'trustedkeys.kbx' gpgv: keyblock resource '/root/.gnupg/trustedkeys.kbx': General error -gpgv: Signature made Thu May 26 21:12:07 2016 -12 +gpgv: Signature made Fri May 27 23:12:07 2016 +14 gpgv: using RSA key F34F09744E9F5DD9 gpgv: Can't check signature: No public key dpkg-source: warning: failed to verify signature on ./python-bitstring_3.1.5-1.dsc @@ -29,6 +29,18 @@ dpkg-source: info: applying fix-testsuite-discovery.patch I: using fakeroot in build. I: Installing the build-deps +I: user script /srv/workspace/pbuilder/23503/tmp/hooks/D01_modify_environment starting +disorder-fs debug: Running on profitbricks-build6-i386. +I: Changing host+domainname to test build reproducibility +I: Adding a custom variable just for the fun of it... +I: Changing /bin/sh to bash +Removing 'diversion of /bin/sh to /bin/sh.distrib by dash' +Adding 'diversion of /bin/sh to /bin/sh.distrib by bash' +Removing 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by dash' +Adding 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by bash' +I: Setting pbuilder2's login shell to /bin/bash +I: Setting pbuilder2's GECOS to second user,second room,second work-phone,second home-phone,second other +I: user script /srv/workspace/pbuilder/23503/tmp/hooks/D01_modify_environment finished -> Attempting to satisfy build-dependencies -> Creating pbuilder-satisfydepends-dummy package Package: pbuilder-satisfydepends-dummy @@ -170,7 +182,7 @@ Get: 92 http://deb.debian.org/debian buster/main i386 python3-all i386 3.7.3-1 [1068 B] Get: 93 http://deb.debian.org/debian buster/main i386 python3-pkg-resources all 40.8.0-1 [153 kB] Get: 94 http://deb.debian.org/debian buster/main i386 python3-setuptools all 40.8.0-1 [306 kB] -Fetched 40.0 MB in 7s (5435 kB/s) +Fetched 40.0 MB in 0s (81.1 MB/s) debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package libbsd0:i386. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 19231 files and directories currently installed.) @@ -600,7 +612,7 @@ fakeroot is already the newest version (1.23-1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. I: Building the package -I: Running cd /build/python-bitstring-3.1.5/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" HOME="/nonexistent/first-build" dpkg-buildpackage -us -uc -b +I: Running cd /build/python-bitstring-3.1.5/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path" HOME="/nonexistent/second-build" dpkg-buildpackage -us -uc -b dpkg-buildpackage: info: source package python-bitstring dpkg-buildpackage: info: source version 3.1.5-1 dpkg-buildpackage: info: source distribution unstable @@ -714,56 +726,6 @@ dh_auto_test -O--buildsystem=pybuild I: pybuild pybuild:272: cp -r /build/python-bitstring-3.1.5/test /build/python-bitstring-3.1.5/.pybuild/cpython2_2.7_bitstring/build I: pybuild base:217: cd /build/python-bitstring-3.1.5/.pybuild/cpython2_2.7_bitstring/build; python2.7 -m unittest discover -v /build/python-bitstring-3.1.5/.pybuild/cpython2_2.7_bitstring/build/test -testFromFile (test_constbitstream.All) ... ok -testReading (test_constbitstream.InterleavedExpGolomb) ... ok -testReadingErrors (test_constbitstream.InterleavedExpGolomb) ... ok -testRead (test_constbitstream.PadToken) ... ok -testReadList (test_constbitstream.PadToken) ... ok -testByteAligned (test_constbitstream.ReadTo) ... ok -testDisallowIntegers (test_constbitstream.ReadTo) ... ok -testNotAligned (test_constbitstream.ReadTo) ... ok -testReadingLines (test_constbitstream.ReadTo) ... ok -testUnpackingBytes (test_constbitstream.ReadingBytes) ... ok -testUnpackingBytesWithKeywords (test_constbitstream.ReadingBytes) ... ok -testClassType (test_constbitstream.Subclassing) ... ok -testIsInstance (test_constbitstream.Subclassing) ... ok -testCreationFromOct (test_bitarray.All) ... ok -testCreationFromUint (test_bitarray.All) ... ok -testAddingNonsense (test_bitarray.Bugs) ... ok -testPrependAfterCreationFromDataWithOffset (test_bitarray.Bugs) ... ok -testByteAligned (test_bitarray.ByteAligned) ... ok -testChangingIt (test_bitarray.ByteAligned) ... ok -testDefault (test_bitarray.ByteAligned) ... ok -testNotByteAligned (test_bitarray.ByteAligned) ... ok -testClear (test_bitarray.Clear) ... ok -testCopyMethod (test_bitarray.Copy) ... ok -testAdding (test_bitarray.ModifiedByAddingBug) ... ok -testDelete (test_bitarray.NoPosAttribute) ... ok -testInsert (test_bitarray.NoPosAttribute) ... ok -testInsertParameters (test_bitarray.NoPosAttribute) ... ok -testOverwrite (test_bitarray.NoPosAttribute) ... ok -testOverwriteParameters (test_bitarray.NoPosAttribute) ... ok -testPrepend (test_bitarray.NoPosAttribute) ... ok -testReplace (test_bitarray.NoPosAttribute) ... ok -testRol (test_bitarray.NoPosAttribute) ... ok -testRor (test_bitarray.NoPosAttribute) ... ok -testSetItem (test_bitarray.NoPosAttribute) ... ok -testDelSingleElement (test_bitarray.SliceAssignment) ... ok -testDelSliceErrors (test_bitarray.SliceAssignment) ... ok -testDelSliceNegativeStep (test_bitarray.SliceAssignment) ... ok -testDelSliceStep (test_bitarray.SliceAssignment) ... ok -testSetSliceErrors (test_bitarray.SliceAssignment) ... ok -testSetSliceStep (test_bitarray.SliceAssignment) ... ok -testSliceAssignmentMulipleBits (test_bitarray.SliceAssignment) ... ok -testSliceAssignmentMultipleBitsErrors (test_bitarray.SliceAssignment) ... ok -testSliceAssignmentSingleBit (test_bitarray.SliceAssignment) ... ok -testSliceAssignmentSingleBitErrors (test_bitarray.SliceAssignment) ... ok -testClassType (test_bitarray.Subclassing) ... ok -testIsInstance (test_bitarray.Subclassing) ... ok -testBothSingleByte (test_bitstore.Equals) ... ok -testOneSingleByte (test_bitstore.Equals) ... ok -testOffsetIncrease (test_bitstore.OffsetCopy) ... ok -testStraightCopy (test_bitstore.OffsetCopy) ... ok testUnorderable (test_bits.Comparisons) ... ok testGetBit (test_bits.ConstByteStoreCreation) ... ok testGetByte (test_bits.ConstByteStoreCreation) ... ok @@ -820,6 +782,39 @@ testClassType (test_bits.Subclassing) ... ok testIsInstance (test_bits.Subclassing) ... ok testAppendToBits (test_bits.WrongTypeBug) ... ok +testCreationFromOct (test_bitarray.All) ... ok +testCreationFromUint (test_bitarray.All) ... ok +testAddingNonsense (test_bitarray.Bugs) ... ok +testPrependAfterCreationFromDataWithOffset (test_bitarray.Bugs) ... ok +testByteAligned (test_bitarray.ByteAligned) ... ok +testChangingIt (test_bitarray.ByteAligned) ... ok +testDefault (test_bitarray.ByteAligned) ... ok +testNotByteAligned (test_bitarray.ByteAligned) ... ok +testClear (test_bitarray.Clear) ... ok +testCopyMethod (test_bitarray.Copy) ... ok +testAdding (test_bitarray.ModifiedByAddingBug) ... ok +testDelete (test_bitarray.NoPosAttribute) ... ok +testInsert (test_bitarray.NoPosAttribute) ... ok +testInsertParameters (test_bitarray.NoPosAttribute) ... ok +testOverwrite (test_bitarray.NoPosAttribute) ... ok +testOverwriteParameters (test_bitarray.NoPosAttribute) ... ok +testPrepend (test_bitarray.NoPosAttribute) ... ok +testReplace (test_bitarray.NoPosAttribute) ... ok +testRol (test_bitarray.NoPosAttribute) ... ok +testRor (test_bitarray.NoPosAttribute) ... ok +testSetItem (test_bitarray.NoPosAttribute) ... ok +testDelSingleElement (test_bitarray.SliceAssignment) ... ok +testDelSliceErrors (test_bitarray.SliceAssignment) ... ok +testDelSliceNegativeStep (test_bitarray.SliceAssignment) ... ok +testDelSliceStep (test_bitarray.SliceAssignment) ... ok +testSetSliceErrors (test_bitarray.SliceAssignment) ... ok +testSetSliceStep (test_bitarray.SliceAssignment) ... ok +testSliceAssignmentMulipleBits (test_bitarray.SliceAssignment) ... ok +testSliceAssignmentMultipleBitsErrors (test_bitarray.SliceAssignment) ... ok +testSliceAssignmentSingleBit (test_bitarray.SliceAssignment) ... ok +testSliceAssignmentSingleBitErrors (test_bitarray.SliceAssignment) ... ok +testClassType (test_bitarray.Subclassing) ... ok +testIsInstance (test_bitarray.Subclassing) ... ok testAdding (test_bitstream.Adding) ... ok testAdvanceBit (test_bitstream.Adding) ... ok testAdvanceByte (test_bitstream.Adding) ... ok @@ -1186,6 +1181,10 @@ testLengthKeywordsWithStretch (test_bitstream.UnpackWithDict) ... ok testUnusedKeyword (test_bitstream.UnpackWithDict) ... ok testInteger (test_bitstream.ZeroBitReads) ... ok +testBothSingleByte (test_bitstore.Equals) ... ok +testOneSingleByte (test_bitstore.Equals) ... ok +testOffsetIncrease (test_bitstore.OffsetCopy) ... ok +testStraightCopy (test_bitstore.OffsetCopy) ... ok testBitArrayCopy (test_bitstring.Copy) ... ok testBitStreamCopy (test_bitstring.Copy) ... ok testConstBitArrayCopy (test_bitstring.Copy) ... ok @@ -1197,9 +1196,22 @@ testAll (test_bitstring.ModuleData) ... ok testReverseDict (test_bitstring.ModuleData) ... ok testVersion (test_bitstring.ModuleData) ... ok +testFromFile (test_constbitstream.All) ... ok +testReading (test_constbitstream.InterleavedExpGolomb) ... ok +testReadingErrors (test_constbitstream.InterleavedExpGolomb) ... ok +testRead (test_constbitstream.PadToken) ... ok +testReadList (test_constbitstream.PadToken) ... ok +testByteAligned (test_constbitstream.ReadTo) ... ok +testDisallowIntegers (test_constbitstream.ReadTo) ... ok +testNotAligned (test_constbitstream.ReadTo) ... ok +testReadingLines (test_constbitstream.ReadTo) ... ok +testUnpackingBytes (test_constbitstream.ReadingBytes) ... ok +testUnpackingBytesWithKeywords (test_constbitstream.ReadingBytes) ... ok +testClassType (test_constbitstream.Subclassing) ... ok +testIsInstance (test_constbitstream.Subclassing) ... ok ---------------------------------------------------------------------- -Ran 483 tests in 0.457s +Ran 483 tests in 0.246s OK I: pybuild pybuild:298: rm -rf /build/python-bitstring-3.1.5/.pybuild/cpython2_2.7_bitstring/build/test @@ -1732,7 +1744,7 @@ testIsInstance (test_constbitstream.Subclassing) ... ok ---------------------------------------------------------------------- -Ran 483 tests in 0.424s +Ran 483 tests in 0.230s OK I: pybuild pybuild:298: rm -rf /build/python-bitstring-3.1.5/.pybuild/cpython3_3.7_bitstring/build/test @@ -1764,9 +1776,9 @@ creating /build/python-bitstring-3.1.5/debian/python3-bitstring/usr/lib creating /build/python-bitstring-3.1.5/debian/python3-bitstring/usr/lib/python3.7 creating /build/python-bitstring-3.1.5/debian/python3-bitstring/usr/lib/python3.7/dist-packages +copying /build/python-bitstring-3.1.5/.pybuild/cpython3_3.7_bitstring/build/bitstring.py -> /build/python-bitstring-3.1.5/debian/python3-bitstring/usr/lib/python3.7/dist-packages creating /build/python-bitstring-3.1.5/debian/python3-bitstring/usr/lib/python3.7/dist-packages/__pycache__ copying /build/python-bitstring-3.1.5/.pybuild/cpython3_3.7_bitstring/build/__pycache__/bitstring.cpython-37.pyc -> /build/python-bitstring-3.1.5/debian/python3-bitstring/usr/lib/python3.7/dist-packages/__pycache__ -copying /build/python-bitstring-3.1.5/.pybuild/cpython3_3.7_bitstring/build/bitstring.py -> /build/python-bitstring-3.1.5/debian/python3-bitstring/usr/lib/python3.7/dist-packages byte-compiling /build/python-bitstring-3.1.5/debian/python3-bitstring/usr/lib/python3.7/dist-packages/bitstring.py to bitstring.cpython-37.pyc running install_egg_info Writing /build/python-bitstring-3.1.5/debian/python3-bitstring/usr/lib/python3.7/dist-packages/bitstring-3.1.5.egg-info @@ -1788,26 +1800,28 @@ dh_missing -O--buildsystem=pybuild dh_installdeb -O--buildsystem=pybuild dh_gencontrol -O--buildsystem=pybuild -dpkg-gencontrol: warning: package python-bitstring-doc: substitution variable ${sphinxdoc:Built-Using} unused, but is defined dpkg-gencontrol: warning: package python-bitstring: substitution variable ${python:Provides} unused, but is defined dpkg-gencontrol: warning: package python-bitstring: substitution variable ${python:Versions} unused, but is defined +dpkg-gencontrol: warning: package python-bitstring-doc: substitution variable ${sphinxdoc:Built-Using} unused, but is defined dh_md5sums -O--buildsystem=pybuild dh_builddeb -O--buildsystem=pybuild -dpkg-deb: building package 'python-bitstring-doc' in '../python-bitstring-doc_3.1.5-1_all.deb'. -dpkg-deb: building package 'python3-bitstring' in '../python3-bitstring_3.1.5-1_all.deb'. dpkg-deb: building package 'python-bitstring' in '../python-bitstring_3.1.5-1_all.deb'. +dpkg-deb: building package 'python3-bitstring' in '../python3-bitstring_3.1.5-1_all.deb'. +dpkg-deb: building package 'python-bitstring-doc' in '../python-bitstring-doc_3.1.5-1_all.deb'. dpkg-genbuildinfo --build=binary dpkg-genchanges --build=binary >../python-bitstring_3.1.5-1_i386.changes dpkg-genchanges: info: binary-only upload (no source code included) dpkg-source --after-build . dpkg-buildpackage: info: binary-only upload (no source included) I: copying local configuration +I: user script /srv/workspace/pbuilder/23503/tmp/hooks/B01_cleanup starting +I: user script /srv/workspace/pbuilder/23503/tmp/hooks/B01_cleanup finished I: unmounting dev/ptmx filesystem I: unmounting dev/pts filesystem I: unmounting dev/shm filesystem I: unmounting proc filesystem I: unmounting sys filesystem I: cleaning the build env -I: removing directory /srv/workspace/pbuilder/19799 and its subdirectories -I: Current time: Mon Feb 24 12:39:53 -12 2020 -I: pbuilder-time-stamp: 1582591193 +I: removing directory /srv/workspace/pbuilder/23503 and its subdirectories +I: Current time: Mon Mar 29 21:03:27 +14 2021 +I: pbuilder-time-stamp: 1617001407