Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-111239: Update Windows build to use zlib 1.3.1 #114877

Merged
merged 1 commit into from
Feb 1, 2024
Merged

Conversation

zware
Copy link
Member

@zware zware commented Feb 1, 2024

zlib v1.3.1 fixes CVE-2023-45853, which does not affect CPython.

Edit: Apparently that CVE has been updated to point at pyminizip rather than zlib itself, at least in GitHub. Either way, this update brings us up to date and removes the possibility of someone complaining that we're using an insecure version of zlib :)

@zware zware requested a review from a team as a code owner February 1, 2024 20:39
@zware zware added OS-windows build The build process and cross-build dependencies Pull requests that update a dependency file labels Feb 1, 2024
@zware zware self-assigned this Feb 1, 2024
@zware
Copy link
Member Author

zware commented Feb 1, 2024

!buildbot windows

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @zware for commit 610b217 🤖

The command will test the builders whose names match following regular expression: windows

The builders matched are:

  • AMD64 Windows11 Non-Debug PR
  • AMD64 Windows Server 2022 NoGIL PR
  • AMD64 Windows10 PR
  • AMD64 Windows11 Refleaks PR
  • ARM64 Windows Non-Debug PR
  • ARM64 Windows PR
  • AMD64 Windows11 Bigmem PR

@zware zware merged commit 618d725 into python:main Feb 1, 2024
40 checks passed
@zware zware deleted the bump_zlib branch February 1, 2024 23:54
@encukou encukou added the needs backport to 3.12 bug and security fixes label Feb 6, 2024
@miss-islington-app
Copy link

Thanks @zware for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 6, 2024
@bedevere-app
Copy link

bedevere-app bot commented Feb 6, 2024

GH-115076 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Feb 6, 2024
@miss-islington-app
Copy link

Thanks @zware for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Thanks @zware for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Thanks @zware for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Thanks @zware for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Sorry, @zware, I could not cleanly backport this to 3.8 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 618d7256e78da8200f6e2c6235094a1ef885dca4 3.8

@miss-islington-app
Copy link

Sorry, @zware, I could not cleanly backport this to 3.9 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 618d7256e78da8200f6e2c6235094a1ef885dca4 3.9

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 6, 2024
@bedevere-app
Copy link

bedevere-app bot commented Feb 6, 2024

GH-115079 is a backport of this pull request to the 3.10 branch.

ambv pushed a commit to ambv/cpython that referenced this pull request Feb 6, 2024
@bedevere-app
Copy link

bedevere-app bot commented Feb 6, 2024

GH-115087 is a backport of this pull request to the 3.9 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.9 only security fixes label Feb 6, 2024
ambv pushed a commit that referenced this pull request Feb 6, 2024
…H-115076)

gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877)
(cherry picked from commit 618d725)

Co-authored-by: Zachary Ware <[email protected]>
ambv pushed a commit that referenced this pull request Feb 6, 2024
…H-115080)

gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877)
(cherry picked from commit 618d725)

Co-authored-by: Zachary Ware <[email protected]>
@bedevere-bot
Copy link

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

Hi! The buildbot s390x SLES 3.10 has failed when building commit 806e6ec.

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/all/#builders/611/builds/1421) and take a look at the build logs.
  4. Check if the failure is related to this commit (806e6ec) 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/all/#builders/611/builds/1421

Failed tests:

  • test_zlib

Failed subtests:

  • test_speech128 - test.test_zlib.CompressTestCase
  • test_pair - test.test_zlib.CompressObjectTestCase

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

== Tests result: FAILURE then FAILURE ==

411 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 22 sec
  • test_multiprocessing_spawn: 1 min 36 sec
  • test_multiprocessing_forkserver: 1 min 13 sec
  • test_multiprocessing_fork: 1 min 4 sec
  • test_unparse: 53.2 sec
  • test_signal: 46.9 sec
  • test_asyncio: 44.5 sec
  • test_tokenize: 41.2 sec
  • test_io: 37.2 sec
  • test_gdb: 32.1 sec

1 test failed:
test_zlib

13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_nis
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64

1 re-run test:
test_zlib

Total duration: 4 min 21 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-sles-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_8272afac'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-sles-z/build/Lib/test/test_zlib.py", line 246, in test_pair
    self.assertEqual(x1 + x2, datazip)
AssertionError: b'x\x9c\xe2\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[110546 chars]\x95' != b'x\x9c\xe3\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[114874 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-sles-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_1a271940'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-sles-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_fc1adbb7'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-sles-z/build/Lib/test/test_zlib.py", line 189, in test_speech128
    self.assertEqual(zlib.compress(bytearray(data)), x)
AssertionError: b'x\x[3391 chars]x17\xe3\xa8\x80a\x8eA\xaf\x80\x0bpT\xc0\xe8\xb[112686 chars]\x95' != b'x\x[3391 chars]x17\xa3U\xc0\xb0\n\x18\xe6\x18\xf4\n\xb8\x00G\[111475 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-sles-z/build/Lib/test/test_zlib.py", line 189, in test_speech128
    self.assertEqual(zlib.compress(bytearray(data)), x)
AssertionError: b'x\x[423 chars]x83\\`\xf6 \xec\x89L\x858PG\xc1\'1\xb5\xa8$\xb[114522 chars]\x95' != b'x\x[423 chars]x83\\0\xed\x89L\x858PG\xc1\'1\xb5\xa8$\xb5XQ!1[114451 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-sles-z/build/Lib/test/test_zlib.py", line 246, in test_pair
    self.assertEqual(x1 + x2, datazip)
AssertionError: b'x\x9c\xe2\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[110607 chars]\x95' != b'x\x9c\xe3\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[114866 chars]\x95'

@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 FreeBSD14 3.10 has failed when building commit 806e6ec.

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/all/#builders/1231/builds/8) and take a look at the build logs.
  4. Check if the failure is related to this commit (806e6ec) 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/all/#builders/1231/builds/8

Failed tests:

  • test_cmd_line_script
  • test_tarfile

Failed subtests:

  • test_modes - test.test_tarfile.TestExtractionFilters
  • test_script_as_dev_fd - test.test_cmd_line_script.CmdLineTest

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

== Tests result: FAILURE then FAILURE ==

406 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 29 sec
  • test_multiprocessing_spawn: 2 min 17 sec
  • test_multiprocessing_forkserver: 1 min 47 sec
  • test_multiprocessing_fork: 1 min 34 sec
  • test_asyncio: 1 min 27 sec
  • test_unparse: 1 min 24 sec
  • test_tokenize: 1 min 6 sec
  • test_lib2to3: 58.6 sec
  • test_subprocess: 54.3 sec
  • test_capi: 48.8 sec

2 tests failed:
test_cmd_line_script test_tarfile

17 tests skipped:
test_dbm_gnu test_devpoll test_epoll test_gdb test_ioctl
test_msilib test_readline test_spwd test_sqlite test_startfile
test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg
test_winsound test_zipfile64

2 re-run tests:
test_cmd_line_script test_tarfile

Total duration: 9 min 23 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.opsec-fbsd14/build/Lib/test/test_tarfile.py", line 3658, in test_modes
    os.chmod(tmp_filename, os.stat(tmp_filename).st_mode | stat.S_ISVTX)
OSError: [Errno 79] Inappropriate file type or format: '/home/buildbot/buildarea/3.10.opsec-fbsd14/build/build/test_python_55511æ/test_python_worker_56792æ/@test_56792_tmpæ-tardir/tmp.file'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.opsec-fbsd14/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_23e9bb93'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.opsec-fbsd14/build/Lib/test/test_tarfile.py", line 3658, in test_modes
    os.chmod(tmp_filename, os.stat(tmp_filename).st_mode | stat.S_ISVTX)
OSError: [Errno 79] Inappropriate file type or format: '/home/buildbot/buildarea/3.10.opsec-fbsd14/build/build/test_python_55511æ/@test_55511_tmpæ-tardir/tmp.file'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.opsec-fbsd14/build/Lib/test/test_cmd_line_script.py", line 752, in test_script_as_dev_fd
    self.assertEqual(out, b"12345678912345678912345\n")
AssertionError: b"/home/buildbot/buildarea/3.10.opsec-fbsd[79 chars]ry\n" != b'12345678912345678912345\n'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.opsec-fbsd14/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_7c1d0635'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.opsec-fbsd14/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_34773179'

@bedevere-bot
Copy link

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

Hi! The buildbot ARM64 macOS 3.10 has failed when building commit 806e6ec.

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/all/#builders/724/builds/1142) and take a look at the build logs.
  4. Check if the failure is related to this commit (806e6ec) 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/all/#builders/724/builds/1142

Failed tests:

  • test_asyncio

Failed subtests:

  • test_create_ssl_unix_connection - test.test_asyncio.test_events.SelectEventLoopTests
  • test_create_ssl_connection - test.test_asyncio.test_events.SelectEventLoopTests
  • test_create_ssl_unix_connection - test.test_asyncio.test_events.KqueueEventLoopTests
  • test_create_ssl_connection - test.test_asyncio.test_events.KqueueEventLoopTests
  • test_create_ssl_connection - test.test_asyncio.test_events.PollEventLoopTests
  • test_create_ssl_unix_connection - test.test_asyncio.test_events.PollEventLoopTests

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

== Tests result: FAILURE then FAILURE ==

405 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 46 sec
  • test_multiprocessing_spawn: 2 min 29 sec
  • test_multiprocessing_forkserver: 1 min 52 sec
  • test_ssl: 1 min 43 sec
  • test_unparse: 1 min 34 sec
  • test_logging: 1 min 17 sec
  • test_tokenize: 1 min 12 sec
  • test_asyncio: 1 min 1 sec
  • test_lib2to3: 56.8 sec
  • test_capi: 55.7 sec

1 test failed:
test_asyncio

16 tests skipped:
test_devpoll test_epoll test_gdb test_ioctl test_msilib
test_multiprocessing_fork test_ossaudiodev test_spwd
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64

1 re-run test:
test_asyncio

Total duration: 9 min 46 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.10.pablogsal-macos-m1.macos-with-brew/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_18431c40'


Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.10.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_asyncio/test_events.py", line 642, in test_create_ssl_connection
    self._test_create_ssl_connection(httpd, create_connection,
  File "/Users/buildbot/buildarea/3.10.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_asyncio/test_events.py", line 630, in _test_create_ssl_connection
    self._basetest_create_ssl_connection(conn_fut, check_sockname,
  File "/Users/buildbot/buildarea/3.10.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_asyncio/test_events.py", line 589, in _basetest_create_ssl_connection
    tr, pr = self.loop.run_until_complete(connection_fut)
  File "/Users/buildbot/buildarea/3.10.pablogsal-macos-m1.macos-with-brew/build/Lib/asyncio/base_events.py", line 649, in run_until_complete
    return future.result()
  File "/Users/buildbot/buildarea/3.10.pablogsal-macos-m1.macos-with-brew/build/Lib/asyncio/base_events.py", line 1103, in create_connection
    transport, protocol = await self._create_connection_transport(
  File "/Users/buildbot/buildarea/3.10.pablogsal-macos-m1.macos-with-brew/build/Lib/asyncio/base_events.py", line 1133, in _create_connection_transport
    await waiter
ConnectionResetError


Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.10.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_asyncio/test_events.py", line 658, in test_create_ssl_unix_connection
    self._test_create_ssl_connection(httpd, create_connection,
  File "/Users/buildbot/buildarea/3.10.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_asyncio/test_events.py", line 630, in _test_create_ssl_connection
    self._basetest_create_ssl_connection(conn_fut, check_sockname,
  File "/Users/buildbot/buildarea/3.10.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_asyncio/test_events.py", line 589, in _basetest_create_ssl_connection
    tr, pr = self.loop.run_until_complete(connection_fut)
  File "/Users/buildbot/buildarea/3.10.pablogsal-macos-m1.macos-with-brew/build/Lib/asyncio/base_events.py", line 649, in run_until_complete
    return future.result()
  File "/Users/buildbot/buildarea/3.10.pablogsal-macos-m1.macos-with-brew/build/Lib/asyncio/unix_events.py", line 269, in create_unix_connection
    transport, protocol = await self._create_connection_transport(
  File "/Users/buildbot/buildarea/3.10.pablogsal-macos-m1.macos-with-brew/build/Lib/asyncio/base_events.py", line 1133, in _create_connection_transport
    await waiter
ConnectionResetError


Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.10.pablogsal-macos-m1.macos-with-brew/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_84a55029'

@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 FreeBSD 3.10 has failed when building commit 806e6ec.

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/all/#builders/1221/builds/10) and take a look at the build logs.
  4. Check if the failure is related to this commit (806e6ec) 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/all/#builders/1221/builds/10

Failed tests:

  • test___all__
  • test_cmd_line_script
  • test_tarfile

Failed subtests:

  • test_all - test.test___all__.AllTest
  • test_modes - test.test_tarfile.TestExtractionFilters
  • test_script_as_dev_fd - test.test_cmd_line_script.CmdLineTest

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

== Tests result: FAILURE then FAILURE ==

409 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 14 sec
  • test_multiprocessing_spawn: 1 min 28 sec
  • test_multiprocessing_forkserver: 1 min 15 sec
  • test_multiprocessing_fork: 1 min 9 sec
  • test_signal: 46.4 sec
  • test_asyncio: 42.0 sec
  • test_io: 34.4 sec
  • test_subprocess: 34.1 sec
  • test_pydoc: 31.6 sec
  • test_capi: 30.4 sec

2 tests failed:
test_cmd_line_script test_tarfile

14 tests skipped:
test_devpoll test_epoll test_ioctl test_msilib test_readline
test_spwd test_startfile test_tix test_tk test_ttk_guionly
test_winconsoleio test_winreg test_winsound test_zipfile64

3 re-run tests:
test___all__ test_cmd_line_script test_tarfile

Total duration: 5 min 46 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/buildbot/buildarea/3.10.ware-freebsd/build/Lib/test/test_tarfile.py", line 3658, in test_modes
    os.chmod(tmp_filename, os.stat(tmp_filename).st_mode | stat.S_ISVTX)
OSError: [Errno 79] Inappropriate file type or format: '/buildbot/buildarea/3.10.ware-freebsd/build/build/test_python_2698æ/@test_2698_tmpæ-tardir/tmp.file'


Traceback (most recent call last):
  File "/buildbot/buildarea/3.10.ware-freebsd/build/Lib/test/test_tarfile.py", line 3658, in test_modes
    os.chmod(tmp_filename, os.stat(tmp_filename).st_mode | stat.S_ISVTX)
OSError: [Errno 79] Inappropriate file type or format: '/buildbot/buildarea/3.10.ware-freebsd/build/build/test_python_2698æ/test_python_worker_9093æ/@test_9093_tmpæ-tardir/tmp.file'


Traceback (most recent call last):
  File "/buildbot/buildarea/3.10.ware-freebsd/build/Lib/test/test___all__.py", line 111, in test_all
    self.check_all(modname)
  File "/buildbot/buildarea/3.10.ware-freebsd/build/Lib/test/test___all__.py", line 26, in check_all
    with warnings_helper.check_warnings(
  File "/buildbot/buildarea/3.10.ware-freebsd/build/Lib/contextlib.py", line 142, in __exit__
    next(self.gen)
  File "/buildbot/buildarea/3.10.ware-freebsd/build/Lib/test/support/warnings_helper.py", line 177, in _filterwarnings
    raise AssertionError("unhandled warning %s" % reraise[0])
AssertionError: unhandled warning {message : DeprecationWarning("invalid escape sequence '\\?'"), category : 'DeprecationWarning', filename : '/buildbot/buildarea/3.10.ware-freebsd/build/Lib/test/test_httpservers.py', lineno : 423, line : None}


Traceback (most recent call last):
  File "/buildbot/buildarea/3.10.ware-freebsd/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_e6c39faf'


Traceback (most recent call last):
  File "/buildbot/buildarea/3.10.ware-freebsd/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_0ea6d51c'


Traceback (most recent call last):
  File "/buildbot/buildarea/3.10.ware-freebsd/build/Lib/test/test_cmd_line_script.py", line 752, in test_script_as_dev_fd
    self.assertEqual(out, b"12345678912345678912345\n")
AssertionError: b"/buildbot/buildarea/3.10.ware-freebsd/bu[74 chars]ry\n" != b'12345678912345678912345\n'


Traceback (most recent call last):
  File "/buildbot/buildarea/3.10.ware-freebsd/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_a87f9e01'

ambv added a commit that referenced this pull request Feb 6, 2024
ambv added a commit that referenced this pull request Feb 6, 2024
@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 FreeBSD14 3.9 has failed when building commit 24c6514.

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/all/#builders/1229/builds/5) and take a look at the build logs.
  4. Check if the failure is related to this commit (24c6514) 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/all/#builders/1229/builds/5

Failed tests:

  • test_tarfile

Failed subtests:

  • test_modes - test.test_tarfile.TestExtractionFilters

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

== Tests result: FAILURE then FAILURE ==

408 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 35 sec
  • test_multiprocessing_spawn: 2 min 31 sec
  • test_multiprocessing_forkserver: 1 min 42 sec
  • test_multiprocessing_fork: 1 min 29 sec
  • test_unparse: 1 min 28 sec
  • test_tokenize: 1 min 25 sec
  • test_asyncio: 1 min 17 sec
  • test_capi: 1 min 3 sec
  • test_lib2to3: 58.7 sec
  • test_subprocess: 53.8 sec

1 test failed:
test_tarfile

16 tests skipped:
test_dbm_gnu test_devpoll test_epoll test_gdb test_ioctl
test_msilib test_spwd test_sqlite test_startfile test_tix test_tk
test_ttk_guionly test_winconsoleio test_winreg test_winsound
test_zipfile64

1 re-run test:
test_tarfile

Total duration: 8 min 57 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.opsec-fbsd14/build/Lib/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_b594c421'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.opsec-fbsd14/build/Lib/test/test_tarfile.py", line 3618, in test_modes
    os.chmod(tmp_filename, os.stat(tmp_filename).st_mode | stat.S_ISVTX)
OSError: [Errno 79] Inappropriate file type or format: '/home/buildbot/buildarea/3.9.opsec-fbsd14/build/build/test_python_318æ/test_python_worker_3803æ/@test_3803_tmpæ-tardir/tmp.file'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.opsec-fbsd14/build/Lib/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_42252e03'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.opsec-fbsd14/build/Lib/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_4add6c96'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.opsec-fbsd14/build/Lib/test/test_tarfile.py", line 3618, in test_modes
    os.chmod(tmp_filename, os.stat(tmp_filename).st_mode | stat.S_ISVTX)
OSError: [Errno 79] Inappropriate file type or format: '/home/buildbot/buildarea/3.9.opsec-fbsd14/build/build/test_python_318æ/@test_318_tmpæ-tardir/tmp.file'

@bedevere-bot
Copy link

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

Hi! The buildbot ARM64 macOS 3.9 has failed when building commit 24c6514.

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/all/#builders/726/builds/413) and take a look at the build logs.
  4. Check if the failure is related to this commit (24c6514) 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/all/#builders/726/builds/413

Failed tests:

  • test_asyncio

Failed subtests:

  • test_create_ssl_unix_connection - test.test_asyncio.test_events.SelectEventLoopTests
  • test_create_ssl_connection - test.test_asyncio.test_events.SelectEventLoopTests
  • test_create_ssl_unix_connection - test.test_asyncio.test_events.KqueueEventLoopTests
  • test_create_ssl_connection - test.test_asyncio.test_events.KqueueEventLoopTests
  • test_create_ssl_connection - test.test_asyncio.test_events.PollEventLoopTests
  • test_create_ssl_unix_connection - test.test_asyncio.test_events.PollEventLoopTests

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

== Tests result: FAILURE then FAILURE ==

405 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 56 sec
  • test_multiprocessing_spawn: 2 min 33 sec
  • test_multiprocessing_forkserver: 1 min 50 sec
  • test_unparse: 1 min 30 sec
  • test_tokenize: 1 min 29 sec
  • test_ssl: 1 min 28 sec
  • test_capi: 1 min 9 sec
  • test_asyncio: 1 min 2 sec
  • test_logging: 1 min 2 sec
  • test_lib2to3: 1 min

1 test failed:
test_asyncio

16 tests skipped:
test_devpoll test_epoll test_gdb test_ioctl test_msilib
test_multiprocessing_fork test_ossaudiodev test_spwd
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64

1 re-run test:
test_asyncio

Total duration: 9 min 20 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.9.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_asyncio/test_events.py", line 633, in test_create_ssl_unix_connection
    self._test_create_ssl_connection(httpd, create_connection,
  File "/Users/buildbot/buildarea/3.9.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_asyncio/test_events.py", line 605, in _test_create_ssl_connection
    self._basetest_create_ssl_connection(conn_fut, check_sockname,
  File "/Users/buildbot/buildarea/3.9.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_asyncio/test_events.py", line 564, in _basetest_create_ssl_connection
    tr, pr = self.loop.run_until_complete(connection_fut)
  File "/Users/buildbot/buildarea/3.9.pablogsal-macos-m1.macos-with-brew/build/Lib/asyncio/base_events.py", line 647, in run_until_complete
    return future.result()
  File "/Users/buildbot/buildarea/3.9.pablogsal-macos-m1.macos-with-brew/build/Lib/asyncio/unix_events.py", line 258, in create_unix_connection
    transport, protocol = await self._create_connection_transport(
  File "/Users/buildbot/buildarea/3.9.pablogsal-macos-m1.macos-with-brew/build/Lib/asyncio/base_events.py", line 1120, in _create_connection_transport
    await waiter
ConnectionResetError


Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.9.pablogsal-macos-m1.macos-with-brew/build/Lib/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_6994779c'


Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.9.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_asyncio/test_events.py", line 617, in test_create_ssl_connection
    self._test_create_ssl_connection(httpd, create_connection,
  File "/Users/buildbot/buildarea/3.9.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_asyncio/test_events.py", line 605, in _test_create_ssl_connection
    self._basetest_create_ssl_connection(conn_fut, check_sockname,
  File "/Users/buildbot/buildarea/3.9.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_asyncio/test_events.py", line 564, in _basetest_create_ssl_connection
    tr, pr = self.loop.run_until_complete(connection_fut)
  File "/Users/buildbot/buildarea/3.9.pablogsal-macos-m1.macos-with-brew/build/Lib/asyncio/base_events.py", line 647, in run_until_complete
    return future.result()
  File "/Users/buildbot/buildarea/3.9.pablogsal-macos-m1.macos-with-brew/build/Lib/asyncio/base_events.py", line 1090, in create_connection
    transport, protocol = await self._create_connection_transport(
  File "/Users/buildbot/buildarea/3.9.pablogsal-macos-m1.macos-with-brew/build/Lib/asyncio/base_events.py", line 1120, in _create_connection_transport
    await waiter
ConnectionResetError


Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.9.pablogsal-macos-m1.macos-with-brew/build/Lib/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_b683664c'

@bedevere-bot
Copy link

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

Hi! The buildbot s390x SLES 3.9 has failed when building commit 24c6514.

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/all/#builders/535/builds/691) and take a look at the build logs.
  4. Check if the failure is related to this commit (24c6514) 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/all/#builders/535/builds/691

Failed tests:

  • test_zlib

Failed subtests:

  • test_speech128 - test.test_zlib.CompressTestCase
  • test_pair - test.test_zlib.CompressObjectTestCase

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

== Tests result: FAILURE then FAILURE ==

411 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 28 sec
  • test_multiprocessing_spawn: 1 min 39 sec
  • test_multiprocessing_forkserver: 1 min 19 sec
  • test_multiprocessing_fork: 1 min 8 sec
  • test_unparse: 53.1 sec
  • test_tokenize: 47.5 sec
  • test_signal: 47.2 sec
  • test_asyncio: 43.7 sec
  • test_gdb: 38.4 sec
  • test_subprocess: 36.7 sec

1 test failed:
test_zlib

13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_nis
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64

1 re-run test:
test_zlib

Total duration: 4 min 15 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-sles-z/build/Lib/test/test_zlib.py", line 181, in test_speech128
    self.assertEqual(zlib.compress(bytearray(data)), x)
AssertionError: b'x\x[3378 chars]xad\xa8T\x01\x17\xe3\xa8\x80a\x8eA\xaf\x80\x0b[112184 chars]\x95' != b'x\x[3378 chars]xad\x14\x92J\x81a\x9eZDa\x05\\\x8c\xa3\x02\x86[111266 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-sles-z/build/Lib/test/test_zlib.py", line 238, in test_pair
    self.assertEqual(x1 + x2, datazip)
AssertionError: b'x\x9c\xe2\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[99596 chars]\x95' != b'x\x9c\xe3\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[114866 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-sles-z/build/Lib/test/test_zlib.py", line 238, in test_pair
    self.assertEqual(x1 + x2, datazip)
AssertionError: b'x\x9c\xe2\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[101026 chars]\x95' != b'x\x9c\xe3\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[114644 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-sles-z/build/Lib/test/test_zlib.py", line 181, in test_speech128
    self.assertEqual(zlib.compress(bytearray(data)), x)
AssertionError: b'x\x[3298 chars]x9c\x91\x98\x93\xa3\x90\x9d\x9aZ\x00\x8e\x8d\x[112037 chars]\x95' != b'x\x[3298 chars]x9c\x01\x8cK\x85\xec\xd4\xd4\x02pld\xa7V\x82"?[111568 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-sles-z/build/Lib/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_cddc8a4d'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-sles-z/build/Lib/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_60c18dd6'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-sles-z/build/Lib/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_abe78ce6'

@bedevere-bot
Copy link

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

Hi! The buildbot aarch64 Fedora Stable LTO + PGO 3.9 has failed when building commit 24c6514.

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/all/#builders/182/builds/547) and take a look at the build logs.
  4. Check if the failure is related to this commit (24c6514) 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/all/#builders/182/builds/547

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

Click to see traceback logs
remote: Enumerating objects: 10, done.        
remote: Counting objects:  11% (1/9)        
remote: Counting objects:  22% (2/9)        
remote: Counting objects:  33% (3/9)        
remote: Counting objects:  44% (4/9)        
remote: Counting objects:  55% (5/9)        
remote: Counting objects:  66% (6/9)        
remote: Counting objects:  77% (7/9)        
remote: Counting objects:  88% (8/9)        
remote: Counting objects: 100% (9/9)        
remote: Counting objects: 100% (9/9), done.        
remote: Compressing objects:  50% (1/2)        
remote: Compressing objects: 100% (2/2)        
remote: Compressing objects: 100% (2/2), done.        
remote: Total 10 (delta 7), reused 8 (delta 7), pack-reused 1        
From https://github.com/python/cpython
 * branch                  3.9        -> FETCH_HEAD
Note: switching to '24c651476593506690bb73c56236296143fcc92d'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 24c6514765 [3.9] gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) (GH-115087)
Switched to and reset branch '3.9'

find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make[2]: [Makefile:1888: clean-retain-profile] Error 1 (ignored)
./Modules/signalmodule.c: In function ‘signal_siginterrupt_impl’:
./Modules/signalmodule.c:663:5: warning: ‘siginterrupt’ is deprecated: Use sigaction with SA_RESTART instead [-Wdeprecated-declarations]
  663 |     if (siginterrupt(signalnum, flag)<0) {
      |     ^~
In file included from ./Modules/signalmodule.c:28:
/usr/include/signal.h:324:12: note: declared here
  324 | extern int siginterrupt (int __sig, int __interrupt) __THROW
      |            ^~~~~~~~~~~~
./Modules/_threadmodule.c: In function ‘local_clear’:
./Modules/_threadmodule.c:812:20: warning: unused variable ‘tstate’ [-Wunused-variable]
  812 |     PyThreadState *tstate;
      |                    ^~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/readline.c: In function ‘setup_readline’:
/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/readline.c:1143:37: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
 1143 |     completer_word_break_characters =
      |                                     ^
/usr/bin/ld: cannot open output file build/lib.linux-aarch64-3.9/pyexpat.cpython-39-aarch64-linux-gnu.so: No space left on device
collect2: error: ld returned 1 exit status
Assembler messages:
Fatal error: can't create build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_decimal/libmpdec/fourstep.o: No space left on device
*** WARNING: renaming "_elementtree" since importing it failed: PyCapsule_Import could not import module "pyexpat"
rror: could not create 'build/scripts-3.9': No space left on device
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_struct.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/arraymodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_contextvarsmodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/mathmodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_math.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/cmathmodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_math.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_datetimemodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_zoneinfo.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_randommodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_bisectmodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_heapqmodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_pickle.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_json.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_lsprof.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/rotatingtree.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/unicodedata.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_opcode.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_asynciomodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/socketmodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/selectmodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/grpmodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_posixsubprocess.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ssl.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/binascii.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_queuemodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_statisticsmodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/fcntlmodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/spwdmodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/parsermodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/mmapmodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/syslogmodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_xxsubinterpretersmodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/audioop.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_csv.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_testcapimodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_testinternalcapi.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_testbuffer.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_testimportmultiple.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_testmultiphase.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_xxtestfuzz/_xxtestfuzz.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_xxtestfuzz/fuzzer.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/readline.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_cursesmodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_curses_panel.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_cryptmodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_hashopenssl.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/sha256module.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/sha512module.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/md5module.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/sha1module.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_blake2/blake2b_impl.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_blake2/blake2module.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_blake2/blake2s_impl.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_sha3/sha3module.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_dbmmodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_gdbmmodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_sqlite/cache.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_sqlite/connection.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_sqlite/cursor.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_sqlite/microprotocols.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_sqlite/module.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_sqlite/prepare_protocol.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_sqlite/row.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_sqlite/statement.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_sqlite/util.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/termios.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/resource.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/ossaudiodev.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/nismodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/zlibmodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_bz2module.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_lzmamodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_elementtree.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/cjkcodecs/multibytecodec.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/cjkcodecs/_codecs_kr.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/cjkcodecs/_codecs_jp.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/cjkcodecs/_codecs_cn.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/cjkcodecs/_codecs_tw.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/cjkcodecs/_codecs_hk.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/cjkcodecs/_codecs_iso2022.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ctypes/_ctypes_test.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_multiprocessing/posixshmem.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_multiprocessing/multiprocessing.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_multiprocessing/semaphore.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_tkinter.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/tkappinit.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_uuidmodule.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/xxlimited.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ctypes/_ctypes.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ctypes/callbacks.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ctypes/callproc.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ctypes/cfield.gcda:Cannot open
profiling:/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/build/temp.linux-aarch64-3.9/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ctypes/stgdict.gcda:Cannot open
make[3]: *** [Makefile:640: sharedmods] Error 1
make[2]: *** [Makefile:533: build_all_generate_profile] Error 2
make[1]: *** [Makefile:509: profile-gen-stamp] Error 2
make: *** [Makefile:521: profile-run-stamp] Error 2

@bedevere-bot
Copy link

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

Hi! The buildbot aarch64 Fedora Stable LTO 3.9 has failed when building commit 24c6514.

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/all/#builders/171/builds/537) and take a look at the build logs.
  4. Check if the failure is related to this commit (24c6514) 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/all/#builders/171/builds/537

Failed tests:

  • test_zipfile
  • test_io
  • test_xml_etree
  • test_shutil

Failed subtests:

  • test_small_chunks - test.test_shutil.TestZeroCopySendfile
  • test_open - test.test_zipfile.LzmaTestsWithSourceFile
  • test_seeking_too - test.test_io.CTextIOWrapperTest
  • test_open_with_pathlike - test.test_zipfile.LzmaTestsWithSourceFile
  • test_append_bom - test.test_io.PyTextIOWrapperTest
  • test_regular_copy - test.test_shutil.TestZeroCopySendfile
  • test_seek_append_bom - test.test_io.CTextIOWrapperTest
  • test_write_to_binary_file - test.test_xml_etree.IOTest
  • test_big_chunk - test.test_shutil.TestZeroCopySendfile
  • test_telling - test.test_io.CTextIOWrapperTest
  • test_cant_get_size - test.test_shutil.TestZeroCopySendfile
  • test_write_to_binary_file_with_encoding - test.test_xml_etree.IOTest
  • test_append_to_concatenated_zip_file - test.test_zipfile.StoredTestsWithSourceFile
  • test_compresslevel_basic - test.test_zipfile.LzmaTestsWithSourceFile
  • test_file2file_not_supported - test.test_shutil.TestZeroCopySendfile
  • test_non_regular_file_src - test.test_shutil.TestZeroCopySendfile
  • test_write_to_filename - test.test_xml_etree.IOTest

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

== Tests result: FAILURE then FAILURE ==

410 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 36 sec
  • test_gdb: 2 min 31 sec
  • test_multiprocessing_spawn: 2 min 12 sec
  • test_asyncio: 1 min 42 sec
  • test_multiprocessing_forkserver: 1 min 31 sec
  • test_multiprocessing_fork: 1 min 14 sec
  • test_peg_generator: 1 min 5 sec
  • test_signal: 47.4 sec
  • test_tokenize: 43.8 sec
  • test_subprocess: 42.9 sec

2 tests failed:
test_shutil test_zipfile

1 test altered the execution environment:
test_regrtest

12 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_startfile
test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg
test_winsound test_zipfile64

4 re-run tests:
test_io test_shutil test_xml_etree test_zipfile

Total duration: 2 min 48 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_io.py", line 3239, in test_seek_append_bom
    with self.open(filename, 'w', encoding=charset) as f:
OSError: [Errno 28] No space left on device: '@test_97094_tmpæ'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_io.py", line 2945, in test_telling
    f = self.open(support.TESTFN, "w+", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_97094_tmpæ'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_shutil.py", line 2528, in test_big_chunk
    shutil._fastcopy_sendfile(src, dst)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/shutil.py", line 166, in _fastcopy_sendfile
    raise err from None
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/shutil.py", line 152, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '@test_100479_tmpæ' -> '@test_100479_tmpæ2'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_shutil.py", line 2502, in test_cant_get_size
    shutil._fastcopy_sendfile(src, dst)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/shutil.py", line 166, in _fastcopy_sendfile
    raise err from None
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/shutil.py", line 152, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '@test_100479_tmpæ' -> '@test_100479_tmpæ2'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_shutil.py", line 2392, in test_regular_copy
    self.zerocopy_fun(src, dst)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_shutil.py", line 2458, in zerocopy_fun
    return shutil._fastcopy_sendfile(fsrc, fdst)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/shutil.py", line 166, in _fastcopy_sendfile
    raise err from None
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/shutil.py", line 152, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '@test_100479_tmpæ' -> '@test_100479_tmpæ2'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_io.py", line 2984, in test_seeking_too
    with self.open(support.TESTFN, "wb") as f:
OSError: [Errno 28] No space left on device: '@test_97094_tmpæ'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_xml_etree.py", line 3718, in test_write_to_binary_file_with_encoding
    with open(TESTFN, 'wb') as f:
OSError: [Errno 28] No space left on device: '@test_100460_tmpæ'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_zipfile.py", line 532, in test_append_to_concatenated_zip_file
    f.write(data)
OSError: [Errno 28] No space left on device


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_xml_etree.py", line 3657, in test_write_to_filename
    tree.write(TESTFN)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/xml/etree/ElementTree.py", line 731, in write
    with _get_writer(file_or_filename, encoding) as (write, declared_encoding):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/contextlib.py", line 119, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/xml/etree/ElementTree.py", line 762, in _get_writer
    with open(file_or_filename, "w", encoding=encoding,
OSError: [Errno 28] No space left on device: '@test_100460_tmpæ'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/xml/etree/ElementTree.py", line 757, in _get_writer
    write = file_or_filename.write
AttributeError: 'str' object has no attribute 'write'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_shutil.py", line 2515, in test_small_chunks
    shutil._fastcopy_sendfile(src, dst)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/shutil.py", line 166, in _fastcopy_sendfile
    raise err from None
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/shutil.py", line 152, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '@test_100479_tmpæ' -> '@test_100479_tmpæ2'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_zipfile.py", line 56, in setUp
    with open(TESTFN, "wb") as fp:
OSError: [Errno 28] No space left on device: '@test_99521_tmpæ'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_shutil.py", line 2465, in test_non_regular_file_src
    shutil.copyfileobj(src, dst)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/shutil.py", line 208, in copyfileobj
    fdst_write(buf)
OSError: [Errno 28] No space left on device


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/__main__.py", line 2, in <module>
    main()
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/libregrtest/main.py", line 733, in main
    Regrtest().main(tests=tests, **kwargs)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/libregrtest/main.py", line 672, in main
    self._main(tests, kwargs)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/libregrtest/main.py", line 720, in _main
    self.save_xml_result()
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/libregrtest/main.py", line 585, in save_xml_result
    root.append(suite)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/xml/etree/ElementTree.py", line 244, in append
    self._assert_is_element(subelement)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/xml/etree/ElementTree.py", line 266, in _assert_is_element
    raise TypeError('expected an Element, not %s' % type(e).__name__)
TypeError: expected an Element, not Element


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_xml_etree.py", line 3709, in test_write_to_binary_file
    with open(TESTFN, 'wb') as f:
OSError: [Errno 28] No space left on device: '@test_100460_tmpæ'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_a0447aae'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_8f2de3e7'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_io.py", line 3209, in test_append_bom
    with self.open(filename, 'w', encoding=charset) as f:
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/_pyio.py", line 303, in __new__
    return open(*args, **kwargs)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/_pyio.py", line 212, in open
    raw = FileIO(file,
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/_pyio.py", line 1560, in __init__
    fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_97094_tmpæ'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_shutil.py", line 2502, in test_cant_get_size
    shutil._fastcopy_sendfile(src, dst)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/shutil.py", line 166, in _fastcopy_sendfile
    raise err from None
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/shutil.py", line 152, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '@test_91514_tmpæ' -> '@test_91514_tmpæ2'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_shutil.py", line 2392, in test_regular_copy
    self.zerocopy_fun(src, dst)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_shutil.py", line 2458, in zerocopy_fun
    return shutil._fastcopy_sendfile(fsrc, fdst)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/shutil.py", line 166, in _fastcopy_sendfile
    raise err from None
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/shutil.py", line 152, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '@test_91514_tmpæ' -> '@test_91514_tmpæ2'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_shutil.py", line 2528, in test_big_chunk
    shutil._fastcopy_sendfile(src, dst)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/shutil.py", line 166, in _fastcopy_sendfile
    raise err from None
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/shutil.py", line 152, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '@test_91514_tmpæ' -> '@test_91514_tmpæ2'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_shutil.py", line 2515, in test_small_chunks
    shutil._fastcopy_sendfile(src, dst)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/shutil.py", line 166, in _fastcopy_sendfile
    raise err from None
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/shutil.py", line 152, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '@test_91514_tmpæ' -> '@test_91514_tmpæ2'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_shutil.py", line 2566, in test_file2file_not_supported
    shutil.copyfile(TESTFN, TESTFN2)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/shutil.py", line 287, in copyfile
    copyfileobj(fsrc, fdst)
  File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.lto/build/Lib/shutil.py", line 208, in copyfileobj
    fdst_write(buf)
OSError: [Errno 28] No space left on device

@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 FreeBSD 3.9 has failed when building commit 24c6514.

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/all/#builders/1222/builds/11) and take a look at the build logs.
  4. Check if the failure is related to this commit (24c6514) 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/all/#builders/1222/builds/11

Failed tests:

  • test_tarfile

Failed subtests:

  • test_modes - test.test_tarfile.TestExtractionFilters

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

== Tests result: FAILURE then FAILURE ==

411 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 16 sec
  • test_multiprocessing_spawn: 1 min 30 sec
  • test_multiprocessing_forkserver: 1 min 19 sec
  • test_multiprocessing_fork: 1 min 9 sec
  • test_signal: 46.1 sec
  • test_asyncio: 41.3 sec
  • test_capi: 39.7 sec
  • test_io: 35.1 sec
  • test_pydoc: 31.9 sec
  • test_subprocess: 31.6 sec

1 test failed:
test_tarfile

13 tests skipped:
test_devpoll test_epoll test_ioctl test_msilib test_spwd
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64

1 re-run test:
test_tarfile

Total duration: 5 min 25 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/buildbot/buildarea/3.9.ware-freebsd/build/Lib/test/test_tarfile.py", line 3618, in test_modes
    os.chmod(tmp_filename, os.stat(tmp_filename).st_mode | stat.S_ISVTX)
OSError: [Errno 79] Inappropriate file type or format: '/buildbot/buildarea/3.9.ware-freebsd/build/build/test_python_51828æ/test_python_worker_57971æ/@test_57971_tmpæ-tardir/tmp.file'


Traceback (most recent call last):
  File "/buildbot/buildarea/3.9.ware-freebsd/build/Lib/test/test_tarfile.py", line 3618, in test_modes
    os.chmod(tmp_filename, os.stat(tmp_filename).st_mode | stat.S_ISVTX)
OSError: [Errno 79] Inappropriate file type or format: '/buildbot/buildarea/3.9.ware-freebsd/build/build/test_python_51828æ/@test_51828_tmpæ-tardir/tmp.file'


Traceback (most recent call last):
  File "/buildbot/buildarea/3.9.ware-freebsd/build/Lib/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_c4af4a89'


Traceback (most recent call last):
  File "/buildbot/buildarea/3.9.ware-freebsd/build/Lib/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_cfd76f5c'


Traceback (most recent call last):
  File "/buildbot/buildarea/3.9.ware-freebsd/build/Lib/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_e80c281b'

@bedevere-bot
Copy link

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

Hi! The buildbot s390x RHEL8 3.10 has failed when building commit 806e6ec.

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/all/#builders/700/builds/1214) and take a look at the build logs.
  4. Check if the failure is related to this commit (806e6ec) 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/all/#builders/700/builds/1214

Failed tests:

  • test_zlib

Failed subtests:

  • test_speech128 - test.test_zlib.CompressTestCase
  • test_pair - test.test_zlib.CompressObjectTestCase

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

== Tests result: FAILURE then FAILURE ==

411 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 29 sec
  • test_multiprocessing_spawn: 1 min 44 sec
  • test_multiprocessing_forkserver: 1 min 17 sec
  • test_multiprocessing_fork: 1 min 8 sec
  • test_gdb: 56.7 sec
  • test_unparse: 52.9 sec
  • test_asyncio: 49.1 sec
  • test_signal: 47.5 sec
  • test_capi: 43.9 sec
  • test_tokenize: 40.4 sec

1 test failed:
test_zlib

13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_nis
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64

1 re-run test:
test_zlib

Total duration: 4 min 47 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z/build/Lib/test/test_zlib.py", line 189, in test_speech128
    self.assertEqual(zlib.compress(bytearray(data)), x)
AssertionError: b'x\x[5260 chars]0\xc5h\x150\xac\x02\x86\xf9\x1fW\x05Lj\x0f\x98[110041 chars]\x95' != b'x\x[5260 chars]0\xc5\xd0\n8\tZ\x01\xa7A+`\x98\xff3\xa1\x15p%\[109286 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z/build/Lib/test/test_zlib.py", line 246, in test_pair
    self.assertEqual(x1 + x2, datazip)
AssertionError: b'x\x9c\xe2\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[111507 chars]\x95' != b'x\x9c\xe3\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[115335 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z/build/Lib/test/test_zlib.py", line 246, in test_pair
    self.assertEqual(x1 + x2, datazip)
AssertionError: b'x\x9c\xe2\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[111125 chars]\x95' != b'x\x9c\xe3\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[114546 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_ac68221b'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z/build/Lib/test/test_zlib.py", line 189, in test_speech128
    self.assertEqual(zlib.compress(bytearray(data)), x)
AssertionError: b'x\x[3298 chars]x9c\x01\x8cK\x85\xec\xd4\xd4\x02pld\xa7V\x82"?[111283 chars]\x95' != b'x\x[3298 chars]x9c\x91\x98\x93\xa3\x90\x9d\x9aZ\x00\x8e\x8d\x[112037 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_e534aae2'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_fdb91c6a'

@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 RHEL8 FIPS Only Blake2 Builtin Hash 3.9 has failed when building commit 24c6514.

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/all/#builders/382/builds/649) and take a look at the build logs.
  4. Check if the failure is related to this commit (24c6514) 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/all/#builders/382/builds/649

Failed tests:

  • test_socket

Failed subtests:

  • test_hmac_sha1 - test.test_socket.LinuxKernelCryptoAPI

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

== Tests result: FAILURE then FAILURE ==

412 tests OK.

10 slowest tests:

  • test_gdb: 6 min 46 sec
  • test_concurrent_futures: 2 min 57 sec
  • test_capi: 1 min 56 sec
  • test_multiprocessing_spawn: 1 min 53 sec
  • test_asyncio: 1 min 25 sec
  • test_multiprocessing_forkserver: 1 min 21 sec
  • test_unparse: 1 min 19 sec
  • test_peg_generator: 1 min 5 sec
  • test_tokenize: 1 min 5 sec
  • test_multiprocessing_fork: 1 min 2 sec

1 test failed:
test_socket

12 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_startfile
test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg
test_winsound test_zipfile64

1 re-run test:
test_socket

Total duration: 12 min 19 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_socket.py", line 6281, in test_hmac_sha1
    algo.setsockopt(socket.SOL_ALG, socket.ALG_SET_KEY, b"Jefe")
OSError: [Errno 22] Invalid argument

@bedevere-bot
Copy link

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

Hi! The buildbot s390x RHEL8 LTO + PGO 3.10 has failed when building commit 806e6ec.

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/all/#builders/607/builds/1224) and take a look at the build logs.
  4. Check if the failure is related to this commit (806e6ec) 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/all/#builders/607/builds/1224

Failed tests:

  • test_zlib

Failed subtests:

  • test_speech128 - test.test_zlib.CompressTestCase
  • test_pair - test.test_zlib.CompressObjectTestCase

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

== Tests result: FAILURE then FAILURE ==

410 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 19 sec
  • test_multiprocessing_spawn: 1 min 21 sec
  • test_multiprocessing_forkserver: 1 min 8 sec
  • test_multiprocessing_fork: 1 min 2 sec
  • test_signal: 47.1 sec
  • test_asyncio: 37.5 sec
  • test_imaplib: 32.2 sec
  • test_pydoc: 30.9 sec
  • test_io: 29.2 sec
  • test_xmlrpc: 27.2 sec

1 test failed:
test_zlib

14 tests skipped:
test_devpoll test_gdb test_ioctl test_kqueue test_msilib test_nis
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64

1 re-run test:
test_zlib

Total duration: 4 min 35 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_zlib.py", line 246, in test_pair
    self.assertEqual(x1 + x2, datazip)
AssertionError: b'x\x9c\xe2\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[111684 chars]\x95' != b'x\x9c\xe3\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[115144 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_43cc0bfb'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_zlib.py", line 246, in test_pair
    self.assertEqual(x1 + x2, datazip)
AssertionError: b'x\x9c\xe2\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[109243 chars]\x95' != b'x\x9c\xe3\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[113720 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_zlib.py", line 189, in test_speech128
    self.assertEqual(zlib.compress(bytearray(data)), x)
AssertionError: b'x\x[3513 chars]\x80\tU\xc0%8*\xe0Th\x05\x9c\n\xad\x80\xf3\xa0[110422 chars]\x95' != b'x\x[3513 chars]\x80\x89\xad\x80\xe1\x9a\xa1\x15p*\xb4\x02N\x8[110207 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_zlib.py", line 189, in test_speech128
    self.assertEqual(zlib.compress(bytearray(data)), x)
AssertionError: b'x\x[3362 chars]xa4\x88\xad\x80\xad\xa8T\x01\x17\xe3\xa8\x80a\[111960 chars]\x95' != b'x\x[3362 chars]xa4\x08U\xc0%\xd0\n\xd8\nZ\x01\x17A+\xe0\x12h\[111782 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_d98a0878'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_c7c192ec'

@bedevere-bot
Copy link

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

Hi! The buildbot s390x RHEL8 LTO 3.10 has failed when building commit 806e6ec.

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/all/#builders/649/builds/1214) and take a look at the build logs.
  4. Check if the failure is related to this commit (806e6ec) 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/all/#builders/649/builds/1214

Failed tests:

  • test_zlib

Failed subtests:

  • test_speech128 - test.test_zlib.CompressTestCase
  • test_pair - test.test_zlib.CompressObjectTestCase

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

== Tests result: FAILURE then FAILURE ==

411 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 20 sec
  • test_multiprocessing_spawn: 1 min 23 sec
  • test_gdb: 1 min 17 sec
  • test_multiprocessing_fork: 1 min 12 sec
  • test_multiprocessing_forkserver: 1 min 9 sec
  • test_signal: 47.0 sec
  • test_asyncio: 39.8 sec
  • test_io: 34.5 sec
  • test_peg_generator: 32.4 sec
  • test_imaplib: 32.0 sec

1 test failed:
test_zlib

13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_nis
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64

1 re-run test:
test_zlib

Total duration: 3 min 32 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_8e2b14ff'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto/build/Lib/test/test_zlib.py", line 189, in test_speech128
    self.assertEqual(zlib.compress(bytearray(data)), x)
AssertionError: b'x\x[3482 chars]x01\xe3\xaa\x80\xe1\xf1\x00\xad\x80\x89\xad\x8[111752 chars]\x95' != b'x\x[3482 chars]x01\xc3*`\xf4\n\x18\x1e\x0f\xd0\n\x98\xd8\n\x1[112017 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto/build/Lib/test/test_zlib.py", line 246, in test_pair
    self.assertEqual(x1 + x2, datazip)
AssertionError: b'x\x9c\xe2\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[111381 chars]\x95' != b'x\x9c\xe3\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[115499 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_8e0bde0b'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto/build/Lib/test/test_zlib.py", line 246, in test_pair
    self.assertEqual(x1 + x2, datazip)
AssertionError: b'x\x9c\xe2\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[110299 chars]\x95' != b'x\x9c\xe3\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[114977 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto/build/Lib/test/test_zlib.py", line 189, in test_speech128
    self.assertEqual(zlib.compress(bytearray(data)), x)
AssertionError: b'x\x[4275 chars]d\x80\xe1\xd1\n\xad\x80\x15\xa0\x15p&\xb4\x02\[110139 chars]\x95' != b'x\x[4275 chars]d\x80a\xd1\n\xab\x80\xc1r\x19\x89I\x99\xd0\n\x[110702 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_fa40f7ef'

@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 RHEL8 FIPS Only Blake2 Builtin Hash 3.10 has failed when building commit 806e6ec.

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/all/#builders/610/builds/1317) and take a look at the build logs.
  4. Check if the failure is related to this commit (806e6ec) 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/all/#builders/610/builds/1317

Failed tests:

  • test_socket

Failed subtests:

  • test_hmac_sha1 - test.test_socket.LinuxKernelCryptoAPI

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

== Tests result: FAILURE then FAILURE ==

412 tests OK.

10 slowest tests:

  • test_gdb: 7 min 9 sec
  • test_concurrent_futures: 2 min 44 sec
  • test_capi: 2 min 4 sec
  • test_multiprocessing_spawn: 1 min 42 sec
  • test_unparse: 1 min 31 sec
  • test_asyncio: 1 min 24 sec
  • test_multiprocessing_forkserver: 1 min 18 sec
  • test_peg_generator: 1 min 7 sec
  • test_multiprocessing_fork: 1 min 3 sec
  • test_tokenize: 1 min 1 sec

1 test failed:
test_socket

12 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_startfile
test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg
test_winsound test_zipfile64

1 re-run test:
test_socket

Total duration: 8 min 29 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_socket.py", line 6300, in test_hmac_sha1
    algo.setsockopt(socket.SOL_ALG, socket.ALG_SET_KEY, b"Jefe")
OSError: [Errno 22] Invalid argument

@bedevere-bot
Copy link

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

Hi! The buildbot x86-64 macOS 3.10 has failed when building commit 806e6ec.

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/all/#builders/681/builds/1288) and take a look at the build logs.
  4. Check if the failure is related to this commit (806e6ec) 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/all/#builders/681/builds/1288

Failed tests:

  • test_idle

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

==

Click to see traceback logs
remote: Enumerating objects: 10, done.        
remote: Counting objects:  11% (1/9)        
remote: Counting objects:  22% (2/9)        
remote: Counting objects:  33% (3/9)        
remote: Counting objects:  44% (4/9)        
remote: Counting objects:  55% (5/9)        
remote: Counting objects:  66% (6/9)        
remote: Counting objects:  77% (7/9)        
remote: Counting objects:  88% (8/9)        
remote: Counting objects: 100% (9/9)        
remote: Counting objects: 100% (9/9), done.        
remote: Compressing objects:  11% (1/9)        
remote: Compressing objects:  22% (2/9)        
remote: Compressing objects:  33% (3/9)        
remote: Compressing objects:  44% (4/9)        
remote: Compressing objects:  55% (5/9)        
remote: Compressing objects:  66% (6/9)        
remote: Compressing objects:  77% (7/9)        
remote: Compressing objects:  88% (8/9)        
remote: Compressing objects: 100% (9/9)        
remote: Compressing objects: 100% (9/9), done.        
remote: Total 10 (delta 0), reused 6 (delta 0), pack-reused 1        
From https://github.com/python/cpython
 * branch                  3.10       -> FETCH_HEAD
Note: switching to '806e6ecb2f0689a439527942f0c45e719b5d0e34'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 806e6ecb2f [3.10] gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) (#115079)
Switched to and reset branch '3.10'

Objects/fileobject.c:256:9: warning: variable 'newlinetypes' set but not used [-Wunused-but-set-variable]
    int newlinetypes = 0;
        ^
1 warning generated.
./Modules/_io/bufferedio.c:1075:19: warning: variable 'written' set but not used [-Wunused-but-set-variable]
    Py_ssize_t n, written = 0;
                  ^
./Modules/_io/bufferedio.c:1863:16: warning: variable 'written' set but not used [-Wunused-but-set-variable]
    Py_ssize_t written = 0;
               ^
2 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpython3.10d.a(dynamic_annotations.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpython3.10d.a(pymath.o) has no symbols
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: directory not found for option '-L/usr/lib/termcap'
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
/Users/buildbot/buildarea/3.10.billenstein-macos/build/Modules/_sqlite/module.c:141:10: warning: 'sqlite3_enable_shared_cache' is deprecated: first deprecated in macOS 10.7 - Not supported [-Wdeprecated-declarations]
    rc = sqlite3_enable_shared_cache(do_enable);
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sqlite3.h:6657:16: note: 'sqlite3_enable_shared_cache' has been explicitly marked deprecated here
SQLITE_API int sqlite3_enable_shared_cache(int);
               ^
1 warning generated.
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
/Users/buildbot/buildarea/3.10.billenstein-macos/build/Modules/_tkinter.c:2927:12: warning: 'Tk_GetNumMainWindows' is deprecated: first deprecated in macOS 10.15 - Tk API deprecated. [-Wdeprecated-declarations]
    while (Tk_GetNumMainWindows() > threshold &&
           ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Headers/tkDecls.h:673:13: note: 'Tk_GetNumMainWindows' has been explicitly marked deprecated here
EXTERN int              Tk_GetNumMainWindows(void);
                        ^
/Users/buildbot/buildarea/3.10.billenstein-macos/build/Modules/_tkinter.c:3054:13: warning: 'Tk_Init' is deprecated: first deprecated in macOS 10.15 - Tk API deprecated. [-Wdeprecated-declarations]
        if (Tk_Init(interp)             == TCL_ERROR) {
            ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Headers/tkDecls.h:769:13: note: 'Tk_Init' has been explicitly marked deprecated here
EXTERN int              Tk_Init(Tcl_Interp *interp);
                        ^
/Users/buildbot/buildarea/3.10.billenstein-macos/build/Modules/_tkinter.c:3452:9: warning: 'Tk_GetNumMainWindows' is deprecated: first deprecated in macOS 10.15 - Tk API deprecated. [-Wdeprecated-declarations]
    if (Tk_GetNumMainWindows() == 0 && PyOS_InputHook == EventHook) {
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Headers/tkDecls.h:673:13: note: 'Tk_GetNumMainWindows' has been explicitly marked deprecated here
EXTERN int              Tk_GetNumMainWindows(void);
                        ^
3 warnings generated.
/Users/buildbot/buildarea/3.10.billenstein-macos/build/Modules/tkappinit.c:105:9: warning: 'Tk_Init' is deprecated: first deprecated in macOS 10.15 - Tk API deprecated. [-Wdeprecated-declarations]
    if (Tk_Init(interp) == TCL_ERROR) {
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Headers/tkDecls.h:769:13: note: 'Tk_Init' has been explicitly marked deprecated here
EXTERN int              Tk_Init(Tcl_Interp *interp);
                        ^
/Users/buildbot/buildarea/3.10.billenstein-macos/build/Modules/tkappinit.c:113:5: warning: 'Tk_MainWindow' is deprecated: first deprecated in macOS 10.15 - Tk API deprecated. [-Wdeprecated-declarations]
    Tk_MainWindow(interp);
    ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Headers/tkDecls.h:792:18: note: 'Tk_MainWindow' has been explicitly marked deprecated here
EXTERN Tk_Window        Tk_MainWindow(Tcl_Interp *interp);
                        ^
2 warnings generated.
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
renaming build/scripts-3.10/pydoc3 to build/scripts-3.10/pydoc3.10
renaming build/scripts-3.10/idle3 to build/scripts-3.10/idle3.10
renaming build/scripts-3.10/2to3 to build/scripts-3.10/2to3-3.10

renaming build/scripts-3.10/pydoc3 to build/scripts-3.10/pydoc3.10
renaming build/scripts-3.10/idle3 to build/scripts-3.10/idle3.10
renaming build/scripts-3.10/2to3 to build/scripts-3.10/2to3-3.10

renaming build/scripts-3.10/pydoc3 to build/scripts-3.10/pydoc3.10
renaming build/scripts-3.10/idle3 to build/scripts-3.10/idle3.10
renaming build/scripts-3.10/2to3 to build/scripts-3.10/2to3-3.10
test_msilib skipped -- No module named '_msi'
test_epoll skipped -- test works only on Linux 2.6
test_winsound skipped -- No module named 'winsound'
2024-02-06 09:07:25.049 python.exe[66354:23341928] XType: com.apple.fonts is not accessible.
2024-02-06 09:07:25.049 python.exe[66354:23341928] XType: XTFontStaticRegistry is enabled.
macOS 12 (1207) or later required, have instead 12 (1206) !
Fatal Python error: Aborted

Current thread 0x000000010f17c600 (most recent call first):
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/tkinter/__init__.py", line 2299 in __init__
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/idlelib/macosx.py", line 36 in _init_tk_type
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/idlelib/macosx.py", line 56 in isAquaTk
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/idlelib/squeezer.py", line 116 in __init__
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/idlelib/squeezer.py", line 262 in mywrite
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/idlelib/idle_test/test_squeezer.py", line 191 in test_write_stdout
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/case.py", line 549 in _callTestMethod
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/case.py", line 591 in run
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/case.py", line 650 in __call__
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/suite.py", line 122 in run
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/suite.py", line 84 in __call__
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/suite.py", line 122 in run
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/suite.py", line 84 in __call__
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/suite.py", line 122 in run
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/suite.py", line 84 in __call__
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/suite.py", line 122 in run
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/suite.py", line 84 in __call__
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/suite.py", line 122 in run
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/suite.py", line 84 in __call__
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/runner.py", line 184 in run
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/support/__init__.py", line 1019 in _run_suite
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/support/__init__.py", line 1144 in run_unittest
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/libregrtest/runtest.py", line 261 in _test_module
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/libregrtest/runtest.py", line 297 in _runtest_inner2
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/libregrtest/runtest.py", line 335 in _runtest_inner
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/libregrtest/runtest.py", line 202 in _runtest
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/libregrtest/runtest.py", line 245 in runtest
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/libregrtest/runtest_mp.py", line 83 in run_tests_worker
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/libregrtest/main.py", line 695 in _main
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/libregrtest/main.py", line 675 in main
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/libregrtest/main.py", line 736 in main
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/regrtest.py", line 43 in _main
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/regrtest.py", line 47 in <module>
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/runpy.py", line 86 in _run_code
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/runpy.py", line 196 in _run_module_as_main

Extension modules: _testcapi (total: 1)
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
test_winconsoleio skipped -- test only relevant on win32
test_flock (__main__.FNTLEINTRTest) ... ok
test_lockf (__main__.FNTLEINTRTest) ... ok
test_read (__main__.OSEINTRTest) ... ok
test_wait (__main__.OSEINTRTest) ... ok
test_wait3 (__main__.OSEINTRTest) ... ok
test_wait4 (__main__.OSEINTRTest) ... ok
test_waitpid (__main__.OSEINTRTest) ... ok
test_write (__main__.OSEINTRTest) ... ok
test_devpoll (__main__.SelectEINTRTest) ... skipped 'need select.devpoll'
test_epoll (__main__.SelectEINTRTest) ... skipped 'need select.epoll'
test_kqueue (__main__.SelectEINTRTest) ... ok
test_poll (__main__.SelectEINTRTest) ... skipped 'poll may fail on macOS; see issue #28087'
test_select (__main__.SelectEINTRTest) ... ok
test_sigtimedwait (__main__.SignalEINTRTest) ... skipped 'need signal.sigwaitinfo()'
test_sigwaitinfo (__main__.SignalEINTRTest) ... skipped 'need signal.sigwaitinfo()'
test_accept (__main__.SocketEINTRTest) ... ok
test_open (__main__.SocketEINTRTest) ... skipped 'hangs under macOS; see bpo-25234, bpo-35363'
test_os_open (__main__.SocketEINTRTest) ... skipped 'hangs under macOS; see bpo-25234, bpo-35363'
test_recv (__main__.SocketEINTRTest) ... ok
test_recvmsg (__main__.SocketEINTRTest) ... ok
test_send (__main__.SocketEINTRTest) ... ok
test_sendall (__main__.SocketEINTRTest) ... ok
test_sendmsg (__main__.SocketEINTRTest) ... ok
test_sleep (__main__.TimeEINTRTest) ... ok

----------------------------------------------------------------------
Ran 24 tests in 9.266s

OK (skipped=7)
test_multiprocessing_fork skipped -- test may crash on macOS (bpo-33725)
test_tk skipped -- gui tests cannot run without OS X window manager
test_tix skipped -- gui tests cannot run without OS X window manager
test_ttk_guionly skipped -- gui tests cannot run without OS X window manager
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
test_ossaudiodev skipped -- No module named 'ossaudiodev'
test_devpoll skipped -- test works only on Solaris OS family
test_atexit_with_unregistered_function (__main__.GeneralTest) ... ok
test_badargs (__main__.GeneralTest) ... ok
test_bound_methods (__main__.GeneralTest) ... ok
test_clear (__main__.GeneralTest) ... ok
test_exit (__main__.GeneralTest) ... ok
test_order (__main__.GeneralTest) ... ok
test_raise (__main__.GeneralTest) ... ok
test_raise_unnormalized (__main__.GeneralTest) ... ok
test_stress (__main__.GeneralTest) ... ok
test_unregister (__main__.GeneralTest) ... ok

----------------------------------------------------------------------
Ran 10 tests in 0.003s

OK
test_spwd skipped -- No module named 'spwd'
test_ioctl skipped -- Unable to open /dev/tty
test_startfile skipped -- object <module 'os' from '/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/os.py'> has no attribute 'startfile'
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
test_gdb skipped -- Couldn't find gdb on the path
test_winreg skipped -- No module named 'winreg'
2024-02-06 09:31:13.128 python.exe[65690:23338419] XType: com.apple.fonts is not accessible.
2024-02-06 09:31:13.128 python.exe[65690:23338419] XType: XTFontStaticRegistry is enabled.
macOS 12 (1207) or later required, have instead 12 (1206) !
Fatal Python error: Aborted

Current thread 0x0000000110c02600 (most recent call first):
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/tkinter/__init__.py", line 2299 in __init__
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/idlelib/macosx.py", line 36 in _init_tk_type
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/idlelib/macosx.py", line 56 in isAquaTk
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/idlelib/squeezer.py", line 116 in __init__
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/idlelib/squeezer.py", line 262 in mywrite
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/idlelib/idle_test/test_squeezer.py", line 191 in test_write_stdout
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/case.py", line 549 in _callTestMethod
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/case.py", line 591 in run
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/case.py", line 650 in __call__
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/suite.py", line 122 in run
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/suite.py", line 84 in __call__
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/suite.py", line 122 in run
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/suite.py", line 84 in __call__
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/suite.py", line 122 in run
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/suite.py", line 84 in __call__
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/suite.py", line 122 in run
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/suite.py", line 84 in __call__
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/suite.py", line 122 in run
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/suite.py", line 84 in __call__
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/runner.py", line 184 in run
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/support/__init__.py", line 1019 in _run_suite
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/support/__init__.py", line 1144 in run_unittest
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/libregrtest/runtest.py", line 261 in _test_module
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/libregrtest/runtest.py", line 297 in _runtest_inner2
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/libregrtest/runtest.py", line 335 in _runtest_inner
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/libregrtest/runtest.py", line 215 in _runtest
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/libregrtest/runtest.py", line 245 in runtest
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/libregrtest/main.py", line 337 in rerun_failed_tests
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/libregrtest/main.py", line 719 in _main
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/libregrtest/main.py", line 675 in main
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/libregrtest/main.py", line 736 in main
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/__main__.py", line 2 in <module>
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/runpy.py", line 86 in _run_code
  File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/runpy.py", line 196 in _run_module_as_main

Extension modules: _testcapi (total: 1)
make: *** [buildbottest] Abort trap: 6

Cannot open file '/Users/buildbot/buildarea/3.10.billenstein-macos/build/test-results.xml' for upload

@bedevere-bot
Copy link

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

Hi! The buildbot x86-64 macOS 3.9 has failed when building commit 24c6514.

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/all/#builders/108/builds/631) and take a look at the build logs.
  4. Check if the failure is related to this commit (24c6514) 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/all/#builders/108/builds/631

Failed tests:

  • test_idle

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

==

Click to see traceback logs
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.9.billenstein-macos/build/Lib/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_73a60ba6'

@bedevere-bot
Copy link

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

Hi! The buildbot PPC64LE RHEL8 3.9 has failed when building commit 24c6514.

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/all/#builders/250/builds/546) and take a look at the build logs.
  4. Check if the failure is related to this commit (24c6514) 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/all/#builders/250/builds/546

Failed tests:

  • test_gdb

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

==

Click to see traceback logs
remote: Enumerating objects: 10, done.        
remote: Counting objects:  11% (1/9)        
remote: Counting objects:  22% (2/9)        
remote: Counting objects:  33% (3/9)        
remote: Counting objects:  44% (4/9)        
remote: Counting objects:  55% (5/9)        
remote: Counting objects:  66% (6/9)        
remote: Counting objects:  77% (7/9)        
remote: Counting objects:  88% (8/9)        
remote: Counting objects: 100% (9/9)        
remote: Counting objects: 100% (9/9), done.        
remote: Compressing objects:  11% (1/9)        
remote: Compressing objects:  22% (2/9)        
remote: Compressing objects:  33% (3/9)        
remote: Compressing objects:  44% (4/9)        
remote: Compressing objects:  55% (5/9)        
remote: Compressing objects:  66% (6/9)        
remote: Compressing objects:  77% (7/9)        
remote: Compressing objects:  88% (8/9)        
remote: Compressing objects: 100% (9/9)        
remote: Compressing objects: 100% (9/9), done.        
remote: Total 10 (delta 0), reused 4 (delta 0), pack-reused 1        
From https://github.com/python/cpython
 * branch                  3.9        -> FETCH_HEAD
Note: switching to '24c651476593506690bb73c56236296143fcc92d'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 24c6514765 [3.9] gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) (GH-115087)
Switched to and reset branch '3.9'

configure: WARNING: unrecognized options: --without-static-libpython
configure: WARNING: unrecognized options: --without-static-libpython

../Modules/_threadmodule.c: In function ‘local_clear’:
../Modules/_threadmodule.c:812:20: warning: unused variable ‘tstate’ [-Wunused-variable]
     PyThreadState *tstate;
                    ^~~~~~

test_msilib skipped -- No module named '_msi'
test_tk skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]
test_ttk_guionly skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
<string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
test_tix skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]
test_flock (__main__.FNTLEINTRTest) ... ok
test_lockf (__main__.FNTLEINTRTest) ... ok
test_read (__main__.OSEINTRTest) ... ok
test_wait (__main__.OSEINTRTest) ... ok
test_wait3 (__main__.OSEINTRTest) ... ok
test_wait4 (__main__.OSEINTRTest) ... ok
test_waitpid (__main__.OSEINTRTest) ... ok
test_write (__main__.OSEINTRTest) ... ok
test_devpoll (__main__.SelectEINTRTest) ... skipped 'need select.devpoll'
test_epoll (__main__.SelectEINTRTest) ... ok
test_kqueue (__main__.SelectEINTRTest) ... skipped 'need select.kqueue'
test_poll (__main__.SelectEINTRTest) ... ok
test_select (__main__.SelectEINTRTest) ... ok
test_sigtimedwait (__main__.SignalEINTRTest) ... ok
test_sigwaitinfo (__main__.SignalEINTRTest) ... ok
test_accept (__main__.SocketEINTRTest) ... ok
test_open (__main__.SocketEINTRTest) ... ok
test_os_open (__main__.SocketEINTRTest) ... ok
test_recv (__main__.SocketEINTRTest) ... ok
test_recvmsg (__main__.SocketEINTRTest) ... ok
test_send (__main__.SocketEINTRTest) ... ok
test_sendall (__main__.SocketEINTRTest) ... ok
test_sendmsg (__main__.SocketEINTRTest) ... ok
test_sleep (__main__.TimeEINTRTest) ... ok

----------------------------------------------------------------------
Ran 24 tests in 11.145s

OK (skipped=2)
test_devpoll skipped -- test works only on Solaris OS family
test_kqueue skipped -- test works only on BSD
test_ioctl skipped -- Unable to open /dev/tty
test_winreg skipped -- No module named 'winreg'
test_startfile skipped -- object <module 'os' from '/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/build_oot/../Lib/os.py'> has no attribute 'startfile'
test_winsound skipped -- No module named 'winsound'
test_winconsoleio skipped -- test only relevant on win32
Timeout (0:20:00)!
Thread 0x00007fff8a985320 (most recent call first):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/selectors.py", line 416 in select
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/subprocess.py", line 1995 in _communicate
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/subprocess.py", line 1134 in communicate
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/test_gdb.py", line 112 in run_gdb
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/test_gdb.py", line 226 in get_stack_trace
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/test_gdb.py", line 836 in test_threads
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/case.py", line 550 in _callTestMethod
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/case.py", line 592 in run
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/case.py", line 651 in __call__
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 122 in run
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 122 in run
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 122 in run
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/runner.py", line 184 in run
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1850 in _run_suite
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1974 in run_unittest
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 263 in _test_module
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 288 in _runtest_inner2
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 326 in _runtest_inner
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 204 in _runtest
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 247 in runtest
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest_mp.py", line 83 in run_tests_worker
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 692 in _main
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 672 in main
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 733 in main
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/regrtest.py", line 43 in _main
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/regrtest.py", line 47 in <module>
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/runpy.py", line 87 in _run_code
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/runpy.py", line 197 in _run_module_as_main
Timeout (0:20:00)!
Thread 0x00007fffa7f85320 (most recent call first):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/selectors.py", line 416 in select
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/subprocess.py", line 1995 in _communicate
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/subprocess.py", line 1134 in communicate
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/test_gdb.py", line 112 in run_gdb
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/test_gdb.py", line 226 in get_stack_trace
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/test_gdb.py", line 1006 in test_printing_global
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/case.py", line 550 in _callTestMethod
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/case.py", line 592 in run
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/case.py", line 651 in __call__
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 122 in run
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 122 in run
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 122 in run
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/runner.py", line 184 in run
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1850 in _run_suite
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1974 in run_unittest
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 263 in _test_module
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 288 in _runtest_inner2
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 326 in _runtest_inner
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 217 in _runtest
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 247 in runtest
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 334 in rerun_failed_tests
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 716 in _main
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 672 in main
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 733 in main
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/__main__.py", line 2 in <module>
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/runpy.py", line 87 in _run_code
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/runpy.py", line 197 in _run_module_as_main
make: *** [Makefile:1240: buildbottest] Error 1

Cannot open file '/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/build_oot/test-results.xml' for upload

@bedevere-bot
Copy link

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

Hi! The buildbot s390x RHEL8 3.9 has failed when building commit 24c6514.

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/all/#builders/490/builds/609) and take a look at the build logs.
  4. Check if the failure is related to this commit (24c6514) 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/all/#builders/490/builds/609

Failed tests:

  • test_zlib

Failed subtests:

  • test_speech128 - test.test_zlib.CompressTestCase
  • test_pair - test.test_zlib.CompressObjectTestCase

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

== Tests result: FAILURE then FAILURE ==

411 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 29 sec
  • test_multiprocessing_spawn: 1 min 53 sec
  • test_multiprocessing_forkserver: 1 min 28 sec
  • test_multiprocessing_fork: 1 min 12 sec
  • test_gdb: 56.4 sec
  • test_unparse: 50.7 sec
  • test_signal: 47.7 sec
  • test_capi: 47.2 sec
  • test_tokenize: 47.0 sec
  • test_asyncio: 43.8 sec

1 test failed:
test_zlib

13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_nis
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64

1 re-run test:
test_zlib

Total duration: 6 min 8 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z/build/Lib/test/test_zlib.py", line 181, in test_speech128
    self.assertEqual(zlib.compress(bytearray(data)), x)
AssertionError: b'x\x[4578 chars]\n\x9d+`t\'\x93Z\x01\x03\x9d\x9b\x0ftG\x1e\xa1[110369 chars]\x95' != b'x\x[4578 chars]\n\x95+`B\x150\xba\x93I\xad\x80\x81\xce\xcd\x0[111092 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z/build/Lib/test/test_zlib.py", line 181, in test_speech128
    self.assertEqual(zlib.compress(bytearray(data)), x)
AssertionError: b'x\x[1264 chars]e8j\x90G\x14\x8a\x81a\r\t\xa8\x8c\xfc\xfc\x82b[114155 chars]\x95' != b'x\x[1264 chars]e8j\xb0G\x8a\x81a\r\t\xa8\x8c\xfc\xfc\x82bP\x9[112514 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z/build/Lib/test/test_zlib.py", line 238, in test_pair
    self.assertEqual(x1 + x2, datazip)
AssertionError: b'x\x9c\xe2\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[99516 chars]\x95' != b'x\x9c\xe3\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[115670 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z/build/Lib/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_787777f8'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z/build/Lib/test/test_zlib.py", line 238, in test_pair
    self.assertEqual(x1 + x2, datazip)
AssertionError: b'x\x9c\xe2\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[98966 chars]\x95' != b'x\x9c\xe3\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[113778 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z/build/Lib/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_4bf8bf4e'

@bedevere-bot
Copy link

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

Hi! The buildbot s390x RHEL8 LTO + PGO 3.9 has failed when building commit 24c6514.

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/all/#builders/436/builds/609) and take a look at the build logs.
  4. Check if the failure is related to this commit (24c6514) 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/all/#builders/436/builds/609

Failed tests:

  • test_zlib

Failed subtests:

  • test_speech128 - test.test_zlib.CompressTestCase
  • test_pair - test.test_zlib.CompressObjectTestCase

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

== Tests result: FAILURE then FAILURE ==

410 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 22 sec
  • test_multiprocessing_spawn: 1 min 21 sec
  • test_multiprocessing_forkserver: 1 min 9 sec
  • test_multiprocessing_fork: 1 min 2 sec
  • test_signal: 47.1 sec
  • test_asyncio: 36.6 sec
  • test_io: 34.2 sec
  • test_imaplib: 32.1 sec
  • test_pydoc: 30.8 sec
  • test_xmlrpc: 27.2 sec

1 test failed:
test_zlib

14 tests skipped:
test_devpoll test_gdb test_ioctl test_kqueue test_msilib test_nis
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64

1 re-run test:
test_zlib

Total duration: 3 min 45 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_4d4e9aff'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_2975f405'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_zlib.py", line 181, in test_speech128
    self.assertEqual(zlib.compress(bytearray(data)), x)
AssertionError: b'x\x[3482 chars]x01\xc3*`\xf4\n\x18\x1e\x0f\xd0\n\x98\xd8\n\x1[112017 chars]\x95' != b'x\x[3482 chars]x01\xe3\xaa\x80\xe1\xf1\x00\xad\x80\x89\xad\x8[111601 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_zlib.py", line 238, in test_pair
    self.assertEqual(x1 + x2, datazip)
AssertionError: b'x\x9c\xe2\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[99547 chars]\x95' != b'x\x9c\xe3\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[115083 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_zlib.py", line 181, in test_speech128
    self.assertEqual(zlib.compress(bytearray(data)), x)
AssertionError: b'x\x[3378 chars]xad\x14\x92J\xc1\xf5\x1b\xb4\x02&\xb7\x02.\xc6[111698 chars]\x95' != b'x\x[3378 chars]xad\xa8T\x01\x17\xe3\xa8\x80a\x8eA\xaf\x80\x0b[112535 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_zlib.py", line 238, in test_pair
    self.assertEqual(x1 + x2, datazip)
AssertionError: b'x\x9c\xe2\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[98868 chars]\x95' != b'x\x9c\xe3\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[115913 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_12b52d10'

@bedevere-bot
Copy link

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

Hi! The buildbot s390x RHEL8 LTO 3.9 has failed when building commit 24c6514.

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/all/#builders/281/builds/609) and take a look at the build logs.
  4. Check if the failure is related to this commit (24c6514) 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/all/#builders/281/builds/609

Failed tests:

  • test_zlib

Failed subtests:

  • test_speech128 - test.test_zlib.CompressTestCase
  • test_pair - test.test_zlib.CompressObjectTestCase

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

== Tests result: FAILURE then FAILURE ==

411 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 27 sec
  • test_multiprocessing_spawn: 1 min 31 sec
  • test_gdb: 1 min 18 sec
  • test_multiprocessing_forkserver: 1 min 12 sec
  • test_multiprocessing_fork: 1 min 2 sec
  • test_signal: 47.4 sec
  • test_asyncio: 36.9 sec
  • test_io: 34.5 sec
  • test_imaplib: 33.0 sec
  • test_peg_generator: 31.4 sec

1 test failed:
test_zlib

13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_nis
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64

1 re-run test:
test_zlib

Total duration: 3 min 48 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_28a15276'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_9a9f47e9'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.lto/build/Lib/test/test_zlib.py", line 181, in test_speech128
    self.assertEqual(zlib.compress(bytearray(data)), x)
AssertionError: b'x\x[3838 chars]\xe0Dh\x05\x9c\n\xad\x80+\xa1\x15p&\xb4\x02.\x[110997 chars]\x95' != b'x\x[3838 chars]\xe0D\xb4\n\x98\xda\x15\xb0\x02\x85\x15p\x1e\x[111074 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.lto/build/Lib/test/test_zlib.py", line 181, in test_speech128
    self.assertEqual(zlib.compress(bytearray(data)), x)
AssertionError: b'x\x[4319 chars]2\xae\x84V\xc0\xc9\xd0\n\x18\xa6\x1aV\x01\xa7\[110645 chars]\x95' != b'x\x[4319 chars]2\xaeD\xab\x80a\xaaGz\x05Ll\x05\x0c\xf3\x0b\xb[110167 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.lto/build/Lib/test/test_zlib.py", line 238, in test_pair
    self.assertEqual(x1 + x2, datazip)
AssertionError: b'x\x9c\xe2\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[99673 chars]\x95' != b'x\x9c\xe3\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[114912 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_63256730'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.lto/build/Lib/test/test_zlib.py", line 238, in test_pair
    self.assertEqual(x1 + x2, datazip)
AssertionError: b'x\x9c\xe2\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[97895 chars]\x95' != b'x\x9c\xe3\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[114486 chars]\x95'

aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build dependencies Pull requests that update a dependency file OS-windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants