Bug 1134862 - perl-Shipwright-2.4.33-5.fc22 FTBFS: tests fail
Summary: perl-Shipwright-2.4.33-5.fc22 FTBFS: tests fail
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-Shipwright
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Petr Pisar
QA Contact: Fedora Extras Quality Assurance
URL: http://koji.fedoraproject.org/koji/ta...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-08-28 11:23 UTC by Petr Pisar
Modified: 2014-09-01 08:09 UTC (History)
2 users (show)

Fixed In Version: perl-Shipwright-2.4.33-7.fc22
Clone Of:
Environment:
Last Closed: 2014-09-01 08:09:46 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Petr Pisar 2014-08-28 11:23:13 UTC
perl-Shipwright-2.4.33-5.fc22 fails to build in F22 because some tests fail:

+ make test -j3
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/*/*.t
t/00.load.t ......... ok
No such file or directory at /home/test/fedora/perl-Shipwright/Shipwright-2.4.33/blib/lib/Shipwright/Backend/Base.pm line 133.
# Looks like your test exited with 2 before it could output anything.
t/01.repo_check.t ...
Dubious, test returned 2 (wstat 512, 0x200)
Failed 28/28 subtests
t/02.shipwright.t ... ok
t/03.backend.t ...... ok
t/04.source.t ....... ok
CPAN related output will be at /tmp/shipwright_cpan.log
t/05.util.t ......... ok
t/06.logger.t ....... ok
t/07.script.t ....... ok
t/08.build.t ........ ok
No such file or directory at /home/test/fedora/perl-Shipwright/Shipwright-2.4.33/blib/lib/Shipwright/Backend/Base.pm line 133.
# Looks like your test exited with 2 before it could output anything.
t/10.flags.t ........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/3 subtests
t/71.script_cmds.t .. skipped: SHIPWRIGHT_TEST_EXTRA is not set
t/hello/fs.t ........ skipped: SHIPWRIGHT_TEST_EXTRA is not set
t/hello/git.t ....... skipped: SHIPWRIGHT_TEST_EXTRA is not set
t/hello/svk.t ....... skipped: SHIPWRIGHT_TEST_EXTRA is not set
t/hello/svn.t ....... skipped: SHIPWRIGHT_TEST_EXTRA is not set

Test Summary Report
-------------------
t/01.repo_check.t (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 28 tests but ran 0.
t/10.flags.t      (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 3 tests but ran 0.
Files=15, Tests=117,  5 wallclock secs ( 0.12 usr  0.07 sys +  3.94 cusr  0.79 csys =  4.92 CPU)
Result: FAIL

The verbose failure is:

$ prove -b -v t/01.repo_check.t 
t/01.repo_check.t .. 
1..28
No such file or directory at /home/test/fedora/perl-Shipwright/Shipwright-2.4.33/blib/lib/Shipwright/Backend/Base.pm line 133.
# Looks like your test exited with 2 before it could output anything.
Dubious, test returned 2 (wstat 512, 0x200)
Failed 28/28 subtests 

Test Summary Report
-------------------
t/01.repo_check.t (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 28 tests but ran 0.
Files=1, Tests=0,  1 wallclock secs ( 0.04 usr  0.01 sys +  0.20 cusr  0.03 csys =  0.28 CPU)
Result: FAIL

The missing file is /tmp/shipwright_backend_base_yWAclZ/inc/Module/Build/Version.pm. It seems your package does not specify Module::Build::Version as a dependency.

Comment 1 Petr Pisar 2014-08-29 11:22:38 UTC
The difference between last working and this build root is:

Removed packages:
	audit-libs-2.3.8
	bash-4.3.22
	krb5-libs-1.12.2
	libtasn1-4.0
	libwayland-client-1.5.0
	libwayland-server-1.5.0
	nss-3.16.2
	nss-softokn-3.16.2
	nss-softokn-freebl-3.16.2
	nss-sysinit-3.16.2
	nss-tools-3.16.2
	nss-util-3.16.2
	p11-kit-0.20.3
	p11-kit-trust-0.20.3
	perl-HTTP-Tiny-0.047
	perl-Module-Build-0.42.06
	perl-Pod-Perldoc-3.23
	perl-version-0.99.08
	setup-2.9.1
	sqlite-3.8.5
	systemd-215
	systemd-libs-215
Added packages:
	audit-libs-2.4
	bash-4.3.24
	krb5-libs-1.13
	libtasn1-4.1
	libwayland-client-1.5.91
	libwayland-server-1.5.91
	nss-3.17.0
	nss-softokn-3.17.0
	nss-softokn-freebl-3.17.0
	nss-sysinit-3.17.0
	nss-tools-3.17.0
	nss-util-3.17.0
	p11-kit-0.21.1
	p11-kit-trust-0.21.1
	perl-HTTP-Tiny-0.048
	perl-Module-Build-0.42.08
	perl-Pod-Perldoc-3.24
	perl-version-0.99.09
	setup-2.9.2
	sqlite-3.8.6
	systemd-216
	systemd-libs-216

Comment 2 Petr Pisar 2014-09-01 08:09:46 UTC
This was caused by upgrading perl-Module-Build from 0.42.06 to 0.42.08.


Note You need to log in before you can comment on or make changes to this bug.