Diff of the two buildlogs: -- --- b1/build.log 2020-02-24 20:48:50.801550285 +0000 +++ b2/build.log 2020-02-24 20:52:27.077440818 +0000 @@ -1,6 +1,6 @@ I: pbuilder: network access will be disabled during build -I: Current time: Sun Mar 28 15:11:14 -12 2021 -I: pbuilder-time-stamp: 1616987474 +I: Current time: Tue Feb 25 10:48:53 +14 2020 +I: pbuilder-time-stamp: 1582577333 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 Fri Mar 1 08:47:28 2019 -12 +gpgv: Signature made Sat Mar 2 10:47:28 2019 +14 gpgv: using RSA key D8CB59F05DBB9E0538C4819DF105F8101B05269B gpgv: issuer "legoktm@debian.org" gpgv: Can't check signature: No public key @@ -30,6 +30,18 @@ dpkg-source: info: applying 0001-Mark-some-flaky-tests-relating-to-DONE-as-xfailing.patch I: Not using root during the build. I: Installing the build-deps +I: user script /srv/workspace/pbuilder/30931/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/30931/tmp/hooks/D01_modify_environment finished -> Attempting to satisfy build-dependencies -> Creating pbuilder-satisfydepends-dummy package Package: pbuilder-satisfydepends-dummy @@ -129,7 +141,7 @@ Get: 58 http://deb.debian.org/debian buster/main i386 python3-pluggy all 0.8.0-1 [20.6 kB] Get: 59 http://deb.debian.org/debian buster/main i386 python3-py all 1.7.0-2 [86.6 kB] Get: 60 http://deb.debian.org/debian buster/main i386 python3-pytest all 3.10.1-2 [243 kB] -Fetched 27.3 MB in 0s (70.3 MB/s) +Fetched 27.3 MB in 4s (6984 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.) @@ -389,7 +401,7 @@ Building tag database... -> Finished parsing the build-deps I: Building the package -I: Running cd /build/poolcounter-1.1.2/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" HOME="/nonexistent/first-build" dpkg-buildpackage -us -uc -b +I: Running cd /build/poolcounter-1.1.2/ && 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 poolcounter dpkg-buildpackage: info: source version 1.1.2-2 dpkg-buildpackage: info: source distribution unstable @@ -399,7 +411,7 @@ debian/rules clean dh clean dh_auto_clean - make -j18 clean + make -j10 clean make[1]: Entering directory '/build/poolcounter-1.1.2' rm -f poolcounterd *.o prototypes.h make[1]: Leaving directory '/build/poolcounter-1.1.2' @@ -410,7 +422,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/poolcounter-1.1.2' sed -n 's/\/\* prototype \*\//;/p' main.c > prototypes.h gcc -c -g -O2 -ffile-prefix-map=/build/poolcounter-1.1.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror -DENDIAN_BIG=0 -DENDIAN_LITTLE=1 -DHAVE_ACCEPT4=1 -Wdate-time -D_FORTIFY_SOURCE=2 main.c -o main.o @@ -421,7 +433,7 @@ gcc main.o client_data.o locks.o hash.o stats.o -Wl,-z,relro -Wl,-z,now -levent -lm -o poolcounterd make[1]: Leaving directory '/build/poolcounter-1.1.2' dh_auto_test - make -j18 test + make -j10 test make[1]: Entering directory '/build/poolcounter-1.1.2' /usr/bin/pytest-3 ============================= test session starts ============================== @@ -432,7 +444,7 @@ tests/test_errors.py .........XX. [ 16%] tests/test_single_client.py ..................................... [ 66%] tests/test_stats.py .... [ 71%] -tests/test_two_clients.py ............XXX...... [100%] +tests/test_two_clients.py ............XXx...... [100%] =============================== warnings summary =============================== tests/test_stats.py:9 @@ -524,13 +536,13 @@ assert re.search('processed_count: \d+', recv) -- Docs: https://docs.pytest.org/en/latest/warnings.html -============== 69 passed, 5 xpassed, 22 warnings in 15.34 seconds ============== +======== 69 passed, 1 xfailed, 4 xpassed, 22 warnings in 25.63 seconds ========= make[1]: Leaving directory '/build/poolcounter-1.1.2' create-stamp debian/debhelper-build-stamp dh_testroot dh_prep dh_auto_install - make -j18 install DESTDIR=/build/poolcounter-1.1.2/debian/poolcounter AM_UPDATE_INFO_DIR=no "INSTALL=install --strip-program=true" + make -j10 install DESTDIR=/build/poolcounter-1.1.2/debian/poolcounter AM_UPDATE_INFO_DIR=no "INSTALL=install --strip-program=true" make[1]: Entering directory '/build/poolcounter-1.1.2' install -d /build/poolcounter-1.1.2/debian/poolcounter/usr/bin/ install poolcounterd /build/poolcounter-1.1.2/debian/poolcounter/usr/bin/ @@ -553,20 +565,22 @@ dh_gencontrol dh_md5sums dh_builddeb -dpkg-deb: building package 'poolcounter' in '../poolcounter_1.1.2-2_i386.deb'. dpkg-deb: building package 'poolcounter-dbgsym' in '../poolcounter-dbgsym_1.1.2-2_i386.deb'. +dpkg-deb: building package 'poolcounter' in '../poolcounter_1.1.2-2_i386.deb'. dpkg-genbuildinfo --build=binary dpkg-genchanges --build=binary >../poolcounter_1.1.2-2_i386.changes 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/30931/tmp/hooks/B01_cleanup starting +I: user script /srv/workspace/pbuilder/30931/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/4763 and its subdirectories -I: Current time: Sun Mar 28 15:11:50 -12 2021 -I: pbuilder-time-stamp: 1616987510 +I: removing directory /srv/workspace/pbuilder/30931 and its subdirectories +I: Current time: Tue Feb 25 10:52:26 +14 2020 +I: pbuilder-time-stamp: 1582577546