Buildbot failure in Python on whole buildset
The Buildbot has detected a new failure on builder AMD64 FreeBSD Non-Debug 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/172/builds/387
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: koobs-freebsd-9e36
Build Reason: <unknown> Blamelist: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>, Pablo Galindo <Pablogsal@gmail.com>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
==
Captured traceback
remote: Enumerating objects: 19, done.
remote: Counting objects: 5% (1/19)
remote: Counting objects: 10% (2/19)
remote: Counting objects: 15% (3/19)
remote: Counting objects: 21% (4/19)
remote: Counting objects: 26% (5/19)
remote: Counting objects: 31% (6/19)
remote: Counting objects: 36% (7/19)
remote: Counting objects: 42% (8/19)
remote: Counting objects: 47% (9/19)
remote: Counting objects: 52% (10/19)
remote: Counting objects: 57% (11/19)
remote: Counting objects: 63% (12/19)
remote: Counting objects: 68% (13/19)
remote: Counting objects: 73% (14/19)
remote: Counting objects: 78% (15/19)
remote: Counting objects: 84% (16/19)
remote: Counting objects: 89% (17/19)
remote: Counting objects: 94% (18/19)
remote: Counting objects: 100% (19/19)
remote: Counting objects: 100% (19/19), done.
remote: Compressing objects: 10% (1/10)
remote: Compressing objects: 20% (2/10)
remote: Compressing objects: 30% (3/10)
remote: Compressing objects: 40% (4/10)
remote: Compressing objects: 50% (5/10)
remote: Compressing objects: 60% (6/10)
remote: Compressing objects: 70% (7/10)
remote: Compressing objects: 80% (8/10)
remote: Compressing objects: 90% (9/10)
remote: Compressing objects: 100% (10/10)
remote: Compressing objects: 100% (10/10), done.
remote: Total 10 (delta 8), reused 1 (delta 0), pack-reused 0
From https://github.com/python/cpython
- branch main -> FETCH_HEAD Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed.
fatal: bad tree object 9901411f31af106c95bb0cbc6f41dd6a386d56c4 fatal: failed to run repack
Note: switching to 'c5d700f0e2e2921c6b54c72ffb0fca3c3d1ef06b'.
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 c5d700f0e2 Reset DeprecationWarning filters in test_typing io and re (#26811) Switched to and reset branch 'main'
./configure: PKG_PROG_PKG_CONFIG: not found
test_idle skipped -- No module named '_tkinter' test_ttk_guionly skipped -- No module named '_tkinter' test_tk skipped -- No module named '_tkinter' test_startfile skipped -- object <module 'os' from '/usr/home/buildbot/python/3.x.koobs-freebsd-9e36.nondebug/build/Lib/os.py'> has no attribute 'startfile' test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run test_tix skipped -- No module named '_tkinter' test_winsound skipped -- No module named 'winsound' test_badargs (__main__.GeneralTest) ... ok test_bound_methods (__main__.GeneralTest) ... ok test_clear (__main__.GeneralTest) ... ok test_exit (__main__.GeneralTest) ... ok test_order (__main__.GeneralTest) ... ok test_raise (__main__.GeneralTest) ... ok test_raise_unnormalized (__main__.GeneralTest) ... ok test_stress (__main__.GeneralTest) ... ok test_unregister (__main__.GeneralTest) ... ok
Ran 9 tests in 0.001s
OK test_ttk_textonly skipped -- No module named '_tkinter' test_readline skipped -- No module named 'readline' test_turtle skipped -- No module named '_tkinter' test_winconsoleio skipped -- test only relevant on win32 test_winreg skipped -- No module named 'winreg' test_devpoll skipped -- test works only on Solaris OS family test_dbm_gnu skipped -- No module named '_gdbm' /tmp/tmpi9s6mc8g/parse.c:142:19: warning: code will never be executed [-Wunreachable-code] p->mark = _mark; ^~~~~ 1 warning generated. test_epoll skipped -- test works only on Linux 2.6 test_ossaudiodev skipped -- [Errno 2] No such file or directory: '/dev/dsp' test_flock (__main__.FNTLEINTRTest) ... ok test_lockf (__main__.FNTLEINTRTest) ... ok test_read (__main__.OSEINTRTest) ... ok test_wait (__main__.OSEINTRTest) ... ok test_wait3 (__main__.OSEINTRTest) ... ok test_wait4 (__main__.OSEINTRTest) ... ok test_waitpid (__main__.OSEINTRTest) ... ok test_write (__main__.OSEINTRTest) ... ok test_devpoll (__main__.SelectEINTRTest) ... skipped 'need select.devpoll' test_epoll (__main__.SelectEINTRTest) ... skipped 'need select.epoll' test_kqueue (__main__.SelectEINTRTest) ... ok test_poll (__main__.SelectEINTRTest) ... ok test_select (__main__.SelectEINTRTest) ... ok test_sigtimedwait (__main__.SignalEINTRTest) ... ok test_sigwaitinfo (__main__.SignalEINTRTest) ... ok test_accept (__main__.SocketEINTRTest) ... ok test_open (__main__.SocketEINTRTest) ... ok test_os_open (__main__.SocketEINTRTest) ... ok test_recv (__main__.SocketEINTRTest) ... ok test_recvmsg (__main__.SocketEINTRTest) ... ok test_send (__main__.SocketEINTRTest) ... ok test_sendall (__main__.SocketEINTRTest) ... ok test_sendmsg (__main__.SocketEINTRTest) ... ok test_sleep (__main__.TimeEINTRTest) ... ok
Ran 24 tests in 7.729s
OK (skipped=2) test_ioctl skipped -- Unable to open /dev/tty test_spwd skipped -- No module named 'spwd' test_tcl skipped -- No module named '_tkinter' test_msilib skipped -- No module named '_msi'
Cannot open file '/usr/home/buildbot/python/3.x.koobs-freebsd-9e36.nondebug/build/test-results.xml' for upload
Test report
Failed tests:
- test_compile
Sincerely, -The Buildbot
https://bugs.python.org/issue44480 test_compile killed by signal 9 on AMD64 FreeBSD Non-Debug 3.x
participants (2)
-
buildbot@python.org
-
Victor Stinner