Skip to content

[3.9] gh-135374: Update the bundled copy of setuptools to 79.0.1 - #135397

Merged
ambv merged 1 commit into
python:3.9from
ambv:upgrade-setuptools-to-79.0.1-3.9
Jun 11, 2025
Merged

[3.9] gh-135374: Update the bundled copy of setuptools to 79.0.1#135397
ambv merged 1 commit into
python:3.9from
ambv:upgrade-setuptools-to-79.0.1-3.9

Conversation

@ambv

@ambv ambv commented Jun 11, 2025

Copy link
Copy Markdown
Contributor
@bedevere-bot

Copy link
Copy Markdown

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot x86 Debian Installed with X 3.9 (no tier) has failed when building commit 4f28afe.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1246/builds/50) and take a look at the build logs.
  4. Check if the failure is related to this commit (4f28afe) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1246/builds/50

Failed tests:

  • test___all__
  • test_bdb
  • test_sundry

Failed subtests:

  • test_untested_modules_can_be_imported - test.test_sundry.TestUntestedModules
  • test_skip - test.test_bdb.StateTestCase
  • test_all - test.test___all__.AllTest

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

409 tests OK.

3 tests failed:
test___all__ test_bdb test_sundry

13 tests skipped:
test_asdl_parser test_check_c_globals test_clinic test_devpoll
test_gdb test_ioctl test_kqueue test_msilib test_startfile
test_winconsoleio test_winreg test_winsound test_zipfile64

3 re-run tests:
test___all__ test_bdb test_sundry

Total duration: 4 min 41 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/buildbot/buildarea/3.9.ware-debian-x86.installed/build/target/lib/python3.9/test/libregrtest/runtest.py", line 323, in _runtest_inner
    clear_caches()
  File "/buildbot/buildarea/3.9.ware-debian-x86.installed/build/target/lib/python3.9/test/libregrtest/refleak.py", line 201, in clear_caches
    distutils_dir_util._path_created.clear()
AttributeError: module 'distutils.dir_util' has no attribute '_path_created'


Traceback (most recent call last):
  File "/buildbot/buildarea/3.9.ware-debian-x86.installed/build/target/lib/python3.9/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_316d08e9'


Traceback (most recent call last):
  File "/buildbot/buildarea/3.9.ware-debian-x86.installed/build/target/lib/python3.9/test/test_bdb.py", line 731, in test_skip
    tracer.runcall(tfunc_import)
  File "/buildbot/buildarea/3.9.ware-debian-x86.installed/build/target/lib/python3.9/test/test_bdb.py", line 448, in __exit__
    self.test_case.fail(err_msg)
  File "/buildbot/buildarea/3.9.ware-debian-x86.installed/build/target/lib/python3.9/test/test_bdb.py", line 582, in fail
    raise self.failureException(msg) from None
AssertionError: Wrong event type at expect_set item 2, got 'call'
  Expected: ('line', 3, 'tfunc_import')
  Got:      ('call', 101, 'find_spec'),     ('quit',),


Traceback (most recent call last):
  File "/buildbot/buildarea/3.9.ware-debian-x86.installed/build/target/lib/python3.9/test/test_sundry.py", line 21, in test_untested_modules_can_be_imported
    import distutils.bcppcompiler
ModuleNotFoundError: No module named 'distutils.bcppcompiler'


Traceback (most recent call last):
  File "/buildbot/buildarea/3.9.ware-debian-x86.installed/build/target/lib/python3.9/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_908c1d4f'


Traceback (most recent call last):
  File "/buildbot/buildarea/3.9.ware-debian-x86.installed/build/target/lib/python3.9/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_fa1d38c5'


Traceback (most recent call last):
  File "/buildbot/buildarea/3.9.ware-debian-x86.installed/build/target/lib/python3.9/test/test___all__.py", line 110, in test_all
    self.check_all(modname)
  File "/buildbot/buildarea/3.9.ware-debian-x86.installed/build/target/lib/python3.9/test/test___all__.py", line 36, in check_all
    raise FailedImport(modname)
  File "/buildbot/buildarea/3.9.ware-debian-x86.installed/build/target/lib/python3.9/contextlib.py", line 126, in __exit__
    next(self.gen)
  File "/buildbot/buildarea/3.9.ware-debian-x86.installed/build/target/lib/python3.9/test/support/__init__.py", line 1229, in _filterwarnings
    raise AssertionError("unhandled warning %s" % reraise[0])
AssertionError: unhandled warning {message : UserWarning('Setuptools is replacing distutils. Support for replacing an already imported distutils is deprecated. In the future, this condition will fail. Register concerns at https://github.com/pypa/setuptools/issues/new?template=distutils-deprecation.yml'), category : 'UserWarning', filename : '/buildbot/buildarea/3.9.ware-debian-x86.installed/build/target/lib/python3.9/site-packages/_distutils_hack/__init__.py', lineno : 30, line : None}
@bedevere-bot

Copy link
Copy Markdown

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 Fedora Stable Clang Installed 3.9 (tier-2) has failed when building commit 4f28afe.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/17/builds/616) and take a look at the build logs.
  4. Check if the failure is related to this commit (4f28afe) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/17/builds/616

Failed tests:

  • test___all__
  • test_bdb
  • test_sundry

Failed subtests:

  • test_untested_modules_can_be_imported - test.test_sundry.TestUntestedModules
  • test_all - test.test___all__.AllTest
  • test_skip - test.test_bdb.StateTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

403 tests OK.

2 tests failed:
test___all__ test_bdb

20 tests skipped:
test_asdl_parser test_check_c_globals test_clinic test_devpoll
test_gdb test_idle test_ioctl test_kqueue test_msilib
test_startfile test_tcl test_tix test_tk test_ttk_guionly
test_ttk_textonly test_turtle test_winconsoleio test_winreg
test_winsound test_zipfile64

3 re-run tests:
test___all__ test_bdb test_sundry

Total duration: 4 min 2 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.9/test/test_sundry.py", line 21, in test_untested_modules_can_be_imported
    import distutils.bcppcompiler
ModuleNotFoundError: No module named 'distutils.bcppcompiler'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.9/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_7300827d'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.9/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_8c86b744'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.9/test/test___all__.py", line 110, in test_all
    self.check_all(modname)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.9/test/test___all__.py", line 36, in check_all
    raise FailedImport(modname)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.9/contextlib.py", line 126, in __exit__
    next(self.gen)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.9/test/support/__init__.py", line 1229, in _filterwarnings
    raise AssertionError("unhandled warning %s" % reraise[0])
AssertionError: unhandled warning {message : UserWarning('Setuptools is replacing distutils. Support for replacing an already imported distutils is deprecated. In the future, this condition will fail. Register concerns at https://github.com/pypa/setuptools/issues/new?template=distutils-deprecation.yml'), category : 'UserWarning', filename : '/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.9/site-packages/_distutils_hack/__init__.py', lineno : 30, line : None}


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.9/test/test_bdb.py", line 731, in test_skip
    tracer.runcall(tfunc_import)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.9/test/test_bdb.py", line 448, in __exit__
    self.test_case.fail(err_msg)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.9/test/test_bdb.py", line 582, in fail
    raise self.failureException(msg) from None
AssertionError: Wrong event type at expect_set item 2, got 'call'
  Expected: ('line', 3, 'tfunc_import')
  Got:      ('call', 101, 'find_spec'),     ('quit',),


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.9/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_f86b9bb3'
@bedevere-bot

Copy link
Copy Markdown

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot s390x Fedora Stable Clang Installed 3.9 (tier-3) has failed when building commit 4f28afe.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1648/builds/7) and take a look at the build logs.
  4. Check if the failure is related to this commit (4f28afe) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1648/builds/7

Failed tests:

  • test___all__
  • test_bdb
  • test_sundry

Failed subtests:

  • test_untested_modules_can_be_imported - test.test_sundry.TestUntestedModules
  • test_all - test.test___all__.AllTest
  • test_skip - test.test_bdb.StateTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

402 tests OK.

2 tests failed:
test___all__ test_bdb

21 tests skipped:
test_asdl_parser test_check_c_globals test_clinic test_devpoll
test_gdb test_idle test_ioctl test_kqueue test_msilib test_nis
test_startfile test_tcl test_tix test_tk test_ttk_guionly
test_ttk_textonly test_turtle test_winconsoleio test_winreg
test_winsound test_zipfile64

3 re-run tests:
test___all__ test_bdb test_sundry

Total duration: 2 min 41 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-s390x.clang-installed/build/target/lib/python3.9/test/test_sundry.py", line 21, in test_untested_modules_can_be_imported
    import distutils.bcppcompiler
ModuleNotFoundError: No module named 'distutils.bcppcompiler'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-s390x.clang-installed/build/target/lib/python3.9/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_efcb99df'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-s390x.clang-installed/build/target/lib/python3.9/test/test___all__.py", line 110, in test_all
    self.check_all(modname)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-s390x.clang-installed/build/target/lib/python3.9/test/test___all__.py", line 36, in check_all
    raise FailedImport(modname)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-s390x.clang-installed/build/target/lib/python3.9/contextlib.py", line 126, in __exit__
    next(self.gen)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-s390x.clang-installed/build/target/lib/python3.9/test/support/__init__.py", line 1229, in _filterwarnings
    raise AssertionError("unhandled warning %s" % reraise[0])
AssertionError: unhandled warning {message : UserWarning('Setuptools is replacing distutils. Support for replacing an already imported distutils is deprecated. In the future, this condition will fail. Register concerns at https://github.com/pypa/setuptools/issues/new?template=distutils-deprecation.yml'), category : 'UserWarning', filename : '/home/buildbot/buildarea/3.9.cstratak-fedora-stable-s390x.clang-installed/build/target/lib/python3.9/site-packages/_distutils_hack/__init__.py', lineno : 30, line : None}


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-s390x.clang-installed/build/target/lib/python3.9/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_42d94c30'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-s390x.clang-installed/build/target/lib/python3.9/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_6545cc58'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-s390x.clang-installed/build/target/lib/python3.9/test/test_bdb.py", line 731, in test_skip
    tracer.runcall(tfunc_import)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-s390x.clang-installed/build/target/lib/python3.9/test/test_bdb.py", line 448, in __exit__
    self.test_case.fail(err_msg)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-s390x.clang-installed/build/target/lib/python3.9/test/test_bdb.py", line 582, in fail
    raise self.failureException(msg) from None
AssertionError: Wrong event type at expect_set item 2, got 'call'
  Expected: ('line', 3, 'tfunc_import')
  Got:      ('call', 101, 'find_spec'),     ('quit',),
@bedevere-bot

Copy link
Copy Markdown

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot aarch64 Fedora Stable Clang Installed 3.9 (tier-2) has failed when building commit 4f28afe.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/128/builds/586) and take a look at the build logs.
  4. Check if the failure is related to this commit (4f28afe) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/128/builds/586

Failed tests:

  • test___all__
  • test_bdb
  • test_sundry

Failed subtests:

  • test_untested_modules_can_be_imported - test.test_sundry.TestUntestedModules
  • test_skip - test.test_bdb.StateTestCase
  • test_all - test.test___all__.AllTest

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

402 tests OK.

3 tests failed:
test___all__ test_bdb test_sundry

20 tests skipped:
test_asdl_parser test_check_c_globals test_clinic test_devpoll
test_gdb test_idle test_ioctl test_kqueue test_msilib
test_startfile test_tcl test_tix test_tk test_ttk_guionly
test_ttk_textonly test_turtle test_winconsoleio test_winreg
test_winsound test_zipfile64

3 re-run tests:
test___all__ test_bdb test_sundry

Total duration: 2 min 52 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.9/test/test_bdb.py", line 731, in test_skip
    tracer.runcall(tfunc_import)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.9/test/test_bdb.py", line 448, in __exit__
    self.test_case.fail(err_msg)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.9/test/test_bdb.py", line 582, in fail
    raise self.failureException(msg) from None
AssertionError: Wrong event type at expect_set item 2, got 'call'
  Expected: ('line', 3, 'tfunc_import')
  Got:      ('call', 101, 'find_spec'),     ('quit',),


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.9/test/test___all__.py", line 110, in test_all
    self.check_all(modname)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.9/test/test___all__.py", line 36, in check_all
    raise FailedImport(modname)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.9/contextlib.py", line 126, in __exit__
    next(self.gen)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.9/test/support/__init__.py", line 1229, in _filterwarnings
    raise AssertionError("unhandled warning %s" % reraise[0])
AssertionError: unhandled warning {message : UserWarning('Setuptools is replacing distutils. Support for replacing an already imported distutils is deprecated. In the future, this condition will fail. Register concerns at https://github.com/pypa/setuptools/issues/new?template=distutils-deprecation.yml'), category : 'UserWarning', filename : '/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.9/site-packages/_distutils_hack/__init__.py', lineno : 30, line : None}


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.9/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_de4b6271'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.9/test/libregrtest/runtest.py", line 323, in _runtest_inner
    clear_caches()
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.9/test/libregrtest/refleak.py", line 201, in clear_caches
    distutils_dir_util._path_created.clear()
AttributeError: module 'distutils.dir_util' has no attribute '_path_created'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.9/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_63b02480'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.9/test/test_sundry.py", line 21, in test_untested_modules_can_be_imported
    import distutils.bcppcompiler
ModuleNotFoundError: No module named 'distutils.bcppcompiler'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.9/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_518b77ea'
@bedevere-bot

Copy link
Copy Markdown

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot PPC64LE Fedora Stable Clang Installed 3.9 (tier-3) has failed when building commit 4f28afe.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/283/builds/495) and take a look at the build logs.
  4. Check if the failure is related to this commit (4f28afe) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/283/builds/495

Failed tests:

  • test___all__
  • test_bdb
  • test_sundry

Failed subtests:

  • test_untested_modules_can_be_imported - test.test_sundry.TestUntestedModules
  • test_all - test.test___all__.AllTest
  • test_skip - test.test_bdb.StateTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

402 tests OK.

3 tests failed:
test___all__ test_bdb test_sundry

20 tests skipped:
test_asdl_parser test_check_c_globals test_clinic test_devpoll
test_gdb test_idle test_ioctl test_kqueue test_msilib
test_startfile test_tcl test_tix test_tk test_ttk_guionly
test_ttk_textonly test_turtle test_winconsoleio test_winreg
test_winsound test_zipfile64

3 re-run tests:
test___all__ test_bdb test_sundry

Total duration: 5 min 24 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.9/test/libregrtest/runtest.py", line 323, in _runtest_inner
    clear_caches()
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.9/test/libregrtest/refleak.py", line 201, in clear_caches
    distutils_dir_util._path_created.clear()
AttributeError: module 'distutils.dir_util' has no attribute '_path_created'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.9/test/test_sundry.py", line 21, in test_untested_modules_can_be_imported
    import distutils.bcppcompiler
ModuleNotFoundError: No module named 'distutils.bcppcompiler'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.9/test/test_bdb.py", line 731, in test_skip
    tracer.runcall(tfunc_import)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.9/test/test_bdb.py", line 448, in __exit__
    self.test_case.fail(err_msg)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.9/test/test_bdb.py", line 582, in fail
    raise self.failureException(msg) from None
AssertionError: Wrong event type at expect_set item 2, got 'call'
  Expected: ('line', 3, 'tfunc_import')
  Got:      ('call', 101, 'find_spec'),     ('quit',),


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.9/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_251c466b'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.9/test/test___all__.py", line 110, in test_all
    self.check_all(modname)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.9/test/test___all__.py", line 36, in check_all
    raise FailedImport(modname)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.9/contextlib.py", line 126, in __exit__
    next(self.gen)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.9/test/support/__init__.py", line 1229, in _filterwarnings
    raise AssertionError("unhandled warning %s" % reraise[0])
AssertionError: unhandled warning {message : UserWarning('Setuptools is replacing distutils. Support for replacing an already imported distutils is deprecated. In the future, this condition will fail. Register concerns at https://github.com/pypa/setuptools/issues/new?template=distutils-deprecation.yml'), category : 'UserWarning', filename : '/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.9/site-packages/_distutils_hack/__init__.py', lineno : 30, line : None}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants