Diff of the two buildlogs: -- --- b1/build.log 2020-05-07 20:58:14.142417827 +0000 +++ b2/build.log 2020-05-07 21:04:26.231090186 +0000 @@ -1,6 +1,6 @@ I: pbuilder: network access will be disabled during build -I: Current time: Wed Jun 9 15:20:54 -12 2021 -I: pbuilder-time-stamp: 1623295254 +I: Current time: Fri May 8 10:58:16 +14 2020 +I: pbuilder-time-stamp: 1588885096 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 Thu Mar 29 08:06:42 2018 -12 +gpgv: Signature made Fri Mar 30 10:06:42 2018 +14 gpgv: using RSA key 3E02FD6656295952110BAB99F51B18C720248224 gpgv: Can't check signature: No public key dpkg-source: warning: failed to verify signature on ./redsocks_0.5-2.dsc @@ -30,6 +30,18 @@ dpkg-source: info: applying libevent-2.1-compat.patch I: using fakeroot in build. I: Installing the build-deps +I: user script /srv/workspace/pbuilder/18241/tmp/hooks/D01_modify_environment starting +debug: Running on profitbricks-build2-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/18241/tmp/hooks/D01_modify_environment finished -> Attempting to satisfy build-dependencies -> Creating pbuilder-satisfydepends-dummy package Package: pbuilder-satisfydepends-dummy @@ -107,7 +119,7 @@ Get: 38 http://deb.debian.org/debian buster/main i386 libssl1.1 i386 1.1.1d-0+deb10u2 [1538 kB] Get: 39 http://deb.debian.org/debian buster/main i386 libevent-openssl-2.1-6 i386 2.1.8-stable-4 [55.2 kB] Get: 40 http://deb.debian.org/debian buster/main i386 libevent-dev i386 2.1.8-stable-4 [325 kB] -Fetched 21.8 MB in 0s (79.6 MB/s) +Fetched 21.8 MB in 8s (2784 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.) @@ -290,7 +302,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/redsocks-0.5/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" HOME="/nonexistent/first-build" dpkg-buildpackage -us -uc -b +I: Running cd /build/redsocks-0.5/ && 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 redsocks dpkg-buildpackage: info: source version 0.5-2 dpkg-buildpackage: info: source distribution unstable @@ -300,7 +312,7 @@ fakeroot debian/rules clean dh clean dh_auto_clean - make -j18 distclean + make -j10 distclean make[1]: Entering directory '/build/redsocks-0.5' rm -f redsocks config.h parser.o main.o redsocks.o log.o http-connect.o socks4.o socks5.o http-relay.o base.o base64.o md5.o http-auth.o utils.o redudp.o dnstc.o gen/version.o rm -f tags .depend @@ -313,7 +325,7 @@ dh_autoreconf dh_auto_configure dh_auto_build - make -j18 "INSTALL=install --strip-program=true" + make -j10 "INSTALL=install --strip-program=true" make[1]: Entering directory '/build/redsocks-0.5' mkdir -p gen touch gen/.build @@ -333,7 +345,7 @@ mv -f gen/version.c.tmp gen/version.c gcc -MM parser.c main.c redsocks.c log.c http-connect.c socks4.c socks5.c http-relay.c base.c base64.c md5.c http-auth.c utils.c redudp.c dnstc.c gen/version.c 2>/dev/null >.depend || \ ( \ - for I in libevent-compat.h log.h libc-compat.h list.h md5.h dnstc.h base.h http-auth.h redsocks.h parser.h version.h main.h socks5.h base64.h redudp.h utils.h; do \ + for I in libevent-compat.h redsocks.h libc-compat.h list.h md5.h dnstc.h base.h http-auth.h log.h parser.h version.h main.h socks5.h base64.h redudp.h utils.h; do \ export ${I//[-.]/_}_DEPS="`sed '/^\#[ \t]*include \?"\(.*\)".*/!d;s//\1/' $I`"; \ done; \ echo -n >.depend; \ @@ -403,12 +415,14 @@ dpkg-source --after-build . dpkg-buildpackage: info: binary-only upload (no source included) I: copying local configuration +I: user script /srv/workspace/pbuilder/18241/tmp/hooks/B01_cleanup starting +I: user script /srv/workspace/pbuilder/18241/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/21758 and its subdirectories -I: Current time: Wed Jun 9 15:21:13 -12 2021 -I: pbuilder-time-stamp: 1623295273 +I: removing directory /srv/workspace/pbuilder/18241 and its subdirectories +I: Current time: Fri May 8 11:04:25 +14 2020 +I: pbuilder-time-stamp: 1588885465