133 lines
5.1 KiB
Text
133 lines
5.1 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/1493002566.8536
|
|
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 Hash::MostUtils::leach () on cpanmetadb ...
|
|
Unpacking Hash-MostUtils-1.05.tar.gz
|
|
--> Working on Hash::MostUtils::leach
|
|
Fetching http://www.cpan.org/authors/id/B/BE/BELDEN/Hash-MostUtils-1.05.tar.gz ... OK
|
|
Hash-MostUtils-1.05/
|
|
Hash-MostUtils-1.05/MANIFEST
|
|
Hash-MostUtils-1.05/t/
|
|
Hash-MostUtils-1.05/t/array.t
|
|
Hash-MostUtils-1.05/t/hashmap.t
|
|
Hash-MostUtils-1.05/t/sparse.t
|
|
Hash-MostUtils-1.05/t/hashgrep.t
|
|
Hash-MostUtils-1.05/t/hash.t
|
|
Hash-MostUtils-1.05/t/hashapply.t
|
|
Hash-MostUtils-1.05/t/lfuncs.t
|
|
Hash-MostUtils-1.05/t/once.t
|
|
Hash-MostUtils-1.05/t/leach.t
|
|
Hash-MostUtils-1.05/t/hashslice.t
|
|
Hash-MostUtils-1.05/README.pod
|
|
Hash-MostUtils-1.05/MANIFEST.SKIP
|
|
Hash-MostUtils-1.05/META.json
|
|
Hash-MostUtils-1.05/META.yml
|
|
Hash-MostUtils-1.05/lib/
|
|
Hash-MostUtils-1.05/lib/Hash/
|
|
Hash-MostUtils-1.05/lib/Hash/MostUtils.pm
|
|
Hash-MostUtils-1.05/lib/Hash/MostUtils/
|
|
Hash-MostUtils-1.05/lib/Hash/MostUtils/leach/
|
|
Hash-MostUtils-1.05/lib/Hash/MostUtils/leach/v5_13.pm
|
|
Hash-MostUtils-1.05/lib/Hash/MostUtils/leach/v5_08.pm
|
|
Hash-MostUtils-1.05/lib/Hash/MostUtils/leach/v5_10.pm
|
|
Hash-MostUtils-1.05/lib/Hash/MostUtils/leach.pm
|
|
Hash-MostUtils-1.05/Makefile.PL
|
|
Hash-MostUtils-1.05/LICENSE
|
|
Entering Hash-MostUtils-1.05
|
|
Checking configure dependencies from META.json
|
|
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
|
|
Running Makefile.PL
|
|
Configuring Hash-MostUtils-1.05 ... Checking if your kit is complete...
|
|
Looks good
|
|
Generating a Unix-style Makefile
|
|
Writing Makefile for Hash::MostUtils
|
|
Writing MYMETA.yml and MYMETA.json
|
|
Checking dependencies from MYMETA.json ...
|
|
Checking if you have provide 0.02 ... Yes (0.03)
|
|
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
|
|
OK
|
|
Building and testing Hash-MostUtils-1.05 ... cp README.pod blib/lib/Hash/README.pod
|
|
cp lib/Hash/MostUtils/leach/v5_13.pm blib/lib/Hash/MostUtils/leach/v5_13.pm
|
|
cp lib/Hash/MostUtils/leach.pm blib/lib/Hash/MostUtils/leach.pm
|
|
cp lib/Hash/MostUtils/leach/v5_08.pm blib/lib/Hash/MostUtils/leach/v5_08.pm
|
|
cp lib/Hash/MostUtils.pm blib/lib/Hash/MostUtils.pm
|
|
cp lib/Hash/MostUtils/leach/v5_10.pm blib/lib/Hash/MostUtils/leach/v5_10.pm
|
|
Manifying 2 pod documents
|
|
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
|
|
t/array.t ...... ok
|
|
t/hash.t ....... ok
|
|
t/hashapply.t .. ok
|
|
t/hashgrep.t ... ok
|
|
t/hashmap.t .... ok
|
|
t/hashslice.t .. ok
|
|
|
|
# Failed test 'got some error about array references to splice'
|
|
# at t/leach.t line 46.
|
|
# 'Experimental splice on scalar is now forbidden at (eval 7) line 1, at EOF
|
|
# '
|
|
# doesn't match '(?^:(?:must be|ARRAY ref))'
|
|
|
|
# Failed test 'mutating the subject data structure is a-okay'
|
|
# at t/leach.t line 126.
|
|
# Structures begin differing at:
|
|
# $got->{2} = Does not exist
|
|
# $expected->{2} = '1'
|
|
# Looks like you failed 2 tests of 12.
|
|
t/leach.t ......
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
Failed 2/12 subtests
|
|
t/lfuncs.t ..... ok
|
|
|
|
# Failed test 'got 2 warnings'
|
|
# at t/once.t line 17.
|
|
# got: '0'
|
|
# expected: '2'
|
|
# Looks like you failed 1 test of 2.
|
|
t/once.t .......
|
|
Dubious, test returned 1 (wstat 256, 0x100)
|
|
Failed 1/2 subtests
|
|
t/sparse.t ..... ok
|
|
|
|
Test Summary Report
|
|
-------------------
|
|
t/leach.t (Wstat: 512 Tests: 12 Failed: 2)
|
|
Failed tests: 3, 10
|
|
Non-zero exit status: 2
|
|
t/once.t (Wstat: 256 Tests: 2 Failed: 1)
|
|
Failed test: 1
|
|
Non-zero exit status: 1
|
|
Files=10, Tests=42, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.26 cusr 0.02 csys = 0.31 CPU)
|
|
Result: FAIL
|
|
Failed 2/10 test programs. 3/42 subtests failed.
|
|
Makefile:866: recipe for target 'test_dynamic' failed
|
|
make: *** [test_dynamic] Error 255
|
|
! Installing Hash::MostUtils::leach failed. See /home/ryan/.cpanm/work/1493002566.8536/build.log for details. Retry with --force to force install it.
|
|
FAIL
|
|
Command [cpanm --reinstall --verbose Hash::MostUtils::leach] 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
|