Diff of the two buildlogs: -- --- b1/build.log 2020-05-05 20:58:15.143525586 +0000 +++ b2/build.log 2020-05-05 20:59:59.169492851 +0000 @@ -1,9 +1,6 @@ -W: cgroups are not available on the host, not using them. -unshare: unshare failed: Cannot allocate memory -W: pbuilder: unshare CLONE_NEWNET not available -I: pbuilder: network access is available during build! -I: Current time: Tue May 5 08:54:55 -12 2020 -I: pbuilder-time-stamp: 1588712095 +I: pbuilder: network access will be disabled during build +I: Current time: Tue Jun 8 17:21:16 +14 2021 +I: pbuilder-time-stamp: 1623122476 I: Building the build Environment I: extracting base tarball [/var/cache/pbuilder/buster-reproducible-base.tgz] I: copying local configuration @@ -21,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 Dec 20 05:21:13 2018 -12 +gpgv: Signature made Fri Dec 21 07:21:13 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-atotto-clipboard_0.1.1-1.dsc @@ -30,6 +27,18 @@ dpkg-source: info: unpacking golang-github-atotto-clipboard_0.1.1-1.debian.tar.xz I: using fakeroot in build. I: Installing the build-deps +I: user script /srv/workspace/pbuilder/20906/tmp/hooks/D01_modify_environment starting +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/20906/tmp/hooks/D01_modify_environment finished -> Attempting to satisfy build-dependencies -> Creating pbuilder-satisfydepends-dummy package Package: pbuilder-satisfydepends-dummy @@ -108,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.2 MB in 22s (3398 kB/s) +Fetched 74.2 MB in 2s (30.4 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.) @@ -287,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-atotto-clipboard-0.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-atotto-clipboard-0.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-atotto-clipboard dpkg-buildpackage: info: source version 0.1.1-1 dpkg-buildpackage: info: source distribution unstable @@ -305,19 +314,19 @@ 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-atotto-clipboard-0.1.1/obj-i686-linux-gnu/src\" -asmflags=all=\"-trimpath=/build/golang-github-atotto-clipboard-0.1.1/obj-i686-linux-gnu/src\" -v -p 10 github.com/atotto/clipboard + cd obj-i686-linux-gnu && go install -gcflags=all=\"-trimpath=/build/golang-github-atotto-clipboard-0.1.1/obj-i686-linux-gnu/src\" -asmflags=all=\"-trimpath=/build/golang-github-atotto-clipboard-0.1.1/obj-i686-linux-gnu/src\" -v -p 18 github.com/atotto/clipboard +math/bits +unicode/utf8 errors +sync/atomic +runtime/internal/sys internal/race -internal/cpu runtime/internal/atomic -runtime/internal/sys -unicode/utf8 -sync/atomic -math/bits unicode +internal/cpu math -internal/bytealg internal/testlog +internal/bytealg runtime strconv sync @@ -326,10 +335,10 @@ syscall bytes strings -internal/syscall/unix time -sort +internal/syscall/unix internal/poll +sort os path/filepath fmt @@ -340,7 +349,7 @@ make[1]: Entering directory '/build/golang-github-atotto-clipboard-0.1.1' # These tests do not work in a chroot build environment without X dh_auto_test -O--buildsystem=golang || : - cd obj-i686-linux-gnu && go test -vet=off -v -p 10 github.com/atotto/clipboard + cd obj-i686-linux-gnu && go test -vet=off -v -p 18 github.com/atotto/clipboard === RUN TestCopyAndPaste --- FAIL: TestCopyAndPaste (0.00s) clipboard_test.go:18: No clipboard utilities available. Please install xsel, xclip, or Termux:API add-on for termux-clipboard-get/set. @@ -354,8 +363,8 @@ want: 日本語 FAIL -FAIL github.com/atotto/clipboard 0.009s -dh_auto_test: cd obj-i686-linux-gnu && go test -vet=off -v -p 10 github.com/atotto/clipboard returned exit code 1 +FAIL github.com/atotto/clipboard 0.046s +dh_auto_test: cd obj-i686-linux-gnu && go test -vet=off -v -p 18 github.com/atotto/clipboard returned exit code 1 make[1]: Leaving directory '/build/golang-github-atotto-clipboard-0.1.1' create-stamp debian/debhelper-build-stamp fakeroot debian/rules binary @@ -383,12 +392,15 @@ 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/20906/tmp/hooks/B01_cleanup starting +I: user script /srv/workspace/pbuilder/20906/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/20155 and its subdirectories -I: Current time: Tue May 5 08:58:14 -12 2020 -I: pbuilder-time-stamp: 1588712294 +I: removing directory /srv/workspace/pbuilder/20906 and its subdirectories +I: Current time: Tue Jun 8 17:22:56 +14 2021 +I: pbuilder-time-stamp: 1623122576