Source: python-oslo.concurrency
Version: 5.0.1-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230216 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> 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/command/easy_install.py:146: 
> EasyInstallDeprecationWarning: easy_install command is deprecated. Use build 
> and pip and other standards-based tools.
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/command/install.py:34: 
> SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and 
> pip and other standards-based tools.
>   warnings.warn(
> 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/fixture
> copying oslo_concurrency/fixture/__init__.py -> 
> build/lib/oslo_concurrency/fixture
> copying oslo_concurrency/fixture/lockutils.py -> 
> build/lib/oslo_concurrency/fixture
> creating build/lib/oslo_concurrency/tests
> creating 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_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/test_processutils.py -> 
> build/lib/oslo_concurrency/tests/unit
> copying oslo_concurrency/tests/__init__.py -> build/lib/oslo_concurrency/tests
> copying oslo_concurrency/__init__.py -> build/lib/oslo_concurrency
> copying oslo_concurrency/lockutils.py -> build/lib/oslo_concurrency
> copying oslo_concurrency/prlimit.py -> build/lib/oslo_concurrency
> copying oslo_concurrency/opts.py -> build/lib/oslo_concurrency
> copying oslo_concurrency/processutils.py -> build/lib/oslo_concurrency
> copying oslo_concurrency/_i18n.py -> build/lib/oslo_concurrency
> copying oslo_concurrency/watchdog.py -> build/lib/oslo_concurrency
> copying oslo_concurrency/version.py -> build/lib/oslo_concurrency
> running egg_info
> creating oslo.concurrency.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] Processing SOURCES.txt
> writing manifest file 'oslo.concurrency.egg-info/SOURCES.txt'
> warning: no files found matching 'AUTHORS'
> warning: no files found matching 'ChangeLog'
> warning: no previously-included files found matching '.gitignore'
> warning: no previously-included files found matching '.gitreview'
> warning: no previously-included files matching '*.pyc' found anywhere in 
> distribution
> adding license file 'LICENSE'
> writing manifest file 'oslo.concurrency.egg-info/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/__init__.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/prlimit.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/processutils.py -> 
> /<<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/watchdog.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency
> creating 
> /<<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/fixture/lockutils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/fixture
> 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/__init__.py -> 
> /<<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/test_processutils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/tests/unit
> copying build/lib/oslo_concurrency/version.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency
> 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/lockutils.py
>  to lockutils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/prlimit.py
>  to prlimit.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/processutils.py
>  to processutils.cpython-311.pyc
> 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/watchdog.py
>  to watchdog.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/fixture/lockutils.py
>  to lockutils.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/__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/test_processutils.py
>  to test_processutils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo_concurrency/version.py
>  to version.cpython-311.pyc
> running install_egg_info
> Copying oslo.concurrency.egg-info to 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/oslo.concurrency-5.0.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:/usr/games:/<<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.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_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.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_lockutils.FileBasedLockingTestCase.test_interprocess_lock
> oslo_concurrency.tests.unit.test_lockutils.FileBasedLockingTestCase.test_interprocess_lock
>  ... 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.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.TestLockFixture.test_lock_fixture
> oslo_concurrency.tests.unit.test_lockutils.TestLockFixture.test_lock_fixture 
> ... ok
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_binary
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_binary 
> ... 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_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.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.SshExecuteTestCase.test_compromising_ssh5
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_compromising_ssh5
>  ... 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_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.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.SshExecuteTestCase.test_timeout_error
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_timeout_error
>  ... 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
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_works
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_works 
> ... ok
> 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_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.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.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.ProcessExecutionErrorTest.test_defaults
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_defaults
>  ... 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
> 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_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_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_lockutils.LockTestCase.test_lock_externally
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_lock_externally 
> ... 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_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_lockutils.FileBasedLockingTestCase.test_interthread_external_lock
> oslo_concurrency.tests.unit.test_lockutils.FileBasedLockingTestCase.test_interthread_external_lock
>  ... 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.PrlimitTestCase.test_address_space
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_address_space
>  ... ok
> 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_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.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.PrlimitTestCase.test_memory_locked
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_memory_locked
>  ... 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_processutils.PrlimitTestCase.test_setrlimit_error
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_setrlimit_error
>  ... 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_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.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_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_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_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_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.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.LockutilsModuleTestCase.test_direct_call_explodes
> oslo_concurrency.tests.unit.test_lockutils.LockutilsModuleTestCase.test_direct_call_explodes
>  ... 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.LockutilsModuleTestCase.test_return_value_maintained
> oslo_concurrency.tests.unit.test_lockutils.LockutilsModuleTestCase.test_return_value_maintained
>  ... 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_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
> 
> ----------------------------------------------------------------------
> Ran 119 tests in 18.816s
> 
> OK
> + 
> PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/<<PKGBUILDDIR>>/debian/exe-test
>  PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages 
> PYTHON=python3.11 TEST_EVENTLET=1 lockutils-wrapper stestr+  run --parallel 
> --subunitsubunit2pyunit
> 
> 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.PrlimitTestCase.test_address_space
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_address_space
>  ... 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_processutils.ProcessExecutionErrorTest.test_check_cwd
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_check_cwd
>  ... 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_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_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_lockutils.TestLockFixture.test_lock_fixture
> oslo_concurrency.tests.unit.test_lockutils.TestLockFixture.test_lock_fixture 
> ... 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.SshExecuteTestCase.test_binary
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_binary 
> ... ok
> 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.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.SshExecuteTestCase.test_fails
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_fails 
> ... 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.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.SshExecuteTestCase.test_undecodable_bytes
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_undecodable_bytes
>  ... ok
> Process Process-11:
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_undecodable_bytes_error
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_undecodable_bytes_error
>  ... ok
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_exception_and_masking
> oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest.test_exception_and_masking
>  ... 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/tmpxztykbsm/tmp3senb2hr/file-41'
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_works
> oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase.test_works 
> ... 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_processutils.UtilsTest.test_execute_unknown_kwargs
> oslo_concurrency.tests.unit.test_processutils.UtilsTest.test_execute_unknown_kwargs
>  ... 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.UtilsTest.test_execute_with_callback
> oslo_concurrency.tests.unit.test_processutils.UtilsTest.test_execute_with_callback
>  ... 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.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.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.PrlimitTestCase.test_core_size
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_core_size 
> ... 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
> 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_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_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.FileBasedLockingTestCase.test_interprocess_nonblocking_external_lock
> oslo_concurrency.tests.unit.test_lockutils.FileBasedLockingTestCase.test_interprocess_nonblocking_external_lock
>  ... ok
> Process Process-44:
> 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/tmpxztykbsm/tmpn2s5hiwc/file-0'
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_memory_locked
> oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_memory_locked
>  ... ok
> Process Process-23:
> Process Process-21:
> Traceback (most recent call last):
> Traceback (most recent call last):
> Process Process-20:
>   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in 
> _bootstrap
>     self.run()
>   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 "/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'))
>                    ^^^^^^^^^^^^^^^
>   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/tmpxztykbsm/tmpfi2kc1ez/file-0'
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpxztykbsm/tmpkh24j0g7/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/tmpxztykbsm/tmpyb1wyys0/file-0'
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_lock_externally
> oslo_concurrency.tests.unit.test_lockutils.LockTestCase.test_lock_externally 
> ... FAIL
> 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_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.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_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_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_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.LockutilsModuleTestCase.test_main
> oslo_concurrency.tests.unit.test_lockutils.LockutilsModuleTestCase.test_main 
> ... 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_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_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.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_external_lock
> oslo_concurrency.tests.unit.test_lockutils.FileBasedLockingTestCase.test_interthread_external_lock
>  ... 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_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_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.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_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_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_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 23.958s
> 
> FAILED (failures=1)
> make[1]: *** [debian/rules:17: override_dh_auto_install] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/02/16/python-oslo.concurrency_5.0.1-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230216;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230216&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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