Diff of the two buildlogs: -- --- b1/build.log 2020-04-19 16:34:12.650655979 +0000 +++ b2/build.log 2020-04-19 16:34:41.378091997 +0000 @@ -1,6 +1,6 @@ I: pbuilder: network access will be disabled during build -I: Current time: Sun Apr 19 04:28:57 -12 2020 -I: pbuilder-time-stamp: 1587313737 +I: Current time: Sun May 23 12:57:13 +14 2021 +I: pbuilder-time-stamp: 1621724233 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 Jun 26 11:25:12 2018 -12 +gpgv: Signature made Wed Jun 27 13:25:12 2018 +14 gpgv: using RSA key 468C89793B429819E9D761266BE663C75A35C975 gpgv: Can't check signature: No public key dpkg-source: warning: failed to verify signature on ./eperl_2.2.14-23.dsc @@ -40,6 +40,18 @@ dpkg-source: info: applying reproducible-build.diff I: using fakeroot in build. I: Installing the build-deps +I: user script /srv/workspace/pbuilder/40292/tmp/hooks/D01_modify_environment starting +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/40292/tmp/hooks/D01_modify_environment finished -> Attempting to satisfy build-dependencies -> Creating pbuilder-satisfydepends-dummy package Package: pbuilder-satisfydepends-dummy @@ -114,7 +126,7 @@ Get: 33 http://deb.debian.org/debian buster/main i386 debhelper all 12.1.1 [1016 kB] Get: 34 http://deb.debian.org/debian buster/main i386 libperl-dev i386 5.28.1-6 [3443 kB] Get: 35 http://deb.debian.org/debian buster/main i386 shtool all 2.0.8-9 [134 kB] -Fetched 22.9 MB in 4s (6211 kB/s) +Fetched 22.9 MB in 0s (86.1 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.) @@ -277,7 +289,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/eperl-2.2.14/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" HOME="/nonexistent/first-build" dpkg-buildpackage -us -uc -b +I: Running cd /build/eperl-2.2.14/ && 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 eperl dpkg-buildpackage: info: source version 2.2.14-23 dpkg-buildpackage: info: source distribution unstable @@ -342,8 +354,8 @@ checking for Perl dynamic loading link flags... -Wl,-E CHECK: System Build Environment -checking for build user... pbuilder1@profitbricks-build12-i386 -checking for build time... 19-Apr-2020 +checking for build user... pbuilder2@i-capture-the-hostname +checking for build time... 23-May-2021 checking for gcc... i686-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out @@ -431,7 +443,7 @@ # Remove unneeded library flags perl -pi -e 's/ -l\S*db\S*//g' Makefile config.status config_sc.h dh_auto_build - make -j10 + make -j18 make[2]: Entering directory '/build/eperl-2.2.14' i686-linux-gnu-gcc -O2 -g -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/i386-linux-gnu/perl/5.28/CORE -I. -Wdate-time -D_FORTIFY_SOURCE=2 -c eperl_main.c /usr/bin/perl eperl_perl5_sm.pl >eperl_perl5_sm.h @@ -454,6 +466,18 @@ --release="EN" \ eperl.pod |\ sed -e "s|@V\\fR@|$V\\fR|g" -e "s|\@prefix\@|/usr|" >eperl.1 +i686-linux-gnu-gcc -O2 -g -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/i386-linux-gnu/perl/5.28/CORE -I. -Wdate-time -D_FORTIFY_SOURCE=2 -c eperl_perl5.c +eperl_http.c: In function 'HTTP_FileOfURL': +eperl_http.c:262:13: warning: comparison between pointer and zero character constant [-Wpointer-compare] + if (cps == NUL) + ^~ +eperl_http.c:262:9: note: did you mean to dereference the pointer? + if (cps == NUL) + ^ +eperl_http.c: In function 'HTTP_openURLasFP': +eperl_http.c:327:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] + write(s, cmd, strlen(cmd)); + ^~~~~~~~~~~~~~~~~~~~~~~~~~ eperl_sys.c: In function 'abspath': eperl_sys.c:432:9: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] getcwd(cwd, MAXPATHLEN); @@ -471,7 +495,6 @@ { NULL, 0, NULL, NULL} ^~~~ eperl_main.c:290:34: note: (near initialization for 'options[21].val') -i686-linux-gnu-gcc -O2 -g -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/i386-linux-gnu/perl/5.28/CORE -I. -Wdate-time -D_FORTIFY_SOURCE=2 -c eperl_perl5.c eperl_main.c: In function 'main': eperl_main.c:871:17: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir(cwd2); @@ -494,17 +517,6 @@ eperl_main.c:1109:17: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir(cwd); ^~~~~~~~~~ -eperl_http.c: In function 'HTTP_FileOfURL': -eperl_http.c:262:13: warning: comparison between pointer and zero character constant [-Wpointer-compare] - if (cps == NUL) - ^~ -eperl_http.c:262:9: note: did you mean to dereference the pointer? - if (cps == NUL) - ^ -eperl_http.c: In function 'HTTP_openURLasFP': -eperl_http.c:327:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] - write(s, cmd, strlen(cmd)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ eperl_perl5.c: In function 'Perl5_Run': eperl_perl5.c:241:13: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] getcwd(cwd, MAXPATHLEN); @@ -515,7 +527,7 @@ i686-linux-gnu-gcc -Wl,-z,relro -Wl,-z,now -Wl,-E -fstack-protector-strong -L/usr/local/lib -L/usr/lib/i386-linux-gnu/perl/5.28/CORE -o eperl eperl_main.o eperl_perl5.o eperl_parse.o eperl_pp.o eperl_sys.o eperl_http.o eperl_getopt.o eperl_debug.o eperl_config.o eperl_version.o eperl_readme.o eperl_license.o eperl_logo.o eperl_powered.o -Wl,-E -fstack-protector-strong -L/usr/local/lib -L/usr/lib/i386-linux-gnu/perl/5.28/CORE -lperl -ldl -lm -lpthread -lc -lcrypt -lperl -ldl -lm -lpthread -lc -lcrypt make[2]: Leaving directory '/build/eperl-2.2.14' dh_auto_test - make -j10 test VERBOSE=1 + make -j18 test VERBOSE=1 make[2]: Entering directory '/build/eperl-2.2.14' make[3]: Entering directory '/build/eperl-2.2.14/t' make[3]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. @@ -529,7 +541,7 @@ 08_preprocessor.t .. ok 09_dynaloader.t .... ok All tests successful. -Files=9, Tests=30, 4 wallclock secs ( 0.08 usr 0.01 sys + 0.21 cusr 0.04 csys = 0.34 CPU) +Files=9, Tests=30, 2 wallclock secs ( 0.04 usr 0.00 sys + 0.08 cusr 0.02 csys = 0.14 CPU) Result: PASS make[3]: Leaving directory '/build/eperl-2.2.14/t' make[2]: Leaving directory '/build/eperl-2.2.14' @@ -558,7 +570,7 @@ Configuring for ePerl . () Now please type 'make' to compile. Good luck. dh_auto_build -- LD_RUN_PATH= - make -j10 LD_RUN_PATH= + make -j18 LD_RUN_PATH= make[2]: Entering directory '/build/eperl-2.2.14' ./configure CFLAGS=-g -O2 -ffile-prefix-map=/build/eperl-2.2.14=. -fstack-protector-strong -Wformat -Werror=format-security CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2 CXXFLAGS=-g -O2 -ffile-prefix-map=/build/eperl-2.2.14=. -fstack-protector-strong -Wformat -Werror=format-security FCFLAGS=-g -O2 -ffile-prefix-map=/build/eperl-2.2.14=. -fstack-protector-strong FFLAGS=-g -O2 -ffile-prefix-map=/build/eperl-2.2.14=. -fstack-protector-strong GCJFLAGS=-g -O2 -ffile-prefix-map=/build/eperl-2.2.14=. -fstack-protector-strong LDFLAGS=-Wl,-z,relro -Wl,-z,now OBJCFLAGS=-g -O2 -ffile-prefix-map=/build/eperl-2.2.14=. -fstack-protector-strong -Wformat -Werror=format-security OBJCXXFLAGS=-g -O2 -ffile-prefix-map=/build/eperl-2.2.14=. -fstack-protector-strong -Wformat -Werror=format-security --with-perl=/usr/bin/perl Configuring for ePerl 2.2.14 (02-Aug-1998) @@ -577,8 +589,8 @@ checking for Perl dynamic loading link flags... -Wl,-E CHECK: System Build Environment -checking for build user... pbuilder1@profitbricks-build12-i386 -checking for build time... 19-Apr-2020 +checking for build user... pbuilder2@i-capture-the-hostname +checking for build time... 23-May-2021 checking for gcc... i686-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out @@ -691,9 +703,9 @@ Generating a Unix-style Makefile Writing Makefile for Parse::ePerl Writing MYMETA.yml and MYMETA.json -cd mod && make -w -j10 --jobserver-auth=3,4 +cd mod && make -w -j18 --jobserver-auth=3,4 make[3]: Entering directory '/build/eperl-2.2.14/mod' -make[3]: warning: -j10 forced in submake: resetting jobserver mode. +make[3]: warning: -j18 forced in submake: resetting jobserver mode. make[4]: Entering directory '/build/eperl-2.2.14/mod/Parse' Running Mkbootstrap for ePerl () "/usr/bin/perl" "/usr/share/perl/5.28.1/ExtUtils/xsubpp" -typemap '/usr/share/perl/5.28/ExtUtils/typemap' ePerl.xs > ePerl.xsc @@ -719,17 +731,17 @@ sed -e "s/LDFLAGS = /LDFLAGS = `dpkg-buildflags --get LDFLAGS` /" -i mod/Parse/Makefile sed -e "s/CCCDLFLAGS = /CCCDLFLAGS = `dpkg-buildflags --get CPPFLAGS` /" -i mod/Parse/Makefile dh_auto_build -- LD_RUN_PATH= - make -j10 LD_RUN_PATH= + make -j18 LD_RUN_PATH= make[2]: Entering directory '/build/eperl-2.2.14' make[3]: Entering directory '/build/eperl-2.2.14' make[3]: 'libeperl.a' is up to date. make[3]: Leaving directory '/build/eperl-2.2.14' -cd mod && make -w -j10 --jobserver-auth=3,4 +cd mod && make -w -j18 --jobserver-auth=3,4 make[3]: Entering directory '/build/eperl-2.2.14/mod' -make[3]: warning: -j10 forced in submake: resetting jobserver mode. +make[3]: warning: -j18 forced in submake: resetting jobserver mode. make[4]: Entering directory '/build/eperl-2.2.14/mod/Parse' -i686-linux-gnu-gcc -c -I/build/eperl-2.2.14 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DVERSION=\"2.0214\" -DXS_VERSION=\"2.0214\" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC "-I/usr/lib/i386-linux-gnu/perl/5.28/CORE" ePerl.c Running Mkbootstrap for ePerl () +i686-linux-gnu-gcc -c -I/build/eperl-2.2.14 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DVERSION=\"2.0214\" -DXS_VERSION=\"2.0214\" -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC "-I/usr/lib/i386-linux-gnu/perl/5.28/CORE" ePerl.c chmod 644 "ePerl.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- ePerl.bs ../blib/arch/auto/Parse/ePerl/ePerl.bs 644 Skip ../blib/lib/Parse/ePerl.pm (unchanged) @@ -746,14 +758,14 @@ make[3]: Leaving directory '/build/eperl-2.2.14/mod' make[2]: Leaving directory '/build/eperl-2.2.14' dh_auto_test - make -j10 test VERBOSE=1 + make -j18 test VERBOSE=1 make[2]: Entering directory '/build/eperl-2.2.14' make[3]: Entering directory '/build/eperl-2.2.14' make[3]: 'libeperl.a' is up to date. make[3]: Leaving directory '/build/eperl-2.2.14' -cd mod && make -w -j10 --jobserver-auth=3,4 +cd mod && make -w -j18 --jobserver-auth=3,4 make[3]: Entering directory '/build/eperl-2.2.14/mod' -make[3]: warning: -j10 forced in submake: resetting jobserver mode. +make[3]: warning: -j18 forced in submake: resetting jobserver mode. make[4]: Entering directory '/build/eperl-2.2.14/mod/Parse' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- ePerl.bs ../blib/arch/auto/Parse/ePerl/ePerl.bs 644 Manifying 1 pod document @@ -762,9 +774,9 @@ Manifying 1 pod document make[4]: Leaving directory '/build/eperl-2.2.14/mod/Apache' make[3]: Leaving directory '/build/eperl-2.2.14/mod' -cd mod && make -w -j10 --jobserver-auth=3,4 test +cd mod && make -w -j18 --jobserver-auth=3,4 test make[3]: Entering directory '/build/eperl-2.2.14/mod' -make[3]: warning: -j10 forced in submake: resetting jobserver mode. +make[3]: warning: -j18 forced in submake: resetting jobserver mode. make[4]: Entering directory '/build/eperl-2.2.14/mod/Parse' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- ePerl.bs ../blib/arch/auto/Parse/ePerl/ePerl.bs 644 Manifying 1 pod document @@ -783,7 +795,7 @@ t/06_expand.t ...... ok t/07_delimiter.t ... ok All tests successful. -Files=7, Tests=9, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.20 cusr 0.02 csys = 0.28 CPU) +Files=7, Tests=9, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.08 cusr 0.00 csys = 0.10 CPU) Result: PASS make[4]: Leaving directory '/build/eperl-2.2.14/mod/Parse' make[4]: Entering directory '/build/eperl-2.2.14/mod/Apache' @@ -803,7 +815,7 @@ make[1]: Entering directory '/build/eperl-2.2.14' # Install eperl binary (no idea why DESTDIR= or PREFIX= don't work here) dh_auto_install -- -f Makefile.stand-alone prefix=debian/eperl/usr - make -j10 install DESTDIR=/build/eperl-2.2.14/debian/eperl AM_UPDATE_INFO_DIR=no -f Makefile.stand-alone prefix=debian/eperl/usr + make -j18 install DESTDIR=/build/eperl-2.2.14/debian/eperl AM_UPDATE_INFO_DIR=no -f Makefile.stand-alone prefix=debian/eperl/usr make[2]: Entering directory '/build/eperl-2.2.14' i686-linux-gnu-gcc -O2 -g -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/i386-linux-gnu/perl/5.28/CORE -I. -Wdate-time -D_FORTIFY_SOURCE=2 -c eperl_parse.c i686-linux-gnu-gcc -O2 -g -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/i386-linux-gnu/perl/5.28/CORE -I. -Wdate-time -D_FORTIFY_SOURCE=2 -c eperl_pp.c @@ -831,14 +843,14 @@ make[2]: Leaving directory '/build/eperl-2.2.14' # ... and perl modules dh_auto_install - make -j10 install DESTDIR=/build/eperl-2.2.14/debian/eperl AM_UPDATE_INFO_DIR=no + make -j18 install DESTDIR=/build/eperl-2.2.14/debian/eperl AM_UPDATE_INFO_DIR=no make[2]: Entering directory '/build/eperl-2.2.14' make[3]: Entering directory '/build/eperl-2.2.14' make[3]: 'libeperl.a' is up to date. make[3]: Leaving directory '/build/eperl-2.2.14' -cd mod && make -w -j10 --jobserver-auth=3,4 +cd mod && make -w -j18 --jobserver-auth=3,4 make[3]: Entering directory '/build/eperl-2.2.14/mod' -make[3]: warning: -j10 forced in submake: resetting jobserver mode. +make[3]: warning: -j18 forced in submake: resetting jobserver mode. make[4]: Entering directory '/build/eperl-2.2.14/mod/Parse' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- ePerl.bs ../blib/arch/auto/Parse/ePerl/ePerl.bs 644 Manifying 1 pod document @@ -847,9 +859,9 @@ Manifying 1 pod document make[4]: Leaving directory '/build/eperl-2.2.14/mod/Apache' make[3]: Leaving directory '/build/eperl-2.2.14/mod' -cd mod && make -w -j10 --jobserver-auth=3,4 install +cd mod && make -w -j18 --jobserver-auth=3,4 install make[3]: Entering directory '/build/eperl-2.2.14/mod' -make[3]: warning: -j10 forced in submake: resetting jobserver mode. +make[3]: warning: -j18 forced in submake: resetting jobserver mode. make[4]: Entering directory '/build/eperl-2.2.14/mod/Parse' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- ePerl.bs ../blib/arch/auto/Parse/ePerl/ePerl.bs 644 Manifying 1 pod document @@ -859,11 +871,11 @@ make[4]: Leaving directory '/build/eperl-2.2.14/mod/Apache' Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /build/eperl-2.2.14/debian/eperl/usr/lib/i386-linux-gnu/perl5/5.28/auto/Parse/ePerl/ePerl.so -Installing /build/eperl-2.2.14/debian/eperl/usr/lib/i386-linux-gnu/perl5/5.28/auto/Parse/ePerl/autosplit.ix Installing /build/eperl-2.2.14/debian/eperl/usr/lib/i386-linux-gnu/perl5/5.28/Apache/ePerl.pm +Installing /build/eperl-2.2.14/debian/eperl/usr/lib/i386-linux-gnu/perl5/5.28/auto/Parse/ePerl/autosplit.ix Installing /build/eperl-2.2.14/debian/eperl/usr/lib/i386-linux-gnu/perl5/5.28/Parse/ePerl.pm -Installing /build/eperl-2.2.14/debian/eperl/usr/share/man/man3/Parse::ePerl.3pm Installing /build/eperl-2.2.14/debian/eperl/usr/share/man/man3/Apache::ePerl.3pm +Installing /build/eperl-2.2.14/debian/eperl/usr/share/man/man3/Parse::ePerl.3pm make[3]: Leaving directory '/build/eperl-2.2.14/mod' make[2]: Leaving directory '/build/eperl-2.2.14' # ... and move Apache/ePerl.pm @@ -884,8 +896,8 @@ dh_strip dh_makeshlibs dh_shlibdeps -dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/eperl/usr/bin/eperl was not linked against libdl.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/eperl/usr/bin/eperl was not linked against libcrypt.so.1 (it uses none of the library's symbols) +dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/eperl/usr/bin/eperl was not linked against libdl.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/eperl/usr/bin/eperl was not linked against libm.so.6 (it uses none of the library's symbols) dh_installdeb dh_gencontrol @@ -900,12 +912,14 @@ dpkg-source: info: using options from eperl-2.2.14/debian/source/options: --extend-diff-ignore=\.build-backup$ dpkg-buildpackage: info: binary-only upload (no source included) I: copying local configuration +I: user script /srv/workspace/pbuilder/40292/tmp/hooks/B01_cleanup starting +I: user script /srv/workspace/pbuilder/40292/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/28717 and its subdirectories -I: Current time: Sun Apr 19 04:34:11 -12 2020 -I: pbuilder-time-stamp: 1587314051 +I: removing directory /srv/workspace/pbuilder/40292 and its subdirectories +I: Current time: Sun May 23 12:57:39 +14 2021 +I: pbuilder-time-stamp: 1621724259