Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34k
Closed
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
Hi. I'm trying to build from source on a raspberry pi, on a fresh and fully updated debian bookworm install.
test_datetime was failing so I tried to get more information using make test TESTOPTS="-v test_datetime" as suggested by the readme, but that just runs all tests again without additional output for test_datetime (see terminal output pastedbelow.
I hope that's enough information. I'll try to look a bit further, this is just where I got the feeling it might not be 100% my own fault anymore ;)
karel@homeassistant:~/Python-3.13.0 $ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 12 (bookworm) Release: 12 Codename: bookworm karel@homeassistant:~/Python-3.13.0 $ uname -a Linux homeassistant 6.6.51+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08) aarch64 GNU/Linux Test output
karel@homeassistant:~/Python-3.13.1 $ make test TESTOPTS="-v test_datetime" Running code to generate profile data (this can take a while): # First, we need to create a clean build with profile generation # enabled. make profile-gen-stamp make[1]: Entering directory '/home/karel/Python-3.13.1' make[1]: 'profile-gen-stamp' is up to date. make[1]: Leaving directory '/home/karel/Python-3.13.1' # Next, run the profile task to generate the profile information. ./python -m test --pgo --timeout= Using random seed: 1333715147 0:00:00 load avg: 0.33 Run 44 tests sequentially in a single process 0:00:00 load avg: 0.33 [ 1/44] test_array 0:00:02 load avg: 0.38 [ 2/44] test_base64 0:00:02 load avg: 0.38 [ 3/44] test_binascii 0:00:02 load avg: 0.38 [ 4/44] test_binop 0:00:02 load avg: 0.38 [ 5/44] test_bisect 0:00:03 load avg: 0.38 [ 6/44] test_bytes 0:00:08 load avg: 0.43 [ 7/44] test_bz2 0:00:09 load avg: 0.43 [ 8/44] test_cmath 0:00:10 load avg: 0.43 [ 9/44] test_codecs 0:00:11 load avg: 0.48 [10/44] test_collections 0:00:13 load avg: 0.48 [11/44] test_complex 0:00:14 load avg: 0.48 [12/44] test_dataclasses 0:00:15 load avg: 0.48 [13/44] test_datetime test test_datetime failed 0:00:20 load avg: 0.52 [14/44] test_decimal -- test_datetime failed (4 failures) 0:00:26 load avg: 0.67 [15/44] test_difflib 0:00:27 load avg: 0.67 [16/44] test_embed 0:00:38 load avg: 0.72 [17/44] test_float 0:00:38 load avg: 0.72 [18/44] test_fstring 0:00:42 load avg: 0.74 [19/44] test_functools 0:00:43 load avg: 0.74 [20/44] test_generators 0:00:43 load avg: 0.74 [21/44] test_hashlib 0:00:44 load avg: 0.74 [22/44] test_heapq 0:00:45 load avg: 0.74 [23/44] test_int 0:00:46 load avg: 0.76 [24/44] test_itertools 0:00:53 load avg: 0.78 [25/44] test_json ... rest omitted... CPython versions tested on:
3.13
Operating systems tested on:
Linux
Linked PRs
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Done