Skip to content

Conversation

@pablogsal
Copy link
Member

@pablogsalpablogsal commented Aug 3, 2023

@pablogsal
Copy link
MemberAuthor

!buildbot .ARM64.

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @pablogsal for commit 0a88ece 🤖

The command will test the builders whose names match following regular expression: .*ARM64.*

The builders matched are:

  • ARM64 macOS PR
  • ARM64 Windows PR
  • ARM64 Windows Non-Debug PR

@Yhg1sYhg1s added 3.11 only security fixes 3.10 only security fixes 3.9 (EOL) end of life 3.8 (EOL) end of life 3.12 only security fixes labels Aug 3, 2023
@pablogsalpablogsal added needs backport to 3.10 only security fixes needs backport to 3.11 only security fixes needs backport to 3.12 only security fixes labels Aug 3, 2023
@Yhg1sYhg1s removed 3.11 only security fixes 3.10 only security fixes 3.9 (EOL) end of life 3.8 (EOL) end of life 3.12 only security fixes labels Aug 3, 2023
@Yhg1sYhg1s added 3.10 only security fixes 3.8 (EOL) end of life needs backport to 3.8 and removed 3.10 only security fixes 3.8 (EOL) end of life labels Aug 3, 2023
@pablogsalpablogsal enabled auto-merge (squash) August 3, 2023 12:05
@pablogsalpablogsal deleted the gh-107077 branch August 3, 2023 12:37
@miss-islington
Copy link
Contributor

Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9, 3.10, 3.11, 3.12.
🐍🍒⛏🤖

@bedevere-bot
Copy link

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

@bedevere-botbedevere-bot removed the needs backport to 3.12 only security fixes label Aug 3, 2023
@bedevere-bot
Copy link

GH-107588 is a backport of this pull request to the 3.11 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.11 only security fixes label Aug 3, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 3, 2023
…set via SSL_ERROR_SYSCALL (pythonGH-107586) (cherry picked from commit 77e0919) Co-authored-by: Pablo Galindo Salgado <[email protected]> Co-authored-by: T. Wouters <[email protected]>
@bedevere-bot
Copy link

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 3, 2023
…set via SSL_ERROR_SYSCALL (pythonGH-107586) (cherry picked from commit 77e0919) Co-authored-by: Pablo Galindo Salgado <[email protected]> Co-authored-by: T. Wouters <[email protected]>
@bedevere-botbedevere-bot removed the needs backport to 3.10 only security fixes label Aug 3, 2023
@bedevere-bot
Copy link

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 3, 2023
…set via SSL_ERROR_SYSCALL (pythonGH-107586) (cherry picked from commit 77e0919) Co-authored-by: Pablo Galindo Salgado <[email protected]> Co-authored-by: T. Wouters <[email protected]>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 3, 2023
…set via SSL_ERROR_SYSCALL (pythonGH-107586) (cherry picked from commit 77e0919) Co-authored-by: Pablo Galindo Salgado <[email protected]> Co-authored-by: T. Wouters <[email protected]>
@bedevere-bot
Copy link

GH-107591 is a backport of this pull request to the 3.8 branch.

@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 Arch Linux TraceRefs 3.x has failed when building commit 77e0919.

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/484/builds/3786) and take a look at the build logs.
  4. Check if the failure is related to this commit (77e0919) 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/484/builds/3786

Failed tests:

  • test_capi

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

==

Click to see traceback logs
remote: Enumerating objects: 9, 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 9 (delta 0), reused 2 (delta 0), pack-reused 0  From https://github.com/python/cpython * branch main -> FETCH_HEAD Note: switching to '77e09192b5f1caf14cd5f92ccb53a4592e83e8bc'. 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 77e09192b5 gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERROR_SYSCALL (#107586) Switched to and reset branch 'main' Objects/object.c:2235: _Py_ForgetReference: Assertion failed: invalid object chain Enable tracemalloc to get the memory block allocation traceback object address : 0x7fb8fedc8740 object refcount : 0 object type : 0x563ce9a62980 object type name: float object repr : <refcnt 0 at 0x7fb8fedc8740> Fatal Python error: _PyObject_AssertFailed: _PyObject_AssertFailed Python runtime state: initialized Thread 0x00007fb90f6f26c0 (most recent call first): File "<string>", line 10 in subthread File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/threading.py", line 989 in run File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/threading.py", line 1052 in _bootstrap_inner File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/threading.py", line 1009 in _bootstrap Current thread 0x00007fb9105b5740 (most recent call first): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/support/threading_helper.py", line 142 in start_threads File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/contextlib.py", line 148 in __exit__ File "<string>", line 14 in <module> Extension modules: _testinternalcapi (total: 1) Debug memory block at address p=0x7fb9104dde30: API '�' 18302063728033390045bytes originally requested The 7 pad bytes at p-7 are notall FORBIDDENBYTE (0xfd): at p-7: 0xdd***OUCH at p-6: 0xdd***OUCH at p-5: 0xdd***OUCH at p-4: 0xdd***OUCH at p-3: 0xdd***OUCH at p-2: 0xdd***OUCH at p-1: 0xdd***OUCH Because memory is corrupted at the start, the count of bytes requested may be bogus, and checking the trailing pad bytes may segfault. The 8 pad bytes at tail=0xfdfe7db70e4bbc0d are Fatal Python error: Segmentation fault Thread 0x00007fb90f6f26c0 (most recent call first): File "<string>", line 10 in subthread File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/threading.py", line 989 in run File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/threading.py", line 1052 in _bootstrap_inner File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/threading.py", line 1009 in _bootstrap Current thread 0x00007fb9105b5740 (most recent call first): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/support/threading_helper.py", line 142 in start_threads File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/contextlib.py", line 148 in __exit__ File "<string>", line 14 in <module> Extension modules: _testcapi, _testmultiphase, _testsinglephase, _xxsubinterpreters, _testinternalcapi (total: 5) make: *** [Makefile:2021: buildbottest] Segmentation fault (core dumped) Cannot open file '/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/test-results.xml' for upload

pablogsal added a commit that referenced this pull request Aug 3, 2023
… set via SSL_ERROR_SYSCALL (GH-107586) (#107588) Co-authored-by: Pablo Galindo Salgado <[email protected]> Co-authored-by: T. Wouters <[email protected]>
pablogsal added a commit that referenced this pull request Aug 3, 2023
… set via SSL_ERROR_SYSCALL (GH-107586) (#107587) Co-authored-by: Pablo Galindo Salgado <[email protected]> Co-authored-by: T. Wouters <[email protected]>
pablogsal added a commit that referenced this pull request Aug 3, 2023
… set via SSL_ERROR_SYSCALL (GH-107586) (#107589) Co-authored-by: Pablo Galindo Salgado <[email protected]> Co-authored-by: T. Wouters <[email protected]>
@ericsnowcurrently
Copy link
Member

FYI, that buildbot failure will be fixed by gh-107567 (for gh-107080).

@bedevere-bot
Copy link

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

Hi! The buildbot ARM64 macOS 3.10 has failed when building commit 24d54fe.

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/1123) and take a look at the build logs.
  4. Check if the failure is related to this commit (24d54fe) 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/1123

Failed tests:

  • test_asyncio

Failed subtests:

  • test_create_ssl_connection - test.test_asyncio.test_events.SelectEventLoopTests
  • test_all - test.test___all__.AllTest
  • test_create_ssl_unix_connection - test.test_asyncio.test_events.SelectEventLoopTests
  • 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.KqueueEventLoopTests
  • 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 51 sec
  • test_multiprocessing_spawn: 2 min 30 sec
  • test_multiprocessing_forkserver: 1 min 46 sec
  • test_unparse: 1 min 35 sec
  • test_tokenize: 1 min 12 sec
  • test_logging: 1 min 6 sec
  • test_asyncio: 1 min 2 sec
  • test_lib2to3: 58.7 sec
  • test_capi: 56.3 sec
  • test_unicodedata: 51.9 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

2 re-run tests:
test___all__ test_asyncio

Total duration: 8 min 32 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_ad192dbe' 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_connectionself._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_connectionself._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_completereturn 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 =awaitself._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_transportawait 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_97a6094f' 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_connectionself._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_connectionself._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_completereturn 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 =awaitself._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_transportawait waiter ConnectionResetError Traceback (most recent call last): File "/Users/buildbot/buildarea/3.10.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test___all__.py", line 111, in test_allself.check_all(modname) File "/Users/buildbot/buildarea/3.10.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test___all__.py", line 26, in check_allwith warnings_helper.check_warnings( File "/Users/buildbot/buildarea/3.10.pablogsal-macos-m1.macos-with-brew/build/Lib/contextlib.py", line 142, in __exit__next(self.gen) File "/Users/buildbot/buildarea/3.10.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/warnings_helper.py", line 177, in _filterwarningsraiseAssertionError("unhandled warning %s"% reraise[0]) AssertionError: unhandled warning{message : DeprecationWarning("invalid escape sequence '\\?'"), category : 'DeprecationWarning', filename : '/Users/buildbot/buildarea/3.10.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_httpservers.py', lineno : 423, line : None}

@bedevere-bot
Copy link

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

Hi! The buildbot x86-64 macOS 3.10 has failed when building commit 24d54fe.

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/1270) and take a look at the build logs.
  4. Check if the failure is related to this commit (24d54fe) 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/1270

Failed tests:

  • test_asyncio

Failed subtests:

  • test_create_ssl_connection - test.test_asyncio.test_events.SelectEventLoopTests
  • test_create_ssl_unix_connection - test.test_asyncio.test_events.SelectEventLoopTests
  • 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.KqueueEventLoopTests
  • 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 ==

408 tests OK.

10 slowest tests:

  • test_multiprocessing_spawn: 4 min 21 sec
  • test_unparse: 4 min 7 sec
  • test_concurrent_futures: 3 min 24 sec
  • test_tokenize: 3 min
  • test_lib2to3: 2 min 43 sec
  • test_unicodedata: 2 min 24 sec
  • test_multiprocessing_forkserver: 2 min 19 sec
  • test_capi: 2 min 6 sec
  • test_asyncio: 1 min 55 sec
  • test_pickle: 1 min 17 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: 31 min 59 sec

Click to see traceback logs
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 658, in test_create_ssl_unix_connectionself._test_create_ssl_connection(httpd, create_connection, File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 630, in _test_create_ssl_connectionself._basetest_create_ssl_connection(conn_fut, check_sockname, File "/Users/buildbot/buildarea/3.10.billenstein-macos/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.billenstein-macos/build/Lib/asyncio/base_events.py", line 649, in run_until_completereturn future.result() File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/unix_events.py", line 269, in create_unix_connection transport, protocol =awaitself._create_connection_transport( File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/base_events.py", line 1133, in _create_connection_transportawait waiter ConnectionResetError Traceback (most recent call last): File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 642, in test_create_ssl_connectionself._test_create_ssl_connection(httpd, create_connection, File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 630, in _test_create_ssl_connectionself._basetest_create_ssl_connection(conn_fut, check_sockname, File "/Users/buildbot/buildarea/3.10.billenstein-macos/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.billenstein-macos/build/Lib/asyncio/base_events.py", line 649, in run_until_completereturn future.result() File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/base_events.py", line 1103, in create_connection transport, protocol =awaitself._create_connection_transport( File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/base_events.py", line 1133, in _create_connection_transportawait waiter ConnectionResetError Traceback (most recent call last): File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_cd28c645'

pablogsal added a commit to pablogsal/cpython that referenced this pull request Aug 3, 2023
pablogsal added a commit that referenced this pull request Aug 3, 2023
@bedevere-bot
Copy link

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

Hi! The buildbot PPC64LE RHEL8 3.10 has failed when building commit 24d54fe.

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/675/builds/1070) and take a look at the build logs.
  4. Check if the failure is related to this commit (24d54fe) 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/675/builds/1070

Failed tests:

  • test_gdb

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

==

Click to see traceback logs
remote: Enumerating objects: 1736, done. remote: Counting objects: 0% (1/1161) remote: Counting objects: 1% (12/1161) remote: Counting objects: 2% (24/1161) remote: Counting objects: 3% (35/1161) remote: Counting objects: 4% (47/1161) remote: Counting objects: 5% (59/1161) remote: Counting objects: 6% (70/1161) remote: Counting objects: 7% (82/1161) remote: Counting objects: 8% (93/1161) remote: Counting objects: 9% (105/1161) remote: Counting objects: 10% (117/1161) remote: Counting objects: 11% (128/1161) remote: Counting objects: 12% (140/1161) remote: Counting objects: 13% (151/1161) remote: Counting objects: 14% (163/1161) remote: Counting objects: 15% (175/1161) remote: Counting objects: 16% (186/1161) remote: Counting objects: 17% (198/1161) remote: Counting objects: 18% (209/1161) remote: Counting objects: 19% (221/1161) remote: Counting objects: 20% (233/1161) remote: Counting objects: 21% (244/1161) remote: Counting objects: 22% (256/1161) remote: Counting objects: 23% (268/1161) remote: Counting objects: 24% (279/1161) remote: Counting objects: 25% (291/1161) remote: Counting objects: 26% (302/1161) remote: Counting objects: 27% (314/1161) remote: Counting objects: 28% (326/1161) remote: Counting objects: 29% (337/1161) remote: Counting objects: 30% (349/1161) remote: Counting objects: 31% (360/1161) remote: Counting objects: 32% (372/1161) remote: Counting objects: 33% (384/1161) remote: Counting objects: 34% (395/1161) remote: Counting objects: 35% (407/1161) remote: Counting objects: 36% (418/1161) remote: Counting objects: 37% (430/1161) remote: Counting objects: 38% (442/1161) remote: Counting objects: 39% (453/1161) remote: Counting objects: 40% (465/1161) remote: Counting objects: 41% (477/1161) remote: Counting objects: 42% (488/1161) remote: Counting objects: 43% (500/1161) remote: Counting objects: 44% (511/1161) remote: Counting objects: 45% (523/1161) remote: Counting objects: 46% (535/1161) remote: Counting objects: 47% (546/1161) remote: Counting objects: 48% (558/1161) remote: Counting objects: 49% (569/1161) remote: Counting objects: 50% (581/1161) remote: Counting objects: 51% (593/1161) remote: Counting objects: 52% (604/1161) remote: Counting objects: 53% (616/1161) remote: Counting objects: 54% (627/1161) remote: Counting objects: 55% (639/1161) remote: Counting objects: 56% (651/1161) remote: Counting objects: 57% (662/1161) remote: Counting objects: 58% (674/1161) remote: Counting objects: 59% (685/1161) remote: Counting objects: 60% (697/1161) remote: Counting objects: 61% (709/1161) remote: Counting objects: 62% (720/1161) remote: Counting objects: 63% (732/1161) remote: Counting objects: 64% (744/1161) remote: Counting objects: 65% (755/1161) remote: Counting objects: 66% (767/1161) remote: Counting objects: 67% (778/1161) remote: Counting objects: 68% (790/1161) remote: Counting objects: 69% (802/1161) remote: Counting objects: 70% (813/1161) remote: Counting objects: 71% (825/1161) remote: Counting objects: 72% (836/1161) remote: Counting objects: 73% (848/1161) remote: Counting objects: 74% (860/1161) remote: Counting objects: 75% (871/1161) remote: Counting objects: 76% (883/1161) remote: Counting objects: 77% (894/1161) remote: Counting objects: 78% (906/1161) remote: Counting objects: 79% (918/1161) remote: Counting objects: 80% (929/1161) remote: Counting objects: 81% (941/1161) remote: Counting objects: 82% (953/1161) remote: Counting objects: 83% (964/1161) remote: Counting objects: 84% (976/1161) remote: Counting objects: 85% (987/1161) remote: Counting objects: 86% (999/1161) remote: Counting objects: 87% (1011/1161) remote: Counting objects: 88% (1022/1161) remote: Counting objects: 89% (1034/1161) remote: Counting objects: 90% (1045/1161) remote: Counting objects: 91% (1057/1161) remote: Counting objects: 92% (1069/1161) remote: Counting objects: 93% (1080/1161) remote: Counting objects: 94% (1092/1161) remote: Counting objects: 95% (1103/1161) remote: Counting objects: 96% (1115/1161) remote: Counting objects: 97% (1127/1161) remote: Counting objects: 98% (1138/1161) remote: Counting objects: 99% (1150/1161) remote: Counting objects: 100% (1161/1161) remote: Counting objects: 100% (1161/1161), 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.  Receiving objects: 0% (1/1736) Receiving objects: 1% (18/1736) Receiving objects: 2% (35/1736) Receiving objects: 3% (53/1736) Receiving objects: 4% (70/1736) Receiving objects: 5% (87/1736) Receiving objects: 6% (105/1736) Receiving objects: 7% (122/1736) Receiving objects: 8% (139/1736) Receiving objects: 9% (157/1736) Receiving objects: 10% (174/1736) Receiving objects: 11% (191/1736) Receiving objects: 12% (209/1736) Receiving objects: 13% (226/1736) Receiving objects: 14% (244/1736) Receiving objects: 15% (261/1736) Receiving objects: 16% (278/1736) Receiving objects: 17% (296/1736) Receiving objects: 18% (313/1736) Receiving objects: 19% (330/1736) Receiving objects: 20% (348/1736) Receiving objects: 21% (365/1736) Receiving objects: 22% (382/1736) Receiving objects: 23% (400/1736) Receiving objects: 24% (417/1736) Receiving objects: 25% (434/1736) Receiving objects: 26% (452/1736) Receiving objects: 27% (469/1736) Receiving objects: 28% (487/1736) Receiving objects: 29% (504/1736) Receiving objects: 30% (521/1736) Receiving objects: 31% (539/1736) Receiving objects: 32% (556/1736) Receiving objects: 33% (573/1736) Receiving objects: 34% (591/1736) Receiving objects: 35% (608/1736) Receiving objects: 36% (625/1736) Receiving objects: 37% (643/1736) Receiving objects: 38% (660/1736) Receiving objects: 39% (678/1736) Receiving objects: 40% (695/1736) Receiving objects: 41% (712/1736) Receiving objects: 42% (730/1736) Receiving objects: 43% (747/1736) Receiving objects: 44% (764/1736) Receiving objects: 45% (782/1736) Receiving objects: 46% (799/1736) Receiving objects: 47% (816/1736) Receiving objects: 48% (834/1736) Receiving objects: 49% (851/1736) Receiving objects: 50% (868/1736) Receiving objects: 51% (886/1736) Receiving objects: 52% (903/1736) Receiving objects: 53% (921/1736) Receiving objects: 54% (938/1736) Receiving objects: 55% (955/1736) Receiving objects: 56% (973/1736) Receiving objects: 57% (990/1736) Receiving objects: 58% (1007/1736) Receiving objects: 59% (1025/1736) Receiving objects: 60% (1042/1736) Receiving objects: 61% (1059/1736) Receiving objects: 62% (1077/1736) Receiving objects: 63% (1094/1736) Receiving objects: 64% (1112/1736) Receiving objects: 65% (1129/1736) Receiving objects: 66% (1146/1736) Receiving objects: 67% (1164/1736) Receiving objects: 68% (1181/1736) Receiving objects: 69% (1198/1736) Receiving objects: 70% (1216/1736) Receiving objects: 71% (1233/1736) Receiving objects: 72% (1250/1736) Receiving objects: 73% (1268/1736) Receiving objects: 74% (1285/1736) Receiving objects: 75% (1302/1736) Receiving objects: 76% (1320/1736) Receiving objects: 77% (1337/1736) Receiving objects: 78% (1355/1736) Receiving objects: 79% (1372/1736) Receiving objects: 80% (1389/1736) Receiving objects: 81% (1407/1736) Receiving objects: 82% (1424/1736) Receiving objects: 83% (1441/1736) Receiving objects: 84% (1459/1736) Receiving objects: 85% (1476/1736) Receiving objects: 86% (1493/1736) Receiving objects: 87% (1511/1736) Receiving objects: 88% (1528/1736) Receiving objects: 89% (1546/1736) Receiving objects: 90% (1563/1736) Receiving objects: 91% (1580/1736) Receiving objects: 92% (1598/1736) Receiving objects: 93% (1615/1736) Receiving objects: 94% (1632/1736) remote: Total 1736 (delta 1152), reused 1157 (delta 1152), pack-reused 575  Receiving objects: 95% (1650/1736) Receiving objects: 96% (1667/1736) Receiving objects: 97% (1684/1736) Receiving objects: 98% (1702/1736) Receiving objects: 99% (1719/1736) Receiving objects: 100% (1736/1736) Receiving objects: 100% (1736/1736), 2.44 MiB | 5.33 MiB/s, done. Resolving deltas: 0% (0/1335) Resolving deltas: 1% (14/1335) Resolving deltas: 2% (27/1335) Resolving deltas: 3% (41/1335) Resolving deltas: 4% (54/1335) Resolving deltas: 5% (67/1335) Resolving deltas: 6% (81/1335) Resolving deltas: 7% (94/1335) Resolving deltas: 8% (107/1335) Resolving deltas: 9% (121/1335) Resolving deltas: 10% (134/1335) Resolving deltas: 11% (147/1335) Resolving deltas: 12% (161/1335) Resolving deltas: 13% (174/1335) Resolving deltas: 14% (187/1335) Resolving deltas: 15% (201/1335) Resolving deltas: 16% (214/1335) Resolving deltas: 17% (227/1335) Resolving deltas: 18% (241/1335) Resolving deltas: 19% (254/1335) Resolving deltas: 20% (267/1335) Resolving deltas: 21% (281/1335) Resolving deltas: 22% (294/1335) Resolving deltas: 23% (308/1335) Resolving deltas: 24% (321/1335) Resolving deltas: 25% (334/1335) Resolving deltas: 26% (348/1335) Resolving deltas: 27% (361/1335) Resolving deltas: 28% (374/1335) Resolving deltas: 29% (388/1335) Resolving deltas: 30% (401/1335) Resolving deltas: 31% (414/1335) Resolving deltas: 32% (428/1335) Resolving deltas: 33% (441/1335) Resolving deltas: 34% (454/1335) Resolving deltas: 35% (468/1335) Resolving deltas: 36% (481/1335) Resolving deltas: 37% (494/1335) Resolving deltas: 38% (508/1335) Resolving deltas: 39% (521/1335) Resolving deltas: 40% (534/1335) Resolving deltas: 41% (548/1335) Resolving deltas: 42% (561/1335) Resolving deltas: 43% (575/1335) Resolving deltas: 44% (588/1335) Resolving deltas: 45% (601/1335) Resolving deltas: 46% (615/1335) Resolving deltas: 47% (628/1335) Resolving deltas: 48% (641/1335) Resolving deltas: 49% (655/1335) Resolving deltas: 50% (668/1335) Resolving deltas: 51% (681/1335) Resolving deltas: 52% (695/1335) Resolving deltas: 53% (708/1335) Resolving deltas: 54% (721/1335) Resolving deltas: 55% (735/1335) Resolving deltas: 56% (748/1335) Resolving deltas: 57% (761/1335) Resolving deltas: 58% (775/1335) Resolving deltas: 59% (788/1335) Resolving deltas: 60% (801/1335) Resolving deltas: 61% (815/1335) Resolving deltas: 62% (828/1335) Resolving deltas: 63% (842/1335) Resolving deltas: 64% (855/1335) Resolving deltas: 65% (868/1335) Resolving deltas: 66% (882/1335) Resolving deltas: 67% (895/1335) Resolving deltas: 68% (908/1335) Resolving deltas: 69% (922/1335) Resolving deltas: 70% (935/1335) Resolving deltas: 71% (948/1335) Resolving deltas: 72% (962/1335) Resolving deltas: 73% (975/1335) Resolving deltas: 74% (988/1335) Resolving deltas: 75% (1002/1335) Resolving deltas: 75% (1010/1335) Resolving deltas: 76% (1015/1335) Resolving deltas: 77% (1028/1335) Resolving deltas: 78% (1042/1335) Resolving deltas: 78% (1049/1335) Resolving deltas: 79% (1055/1335) Resolving deltas: 80% (1068/1335) Resolving deltas: 81% (1082/1335) Resolving deltas: 82% (1095/1335) Resolving deltas: 83% (1109/1335) Resolving deltas: 84% (1122/1335) Resolving deltas: 85% (1135/1335) Resolving deltas: 86% (1149/1335) Resolving deltas: 87% (1162/1335) Resolving deltas: 88% (1175/1335) Resolving deltas: 88% (1186/1335) Resolving deltas: 89% (1189/1335) Resolving deltas: 90% (1202/1335) Resolving deltas: 91% (1215/1335) Resolving deltas: 92% (1229/1335) Resolving deltas: 93% (1242/1335) Resolving deltas: 94% (1255/1335) Resolving deltas: 95% (1269/1335) Resolving deltas: 96% (1282/1335) Resolving deltas: 96% (1291/1335) Resolving deltas: 97% (1295/1335) Resolving deltas: 98% (1309/1335) Resolving deltas: 99% (1322/1335) Resolving deltas: 100% (1335/1335) Resolving deltas: 100% (1335/1335), completed with 339 local objects. From https://github.com/python/cpython * branch 3.10 -> FETCH_HEAD * [new tag] 3.7 -> 3.7 * [new tag] v3.12.0b3 -> v3.12.0b3 * [new tag] v3.12.0b4 -> v3.12.0b4 Note: switching to '24d54feafc28a9fb421de852d830cc370fe51db3'. 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 24d54feafc [3.10] gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERROR_SYSCALL (GH-107586) (#107589) Switched to and reset branch '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 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_winsound skipped -- No module named 'winsound' test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run test_startfile skipped -- object <module 'os' from '/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/build_oot/../Lib/os.py'> has no attribute 'startfile' test_winconsoleio skipped -- test only relevant on win32 test_tk skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] test_kqueue skipped -- test works only on BSD test_msilib skipped -- No module named '_msi' 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.007s OK test_ioctl skipped -- Unable to open /dev/tty test_tix 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_devpoll skipped -- test works only on Solaris OS family 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.894s OK (skipped=2) test_winreg skipped -- No module named 'winreg' Timeout (0:15:00)! Thread 0x00007fffbce25320 (most recent call first): File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/selectors.py", line 416 in select File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/subprocess.py", line 2021 in _communicate File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/subprocess.py", line 1154 in communicate File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/test_gdb.py", line 112 in run_gdb File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/test_gdb.py", line 226 in get_stack_trace File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/test_gdb.py", line 920 in test_pycfunction File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/unittest/case.py", line 549 in _callTestMethod File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/unittest/case.py", line 591 in run File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/unittest/case.py", line 650 in __call__ File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/unittest/runner.py", line 184 in run File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1019 in _run_suite File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1144 in run_unittest File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 261 in _test_module File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 297 in _runtest_inner2 File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 335 in _runtest_inner File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 202 in _runtest File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 245 in runtest File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest_mp.py", line 83 in run_tests_worker File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 695 in _main File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 675 in main File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 736 in main File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/regrtest.py", line 43 in _main File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/regrtest.py", line 47 in <module> File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/runpy.py", line 86 in _run_code File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/runpy.py", line 196 in _run_module_as_main Timeout (0:15:00)! Thread 0x00007fffaa4a5320 (most recent call first): File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/selectors.py", line 416 in select File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/subprocess.py", line 2021 in _communicate File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/subprocess.py", line 1154 in communicate File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/test_gdb.py", line 112 in run_gdb File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/test_gdb.py", line 226 in get_stack_trace File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/test_gdb.py", line 909 in test_pycfunction File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/unittest/case.py", line 549 in _callTestMethod File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/unittest/case.py", line 591 in run File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/unittest/case.py", line 650 in __call__ File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/unittest/runner.py", line 184 in run File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1019 in _run_suite File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1144 in run_unittest File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 261 in _test_module File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 297 in _runtest_inner2 File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 335 in _runtest_inner File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 215 in _runtest File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 245 in runtest File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 337 in rerun_failed_tests File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 719 in _main File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 675 in main File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 736 in main File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/test/__main__.py", line 2 in <module> File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/runpy.py", line 86 in _run_code File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/Lib/runpy.py", line 196 in _run_module_as_main make: *** [Makefile:1255: buildbottest] Error 1 Cannot open file '/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le/build/build_oot/test-results.xml' for upload

ambv added a commit that referenced this pull request Feb 21, 2024
…set via SSL_ERROR_SYSCALL (GH-107586) (GH-107591) (cherry picked from commit 77e0919) Co-authored-by: Pablo Galindo Salgado <[email protected]> Co-authored-by: T. Wouters <[email protected]> Co-authored-by: Łukasz Langa <[email protected]> Co-authored-by: Serhiy Storchaka <[email protected]>
ambv added a commit that referenced this pull request Feb 21, 2024
…set via SSL_ERROR_SYSCALL (GH-107586) (#107590) (cherry picked from commit 77e0919) Co-authored-by: Pablo Galindo Salgado <[email protected]> Co-authored-by: T. Wouters <[email protected]> Co-authored-by: Łukasz Langa <[email protected]> Co-authored-by: Serhiy Storchaka <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test_asyncio: test_create_connection_ssl_failed_certificate() failed on ARM64 macOS 3.x buildbot

5 participants

@pablogsal@bedevere-bot@miss-islington@ericsnowcurrently@Yhg1s