Source: python-oslo.rootwrap Version: 7.1.0-2 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-20231027 ftbfs-trixie
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_test --no-py2 'oslo_rootwrap\.tests\.(?!(.*test_functional.*))' > + PKGOS_TEST_PARALLEL=yes > + PKGOS_TEST_SERIAL=no > + PYTHONS=disabled > + PYTHON3S=disabled > + TEST_PARALLEL_OPT=--parallel > + TEST_SERIAL_OPT= > + echo WARNING: --no-py2 is deprecated, and always on. > WARNING: --no-py2 is deprecated, and always on. > + shift > + py3versions -vr > + PYTHON3S=3.11 > + [ yes = no ] > + [ no = yes ] > + [ 3.11 = disabled ] > + echo 3.11 > + cut -d. -f1 > + PYMAJOR=3 > + echo ===> Testing with python (python3) > ===> Testing with python (python3) > + pwd > + [ -d /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages ] > + [ -e .stestr.conf ] > + [ -x /usr/bin/python3-stestr ] > + STESTR=stestr > + rm -rf .stestr > + PYTHON=python3.11 stestr run --parallel --subunit > oslo_rootwrap\.tests\.(?!(.*test_functional.*)) > + subunit2pyunit > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_ChainingRegExpFilter_match > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_ChainingRegExpFilter_match > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_ChainingRegExpFilter_multiple > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_ChainingRegExpFilter_multiple > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_ChainingRegExpFilter_not_match > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_ChainingRegExpFilter_not_match > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_CommandFilter > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_CommandFilter ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_EnvFilter > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_EnvFilter ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_EnvFilter_without_leading_env > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_EnvFilter_without_leading_env > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_IpFilter_netns > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_IpFilter_netns ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_IpFilter_netns_add > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_IpFilter_netns_add > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_IpFilter_netns_delete > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_IpFilter_netns_delete > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_IpFilter_netns_list > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_IpFilter_netns_list > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_IpFilter_non_netns > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_IpFilter_non_netns > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_IpNetnsExecFilter_match > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_IpNetnsExecFilter_match > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_IpNetnsExecFilter_nomatch > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_IpNetnsExecFilter_nomatch > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_IpNetnsExecFilter_nomatch_nonroot > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_IpNetnsExecFilter_nomatch_nonroot > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_KillFilter > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_KillFilter ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_KillFilter_deleted_exe > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_KillFilter_deleted_exe > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_KillFilter_no_raise > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_KillFilter_no_raise > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_KillFilter_renamed_exe > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_KillFilter_renamed_exe > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_KillFilter_upgraded_exe > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_KillFilter_upgraded_exe > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_ReadFileFilter > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_ReadFileFilter ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_ReadFileFilter_empty_args > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_ReadFileFilter_empty_args > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_RegExpFilter_match > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_RegExpFilter_match > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_RegExpFilter_reject > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_RegExpFilter_reject > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_RootwrapConfig > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_RootwrapConfig ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_empty_commandfilter > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_empty_commandfilter > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_empty_invalid_regexpfilter > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_empty_invalid_regexpfilter > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_empty_regexpfilter > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_empty_regexpfilter > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_exec_dirs_search > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_exec_dirs_search ... > ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_getlogin > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_getlogin ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_getlogin_bad > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_getlogin_bad ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_match_filter_recurses_exec_command_filter_does_not_match > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_match_filter_recurses_exec_command_filter_does_not_match > ... ok > oslo_rootwrap.tests.test_rootwrap.DaemonCleanupTestCase.test_daemon_no_cleanup_for_uninitialized_server > oslo_rootwrap.tests.test_rootwrap.DaemonCleanupTestCase.test_daemon_no_cleanup_for_uninitialized_server > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_match_filter_recurses_exec_command_filter_matches > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_match_filter_recurses_exec_command_filter_matches > ... FAIL > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_match_filter_recurses_exec_command_matches_user > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_match_filter_recurses_exec_command_matches_user > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_missing_command > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_missing_command ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_skips > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_skips ... ok > oslo_rootwrap.tests.test_rootwrap.RunOneCommandTestCase.test_negative_returncode > oslo_rootwrap.tests.test_rootwrap.RunOneCommandTestCase.test_negative_returncode > ... ok > oslo_rootwrap.tests.test_rootwrap.RunOneCommandTestCase.test_positive_returncode > oslo_rootwrap.tests.test_rootwrap.RunOneCommandTestCase.test_positive_returncode > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapLoaderTestCase.test_privsep_in_loader > oslo_rootwrap.tests.test_rootwrap.RootwrapLoaderTestCase.test_privsep_in_loader > ... ok > oslo_rootwrap.tests.test_rootwrap.RootwrapLoaderTestCase.test_strict_switched_off_in_configparser > oslo_rootwrap.tests.test_rootwrap.RootwrapLoaderTestCase.test_strict_switched_off_in_configparser > ... ok > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_argument_equality_constraint > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_argument_equality_constraint > ... ok > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_argument_pass_constraint > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_argument_pass_constraint > ... ok > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_empty_args > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_empty_args ... ok > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_get_command > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_get_command ... ok > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_get_command_symlink > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_get_command_symlink > ... ok > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_get_command_traversal > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_get_command_traversal > ... ok > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_get_command_traversal_symlink > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_get_command_traversal_symlink > ... ok > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_match > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_match ... ok > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_match_symlink > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_match_symlink ... ok > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_match_traversal > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_match_traversal ... > ok > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_match_traversal_symlink > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_match_traversal_symlink > ... ok > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_reject > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_reject ... ok > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_reject_symlink > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_reject_symlink ... > ok > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_reject_traversal > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_reject_traversal > ... ok > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_reject_traversal_symlink > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_reject_traversal_symlink > ... ok > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_wrong_arguments_number > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_wrong_arguments_number > ... ok > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_wrong_exec_command > oslo_rootwrap.tests.test_rootwrap.PathFilterTestCase.test_wrong_exec_command > ... ok > > ====================================================================== > FAIL: > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_match_filter_recurses_exec_command_filter_matches > oslo_rootwrap.tests.test_rootwrap.RootwrapTestCase.test_match_filter_recurses_exec_command_filter_matches > ---------------------------------------------------------------------- > testtools.testresult.real._StringException: Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/oslo_rootwrap/tests/test_rootwrap.py", line 378, in > test_match_filter_recurses_exec_command_filter_matches > self.assertIsNotNone(wrapper.match_filter(filter_list, args)) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/oslo_rootwrap/wrapper.py", line 204, in match_filter > raise NoFilterMatched() > oslo_rootwrap.wrapper.NoFilterMatched > > > ---------------------------------------------------------------------- > Ran 57 tests in 1.021s > > FAILED (failures=1) > + echo ======> STESTR TEST SUITE FAILED FOR python3.11: displaying pip3 > freeze output... > ======> STESTR TEST SUITE FAILED FOR python3.11: displaying pip3 freeze > output... > + [ -x /usr/bin/pip3 ] > + pip3 freeze > WARNING: The directory '/sbuild-nonexistent/.cache/pip' or its parent > directory is not owned or is not writable by the current user. The cache has > been disabled. Check the permissions and owner of that directory. If > executing pip with sudo, you should use sudo's -H flag. > alabaster==0.7.12 > appdirs==1.4.4 > attrs==23.1.0 > autopage==0.4.0 > Babel==2.10.3 > blinker==1.6.2 > certifi==2023.7.22 > chardet==5.2.0 > charset-normalizer==3.3.0 > cliff==4.3.0 > cmd2==2.4.3+ds > cryptography==38.0.4 > debtcollector==2.5.0 > decorator==5.1.1 > deprecation==2.0.7 > dnspython==2.4.2 > docutils==0.19 > dogpile.cache==1.1.8 > dulwich==0.21.6 > eventlet==0.33.3 > extras==1.0.0 > fixtures==4.0.1 > flake8==5.0.4 > future==0.18.2 > greenlet==2.0.2 > hacking==4.1.0 > idna==3.3 > imagesize==1.4.1 > importlib-metadata==4.12.0 > iso8601==1.0.2 > Jinja2==3.1.2 > jmespath==1.0.1 > jsonpatch==1.32 > jsonpointer==2.3 > keystoneauth1==5.3.0 > lxml==4.9.3 > Mako==1.2.4.dev0 > MarkupSafe==2.1.3 > mccabe==0.7.0 > more-itertools==10.1.0 > netifaces==0.11.0 > oauthlib==3.2.2 > openstackdocstheme==1.20.0 > openstacksdk==1.5.0 > os-client-config==2.1.0 > os-service-types==1.7.0 > oslotest==4.5.0 > packaging==23.1 > pbr==5.11.1 > prettytable==3.6.0 > pycodestyle==2.10.0 > pyflakes==2.5.0 > Pygments==2.15.1 > PyJWT==2.7.0 > pyperclip==1.8.2 > python-subunit==1.4.2 > pytz==2023.3.post1 > PyYAML==6.0.1 > requests==2.31.0 > requestsexceptions==1.4.0 > roman==3.3 > six==1.16.0 > snowballstemmer==2.2.0 > Sphinx==5.3.0 > stestr==4.0.1 > stevedore==5.1.0 > testtools==2.6.0 > urllib3==1.26.18 > voluptuous==0.12.2 > wcwidth==0.2.5 > wrapt==1.15.0 > zipp==1.0.0 > + exit 1 > make[1]: *** [debian/rules:22: override_dh_auto_test] Error 1 The full build log is available from: http://qa-logs.debian.net/2023/10/27/python-oslo.rootwrap_7.1.0-2_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231027&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.