The Buildbot has detected a new failure on builder AMD64 Windows11 Bigmem 3.x
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1079/builds/4229
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ambv-bb-win11
Build Reason: <unknown>
Blamelist: Adam Williamson <[email protected]>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_repl.py",
line 199, in test_asyncio_repl_is_ok
assert_python_ok("-m", "asyncio")
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File
"R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\script_helper.py",
line 180, in assert_python_ok
return _assert_python(True, *args, **env_vars)
File
"R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\script_helper.py",
line 165, in _assert_python
res.fail(cmd_line)
~~~~~~~~^^^^^^^^^^
File
"R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\script_helper.py",
line 75, in fail
raise AssertionError("Process return code is %d\n"
...<13 lines>...
err))
AssertionError: Process return code is 2147483651
command line:
['R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\PCbuild\\amd64\\python_d.exe',
'-X', 'faulthandler', '-I', '-m', 'asyncio']
Test report
===========
Failed tests:
- test_repl
Failed subtests:
- test_asyncio_repl_is_ok -
test.test_repl.TestInteractiveInterpreter.test_asyncio_repl_is_ok
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora
Stable Clang Installed 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/350/builds/6135
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown>
Blamelist: Adam Williamson <[email protected]>
BUILD FAILED: failed Installed (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 4, done.
remote: Counting objects: 25% (1/4)
remote: Counting objects: 50% (2/4)
remote: Counting objects: 75% (3/4)
remote: Counting objects: 100% (4/4)
remote: Counting objects: 100% (4/4), done.
remote: Compressing objects: 33% (1/3)
remote: Compressing objects: 66% (2/3)
remote: Compressing objects: 100% (3/3)
remote: Compressing objects: 100% (3/3), done.
remote: Total 4 (delta 1), reused 1 (delta 1), pack-reused 0
>From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to 'd4039d3f6f8cb7738c5cd272dde04171446dfd2b'.
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 d4039d3f6f gh-120526: Correct signature of map() builtin
(GH-120528)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdecimal found; falling back to bundled
libmpdecimal (deprecated and scheduled for removal in Python 3.15)
Python/import.c:1555:1: warning: unused function 'is_core_module'
[-Wunused-function]
1555 | is_core_module(PyInterpreterState *interp, PyObject *name, PyObject
*path)
| ^~~~~~~~~~~~~~
1 warning generated.
Python/pystate.c:1135:1: warning: unused function 'check_interpreter_whence'
[-Wunused-function]
1135 | check_interpreter_whence(long whence)
| ^~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
ERROR: Could not install packages due to an OSError: [Errno 28] No space left
on device
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/Lib/ensurepip/__main__.py",
line 5, in <module>
sys.exit(ensurepip._main())
~~~~~~~~~~~~~~~^^
File
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/Lib/ensurepip/__init__.py",
line 257, in _main
return _bootstrap(
root=args.root,
...<4 lines>...
default_pip=args.default_pip,
)
File
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/Lib/ensurepip/__init__.py",
line 172, in _bootstrap
return _run_pip([*args, "pip"], [os.fsdecode(tmp_wheel_path)])
File
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/Lib/ensurepip/__init__.py",
line 87, in _run_pip
return subprocess.run(cmd, check=True).returncode
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/Lib/subprocess.py",
line 577, in run
raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command
'['/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/python',
'-W', 'ignore::DeprecationWarning', '-c', '\nimport runpy\nimport
sys\nsys.path = [\'/tmp/tmp9_2n5m4z/pip-24.0-py3-none-any.whl\'] +
sys.path\nsys.argv[1:] = [\'install\', \'--no-cache-dir\', \'--no-index\',
\'--find-links\', \'/tmp/tmp9_2n5m4z\', \'--root\', \'/\', \'--upgrade\',
\'pip\']\nrunpy.run_module("pip", run_name="__main__", alter_sys=True)\n']'
returned non-zero exit status 1.
make: *** [Makefile:2282: install] Error 1
Test report
===========
Sincerely,
-The Buildbot
_______________________________________________
Buildbot-status mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/buildbot-status.python.org/
Member address: [email protected]