Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 596810 Details for
Bug 700710
sys-fs/fuse-3.8.0 : [TEST] ModuleNotFoundError: No module named pyflakes
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sys-fs:fuse-3.8.0:20191119-193648.log
sys-fs:fuse-3.8.0:20191119-193648.log (text/plain), 23.37 KB, created by
Toralf Förster
on 2019-11-19 19:52:16 UTC
(
hide
)
Description:
sys-fs:fuse-3.8.0:20191119-193648.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2019-11-19 19:52:16 UTC
Size:
23.37 KB
patch
obsolete
> * Package: sys-fs/fuse-3.8.0 > * Repository: gentoo > * Maintainer: bman@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-3.8.0.tar.xz to /var/tmp/portage/sys-fs/fuse-3.8.0/work >>>> Source unpacked in /var/tmp/portage/sys-fs/fuse-3.8.0/work >>>> Preparing source in /var/tmp/portage/sys-fs/fuse-3.8.0/work/fuse-3.8.0 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/sys-fs/fuse-3.8.0/work/fuse-3.8.0 ... > * abi_x86_64.amd64: running multilib-minimal_abi_src_configure >meson --buildtype plain --libdir lib64 --localstatedir /var/lib --prefix /usr --sysconfdir /etc --wrap-mode nodownload /var/tmp/portage/sys-fs/fuse-3.8.0/work/fuse-3.8.0 /var/tmp/portage/sys-fs/fuse-3.8.0/work/fuse-3.8.0-abi_x86_64.amd64 >The Meson build system >Version: 0.51.2 >Source dir: /var/tmp/portage/sys-fs/fuse-3.8.0/work/fuse-3.8.0 >Build dir: /var/tmp/portage/sys-fs/fuse-3.8.0/work/fuse-3.8.0-abi_x86_64.amd64 >Build type: native build >Project name: libfuse3 >Project version: 3.8.0 >Appending CFLAGS from environment: '-O2 -pipe -march=native' >Appending LDFLAGS from environment: '-Wl,-O1 -Wl,--as-needed' >Appending CXXFLAGS from environment: '-O2 -pipe -march=native' >Appending LDFLAGS from environment: '-Wl,-O1 -Wl,--as-needed' >Appending CFLAGS from environment: '-O2 -pipe -march=native' >Appending LDFLAGS from environment: '-Wl,-O1 -Wl,--as-needed' >C compiler for the host machine: x86_64-pc-linux-gnu-gcc (gcc 9.2.0 "x86_64-pc-linux-gnu-gcc (Gentoo 9.2.0-r2 p3) 9.2.0") >Appending CXXFLAGS from environment: '-O2 -pipe -march=native' >Appending LDFLAGS from environment: '-Wl,-O1 -Wl,--as-needed' >C++ compiler for the host machine: x86_64-pc-linux-gnu-g++ (gcc 9.2.0 "x86_64-pc-linux-gnu-g++ (Gentoo 9.2.0-r2 p3) 9.2.0") >Build machine cpu family: x86_64 >Build machine cpu: x86_64 >Checking for function "fork" : YES >Checking for function "fstatat" : YES >Checking for function "openat" : YES >Checking for function "readlinkat" : YES >Checking for function "pipe2" : YES >Checking for function "splice" : YES >Checking for function "vmsplice" : YES >Checking for function "posix_fallocate" : YES >Checking for function "fdatasync" : YES >Checking for function "utimensat" : YES >Checking for function "copy_file_range" : YES >Checking for function "fallocate" : YES >Checking for function "setxattr" : YES >Checking for function "iconv" : YES >Checking whether type "struct stat" has member "st_atim" : YES >Checking whether type "struct stat" has member "st_atimespec" : NO >Configuring config.h using configuration >Message: Compiler warns about unused result even when casting to void >Run-time dependency threads found: YES >Library iconv found: NO >Library dl found: YES >Library rt found: YES >Found pkg-config: /usr/bin/x86_64-pc-linux-gnu-pkg-config (1.6.3) >Run-time dependency udev found: YES 243 >Program install_helper.sh found: YES (/var/tmp/portage/sys-fs/fuse-3.8.0/work/fuse-3.8.0/util/install_helper.sh) >Build targets in project: 8 >Option buildtype is: plain [default: debugoptimized] >Found ninja-1.9.0.git.kitware.dyndep-1.jobserver-1 at /usr/bin/ninja >>>> Source configured. >>>> Compiling source in /var/tmp/portage/sys-fs/fuse-3.8.0/work/fuse-3.8.0 ... > * abi_x86_64.amd64: running multilib-minimal_abi_src_compile >ninja -v -j1 -l0 >[1/30] x86_64-pc-linux-gnu-gcc -Ilib/76b5a35@@fuse3@sha -Ilib -I../fuse-3.8.0/lib -Iinclude -I../fuse-3.8.0/include -I. -I../fuse-3.8.0/ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -O2 -march=native -fPIC -pthread -DFUSE_USE_VERSION=34 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ 'lib/76b5a35@@fuse3@sha/fuse.c.o' -MF 'lib/76b5a35@@fuse3@sha/fuse.c.o.d' -o 'lib/76b5a35@@fuse3@sha/fuse.c.o' -c ../fuse-3.8.0/lib/fuse.c >[2/30] x86_64-pc-linux-gnu-gcc -Ilib/76b5a35@@fuse3@sha -Ilib -I../fuse-3.8.0/lib -Iinclude -I../fuse-3.8.0/include -I. -I../fuse-3.8.0/ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -O2 -march=native -fPIC -pthread -DFUSE_USE_VERSION=34 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ 'lib/76b5a35@@fuse3@sha/fuse_loop.c.o' -MF 'lib/76b5a35@@fuse3@sha/fuse_loop.c.o.d' -o 'lib/76b5a35@@fuse3@sha/fuse_loop.c.o' -c ../fuse-3.8.0/lib/fuse_loop.c >[3/30] x86_64-pc-linux-gnu-gcc -Ilib/76b5a35@@fuse3@sha -Ilib -I../fuse-3.8.0/lib -Iinclude -I../fuse-3.8.0/include -I. -I../fuse-3.8.0/ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -O2 -march=native -fPIC -pthread -DFUSE_USE_VERSION=34 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ 'lib/76b5a35@@fuse3@sha/fuse_loop_mt.c.o' -MF 'lib/76b5a35@@fuse3@sha/fuse_loop_mt.c.o.d' -o 'lib/76b5a35@@fuse3@sha/fuse_loop_mt.c.o' -c ../fuse-3.8.0/lib/fuse_loop_mt.c >[4/30] x86_64-pc-linux-gnu-gcc -Ilib/76b5a35@@fuse3@sha -Ilib -I../fuse-3.8.0/lib -Iinclude -I../fuse-3.8.0/include -I. -I../fuse-3.8.0/ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -O2 -march=native -fPIC -pthread -DFUSE_USE_VERSION=34 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ 'lib/76b5a35@@fuse3@sha/fuse_lowlevel.c.o' -MF 'lib/76b5a35@@fuse3@sha/fuse_lowlevel.c.o.d' -o 'lib/76b5a35@@fuse3@sha/fuse_lowlevel.c.o' -c ../fuse-3.8.0/lib/fuse_lowlevel.c >[5/30] x86_64-pc-linux-gnu-gcc -Ilib/76b5a35@@fuse3@sha -Ilib -I../fuse-3.8.0/lib -Iinclude -I../fuse-3.8.0/include -I. -I../fuse-3.8.0/ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -O2 -march=native -fPIC -pthread -DFUSE_USE_VERSION=34 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ 'lib/76b5a35@@fuse3@sha/fuse_opt.c.o' -MF 'lib/76b5a35@@fuse3@sha/fuse_opt.c.o.d' -o 'lib/76b5a35@@fuse3@sha/fuse_opt.c.o' -c ../fuse-3.8.0/lib/fuse_opt.c >[6/30] x86_64-pc-linux-gnu-gcc -Ilib/76b5a35@@fuse3@sha -Ilib -I../fuse-3.8.0/lib -Iinclude -I../fuse-3.8.0/include -I. -I../fuse-3.8.0/ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -O2 -march=native -fPIC -pthread -DFUSE_USE_VERSION=34 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ 'lib/76b5a35@@fuse3@sha/fuse_signals.c.o' -MF 'lib/76b5a35@@fuse3@sha/fuse_signals.c.o.d' -o 'lib/76b5a35@@fuse3@sha/fuse_signals.c.o' -c ../fuse-3.8.0/lib/fuse_signals.c >[7/30] x86_64-pc-linux-gnu-gcc -Ilib/76b5a35@@fuse3@sha -Ilib -I../fuse-3.8.0/lib -Iinclude -I../fuse-3.8.0/include -I. -I../fuse-3.8.0/ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -O2 -march=native -fPIC -pthread -DFUSE_USE_VERSION=34 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ 'lib/76b5a35@@fuse3@sha/buffer.c.o' -MF 'lib/76b5a35@@fuse3@sha/buffer.c.o.d' -o 'lib/76b5a35@@fuse3@sha/buffer.c.o' -c ../fuse-3.8.0/lib/buffer.c >[8/30] x86_64-pc-linux-gnu-gcc -Ilib/76b5a35@@fuse3@sha -Ilib -I../fuse-3.8.0/lib -Iinclude -I../fuse-3.8.0/include -I. -I../fuse-3.8.0/ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -O2 -march=native -fPIC -pthread -DFUSE_USE_VERSION=34 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ 'lib/76b5a35@@fuse3@sha/cuse_lowlevel.c.o' -MF 'lib/76b5a35@@fuse3@sha/cuse_lowlevel.c.o.d' -o 'lib/76b5a35@@fuse3@sha/cuse_lowlevel.c.o' -c ../fuse-3.8.0/lib/cuse_lowlevel.c >[9/30] x86_64-pc-linux-gnu-gcc -Ilib/76b5a35@@fuse3@sha -Ilib -I../fuse-3.8.0/lib -Iinclude -I../fuse-3.8.0/include -I. -I../fuse-3.8.0/ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -O2 -march=native -fPIC -pthread -DFUSE_USE_VERSION=34 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ 'lib/76b5a35@@fuse3@sha/helper.c.o' -MF 'lib/76b5a35@@fuse3@sha/helper.c.o.d' -o 'lib/76b5a35@@fuse3@sha/helper.c.o' -c ../fuse-3.8.0/lib/helper.c >[10/30] x86_64-pc-linux-gnu-gcc -Ilib/76b5a35@@fuse3@sha -Ilib -I../fuse-3.8.0/lib -Iinclude -I../fuse-3.8.0/include -I. -I../fuse-3.8.0/ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -O2 -march=native -fPIC -pthread -DFUSE_USE_VERSION=34 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ 'lib/76b5a35@@fuse3@sha/modules_subdir.c.o' -MF 'lib/76b5a35@@fuse3@sha/modules_subdir.c.o.d' -o 'lib/76b5a35@@fuse3@sha/modules_subdir.c.o' -c ../fuse-3.8.0/lib/modules/subdir.c >[11/30] x86_64-pc-linux-gnu-gcc -Ilib/76b5a35@@fuse3@sha -Ilib -I../fuse-3.8.0/lib -Iinclude -I../fuse-3.8.0/include -I. -I../fuse-3.8.0/ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -O2 -march=native -fPIC -pthread -DFUSE_USE_VERSION=34 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ 'lib/76b5a35@@fuse3@sha/mount_util.c.o' -MF 'lib/76b5a35@@fuse3@sha/mount_util.c.o.d' -o 'lib/76b5a35@@fuse3@sha/mount_util.c.o' -c ../fuse-3.8.0/lib/mount_util.c >[12/30] x86_64-pc-linux-gnu-gcc -Ilib/76b5a35@@fuse3@sha -Ilib -I../fuse-3.8.0/lib -Iinclude -I../fuse-3.8.0/include -I. -I../fuse-3.8.0/ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -O2 -march=native -fPIC -pthread -DFUSE_USE_VERSION=34 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ 'lib/76b5a35@@fuse3@sha/fuse_log.c.o' -MF 'lib/76b5a35@@fuse3@sha/fuse_log.c.o.d' -o 'lib/76b5a35@@fuse3@sha/fuse_log.c.o' -c ../fuse-3.8.0/lib/fuse_log.c >[13/30] x86_64-pc-linux-gnu-gcc -Ilib/76b5a35@@fuse3@sha -Ilib -I../fuse-3.8.0/lib -Iinclude -I../fuse-3.8.0/include -I. -I../fuse-3.8.0/ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -O2 -march=native -fPIC -pthread -DFUSE_USE_VERSION=34 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ 'lib/76b5a35@@fuse3@sha/mount.c.o' -MF 'lib/76b5a35@@fuse3@sha/mount.c.o.d' -o 'lib/76b5a35@@fuse3@sha/mount.c.o' -c ../fuse-3.8.0/lib/mount.c >[14/30] x86_64-pc-linux-gnu-gcc -Ilib/76b5a35@@fuse3@sha -Ilib -I../fuse-3.8.0/lib -Iinclude -I../fuse-3.8.0/include -I. -I../fuse-3.8.0/ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -O2 -march=native -fPIC -pthread -DFUSE_USE_VERSION=34 '-DFUSERMOUNT_DIR="/usr/bin"' -MD -MQ 'lib/76b5a35@@fuse3@sha/modules_iconv.c.o' -MF 'lib/76b5a35@@fuse3@sha/modules_iconv.c.o.d' -o 'lib/76b5a35@@fuse3@sha/modules_iconv.c.o' -c ../fuse-3.8.0/lib/modules/iconv.c >[15/30] x86_64-pc-linux-gnu-gcc -o lib/libfuse3.so.3.8.0 'lib/76b5a35@@fuse3@sha/fuse.c.o' 'lib/76b5a35@@fuse3@sha/fuse_loop.c.o' 'lib/76b5a35@@fuse3@sha/fuse_loop_mt.c.o' 'lib/76b5a35@@fuse3@sha/fuse_lowlevel.c.o' 'lib/76b5a35@@fuse3@sha/fuse_opt.c.o' 'lib/76b5a35@@fuse3@sha/fuse_signals.c.o' 'lib/76b5a35@@fuse3@sha/buffer.c.o' 'lib/76b5a35@@fuse3@sha/cuse_lowlevel.c.o' 'lib/76b5a35@@fuse3@sha/helper.c.o' 'lib/76b5a35@@fuse3@sha/modules_subdir.c.o' 'lib/76b5a35@@fuse3@sha/mount_util.c.o' 'lib/76b5a35@@fuse3@sha/fuse_log.c.o' 'lib/76b5a35@@fuse3@sha/mount.c.o' 'lib/76b5a35@@fuse3@sha/modules_iconv.c.o' -Wl,--no-undefined -Wl,--as-needed -shared -fPIC -Wl,--start-group -Wl,-soname,libfuse3.so.3 -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed -Wl,--version-script,/var/tmp/portage/sys-fs/fuse-3.8.0/work/fuse-3.8.0/lib/fuse_versionscript -pthread -ldl -lrt -Wl,--end-group >[16/30] /usr/lib/python-exec/python3.6/meson --internal symbolextractor lib/libfuse3.so.3.8.0 'lib/76b5a35@@fuse3@sha/libfuse3.so.3.8.0.symbols' >[17/30] x86_64-pc-linux-gnu-gcc -Itest/9f86d08@@test_write_cache@exe -Itest -I../fuse-3.8.0/test -Iinclude -I../fuse-3.8.0/include -Ilib -I../fuse-3.8.0/lib -I. -I../fuse-3.8.0/ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -O2 -march=native -pthread -MD -MQ 'test/9f86d08@@test_write_cache@exe/test_write_cache.c.o' -MF 'test/9f86d08@@test_write_cache@exe/test_write_cache.c.o.d' -o 'test/9f86d08@@test_write_cache@exe/test_write_cache.c.o' -c ../fuse-3.8.0/test/test_write_cache.c >[18/30] x86_64-pc-linux-gnu-gcc -o test/test_write_cache 'test/9f86d08@@test_write_cache@exe/test_write_cache.c.o' -Wl,--no-undefined -Wl,--as-needed -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed -Wl,--start-group lib/libfuse3.so.3.8.0 -Wl,--end-group -pthread '-Wl,-rpath,$ORIGIN/../lib' -Wl,-rpath-link,/var/tmp/portage/sys-fs/fuse-3.8.0/work/fuse-3.8.0-abi_x86_64.amd64/lib >[19/30] x86_64-pc-linux-gnu-gcc -Itest/9f86d08@@test_setattr@exe -Itest -I../fuse-3.8.0/test -Iinclude -I../fuse-3.8.0/include -Ilib -I../fuse-3.8.0/lib -I. -I../fuse-3.8.0/ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -O2 -march=native -pthread -MD -MQ 'test/9f86d08@@test_setattr@exe/test_setattr.c.o' -MF 'test/9f86d08@@test_setattr@exe/test_setattr.c.o.d' -o 'test/9f86d08@@test_setattr@exe/test_setattr.c.o' -c ../fuse-3.8.0/test/test_setattr.c >[20/30] x86_64-pc-linux-gnu-gcc -o test/test_setattr 'test/9f86d08@@test_setattr@exe/test_setattr.c.o' -Wl,--no-undefined -Wl,--as-needed -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed -Wl,--start-group lib/libfuse3.so.3.8.0 -Wl,--end-group -pthread '-Wl,-rpath,$ORIGIN/../lib' -Wl,-rpath-link,/var/tmp/portage/sys-fs/fuse-3.8.0/work/fuse-3.8.0-abi_x86_64.amd64/lib >[21/30] x86_64-pc-linux-gnu-gcc -Itest/9f86d08@@test_syscalls@exe -Itest -I../fuse-3.8.0/test -Iinclude -I../fuse-3.8.0/include -Ilib -I../fuse-3.8.0/lib -I. -I../fuse-3.8.0/ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -O2 -march=native -MD -MQ 'test/9f86d08@@test_syscalls@exe/test_syscalls.c.o' -MF 'test/9f86d08@@test_syscalls@exe/test_syscalls.c.o.d' -o 'test/9f86d08@@test_syscalls@exe/test_syscalls.c.o' -c ../fuse-3.8.0/test/test_syscalls.c >[22/30] x86_64-pc-linux-gnu-gcc -o test/test_syscalls 'test/9f86d08@@test_syscalls@exe/test_syscalls.c.o' -Wl,--no-undefined -Wl,--as-needed -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed >[23/30] cp -fPp ../fuse-3.8.0/test/conftest.py ../fuse-3.8.0/test/pytest.ini ../fuse-3.8.0/test/test_examples.py ../fuse-3.8.0/test/util.py ../fuse-3.8.0/test/test_ctests.py /var/tmp/portage/sys-fs/fuse-3.8.0/work/fuse-3.8.0-abi_x86_64.amd64/test >[24/30] x86_64-pc-linux-gnu-gcc -Itest/9f86d08@@wrong_command@exe -Itest -I../fuse-3.8.0/test -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -O2 -march=native -MD -MQ 'test/9f86d08@@wrong_command@exe/wrong_command.c.o' -MF 'test/9f86d08@@wrong_command@exe/wrong_command.c.o.d' -o 'test/9f86d08@@wrong_command@exe/wrong_command.c.o' -c ../fuse-3.8.0/test/wrong_command.c >[25/30] x86_64-pc-linux-gnu-gcc -o test/wrong_command 'test/9f86d08@@wrong_command@exe/wrong_command.c.o' -Wl,--no-undefined -Wl,--as-needed -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed >[26/30] x86_64-pc-linux-gnu-gcc -Iutil/9342af2@@fusermount3@exe -Iutil -I../fuse-3.8.0/util -Iinclude -I../fuse-3.8.0/include -Ilib -I../fuse-3.8.0/lib -I. -I../fuse-3.8.0/ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -O2 -march=native '-DFUSE_CONF="/etc/fuse.conf"' -MD -MQ 'util/9342af2@@fusermount3@exe/fusermount.c.o' -MF 'util/9342af2@@fusermount3@exe/fusermount.c.o.d' -o 'util/9342af2@@fusermount3@exe/fusermount.c.o' -c ../fuse-3.8.0/util/fusermount.c >[27/30] x86_64-pc-linux-gnu-gcc -Iutil/9342af2@@fusermount3@exe -Iutil -I../fuse-3.8.0/util -Iinclude -I../fuse-3.8.0/include -Ilib -I../fuse-3.8.0/lib -I. -I../fuse-3.8.0/ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -O2 -march=native '-DFUSE_CONF="/etc/fuse.conf"' -MD -MQ 'util/9342af2@@fusermount3@exe/.._lib_mount_util.c.o' -MF 'util/9342af2@@fusermount3@exe/.._lib_mount_util.c.o.d' -o 'util/9342af2@@fusermount3@exe/.._lib_mount_util.c.o' -c ../fuse-3.8.0/lib/mount_util.c >[28/30] x86_64-pc-linux-gnu-gcc -o util/fusermount3 'util/9342af2@@fusermount3@exe/fusermount.c.o' 'util/9342af2@@fusermount3@exe/.._lib_mount_util.c.o' -Wl,--no-undefined -Wl,--as-needed -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed >[29/30] x86_64-pc-linux-gnu-gcc -Iutil/9342af2@@mount.fuse3@exe -Iutil -I../fuse-3.8.0/util -Iinclude -I../fuse-3.8.0/include -Ilib -I../fuse-3.8.0/lib -I. -I../fuse-3.8.0/ -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -fno-strict-aliasing -Wno-unused-result -O2 -march=native -DFUSE_USE_VERSION=34 -MD -MQ 'util/9342af2@@mount.fuse3@exe/mount.fuse.c.o' -MF 'util/9342af2@@mount.fuse3@exe/mount.fuse.c.o.d' -o 'util/9342af2@@mount.fuse3@exe/mount.fuse.c.o' -c ../fuse-3.8.0/util/mount.fuse.c >[30/30] x86_64-pc-linux-gnu-gcc -o util/mount.fuse3 'util/9342af2@@mount.fuse3@exe/mount.fuse.c.o' -Wl,--no-undefined -Wl,--as-needed -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed -Wl,--start-group lib/libfuse3.so.3.8.0 -Wl,--end-group '-Wl,-rpath,$ORIGIN/../lib' -Wl,-rpath-link,/var/tmp/portage/sys-fs/fuse-3.8.0/work/fuse-3.8.0-abi_x86_64.amd64/lib >>>> Source compiled. >>>> Test phase: sys-fs/fuse-3.8.0 > * abi_x86_64.amd64: running multilib-minimal_abi_src_test >Traceback (most recent call last): > File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main > "__main__", mod_spec) > File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code > exec(code, run_globals) > File "/usr/lib64/python3.6/site-packages/pytest.py", line 102, in <module> > raise SystemExit(pytest.main()) > File "/usr/lib64/python3.6/site-packages/_pytest/config/__init__.py", line 63, in main > config = _prepareconfig(args, plugins) > File "/usr/lib64/python3.6/site-packages/_pytest/config/__init__.py", line 207, in _prepareconfig > pluginmanager=pluginmanager, args=args > File "/usr/lib64/python3.6/site-packages/pluggy/hooks.py", line 286, in __call__ > return self._hookexec(self, self.get_hookimpls(), kwargs) > File "/usr/lib64/python3.6/site-packages/pluggy/manager.py", line 92, in _hookexec > return self._inner_hookexec(hook, methods, kwargs) > File "/usr/lib64/python3.6/site-packages/pluggy/manager.py", line 86, in <lambda> > firstresult=hook.spec.opts.get("firstresult") if hook.spec else False, > File "/usr/lib64/python3.6/site-packages/pluggy/callers.py", line 203, in _multicall > gen.send(outcome) > File "/usr/lib64/python3.6/site-packages/_pytest/helpconfig.py", line 94, in pytest_cmdline_parse > config = outcome.get_result() > File "/usr/lib64/python3.6/site-packages/pluggy/callers.py", line 80, in get_result > raise ex[1].with_traceback(ex[2]) > File "/usr/lib64/python3.6/site-packages/pluggy/callers.py", line 187, in _multicall > res = hook_impl.function(*args) > File "/usr/lib64/python3.6/site-packages/_pytest/config/__init__.py", line 687, in pytest_cmdline_parse > self.parse(args) > File "/usr/lib64/python3.6/site-packages/_pytest/config/__init__.py", line 895, in parse > self._preparse(args, addopts=addopts) > File "/usr/lib64/python3.6/site-packages/_pytest/config/__init__.py", line 841, in _preparse > self.pluginmanager.load_setuptools_entrypoints("pytest11") > File "/usr/lib64/python3.6/site-packages/pluggy/manager.py", line 297, in load_setuptools_entrypoints > plugin = ep.load() > File "/usr/lib64/python3.6/site-packages/importlib_metadata/__init__.py", line 92, in load > module = import_module(match.group('module')) > File "/usr/lib64/python3.6/importlib/__init__.py", line 126, in import_module > return _bootstrap._gcd_import(name[level:], package, level) > File "<frozen importlib._bootstrap>", line 994, in _gcd_import > File "<frozen importlib._bootstrap>", line 971, in _find_and_load > File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked > File "<frozen importlib._bootstrap>", line 656, in _load_unlocked > File "<frozen importlib._bootstrap>", line 626, in _load_backward_compatible > File "/usr/lib64/python3.6/site-packages/_pytest/assertion/rewrite.py", line 304, in load_module > exec(co, mod.__dict__) > File "/usr/lib64/python3.6/site-packages/pytest_flakes.py", line 1, in <module> > from pyflakes.checker import Binding, Assignment, Checker >ModuleNotFoundError: No module named 'pyflakes' > * ERROR: sys-fs/fuse-3.8.0::gentoo failed (test phase): > * (no error message) > * > * Call stack: > * ebuild.sh, line 125: Called src_test > * environment, line 3211: Called multilib-minimal_src_test > * environment, line 1806: Called multilib_foreach_abi 'multilib-minimal_abi_src_test' > * environment, line 1991: Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_test' > * environment, line 1671: Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_test' > * environment, line 1669: Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_test' > * environment, line 534: Called multilib-minimal_abi_src_test > * environment, line 1800: Called multilib_src_test > * environment, line 2231: Called die > * The specific snippet of code: > * ${EPYTHON} -m pytest test || die > * > * If you need support, post the output of `emerge --info '=sys-fs/fuse-3.8.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=sys-fs/fuse-3.8.0::gentoo'`. > * The complete build log is located at '/var/log/portage/sys-fs:fuse-3.8.0:20191119-193648.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-fs/fuse-3.8.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/sys-fs/fuse-3.8.0/temp/environment'. > * Working directory: '/var/tmp/portage/sys-fs/fuse-3.8.0/work/fuse-3.8.0-abi_x86_64.amd64' > * S: '/var/tmp/portage/sys-fs/fuse-3.8.0/work/fuse-3.8.0'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 700710
:
596802
|
596804
|
596806
|
596808
| 596810 |
596812