* Package: dev-python/filelock-3.0.12-r1  * Repository: gentoo  * Maintainer: python@gentoo.org  * USE: arm elibc_glibc kernel_linux python_targets_python3_7 userland_GNU  * FEATURES: distcc network-sandbox preserve-libs sandbox splitdebug test userpriv usersandbox >>> Unpacking source... >>> Unpacking py-filelock-3.0.12.tar.gz to /var/tmp/portage/dev-python/filelock-3.0.12-r1/work >>> Source unpacked in /var/tmp/portage/dev-python/filelock-3.0.12-r1/work >>> Preparing source in /var/tmp/portage/dev-python/filelock-3.0.12-r1/work/py-filelock-3.0.12 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/filelock-3.0.12-r1/work/py-filelock-3.0.12 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/filelock-3.0.12-r1/work/py-filelock-3.0.12 ... * python3_7: running distutils-r1_run_phase distutils-r1_python_compile python3.7 setup.py build -j 3 running build running build_py copying filelock.py -> /var/tmp/portage/dev-python/filelock-3.0.12-r1/work/py-filelock-3.0.12-python3_7/lib warning: build_py: byte-compiling is disabled, skipping. >>> Source compiled. >>> Test phase: dev-python/filelock-3.0.12-r1 * python3_7: running distutils-r1_run_phase python_test test_context (test.FileLockTest) Tests, if the filelock is released, when an exception is thrown in ... ok test_context1 (test.FileLockTest) The same as *test_context1()*, but uses the *acquire()* method. ... ok test_default_timeout (test.FileLockTest) Test if the default timeout parameter works. ... ok test_del (test.FileLockTest) Tests, if the lock is released, when the object is deleted. ... ok test_nested (test.FileLockTest) Asserts, that the lock is not released before the most outer with ... ok test_nested1 (test.FileLockTest) The same as *test_nested*, but this method uses the *acquire()* method ... ok test_nested_forced_release (test.FileLockTest) Acquires the lock using a with-statement and releases the lock ... ok test_simple (test.FileLockTest) Asserts that the lock is locked in a context statement and that the ... ok test_threaded (test.FileLockTest) Runs 250 threads, which need the filelock. The lock must be acquired ... ERROR test_threaded1 (test.FileLockTest) Runs multiple threads, which acquire the same lock file with a different ... ERROR test_timeout (test.FileLockTest) Tests if the lock raises a TimeOut error, when it can not be acquired. ... ok test_cleanup (test.SoftFileLockTest) Tests if the lock file is removed after use. ... ok test_context (test.SoftFileLockTest) Tests, if the filelock is released, when an exception is thrown in ... ok test_context1 (test.SoftFileLockTest) The same as *test_context1()*, but uses the *acquire()* method. ... ok test_default_timeout (test.SoftFileLockTest) Test if the default timeout parameter works. ... ok test_del (test.SoftFileLockTest) Tests, if the lock is released, when the object is deleted. ... ok test_nested (test.SoftFileLockTest) Asserts, that the lock is not released before the most outer with ... ok test_nested1 (test.SoftFileLockTest) The same as *test_nested*, but this method uses the *acquire()* method ... ok test_nested_forced_release (test.SoftFileLockTest) Acquires the lock using a with-statement and releases the lock ... ok test_simple (test.SoftFileLockTest) Asserts that the lock is locked in a context statement and that the ... ok test_threaded (test.SoftFileLockTest) Runs 250 threads, which need the filelock. The lock must be acquired ... ERROR test_threaded1 (test.SoftFileLockTest) Runs multiple threads, which acquire the same lock file with a different ... ERROR test_timeout (test.SoftFileLockTest) Tests if the lock raises a TimeOut error, when it can not be acquired. ... ok ====================================================================== ERROR: test_threaded (test.FileLockTest) Runs 250 threads, which need the filelock. The lock must be acquired ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/filelock-3.0.12-r1/work/py-filelock-3.0.12/test.py", line 199, in test_threaded thread.start() File "/usr/lib/python3.7/threading.py", line 852, in start _start_new_thread(self._bootstrap, ()) RuntimeError: can't start new thread ====================================================================== ERROR: test_threaded1 (test.FileLockTest) Runs multiple threads, which acquire the same lock file with a different ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/filelock-3.0.12-r1/work/py-filelock-3.0.12/test.py", line 241, in test_threaded1 threads1[i].start() File "/usr/lib/python3.7/threading.py", line 852, in start _start_new_thread(self._bootstrap, ()) RuntimeError: can't start new thread ====================================================================== ERROR: test_threaded (test.SoftFileLockTest) Runs 250 threads, which need the filelock. The lock must be acquired ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/filelock-3.0.12-r1/work/py-filelock-3.0.12/test.py", line 199, in test_threaded thread.start() File "/usr/lib/python3.7/threading.py", line 852, in start _start_new_thread(self._bootstrap, ()) RuntimeError: can't start new thread ====================================================================== ERROR: test_threaded1 (test.SoftFileLockTest) Runs multiple threads, which acquire the same lock file with a different ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/filelock-3.0.12-r1/work/py-filelock-3.0.12/test.py", line 241, in test_threaded1 threads1[i].start() File "/usr/lib/python3.7/threading.py", line 852, in start _start_new_thread(self._bootstrap, ()) RuntimeError: can't start new thread ---------------------------------------------------------------------- Ran 23 tests in 6.584s FAILED (errors=4) * ERROR: dev-python/filelock-3.0.12-r1::gentoo failed (test phase): * Tests fail with python3.7 * * Call stack: * ebuild.sh, line 125: Called src_test * environment, line 2896: Called distutils-r1_src_test * environment, line 1201: Called _distutils-r1_run_foreach_impl 'python_test' * environment, line 417: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' * environment, line 2505: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 1983: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 1981: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' * environment, line 774: Called distutils-r1_run_phase 'python_test' * environment, line 1138: Called python_test * environment, line 2856: Called die * The specific snippet of code: * "${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}" * * If you need support, post the output of `emerge --info '=dev-python/filelock-3.0.12-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/filelock-3.0.12-r1::gentoo'`. * The complete build log is located at '/var/tmp/portage/dev-python/filelock-3.0.12-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/filelock-3.0.12-r1/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/filelock-3.0.12-r1/work/py-filelock-3.0.12' * S: '/var/tmp/portage/dev-python/filelock-3.0.12-r1/work/py-filelock-3.0.12'