The Buildbot has detected a new failure on builder AMD64 Fedora Stable LTO 3.x 
while building python/cpython.
Full details are available at:
    https://buildbot.python.org/all/#/builders/271/builds/4476

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: cstratak-fedora-stable-x86_64

Build Reason: <unknown>
Blamelist: Barney Gale <barney.g...@gmail.com>

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==================

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_peg_generator/test_c_parser.py",
 line 104, in setUpClass
    python_exe = 
stack.enter_context(support.setup_venv_with_pip_setuptools_wheel("venv"))
                 
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/contextlib.py",
 line 530, in enter_context
    result = _enter(cm)
             ~~~~~~^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/contextlib.py",
 line 141, in __enter__
    return next(self.gen)
           ~~~~^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/support/__init__.py",
 line 2222, in setup_venv_with_pip_setuptools_wheel
    subprocess.run(cmd, check=True)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/subprocess.py",
 line 575, in run
    raise CalledProcessError(retcode, process.args,
                             output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command 
'['/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/python',
 '-X', 'dev', '-m', 'venv', 'venv']' returned non-zero exit status 1.


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_cppext/__init__.py",
 line 23, in test_build_cpp11
    self.check_build(False, '_testcpp11ext')
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_cppext/__init__.py",
 line 41, in check_build
    with support.setup_venv_with_pip_setuptools_wheel(venv_dir) as python_exe:
        self._check_build(std_cpp03, extension_name, python_exe)
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/contextlib.py",
 line 141, in __enter__
    return next(self.gen)
           ~~~~^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/support/__init__.py",
 line 2222, in setup_venv_with_pip_setuptools_wheel
    subprocess.run(cmd, check=True)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/subprocess.py",
 line 575, in run
    raise CalledProcessError(retcode, process.args,
                             output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command 
'['/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/python',
 '-X', 'dev', '-m', 'venv', 'env']' returned non-zero exit status 1.


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_zipfile/test_core.py",
 line 537, 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.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_peg_generator/test_c_parser.py",
 line 104, in setUpClass
    python_exe = 
stack.enter_context(support.setup_venv_with_pip_setuptools_wheel("venv"))
                 
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/contextlib.py",
 line 530, in enter_context
    result = _enter(cm)
             ~~~~~~^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/contextlib.py",
 line 141, in __enter__
    return next(self.gen)
           ~~~~^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/support/__init__.py",
 line 2240, in setup_venv_with_pip_setuptools_wheel
    subprocess.run(cmd, check=True)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/subprocess.py",
 line 575, in run
    raise CalledProcessError(retcode, process.args,
                             output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command 
'['/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_1414072æ/tempcwd/venv/bin/python',
 '-X', 'dev', '-m', 'pip', 'install', 
'/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/setuptools-67.6.1-py3-none-any.whl',
 
'/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/wheel-0.40.0-py3-none-any.whl']'
 returned non-zero exit status 1.


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_cppext/__init__.py",
 line 23, in test_build_cpp11
    self.check_build(False, '_testcpp11ext')
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_cppext/__init__.py",
 line 41, in check_build
    with support.setup_venv_with_pip_setuptools_wheel(venv_dir) as python_exe:
        self._check_build(std_cpp03, extension_name, python_exe)
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/contextlib.py",
 line 141, in __enter__
    return next(self.gen)
           ~~~~^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/support/__init__.py",
 line 2240, in setup_venv_with_pip_setuptools_wheel
    subprocess.run(cmd, check=True)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/subprocess.py",
 line 575, in run
    raise CalledProcessError(retcode, process.args,
                             output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command 
'['/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_1413238æ/tempcwd/env/bin/python',
 '-X', 'dev', '-m', 'pip', 'install', 
'/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/setuptools-67.6.1-py3-none-any.whl',
 
'/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/wheel-0.40.0-py3-none-any.whl']'
 returned non-zero exit status 1.



Test report
===========

Failed tests:

- test_peg_generator
- test_cppext
- test_zipfile

Failed subtests:

- test_build_cpp11 - test.test_cppext.TestCPPExt.test_build_cpp11
- setUpClass - test.test_peg_generator.test_c_parser.TestCParser
- test_append_to_concatenated_zip_file - 
test.test_zipfile.test_core.StoredTestsWithSourceFile.test_append_to_concatenated_zip_file




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/5152

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: cstratak-fedora-stable-x86_64

Build Reason: <unknown>
Blamelist: Barney Gale <barney.g...@gmail.com>

BUILD FAILED: failed Installed (failure)


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




Captured traceback
==================

remote: Enumerating objects: 23, done.        
remote: Counting objects:   4% (1/23)        
remote: Counting objects:   8% (2/23)        
remote: Counting objects:  13% (3/23)        
remote: Counting objects:  17% (4/23)        
remote: Counting objects:  21% (5/23)        
remote: Counting objects:  26% (6/23)        
remote: Counting objects:  30% (7/23)        
remote: Counting objects:  34% (8/23)        
remote: Counting objects:  39% (9/23)        
remote: Counting objects:  43% (10/23)        
remote: Counting objects:  47% (11/23)        
remote: Counting objects:  52% (12/23)        
remote: Counting objects:  56% (13/23)        
remote: Counting objects:  60% (14/23)        
remote: Counting objects:  65% (15/23)        
remote: Counting objects:  69% (16/23)        
remote: Counting objects:  73% (17/23)        
remote: Counting objects:  78% (18/23)        
remote: Counting objects:  82% (19/23)        
remote: Counting objects:  86% (20/23)        
remote: Counting objects:  91% (21/23)        
remote: Counting objects:  95% (22/23)        
remote: Counting objects: 100% (23/23)        
remote: Counting objects: 100% (23/23), done.        
remote: Compressing objects:   6% (1/16)        
remote: Compressing objects:  12% (2/16)        
remote: Compressing objects:  18% (3/16)        
remote: Compressing objects:  25% (4/16)        
remote: Compressing objects:  31% (5/16)        
remote: Compressing objects:  37% (6/16)        
remote: Compressing objects:  43% (7/16)        
remote: Compressing objects:  50% (8/16)        
remote: Compressing objects:  56% (9/16)        
remote: Compressing objects:  62% (10/16)        
remote: Compressing objects:  68% (11/16)        
remote: Compressing objects:  75% (12/16)        
remote: Compressing objects:  81% (13/16)        
remote: Compressing objects:  87% (14/16)        
remote: Compressing objects:  93% (15/16)        
remote: Compressing objects: 100% (16/16)        
remote: Compressing objects: 100% (16/16), done.        
remote: Total 18 (delta 15), reused 2 (delta 2), pack-reused 0        
>From https://github.com/python/cpython
 * branch                  main       -> FETCH_HEAD
Note: switching to '2205510e7b32eb4c7bbe1982d7b5dfcbfb85cffe'.

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 2205510e7b GH-113528: Slightly improve `pathlib.Path.glob()` 
tests for symlink loop handling (#113763)
Switched to and reset branch 'main'

Python/ceval_gil.c:424:1: warning: unused function 'current_thread_holds_gil' 
[-Wunused-function]
current_thread_holds_gil(struct _gil_runtime_state *gil, PyThreadState *tstate)
^
1 warning generated.
./Modules/expat/xmlparse.c:3116:9: warning: code will never be executed 
[-Wunreachable-code]
        parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf,
        ^~~~~~
./Modules/expat/xmlparse.c:3115:16: note: silence by adding parentheses to mark 
code as explicitly dead
      else if (0 && parser->m_characterDataHandler)
               ^
               /* DISABLES CODE */ ( )
./Modules/expat/xmlparse.c:4059:9: warning: code will never be executed 
[-Wunreachable-code]
        parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf,
        ^~~~~~
./Modules/expat/xmlparse.c:4058:16: note: silence by adding parentheses to mark 
code as explicitly dead
      else if (0 && parser->m_characterDataHandler)
               ^
               /* DISABLES CODE */ ( )
2 warnings generated.

make: [Makefile:2480: libinstall] Error 1 (ignored)
ERROR: Could not install packages due to an OSError: [Errno 28] No space left 
on device: 
'/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.13/site-packages/pip'

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 284, 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 200, in _bootstrap
    return _run_pip([*args, *_PACKAGE_NAMES], additional_paths)
           ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/Lib/ensurepip/__init__.py",
 line 101, 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 575, 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/tmpxmibty79/pip-23.3.2-py3-none-any.whl\'] + 
sys.path\nsys.argv[1:] = [\'install\', \'--no-cache-dir\', \'--no-index\', 
\'--find-links\', \'/tmp/tmpxmibty79\', \'--root\', \'/\', \'--upgrade\', 
\'pip\']\nrunpy.run_module("pip", run_name="__main__", alter_sys=True)\n']' 
returned non-zero exit status 1.
make: *** [Makefile:2127: install] Error 1


Test report
===========





Sincerely,
 -The Buildbot

_______________________________________________
Buildbot-status mailing list -- buildbot-status@python.org
To unsubscribe send an email to buildbot-status-le...@python.org
https://mail.python.org/mailman3/lists/buildbot-status.python.org/
Member address: arch...@mail-archive.com

Reply via email to