Diff of the two buildlogs: -- --- b1/build.log 2020-02-25 05:28:33.318861175 +0000 +++ b2/build.log 2020-02-25 05:32:40.614099509 +0000 @@ -1,6 +1,6 @@ I: pbuilder: network access will be disabled during build -I: Current time: Sun Mar 28 23:51:09 -12 2021 -I: pbuilder-time-stamp: 1617018669 +I: Current time: Tue Feb 25 19:28:35 +14 2020 +I: pbuilder-time-stamp: 1582608515 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 Thu May 10 01:24:23 2018 -12 +gpgv: Signature made Fri May 11 03:24:23 2018 +14 gpgv: using RSA key 5D0187B940A245BAD7B0F56A003A1A2DAA41085F gpgv: Can't check signature: No public key dpkg-source: warning: failed to verify signature on ./node-cookie-parser_1.4.3-1.dsc @@ -27,6 +27,18 @@ dpkg-source: info: unpacking node-cookie-parser_1.4.3-1.debian.tar.xz I: using fakeroot in build. I: Installing the build-deps +I: user script /srv/workspace/pbuilder/29016/tmp/hooks/D01_modify_environment starting +disorder-fs debug: Running on profitbricks-build2-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/29016/tmp/hooks/D01_modify_environment finished -> Attempting to satisfy build-dependencies -> Creating pbuilder-satisfydepends-dummy package Package: pbuilder-satisfydepends-dummy @@ -170,7 +182,7 @@ Get: 94 http://deb.debian.org/debian buster/main i386 node-qs all 6.5.2-1 [16.4 kB] Get: 95 http://deb.debian.org/debian buster/main i386 node-superagent all 0.20.0+dfsg-2 [18.6 kB] Get: 96 http://deb.debian.org/debian buster/main i386 node-supertest all 0.14.0-1 [8124 B] -Fetched 62.5 MB in 1s (75.9 MB/s) +Fetched 62.5 MB in 14s (4528 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.) @@ -578,7 +590,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/node-cookie-parser-1.4.3/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" HOME="/nonexistent/first-build" dpkg-buildpackage -us -uc -b +I: Running cd /build/node-cookie-parser-1.4.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 node-cookie-parser dpkg-buildpackage: info: source version 1.4.3-1 dpkg-buildpackage: info: source distribution unstable @@ -597,21 +609,21 @@ mocha --exit --ui bdd --reporter list -- test/*.js cookieParser() should export JSONCookies function: ✓ cookieParser() should export JSONCookies function: 0ms - cookieParser() when no cookies are sent should default req.cookies to {}: ✓ cookieParser() when no cookies are sent should default req.cookies to {}: 29ms - cookieParser() when no cookies are sent should default req.signedCookies to {}: ✓ cookieParser() when no cookies are sent should default req.signedCookies to {}: 3ms + cookieParser() when no cookies are sent should default req.cookies to {}: ✓ cookieParser() when no cookies are sent should default req.cookies to {}: 43ms + cookieParser() when no cookies are sent should default req.signedCookies to {}: ✓ cookieParser() when no cookies are sent should default req.signedCookies to {}: 4ms cookieParser() when cookies are sent should populate req.cookies: ✓ cookieParser() when cookies are sent should populate req.cookies: 2ms cookieParser() when cookies are sent should inflate JSON cookies: ✓ cookieParser() when cookies are sent should inflate JSON cookies: 1ms cookieParser() when cookies are sent should not inflate invalid JSON cookies: ✓ cookieParser() when cookies are sent should not inflate invalid JSON cookies: 1ms cookieParser() when req.cookies exists should do nothing: ✓ cookieParser() when req.cookies exists should do nothing: 2ms - cookieParser() when a secret is given should populate req.signedCookies: ✓ cookieParser() when a secret is given should populate req.signedCookies: 1ms + cookieParser() when a secret is given should populate req.signedCookies: ✓ cookieParser() when a secret is given should populate req.signedCookies: 2ms cookieParser() when a secret is given should remove the signed value from req.cookies: ✓ cookieParser() when a secret is given should remove the signed value from req.cookies: 1ms - cookieParser() when a secret is given should omit invalid signatures: ✓ cookieParser() when a secret is given should omit invalid signatures: 3ms + cookieParser() when a secret is given should omit invalid signatures: ✓ cookieParser() when a secret is given should omit invalid signatures: 4ms cookieParser() when multiple secrets are given should populate req.signedCookies: ✓ cookieParser() when multiple secrets are given should populate req.signedCookies: 2ms cookieParser() when no secret is given should populate req.cookies: ✓ cookieParser() when no secret is given should populate req.cookies: 1ms - cookieParser() when no secret is given should not populate req.signedCookies: ✓ cookieParser() when no secret is given should not populate req.signedCookies: 1ms + cookieParser() when no secret is given should not populate req.signedCookies: ✓ cookieParser() when no secret is given should not populate req.signedCookies: 2ms cookieParser.JSONCookie(str) should return undefined for non-string arguments: ✓ cookieParser.JSONCookie(str) should return undefined for non-string arguments: 0ms cookieParser.JSONCookie(str) should return undefined for non-JSON cookie string: ✓ cookieParser.JSONCookie(str) should return undefined for non-JSON cookie string: 0ms - cookieParser.JSONCookie(str) should return object for JSON cookie string: ✓ cookieParser.JSONCookie(str) should return object for JSON cookie string: 3ms + cookieParser.JSONCookie(str) should return object for JSON cookie string: ✓ cookieParser.JSONCookie(str) should return object for JSON cookie string: 7ms cookieParser.JSONCookie(str) should return undefined on invalid JSON: ✓ cookieParser.JSONCookie(str) should return undefined on invalid JSON: 0ms cookieParser.signedCookie(str, secret) should return undefined for non-string arguments: ✓ cookieParser.signedCookie(str, secret) should return undefined for non-string arguments: 0ms cookieParser.signedCookie(str, secret) should pass through non-signed string: ✓ cookieParser.signedCookie(str, secret) should pass through non-signed string: 0ms @@ -628,7 +640,7 @@ cookieParser.signedCookies(obj, secret) should leave unsigned string in original object: ✓ cookieParser.signedCookies(obj, secret) should leave unsigned string in original object: 0ms cookieParser.signedCookies(obj, secret) when secret is an array should include unsigned strings for all secrets: ✓ cookieParser.signedCookies(obj, secret) when secret is an array should include unsigned strings for all secrets: 0ms - 31 passing (74ms) + 31 passing (101ms) make[1]: Leaving directory '/build/node-cookie-parser-1.4.3' create-stamp debian/debhelper-build-stamp @@ -659,12 +671,14 @@ dpkg-source --after-build . dpkg-buildpackage: info: binary-only upload (no source included) I: copying local configuration +I: user script /srv/workspace/pbuilder/29016/tmp/hooks/B01_cleanup starting +I: user script /srv/workspace/pbuilder/29016/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/65499 and its subdirectories -I: Current time: Sun Mar 28 23:51:32 -12 2021 -I: pbuilder-time-stamp: 1617018692 +I: removing directory /srv/workspace/pbuilder/29016 and its subdirectories +I: Current time: Tue Feb 25 19:32:40 +14 2020 +I: pbuilder-time-stamp: 1582608760