Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34k
Closed
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 usingmake 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 -aNo LSB modules are available.Distributor ID:DebianDescription:Debian GNU/Linux 12 (bookworm)Release:12Codename:bookwormkarel@homeassistant:~/Python-3.13.0 $ uname -aLinux homeassistant 6.6.51+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08) aarch64 GNU/LinuxTest 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-stampmake[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: 13337151470:00:00 load avg: 0.33 Run 44 tests sequentially in a single process0:00:00 load avg: 0.33 [ 1/44] test_array0:00:02 load avg: 0.38 [ 2/44] test_base640:00:02 load avg: 0.38 [ 3/44] test_binascii0:00:02 load avg: 0.38 [ 4/44] test_binop0:00:02 load avg: 0.38 [ 5/44] test_bisect0:00:03 load avg: 0.38 [ 6/44] test_bytes0:00:08 load avg: 0.43 [ 7/44] test_bz20:00:09 load avg: 0.43 [ 8/44] test_cmath0:00:10 load avg: 0.43 [ 9/44] test_codecs0:00:11 load avg: 0.48 [10/44] test_collections0:00:13 load avg: 0.48 [11/44] test_complex0:00:14 load avg: 0.48 [12/44] test_dataclasses0:00:15 load avg: 0.48 [13/44] test_datetimetest test_datetime failed0: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_difflib0:00:27 load avg: 0.67 [16/44] test_embed0:00:38 load avg: 0.72 [17/44] test_float0:00:38 load avg: 0.72 [18/44] test_fstring0:00:42 load avg: 0.74 [19/44] test_functools0:00:43 load avg: 0.74 [20/44] test_generators0:00:43 load avg: 0.74 [21/44] test_hashlib0:00:44 load avg: 0.74 [22/44] test_heapq0:00:45 load avg: 0.74 [23/44] test_int0:00:46 load avg: 0.76 [24/44] test_itertools0: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
Projects
Status
Done