Diff of the two buildlogs: -- --- b1/build.log 2020-02-26 02:07:08.308286701 +0000 +++ b2/build.log 2020-02-26 02:14:39.259627197 +0000 @@ -1,6 +1,6 @@ I: pbuilder: network access will be disabled during build -I: Current time: Mon Mar 29 20:28:46 -12 2021 -I: pbuilder-time-stamp: 1617092926 +I: Current time: Wed Feb 26 16:07:10 +14 2020 +I: pbuilder-time-stamp: 1582682830 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 Mon Sep 10 22:47:17 2018 -12 +gpgv: Signature made Wed Sep 12 00:47:17 2018 +14 gpgv: using RSA key DDC53E5130FD08223F98945649086AD3EBE2F31F gpgv: Can't check signature: No public key dpkg-source: warning: failed to verify signature on ./ninka_1.3.2-3.dsc @@ -34,6 +34,18 @@ dpkg-source: info: applying comments_path.patch I: using fakeroot in build. I: Installing the build-deps +I: user script /srv/workspace/pbuilder/5429/tmp/hooks/D01_modify_environment starting +disorder-fs 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/5429/tmp/hooks/D01_modify_environment finished -> Attempting to satisfy build-dependencies -> Creating pbuilder-satisfydepends-dummy package Package: pbuilder-satisfydepends-dummy @@ -116,7 +128,7 @@ Get: 39 http://deb.debian.org/debian buster/main i386 libio-captureoutput-perl all 1.1104-1 [15.7 kB] Get: 40 http://deb.debian.org/debian buster/main i386 libtest-pod-perl all 1.52-1 [14.2 kB] Get: 41 http://deb.debian.org/debian buster/main i386 libtest-strict-perl all 0.47-1 [16.0 kB] -Fetched 19.8 MB in 0s (83.1 MB/s) +Fetched 19.8 MB in 4s (4885 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.) @@ -303,7 +315,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/ninka-1.3.2/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" HOME="/nonexistent/first-build" dpkg-buildpackage -us -uc -b +I: Running cd /build/ninka-1.3.2/ && 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 ninka dpkg-buildpackage: info: source version 1.3.2-3 dpkg-buildpackage: info: source distribution unstable @@ -340,26 +352,26 @@ debian/rules override_dh_auto_build make[1]: Entering directory '/build/ninka-1.3.2' dh_auto_build override_dh_auto_build - make -j18 + make -j10 make[2]: Entering directory '/build/ninka-1.3.2' +cp lib/Ninka/SentenceFilter.pm blib/lib/Ninka/SentenceFilter.pm cp lib/Ninka/FileCleaner.pm blib/lib/Ninka/FileCleaner.pm -cp lib/Ninka/rules.dict blib/lib/Ninka/rules.dict -cp lib/Ninka/interrules.dict blib/lib/Ninka/interrules.dict -cp lib/Ninka/CommentExtractor.pm blib/lib/Ninka/CommentExtractor.pm -cp lib/Ninka/criticalwords.dict blib/lib/Ninka/criticalwords.dict cp lib/Ninka/abbreviations.dict blib/lib/Ninka/abbreviations.dict -cp lib/Ninka/LicenseMatcher.pm blib/lib/Ninka/LicenseMatcher.pm -cp lib/Ninka/LicenseRules.pm blib/lib/Ninka/LicenseRules.pm +cp lib/Ninka/interrules.dict blib/lib/Ninka/interrules.dict +cp lib/Ninka.pm blib/lib/Ninka.pm cp lib/Ninka/SentenceExtractor.pm blib/lib/Ninka/SentenceExtractor.pm -cp lib/Ninka/licensesentence.dict blib/lib/Ninka/licensesentence.dict cp lib/Ninka/SentenceTokenizer.pm blib/lib/Ninka/SentenceTokenizer.pm -cp lib/Ninka/SentenceFilter.pm blib/lib/Ninka/SentenceFilter.pm -cp lib/Ninka.pm blib/lib/Ninka.pm +cp lib/Ninka/LicenseMatcher.pm blib/lib/Ninka/LicenseMatcher.pm +cp lib/Ninka/licensesentence.dict blib/lib/Ninka/licensesentence.dict +cp lib/Ninka/criticalwords.dict blib/lib/Ninka/criticalwords.dict +cp lib/Ninka/rules.dict blib/lib/Ninka/rules.dict +cp lib/Ninka/CommentExtractor.pm blib/lib/Ninka/CommentExtractor.pm +cp lib/Ninka/LicenseRules.pm blib/lib/Ninka/LicenseRules.pm cp bin/ninka blib/script/ninka cp bin/ninka-excel blib/script/ninka-excel cp bin/ninka-sqlite blib/script/ninka-sqlite -"/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ninka "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ninka-excel +"/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ninka "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ninka-sqlite Manifying 3 pod documents Manifying 8 pod documents @@ -374,19 +386,19 @@ make[2]: Leaving directory '/build/ninka-1.3.2/comments' make[1]: Leaving directory '/build/ninka-1.3.2' dh_auto_test - make -j18 test TEST_VERBOSE=1 + make -j10 test TEST_VERBOSE=1 make[1]: Entering directory '/build/ninka-1.3.2' 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 t/pod_ok.t .................... 1..11 ok 1 - POD test for blib/lib/Ninka.pm -ok 2 - POD test for blib/lib/Ninka/LicenseMatcher.pm -ok 3 - POD test for blib/lib/Ninka/FileCleaner.pm -ok 4 - POD test for blib/lib/Ninka/CommentExtractor.pm -ok 5 - POD test for blib/lib/Ninka/LicenseRules.pm -ok 6 - POD test for blib/lib/Ninka/SentenceExtractor.pm -ok 7 - POD test for blib/lib/Ninka/SentenceFilter.pm -ok 8 - POD test for blib/lib/Ninka/SentenceTokenizer.pm +ok 2 - POD test for blib/lib/Ninka/SentenceExtractor.pm +ok 3 - POD test for blib/lib/Ninka/SentenceFilter.pm +ok 4 - POD test for blib/lib/Ninka/SentenceTokenizer.pm +ok 5 - POD test for blib/lib/Ninka/FileCleaner.pm +ok 6 - POD test for blib/lib/Ninka/LicenseRules.pm +ok 7 - POD test for blib/lib/Ninka/LicenseMatcher.pm +ok 8 - POD test for blib/lib/Ninka/CommentExtractor.pm ok 9 - POD test for blib/script/ninka-excel ok 10 - POD test for blib/script/ninka-sqlite ok 11 - POD test for blib/script/ninka @@ -394,482 +406,482 @@ t/reference_licenses.t ........ 1..96 # Subtest: AAL - ok 1 - input file exists: '/tmp/TUnBxEDPHd/AAL' + ok 1 - input file exists: '/tmp/lMkzkJhge6/AAL' ok 2 - stdout is as expected 1..2 ok 1 - AAL # Subtest: AFL-1.1 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/AFL-1.1' + ok 1 - input file exists: '/tmp/lMkzkJhge6/AFL-1.1' ok 2 - stdout is as expected 1..2 ok 2 - AFL-1.1 # Subtest: AFL-1.2 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/AFL-1.2' + ok 1 - input file exists: '/tmp/lMkzkJhge6/AFL-1.2' ok 2 - stdout is as expected 1..2 ok 3 - AFL-1.2 # Subtest: AFL-2.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/AFL-2.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/AFL-2.0' ok 2 - stdout is as expected 1..2 ok 4 - AFL-2.0 # Subtest: AFL-2.1 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/AFL-2.1' + ok 1 - input file exists: '/tmp/lMkzkJhge6/AFL-2.1' ok 2 - stdout is as expected 1..2 ok 5 - AFL-2.1 # Subtest: AFL-3.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/AFL-3.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/AFL-3.0' ok 2 - stdout is as expected 1..2 ok 6 - AFL-3.0 # Subtest: AGPL-1.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/AGPL-1.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/AGPL-1.0' ok 2 - stdout is as expected 1..2 ok 7 - AGPL-1.0 # Subtest: AGPL-3.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/AGPL-3.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/AGPL-3.0' ok 2 - stdout is as expected 1..2 ok 8 - AGPL-3.0 # Subtest: Apache-1.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/Apache-1.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/Apache-1.0' ok 2 - stdout is as expected 1..2 ok 9 - Apache-1.0 # Subtest: Apache-1.1 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/Apache-1.1' + ok 1 - input file exists: '/tmp/lMkzkJhge6/Apache-1.1' ok 2 - stdout is as expected 1..2 ok 10 - Apache-1.1 # Subtest: Apache-2.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/Apache-2.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/Apache-2.0' ok 2 - stdout is as expected 1..2 ok 11 - Apache-2.0 # Subtest: BSD - ok 1 - input file exists: '/tmp/TUnBxEDPHd/BSD' + ok 1 - input file exists: '/tmp/lMkzkJhge6/BSD' ok 2 - stdout is as expected 1..2 ok 12 - BSD # Subtest: BSD-2-Clause - ok 1 - input file exists: '/tmp/TUnBxEDPHd/BSD-2-Clause' + ok 1 - input file exists: '/tmp/lMkzkJhge6/BSD-2-Clause' ok 2 - stdout is as expected 1..2 ok 13 - BSD-2-Clause # Subtest: BSD-2-Clause-FreeBSD - ok 1 - input file exists: '/tmp/TUnBxEDPHd/BSD-2-Clause-FreeBSD' + ok 1 - input file exists: '/tmp/lMkzkJhge6/BSD-2-Clause-FreeBSD' ok 2 - stdout is as expected 1..2 ok 14 - BSD-2-Clause-FreeBSD # Subtest: BSD-2-Clause-NetBSD - ok 1 - input file exists: '/tmp/TUnBxEDPHd/BSD-2-Clause-NetBSD' + ok 1 - input file exists: '/tmp/lMkzkJhge6/BSD-2-Clause-NetBSD' ok 2 - stdout is as expected 1..2 ok 15 - BSD-2-Clause-NetBSD # Subtest: BSD-3-Clause - ok 1 - input file exists: '/tmp/TUnBxEDPHd/BSD-3-Clause' + ok 1 - input file exists: '/tmp/lMkzkJhge6/BSD-3-Clause' ok 2 - stdout is as expected 1..2 ok 16 - BSD-3-Clause # Subtest: BSD-3-Clause-Clear - ok 1 - input file exists: '/tmp/TUnBxEDPHd/BSD-3-Clause-Clear' + ok 1 - input file exists: '/tmp/lMkzkJhge6/BSD-3-Clause-Clear' ok 2 - stdout is as expected 1..2 ok 17 - BSD-3-Clause-Clear # Subtest: BSD-3-Clause-Severability - ok 1 - input file exists: '/tmp/TUnBxEDPHd/BSD-3-Clause-Severability' + ok 1 - input file exists: '/tmp/lMkzkJhge6/BSD-3-Clause-Severability' ok 2 - stdout is as expected 1..2 ok 18 - BSD-3-Clause-Severability # Subtest: BSD-4-Clause - ok 1 - input file exists: '/tmp/TUnBxEDPHd/BSD-4-Clause' + ok 1 - input file exists: '/tmp/lMkzkJhge6/BSD-4-Clause' ok 2 - stdout is as expected 1..2 ok 19 - BSD-4-Clause # Subtest: BSD-4-Clause-UC - ok 1 - input file exists: '/tmp/TUnBxEDPHd/BSD-4-Clause-UC' + ok 1 - input file exists: '/tmp/lMkzkJhge6/BSD-4-Clause-UC' ok 2 - stdout is as expected 1..2 ok 20 - BSD-4-Clause-UC # Subtest: BSD-Doc - ok 1 - input file exists: '/tmp/TUnBxEDPHd/BSD-Doc' + ok 1 - input file exists: '/tmp/lMkzkJhge6/BSD-Doc' ok 2 - stdout is as expected 1..2 ok 21 - BSD-Doc # Subtest: BSD-style - ok 1 - input file exists: '/tmp/TUnBxEDPHd/BSD-style' + ok 1 - input file exists: '/tmp/lMkzkJhge6/BSD-style' ok 2 - stdout is as expected 1..2 ok 22 - BSD-style # Subtest: CC-BY-1.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-1.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-1.0' ok 2 - stdout is as expected 1..2 ok 23 - CC-BY-1.0 # Subtest: CC-BY-2.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-2.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-2.0' ok 2 - stdout is as expected 1..2 ok 24 - CC-BY-2.0 # Subtest: CC-BY-2.5 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-2.5' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-2.5' ok 2 - stdout is as expected 1..2 ok 25 - CC-BY-2.5 # Subtest: CC-BY-3.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-3.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-3.0' ok 2 - stdout is as expected 1..2 ok 26 - CC-BY-3.0 # Subtest: CC-BY-4.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-4.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-4.0' ok 2 - stdout is as expected 1..2 ok 27 - CC-BY-4.0 # Subtest: CC-BY-NC-1.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-NC-1.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-NC-1.0' ok 2 - stdout is as expected 1..2 ok 28 - CC-BY-NC-1.0 # Subtest: CC-BY-NC-2.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-NC-2.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-NC-2.0' ok 2 - stdout is as expected 1..2 ok 29 - CC-BY-NC-2.0 # Subtest: CC-BY-NC-2.5 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-NC-2.5' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-NC-2.5' ok 2 - stdout is as expected 1..2 ok 30 - CC-BY-NC-2.5 # Subtest: CC-BY-NC-3.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-NC-3.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-NC-3.0' ok 2 - stdout is as expected 1..2 ok 31 - CC-BY-NC-3.0 # Subtest: CC-BY-NC-4.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-NC-4.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-NC-4.0' ok 2 - stdout is as expected 1..2 ok 32 - CC-BY-NC-4.0 # Subtest: CC-BY-NC-ND-1.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-NC-ND-1.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-NC-ND-1.0' ok 2 - stdout is as expected 1..2 ok 33 - CC-BY-NC-ND-1.0 # Subtest: CC-BY-NC-ND-2.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-NC-ND-2.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-NC-ND-2.0' ok 2 - stdout is as expected 1..2 ok 34 - CC-BY-NC-ND-2.0 # Subtest: CC-BY-NC-ND-2.5 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-NC-ND-2.5' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-NC-ND-2.5' ok 2 - stdout is as expected 1..2 ok 35 - CC-BY-NC-ND-2.5 # Subtest: CC-BY-NC-ND-3.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-NC-ND-3.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-NC-ND-3.0' ok 2 - stdout is as expected 1..2 ok 36 - CC-BY-NC-ND-3.0 # Subtest: CC-BY-NC-ND-4.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-NC-ND-4.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-NC-ND-4.0' ok 2 - stdout is as expected 1..2 ok 37 - CC-BY-NC-ND-4.0 # Subtest: CC-BY-NC-SA-1.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-NC-SA-1.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-NC-SA-1.0' ok 2 - stdout is as expected 1..2 ok 38 - CC-BY-NC-SA-1.0 # Subtest: CC-BY-NC-SA-2.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-NC-SA-2.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-NC-SA-2.0' ok 2 - stdout is as expected 1..2 ok 39 - CC-BY-NC-SA-2.0 # Subtest: CC-BY-NC-SA-2.5 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-NC-SA-2.5' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-NC-SA-2.5' ok 2 - stdout is as expected 1..2 ok 40 - CC-BY-NC-SA-2.5 # Subtest: CC-BY-NC-SA-3.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-NC-SA-3.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-NC-SA-3.0' ok 2 - stdout is as expected 1..2 ok 41 - CC-BY-NC-SA-3.0 # Subtest: CC-BY-NC-SA-4.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-NC-SA-4.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-NC-SA-4.0' ok 2 - stdout is as expected 1..2 ok 42 - CC-BY-NC-SA-4.0 # Subtest: CC-BY-ND-1.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-ND-1.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-ND-1.0' ok 2 - stdout is as expected 1..2 ok 43 - CC-BY-ND-1.0 # Subtest: CC-BY-ND-2.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-ND-2.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-ND-2.0' ok 2 - stdout is as expected 1..2 ok 44 - CC-BY-ND-2.0 # Subtest: CC-BY-ND-2.5 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-ND-2.5' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-ND-2.5' ok 2 - stdout is as expected 1..2 ok 45 - CC-BY-ND-2.5 # Subtest: CC-BY-ND-3.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-ND-3.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-ND-3.0' ok 2 - stdout is as expected 1..2 ok 46 - CC-BY-ND-3.0 # Subtest: CC-BY-ND-4.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-ND-4.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-ND-4.0' ok 2 - stdout is as expected 1..2 ok 47 - CC-BY-ND-4.0 # Subtest: CC-BY-SA - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-SA' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-SA' ok 2 - stdout is as expected 1..2 ok 48 - CC-BY-SA # Subtest: CC-BY-SA-1.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-SA-1.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-SA-1.0' ok 2 - stdout is as expected 1..2 ok 49 - CC-BY-SA-1.0 # Subtest: CC-BY-SA-2.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-SA-2.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-SA-2.0' ok 2 - stdout is as expected 1..2 ok 50 - CC-BY-SA-2.0 # Subtest: CC-BY-SA-2.5 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-SA-2.5' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-SA-2.5' ok 2 - stdout is as expected 1..2 ok 51 - CC-BY-SA-2.5 # Subtest: CC-BY-SA-3.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-SA-3.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-SA-3.0' ok 2 - stdout is as expected 1..2 ok 52 - CC-BY-SA-3.0 # Subtest: CC-BY-SA-4.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC-BY-SA-4.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC-BY-SA-4.0' ok 2 - stdout is as expected 1..2 ok 53 - CC-BY-SA-4.0 # Subtest: CC0-1.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/CC0-1.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/CC0-1.0' ok 2 - stdout is as expected 1..2 ok 54 - CC0-1.0 # Subtest: Do_not_modify_article - ok 1 - input file exists: '/tmp/TUnBxEDPHd/Do_not_modify_article' + ok 1 - input file exists: '/tmp/lMkzkJhge6/Do_not_modify_article' ok 2 - stdout is as expected 1..2 ok 55 - Do_not_modify_article # Subtest: Do_not_modify_document - ok 1 - input file exists: '/tmp/TUnBxEDPHd/Do_not_modify_document' + ok 1 - input file exists: '/tmp/lMkzkJhge6/Do_not_modify_document' ok 2 - stdout is as expected 1..2 ok 56 - Do_not_modify_document # Subtest: Do_not_send_change - ok 1 - input file exists: '/tmp/TUnBxEDPHd/Do_not_send_change' + ok 1 - input file exists: '/tmp/lMkzkJhge6/Do_not_send_change' ok 2 - stdout is as expected 1..2 ok 57 - Do_not_send_change # Subtest: EUPL-1.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/EUPL-1.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/EUPL-1.0' ok 2 - stdout is as expected 1..2 ok 58 - EUPL-1.0 # Subtest: EUPL-1.1 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/EUPL-1.1' + ok 1 - input file exists: '/tmp/lMkzkJhge6/EUPL-1.1' ok 2 - stdout is as expected 1..2 ok 59 - EUPL-1.1 # Subtest: GFDL-1.1 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/GFDL-1.1' + ok 1 - input file exists: '/tmp/lMkzkJhge6/GFDL-1.1' ok 2 - stdout is as expected 1..2 ok 60 - GFDL-1.1 # Subtest: GFDL-1.2 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/GFDL-1.2' + ok 1 - input file exists: '/tmp/lMkzkJhge6/GFDL-1.2' ok 2 - stdout is as expected 1..2 ok 61 - GFDL-1.2 # Subtest: GFDL-1.3 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/GFDL-1.3' + ok 1 - input file exists: '/tmp/lMkzkJhge6/GFDL-1.3' ok 2 - stdout is as expected 1..2 ok 62 - GFDL-1.3 # Subtest: GPL - ok 1 - input file exists: '/tmp/TUnBxEDPHd/GPL' + ok 1 - input file exists: '/tmp/lMkzkJhge6/GPL' ok 2 - stdout is as expected 1..2 ok 63 - GPL # Subtest: GPL-1.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/GPL-1.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/GPL-1.0' ok 2 - stdout is as expected 1..2 ok 64 - GPL-1.0 # Subtest: GPL-1.0+ - ok 1 - input file exists: '/tmp/TUnBxEDPHd/GPL-1.0+' + ok 1 - input file exists: '/tmp/lMkzkJhge6/GPL-1.0+' ok 2 - stdout is as expected 1..2 ok 65 - GPL-1.0+ # Subtest: GPL-2.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/GPL-2.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/GPL-2.0' ok 2 - stdout is as expected 1..2 ok 66 - GPL-2.0 # Subtest: GPL-2.0+ - ok 1 - input file exists: '/tmp/TUnBxEDPHd/GPL-2.0+' + ok 1 - input file exists: '/tmp/lMkzkJhge6/GPL-2.0+' ok 2 - stdout is as expected 1..2 ok 67 - GPL-2.0+ # Subtest: GPL-2.0+-with-bison-exception - ok 1 - input file exists: '/tmp/TUnBxEDPHd/GPL-2.0+-with-bison-exception' + ok 1 - input file exists: '/tmp/lMkzkJhge6/GPL-2.0+-with-bison-exception' ok 2 - stdout is as expected 1..2 ok 68 - GPL-2.0+-with-bison-exception # Subtest: GPL-2.0-with-GCC-exception - ok 1 - input file exists: '/tmp/TUnBxEDPHd/GPL-2.0-with-GCC-exception' + ok 1 - input file exists: '/tmp/lMkzkJhge6/GPL-2.0-with-GCC-exception' ok 2 - stdout is as expected 1..2 ok 69 - GPL-2.0-with-GCC-exception # Subtest: GPL-2.0-with-autoconf-exception - ok 1 - input file exists: '/tmp/TUnBxEDPHd/GPL-2.0-with-autoconf-exception' + ok 1 - input file exists: '/tmp/lMkzkJhge6/GPL-2.0-with-autoconf-exception' ok 2 - stdout is as expected 1..2 ok 70 - GPL-2.0-with-autoconf-exception # Subtest: GPL-2.0-with-bison-exception - ok 1 - input file exists: '/tmp/TUnBxEDPHd/GPL-2.0-with-bison-exception' + ok 1 - input file exists: '/tmp/lMkzkJhge6/GPL-2.0-with-bison-exception' ok 2 - stdout is as expected 1..2 ok 71 - GPL-2.0-with-bison-exception # Subtest: GPL-2.0-with-classpath-exception - ok 1 - input file exists: '/tmp/TUnBxEDPHd/GPL-2.0-with-classpath-exception' + ok 1 - input file exists: '/tmp/lMkzkJhge6/GPL-2.0-with-classpath-exception' ok 2 - stdout is as expected 1..2 ok 72 - GPL-2.0-with-classpath-exception # Subtest: GPL-2.0-with-font-exception - ok 1 - input file exists: '/tmp/TUnBxEDPHd/GPL-2.0-with-font-exception' + ok 1 - input file exists: '/tmp/lMkzkJhge6/GPL-2.0-with-font-exception' ok 2 - stdout is as expected 1..2 ok 73 - GPL-2.0-with-font-exception # Subtest: GPL-3.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/GPL-3.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/GPL-3.0' ok 2 - stdout is as expected 1..2 ok 74 - GPL-3.0 # Subtest: GPL-3.0+ - ok 1 - input file exists: '/tmp/TUnBxEDPHd/GPL-3.0+' + ok 1 - input file exists: '/tmp/lMkzkJhge6/GPL-3.0+' ok 2 - stdout is as expected 1..2 ok 75 - GPL-3.0+ # Subtest: GPL-3.0+-with-bison-exception - ok 1 - input file exists: '/tmp/TUnBxEDPHd/GPL-3.0+-with-bison-exception' + ok 1 - input file exists: '/tmp/lMkzkJhge6/GPL-3.0+-with-bison-exception' ok 2 - stdout is as expected 1..2 ok 76 - GPL-3.0+-with-bison-exception # Subtest: GPL-3.0-with-GCC-exception - ok 1 - input file exists: '/tmp/TUnBxEDPHd/GPL-3.0-with-GCC-exception' + ok 1 - input file exists: '/tmp/lMkzkJhge6/GPL-3.0-with-GCC-exception' ok 2 - stdout is as expected 1..2 ok 77 - GPL-3.0-with-GCC-exception # Subtest: GPL-3.0-with-autoconf-exception - ok 1 - input file exists: '/tmp/TUnBxEDPHd/GPL-3.0-with-autoconf-exception' + ok 1 - input file exists: '/tmp/lMkzkJhge6/GPL-3.0-with-autoconf-exception' ok 2 - stdout is as expected 1..2 ok 78 - GPL-3.0-with-autoconf-exception # Subtest: GPL-3.0-with-bison-exception - ok 1 - input file exists: '/tmp/TUnBxEDPHd/GPL-3.0-with-bison-exception' + ok 1 - input file exists: '/tmp/lMkzkJhge6/GPL-3.0-with-bison-exception' ok 2 - stdout is as expected 1..2 ok 79 - GPL-3.0-with-bison-exception # Subtest: LGPL - ok 1 - input file exists: '/tmp/TUnBxEDPHd/LGPL' + ok 1 - input file exists: '/tmp/lMkzkJhge6/LGPL' ok 2 - stdout is as expected 1..2 ok 80 - LGPL # Subtest: LGPL-2.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/LGPL-2.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/LGPL-2.0' ok 2 - stdout is as expected 1..2 ok 81 - LGPL-2.0 # Subtest: LGPL-2.0+ - ok 1 - input file exists: '/tmp/TUnBxEDPHd/LGPL-2.0+' + ok 1 - input file exists: '/tmp/lMkzkJhge6/LGPL-2.0+' ok 2 - stdout is as expected 1..2 ok 82 - LGPL-2.0+ # Subtest: LGPL-2.1 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/LGPL-2.1' + ok 1 - input file exists: '/tmp/lMkzkJhge6/LGPL-2.1' ok 2 - stdout is as expected 1..2 ok 83 - LGPL-2.1 # Subtest: LGPL-2.1+ - ok 1 - input file exists: '/tmp/TUnBxEDPHd/LGPL-2.1+' + ok 1 - input file exists: '/tmp/lMkzkJhge6/LGPL-2.1+' ok 2 - stdout is as expected 1..2 ok 84 - LGPL-2.1+ # Subtest: LGPL-2.1+-KDE-exception - ok 1 - input file exists: '/tmp/TUnBxEDPHd/LGPL-2.1+-KDE-exception' + ok 1 - input file exists: '/tmp/lMkzkJhge6/LGPL-2.1+-KDE-exception' ok 2 - stdout is as expected 1..2 ok 85 - LGPL-2.1+-KDE-exception # Subtest: LGPL-3.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/LGPL-3.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/LGPL-3.0' ok 2 - stdout is as expected 1..2 ok 86 - LGPL-3.0 # Subtest: LGPL-3.0+ - ok 1 - input file exists: '/tmp/TUnBxEDPHd/LGPL-3.0+' + ok 1 - input file exists: '/tmp/lMkzkJhge6/LGPL-3.0+' ok 2 - stdout is as expected 1..2 ok 87 - LGPL-3.0+ # Subtest: MIT - ok 1 - input file exists: '/tmp/TUnBxEDPHd/MIT' + ok 1 - input file exists: '/tmp/lMkzkJhge6/MIT' ok 2 - stdout is as expected 1..2 ok 88 - MIT # Subtest: MIT-style - ok 1 - input file exists: '/tmp/TUnBxEDPHd/MIT-style' + ok 1 - input file exists: '/tmp/lMkzkJhge6/MIT-style' ok 2 - stdout is as expected 1..2 ok 89 - MIT-style # Subtest: OSL-1.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/OSL-1.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/OSL-1.0' ok 2 - stdout is as expected 1..2 ok 90 - OSL-1.0 # Subtest: OSL-1.1 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/OSL-1.1' + ok 1 - input file exists: '/tmp/lMkzkJhge6/OSL-1.1' ok 2 - stdout is as expected 1..2 ok 91 - OSL-1.1 # Subtest: OSL-2.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/OSL-2.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/OSL-2.0' ok 2 - stdout is as expected 1..2 ok 92 - OSL-2.0 # Subtest: OSL-2.1 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/OSL-2.1' + ok 1 - input file exists: '/tmp/lMkzkJhge6/OSL-2.1' ok 2 - stdout is as expected 1..2 ok 93 - OSL-2.1 # Subtest: OSL-3.0 - ok 1 - input file exists: '/tmp/TUnBxEDPHd/OSL-3.0' + ok 1 - input file exists: '/tmp/lMkzkJhge6/OSL-3.0' ok 2 - stdout is as expected 1..2 ok 94 - OSL-3.0 # Subtest: PRESERVE_COPYRIGHT_NOTICE - ok 1 - input file exists: '/tmp/TUnBxEDPHd/PRESERVE_COPYRIGHT_NOTICE' + ok 1 - input file exists: '/tmp/lMkzkJhge6/PRESERVE_COPYRIGHT_NOTICE' ok 2 - stdout is as expected 1..2 ok 95 - PRESERVE_COPYRIGHT_NOTICE # Subtest: Public-domain - ok 1 - input file exists: '/tmp/TUnBxEDPHd/Public-domain' + ok 1 - input file exists: '/tmp/lMkzkJhge6/Public-domain' ok 2 - stdout is as expected 1..2 ok 96 - Public-domain @@ -877,24 +889,24 @@ t/syntax_ok_and_use_strict.t .. ok 1 - Syntax check lib/Ninka.pm ok 2 - use strict lib/Ninka.pm -ok 3 - Syntax check lib/Ninka/LicenseMatcher.pm -ok 4 - use strict lib/Ninka/LicenseMatcher.pm -ok 5 - Syntax check lib/Ninka/FileCleaner.pm -ok 6 - use strict lib/Ninka/FileCleaner.pm -ok 7 - Syntax check lib/Ninka/CommentExtractor.pm -ok 8 - use strict lib/Ninka/CommentExtractor.pm -ok 9 - Syntax check lib/Ninka/LicenseRules.pm -ok 10 - use strict lib/Ninka/LicenseRules.pm -ok 11 - Syntax check lib/Ninka/SentenceExtractor.pm -ok 12 - use strict lib/Ninka/SentenceExtractor.pm -ok 13 - Syntax check lib/Ninka/SentenceFilter.pm -ok 14 - use strict lib/Ninka/SentenceFilter.pm -ok 15 - Syntax check lib/Ninka/SentenceTokenizer.pm -ok 16 - use strict lib/Ninka/SentenceTokenizer.pm +ok 3 - Syntax check lib/Ninka/SentenceExtractor.pm +ok 4 - use strict lib/Ninka/SentenceExtractor.pm +ok 5 - Syntax check lib/Ninka/SentenceFilter.pm +ok 6 - use strict lib/Ninka/SentenceFilter.pm +ok 7 - Syntax check lib/Ninka/SentenceTokenizer.pm +ok 8 - use strict lib/Ninka/SentenceTokenizer.pm +ok 9 - Syntax check lib/Ninka/FileCleaner.pm +ok 10 - use strict lib/Ninka/FileCleaner.pm +ok 11 - Syntax check lib/Ninka/LicenseRules.pm +ok 12 - use strict lib/Ninka/LicenseRules.pm +ok 13 - Syntax check lib/Ninka/LicenseMatcher.pm +ok 14 - use strict lib/Ninka/LicenseMatcher.pm +ok 15 - Syntax check lib/Ninka/CommentExtractor.pm +ok 16 - use strict lib/Ninka/CommentExtractor.pm 1..16 ok All tests successful. -Files=3, Tests=123, 56 wallclock secs ( 0.06 usr 0.00 sys + 52.36 cusr 0.66 csys = 53.08 CPU) +Files=3, Tests=123, 86 wallclock secs ( 0.09 usr 0.01 sys + 84.32 cusr 1.39 csys = 85.81 CPU) Result: PASS make[1]: Leaving directory '/build/ninka-1.3.2' create-stamp debian/debhelper-build-stamp @@ -903,34 +915,34 @@ dh_testroot dh_prep dh_auto_install - make -j18 install DESTDIR=/build/ninka-1.3.2/debian/tmp AM_UPDATE_INFO_DIR=no PREFIX=/usr + make -j10 install DESTDIR=/build/ninka-1.3.2/debian/tmp AM_UPDATE_INFO_DIR=no PREFIX=/usr make[1]: Entering directory '/build/ninka-1.3.2' Manifying 3 pod documents Manifying 8 pod documents Installing /build/ninka-1.3.2/debian/tmp/usr/share/perl5/Ninka.pm -Installing /build/ninka-1.3.2/debian/tmp/usr/share/perl5/Ninka/LicenseMatcher.pm -Installing /build/ninka-1.3.2/debian/tmp/usr/share/perl5/Ninka/FileCleaner.pm -Installing /build/ninka-1.3.2/debian/tmp/usr/share/perl5/Ninka/CommentExtractor.pm -Installing /build/ninka-1.3.2/debian/tmp/usr/share/perl5/Ninka/rules.dict -Installing /build/ninka-1.3.2/debian/tmp/usr/share/perl5/Ninka/LicenseRules.pm +Installing /build/ninka-1.3.2/debian/tmp/usr/share/perl5/Ninka/interrules.dict Installing /build/ninka-1.3.2/debian/tmp/usr/share/perl5/Ninka/SentenceExtractor.pm -Installing /build/ninka-1.3.2/debian/tmp/usr/share/perl5/Ninka/criticalwords.dict +Installing /build/ninka-1.3.2/debian/tmp/usr/share/perl5/Ninka/rules.dict Installing /build/ninka-1.3.2/debian/tmp/usr/share/perl5/Ninka/SentenceFilter.pm +Installing /build/ninka-1.3.2/debian/tmp/usr/share/perl5/Ninka/criticalwords.dict +Installing /build/ninka-1.3.2/debian/tmp/usr/share/perl5/Ninka/SentenceTokenizer.pm +Installing /build/ninka-1.3.2/debian/tmp/usr/share/perl5/Ninka/FileCleaner.pm Installing /build/ninka-1.3.2/debian/tmp/usr/share/perl5/Ninka/licensesentence.dict +Installing /build/ninka-1.3.2/debian/tmp/usr/share/perl5/Ninka/LicenseRules.pm +Installing /build/ninka-1.3.2/debian/tmp/usr/share/perl5/Ninka/LicenseMatcher.pm +Installing /build/ninka-1.3.2/debian/tmp/usr/share/perl5/Ninka/CommentExtractor.pm Installing /build/ninka-1.3.2/debian/tmp/usr/share/perl5/Ninka/abbreviations.dict -Installing /build/ninka-1.3.2/debian/tmp/usr/share/perl5/Ninka/SentenceTokenizer.pm -Installing /build/ninka-1.3.2/debian/tmp/usr/share/perl5/Ninka/interrules.dict Installing /build/ninka-1.3.2/debian/tmp/usr/share/man/man1/ninka.1p Installing /build/ninka-1.3.2/debian/tmp/usr/share/man/man1/ninka-sqlite.1p Installing /build/ninka-1.3.2/debian/tmp/usr/share/man/man1/ninka-excel.1p -Installing /build/ninka-1.3.2/debian/tmp/usr/share/man/man3/Ninka::SentenceTokenizer.3pm -Installing /build/ninka-1.3.2/debian/tmp/usr/share/man/man3/Ninka::SentenceExtractor.3pm -Installing /build/ninka-1.3.2/debian/tmp/usr/share/man/man3/Ninka::SentenceFilter.3pm +Installing /build/ninka-1.3.2/debian/tmp/usr/share/man/man3/Ninka::LicenseRules.3pm Installing /build/ninka-1.3.2/debian/tmp/usr/share/man/man3/Ninka.3pm -Installing /build/ninka-1.3.2/debian/tmp/usr/share/man/man3/Ninka::LicenseMatcher.3pm +Installing /build/ninka-1.3.2/debian/tmp/usr/share/man/man3/Ninka::SentenceExtractor.3pm Installing /build/ninka-1.3.2/debian/tmp/usr/share/man/man3/Ninka::CommentExtractor.3pm +Installing /build/ninka-1.3.2/debian/tmp/usr/share/man/man3/Ninka::LicenseMatcher.3pm +Installing /build/ninka-1.3.2/debian/tmp/usr/share/man/man3/Ninka::SentenceTokenizer.3pm +Installing /build/ninka-1.3.2/debian/tmp/usr/share/man/man3/Ninka::SentenceFilter.3pm Installing /build/ninka-1.3.2/debian/tmp/usr/share/man/man3/Ninka::FileCleaner.3pm -Installing /build/ninka-1.3.2/debian/tmp/usr/share/man/man3/Ninka::LicenseRules.3pm Installing /build/ninka-1.3.2/debian/tmp/usr/bin/ninka-excel Installing /build/ninka-1.3.2/debian/tmp/usr/bin/ninka-sqlite Installing /build/ninka-1.3.2/debian/tmp/usr/bin/ninka @@ -954,20 +966,22 @@ dh_builddeb dpkg-deb: building package 'ninka' in '../ninka_1.3.2-3_i386.deb'. dpkg-deb: building package 'ninka-dbgsym' in '../ninka-dbgsym_1.3.2-3_i386.deb'. -dpkg-deb: building package 'ninka-backend-excel' in '../ninka-backend-excel_1.3.2-3_all.deb'. dpkg-deb: building package 'ninka-backend-sqlite' in '../ninka-backend-sqlite_1.3.2-3_all.deb'. +dpkg-deb: building package 'ninka-backend-excel' in '../ninka-backend-excel_1.3.2-3_all.deb'. dpkg-genbuildinfo --build=binary dpkg-genchanges --build=binary >../ninka_1.3.2-3_i386.changes dpkg-genchanges: info: binary-only upload (no source code included) dpkg-source --after-build . dpkg-buildpackage: info: binary-only upload (no source included) I: copying local configuration +I: user script /srv/workspace/pbuilder/5429/tmp/hooks/B01_cleanup starting +I: user script /srv/workspace/pbuilder/5429/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/32396 and its subdirectories -I: Current time: Mon Mar 29 20:30:06 -12 2021 -I: pbuilder-time-stamp: 1617093006 +I: removing directory /srv/workspace/pbuilder/5429 and its subdirectories +I: Current time: Wed Feb 26 16:14:38 +14 2020 +I: pbuilder-time-stamp: 1582683278