Diff of the two buildlogs: -- --- b1/build.log 2020-05-10 08:02:09.715469912 +0000 +++ b2/build.log 2020-05-10 08:09:55.214214364 +0000 @@ -1,6 +1,6 @@ I: pbuilder: network access will be disabled during build -I: Current time: Sat Jun 12 02:24:40 -12 2021 -I: pbuilder-time-stamp: 1623507880 +I: Current time: Sun May 10 22:02:11 +14 2020 +I: pbuilder-time-stamp: 1589097731 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 Wed Dec 19 15:48:50 2018 -12 +gpgv: Signature made Thu Dec 20 17:48:50 2018 +14 gpgv: using RSA key 142421B19AD4A95996F95072EA2500B412C59ACF gpgv: Can't check signature: No public key dpkg-source: warning: failed to verify signature on ./golang-github-hashicorp-golang-lru_0.5.0-1.dsc @@ -27,6 +27,18 @@ dpkg-source: info: unpacking golang-github-hashicorp-golang-lru_0.5.0-1.debian.tar.xz I: using fakeroot in build. I: Installing the build-deps +I: user script /srv/workspace/pbuilder/24644/tmp/hooks/D01_modify_environment starting +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/24644/tmp/hooks/D01_modify_environment finished -> Attempting to satisfy build-dependencies -> Creating pbuilder-satisfydepends-dummy package Package: pbuilder-satisfydepends-dummy @@ -105,7 +117,7 @@ Get: 37 http://deb.debian.org/debian buster/main i386 golang-src i386 2:1.11~1 [4348 B] Get: 38 http://deb.debian.org/debian buster/main i386 golang-go i386 2:1.11~1 [23.4 kB] Get: 39 http://deb.debian.org/debian buster/main i386 golang-any i386 2:1.11~1 [4472 B] -Fetched 74.3 MB in 1s (90.7 MB/s) +Fetched 74.3 MB in 37s (2009 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 ... 19234 files and directories currently installed.) @@ -284,7 +296,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-hashicorp-golang-lru-0.5.0/ && 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-hashicorp-golang-lru-0.5.0/ && 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-hashicorp-golang-lru dpkg-buildpackage: info: source version 0.5.0-1 dpkg-buildpackage: info: source distribution unstable @@ -302,17 +314,17 @@ 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-hashicorp-golang-lru-0.5.0/obj-i686-linux-gnu/src\" -asmflags=all=\"-trimpath=/build/golang-github-hashicorp-golang-lru-0.5.0/obj-i686-linux-gnu/src\" -v -p 18 github.com/hashicorp/golang-lru github.com/hashicorp/golang-lru/simplelru + cd obj-i686-linux-gnu && go install -gcflags=all=\"-trimpath=/build/golang-github-hashicorp-golang-lru-0.5.0/obj-i686-linux-gnu/src\" -asmflags=all=\"-trimpath=/build/golang-github-hashicorp-golang-lru-0.5.0/obj-i686-linux-gnu/src\" -v -p 10 github.com/hashicorp/golang-lru github.com/hashicorp/golang-lru/simplelru errors -internal/race unicode/utf8 -container/list -unicode math/bits -sync/atomic +internal/race runtime/internal/atomic -runtime/internal/sys +sync/atomic +unicode internal/cpu +container/list +runtime/internal/sys math internal/testlog internal/bytealg @@ -320,8 +332,8 @@ runtime strconv sync -io reflect +io syscall internal/syscall/unix time @@ -330,9 +342,9 @@ fmt github.com/hashicorp/golang-lru dh_auto_test -O--buildsystem=golang - cd obj-i686-linux-gnu && go test -vet=off -v -p 18 github.com/hashicorp/golang-lru github.com/hashicorp/golang-lru/simplelru + cd obj-i686-linux-gnu && go test -vet=off -v -p 10 github.com/hashicorp/golang-lru github.com/hashicorp/golang-lru/simplelru === RUN Test2Q_RandomOps ---- PASS: Test2Q_RandomOps (0.10s) +--- PASS: Test2Q_RandomOps (0.25s) === RUN Test2Q_Get_RecentToFrequent --- PASS: Test2Q_Get_RecentToFrequent (0.00s) === RUN Test2Q_Add_RecentToFrequent @@ -346,7 +358,7 @@ === RUN Test2Q_Peek --- PASS: Test2Q_Peek (0.00s) === RUN TestARC_RandomOps ---- PASS: TestARC_RandomOps (0.11s) +--- PASS: TestARC_RandomOps (0.22s) === RUN TestARC_Get_RecentToFrequent --- PASS: TestARC_Get_RecentToFrequent (0.00s) === RUN TestARC_Add_RecentToFrequent @@ -370,7 +382,7 @@ === RUN TestLRUPeek --- PASS: TestLRUPeek (0.00s) PASS -ok github.com/hashicorp/golang-lru 0.216s +ok github.com/hashicorp/golang-lru 0.474s === RUN TestLRU --- PASS: TestLRU (0.00s) === RUN TestLRU_GetOldest_RemoveOldest @@ -382,7 +394,7 @@ === RUN TestLRU_Peek --- PASS: TestLRU_Peek (0.00s) PASS -ok github.com/hashicorp/golang-lru/simplelru 0.003s +ok github.com/hashicorp/golang-lru/simplelru 0.013s create-stamp debian/debhelper-build-stamp fakeroot debian/rules binary dh binary --buildsystem=golang --with=golang @@ -413,12 +425,14 @@ dpkg-source --after-build . dpkg-buildpackage: info: binary-only upload (no source included) I: copying local configuration +I: user script /srv/workspace/pbuilder/24644/tmp/hooks/B01_cleanup starting +I: user script /srv/workspace/pbuilder/24644/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/18428 and its subdirectories -I: Current time: Sat Jun 12 02:25:08 -12 2021 -I: pbuilder-time-stamp: 1623507908 +I: removing directory /srv/workspace/pbuilder/24644 and its subdirectories +I: Current time: Sun May 10 22:09:54 +14 2020 +I: pbuilder-time-stamp: 1589098194