Your message dated Thu, 21 Dec 2023 08:40:26 +0000
with message-id <e1rgebs-0076ar...@fasolo.debian.org>
and subject line Bug#1058373: fixed in python-oslotest 1:4.5.0-5
has caused the Debian Bug report #1058373,
regarding python-oslotest: FTBFS: failed tests
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1058373: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058373
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-oslotest
Version: 1:4.5.0-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231212 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
> + 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.12 3.11
> + [ yes = no ]
> + [ no = yes ]
> + [ 3.12 = disabled ]
> + echo 3.12
> + 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.12 stestr run --parallel --subunit
> + subunit2pyunit
> oslotest.tests.unit.test_modules.CreateDisableModuleTest.test_disable_module
> oslotest.tests.unit.test_modules.CreateDisableModuleTest.test_disable_module 
> ... FAIL
> oslotest.tests.unit.test_log.ConfigureLoggingTestCase.test_fake_logs_default
> oslotest.tests.unit.test_log.ConfigureLoggingTestCase.test_fake_logs_default 
> ... ok
> oslotest.tests.unit.test_log.ConfigureLoggingTestCase.test_fake_logs_with_debug
> oslotest.tests.unit.test_log.ConfigureLoggingTestCase.test_fake_logs_with_debug
>  ... ok
> oslotest.tests.unit.test_log.ConfigureLoggingTestCase.test_fake_logs_with_debug_int
> oslotest.tests.unit.test_log.ConfigureLoggingTestCase.test_fake_logs_with_debug_int
>  ... ok
> oslotest.tests.unit.test_log.ConfigureLoggingTestCase.test_fake_logs_with_log_capture
> oslotest.tests.unit.test_log.ConfigureLoggingTestCase.test_fake_logs_with_log_capture
>  ... ok
> oslotest.tests.unit.test_log.ConfigureLoggingTestCase.test_fake_logs_with_trace_int
> oslotest.tests.unit.test_log.ConfigureLoggingTestCase.test_fake_logs_with_trace_int
>  ... ok
> oslotest.tests.unit.test_log.ConfigureLoggingTestCase.test_fake_logs_with_warning
> oslotest.tests.unit.test_log.ConfigureLoggingTestCase.test_fake_logs_with_warning
>  ... ok
> oslotest.tests.unit.test_base.TestTempFiles.test_create_bad_encoding
> oslotest.tests.unit.test_base.TestTempFiles.test_create_bad_encoding ... ok
> oslotest.tests.unit.test_base.TestTempFiles.test_create_unicode_files
> oslotest.tests.unit.test_base.TestTempFiles.test_create_unicode_files ... ok
> oslotest.tests.unit.test_base.TestTempFiles.test_create_unicode_files_encoding
> oslotest.tests.unit.test_base.TestTempFiles.test_create_unicode_files_encoding
>  ... ok
> oslotest.tests.unit.test_base.TestTempFiles.test_create_unicode_files_multi_encoding
> oslotest.tests.unit.test_base.TestTempFiles.test_create_unicode_files_multi_encoding
>  ... ok
> oslotest.tests.unit.test_base.TestTempFiles.test_prefix
> oslotest.tests.unit.test_base.TestTempFiles.test_prefix ... ok
> oslotest.tests.unit.test_base.TestTempFiles.test_wrong_length
> oslotest.tests.unit.test_base.TestTempFiles.test_wrong_length ... ok
> oslotest.tests.unit.test_base.TestManualMock.test_mock_patch_manually
> oslotest.tests.unit.test_base.TestManualMock.test_mock_patch_manually ... ok
> oslotest.tests.unit.test_createfile.CreateFileWithContentTest.test_create_bad_encoding
> oslotest.tests.unit.test_createfile.CreateFileWithContentTest.test_create_bad_encoding
>  ... ok
> oslotest.tests.unit.test_createfile.CreateFileWithContentTest.test_create_unicode_files
> oslotest.tests.unit.test_createfile.CreateFileWithContentTest.test_create_unicode_files
>  ... ok
> oslotest.tests.unit.test_createfile.CreateFileWithContentTest.test_create_unicode_files_encoding
> oslotest.tests.unit.test_createfile.CreateFileWithContentTest.test_create_unicode_files_encoding
>  ... ok
> oslotest.tests.unit.test_createfile.CreateFileWithContentTest.test_ext
> oslotest.tests.unit.test_createfile.CreateFileWithContentTest.test_ext ... ok
> oslotest.tests.unit.test_createfile.CreateFileWithContentTest.test_prefix
> oslotest.tests.unit.test_createfile.CreateFileWithContentTest.test_prefix ... 
> ok
> oslotest.tests.unit.test_mockpatch.TestMockPatchSymbols.test_reference
> oslotest.tests.unit.test_mockpatch.TestMockPatchSymbols.test_reference ... ok
> oslotest.tests.unit.test_base.TestBaseTestCase.test_capture_output_disabled
> oslotest.tests.unit.test_base.TestBaseTestCase.test_capture_output_disabled 
> ... ok
> oslotest.tests.unit.test_base.TestBaseTestCase.test_enabled
> oslotest.tests.unit.test_base.TestBaseTestCase.test_enabled ... ok
> oslotest.tests.unit.test_base.TestBaseTestCase.test_fake_logs_default
> oslotest.tests.unit.test_base.TestBaseTestCase.test_fake_logs_default ... ok
> oslotest.tests.unit.test_base.TestBaseTestCase.test_fake_logs_with_debug
> oslotest.tests.unit.test_base.TestBaseTestCase.test_fake_logs_with_debug ... 
> ok
> oslotest.tests.unit.test_base.TestBaseTestCase.test_fake_logs_with_log_cap
> oslotest.tests.unit.test_base.TestBaseTestCase.test_fake_logs_with_log_cap 
> ... ok
> oslotest.tests.unit.test_base.TestBaseTestCase.test_mock_patch_cleanup_on_teardown
> oslotest.tests.unit.test_base.TestBaseTestCase.test_mock_patch_cleanup_on_teardown
>  ... ok
> oslotest.tests.unit.test_base.TestBaseTestCase.test_timeout
> oslotest.tests.unit.test_base.TestBaseTestCase.test_timeout ... ok
> oslotest.tests.unit.test_mock_fixture.MockSanityTestCase.test_magic_mock_autospec_all_members
> oslotest.tests.unit.test_mock_fixture.MockSanityTestCase.test_magic_mock_autospec_all_members
>  ... ok
> oslotest.tests.unit.test_timeout.TimeoutTestCase.test_no_timeout
> oslotest.tests.unit.test_timeout.TimeoutTestCase.test_no_timeout ... ok
> oslotest.tests.unit.test_mock_fixture.MockSanityTestCase.test_mock_autospec_all_members
> oslotest.tests.unit.test_mock_fixture.MockSanityTestCase.test_mock_autospec_all_members
>  ... ok
> oslotest.tests.unit.test_mock_fixture.MockSanityTestCase.test_patch_autospec_class
> oslotest.tests.unit.test_mock_fixture.MockSanityTestCase.test_patch_autospec_class
>  ... ok
> oslotest.tests.unit.test_mock_fixture.MockSanityTestCase.test_patch_autospec_class_false
> oslotest.tests.unit.test_mock_fixture.MockSanityTestCase.test_patch_autospec_class_false
>  ... ok
> oslotest.tests.unit.test_timeout.TimeoutTestCase.test_timeout
> oslotest.tests.unit.test_timeout.TimeoutTestCase.test_timeout ... ok
> oslotest.tests.unit.test_mock_fixture.MockSanityTestCase.test_patch_autospec_multiple
> oslotest.tests.unit.test_mock_fixture.MockSanityTestCase.test_patch_autospec_multiple
>  ... ok
> oslotest.tests.unit.test_mock_fixture.MockSanityTestCase.test_patch_create
> oslotest.tests.unit.test_mock_fixture.MockSanityTestCase.test_patch_create 
> ... ok
> oslotest.tests.unit.test_output.CaptureOutputTest.test_disabled_env
> oslotest.tests.unit.test_output.CaptureOutputTest.test_disabled_env ... ok
> oslotest.tests.unit.test_timeout.TimeoutTestCase.test_timeout_bad_default
> oslotest.tests.unit.test_timeout.TimeoutTestCase.test_timeout_bad_default ... 
> ok
> oslotest.tests.unit.test_output.CaptureOutputTest.test_disabled_explicit
> oslotest.tests.unit.test_output.CaptureOutputTest.test_disabled_explicit ... 
> ok
> oslotest.tests.unit.test_output.CaptureOutputTest.test_enabled_env
> oslotest.tests.unit.test_output.CaptureOutputTest.test_enabled_env ... ok
> oslotest.tests.unit.test_timeout.TimeoutTestCase.test_timeout_bad_scaling
> oslotest.tests.unit.test_timeout.TimeoutTestCase.test_timeout_bad_scaling ... 
> ok
> oslotest.tests.unit.test_output.CaptureOutputTest.test_ensabled_explicit
> oslotest.tests.unit.test_output.CaptureOutputTest.test_ensabled_explicit ... 
> ok
> oslotest.tests.unit.test_timeout.TimeoutTestCase.test_timeout_default
> oslotest.tests.unit.test_timeout.TimeoutTestCase.test_timeout_default ... ok
> oslotest.tests.unit.test_timeout.TimeoutTestCase.test_timeout_scaling
> oslotest.tests.unit.test_timeout.TimeoutTestCase.test_timeout_scaling ... ok
> 
> ======================================================================
> FAIL: 
> oslotest.tests.unit.test_modules.CreateDisableModuleTest.test_disable_module
> oslotest.tests.unit.test_modules.CreateDisableModuleTest.test_disable_module
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/oslotest/tests/unit/test_modules.py", line 25, in 
> test_disable_module
>     self.assertRaises(ImportError, __import__, 'sys')
>   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 468, in 
> assertRaises
>     self.assertThat(our_callable, matcher)
>   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 481, in 
> assertThat
>     raise mismatch_error
> testtools.matchers._impl.MismatchError: <built-in function __import__> 
> returned <module 'sys' (built-in)>
> 
> 
> ----------------------------------------------------------------------
> Ran 43 tests in 1.015s
> 
> FAILED (failures=1)
> + echo ======> STESTR TEST SUITE FAILED FOR python3.12: displaying pip3 
> freeze output...
> ======> STESTR TEST SUITE FAILED FOR python3.12: 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.7.0
> certifi==2023.7.22
> chardet==5.2.0
> charset-normalizer==3.3.2
> cliff==4.3.0
> cmd2==2.4.3+ds
> coverage==7.2.7
> cryptography==38.0.4
> debtcollector==2.5.0
> decorator==5.1.1
> deprecation==2.0.7
> docutils==0.20.1
> dogpile.cache==1.1.8
> dulwich==0.21.6
> extras==1.0.0
> fixtures==4.0.1
> flake8==6.1.0
> future==0.18.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
> msgpack==1.0.3
> netaddr==0.8.0
> netifaces==0.11.0
> oauthlib==3.2.2
> openstackdocstheme==3.2.0
> openstacksdk==1.5.0
> os-client-config==2.1.0
> os-service-types==1.7.0
> oslo.config==9.2.0
> oslo.context==5.2.0
> oslo.i18n==6.1.0
> oslo.log==5.3.0
> oslo.serialization==5.2.0
> oslo.utils==6.2.1
> packaging==23.2
> pbr==5.11.1
> prettytable==3.6.0
> pycodestyle==2.11.1
> pyflakes==3.1.0
> Pygments==2.15.1
> pyinotify==0.9.6
> PyJWT==2.7.0
> pyparsing==3.1.1
> pyperclip==1.8.2
> python-dateutil==2.8.2
> python-subunit==1.4.2
> pytz==2023.3.post1
> PyYAML==6.0.1
> requests==2.31.0
> requestsexceptions==1.4.0
> rfc3986==2.0.0
> roman==3.3
> six==1.16.0
> snowballstemmer==2.2.0
> Sphinx==7.2.6
> sphinxcontrib-apidoc==0.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/12/12/python-oslotest_4.5.0-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&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.

--- End Message ---
--- Begin Message ---
Source: python-oslotest
Source-Version: 1:4.5.0-5
Done: Thomas Goirand <z...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-oslotest, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1058...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated python-oslotest package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 14 Dec 2023 16:37:12 +0100
Source: python-oslotest
Architecture: source
Version: 1:4.5.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 1058373
Changes:
 python-oslotest (1:4.5.0-5) unstable; urgency=medium
 .
   * Add py3.12-fix-modules-fixture.patch (Closes: #1058373).
Checksums-Sha1:
 aaf491c4f378187dc7a7ec1d4d548b79a3a676e2 2551 python-oslotest_4.5.0-5.dsc
 5d20a880a07110746fc9bfcd595e70202ecb544b 4680 
python-oslotest_4.5.0-5.debian.tar.xz
 91a581acde0b0b5bc54226f08781b9147ccc7bf4 11408 
python-oslotest_4.5.0-5_amd64.buildinfo
Checksums-Sha256:
 7e34daca9583cb321738ad41fc81c16130d77efd247f65c16ded73f7fa626912 2551 
python-oslotest_4.5.0-5.dsc
 19f99d8a7330fa19b6297e5e5f6e657f6f9bcaa2b4f6ac284a43d3502341130c 4680 
python-oslotest_4.5.0-5.debian.tar.xz
 868bf3248c35ee847364aea485335573e96c666ceca41f718f953d6726e3a8b5 11408 
python-oslotest_4.5.0-5_amd64.buildinfo
Files:
 23cccd310354986748df37264e46faa1 2551 python optional 
python-oslotest_4.5.0-5.dsc
 808350872468eda91780be3b28919c39 4680 python optional 
python-oslotest_4.5.0-5.debian.tar.xz
 55718ad863a2943182b08b35d50a047a 11408 python optional 
python-oslotest_4.5.0-5_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmWD8FQACgkQ1BatFaxr
Q/4+GA//Uy32/rFC6jmenJgViGKZ8PncJcFY+d6VTIO4Obp3s0IugUhwfGbu0Tck
ZodLqndvCnkYPAV2+wL7qFK8/vCnXZim8L/3lNvcsvQrpr/nwFkDU41CSzAsLMpL
yaUblGFam3sY/BTNe4I0zDlk7F2a0M/GcvhCh4r1NRrvjQgCpmzkh1R1i+dZSnkm
cAPROZYDDtVc/ww3jkN1TI4bEAXsgQ3DVBXcGaRgLIYp99w4xATBZpFFr8KGO31L
ac3cOhy3RI/NAxiPstjcXBO5Uqqrq6NrLYUmAX0npqI7wgcEhsvVBtoVIch2dmH0
3QJ849NAy0e0TJJsYL5q5obo7cVIPn3UNbicIhZuyHaibZ7mi6BLVaBa5Q0gxjXp
cICwj5BE5Aue6ZmYNoG/nG1za1q0BePXPT0Q9L64u2p/P6aXlR/bknXCA0bwnbee
t+guH8f4OiboZo/qPNbaf2LRHJj6lV2wXSmMgNHQv4aAXTpcGg/hSsfSoO3KTcSa
GRPBKROQjhVYgr7YCy8eJLzWblu5n2Dj7MxDRLtrdar93hrAqeHNytYF4ZdACooa
irf1VyR8qhyY6crQZQg8nnGgowLbR/fqsRty1ZjCaSw1c0s+09j4Kms50AmWMHkf
SaZS3l0vWtbKxyOHIY+pyQQqNRqyJiz8he0saI8GN4KaEp0GcH8=
=C3E6
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to