☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder s390x RHEL7 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/179/builds/3866
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel-z
Build Reason: <unknown> Blamelist: Brian Skinn <brian.skinn@gmail.com>, Guido van Rossum <guido@python.org>, Hugo van Kemenade <hugovk@users.noreply.github.com>, Irit Katriel <1055913+iritkatriel@users.noreply.github.com>, Jonathan Protzenko <protz@microsoft.com>, Matthieu Dartiailh <m.dartiailh@gmail.com>, Nikita Sobolev <mail@sobolevn.me>, Oleg Iarygin <oleg@arhadthedev.net>, Thomas Wouters <thomas@python.org>, Zachary Ware <zach@python.org>, penguin_wwy <940375606@qq.com>, Łukasz Langa <lukasz@langa.pl>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: ENV CHANGED ==
409 tests OK.
10 slowest tests:
- test_tools: 3 min 4 sec
- test_concurrent_futures: 2 min 25 sec
- test_multiprocessing_spawn: 2 min 11 sec
- test_math: 2 min
- test_multiprocessing_forkserver: 1 min 47 sec
- test_capi: 1 min 32 sec
- test_multiprocessing_fork: 1 min 20 sec
- test_asyncio: 1 min 7 sec
- test_venv: 1 min 6 sec
- test_signal: 1 min 5 sec
1 test altered the execution environment: test_asyncio
24 tests skipped: test_check_c_globals test_devpoll test_gdb test_idle test_ioctl test_kqueue test_launcher test_msilib test_peg_generator test_perf_profiler test_smtpnet test_ssl test_startfile test_tcl test_tix test_tkinter test_ttk test_ttk_textonly test_turtle test_winconsoleio test_winreg test_winsound test_wmi test_zipfile64
Total duration: 6 min 53 sec
Captured traceback
remote: Enumerating objects: 10, done.[K remote: Counting objects: 11% (1/9)[K remote: Counting objects: 22% (2/9)[K remote: Counting objects: 33% (3/9)[K remote: Counting objects: 44% (4/9)[K remote: Counting objects: 55% (5/9)[K remote: Counting objects: 66% (6/9)[K remote: Counting objects: 77% (7/9)[K remote: Counting objects: 88% (8/9)[K remote: Counting objects: 100% (9/9)[K remote: Counting objects: 100% (9/9), done.[K remote: Compressing objects: 11% (1/9)[K remote: Compressing objects: 22% (2/9)[K remote: Compressing objects: 33% (3/9)[K remote: Compressing objects: 44% (4/9)[K remote: Compressing objects: 55% (5/9)[K remote: Compressing objects: 66% (6/9)[K remote: Compressing objects: 77% (7/9)[K remote: Compressing objects: 88% (8/9)[K remote: Compressing objects: 100% (9/9)[K remote: Compressing objects: 100% (9/9), done.[K remote: Total 10 (delta 1), reused 0 (delta 0), pack-reused 1[K From https://github.com/python/cpython
- branch main -> FETCH_HEAD Note: checking out 'b2b85b5db9cfdb24f966b61757536a898abc3830'.
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 performing another checkout.
If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at b2b85b5... gh-98831: Modernize FORMAT_VALUE (#101628) Switched to and reset branch 'main'
In file included from ./Include/internal/pycore_opcode.h:13:0,
from Python/ceval.c:15:
Python/ceval.c: In function ‘lltrace_instruction’:
Python/ceval.c:140:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
./Include/opcode.h:234:33: note: in definition of macro ‘IS_PSEUDO_OPCODE’
#define IS_PSEUDO_OPCODE(op) (((op) >= MIN_PSEUDO_OPCODE) && ((op) <= MAX_PSEUDO_OPCODE))
^
Python/ceval.c:140:9: note: in expansion of macro ‘HAS_ARG’
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
Python/ceval.c:140:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
./Include/opcode.h:193:10: note: in definition of macro ‘HAS_ARG’
|| ((op) == JUMP)
^
Python/ceval.c:140:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
./Include/opcode.h:194:10: note: in definition of macro ‘HAS_ARG’
|| ((op) == JUMP_NO_INTERRUPT)
^
Python/ceval.c:140:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
./Include/opcode.h:195:10: note: in definition of macro ‘HAS_ARG’
|| ((op) == LOAD_METHOD)
^
make: *** [buildbottest] Error 3
Test report
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org