cpantestlogs/Thread::Pipeline_genfailure.log
2017-05-02 18:44:36 -07:00

162 lines
6.7 KiB
Text

perl-blead
==========
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
Work directory is /home/ryan/.cpanm/work/1493408063.8515
You have make /usr/bin/make
You have LWP 6.26
You have /bin/tar: tar (GNU tar) 1.29
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
You have /usr/bin/unzip
Searching Thread::Pipeline () on cpanmetadb ...
Unpacking Thread-Pipeline-0.004.tar.gz
--> Working on Thread::Pipeline
Fetching http://www.cpan.org/authors/id/L/LI/LIOSHA/Thread-Pipeline-0.004.tar.gz ... OK
Thread-Pipeline-0.004
Thread-Pipeline-0.004/README
Thread-Pipeline-0.004/Changes
Thread-Pipeline-0.004/LICENSE
Thread-Pipeline-0.004/dist.ini
Thread-Pipeline-0.004/META.yml
Thread-Pipeline-0.004/MANIFEST
Thread-Pipeline-0.004/Makefile.PL
Thread-Pipeline-0.004/t
Thread-Pipeline-0.004/t/data_types.t
Thread-Pipeline-0.004/t/num_threads.t
Thread-Pipeline-0.004/t/multi_return.t
Thread-Pipeline-0.004/t/dying_worker.t
Thread-Pipeline-0.004/t/need_finalize.t
Thread-Pipeline-0.004/lib/Thread
Thread-Pipeline-0.004/lib/Thread/Pipeline.pm
Thread-Pipeline-0.004/t/release-pod-syntax.t
Thread-Pipeline-0.004/t/release-pod-coverage.t
Entering Thread-Pipeline-0.004
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring Thread-Pipeline-0.004 ... Warning: prerequisite Thread::Queue::Any 0 not found.
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Thread::Pipeline
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have warnings 0 ... Yes (1.37)
Checking if you have threads::shared 0 ... Yes (1.55)
Checking if you have Thread::Queue::Any 0 ... No
Checking if you have Carp 0 ... Yes (1.38)
Checking if you have threads 0 ... Yes (2.15)
Checking if you have Test::More 0 ... Yes (1.302083)
Checking if you have strict 0 ... Yes (1.11)
Checking if you have utf8 0 ... Yes (1.19)
Searching Thread::Queue::Any (0) on cpanmetadb ...
Unpacking Thread-Queue-Any-1.14.tar.gz
OK
==> Found dependencies: Thread::Queue::Any
--> Working on Thread::Queue::Any
Fetching http://www.cpan.org/authors/id/E/EL/ELIZABETH/Thread-Queue-Any-1.14.tar.gz ... OK
Thread-Queue-Any-1.14/
Thread-Queue-Any-1.14/CHANGELOG
Thread-Queue-Any-1.14/lib/
Thread-Queue-Any-1.14/lib_maint/
Thread-Queue-Any-1.14/maintblead
Thread-Queue-Any-1.14/Makefile.PL
Thread-Queue-Any-1.14/MANIFEST
Thread-Queue-Any-1.14/MANIFEST_maint
Thread-Queue-Any-1.14/META.json
Thread-Queue-Any-1.14/META.yml
Thread-Queue-Any-1.14/README
Thread-Queue-Any-1.14/t/
Thread-Queue-Any-1.14/t_maint/
Thread-Queue-Any-1.14/threadsforks
Thread-Queue-Any-1.14/TODO
Thread-Queue-Any-1.14/t_maint/Queue-Any.t_maint
Thread-Queue-Any-1.14/t/001basic.t
Thread-Queue-Any-1.14/t/010serializer.t
Thread-Queue-Any-1.14/lib_maint/Thread/
Thread-Queue-Any-1.14/lib_maint/Thread/Queue/
Thread-Queue-Any-1.14/lib_maint/Thread/Queue/Any.pm_maint
Thread-Queue-Any-1.14/lib/Thread/
Thread-Queue-Any-1.14/lib/Thread/Queue/
Thread-Queue-Any-1.14/lib/Thread/Queue/Any.pm
Entering Thread-Queue-Any-1.14
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring Thread-Queue-Any-1.14 ... Files for blead already in position
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Thread::Queue::Any
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have Thread::Queue 0 ... Yes (3.12)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have Test::More 0.88 ... Yes (1.302083)
OK
Building and testing Thread-Queue-Any-1.14 ... cp lib/Thread/Queue/Any.pm blib/lib/Thread/Queue/Any.pm
Manifying 1 pod document
PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Failed test 'thread-like module loaded'
# at t/001basic.t line 22.
Undefined subroutine &threads::shared::bless called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Thread/Queue.pm line 21.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 1.
Undefined subroutine &threads::_END called at (eval 5) line 1.
END failed--call queue aborted.
t/001basic.t .......
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
# Failed test 'thread-like module loaded'
# at t/010serializer.t line 26.
Undefined subroutine &threads::shared::bless called at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Thread/Queue.pm line 21.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 1.
Undefined subroutine &threads::_END called at (eval 5) line 1.
END failed--call queue aborted.
t/010serializer.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
Test Summary Report
-------------------
t/001basic.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/010serializer.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=2, Tests=2, 0 wallclock secs ( 0.00 usr 0.00 sys + 0.06 cusr 0.00 csys = 0.06 CPU)
Result: FAIL
Failed 2/2 test programs. 2/2 subtests failed.
Makefile:843: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing Thread::Queue::Any failed. See /home/ryan/.cpanm/work/1493408063.8515/build.log for details. Retry with --force to force install it.
! Installing the dependencies failed: Module 'Thread::Queue::Any' is not installed
! Bailing out the installation for Thread-Pipeline-0.004.
FAIL
Command [cpanm --reinstall --verbose Thread::Pipeline] terminated with exit code 1 ($? = 256) under the following perl environment:
Command terminated with non-zero status.
Current perl:
Name: perl-blead
Path: /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl
Config: -de -Dprefix=/home/ryan/perl5/perlbrew/perls/perl-blead -Dusedevel -Aeval:scriptdir=/home/ryan/perl5/perlbrew/perls/perl-blead/bin
Compiled at: Mar 30 2017 03:10:09
perlbrew:
version: 0.78
ENV:
PERLBREW_ROOT: /home/ryan/perl5/perlbrew
PERLBREW_HOME: /home/ryan/.perlbrew
PERLBREW_PATH: /home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perl-blead/bin
PERLBREW_MANPATH: /home/ryan/perl5/perlbrew/perls/perl-blead/man