Diff of the two buildlogs: -- --- b1/build.log 2020-04-10 15:06:58.082202055 +0000 +++ b2/build.log 2020-04-10 15:12:39.531625859 +0000 @@ -1,6 +1,6 @@ I: pbuilder: network access will be disabled during build -I: Current time: Thu May 13 09:29:12 -12 2021 -I: pbuilder-time-stamp: 1620941352 +I: Current time: Sat Apr 11 05:07:00 +14 2020 +I: pbuilder-time-stamp: 1586531220 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 Mar 12 19:54:37 2018 -12 +gpgv: Signature made Tue Mar 13 21:54:37 2018 +14 gpgv: using RSA key 5E629EE5232197357B84CF4332247FBB40AD1FA6 gpgv: Can't check signature: No public key dpkg-source: warning: failed to verify signature on ./golang-github-nlopes-slack_0.1.0-1.dsc @@ -27,6 +27,18 @@ dpkg-source: info: unpacking golang-github-nlopes-slack_0.1.0-1.debian.tar.xz I: using fakeroot in build. I: Installing the build-deps +I: user script /srv/workspace/pbuilder/32709/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/32709/tmp/hooks/D01_modify_environment finished -> Attempting to satisfy build-dependencies -> Creating pbuilder-satisfydepends-dummy package Package: pbuilder-satisfydepends-dummy @@ -117,7 +129,7 @@ Get: 45 http://deb.debian.org/debian buster/main i386 golang-golang-x-text-dev all 0.3.0-2 [3393 kB] Get: 46 http://deb.debian.org/debian buster/main i386 golang-x-text-dev all 0.3.0-2 [3592 B] Get: 47 http://deb.debian.org/debian buster/main i386 golang-golang-x-net-dev all 1:0.0+git20181201.351d144+dfsg-3 [637 kB] -Fetched 79.6 MB in 1s (57.8 MB/s) +Fetched 79.6 MB in 15s (5409 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.) @@ -328,7 +340,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-nlopes-slack-0.1.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-nlopes-slack-0.1.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-nlopes-slack dpkg-buildpackage: info: source version 0.1.0-1 dpkg-buildpackage: info: source distribution unstable @@ -457,7 +469,7 @@ dh_auto_test -O--buildsystem=golang cd obj-i686-linux-gnu && go test -vet=off -v -p 1 github.com/nlopes/slack github.com/nlopes/slack/examples/channels github.com/nlopes/slack/examples/files github.com/nlopes/slack/examples/groups github.com/nlopes/slack/examples/messages github.com/nlopes/slack/examples/pins github.com/nlopes/slack/examples/reactions github.com/nlopes/slack/examples/stars github.com/nlopes/slack/examples/team github.com/nlopes/slack/examples/users github.com/nlopes/slack/examples/websocket === RUN TestGetBotInfo -2021/05/13 21:29:54 Test WebSocket server listening on 127.0.0.1:35541 +2020/04/10 15:12:27 Test WebSocket server listening on 127.0.0.1:34911 --- PASS: TestGetBotInfo (0.00s) === RUN TestSimpleChannel --- PASS: TestSimpleChannel (0.00s) @@ -562,13 +574,13 @@ --- PASS: TestFileShareMessage (0.00s) === RUN TestParseResponse -2021/05/13 21:29:54 testing-token +2020/04/10 15:12:27 testing-token --- PASS: TestParseResponse (0.00s) === RUN TestParseResponseNoToken -2021/05/13 21:29:54 +2020/04/10 15:12:27 --- PASS: TestParseResponseNoToken (0.00s) === RUN TestParseResponseInvalidToken -2021/05/13 21:29:54 whatever +2020/04/10 15:12:27 whatever --- PASS: TestParseResponseInvalidToken (0.00s) === RUN TestSlack_AddPin --- PASS: TestSlack_AddPin (0.00s) @@ -603,7 +615,7 @@ === RUN TestUserCustomStatus --- PASS: TestUserCustomStatus (0.00s) PASS -ok github.com/nlopes/slack 0.018s +ok github.com/nlopes/slack 0.052s ? github.com/nlopes/slack/examples/channels [no test files] ? github.com/nlopes/slack/examples/files [no test files] ? github.com/nlopes/slack/examples/groups [no test files] @@ -647,12 +659,14 @@ dpkg-source --after-build . dpkg-buildpackage: info: binary-only upload (no source included) I: copying local configuration +I: user script /srv/workspace/pbuilder/32709/tmp/hooks/B01_cleanup starting +I: user script /srv/workspace/pbuilder/32709/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/2931 and its subdirectories -I: Current time: Thu May 13 09:29:57 -12 2021 -I: pbuilder-time-stamp: 1620941397 +I: removing directory /srv/workspace/pbuilder/32709 and its subdirectories +I: Current time: Sat Apr 11 05:12:38 +14 2020 +I: pbuilder-time-stamp: 1586531558