Diff of the two buildlogs: -- --- b1/build.log 2020-04-30 11:26:26.570239570 +0000 +++ b2/build.log 2020-04-30 11:33:01.518420126 +0000 @@ -1,6 +1,6 @@ I: pbuilder: network access will be disabled during build -I: Current time: Wed Jun 2 05:48:07 -12 2021 -I: pbuilder-time-stamp: 1622656087 +I: Current time: Fri May 1 01:26:28 +14 2020 +I: pbuilder-time-stamp: 1588245988 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 Feb 13 23:54:43 2019 -12 +gpgv: Signature made Fri Feb 15 01:54:43 2019 +14 gpgv: using RSA key 00DFE58B8B555779D1005EC9F6D74CA7C999EEE9 gpgv: Can't check signature: No public key dpkg-source: warning: failed to verify signature on ./node-chokidar_1.7.0-3.dsc @@ -27,6 +27,18 @@ dpkg-source: info: unpacking node-chokidar_1.7.0-3.debian.tar.xz I: using fakeroot in build. I: Installing the build-deps +I: user script /srv/workspace/pbuilder/17502/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/17502/tmp/hooks/D01_modify_environment finished -> Attempting to satisfy build-dependencies -> Creating pbuilder-satisfydepends-dummy package Package: pbuilder-satisfydepends-dummy @@ -270,7 +282,7 @@ Get: 172 http://deb.debian.org/debian buster/main i386 node-sinon all 1.17.6-1 [41.4 kB] Get: 173 http://deb.debian.org/debian buster/main i386 node-sinon-chai all 2.10.0-1 [6408 B] Get: 174 http://deb.debian.org/debian buster/main i386 pkg-js-tools all 0.5 [4776 B] -Fetched 63.2 MB in 2s (41.0 MB/s) +Fetched 63.2 MB in 11s (5530 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.) @@ -990,7 +1002,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-chokidar-1.7.0/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" HOME="/nonexistent/first-build" dpkg-buildpackage -us -uc -b +I: Running cd /build/node-chokidar-1.7.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 node-chokidar dpkg-buildpackage: info: source version 1.7.0-3 dpkg-buildpackage: info: source distribution unstable @@ -1015,38 +1027,38 @@ watch a directory ✓ should produce an instance of chokidar.FSWatcher ✓ should expose public API methods - ✓ should emit `add` event when file was added (59ms) - ✓ should emit `addDir` event when directory was added (57ms) + ✓ should emit `add` event when file was added (71ms) + ✓ should emit `addDir` event when directory was added (59ms) ✓ should emit `change` event when file was changed - ✓ should emit `unlink` event when file was removed (105ms) - ✓ should emit `unlinkDir` event when a directory was removed (61ms) - ✓ should emit `unlink` and `add` events when a file is renamed (157ms) - ✓ should emit `add`, not `change`, when previously deleted file is re-added (164ms) - ✓ should not emit `unlink` for previously moved files (408ms) + ✓ should emit `unlink` event when file was removed (109ms) + ✓ should emit `unlinkDir` event when a directory was removed (68ms) + ✓ should emit `unlink` and `add` events when a file is renamed (166ms) + ✓ should emit `add`, not `change`, when previously deleted file is re-added (175ms) + ✓ should not emit `unlink` for previously moved files (421ms) ✓ should survive ENOENT for missing subdirectories ✓ should notice when a file appears in a new directory - ✓ should watch removed and re-added directories (1517ms) + ✓ should watch removed and re-added directories (1530ms) watch individual files ✓ should detect changes ✓ should detect unlinks (155ms) - ✓ should detect unlink and re-add (257ms) - ✓ should ignore unwatched siblings (56ms) + ✓ should detect unlink and re-add (264ms) + ✓ should ignore unwatched siblings (58ms) renamed directory - ✓ should emit `add` for a file in a renamed directory (1007ms) + ✓ should emit `add` for a file in a renamed directory (1037ms) watch non-existent paths - ✓ should watch non-existent file and detect add (53ms) - ✓ should watch non-existent dir and detect addDir/add (103ms) + ✓ should watch non-existent file and detect add (58ms) + ✓ should watch non-existent dir and detect addDir/add (111ms) watch glob patterns - ✓ should correctly watch and emit based on glob input (66ms) - ✓ should respect negated glob patterns (156ms) - ✓ should traverse subdirs to match globstar patterns (223ms) - ✓ should resolve relative paths with glob patterns (72ms) - ✓ should correctly handle conflicting glob patterns (159ms) - ✓ should correctly handle intersecting glob patterns (54ms) - ✓ should not confuse glob-like filenames with globs (104ms) - ✓ should treat glob-like directory names as literal directory names when globbing is disabled (53ms) - ✓ should treat glob-like filenames as literal filenames when globbing is disabled (92ms) - ✓ should not prematurely filter dirs against complex globstar patterns (65ms) + ✓ should correctly watch and emit based on glob input (82ms) + ✓ should respect negated glob patterns (165ms) + ✓ should traverse subdirs to match globstar patterns (276ms) + ✓ should resolve relative paths with glob patterns (109ms) + ✓ should correctly handle conflicting glob patterns (172ms) + ✓ should correctly handle intersecting glob patterns (64ms) + ✓ should not confuse glob-like filenames with globs (115ms) + ✓ should treat glob-like directory names as literal directory names when globbing is disabled (64ms) + ✓ should treat glob-like filenames as literal filenames when globbing is disabled (65ms) + ✓ should not prematurely filter dirs against complex globstar patterns (104ms) ✓ should emit matching dir events watch symlinks ✓ should watch symlinked dirs @@ -1055,10 +1067,10 @@ ✓ should watch paths with a symlinked parent ✓ should not recurse indefinitely on circular symlinks ✓ should recognize changes following symlinked dirs - ✓ should follow newly created symlinks (58ms) + ✓ should follow newly created symlinks (68ms) ✓ should watch symlinks as files when followSymlinks:false - ✓ should watch symlinks within a watched dir as files when followSymlinks:false (310ms) - ✓ should not reuse watcher when following a symlink to elsewhere (110ms) + ✓ should watch symlinks within a watched dir as files when followSymlinks:false (333ms) + ✓ should not reuse watcher when following a symlink to elsewhere (131ms) ✓ should properly match glob patterns that include a symlinked dir watch arrays of paths/globs ✓ should watch all paths in an array @@ -1071,61 +1083,61 @@ ✓ should emit `addDir` event for watched dir ✓ should emit `addDir` events for preexisting dirs true - ✓ should ignore inital add events (52ms) - ✓ should ignore add events on a subsequent .add() (1005ms) + ✓ should ignore inital add events (54ms) + ✓ should ignore add events on a subsequent .add() (1007ms) ✓ should notice when a file appears in an empty directory ✓ should emit a change on a preexisting file as a change - ✓ should not emit for preexisting dirs when depth is 0 (410ms) + ✓ should not emit for preexisting dirs when depth is 0 (414ms) ignored ✓ should check ignore after stating ✓ should not choke on an ignored watch path - ✓ should ignore the contents of ignored dirs (356ms) - ✓ should allow regex/fn ignores (59ms) + ✓ should ignore the contents of ignored dirs (371ms) + ✓ should allow regex/fn ignores (74ms) depth ✓ should not recurse if depth is 0 - ✓ should recurse to specified depth (58ms) - ✓ should respect depth setting when following symlinks (60ms) + ✓ should recurse to specified depth (80ms) + ✓ should respect depth setting when following symlinks (74ms) ✓ should respect depth setting when following a new symlink - ✓ should correctly handle dir events when depth is 0 (65ms) + ✓ should correctly handle dir events when depth is 0 (74ms) atomic - ✓ should ignore vim/emacs/Sublime swapfiles (908ms) - ✓ should ignore stale tilde files (54ms) + ✓ should ignore vim/emacs/Sublime swapfiles (910ms) + ✓ should ignore stale tilde files (60ms) cwd - ✓ should emit relative paths based on cwd (111ms) - ✓ should emit `addDir` with alwaysStat for renamed directory (1010ms) - ✓ should allow separate watchers to have different cwds (160ms) - ✓ should ignore files even with cwd (55ms) + ✓ should emit relative paths based on cwd (123ms) + ✓ should emit `addDir` with alwaysStat for renamed directory (1016ms) + ✓ should allow separate watchers to have different cwds (202ms) + ✓ should ignore files even with cwd (78ms) ignorePermissionErrors false - ✓ should not watch files without read permissions (507ms) + ✓ should not watch files without read permissions (526ms) true ✓ should watch unreadable files if possible ✓ should not choke on non-existent files awaitWriteFinish ✓ should use default options if none given - ✓ should not emit add event before a file is fully written (203ms) - ✓ should wait for the file to be fully written before emitting the add event (510ms) - ✓ should emit with the final stats (908ms) - ✓ should not emit change event while a file has not been fully written (306ms) - ✓ should not emit change event before an existing file is fully updated (303ms) - ✓ should wait for an existing file to be fully updated before emitting the change event (507ms) - ✓ should emit change event after the file is fully written (1068ms) - ✓ should not raise any event for a file that was deleted before fully written (805ms) - ✓ should be compatible with the cwd option (1110ms) + ✓ should not emit add event before a file is fully written (213ms) + ✓ should wait for the file to be fully written before emitting the add event (610ms) + ✓ should emit with the final stats (818ms) + ✓ should not emit change event while a file has not been fully written (311ms) + ✓ should not emit change event before an existing file is fully updated (307ms) + ✓ should wait for an existing file to be fully updated before emitting the change event (511ms) + ✓ should emit change event after the file is fully written (1174ms) + ✓ should not raise any event for a file that was deleted before fully written (808ms) + ✓ should be compatible with the cwd option (1121ms) ✓ should still emit initial add events - ✓ should emit an unlink event when a file is updated and deleted just after that (258ms) + ✓ should emit an unlink event when a file is updated and deleted just after that (270ms) getWatched ✓ should return the watched paths ✓ should set keys relative to cwd & include added paths unwatch - ✓ should stop watching unwatched paths (355ms) - ✓ should ignore unwatched paths that are a subset of watched paths (411ms) - ✓ should unwatch relative paths (359ms) - ✓ should watch paths that were unwatched and added again (159ms) - ✓ should unwatch paths that are relative to options.cwd (362ms) + ✓ should stop watching unwatched paths (364ms) + ✓ should ignore unwatched paths that are a subset of watched paths (420ms) + ✓ should unwatch relative paths (364ms) + ✓ should watch paths that were unwatched and added again (161ms) + ✓ should unwatch paths that are relative to options.cwd (372ms) close - ✓ should ignore further events on close (907ms) - ✓ should not prevent the process from exiting (793ms) + ✓ should ignore further events on close (912ms) + ✓ should not prevent the process from exiting (1260ms) env variable option override CHOKIDAR_USEPOLLING ✓ should make options.usePolling `true` when CHOKIDAR_USEPOLLING is set to true @@ -1139,39 +1151,39 @@ watch a directory ✓ should produce an instance of chokidar.FSWatcher ✓ should expose public API methods - ✓ should emit `add` event when file was added (56ms) - ✓ should emit `addDir` event when directory was added (66ms) + ✓ should emit `add` event when file was added (69ms) + ✓ should emit `addDir` event when directory was added (69ms) ✓ should emit `change` event when file was changed ✓ should emit `unlink` event when file was removed - ✓ should emit `unlinkDir` event when a directory was removed (64ms) - ✓ should emit `unlink` and `add` events when a file is renamed (64ms) - ✓ should emit `add`, not `change`, when previously deleted file is re-added (79ms) - ✓ should not emit `unlink` for previously moved files (309ms) + ✓ should emit `unlinkDir` event when a directory was removed (68ms) + ✓ should emit `unlink` and `add` events when a file is renamed (70ms) + ✓ should emit `add`, not `change`, when previously deleted file is re-added (89ms) + ✓ should not emit `unlink` for previously moved files (313ms) ✓ should survive ENOENT for missing subdirectories ✓ should notice when a file appears in a new directory - ✓ should watch removed and re-added directories (1518ms) + ✓ should watch removed and re-added directories (1530ms) watch individual files ✓ should detect changes - ✓ should detect unlinks (72ms) - ✓ should detect unlink and re-add (188ms) - ✓ should ignore unwatched siblings (59ms) + ✓ should detect unlinks (54ms) + ✓ should detect unlink and re-add (171ms) + ✓ should ignore unwatched siblings (56ms) renamed directory - ✓ should emit `add` for a file in a renamed directory (1016ms) + ✓ should emit `add` for a file in a renamed directory (1027ms) watch non-existent paths - ✓ should watch non-existent file and detect add (59ms) - ✓ should watch non-existent dir and detect addDir/add (109ms) + ✓ should watch non-existent file and detect add (57ms) + ✓ should watch non-existent dir and detect addDir/add (116ms) watch glob patterns - ✓ should correctly watch and emit based on glob input (64ms) - ✓ should respect negated glob patterns (70ms) - ✓ should traverse subdirs to match globstar patterns (130ms) - ✓ should resolve relative paths with glob patterns (72ms) - ✓ should correctly handle conflicting glob patterns (65ms) - ✓ should correctly handle intersecting glob patterns (65ms) - ✓ should not confuse glob-like filenames with globs (119ms) - ✓ should treat glob-like directory names as literal directory names when globbing is disabled (66ms) - ✓ should treat glob-like filenames as literal filenames when globbing is disabled (67ms) - ✓ should not prematurely filter dirs against complex globstar patterns (69ms) - ✓ should emit matching dir events + ✓ should correctly watch and emit based on glob input (74ms) + ✓ should respect negated glob patterns (71ms) + ✓ should traverse subdirs to match globstar patterns (181ms) + ✓ should resolve relative paths with glob patterns (94ms) + ✓ should correctly handle conflicting glob patterns (75ms) + ✓ should correctly handle intersecting glob patterns (71ms) + ✓ should not confuse glob-like filenames with globs (128ms) + ✓ should treat glob-like directory names as literal directory names when globbing is disabled (86ms) + ✓ should treat glob-like filenames as literal filenames when globbing is disabled (72ms) + ✓ should not prematurely filter dirs against complex globstar patterns (102ms) + ✓ should emit matching dir events (38ms) watch symlinks ✓ should watch symlinked dirs ✓ should watch symlinked files @@ -1179,10 +1191,10 @@ ✓ should watch paths with a symlinked parent ✓ should not recurse indefinitely on circular symlinks ✓ should recognize changes following symlinked dirs - ✓ should follow newly created symlinks (65ms) + ✓ should follow newly created symlinks (72ms) ✓ should watch symlinks as files when followSymlinks:false - ✓ should watch symlinks within a watched dir as files when followSymlinks:false (1304ms) - ✓ should not reuse watcher when following a symlink to elsewhere (966ms) + ✓ should watch symlinks within a watched dir as files when followSymlinks:false (1229ms) + ✓ should not reuse watcher when following a symlink to elsewhere (980ms) ✓ should properly match glob patterns that include a symlinked dir watch arrays of paths/globs ✓ should watch all paths in an array @@ -1195,61 +1207,61 @@ ✓ should emit `addDir` event for watched dir ✓ should emit `addDir` events for preexisting dirs true - ✓ should ignore inital add events (52ms) + ✓ should ignore inital add events (53ms) ✓ should ignore add events on a subsequent .add() (1002ms) ✓ should notice when a file appears in an empty directory ✓ should emit a change on a preexisting file as a change - ✓ should not emit for preexisting dirs when depth is 0 (418ms) + ✓ should not emit for preexisting dirs when depth is 0 (419ms) ignored ✓ should check ignore after stating ✓ should not choke on an ignored watch path - ✓ should ignore the contents of ignored dirs (382ms) - ✓ should allow regex/fn ignores (53ms) + ✓ should ignore the contents of ignored dirs (362ms) + ✓ should allow regex/fn ignores (82ms) depth ✓ should not recurse if depth is 0 - ✓ should recurse to specified depth (72ms) - ✓ should respect depth setting when following symlinks (57ms) + ✓ should recurse to specified depth (81ms) + ✓ should respect depth setting when following symlinks (74ms) ✓ should respect depth setting when following a new symlink - ✓ should correctly handle dir events when depth is 0 (74ms) + ✓ should correctly handle dir events when depth is 0 (94ms) atomic - ✓ should ignore vim/emacs/Sublime swapfiles (902ms) - ✓ should ignore stale tilde files (53ms) + ✓ should ignore vim/emacs/Sublime swapfiles (907ms) + ✓ should ignore stale tilde files (68ms) cwd - ✓ should emit relative paths based on cwd (91ms) - ✓ should emit `addDir` with alwaysStat for renamed directory (1017ms) - ✓ should allow separate watchers to have different cwds (182ms) - ✓ should ignore files even with cwd (364ms) + ✓ should emit relative paths based on cwd + ✓ should emit `addDir` with alwaysStat for renamed directory (1013ms) + ✓ should allow separate watchers to have different cwds (87ms) + ✓ should ignore files even with cwd (108ms) ignorePermissionErrors false - ✓ should not watch files without read permissions (604ms) + ✓ should not watch files without read permissions (517ms) true ✓ should watch unreadable files if possible ✓ should not choke on non-existent files awaitWriteFinish ✓ should use default options if none given - ✓ should not emit add event before a file is fully written (202ms) - ✓ should wait for the file to be fully written before emitting the add event (513ms) - ✓ should emit with the final stats (818ms) - ✓ should not emit change event while a file has not been fully written (302ms) - ✓ should not emit change event before an existing file is fully updated (301ms) - ✓ should wait for an existing file to be fully updated before emitting the change event (518ms) - ✓ should emit change event after the file is fully written (1084ms) - ✓ should not raise any event for a file that was deleted before fully written (801ms) - ✓ should be compatible with the cwd option (1115ms) + ✓ should not emit add event before a file is fully written (204ms) + ✓ should wait for the file to be fully written before emitting the add event (517ms) + ✓ should emit with the final stats (918ms) + ✓ should not emit change event while a file has not been fully written (313ms) + ✓ should not emit change event before an existing file is fully updated (309ms) + ✓ should wait for an existing file to be fully updated before emitting the change event (522ms) + ✓ should emit change event after the file is fully written (1076ms) + ✓ should not raise any event for a file that was deleted before fully written (803ms) + ✓ should be compatible with the cwd option (1121ms) ✓ should still emit initial add events - ✓ should emit an unlink event when a file is updated and deleted just after that (230ms) + ✓ should emit an unlink event when a file is updated and deleted just after that (172ms) getWatched ✓ should return the watched paths ✓ should set keys relative to cwd & include added paths unwatch ✓ should stop watching unwatched paths (364ms) - ✓ should ignore unwatched paths that are a subset of watched paths (414ms) - ✓ should unwatch relative paths (357ms) - ✓ should watch paths that were unwatched and added again (155ms) - ✓ should unwatch paths that are relative to options.cwd (358ms) + ✓ should ignore unwatched paths that are a subset of watched paths (421ms) + ✓ should unwatch relative paths (364ms) + ✓ should watch paths that were unwatched and added again (156ms) + ✓ should unwatch paths that are relative to options.cwd (369ms) close - ✓ should ignore further events on close (905ms) - ✓ should not prevent the process from exiting (1136ms) + ✓ should ignore further events on close (904ms) + ✓ should not prevent the process from exiting (1245ms) env variable option override CHOKIDAR_USEPOLLING ✓ should make options.usePolling `true` when CHOKIDAR_USEPOLLING is set to true @@ -1261,7 +1273,7 @@ ✓ should make options.interval = CHOKIDAR_INTERVAL when it is set - 197 passing (44s) + 197 passing (46s) create-stamp debian/debhelper-build-stamp fakeroot debian/rules binary @@ -1289,12 +1301,14 @@ dpkg-source: info: using options from node-chokidar-1.7.0/debian/source/options: --diff-ignore=[.]* dpkg-buildpackage: info: binary-only upload (no source included) I: copying local configuration +I: user script /srv/workspace/pbuilder/17502/tmp/hooks/B01_cleanup starting +I: user script /srv/workspace/pbuilder/17502/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/20417 and its subdirectories -I: Current time: Wed Jun 2 05:49:26 -12 2021 -I: pbuilder-time-stamp: 1622656166 +I: removing directory /srv/workspace/pbuilder/17502 and its subdirectories +I: Current time: Fri May 1 01:33:01 +14 2020 +I: pbuilder-time-stamp: 1588246381