* Package: dev-python/llfuse-1.4.0 * Repository: gentoo * Maintainer: python@gentoo.org * USE: abi_x86_32 elibc_glibc kernel_linux python_targets_python3_8 test userland_GNU x86 * FEATURES: ccache network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking llfuse-1.4.0.tar.gz to /var/tmp/portage/dev-python/llfuse-1.4.0/work >>> Source unpacked in /var/tmp/portage/dev-python/llfuse-1.4.0/work >>> Preparing source in /var/tmp/portage/dev-python/llfuse-1.4.0/work/llfuse-1.4.0 ... * Applying llfuse-1.3.5-cflags.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/llfuse-1.4.0/work/llfuse-1.4.0 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/llfuse-1.4.0/work/llfuse-1.4.0 ... * python3_8: running distutils-r1_run_phase distutils-r1_python_compile python3.8 setup.py build -j 5 running build running build_ext building 'llfuse' extension creating /var/tmp/portage/dev-python/llfuse-1.4.0/work/llfuse-1.4.0-python3_8/temp.linux-i686-3.8 creating /var/tmp/portage/dev-python/llfuse-1.4.0/work/llfuse-1.4.0-python3_8/temp.linux-i686-3.8/src i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fPIC -I/usr/include/python3.8 -c src/llfuse.c -o /var/tmp/portage/dev-python/llfuse-1.4.0/work/llfuse-1.4.0-python3_8/temp.linux-i686-3.8/src/llfuse.o -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -Wall -Wextra -DLLFUSE_VERSION="1.4.0" -Wno-unused-function -Wno-implicit-fallthrough -Wno-unused-parameter i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fPIC -I/usr/include/python3.8 -c src/lock.c -o /var/tmp/portage/dev-python/llfuse-1.4.0/work/llfuse-1.4.0-python3_8/temp.linux-i686-3.8/src/lock.o -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -Wall -Wextra -DLLFUSE_VERSION="1.4.0" -Wno-unused-function -Wno-implicit-fallthrough -Wno-unused-parameter i686-pc-linux-gnu-gcc -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare /var/tmp/portage/dev-python/llfuse-1.4.0/work/llfuse-1.4.0-python3_8/temp.linux-i686-3.8/src/llfuse.o /var/tmp/portage/dev-python/llfuse-1.4.0/work/llfuse-1.4.0-python3_8/temp.linux-i686-3.8/src/lock.o -L/usr/lib -o /var/tmp/portage/dev-python/llfuse-1.4.0/work/llfuse-1.4.0-python3_8/lib/llfuse.cpython-38-i386-linux-gnu.so -lfuse -pthread -lpthread -lrt >>> Source compiled. >>> Test phase: dev-python/llfuse-1.4.0 * python3_8: running distutils-r1_run_phase python_test ================================================= test session starts ================================================== platform linux -- Python 3.8.7, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3.8 cachedir: .pytest_cache rootdir: /var/tmp/portage/dev-python/llfuse-1.4.0/work/llfuse-1.4.0 collecting ... collected 15 items test/test_api.py::test_inquire_bits PASSED [ 6%] test/test_api.py::test_listdir PASSED [ 13%] test/test_api.py::test_sup_groups PASSED [ 20%] test/test_api.py::test_entry_res PASSED [ 26%] test/test_api.py::test_xattr PASSED [ 33%] test/test_api.py::test_copy PASSED [ 40%] test/test_examples.py::test_lltest SKIPPED (FUSE kernel module does not seem to be loaded) [ 46%] test/test_examples.py::test_tmpfs SKIPPED (FUSE kernel module does not seem to be loaded) [ 53%] test/test_examples.py::test_passthroughfs SKIPPED (FUSE kernel module does not seem to be loaded) [ 60%] test/test_fs.py::test_invalidate_entry SKIPPED (FUSE kernel module does not seem to be loaded) [ 66%] test/test_fs.py::test_invalidate_inode SKIPPED (FUSE kernel module does not seem to be loaded) [ 73%] test/test_fs.py::test_notify_store SKIPPED (FUSE kernel module does not seem to be loaded) [ 80%] test/test_fs.py::test_entry_timeout SKIPPED (FUSE kernel module does not seem to be loaded) [ 86%] test/test_fs.py::test_attr_timeout SKIPPED (FUSE kernel module does not seem to be loaded) [ 93%] test/test_rounding.py::test_rounding FAILED [100%] ======================================================= FAILURES ======================================================= ____________________________________________________ test_rounding _____________________________________________________ def test_rounding(): # Incorrect division previously resulted in rounding errors for # all dates. entry = llfuse.EntryAttributes() # Approximately 100 years, ending in 999 secs = 100 * 365 * 24 * 3600 + 999 nanos = _NANOS_PER_SEC - 1 total = secs * _NANOS_PER_SEC + nanos > entry.st_atime_ns = total test/test_rounding.py:31: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > self.attr.st_atime = val // _NANOS_PER_SEC E OverflowError: Python int too large to convert to C long src/misc.pxi:474: OverflowError =============================================== short test summary info ================================================ FAILED test/test_rounding.py::test_rounding - OverflowError: Python int too large to convert to C long ======================================== 1 failed, 6 passed, 8 skipped in 1.29s ======================================== * ERROR: dev-python/llfuse-1.4.0::gentoo failed (test phase): * Tests fail with python3.8 * * Call stack: * ebuild.sh, line 125: Called src_test * environment, line 2991: Called distutils-r1_src_test * environment, line 1226: Called _distutils-r1_run_foreach_impl 'python_test' * environment, line 435: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' * environment, line 2592: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 2074: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 2072: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' * environment, line 789: Called distutils-r1_run_phase 'python_test' * environment, line 1163: Called python_test * environment, line 2951: Called die * The specific snippet of code: * pytest -vv || die "Tests fail with ${EPYTHON}" * * If you need support, post the output of `emerge --info '=dev-python/llfuse-1.4.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/llfuse-1.4.0::gentoo'`. * The complete build log is located at '/var/log/portage/dev-python:llfuse-1.4.0:20210301-162231.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/llfuse-1.4.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/llfuse-1.4.0/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/llfuse-1.4.0/work/llfuse-1.4.0' * S: '/var/tmp/portage/dev-python/llfuse-1.4.0/work/llfuse-1.4.0'