Source: python-oslo.concurrency
Version: 5.1.1-2
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-binary-20230816 ftbfs-binary-after-build
User: [email protected]
Usertags: qa-doublebuild

Hi,

This package fails to do build a binary-only build (not source) after a
successful build (dpkg-buildpackage ; dpkg-buildpackage -b).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/DoubleBuild

Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -b
> -----------------------------------------------------------------------------------------------------------------------------------------------------
> 
> dpkg-buildpackage: info: source package python-oslo.concurrency
> dpkg-buildpackage: info: source version 5.1.1-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Thomas Goirand <[email protected]>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
> dpkg-source: info: using options from 
> python-oslo.concurrency-5.1.1/debian/source/options: 
> --extend-diff-ignore=^[^/]*[.]egg-info/
>  fakeroot debian/rules clean
> make: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> dh clean --buildsystem=python_distutils --with python3,sphinxdoc
>    debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> rm -rf build
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_autoreconf_clean -O--buildsystem=python_distutils
>    dh_clean -O--buildsystem=python_distutils
>  debian/rules build
> make: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> dh build --buildsystem=python_distutils --with python3,sphinxdoc
>    dh_update_autotools_config -O--buildsystem=python_distutils
>    dh_autoreconf -O--buildsystem=python_distutils
>    dh_auto_configure -O--buildsystem=python_distutils
> dh_auto_configure: warning: Please use the third-party "pybuild" build system 
> instead of python-distutils
> dh_auto_configure: warning: This feature will be removed in compat 12.
>    debian/rules override_dh_auto_build
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> echo "Do nothing..."
> Do nothing...
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    debian/rules override_dh_auto_test
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> echo "Tests not ran here..."
> Tests not ran here...
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    create-stamp debian/debhelper-build-stamp
>  fakeroot debian/rules binary
> make: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> dh binary --buildsystem=python_distutils --with python3,sphinxdoc
>    dh_testroot -O--buildsystem=python_distutils
>    dh_prep -O--buildsystem=python_distutils
>    debian/rules override_dh_auto_install
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> pkgos-dh_auto_install --no-py2 --in-tmp
> + PKGOS_IN_TMP=no
> + echo WARNING: --no-py2 is deprecated and always on.
> WARNING: --no-py2 is deprecated and always on.
> + shift
> + PKGOS_IN_TMP=yes
> + shift
> + dpkg-parsechangelog -SSource
> + SRC_PKG_NAME=python-oslo.concurrency
> + echo python-oslo.concurrency
> + sed s/python-//
> + PY_MODULE_NAME=oslo.concurrency
> + py3versions -vr
> + PYTHON3S=3.11
> + [ yes = yes ]
> + TARGET_DIR=tmp
> + pwd
> + python3.11 setup.py install --install-layout=deb --root 
> /<<PKGBUILDDIR>>/debian/tmp
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:40: 
> EasyInstallDeprecationWarning: easy_install command is deprecated.
> !!
> 
>         
> ********************************************************************************
>         Please avoid running ``setup.py`` and ``easy_install``.
>         Instead, use pypa/build, pypa/installer or other
>         standards-based tools.
> 
>         See https://github.com/pypa/setuptools/issues/917 for details.
>         
> ********************************************************************************
> 
> !!
>   easy_install.initialize_options(self)
> /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: 
> SetuptoolsDeprecationWarning: setup.py install is deprecated.
> !!
> 
>         
> ********************************************************************************
>         Please avoid running ``setup.py`` directly.
>         Instead, use pypa/build, pypa/installer or other
>         standards-based tools.
> 
>         See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html 
> for details.
>         
> ********************************************************************************
> 
> !!
>   self.initialize_options()
> running install
> [pbr] Generating AUTHORS
> [pbr] AUTHORS complete (0.0s)
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/oslo_concurrency
> creating build/lib/oslo_concurrency/tests
> copying oslo_concurrency/tests/__init__.py -> build/lib/oslo_concurrency/tests
> copying oslo_concurrency/_i18n.py -> build/lib/oslo_concurrency
> copying oslo_concurrency/lockutils.py -> build/lib/oslo_concurrency
> copying oslo_concurrency/version.py -> build/lib/oslo_concurrency
> copying oslo_concurrency/__init__.py -> build/lib/oslo_concurrency
> copying oslo_concurrency/opts.py -> build/lib/oslo_concurrency
> copying oslo_concurrency/watchdog.py -> build/lib/oslo_concurrency
> copying oslo_concurrency/processutils.py -> build/lib/oslo_concurrency
> copying oslo_concurrency/prlimit.py -> build/lib/oslo_concurrency
> creating build/lib/oslo_concurrency/fixture
> copying oslo_concurrency/fixture/lockutils.py -> 
> build/lib/oslo_concurrency/fixture
> copying oslo_concurrency/fixture/__init__.py -> 
> build/lib/oslo_concurrency/fixture
> creating build/lib/oslo_concurrency/tests/unit
> copying oslo_concurrency/tests/unit/test_lockutils.py -> 
> build/lib/oslo_concurrency/tests/unit
> copying oslo_concurrency/tests/unit/test_lockutils_eventlet.py -> 
> build/lib/oslo_concurrency/tests/unit
> copying oslo_concurrency/tests/unit/__init__.py -> 
> build/lib/oslo_concurrency/tests/unit
> copying oslo_concurrency/tests/unit/test_processutils.py -> 
> build/lib/oslo_concurrency/tests/unit
> running egg_info
> writing oslo.concurrency.egg-info/PKG-INFO
> writing dependency_links to oslo.concurrency.egg-info/dependency_links.txt
> writing entry points to oslo.concurrency.egg-info/entry_points.txt
> writing requirements to oslo.concurrency.egg-info/requires.txt
> writing top-level names to oslo.concurrency.egg-info/top_level.txt
> [pbr] Reusing existing SOURCES.txt
> running install_lib
> creating /<<PKGBUILDDIR>>/debian/tmp
> creating /<<PKGBUILDDIR>>/debian/tmp/usr
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency
> copying build/lib/oslo_concurrency/_i18n.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency
> copying build/lib/oslo_concurrency/lockutils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency
> copying build/lib/oslo_concurrency/version.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency
> copying build/lib/oslo_concurrency/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency
> copying build/lib/oslo_concurrency/opts.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency
> copying build/lib/oslo_concurrency/watchdog.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/tests
> copying build/lib/oslo_concurrency/tests/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/tests
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/tests/unit
> copying build/lib/oslo_concurrency/tests/unit/test_lockutils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/tests/unit
> copying build/lib/oslo_concurrency/tests/unit/test_lockutils_eventlet.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/tests/unit
> copying build/lib/oslo_concurrency/tests/unit/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/tests/unit
> copying build/lib/oslo_concurrency/tests/unit/test_processutils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/tests/unit
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/fixture
> copying build/lib/oslo_concurrency/fixture/lockutils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/fixture
> copying build/lib/oslo_concurrency/fixture/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/fixture
> copying build/lib/oslo_concurrency/processutils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency
> copying build/lib/oslo_concurrency/prlimit.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/_i18n.py
>  to _i18n.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/lockutils.py
>  to lockutils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/version.py
>  to version.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/opts.py
>  to opts.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/watchdog.py
>  to watchdog.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/tests/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/tests/unit/test_lockutils.py
>  to test_lockutils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/tests/unit/test_lockutils_eventlet.py
>  to test_lockutils_eventlet.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/tests/unit/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/tests/unit/test_processutils.py
>  to test_processutils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/fixture/lockutils.py
>  to lockutils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/fixture/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/processutils.py
>  to processutils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/prlimit.py
>  to prlimit.cpython-311.pyc
> running install_egg_info
> Copying oslo.concurrency.egg-info to 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo.concurrency-5.1.1.egg-info
> Skipping SOURCES.txt
> running install_scripts
> Installing lockutils-wrapper script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
> + pwd
> + rm -rf /<<PKGBUILDDIR>>/debian/python*/usr/lib/python*/dist-packages/*.pth
> + pwd
> + rm -rf /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python*/dist-packages/*.pth
> set -e ; set -x ; for i in 3.11 ; do \
>       rm -rf .stestr ;\
>       PATH=$PATH:/<<PKGBUILDDIR>>/debian/exe-test 
> PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages 
> PYTHON=python$i TEST_EVENTLET=0 lockutils-wrapper stestr run --parallel 
> --subunit | subunit2pyunit ; \
>       PATH=$PATH:/<<PKGBUILDDIR>>/debian/exe-test 
> PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages 
> PYTHON=python$i TEST_EVENTLET=1 lockutils-wrapper stestr run --parallel 
> --subunit | subunit2pyunit ; \
> done
> + rm -rf .stestr
> + 
> PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/<<PKGBUILDDIR>>/debian/exe-test
>  PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages 
> PYTHON=python3.11 TEST_EVENTLET=0 lockutils-wrapper stestr run --parallel 
> --subunit
> + subunit2pyunit
> oslo_concurrency.tests.unit.test_lockutils_eventlet.TestInternalLock.test_fair_lock_with_spawn
> oslo_concurrency.tests.unit.test_lockutils_eventlet.TestInternalLock.test_fair_lock_with_spawn
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_contextlock
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_contextlock ... 
> ok
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_contextlock_unlocks
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_contextlock_unlocks
>  ... ok
>  WARNING [oslo_config.cfg] Deprecated: Option "lock_path" from group 
> "DEFAULT" is deprecated. Use option "lock_path" from group "oslo_concurrency".
>  WARNING [oslo_config.cfg] Deprecated: Option "disable_process_locking" from 
> group "DEFAULT" is deprecated. Use option "disable_process_locking" from 
> group "oslo_concurrency".
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_deprecated_names
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_deprecated_names 
> ... ok
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_fair_lock_with_nonblocking
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_fair_lock_with_nonblocking
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_fair_lock_with_semaphore
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_fair_lock_with_semaphore
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils.FileBasedLockingTestCase.test_interprocess_lock
> oslo_concurrency.tests.unit.test_lockutils.FileBasedLockingTestCase.test_interprocess_lock
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils.TestGetLockPath.test_get_default
> oslo_concurrency.tests.unit.test_lockutils.TestGetLockPath.test_get_default 
> ... ok
> oslo_concurrency.tests.unit.test_lockutils.TestGetLockPath.test_get_override
> oslo_concurrency.tests.unit.test_lockutils.TestGetLockPath.test_get_override 
> ... ok
> oslo_concurrency.tests.unit.test_processutils.UtilsTest.test_execute_unknown_kwargs
> oslo_concurrency.tests.unit.test_processutils.UtilsTest.test_execute_unknown_kwargs
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils_eventlet.TestInternalLock.test_fair_lock_with_spawn_n
> oslo_concurrency.tests.unit.test_lockutils_eventlet.TestInternalLock.test_fair_lock_with_spawn_n
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.UtilsTest.test_execute_with_callback
> oslo_concurrency.tests.unit.test_processutils.UtilsTest.test_execute_with_callback
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils_eventlet.TestFileLocks.test_concurrent_green_lock_succeeds
> oslo_concurrency.tests.unit.test_lockutils_eventlet.TestFileLocks.test_concurrent_green_lock_succeeds
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.UtilsTest.test_execute_with_callback_and_errors
> oslo_concurrency.tests.unit.test_processutils.UtilsTest.test_execute_with_callback_and_errors
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.UtilsTest.test_execute_with_preexec_fn
> oslo_concurrency.tests.unit.test_processutils.UtilsTest.test_execute_with_preexec_fn
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.UtilsTest.test_get_worker_count
> oslo_concurrency.tests.unit.test_processutils.UtilsTest.test_get_worker_count 
> ... ok
> oslo_concurrency.tests.unit.test_processutils.UtilsTest.test_get_worker_count_cpu_count_not_implemented
> oslo_concurrency.tests.unit.test_processutils.UtilsTest.test_get_worker_count_cpu_count_not_implemented
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.UtilsTest.test_windows_execute_using_eventlet
> oslo_concurrency.tests.unit.test_processutils.UtilsTest.test_windows_execute_using_eventlet
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.UtilsTest.test_windows_execute_without_eventlet
> oslo_concurrency.tests.unit.test_processutils.UtilsTest.test_windows_execute_without_eventlet
>  ... ok
> Process Process-3:
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_binary
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_binary 
> ... ok
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> IsADirectoryError: [Errno 21] Is a directory: 
> '/tmp/tmpqz1jjqwa/tmpdymxg3rn/file-47'
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_binary_undecodable_bytes
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_binary_undecodable_bytes
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_binary_undecodable_bytes_error
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_binary_undecodable_bytes_error
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_compromising_ssh1
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_compromising_ssh1
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_compromising_ssh2
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_compromising_ssh2
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_compromising_ssh3
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_compromising_ssh3
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_compromising_ssh4
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_compromising_ssh4
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_compromising_ssh5
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_compromising_ssh5
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_compromising_ssh6
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_compromising_ssh6
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_fails
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_fails 
> ... ok
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_invalid_addl_env
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_invalid_addl_env
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_invalid_process_input
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_invalid_process_input
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_timeout_error
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_timeout_error
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_address_space
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_address_space
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_undecodable_bytes
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_undecodable_bytes
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_undecodable_bytes_error
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_undecodable_bytes_error
>  ... ok
> Process Process-14:
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmp6ldbip89/file-0'
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_works
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_works 
> ... ok
> Process Process-20:
> Process Process-19:
> Traceback (most recent call last):
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmpe5bsu3ez/file-0'
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmph2f37wzi/file-0'
> Process Process-21:
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmp67qfwwx5/file-0'
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_lock_externally
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_lock_externally 
> ... FAIL
> Process Process-11:
> Process Process-28:
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmpm6p2rcxr/file-0'
> Process Process-29:
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmpaijcz5kr/file-0'
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmpq5eqy9e4/file-0'
> Process Process-12:
> Process Process-13:
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmpopq6n0ac/file-0'
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmpfeiyevx6/file-0'
> Process Process-18:
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmp2qsudwy8/file-0'
> Process Process-35:
> Process Process-36:
> Process Process-38:
> Process Process-33:
> Process Process-37:
> Process Process-39:
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmpiq_iqxyx/file-0'
> Process Process-43:
> Process Process-42:
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmpg8v4mw5a/file-0'
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmpegnq49nz/file-0'
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmpokbby7nq/file-0'
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmp7jm4kxv0/file-0'
> Process Process-26:
> Process Process-24:
> Process Process-46:
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmpwxu_9iyb/file-0'
> Process Process-5:
> Process Process-48:
> Process Process-4:
> Process Process-27:
> Process Process-7:
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmprgeg3lh3/file-0'
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmpbzw6r8ej/file-0'
> Process Process-8:
> Process Process-9:
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmppl7o9kkh/file-0'
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmpnuk10kx3/file-0'
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmpfczop3wm/file-0'
> Traceback (most recent call last):
> Traceback (most recent call last):
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmpdbq4qjzv/file-0'
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmpczqyu_3u/file-0'
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmpqrm9noa4/file-0'
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmpiob90ufd/file-0'
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmpmfb4ax_4/file-0'
> Traceback (most recent call last):
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmp1x1iwion/file-0'
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmp9nvm0ag6/file-0'
> Process Process-6:
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmpsceqvh0x/file-0'
> Process Process-10:
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
>     self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 60, in lock_files
>     handles.append(open(path, 'w'))
>                    ^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpqz1jjqwa/tmpuczysy9c/file-0'
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_core_size
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_core_size 
> ... ok
> oslo_concurrency.tests.unit.test_lockutils.FileBasedLockingTestCase.test_interprocess_nonblocking_external_lock
> oslo_concurrency.tests.unit.test_lockutils.FileBasedLockingTestCase.test_interprocess_nonblocking_external_lock
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils_eventlet.TestInternalLock.test_lock_with_spawn
> oslo_concurrency.tests.unit.test_lockutils_eventlet.TestInternalLock.test_lock_with_spawn
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_cpu_time
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_cpu_time 
> ... ok
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_data_size
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_data_size 
> ... ok
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_execv_error
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_execv_error
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_file_size
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_file_size 
> ... ok
> oslo_concurrency.tests.unit.test_lockutils.LockutilsModuleTestCase.test_direct_call_explodes
> oslo_concurrency.tests.unit.test_lockutils.LockutilsModuleTestCase.test_direct_call_explodes
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_memory_locked
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_memory_locked
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils.LockutilsModuleTestCase.test_main
> oslo_concurrency.tests.unit.test_lockutils.LockutilsModuleTestCase.test_main 
> ... ok
> oslo_concurrency.tests.unit.test_lockutils_eventlet.TestInternalLock.test_lock_with_spawn_n
> oslo_concurrency.tests.unit.test_lockutils_eventlet.TestInternalLock.test_lock_with_spawn_n
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.TryCmdTestCase.test_discard_warnings
> oslo_concurrency.tests.unit.test_processutils.TryCmdTestCase.test_discard_warnings
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.TryCmdTestCase.test_keep_warnings
> oslo_concurrency.tests.unit.test_processutils.TryCmdTestCase.test_keep_warnings
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.TryCmdTestCase.test_keep_warnings_from_raise
> oslo_concurrency.tests.unit.test_processutils.TryCmdTestCase.test_keep_warnings_from_raise
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils.LockutilsModuleTestCase.test_return_value_maintained
> oslo_concurrency.tests.unit.test_lockutils.LockutilsModuleTestCase.test_return_value_maintained
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_number_files
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_number_files
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_number_processes
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_number_processes
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_prlimit_windows
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_prlimit_windows
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_python_exec
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_python_exec
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_relative_path
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_relative_path
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_resident_set_size
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_resident_set_size
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils.FileBasedLockingTestCase.test_interthread_external_lock
> oslo_concurrency.tests.unit.test_lockutils.FileBasedLockingTestCase.test_interthread_external_lock
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_lock_externally_lock_dir_not_exist
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_lock_externally_lock_dir_not_exist
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_setrlimit_error
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_setrlimit_error
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_simple
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_simple ... 
> ok
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_stack_size
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_stack_size 
> ... ok
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_unsupported_prlimit
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_unsupported_prlimit
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils.FileBasedLockingTestCase.test_interthread_nonblocking_external_lock
> oslo_concurrency.tests.unit.test_lockutils.FileBasedLockingTestCase.test_interthread_nonblocking_external_lock
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorLoggingTest.test_multiattempt_with_log_errors_NONE
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorLoggingTest.test_multiattempt_with_log_errors_NONE
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils.FileBasedLockingTestCase.test_interthread_nonblocking_internal_lock
> oslo_concurrency.tests.unit.test_lockutils.FileBasedLockingTestCase.test_interthread_nonblocking_internal_lock
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils.FileBasedLockingTestCase.test_lock_file_exists
> oslo_concurrency.tests.unit.test_lockutils.FileBasedLockingTestCase.test_lock_file_exists
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils.FileBasedLockingTestCase.test_non_destructive
> oslo_concurrency.tests.unit.test_lockutils.FileBasedLockingTestCase.test_non_destructive
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_binary
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_binary
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_binary_undecodable_bytes
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_binary_undecodable_bytes
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_binary_undecodable_bytes_error
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_binary_undecodable_bytes_error
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_check_cwd
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_check_cwd
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_check_exit_code_boolean
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_check_exit_code_boolean
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_check_exit_code_list
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_check_exit_code_list
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_defaults
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_defaults
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_exception_and_masking
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_exception_and_masking
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_exception_on_communicate_error
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_exception_on_communicate_error
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_logging_on_communicate_error_1
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_logging_on_communicate_error_1
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_logging_on_communicate_error_2
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_logging_on_communicate_error_2
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorLoggingTest.test_multiattempt_with_log_errors_all
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorLoggingTest.test_multiattempt_with_log_errors_all
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_lock_internal_fair
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_lock_internal_fair
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_lock_internally
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_lock_internally 
> ... ok
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_lock_internally_different_collections
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_lock_internally_different_collections
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_lock_with_prefix
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_lock_with_prefix 
> ... ok
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_nested_synchronized_external_works
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_nested_synchronized_external_works
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_no_slash_in_b64
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_no_slash_in_b64 
> ... ok
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_remove_lock_external_file_doesnt_exists
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_remove_lock_external_file_doesnt_exists
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_remove_lock_external_file_exists
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_remove_lock_external_file_exists
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_remove_lock_external_file_permission_error
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_remove_lock_external_file_permission_error
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_synchronized_prefix_without_hypen
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_synchronized_prefix_without_hypen
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_synchronized_with_prefix
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_synchronized_with_prefix
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_synchronized_without_prefix
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_synchronized_without_prefix
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_synchronized_wrapped_function_metadata
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_synchronized_wrapped_function_metadata
>  ... ok
> oslo_concurrency.tests.unit.test_lockutils.TestLockFixture.test_lock_fixture
> oslo_concurrency.tests.unit.test_lockutils.TestLockFixture.test_lock_fixture 
> ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_logging_on_communicate_error_3
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_logging_on_communicate_error_3
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_logging_on_communicate_error_4
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_logging_on_communicate_error_4
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_logging_on_communicate_error_5
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_logging_on_communicate_error_5
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorLoggingTest.test_multiattempt_with_log_errors_final
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorLoggingTest.test_multiattempt_with_log_errors_final
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorLoggingTest.test_with_invalid_log_errors
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorLoggingTest.test_with_invalid_log_errors
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorLoggingTest.test_with_log_errors_NONE
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorLoggingTest.test_with_log_errors_NONE
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorLoggingTest.test_with_log_errors_all
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorLoggingTest.test_with_log_errors_all
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorLoggingTest.test_with_log_errors_final
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorLoggingTest.test_with_log_errors_final
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_logging_on_communicate_error_6
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_logging_on_communicate_error_6
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_no_retry_on_success
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_no_retry_on_success
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_picklable
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_picklable
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_process_input_with_string
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_process_input_with_string
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_retry_on_communicate_error
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_retry_on_communicate_error
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_retry_on_failure
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_retry_on_failure
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_timeout
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_timeout
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_undecodable_bytes
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_undecodable_bytes
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_undecodable_bytes_error
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_undecodable_bytes_error
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_unknown_kwargs_raises_error
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_unknown_kwargs_raises_error
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_with_cmd
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_with_cmd
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_with_description
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_with_description
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_with_env_variables
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_with_env_variables
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_with_exit_code
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_with_exit_code
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_with_stderr
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_with_stderr
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_with_stdout
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_with_stdout
>  ... ok
> Unexpected error while running command.
> Command: None
> Exit code: -
> Stdout: "Lo, praise of the prowess of people-kings\n        of spear-armed 
> Danes, in days long sped,\n        we have heard, and what honor the 
> athelings won!\n        Oft Scyld the Scefing from squadroned foes,\n        
> from many a tribe, the mead-bench tore,\n        awing the earls. Since erst 
> he lay\n        friendless, a foundling, fate repaid him:\n        for he 
> waxed under welkin, in wealth he throve,\n        till before him the folk, 
> both far and near,\n        who house by the whale-path, heard his mandate,\n 
>        gave him gifts: a good king he!\n        To him an heir was afterward 
> born,\n        a son in his halls, whom heaven sent\n        to favor the 
> folk, feeling their woe\n        that erst they had lacked an earl for 
> leader\n        so long a while; the Lord endowed him,\n        the Wielder 
> of Wonder, with world's renown."
> Stderr: None
> 
> ======================================================================
> FAIL: 
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_lock_externally
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_lock_externally
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 229, in test_lock_externally
>     self._do_test_lock_externally()
>   File "/<<PKGBUILDDIR>>/oslo_concurrency/tests/unit/test_lockutils.py", line 
> 223, in _do_test_lock_externally
>     count = queue.get(block=False)
>             ^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.11/multiprocessing/queues.py", line 116, in get
>     raise Empty
> _queue.Empty
> 
> 
> ----------------------------------------------------------------------
> Ran 119 tests in 24.320s
> 
> FAILED (failures=1)
> make[1]: *** [debian/rules:17: override_dh_auto_install] Error 1
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> make: *** [debian/rules:7: binary] Error 2
> dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned 
> exit status 2
> 
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage 
> --sanitize-env -us -uc -rfakeroot -b' failed to run.


The full build log is available from:
http://qa-logs.debian.net/2023/08/16/python-oslo.concurrency_5.1.1-2_unstable.log

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

Reply via email to