Diff of the two buildlogs: -- --- b1/build.log 2020-04-04 04:46:49.765805796 +0000 +++ b2/build.log 2020-04-04 04:47:12.981354101 +0000 @@ -1,6 +1,6 @@ I: pbuilder: network access will be disabled during build -I: Current time: Fri Apr 3 16:42:55 -12 2020 -I: pbuilder-time-stamp: 1585975375 +I: Current time: Sat May 8 01:09:50 +14 2021 +I: pbuilder-time-stamp: 1620385790 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 Tue Jul 17 04:19:45 2018 -12 +gpgv: Signature made Wed Jul 18 06:19:45 2018 +14 gpgv: using RSA key B4A0AAFCA86C86055D067614AB53E503586877A6 gpgv: Can't check signature: No public key dpkg-source: warning: failed to verify signature on ./python-morph_0.1.3-1.dsc @@ -29,6 +29,18 @@ dpkg-source: info: applying remove-broken-test.patch I: using fakeroot in build. I: Installing the build-deps +I: user script /srv/workspace/pbuilder/40124/tmp/hooks/D01_modify_environment starting +disorder-fs debug: Running on profitbricks-build16-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/40124/tmp/hooks/D01_modify_environment finished -> Attempting to satisfy build-dependencies -> Creating pbuilder-satisfydepends-dummy package Package: pbuilder-satisfydepends-dummy @@ -134,7 +146,7 @@ Get: 56 http://deb.debian.org/debian buster/main i386 python3-coverage i386 4.5.2+dfsg.1-1 [144 kB] Get: 57 http://deb.debian.org/debian buster/main i386 python3-nose all 1.3.7-4 [132 kB] Get: 58 http://deb.debian.org/debian buster/main i386 python3-setuptools all 40.8.0-1 [306 kB] -Fetched 27.4 MB in 12s (2197 kB/s) +Fetched 27.4 MB in 0s (81.0 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.) @@ -391,7 +403,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-morph-0.1.3/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" HOME="/nonexistent/first-build" dpkg-buildpackage -us -uc -b +I: Running cd /build/python-morph-0.1.3/ && 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-morph dpkg-buildpackage: info: source version 0.1.3-1 dpkg-buildpackage: info: source distribution unstable @@ -449,20 +461,23 @@ pkgos-dh_auto_install --no-py2 + PKGOS_USE_PY2=yes + PKGOS_USE_PY3=yes ++ for i in $@ ++ case "${1}" in + PKGOS_USE_PY2=no + shift -+ dpkg-parsechangelog -SSource +++ dpkg-parsechangelog -SSource + SRC_PKG_NAME=python-morph -+ echo python-morph -+ sed s/python-// +++ echo python-morph +++ sed s/python-// + PY_MODULE_NAME=morph -+ [ no = yes ] -+ [ yes = yes ] -+ py3versions -vr ++ '[' no = yes ']' ++ '[' yes = yes ']' +++ py3versions -vr + PYTHON3S=3.7 -+ [ no = yes ] -+ [ yes = yes ] -+ pwd ++ '[' no = yes ']' ++ '[' yes = yes ']' ++ for pyvers in ${PYTHON3S} +++ pwd + python3.7 setup.py install --install-layout=deb --root /build/python-morph-0.1.3/debian/python3-morph running install running build @@ -496,10 +511,10 @@ Copying morph.egg-info to /build/python-morph-0.1.3/debian/python3-morph/usr/lib/python3/dist-packages/morph-0.1.3.egg-info Skipping SOURCES.txt running install_scripts -+ pwd -+ rm -rf /build/python-morph-0.1.3/debian/python*/usr/lib/python*/dist-packages/*.pth -+ pwd -+ [ -d /build/python-morph-0.1.3/debian/python-morph/usr/bin ] +++ pwd ++ rm -rf '/build/python-morph-0.1.3/debian/python*/usr/lib/python*/dist-packages/*.pth' +++ pwd ++ '[' -d /build/python-morph-0.1.3/debian/python-morph/usr/bin ']' set -e ; for pyvers in 3.7; do \ PYTHONPATH=. PYTHON=$pyvers python$pyvers setup.py test ; \ done @@ -531,7 +546,7 @@ test_xform_seq (morph.test.TestMorph) ... ok ---------------------------------------------------------------------- -Ran 17 tests in 0.004s +Ran 17 tests in 0.002s OK make[1]: Leaving directory '/build/python-morph-0.1.3' @@ -558,14 +573,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 \ @@ -574,7 +589,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-morph-0.1.3' @@ -604,12 +619,14 @@ dpkg-source: info: using options from python-morph-0.1.3/debian/source/options: --extend-diff-ignore=^[^/]*[.]egg-info/ dpkg-buildpackage: info: binary-only upload (no source included) I: copying local configuration +I: user script /srv/workspace/pbuilder/40124/tmp/hooks/B01_cleanup starting +I: user script /srv/workspace/pbuilder/40124/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/14409 and its subdirectories -I: Current time: Fri Apr 3 16:46:49 -12 2020 -I: pbuilder-time-stamp: 1585975609 +I: removing directory /srv/workspace/pbuilder/40124 and its subdirectories +I: Current time: Sat May 8 01:10:11 +14 2021 +I: pbuilder-time-stamp: 1620385811