cpantestlogs/test::helper_genfailure.log
2017-05-02 18:44:36 -07:00

318 lines
12 KiB
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

perl-blead
==========
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
Work directory is /home/ryan/.cpanm/work/1493172315.32177
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 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 Filesys::Statvfs 0 ... Yes (0.82)
Checking if you have Unix::Mknod 0 ... Yes (0.04)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
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/site_perl/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
# mounting examples/loopback.pl to /tmp/fusemnt-ryan
# Mounted in 5.1 secs
# Failed test 'mount succeeded'
# at test/s/mount.t line 33.
# Looks like you failed 1 test of 3.
test/s/mount.t ...
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests
not properly mounted
Compilation failed in require 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
not properly mounted
Compilation failed in require 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
not properly mounted
Compilation failed in require 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
not properly mounted
Compilation failed in require 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
not properly mounted
Compilation failed in require 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
not properly mounted
Compilation failed in require 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
not properly mounted
Compilation failed in require 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
not properly mounted
Compilation failed in require 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
not properly mounted
Compilation failed in require 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
not properly mounted
Compilation failed in require 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
not properly mounted
Compilation failed in require 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
not properly mounted
Compilation failed in require 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
not properly mounted
Compilation failed in require 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
not properly mounted
Compilation failed in require 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
not properly mounted
Compilation failed in require 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
not properly mounted
Compilation failed in require 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
not properly mounted
Compilation failed in require 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
not properly mounted
Compilation failed in require 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 exec "fusermount": No such file or directory at test/s/umount.t line 6.
umount: /tmp/fusemnt-ryan: not mounted
# Failed test 'unmount'
# at test/s/umount.t line 10.
# Looks like you failed 1 test of 1.
test/s/umount.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
Test Summary Report
-------------------
test/s/mount.t (Wstat: 256 Tests: 3 Failed: 1)
Failed test: 3
Non-zero exit status: 1
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: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=21, Tests=5, 7 wallclock secs ( 0.03 usr 0.00 sys + 0.23 cusr 0.04 csys = 0.30 CPU)
Result: FAIL
Failed 20/21 test programs. 2/5 subtests failed.
Makefile:1039: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 1
! Installing test::helper failed. See /home/ryan/.cpanm/work/1493172315.32177/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