Diff of the two buildlogs: -- --- b1/build.log 2020-04-08 15:18:41.358635274 +0000 +++ b2/build.log 2020-04-08 15:25:13.951093968 +0000 @@ -1,6 +1,6 @@ I: pbuilder: network access will be disabled during build -I: Current time: Tue May 11 09:41:03 -12 2021 -I: pbuilder-time-stamp: 1620769263 +I: Current time: Thu Apr 9 05:18:43 +14 2020 +I: pbuilder-time-stamp: 1586359123 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 Mon Jul 31 20:56:12 2017 -12 +gpgv: Signature made Tue Aug 1 22:56:12 2017 +14 gpgv: using RSA key 46CB1CA89EA3B74376761DB915E09AF4DF5182C8 gpgv: Can't check signature: No public key dpkg-source: warning: failed to verify signature on ./golang-github-klauspost-pgzip_1.1-1.dsc @@ -29,6 +29,18 @@ dpkg-source: info: applying 0001-Remove-flate.HuffmanOnly.patch I: using fakeroot in build. I: Installing the build-deps +I: user script /srv/workspace/pbuilder/1728/tmp/hooks/D01_modify_environment starting +disorder-fs debug: Running on profitbricks-build12-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/1728/tmp/hooks/D01_modify_environment finished -> Attempting to satisfy build-dependencies -> Creating pbuilder-satisfydepends-dummy package Package: pbuilder-satisfydepends-dummy @@ -120,7 +132,7 @@ Get: 44 http://deb.debian.org/debian buster/main i386 libyaml-0-2 i386 0.2.1-1 [49.7 kB] Get: 45 http://deb.debian.org/debian buster/main i386 pandoc-data all 2.2.1-3 [329 kB] Get: 46 http://deb.debian.org/debian buster/main i386 pandoc i386 2.2.1-3+b2 [15.0 MB] -Fetched 92.3 MB in 1s (84.8 MB/s) +Fetched 92.3 MB in 26s (3503 kB/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.) @@ -327,7 +339,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/golang-github-klauspost-pgzip-1.1/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" HOME="/nonexistent/first-build" dpkg-buildpackage -us -uc -b +I: Running cd /build/golang-github-klauspost-pgzip-1.1/ && 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 golang-github-klauspost-pgzip dpkg-buildpackage: info: source version 1.1-1 dpkg-buildpackage: info: source distribution unstable @@ -345,24 +357,24 @@ dh_autoreconf -O--buildsystem=golang dh_auto_configure -O--buildsystem=golang dh_auto_build -O--buildsystem=golang - cd obj-i686-linux-gnu && go install -gcflags=all=\"-trimpath=/build/golang-github-klauspost-pgzip-1.1/obj-i686-linux-gnu/src\" -asmflags=all=\"-trimpath=/build/golang-github-klauspost-pgzip-1.1/obj-i686-linux-gnu/src\" -v -p 18 github.com/klauspost/pgzip -errors + cd obj-i686-linux-gnu && go install -gcflags=all=\"-trimpath=/build/golang-github-klauspost-pgzip-1.1/obj-i686-linux-gnu/src\" -asmflags=all=\"-trimpath=/build/golang-github-klauspost-pgzip-1.1/obj-i686-linux-gnu/src\" -v -p 10 github.com/klauspost/pgzip internal/race +errors unicode/utf8 +math/bits unicode +internal/cpu +sync/atomic runtime/internal/atomic -math/bits runtime/internal/sys -sync/atomic -internal/cpu math internal/testlog internal/bytealg runtime strconv sync -io reflect +io syscall hash bytes @@ -371,15 +383,15 @@ internal/syscall/unix time internal/poll -sort os +sort fmt github.com/klauspost/compress/flate github.com/klauspost/pgzip dh_auto_test -O--buildsystem=golang - cd obj-i686-linux-gnu && go test -vet=off -v -p 18 github.com/klauspost/pgzip + cd obj-i686-linux-gnu && go test -vet=off -v -p 10 github.com/klauspost/pgzip === RUN TestDecompressor ---- PASS: TestDecompressor (0.01s) +--- PASS: TestDecompressor (0.02s) === RUN TestIssue6550 --- PASS: TestIssue6550 (0.00s) gunzip_test.go:350: Copy failed (correctly): flate: corrupt input before offset 3 @@ -388,69 +400,69 @@ === RUN TestMultistreamFalse --- PASS: TestMultistreamFalse (0.00s) === RUN TestWriteTo ---- PASS: TestWriteTo (0.00s) +--- PASS: TestWriteTo (0.02s) === RUN TestTruncatedGunzip ---- PASS: TestTruncatedGunzip (0.01s) +--- PASS: TestTruncatedGunzip (0.03s) === RUN TestTruncatedGunzipBlocks ---- PASS: TestTruncatedGunzipBlocks (0.01s) +--- PASS: TestTruncatedGunzipBlocks (0.02s) === RUN TestEmpty --- PASS: TestEmpty (0.00s) === RUN TestRoundTrip ---- PASS: TestRoundTrip (0.00s) +--- PASS: TestRoundTrip (0.01s) === RUN TestLatin1 --- PASS: TestLatin1 (0.00s) === RUN TestLatin1RoundTrip ---- PASS: TestLatin1RoundTrip (0.00s) +--- PASS: TestLatin1RoundTrip (0.01s) === RUN TestWriterFlush --- PASS: TestWriterFlush (0.00s) === RUN TestConcat ---- PASS: TestConcat (0.00s) +--- PASS: TestConcat (0.01s) === RUN TestWriterReset --- PASS: TestWriterReset (0.00s) === RUN TestFile1 ---- PASS: TestFile1 (0.01s) +--- PASS: TestFile1 (0.02s) === RUN TestFile10 ---- PASS: TestFile10 (0.02s) +--- PASS: TestFile10 (0.07s) === RUN TestFile50 ---- PASS: TestFile50 (0.09s) +--- PASS: TestFile50 (0.20s) === RUN TestFile200 ---- PASS: TestFile200 (0.33s) +--- PASS: TestFile200 (0.58s) === RUN TestGzip1K --- PASS: TestGzip1K (0.00s) === RUN TestGzip100K ---- PASS: TestGzip100K (0.01s) +--- PASS: TestGzip100K (0.02s) === RUN TestGzip1M ---- PASS: TestGzip1M (0.07s) +--- PASS: TestGzip1M (0.14s) === RUN TestGzip10M ---- PASS: TestGzip10M (0.63s) +--- PASS: TestGzip10M (1.11s) === RUN TestDeterministicLM2 ---- PASS: TestDeterministicLM2 (0.36s) +--- PASS: TestDeterministicLM2 (0.73s) === RUN TestDeterministicL0 ---- PASS: TestDeterministicL0 (0.38s) +--- PASS: TestDeterministicL0 (0.71s) === RUN TestDeterministicL1 ---- PASS: TestDeterministicL1 (0.39s) +--- PASS: TestDeterministicL1 (0.71s) === RUN TestDeterministicL2 ---- PASS: TestDeterministicL2 (0.38s) +--- PASS: TestDeterministicL2 (0.76s) === RUN TestDeterministicL3 ---- PASS: TestDeterministicL3 (0.37s) +--- PASS: TestDeterministicL3 (0.74s) === RUN TestDeterministicL4 ---- PASS: TestDeterministicL4 (0.38s) +--- PASS: TestDeterministicL4 (0.74s) === RUN TestDeterministicL5 ---- PASS: TestDeterministicL5 (0.40s) +--- PASS: TestDeterministicL5 (0.86s) === RUN TestDeterministicL6 ---- PASS: TestDeterministicL6 (0.39s) +--- PASS: TestDeterministicL6 (0.80s) === RUN TestDeterministicL7 ---- PASS: TestDeterministicL7 (0.46s) +--- PASS: TestDeterministicL7 (0.88s) === RUN TestDeterministicL8 ---- PASS: TestDeterministicL8 (0.48s) +--- PASS: TestDeterministicL8 (0.85s) === RUN TestDeterministicL9 ---- PASS: TestDeterministicL9 (0.46s) +--- PASS: TestDeterministicL9 (0.84s) === RUN TestErrors ---- PASS: TestErrors (0.00s) +--- PASS: TestErrors (0.01s) === RUN TestWriteError ---- PASS: TestWriteError (2.30s) +--- PASS: TestWriteError (3.69s) PASS -ok github.com/klauspost/pgzip 7.979s +ok github.com/klauspost/pgzip 14.619s create-stamp debian/debhelper-build-stamp fakeroot debian/rules binary dh binary --buildsystem=golang --with=golang @@ -485,12 +497,14 @@ dpkg-source --after-build . dpkg-buildpackage: info: binary-only upload (no source included) I: copying local configuration +I: user script /srv/workspace/pbuilder/1728/tmp/hooks/B01_cleanup starting +I: user script /srv/workspace/pbuilder/1728/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/41197 and its subdirectories -I: Current time: Tue May 11 09:41:40 -12 2021 -I: pbuilder-time-stamp: 1620769300 +I: removing directory /srv/workspace/pbuilder/1728 and its subdirectories +I: Current time: Thu Apr 9 05:25:13 +14 2020 +I: pbuilder-time-stamp: 1586359513