☠ Buildbot (Python): python/cpython - failed test (failure) uploading test-results.xml (failure) (main)
The Buildbot has detected a new failure on builder AMD64 FreeBSD Shared 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/483/builds/2812
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: koobs-freebsd-564d
Build Reason: <unknown> Blamelist: Andrzej Bartosiński <6197476+Neob91@users.noreply.github.com>, David Bonner <dbonner@gmail.com>, Eric Snow <ericsnowcurrently@gmail.com>, Erlend E. Aasland <erlend.aasland@protonmail.com>, Mark Dickinson <dickinsm@gmail.com>, Mark Shannon <mark@hotpy.org>, Matthias Görgens <matthias.goergens@gmail.com>, Petr Viktorin <encukou@gmail.com>, Raymond Hettinger <rhettinger@users.noreply.github.com>, Serhiy Storchaka <storchaka@gmail.com>, Steve Dower <steve.dower@python.org>, Terry Jan Reedy <tjreedy@udel.edu>, Tim Gates <tim.gates@iress.com>, esc <esc@users.noreply.github.com>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
==
Captured traceback
Traceback (most recent call last): File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test_asyncio/test_tasks.py", line 3169, in test_run_coroutine_threadsafe_with_timeout with self.assertRaises(asyncio.TimeoutError): AssertionError: TimeoutError not raised
Test report
Failed tests:
- test_asyncio
- test_gdb
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder ARM64 Windows Azure 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/898/builds/795
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: linaro2-win-arm64
Build Reason: <unknown> Blamelist: Steve Dower <steve.dower@python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then SUCCESS ==
401 tests OK.
10 slowest tests:
- test_multiprocessing_spawn: 3 min 41 sec
- test_peg_generator: 2 min 56 sec
- test_tokenize: 2 min 36 sec
- test_asyncio: 2 min 16 sec
- test_unparse: 1 min 56 sec
- test_mmap: 1 min 56 sec
- test_capi: 1 min 49 sec
- test_lib2to3: 1 min 48 sec
- test_concurrent_futures: 1 min 37 sec
- test_io: 1 min 22 sec
34 tests skipped: test_curses test_dbm_gnu test_dbm_ndbm test_devpoll test_epoll test_fcntl test_fork1 test_gdb test_grp test_ioctl test_kqueue test_multiprocessing_fork test_multiprocessing_forkserver test_nis test_openpty test_ossaudiodev test_pipes test_poll test_posix test_pty test_pwd test_readline test_resource test_spwd test_syslog test_threadsignals test_tix test_tkinter test_ttk test_wait3 test_wait4 test_xxlimited test_xxtestfuzz test_zipfile64
1 re-run test: test_subprocess
Total duration: 37 min 46 sec
Captured traceback
Traceback (most recent call last): File "C:\Workspace\buildarea\3.x.linaro2-win-arm64\build\Lib\test\support\__init__.py", line 202, in _force_run return func(*args) ^^^^^^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Workspace\\buildarea\\3.x.linaro2-win-arm64\\build\\build\\test_python_5888�\\test_python_worker_4472�'
Traceback (most recent call last): File "C:\Workspace\buildarea\3.x.linaro2-win-arm64\build\Lib\test\support\os_helper.py", line 483, in temp_dir yield path File "C:\Workspace\buildarea\3.x.linaro2-win-arm64\build\Lib\test\support\os_helper.py", line 536, in temp_cwd yield cwd_dir File "C:\Workspace\buildarea\3.x.linaro2-win-arm64\build\Lib\test\libregrtest\main.py", line 701, in main self._main(tests, kwargs) File "C:\Workspace\buildarea\3.x.linaro2-win-arm64\build\Lib\test\libregrtest\main.py", line 758, in _main sys.exit(0) SystemExit: 0
Traceback (most recent call last): File "C:\Workspace\buildarea\3.x.linaro2-win-arm64\build\Lib\runpy.py", line 198, in _run_module_as_main return _run_code(code, main_globals, None, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Workspace\buildarea\3.x.linaro2-win-arm64\build\Lib\runpy.py", line 88, in _run_code exec(code, run_globals) File "C:\Workspace\buildarea\3.x.linaro2-win-arm64\build\Lib\test\__main__.py", line 2, in <module> main() File "C:\Workspace\buildarea\3.x.linaro2-win-arm64\build\Lib\test\libregrtest\main.py", line 763, in main Regrtest().main(tests=tests, **kwargs) File "C:\Workspace\buildarea\3.x.linaro2-win-arm64\build\Lib\test\libregrtest\main.py", line 695, in main with os_helper.temp_cwd(test_cwd, quiet=True): File "C:\Workspace\buildarea\3.x.linaro2-win-arm64\build\Lib\contextlib.py", line 155, in __exit__ self.gen.throw(typ, value, traceback) File "C:\Workspace\buildarea\3.x.linaro2-win-arm64\build\Lib\test\support\os_helper.py", line 534, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "C:\Workspace\buildarea\3.x.linaro2-win-arm64\build\Lib\contextlib.py", line 155, in __exit__ self.gen.throw(typ, value, traceback) File "C:\Workspace\buildarea\3.x.linaro2-win-arm64\build\Lib\test\support\os_helper.py", line 488, in temp_dir rmtree(path) File "C:\Workspace\buildarea\3.x.linaro2-win-arm64\build\Lib\test\support\os_helper.py", line 445, in rmtree _rmtree(path) File "C:\Workspace\buildarea\3.x.linaro2-win-arm64\build\Lib\test\support\os_helper.py", line 388, in _rmtree _waitfor(_rmtree_inner, path, waitall=True) File "C:\Workspace\buildarea\3.x.linaro2-win-arm64\build\Lib\test\support\os_helper.py", line 333, in _waitfor func(pathname) File "C:\Workspace\buildarea\3.x.linaro2-win-arm64\build\Lib\test\support\os_helper.py", line 385, in _rmtree_inner _force_run(fullname, os.rmdir, fullname) File "C:\Workspace\buildarea\3.x.linaro2-win-arm64\build\Lib\test\support\__init__.py", line 213, in _force_run return func(*args) ^^^^^^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Workspace\\buildarea\\3.x.linaro2-win-arm64\\build\\build\\test_python_5888�\\test_python_worker_4472�'
Test report
Failed tests:
- test_subprocess
Sincerely, -The Buildbot
test_gdb fails on FreeBSD buildbots https://github.com/python/cpython/issues/95887
participants (2)
-
buildbot@python.org -
Victor Stinner