Package: src:python-futurist Version: 3.2.0-2 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, this package failed to build. Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202512/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you cannot reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and add an affects on src:python-futurist, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] File "/usr/lib/python3.14/multiprocessing/util.py", line 147, in _remove_temp_dir rmtree(tempdir) ~~~~~~^^^^^^^^^ File "/usr/lib/python3.14/shutil.py", line 852, in rmtree _rmtree_impl(path, dir_fd, onexc) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/shutil.py", line 721, in _rmtree_safe_fd _rmtree_safe_fd_step(stack, onexc) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^ File "/usr/lib/python3.14/shutil.py", line 799, in _rmtree_safe_fd_step onexc(func, path, err) ~~~~~^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/shutil.py", line 760, in _rmtree_safe_fd_step orig_st = os.lstat(name, dir_fd=dirfd) FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpnnkbs5vl/pymp-atoe7f7x' ====================================================================== FAIL: futurist.tests.test_executors.TestExecutors.test_done_callback(process) futurist.tests.test_executors.TestExecutors.test_done_callback(process) ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last): File "/<<PKGBUILDDIR>>/futurist/tests/test_executors.py", line 136, in test_done_callback fut = self.executor.submit(returns_one) File "/<<PKGBUILDDIR>>/futurist/_futures.py", line 430, in submit return self._gatherer.submit(fn, *args, **kwargs) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ File "/<<PKGBUILDDIR>>/futurist/_futures.py", line 97, in submit fut = self._submit_func(fn, *args, **kwargs) File "/usr/lib/python3.14/concurrent/futures/process.py", line 816, in submit self._adjust_process_count() ~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/concurrent/futures/process.py", line 775, in _adjust_process_count self._spawn_process() ~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/concurrent/futures/process.py", line 793, in _spawn_process p.start() ~~~~~~~^^ File "/usr/lib/python3.14/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) ~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/multiprocessing/context.py", line 300, in _Popen return Popen(process_obj) File "/usr/lib/python3.14/multiprocessing/popen_forkserver.py", line 35, in __init__ super().__init__(process_obj) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/usr/lib/python3.14/multiprocessing/popen_fork.py", line 20, in __init__ self._launch(process_obj) ~~~~~~~~~~~~^^^^^^^^^^^^^ File "/usr/lib/python3.14/multiprocessing/popen_forkserver.py", line 51, in _launch self.sentinel, w = forkserver.connect_to_new_process(self._fds) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "/usr/lib/python3.14/multiprocessing/forkserver.py", line 94, in connect_to_new_process client.connect(self._forkserver_address) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== FAIL: futurist.tests.test_executors.TestExecutors.test_gather_stats(process) futurist.tests.test_executors.TestExecutors.test_gather_stats(process) ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last): File "/<<PKGBUILDDIR>>/futurist/tests/test_executors.py", line 80, in test_gather_stats self.executor.submit(blows_up) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/<<PKGBUILDDIR>>/futurist/_futures.py", line 430, in submit return self._gatherer.submit(fn, *args, **kwargs) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ File "/<<PKGBUILDDIR>>/futurist/_futures.py", line 97, in submit fut = self._submit_func(fn, *args, **kwargs) File "/usr/lib/python3.14/concurrent/futures/process.py", line 816, in submit self._adjust_process_count() ~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/concurrent/futures/process.py", line 775, in _adjust_process_count self._spawn_process() ~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/concurrent/futures/process.py", line 793, in _spawn_process p.start() ~~~~~~~^^ File "/usr/lib/python3.14/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) ~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/multiprocessing/context.py", line 300, in _Popen return Popen(process_obj) File "/usr/lib/python3.14/multiprocessing/popen_forkserver.py", line 35, in __init__ super().__init__(process_obj) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/usr/lib/python3.14/multiprocessing/popen_fork.py", line 20, in __init__ self._launch(process_obj) ~~~~~~~~~~~~^^^^^^^^^^^^^ File "/usr/lib/python3.14/multiprocessing/popen_forkserver.py", line 51, in _launch self.sentinel, w = forkserver.connect_to_new_process(self._fds) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "/usr/lib/python3.14/multiprocessing/forkserver.py", line 94, in connect_to_new_process client.connect(self._forkserver_address) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== FAIL: futurist.tests.test_executors.TestExecutors.test_run_one(process) futurist.tests.test_executors.TestExecutors.test_run_one(process) ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last): File "/<<PKGBUILDDIR>>/futurist/tests/test_executors.py", line 70, in test_run_one fut = self.executor.submit(returns_one) File "/<<PKGBUILDDIR>>/futurist/_futures.py", line 430, in submit return self._gatherer.submit(fn, *args, **kwargs) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ File "/<<PKGBUILDDIR>>/futurist/_futures.py", line 97, in submit fut = self._submit_func(fn, *args, **kwargs) File "/usr/lib/python3.14/concurrent/futures/process.py", line 816, in submit self._adjust_process_count() ~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/concurrent/futures/process.py", line 775, in _adjust_process_count self._spawn_process() ~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/concurrent/futures/process.py", line 793, in _spawn_process p.start() ~~~~~~~^^ File "/usr/lib/python3.14/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) ~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/multiprocessing/context.py", line 300, in _Popen return Popen(process_obj) File "/usr/lib/python3.14/multiprocessing/popen_forkserver.py", line 35, in __init__ super().__init__(process_obj) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/usr/lib/python3.14/multiprocessing/popen_fork.py", line 20, in __init__ self._launch(process_obj) ~~~~~~~~~~~~^^^^^^^^^^^^^ File "/usr/lib/python3.14/multiprocessing/popen_forkserver.py", line 51, in _launch self.sentinel, w = forkserver.connect_to_new_process(self._fds) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "/usr/lib/python3.14/multiprocessing/forkserver.py", line 94, in connect_to_new_process client.connect(self._forkserver_address) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== FAIL: futurist.tests.test_waiters.TestWaiters.test_wait_for_any(process) futurist.tests.test_waiters.TestWaiters.test_wait_for_any(process) ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last): File "/<<PKGBUILDDIR>>/futurist/tests/test_waiters.py", line 62, in test_wait_for_any fs.append(self.executor.submit( ~~~~~~~~~~~~~~~~~~~~^ mini_delay, use_eventlet_sleep=self.use_eventlet_sleep)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/<<PKGBUILDDIR>>/futurist/_futures.py", line 430, in submit return self._gatherer.submit(fn, *args, **kwargs) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ File "/<<PKGBUILDDIR>>/futurist/_futures.py", line 97, in submit fut = self._submit_func(fn, *args, **kwargs) File "/usr/lib/python3.14/concurrent/futures/process.py", line 816, in submit self._adjust_process_count() ~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/concurrent/futures/process.py", line 775, in _adjust_process_count self._spawn_process() ~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/concurrent/futures/process.py", line 793, in _spawn_process p.start() ~~~~~~~^^ File "/usr/lib/python3.14/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) ~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/multiprocessing/context.py", line 300, in _Popen return Popen(process_obj) File "/usr/lib/python3.14/multiprocessing/popen_forkserver.py", line 35, in __init__ super().__init__(process_obj) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/usr/lib/python3.14/multiprocessing/popen_fork.py", line 20, in __init__ self._launch(process_obj) ~~~~~~~~~~~~^^^^^^^^^^^^^ File "/usr/lib/python3.14/multiprocessing/popen_forkserver.py", line 51, in _launch self.sentinel, w = forkserver.connect_to_new_process(self._fds) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "/usr/lib/python3.14/multiprocessing/forkserver.py", line 94, in connect_to_new_process client.connect(self._forkserver_address) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ---------------------------------------------------------------------- Ran 134 tests in 73.795s FAILED (failures=4, skipped=4) + echo ======> STESTR TEST SUITE FAILED FOR python3.14: displaying pip3 freeze output... ======> STESTR TEST SUITE FAILED FOR python3.14: displaying pip3 freeze output... + [ -x /usr/bin/pip3 ] + pip3 freeze WARNING: The directory '/sbuild-nonexistent/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag. alabaster==0.7.16 autocommand==2.2.2 autopage==0.4.0 babel==2.17.0 bcrypt==5.0.0 blinker==1.9.0 certifi==2025.11.12 chardet==5.2.0 charset-normalizer==3.4.4 cliff==4.11.0 cmd2==2.5.11+ds coverage==7.8.2 cryptography==46.0.1 debtcollector==3.0.0 decorator==5.2.1 defusedxml==0.7.1 deprecation==2.1.0 dnspython==2.7.0 docutils==0.22.3 dogpile.cache==1.3.3 dulwich==0.24.10 eventlet==0.40.3 fixtures==4.2.5 flake8==7.1.1 greenlet==3.2.4 hacking==4.1.0 idna==3.10 imagesize==1.4.1 inflect==7.5.0 iso8601==2.1.0 jaraco.context==6.0.1 jaraco.functools==4.1.0 jaraco.text==4.0.0 Jinja2==3.1.6 jmespath==1.0.1 jsonpatch==1.32 jsonpointer==2.4 keystoneauth1==5.12.0 lxml==6.0.2 Mako==1.3.10.dev0 MarkupSafe==3.0.3 mccabe==0.7.0 more-itertools==10.8.0 oauthlib==3.3.1 openstackdocstheme==3.2.0 openstacksdk==4.7.2 os-client-config==2.3.0 os-service-types==1.8.0 oslotest==5.0.1 packaging==25.0 pbr==7.0.3 platformdirs==4.4.0 prettytable==3.16.0 psutil==7.1.0 pycodestyle==2.12.1 pyflakes==3.2.0 Pygments==2.18.0 PyJWT==2.10.1 pyperclip==1.11.0 python-subunit==1.4.4 PyYAML==6.0.2 requests==2.32.5 requestsexceptions==1.4.0 roman-numerals==4.0.0 setuptools==78.1.1 snowballstemmer==3.0.1 Sphinx==8.2.3 stestr==4.2.0 stevedore==5.5.0 testscenarios==0.5.0 testtools==2.7.2 tomlkit==0.13.3 typeguard==4.4.4 typing_extensions==4.15.0 urllib3==2.5.0 voluptuous==0.15.2 wcwidth==0.2.14 wheel==0.46.1 wrapt==1.17.3 zipp==3.23.0 + exit 1 make[1]: *** [debian/rules:22: override_dh_auto_test] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:7: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

