Diff of the two buildlogs: -- --- b1/build.log 2020-03-30 05:45:11.387693454 +0000 +++ b2/build.log 2020-03-30 05:48:43.063399708 +0000 @@ -1,6 +1,6 @@ I: pbuilder: network access will be disabled during build -I: Current time: Sun May 2 00:07:39 -12 2021 -I: pbuilder-time-stamp: 1619957259 +I: Current time: Mon Mar 30 19:45:13 +14 2020 +I: pbuilder-time-stamp: 1585547113 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 Mar 3 08:13:03 2018 -12 +gpgv: Signature made Sun Mar 4 10:13:03 2018 +14 gpgv: using RSA key B4A0AAFCA86C86055D067614AB53E503586877A6 gpgv: Can't check signature: No public key dpkg-source: warning: failed to verify signature on ./python-nose-exclude_0.5.0-1.dsc @@ -27,6 +27,18 @@ dpkg-source: info: unpacking python-nose-exclude_0.5.0-1.debian.tar.xz I: using fakeroot in build. I: Installing the build-deps +I: user script /srv/workspace/pbuilder/10605/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/10605/tmp/hooks/D01_modify_environment finished -> Attempting to satisfy build-dependencies -> Creating pbuilder-satisfydepends-dummy package Package: pbuilder-satisfydepends-dummy @@ -149,7 +161,7 @@ Get: 69 http://deb.debian.org/debian buster/main i386 python3-pkg-resources all 40.8.0-1 [153 kB] Get: 70 http://deb.debian.org/debian buster/main i386 python3-nose all 1.3.7-4 [132 kB] Get: 71 http://deb.debian.org/debian buster/main i386 python3-setuptools all 40.8.0-1 [306 kB] -Fetched 32.1 MB in 0s (67.5 MB/s) +Fetched 32.1 MB in 7s (4581 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.) @@ -460,7 +472,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/python-nose-exclude-0.5.0/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" HOME="/nonexistent/first-build" dpkg-buildpackage -us -uc -b +I: Running cd /build/python-nose-exclude-0.5.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 python-nose-exclude dpkg-buildpackage: info: source version 0.5.0-1 dpkg-buildpackage: info: source distribution unstable @@ -516,10 +528,11 @@ echo "===> Testing with python$i (python$PYMAJOR)" ; \ python$i setup.py test ; \ done -+ echo 2.7 -+ cut -d. -f1 ++ for i in 2.7 3.7 +++ echo 2.7 +++ cut -d. -f1 + PYMAJOR=2 -+ echo ===> Testing with python2.7 (python2) ++ echo '===> Testing with python2.7 (python2)' ===> Testing with python2.7 (python2) + python2.7 setup.py test running test @@ -556,13 +569,14 @@ test_test_excluded (tests.TestNoseExcludeTestsEnvVariables) ... ok ---------------------------------------------------------------------- -Ran 18 tests in 0.352s +Ran 18 tests in 1.035s OK -+ echo 3.7 -+ cut -d. -f1 ++ for i in 2.7 3.7 +++ echo 3.7 +++ cut -d. -f1 + PYMAJOR=3 -+ echo ===> Testing with python3.7 (python3) ++ echo '===> Testing with python3.7 (python3)' ===> Testing with python3.7 (python3) + python3.7 setup.py test running test @@ -597,7 +611,7 @@ test_test_excluded (tests.TestNoseExcludeTestsEnvVariables) ... ok ---------------------------------------------------------------------- -Ran 18 tests in 0.370s +Ran 18 tests in 0.958s OK make[1]: Leaving directory '/build/python-nose-exclude-0.5.0' @@ -682,14 +696,14 @@ cat /usr/share/openstack-pkg-tools/init-script-template >>$MYINIT.init ; \ pkgos-gen-systemd-unit $i ; \ done -+ ls -1 debian/*.init.in +++ ls -1 'debian/*.init.in' ls: cannot access 'debian/*.init.in': No such file or directory # If there's a service.in file, use that one instead of the generated one set -e ; set -x ; for i in `ls -1 debian/*.service.in`; do \ MYPKG=`echo $i | sed s/.service.in//` ; \ cp $MYPKG.service.in $MYPKG.service ; \ done -+ ls -1 debian/*.service.in +++ ls -1 'debian/*.service.in' ls: cannot access 'debian/*.service.in': No such file or directory # Generate the systemd unit if there's no already existing .service.in set -e ; set -x ; for i in `ls debian/*.init.in` ; do \ @@ -698,7 +712,7 @@ pkgos-gen-systemd-unit $i ; \ fi \ done -+ ls debian/*.init.in +++ ls 'debian/*.init.in' ls: cannot access 'debian/*.init.in': No such file or directory dh_systemd_enable make[1]: Leaving directory '/build/python-nose-exclude-0.5.0' @@ -716,14 +730,14 @@ cat /usr/share/openstack-pkg-tools/init-script-template >>$MYINIT.init ; \ pkgos-gen-systemd-unit $i ; \ done -+ ls -1 debian/*.init.in +++ ls -1 'debian/*.init.in' ls: cannot access 'debian/*.init.in': No such file or directory # If there's a service.in file, use that one instead of the generated one set -e ; set -x ; for i in `ls -1 debian/*.service.in`; do \ MYPKG=`echo $i | sed s/.service.in//` ; \ cp $MYPKG.service.in $MYPKG.service ; \ done -+ ls -1 debian/*.service.in +++ ls -1 'debian/*.service.in' ls: cannot access 'debian/*.service.in': No such file or directory # Generate the systemd unit if there's no already existing .service.in set -e ; set -x ; for i in `ls debian/*.init.in` ; do \ @@ -732,7 +746,7 @@ pkgos-gen-systemd-unit $i ; \ fi \ done -+ ls debian/*.init.in +++ ls 'debian/*.init.in' ls: cannot access 'debian/*.init.in': No such file or directory dh_installinit --error-handler=true make[1]: Leaving directory '/build/python-nose-exclude-0.5.0' @@ -761,20 +775,22 @@ make[1]: Leaving directory '/build/python-nose-exclude-0.5.0' dh_md5sums -O--buildsystem=pybuild dh_builddeb -O--buildsystem=pybuild -dpkg-deb: building package 'python-nose-exclude' in '../python-nose-exclude_0.5.0-1_all.deb'. dpkg-deb: building package 'python3-nose-exclude' in '../python3-nose-exclude_0.5.0-1_all.deb'. +dpkg-deb: building package 'python-nose-exclude' in '../python-nose-exclude_0.5.0-1_all.deb'. dpkg-genbuildinfo --build=binary dpkg-genchanges --build=binary >../python-nose-exclude_0.5.0-1_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/10605/tmp/hooks/B01_cleanup starting +I: user script /srv/workspace/pbuilder/10605/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/32643 and its subdirectories -I: Current time: Sun May 2 00:08:08 -12 2021 -I: pbuilder-time-stamp: 1619957288 +I: removing directory /srv/workspace/pbuilder/10605 and its subdirectories +I: Current time: Mon Mar 30 19:48:42 +14 2020 +I: pbuilder-time-stamp: 1585547322