| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Thanks! |
Sorry, something went wrong.
⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️Hi! The buildbot s390x Fedora Stable 3.x (tier-3) has failed when building commit fb404ab. What do you need to do:
You can take a look at the buildbot page here: https://buildbot.python.org/#/builders/1636/builds/1654 Failed tests:
Summary of the results of the build (if available): == Click to see traceback logsTraceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x/build/Lib/test/test_profiling/test_sampling_profiler/test_modes.py", line 163, in test_cpu_mode_integration_filtering
with test_subprocess(cpu_vs_idle_script) as subproc:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x/build/Lib/test/test_profiling/test_sampling_profiler/helpers.py", line 85, in test_subprocess
raise RuntimeError(
f"Unexpected response from subprocess: {response!r}"
)
RuntimeError: Unexpected response from subprocess: b'readythreads_ready'
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Include/modsupport.h:143:29: error: '_PyABIInfo_DEFAULT' undeclared here (not in a function); did you mean 'PyABIInfo_STABLE'? 143 | static PyABIInfo NAME = _PyABIInfo_DEFAULT; | ^~~~~~~~~~~~~~~~~~ /tmp/test.c:4:1: note: in expansion of macro 'PyABIInfo_VAR' 4 | PyABIInfo_VAR(test_abi_info); | ^~~~~~~~~~~~~