-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
buildThe build process and cross-buildThe build process and cross-buildtopic-JITtopic-free-threadingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
Building Python 3.13.0
with the options --with-lto --enable-optimizations --enable-experimental-jit --disable-gil
fails with the error:
Last 10 log lines:
0:03:24 load avg: 1.07 [42/44] test_time
test test_time failed
0:03:29 load avg: 1.07 [43/44] test_xml_etree -- test_time failed (1 error, 4 failures)
0:03:42 load avg: 1.06 [44/44] test_xml_etree_c
Total duration: 3 min 58 sec
Total tests: run=9,361 failures=172 skipped=202
Total test files: run=44/44 failed=12
Result: FAILURE
make: *** [Makefile:906: profile-run-stamp] Error 2
Attached is the full build-log.
python-build.20241010124045.158033.log
CPython versions tested on:
3.13
Operating systems tested on:
Linux
Metadata
Metadata
Assignees
Labels
buildThe build process and cross-buildThe build process and cross-buildtopic-JITtopic-free-threadingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error