⚠️⚠️⚠️ Buildbot failure⚠️⚠️⚠️Hi! The buildbotAMD64 Ubuntu Shared 3.x has failed when building commit7f963bf. What do you need to do: - Don't panic.
- Checkthe buildbot page in the devguide if you don't know what the buildbots are or how they work.
- Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/506/builds/4875) and take a look at the build logs.
- Check if the failure is related to this commit (7f963bf) or if it is a false positive.
- 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/506/builds/4875 Summary of the results of the build (if available): == Tests result: ENV CHANGED == 442 tests OK. 10 slowest tests: - test_tools: 5 min 55 sec
- test_multiprocessing_spawn: 3 min 46 sec
- test_math: 3 min 36 sec
- test_concurrent_futures: 2 min 57 sec
- test_gdb: 2 min 48 sec
- test_multiprocessing_forkserver: 1 min 48 sec
- test_unparse: 1 min 35 sec
- test_compileall: 1 min 24 sec
- test_capi: 1 min 21 sec
- test_multiprocessing_fork: 1 min 15 sec
1 test altered the execution environment: test_importlib 22 tests skipped: test.test_asyncio.test_windows_events test.test_asyncio.test_windows_utils test_devpoll test_idle test_ioctl test_kqueue test_launcher test_msilib test_nis test_peg_generator test_startfile test_tcl test_tix test_tkinter test_ttk test_ttk_textonly test_turtle test_winconsoleio test_winreg test_winsound test_wmi test_zipfile64 Total duration: 27 min 57 sec Click to see traceback logsremote:Enumerating objects: 7, done.remote:Counting objects: 14% (1/7)remote:Counting objects: 28% (2/7)remote:Counting objects: 42% (3/7)remote:Counting objects: 57% (4/7)remote:Counting objects: 71% (5/7)remote:Counting objects: 85% (6/7)remote:Counting objects: 100% (7/7)remote:Counting objects: 100% (7/7), done.remote:Compressing objects: 100% (1/1)remote:Compressing objects: 100% (1/1), done.remote:Total 4 (delta 3), reused 4 (delta 3), pack-reused 0From https://github.com/python/cpython * branch main -> FETCH_HEADNote:switching to '7f963bfc79a515dc9822ebddbfb1b5927d2dda09'.You are in 'detached HEAD' state. You can look around, make experimentalchanges and commit them, and you can discard any commits you make in thisstate without impacting any branches by switching back to a branch.If you want to create a new branch to retain commits you create, you maydo 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 falseHEAD is now at 7f963bfc79 gh-104372: use == -1 before PyErr_Occurred (#104831)Switched to and reset branch 'main'./configure:line 8401: -reorder-blocks=ext-tsp: command not foundconfigure:WARNING: pkg-config is missing. Some dependencies may not be detected correctly.make:*** [Makefile:2011: buildbottest] Error 3 |
Uh oh!
There was an error while loading.Please reload this page.
The ideal pattern for this. (already in the 3.11 backport)
vfork()
until the child processexec()
succeeds or fails. #104372