Diff of the two buildlogs: -- --- b1/build.log 2020-04-28 01:54:39.905563115 +0000 +++ b2/build.log 2020-04-28 01:59:09.968271204 +0000 @@ -1,6 +1,6 @@ I: pbuilder: network access will be disabled during build -I: Current time: Sun May 30 20:17:19 -12 2021 -I: pbuilder-time-stamp: 1622449039 +I: Current time: Tue Apr 28 15:54:41 +14 2020 +I: pbuilder-time-stamp: 1588038881 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 Wed Jun 27 07:50:11 2018 -12 +gpgv: Signature made Thu Jun 28 09:50:11 2018 +14 gpgv: using RSA key 30B23C8B4E6A3B09EAA6B65212973B6E72DC07B5 gpgv: Can't check signature: No public key dpkg-source: warning: failed to verify signature on ./libdevel-refactor-perl_0.05-2.dsc @@ -27,6 +27,18 @@ dpkg-source: info: unpacking libdevel-refactor-perl_0.05-2.debian.tar.xz I: using fakeroot in build. I: Installing the build-deps +I: user script /srv/workspace/pbuilder/12757/tmp/hooks/D01_modify_environment starting +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/12757/tmp/hooks/D01_modify_environment finished -> Attempting to satisfy build-dependencies -> Creating pbuilder-satisfydepends-dummy package Package: pbuilder-satisfydepends-dummy @@ -95,7 +107,7 @@ Get: 31 http://deb.debian.org/debian buster/main i386 intltool-debian all 0.35.0+20060710.5 [26.8 kB] Get: 32 http://deb.debian.org/debian buster/main i386 po-debconf all 1.0.21 [248 kB] Get: 33 http://deb.debian.org/debian buster/main i386 debhelper all 12.1.1 [1016 kB] -Fetched 19.4 MB in 0s (73.1 MB/s) +Fetched 19.4 MB in 5s (4027 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.) @@ -250,7 +262,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/libdevel-refactor-perl-0.05/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" HOME="/nonexistent/first-build" dpkg-buildpackage -us -uc -b +I: Running cd /build/libdevel-refactor-perl-0.05/ && 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 libdevel-refactor-perl dpkg-buildpackage: info: source version 0.05-2 dpkg-buildpackage: info: source distribution unstable @@ -272,15 +284,26 @@ Writing Makefile for Devel::Refactor Writing MYMETA.yml and MYMETA.json dh_auto_build - make -j18 + make -j10 make[1]: Entering directory '/build/libdevel-refactor-perl-0.05' cp Refactor.pm blib/lib/Devel/Refactor.pm Manifying 1 pod document make[1]: Leaving directory '/build/libdevel-refactor-perl-0.05' dh_auto_test - make -j18 test TEST_VERBOSE=1 + make -j10 test TEST_VERBOSE=1 make[1]: Entering directory '/build/libdevel-refactor-perl-0.05' PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl +# Adding .t as valid Perl extension +t/basic.t ............... +1..7 +ok 1 - use Refactor; +ok 2 - Get a new Devel::Refactor object. +ok 3 - 'foo.pl' recognized as Perl file name. +ok 4 - 'foo.pm' recognized as Perl file name. +ok 5 - 'foo.pod' recognized as Perl file name. +ok 6 - 'foo.t' rejected as Perl file name. +ok 7 - 'foo.t' recognized as Perl file name. +ok t/rename_subroutine.t ... 1..73 ok 1 - t/testfile_1.pl is a perl file @@ -366,19 +389,8 @@ Checking baz ok 3 - run extracted subroutine ok -# Adding .t as valid Perl extension -t/basic.t ............... -1..7 -ok 1 - use Refactor; -ok 2 - Get a new Devel::Refactor object. -ok 3 - 'foo.pl' recognized as Perl file name. -ok 4 - 'foo.pm' recognized as Perl file name. -ok 5 - 'foo.pod' recognized as Perl file name. -ok 6 - 'foo.t' rejected as Perl file name. -ok 7 - 'foo.t' recognized as Perl file name. -ok All tests successful. -Files=3, Tests=83, 0 wallclock secs ( 0.04 usr 0.00 sys + 0.22 cusr 0.00 csys = 0.26 CPU) +Files=3, Tests=83, 1 wallclock secs ( 0.05 usr 0.02 sys + 0.39 cusr 0.03 csys = 0.49 CPU) Result: PASS PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Adding .t as valid Perl extension @@ -478,7 +490,7 @@ ok 73 - t/test_subdirectory/testfile_3.pod line 8 - replacement line looks correct ok All tests successful. -Files=3, Tests=83, 1 wallclock secs ( 0.00 usr 0.00 sys + 0.18 cusr 0.02 csys = 0.20 CPU) +Files=3, Tests=83, 0 wallclock secs ( 0.05 usr 0.00 sys + 0.35 cusr 0.03 csys = 0.43 CPU) Result: PASS make[1]: Leaving directory '/build/libdevel-refactor-perl-0.05' create-stamp debian/debhelper-build-stamp @@ -487,7 +499,7 @@ dh_testroot dh_prep dh_auto_install - make -j18 install DESTDIR=/build/libdevel-refactor-perl-0.05/debian/libdevel-refactor-perl AM_UPDATE_INFO_DIR=no PREFIX=/usr + make -j10 install DESTDIR=/build/libdevel-refactor-perl-0.05/debian/libdevel-refactor-perl AM_UPDATE_INFO_DIR=no PREFIX=/usr make[1]: Entering directory '/build/libdevel-refactor-perl-0.05' Manifying 1 pod document Installing /build/libdevel-refactor-perl-0.05/debian/libdevel-refactor-perl/usr/share/perl5/Devel/Refactor.pm @@ -514,12 +526,14 @@ dpkg-source --after-build . dpkg-buildpackage: info: binary-only upload (no source included) I: copying local configuration +I: user script /srv/workspace/pbuilder/12757/tmp/hooks/B01_cleanup starting +I: user script /srv/workspace/pbuilder/12757/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/31365 and its subdirectories -I: Current time: Sun May 30 20:17:38 -12 2021 -I: pbuilder-time-stamp: 1622449058 +I: removing directory /srv/workspace/pbuilder/12757 and its subdirectories +I: Current time: Tue Apr 28 15:59:09 +14 2020 +I: pbuilder-time-stamp: 1588039149