292 lines
18 KiB
Text
292 lines
18 KiB
Text
perl-blead
|
||
==========
|
||
cpanm (App::cpanminus) 1.7042 on perl 5.026000 built for x86_64-linux
|
||
Work directory is /home/ryan/.cpanm/work/1491446740.20727
|
||
You have make /usr/bin/make
|
||
You have LWP 6.24
|
||
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 test::helper () on cpanmetadb ...
|
||
Unpacking Fuse-0.14.tar.gz
|
||
--> Working on test::helper
|
||
Fetching http://www.cpan.org/authors/id/D/DP/DPAVLIN/Fuse-0.14.tar.gz ... OK
|
||
Fuse-0.14/
|
||
Fuse-0.14/Fuse.xs
|
||
Fuse-0.14/README
|
||
Fuse-0.14/Makefile.PL
|
||
Fuse-0.14/examples/
|
||
Fuse-0.14/examples/rmount_remote.pl
|
||
Fuse-0.14/examples/example.pl
|
||
Fuse-0.14/examples/loopback.pl
|
||
Fuse-0.14/examples/rmount.pl
|
||
Fuse-0.14/examples/example_t.pl
|
||
Fuse-0.14/test/
|
||
Fuse-0.14/test/chmod.t
|
||
Fuse-0.14/test/unlink.t
|
||
Fuse-0.14/test/statfs.t
|
||
Fuse-0.14/test/test-template
|
||
Fuse-0.14/test/s/
|
||
Fuse-0.14/test/s/mount.t
|
||
Fuse-0.14/test/s/umount.t
|
||
Fuse-0.14/test/write.t
|
||
Fuse-0.14/test/link.t
|
||
Fuse-0.14/test/truncate.t
|
||
Fuse-0.14/test/helper.pm
|
||
Fuse-0.14/test/utime.t
|
||
Fuse-0.14/test/open.t
|
||
Fuse-0.14/test/chown.t
|
||
Fuse-0.14/test/read.t
|
||
Fuse-0.14/test/rename.t
|
||
Fuse-0.14/test/getattr.t
|
||
Fuse-0.14/test/mkdir.t
|
||
Fuse-0.14/test/mknod.t
|
||
Fuse-0.14/test/rmdir.t
|
||
Fuse-0.14/test/getdir.t
|
||
Fuse-0.14/test/pod.t
|
||
Fuse-0.14/test/symlink.t
|
||
Fuse-0.14/test/readlink.t
|
||
Fuse-0.14/META.yml
|
||
Fuse-0.14/test.pl
|
||
Fuse-0.14/Changes
|
||
Fuse-0.14/MANIFEST
|
||
Fuse-0.14/AUTHORS
|
||
Fuse-0.14/Fuse.pm
|
||
Entering Fuse-0.14
|
||
Checking configure dependencies from META.yml
|
||
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
|
||
Running Makefile.PL
|
||
Configuring Fuse-0.14 ... fuse version found: 2.9.7
|
||
Checking if your kit is complete...
|
||
Looks good
|
||
Generating a Unix-style Makefile
|
||
Writing Makefile for Fuse
|
||
Writing MYMETA.yml and MYMETA.json
|
||
Checking dependencies from MYMETA.json ...
|
||
Checking if you have Lchown 0 ... Yes (1.01)
|
||
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
|
||
Checking if you have Filesys::Statvfs 0 ... Yes (0.82)
|
||
Checking if you have Unix::Mknod 0 ... Yes (0.04)
|
||
OK
|
||
Building and testing Fuse-0.14 ... cp Fuse.pm blib/lib/Fuse.pm
|
||
AutoSplitting blib/lib/Fuse.pm (blib/lib/auto/Fuse)
|
||
Running Mkbootstrap for Fuse ()
|
||
chmod 644 "Fuse.bs"
|
||
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Fuse.bs blib/arch/auto/Fuse/Fuse.bs 644
|
||
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/ExtUtils/typemap' Fuse.xs > Fuse.xsc
|
||
mv Fuse.xsc Fuse.c
|
||
cc -c -I/usr/include/fuse -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -ggdb -DVERSION=\"0.14\" -DXS_VERSION=\"0.14\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" -Wall -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64-pthread -DPERL_HAS_64BITINT Fuse.c
|
||
<command-line>:0:0: warning: "_FILE_OFFSET_BITS" redefined
|
||
<command-line>:0:0: note: this is the location of the previous definition
|
||
In file included from Fuse.xs:4:0:
|
||
Fuse.c: In function ‘XS_Fuse_CLONE’:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/XSUB.h:160:20: warning: unused variable ‘items’ [-Wunused-variable]
|
||
#define dITEMS I32 items = (I32)(SP - MARK)
|
||
^
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/XSUB.h:163:16: note: in expansion of macro ‘dITEMS’
|
||
dSP; dAXMARK; dITEMS
|
||
^~~~~~
|
||
Fuse.c:1691:11: note: in expansion of macro ‘dXSARGS’
|
||
dVAR; dXSARGS;
|
||
^~~~~~~
|
||
rm -f blib/arch/auto/Fuse/Fuse.so
|
||
LD_RUN_PATH="/lib/x86_64-linux-gnu" cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Fuse.o -o blib/arch/auto/Fuse/Fuse.so \
|
||
-lpthread -lfuse \
|
||
|
||
chmod 755 blib/arch/auto/Fuse/Fuse.so
|
||
Manifying 1 pod document
|
||
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Fuse.bs blib/arch/auto/Fuse/Fuse.bs 644
|
||
PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-Iblib/lib" "-Iblib/arch" test.pl
|
||
Can't locate test/helper.pm in @INC (you may need to install the test::helper module) (@INC contains: blib/lib blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at test/s/mount.t line 2.
|
||
BEGIN failed--compilation aborted at test/s/mount.t line 2.
|
||
test/s/mount.t ...
|
||
Dubious, test returned 2 (wstat 512, 0x200)
|
||
No subtests run
|
||
Can't locate test/helper.pm in @INC (you may need to install the test::helper module) (@INC contains: blib/lib blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at test/chmod.t line 2.
|
||
BEGIN failed--compilation aborted at test/chmod.t line 2.
|
||
test/chmod.t .....
|
||
Dubious, test returned 2 (wstat 512, 0x200)
|
||
No subtests run
|
||
Can't locate test/helper.pm in @INC (you may need to install the test::helper module) (@INC contains: blib/lib blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at test/chown.t line 2.
|
||
BEGIN failed--compilation aborted at test/chown.t line 2.
|
||
test/chown.t .....
|
||
Dubious, test returned 2 (wstat 512, 0x200)
|
||
No subtests run
|
||
Can't locate test/helper.pm in @INC (you may need to install the test::helper module) (@INC contains: blib/lib blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at test/getattr.t line 2.
|
||
BEGIN failed--compilation aborted at test/getattr.t line 2.
|
||
test/getattr.t ...
|
||
Dubious, test returned 2 (wstat 512, 0x200)
|
||
No subtests run
|
||
Can't locate test/helper.pm in @INC (you may need to install the test::helper module) (@INC contains: blib/lib blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at test/getdir.t line 2.
|
||
BEGIN failed--compilation aborted at test/getdir.t line 2.
|
||
test/getdir.t ....
|
||
Dubious, test returned 2 (wstat 512, 0x200)
|
||
No subtests run
|
||
Can't locate test/helper.pm in @INC (you may need to install the test::helper module) (@INC contains: blib/lib blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at test/link.t line 2.
|
||
BEGIN failed--compilation aborted at test/link.t line 2.
|
||
test/link.t ......
|
||
Dubious, test returned 2 (wstat 512, 0x200)
|
||
No subtests run
|
||
Can't locate test/helper.pm in @INC (you may need to install the test::helper module) (@INC contains: blib/lib blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at test/mkdir.t line 2.
|
||
BEGIN failed--compilation aborted at test/mkdir.t line 2.
|
||
test/mkdir.t .....
|
||
Dubious, test returned 2 (wstat 512, 0x200)
|
||
No subtests run
|
||
Can't locate test/helper.pm in @INC (you may need to install the test::helper module) (@INC contains: blib/lib blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at test/mknod.t line 2.
|
||
BEGIN failed--compilation aborted at test/mknod.t line 2.
|
||
test/mknod.t .....
|
||
Dubious, test returned 2 (wstat 512, 0x200)
|
||
No subtests run
|
||
Can't locate test/helper.pm in @INC (you may need to install the test::helper module) (@INC contains: blib/lib blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at test/open.t line 2.
|
||
BEGIN failed--compilation aborted at test/open.t line 2.
|
||
test/open.t ......
|
||
Dubious, test returned 2 (wstat 512, 0x200)
|
||
No subtests run
|
||
test/pod.t ....... ok
|
||
Can't locate test/helper.pm in @INC (you may need to install the test::helper module) (@INC contains: blib/lib blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at test/read.t line 2.
|
||
BEGIN failed--compilation aborted at test/read.t line 2.
|
||
test/read.t ......
|
||
Dubious, test returned 2 (wstat 512, 0x200)
|
||
No subtests run
|
||
Can't locate test/helper.pm in @INC (you may need to install the test::helper module) (@INC contains: blib/lib blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at test/readlink.t line 2.
|
||
BEGIN failed--compilation aborted at test/readlink.t line 2.
|
||
test/readlink.t ..
|
||
Dubious, test returned 2 (wstat 512, 0x200)
|
||
No subtests run
|
||
Can't locate test/helper.pm in @INC (you may need to install the test::helper module) (@INC contains: blib/lib blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at test/rename.t line 2.
|
||
BEGIN failed--compilation aborted at test/rename.t line 2.
|
||
test/rename.t ....
|
||
Dubious, test returned 2 (wstat 512, 0x200)
|
||
No subtests run
|
||
Can't locate test/helper.pm in @INC (you may need to install the test::helper module) (@INC contains: blib/lib blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at test/rmdir.t line 2.
|
||
BEGIN failed--compilation aborted at test/rmdir.t line 2.
|
||
test/rmdir.t .....
|
||
Dubious, test returned 2 (wstat 512, 0x200)
|
||
No subtests run
|
||
Can't locate test/helper.pm in @INC (you may need to install the test::helper module) (@INC contains: blib/lib blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at test/statfs.t line 2.
|
||
BEGIN failed--compilation aborted at test/statfs.t line 2.
|
||
test/statfs.t ....
|
||
Dubious, test returned 2 (wstat 512, 0x200)
|
||
No subtests run
|
||
Can't locate test/helper.pm in @INC (you may need to install the test::helper module) (@INC contains: blib/lib blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at test/symlink.t line 2.
|
||
BEGIN failed--compilation aborted at test/symlink.t line 2.
|
||
test/symlink.t ...
|
||
Dubious, test returned 2 (wstat 512, 0x200)
|
||
No subtests run
|
||
Can't locate test/helper.pm in @INC (you may need to install the test::helper module) (@INC contains: blib/lib blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at test/truncate.t line 2.
|
||
BEGIN failed--compilation aborted at test/truncate.t line 2.
|
||
test/truncate.t ..
|
||
Dubious, test returned 2 (wstat 512, 0x200)
|
||
No subtests run
|
||
Can't locate test/helper.pm in @INC (you may need to install the test::helper module) (@INC contains: blib/lib blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at test/unlink.t line 2.
|
||
BEGIN failed--compilation aborted at test/unlink.t line 2.
|
||
test/unlink.t ....
|
||
Dubious, test returned 2 (wstat 512, 0x200)
|
||
No subtests run
|
||
Can't locate test/helper.pm in @INC (you may need to install the test::helper module) (@INC contains: blib/lib blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at test/utime.t line 2.
|
||
BEGIN failed--compilation aborted at test/utime.t line 2.
|
||
test/utime.t .....
|
||
Dubious, test returned 2 (wstat 512, 0x200)
|
||
No subtests run
|
||
Can't locate test/helper.pm in @INC (you may need to install the test::helper module) (@INC contains: blib/lib blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at test/write.t line 2.
|
||
BEGIN failed--compilation aborted at test/write.t line 2.
|
||
test/write.t .....
|
||
Dubious, test returned 2 (wstat 512, 0x200)
|
||
No subtests run
|
||
Can't locate test/helper.pm in @INC (you may need to install the test::helper module) (@INC contains: blib/lib blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at test/s/umount.t line 2.
|
||
BEGIN failed--compilation aborted at test/s/umount.t line 2.
|
||
test/s/umount.t ..
|
||
Dubious, test returned 2 (wstat 512, 0x200)
|
||
No subtests run
|
||
|
||
Test Summary Report
|
||
-------------------
|
||
test/s/mount.t (Wstat: 512 Tests: 0 Failed: 0)
|
||
Non-zero exit status: 2
|
||
Parse errors: No plan found in TAP output
|
||
test/chmod.t (Wstat: 512 Tests: 0 Failed: 0)
|
||
Non-zero exit status: 2
|
||
Parse errors: No plan found in TAP output
|
||
test/chown.t (Wstat: 512 Tests: 0 Failed: 0)
|
||
Non-zero exit status: 2
|
||
Parse errors: No plan found in TAP output
|
||
test/getattr.t (Wstat: 512 Tests: 0 Failed: 0)
|
||
Non-zero exit status: 2
|
||
Parse errors: No plan found in TAP output
|
||
test/getdir.t (Wstat: 512 Tests: 0 Failed: 0)
|
||
Non-zero exit status: 2
|
||
Parse errors: No plan found in TAP output
|
||
test/link.t (Wstat: 512 Tests: 0 Failed: 0)
|
||
Non-zero exit status: 2
|
||
Parse errors: No plan found in TAP output
|
||
test/mkdir.t (Wstat: 512 Tests: 0 Failed: 0)
|
||
Non-zero exit status: 2
|
||
Parse errors: No plan found in TAP output
|
||
test/mknod.t (Wstat: 512 Tests: 0 Failed: 0)
|
||
Non-zero exit status: 2
|
||
Parse errors: No plan found in TAP output
|
||
test/open.t (Wstat: 512 Tests: 0 Failed: 0)
|
||
Non-zero exit status: 2
|
||
Parse errors: No plan found in TAP output
|
||
test/read.t (Wstat: 512 Tests: 0 Failed: 0)
|
||
Non-zero exit status: 2
|
||
Parse errors: No plan found in TAP output
|
||
test/readlink.t (Wstat: 512 Tests: 0 Failed: 0)
|
||
Non-zero exit status: 2
|
||
Parse errors: No plan found in TAP output
|
||
test/rename.t (Wstat: 512 Tests: 0 Failed: 0)
|
||
Non-zero exit status: 2
|
||
Parse errors: No plan found in TAP output
|
||
test/rmdir.t (Wstat: 512 Tests: 0 Failed: 0)
|
||
Non-zero exit status: 2
|
||
Parse errors: No plan found in TAP output
|
||
test/statfs.t (Wstat: 512 Tests: 0 Failed: 0)
|
||
Non-zero exit status: 2
|
||
Parse errors: No plan found in TAP output
|
||
test/symlink.t (Wstat: 512 Tests: 0 Failed: 0)
|
||
Non-zero exit status: 2
|
||
Parse errors: No plan found in TAP output
|
||
test/truncate.t (Wstat: 512 Tests: 0 Failed: 0)
|
||
Non-zero exit status: 2
|
||
Parse errors: No plan found in TAP output
|
||
test/unlink.t (Wstat: 512 Tests: 0 Failed: 0)
|
||
Non-zero exit status: 2
|
||
Parse errors: No plan found in TAP output
|
||
test/utime.t (Wstat: 512 Tests: 0 Failed: 0)
|
||
Non-zero exit status: 2
|
||
Parse errors: No plan found in TAP output
|
||
test/write.t (Wstat: 512 Tests: 0 Failed: 0)
|
||
Non-zero exit status: 2
|
||
Parse errors: No plan found in TAP output
|
||
test/s/umount.t (Wstat: 512 Tests: 0 Failed: 0)
|
||
Non-zero exit status: 2
|
||
Parse errors: No plan found in TAP output
|
||
Files=21, Tests=1, 0 wallclock secs ( 0.04 usr 0.00 sys + 0.03 cusr 0.01 csys = 0.08 CPU)
|
||
Result: FAIL
|
||
Failed 20/21 test programs. 0/1 subtests failed.
|
||
Makefile:1039: recipe for target 'test_dynamic' failed
|
||
make: *** [test_dynamic] Error 2
|
||
! Installing test::helper failed. See /home/ryan/.cpanm/work/1491446740.20727/build.log for details. Retry with --force to force install it.
|
||
FAIL
|
||
Command [cpanm --reinstall --verbose test::helper] 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
|