Diff of the two buildlogs: -- --- b1/build.log 2020-04-04 08:17:00.168633945 +0000 +++ b2/build.log 2020-04-04 08:17:28.104091705 +0000 @@ -1,6 +1,6 @@ I: pbuilder: network access will be disabled during build -I: Current time: Fri Apr 3 20:07:44 -12 2020 -I: pbuilder-time-stamp: 1585987664 +I: Current time: Sat May 8 04:40:00 +14 2021 +I: pbuilder-time-stamp: 1620398400 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 Sat Dec 1 07:13:30 2018 -12 +gpgv: Signature made Sun Dec 2 09:13:30 2018 +14 gpgv: using RSA key D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19 gpgv: Can't check signature: No public key dpkg-source: warning: failed to verify signature on ./golang-codegangsta-cli_1.18.0-3.dsc @@ -27,6 +27,18 @@ dpkg-source: info: unpacking golang-codegangsta-cli_1.18.0-3.debian.tar.xz I: using fakeroot in build. I: Installing the build-deps +I: user script /srv/workspace/pbuilder/49333/tmp/hooks/D01_modify_environment starting +disorder-fs debug: Running on profitbricks-build16-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/49333/tmp/hooks/D01_modify_environment finished -> Attempting to satisfy build-dependencies -> Creating pbuilder-satisfydepends-dummy package Package: pbuilder-satisfydepends-dummy @@ -113,7 +125,7 @@ Get: 43 http://deb.debian.org/debian buster/main i386 golang-gopkg-check.v1-dev all 0.0+git20180628.788fd78-1 [31.6 kB] Get: 44 http://deb.debian.org/debian buster/main i386 golang-gopkg-yaml.v2-dev all 2.2.2-1 [58.9 kB] Get: 45 http://deb.debian.org/debian buster/main i386 golang-github-urfave-cli-dev all 1.20.0-1 [51.0 kB] -Fetched 74.4 MB in 21s (3568 kB/s) +Fetched 74.4 MB in 1s (83.8 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.) @@ -316,7 +328,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-codegangsta-cli-1.18.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-codegangsta-cli-1.18.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-codegangsta-cli dpkg-buildpackage: info: source version 1.18.0-3 dpkg-buildpackage: info: source distribution unstable @@ -334,18 +346,18 @@ 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-codegangsta-cli-1.18.0/obj-i686-linux-gnu/src\" -asmflags=all=\"-trimpath=/build/golang-codegangsta-cli-1.18.0/obj-i686-linux-gnu/src\" -v -p 10 github.com/codegangsta/cli + cd obj-i686-linux-gnu && go install -gcflags=all=\"-trimpath=/build/golang-codegangsta-cli-1.18.0/obj-i686-linux-gnu/src\" -asmflags=all=\"-trimpath=/build/golang-codegangsta-cli-1.18.0/obj-i686-linux-gnu/src\" -v -p 18 github.com/codegangsta/cli errors -internal/cpu +unicode/utf8 +math/bits internal/race runtime/internal/atomic -unicode -math/bits +internal/cpu sync/atomic runtime/internal/sys -unicode/utf8 -internal/testlog +unicode math +internal/testlog internal/bytealg runtime strconv @@ -353,13 +365,13 @@ io reflect syscall -bytes -strings text/tabwriter +strings +bytes internal/syscall/unix time -sort internal/poll +sort os path/filepath fmt @@ -370,7 +382,7 @@ text/template github.com/codegangsta/cli dh_auto_test -O--buildsystem=golang - cd obj-i686-linux-gnu && go test -vet=off -v -p 10 github.com/codegangsta/cli + cd obj-i686-linux-gnu && go test -vet=off -v -p 18 github.com/codegangsta/cli === RUN TestApp_Run --- PASS: TestApp_Run (0.00s) === RUN TestApp_Command @@ -770,7 +782,7 @@ === RUN ExampleApp_Run_bashComplete --- PASS: ExampleApp_Run_bashComplete (0.00s) PASS -ok github.com/codegangsta/cli 0.482s +ok github.com/codegangsta/cli 0.017s create-stamp debian/debhelper-build-stamp fakeroot debian/rules binary dh binary --buildsystem=golang --with=golang @@ -801,12 +813,14 @@ dpkg-source --after-build . dpkg-buildpackage: info: binary-only upload (no source included) I: copying local configuration +I: user script /srv/workspace/pbuilder/49333/tmp/hooks/B01_cleanup starting +I: user script /srv/workspace/pbuilder/49333/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/22161 and its subdirectories -I: Current time: Fri Apr 3 20:16:59 -12 2020 -I: pbuilder-time-stamp: 1585988219 +I: removing directory /srv/workspace/pbuilder/49333 and its subdirectories +I: Current time: Sat May 8 04:40:26 +14 2021 +I: pbuilder-time-stamp: 1620398426