[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_23 #3609
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Fri Dec 2 17:42:03 UTC 2016
https://jenkins.debian.net/job/reproducible_builder_amd64_23/3609/------------------------------------------
[...truncated 3592 lines...]
ok 24 - Test10 has right value with get), before global
ok 25 - t/global.config exists
ok 26 - Added t/global.config
ok 27 - Scope has right value after adding t/global.config
ok 28 - An object of class 'ConfigReader::Simple' isa 'ConfigReader::Simple'
ok 29 - Scope has right value with AUTOLOAD, missing file
ok 30
ok 31 - An object of class 'ConfigReader::Simple' isa 'ConfigReader::Simple'
ok 32 - TestA has right value (from string)
ok 33 - TestB has right value (from string)
ok 34 - TestC has right value (from string)
ok 35 - An object of class 'ConfigReader::Simple' isa 'ConfigReader::Simple'
ok 36 - TestA has right value (from string)
ok 37 - TestB has right value (from string)
ok 38 - TestC has right value (from string)
1..38
ok
t/load.t .............
1..1
ok 1 - use ConfigReader::Simple;
ok
t/new_multiple.t .....
ok 1 - use ConfigReader::Simple;
ok 2 - ConfigReader::Simple->can('new_multiple')
ok 3 - eval fails with no arguments
ok 4 - reports that it must be an array ref
ok 5 - reports that Files is the problem
ok 6 - eval fails with no arguments
ok 7 - reports that it must be an array ref
ok 8 - reports that Files is the problem
ok 9 - eval fails with no arguments
ok 10 - reports that it must be an array ref
ok 11 - reports that Keys is the problem
1..11
ok
t/new_string.t .......
ok 1 - use ConfigReader::Simple;
ok 2 - ConfigReader::Simple->can('new_string')
ok 3 - An object of class 'ConfigReader::Simple' isa 'ConfigReader::Simple'
ok 4
ok 5 - An object of class 'ConfigReader::Simple' isa 'ConfigReader::Simple'
ok 6
ok 7 - new_string fails with no arguments
ok 8
ok 9 - new_string fails when string contains a non-reference
ok 10
ok 11 - new_string fails when Keys value is the empty string
ok 12
ok 13 - new_string fails when Keys value is the empty string
ok 14
1..14
ok
t/parse.t ............
ok 1 - use ConfigReader::Simple;
ok 2 - ConfigReader::Simple->can('parse')
ok 3 - Missing file is actually missing
ok 4 - An object of class 'ConfigReader::Simple' isa 'ConfigReader::Simple'
ok 5 - ConfigReader::Simple->can('parse')
ok 6 - parse fails with missing file, $Warn and $Die off
ok 7 - Missing file is actually missing
ok 8 - An object of class 'ConfigReader::Simple' isa 'ConfigReader::Simple'
ok 9 - ConfigReader::Simple->can('parse')
ok 10 - parse fails with missing file, $Warn and $Die off
ok 11 - Missing file is actually missing
ok 12 - An object of class 'ConfigReader::Simple' isa 'ConfigReader::Simple'
ok 13 - ConfigReader::Simple->can('parse')
ok 14 - parse fails with missing file
ok 15 - Missing file is actually missing
ok 16 - An object of class 'ConfigReader::Simple' isa 'ConfigReader::Simple'
ok 17 - ConfigReader::Simple->can('parse')
ok 18 - parse fails with missing file
ok 19 - File exists
ok 20 - An object of class 'ConfigReader::Simple' isa 'ConfigReader::Simple'
ok 21 - ConfigReader::Simple->can('parse')
ok 22 - parsing file is just fine
1..22
ok
t/parse_line.t .......
ok 1 - use ConfigReader::Simple;
ok 2 - parse_line is defined
ok 3
ok 4
ok 5 - eval of parse_line failed with empty string
ok 6 - Reports that it can't parse the string
1..6
ok
t/parse_string.t .....
ok 1 - use ConfigReader::Simple;
ok 2 - ConfigReader::Simple->can('parse_string')
ok 3
ok 4
ok 5
ok 6
ok 7
1..7
ok
t/pod.t ..............
1..2
ok 1 - POD test for blib/lib/ConfigReader/README.pod
ok 2 - POD test for blib/lib/ConfigReader/Simple.pm
ok
t/pod_coverage.t .....
1..1
ok 1 - Pod coverage on ConfigReader::Simple
ok
t/remove.t ...........
1..5
ok 1 - An object of class 'ConfigReader::Simple' isa 'ConfigReader::Simple'
ok 2 - Test3 has the right value
ok 3 - Test3 is removed
ok 4 - Test3 no longer exists
ok 5 - Tenor does not exist, but was removed
ok
t/save.t .............
1..22
ok 1 - use ConfigReader::Simple;
ok 2 - ConfigReader::Simple->can('save')
ok 3 - An object of class 'ConfigReader::Simple' isa 'ConfigReader::Simple'
ok 4 - No arguments emits warning
ok 5 - No arguments return undef
ok 6 - There is nothing in $@ for a warning
ok 7 - File does not exist
ok 8 - Single argument returns true value
ok 9 - File exists
ok 10 - Bad arguments return undef
ok 11 - Error string says the right thing
ok 12 - Bad arguments return undef
ok 13 - Error string says the right thing
ok 14 - Bad arguments return undef
ok 15 - Error string says the right thing
ok 16 - Bad arguments return undef
ok 17 - Error string says the right thing
ok 18 - Three arguments return undef
ok 19
ok 20 - Four arguments return true
ok 21 - _save mock fails as it should
ok 22
ok
t/set.t ..............
1..19
ok 1 - use ConfigReader::Simple;
ok 2 - An object of class 'ConfigReader::Simple' isa 'ConfigReader::Simple'
ok 3 - Test1 has the right value with get
ok 4 - Test1 has the right value with autoload
ok 5 - Pagagena has the right value with get
ok 6 - Pagagena has the right value with autoload
ok 7 - Tamino has the right value with get
ok 8 - Tamino has the right value with autoload
ok 9 - An object of class 'ConfigReader::Simple' isa 'ConfigReader::Simple'
ok 10 - $@ is set while trying to set with a scalar reference
ok 11
ok 12 - An object of class 'ConfigReader::Simple' isa 'ConfigReader::Simple'
ok 13 - set complains when $Warn is set and given a reference
ok 14 - An object of class 'ConfigReader::Simple' isa 'ConfigReader::Simple'
ok 15 - set silent when $Warn, $Die are unset and given a reference
ok 16 - Unset thing that exists [Test2]
ok 17 - Unset thing [Test2] still has value
ok 18 - Unset thing that does not exist [$directive]
ok 19 - Unset thing that did not exist [$directive] exists
ok
t/validate_keys.t ....
ok 1 - use ConfigReader::Simple;
ok 2 - ConfigReader::Simple->can('_validate_keys')
ok 3 - _validate_keys returns true without validkeys set
ok 4 - eval fails when validkeys is not an aray ref
ok 5 - Passing non array ref fails
ok 6 - eval fails when Buster directive is missing
ok 7 - Missing key fails
1..7
ok
All tests successful.
Files=17, Tests=206, 2 wallclock secs ( 0.16 usr 0.03 sys + 1.26 cusr 0.16 csys = 1.61 CPU)
Result: PASS
make[1]: Leaving directory '/build/libconfigreader-simple-perl-1.291'
fakeroot debian/rules binary
dh binary
dh_testroot
dh_prep
dh_auto_install
make -j1 install DESTDIR=/build/libconfigreader-simple-perl-1.291/debian/libconfigreader-simple-perl AM_UPDATE_INFO_DIR=no PREFIX=/usr
make[1]: Entering directory '/build/libconfigreader-simple-perl-1.291'
Manifying 2 pod documents
Installing /build/libconfigreader-simple-perl-1.291/debian/libconfigreader-simple-perl/usr/share/perl5/ConfigReader/Simple.pm
Installing /build/libconfigreader-simple-perl-1.291/debian/libconfigreader-simple-perl/usr/share/man/man3/ConfigReader::Simple.3pm
make[1]: Leaving directory '/build/libconfigreader-simple-perl-1.291'
dh_installdocs
dh_installchangelogs
dh_installexamples
dh_installman
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_fixperms
dh_installdeb
dh_gencontrol
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dh_md5sums
dh_builddeb
dpkg-deb: building package 'libconfigreader-simple-perl' in '../libconfigreader-simple-perl_1.291-1_all.deb'.
dpkg-genbuildinfo --build=binary
dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-genchanges --build=binary >../libconfigreader-simple-perl_1.291-1_amd64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
dpkg-source --after-build libconfigreader-simple-perl-1.291
dpkg-buildpackage: info: binary-only upload (no source included)
I: copying local configuration
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
I: unmounting sys filesystem
I: cleaning the build env
I: removing directory /srv/workspace/pbuilder/6811 and its subdirectories
I: Current time: Fri Dec 2 05:40:02 -12 2016
I: pbuilder-time-stamp: 1480700402
99c99
< libperl5.24 (= 5.24.1~rc4-1),
---
> libperl5.24 (= 5.24.1~rc3-3),
141,143c141,143
< perl (= 5.24.1~rc4-1),
< perl-base (= 5.24.1~rc4-1),
< perl-modules-5.24 (= 5.24.1~rc4-1),
---
> perl (= 5.24.1~rc3-3),
> perl-base (= 5.24.1~rc3-3),
> perl-modules-5.24 (= 5.24.1~rc3-3),
Error: database is locked
/srv/reproducible-results/rbuild-debian-susAJDrs/tmp.yx8pl7Zq9M: 78.1% -- replaced with /srv/reproducible-results/rbuild-debian-susAJDrs/tmp.yx8pl7Zq9M.gz
INFO: Starting at 2016-12-02 17:41:03.510552
CRITICAL: SQLite database locked, could not execute query:
CRITICAL: "SELECT r.status, r.version, r.build_date
CRITICAL: FROM results AS r JOIN sources AS s
CRITICAL: ON r.package_id=s.id WHERE s.name='libconfigreader-simple-perl'
CRITICAL: AND s.architecture='amd64' AND s.suite='testing'"
CRITICAL: Exiting script.
INFO: Finished at 2016-12-02 17:42:03.620731, took: 0:01:00.110215
Warning: cannot update html pages for libconfigreader-simple-perl
Fri 2 Dec 17:42:03 UTC 2016 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-wa81Xzny, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list