* Package: dev-perl/Fuse-0.16.1-r1 * Repository: gentoo * Maintainer: perl@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux test userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking Fuse-0.16.1.tar.gz to /var/tmp/portage/dev-perl/Fuse-0.16.1-r1/work >>> Source unpacked in /var/tmp/portage/dev-perl/Fuse-0.16.1-r1/work >>> Preparing source in /var/tmp/portage/dev-perl/Fuse-0.16.1-r1/work/Fuse-0.16.1 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-perl/Fuse-0.16.1-r1/work/Fuse-0.16.1 ... * Using ExtUtils::MakeMaker * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/var/tmp/portage/dev-perl/Fuse-0.16.1-r1/image fuse version found: 2.9.9 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Fuse Writing MYMETA.yml and MYMETA.json >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-perl/Fuse-0.16.1-r1/work/Fuse-0.16.1 ... * emake OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed make -j1 'OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed' cp Fuse.pm blib/lib/Fuse.pm AutoSplitting blib/lib/Fuse.pm (blib/lib/auto/Fuse) Running Mkbootstrap for Fuse () chmod 644 "Fuse.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Fuse.bs blib/arch/auto/Fuse/Fuse.bs 644 "/usr/bin/perl" "/usr/lib64/perl5/5.30.0/ExtUtils/xsubpp" -typemap '/usr/lib64/perl5/5.30.0/ExtUtils/typemap' Fuse.xs > Fuse.xsc mv Fuse.xsc Fuse.c x86_64-pc-linux-gnu-gcc -c -I/usr/include/fuse -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -ggdb -DVERSION=\"0.16.1\" -DXS_VERSION=\"0.16.1\" -fPIC "-I/usr/lib64/perl5/5.30.0/x86_64-linux/CORE" -Wall -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -pthread -DPERL_HAS_64BITINT -DFUSE_FOUND_MAJOR_VER=2 -DFUSE_FOUND_MINOR_VER=9 -DFUSE_FOUND_MICRO_VER=9 Fuse.c Fuse.xs: In function ‘_PLfuse_read’: Fuse.xs:631:11: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=] 631 | croak("read() handler returned more than buflen! (%i > %i)",rv,buflen); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ | | | size_t {aka long unsigned int} rm -f blib/arch/auto/Fuse/Fuse.so LD_RUN_PATH="/usr/lib64" x86_64-pc-linux-gnu-gcc -shared -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed Fuse.o -Wl,-O1 -Wl,--as-needed -o blib/arch/auto/Fuse/Fuse.so \ -lfuse \ chmod 755 blib/arch/auto/Fuse/Fuse.so >>> Source compiled. >>> Test phase: dev-perl/Fuse-0.16.1-r1 * Test::Harness Jobs=1 make -j1 test TEST_VERBOSE=0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Fuse.bs blib/arch/auto/Fuse/Fuse.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl test/s/mount.t ... test/s/mount.t ... 1/3 # mounting examples/loopback.pl to /tmp/fusemnt-portage # Mounted in 5.1 secs test/s/mount.t ... 3/3 # Failed test 'mount succeeded' # at test/s/mount.t line 34. # Looks like you failed 1 test of 3. test/s/mount.t ... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/3 subtests test/chmod.t ..... 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 test/chown.t ..... 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 test/getattr.t ... 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 test/getdir.t .... 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 test/link.t ...... 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 test/mkdir.t ..... 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 test/mknod.t ..... 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 test/open.t ...... 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 ....... test/pod.t ....... 1/1 test/pod.t ....... ok test/read.t ...... 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 test/readlink.t .. 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 test/rename.t .... 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 test/rmdir.t ..... 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 test/statfs.t .... 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 test/symlink.t ... 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 test/truncate.t .. 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 test/unlink.t .... 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 test/utime.t ..... 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 test/write.t ..... 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 test/s/umount.t .. ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. fusermount: entry for /tmp/fusemnt-portage not found in /etc/mtab ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. umount: /tmp/fusemnt-portage: not mounted. test/s/umount.t .. 1/1 # 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.09 usr 0.02 sys + 0.86 cusr 0.43 csys = 1.40 CPU) Result: FAIL Failed 20/21 test programs. 2/5 subtests failed. make: *** [Makefile:1035: test_dynamic] Error 1 * ERROR: dev-perl/Fuse-0.16.1-r1::gentoo failed (test phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-perl/Fuse-0.16.1-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-perl/Fuse-0.16.1-r1::gentoo'`. * The complete build log is located at '/var/log/portage/dev-perl:Fuse-0.16.1-r1:20191109-122353.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-perl/Fuse-0.16.1-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-perl/Fuse-0.16.1-r1/temp/environment'. * Working directory: '/var/tmp/portage/dev-perl/Fuse-0.16.1-r1/work/Fuse-0.16.1' * S: '/var/tmp/portage/dev-perl/Fuse-0.16.1-r1/work/Fuse-0.16.1'