-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed as not planned
Closed as not planned
Copy link
Labels
OS-linuxtestsTests in the Lib/test dirTests in the Lib/test dirtopic-multiprocessingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
Trying to build from source on a raspberry pi 3b fresh install, and running into issues.
configured for optimizations, and tried to build
uname -a: Linux raspberrypi 6.6.74+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.74-1+rpt1 (2025-01-27) aarch64 GNU/Linux
lsb_release -a:
downloaded from `https://www.python.org/ftp/python/3.13.2/Python-3.13.2.tar.xz`
installed necessary packages: ```
sudo apt-get install build-essential gdb lcov pkg-config \
libbz2-dev libffi-dev libgdbm-dev libgdbm-compat-dev liblzma-dev \
libncurses5-dev libreadline-dev libsqlite3-dev libssl-dev \
lzma lzma-dev tk-dev uuid-dev zlib1g-dev
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm
here's a snippet of my screenlog for the tests, I'll attach the rest of it (which includes building).
```bash
0:28:03 load avg: 9.79 [404/480/1] test.test_multiprocessing_forkserver.test_misc passed (3 min 3 sec) -- running (5): test.test_multiprocessing_spawn.test_processes (4 min 50 sec), test_venv (1 min 10 sec), tes
0:28:11 load avg: 10.15 [405/480/1] test_queue passed (1 min 20 sec) -- running (4): test.test_multiprocessing_spawn.test_processes (4 min 58 sec), test_venv (1 min 18 sec), test_gc (39.0 sec), test.test_multipr
0:28:15 load avg: 10.15 [406/480/1] test_gc passed (43.3 sec) -- running (3): test.test_multiprocessing_spawn.test_processes (5 min 2 sec), test_venv (1 min 23 sec), test.test_multiprocessing_forkserver.test_pro
0:28:21 load avg: 9.75 [407/480/1] test_generators passed -- running (3): test.test_multiprocessing_spawn.test_processes (5 min 8 sec), test_venv (1 min 28 sec), test.test_multiprocessing_forkserver.test_process
0:28:28 load avg: 9.61 [408/480/1] test.test_asyncio.test_streams passed -- running (3): test.test_multiprocessing_spawn.test_processes (5 min 15 sec), test_venv (1 min 35 sec), test.test_multiprocessing_forkser
0:28:30 load avg: 9.61 [409/480/1] test_zipfile64 skipped (resource denied) -- running (3): test.test_multiprocessing_spawn.test_processes (5 min 17 sec), test_venv (1 min 37 sec), test.test_multiprocessing_fork
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
0:28:35 load avg: 9.40 [410/480/1] test_time passed -- running (4): test.test_multiprocessing_spawn.test_processes (5 min 22 sec), test.test_concurrent_futures.test_process_pool (32.6 sec), test_venv (1 min 43 s
Timeout (0:05:00)!
Thread 0x0000007f95fbf180 (most recent call first):
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/setup.py", line 76 in _test_audit_hook
File "/home/pi/.local/lib/Python-3.13.2/Lib/subprocess.py", line 2062 in _wait
File "/home/pi/.local/lib/Python-3.13.2/Lib/subprocess.py", line 1276 in wait
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 188 in _run_process
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 293 in run_tmp_files
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 357 in _runtest
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 397 in run
File "/home/pi/.local/lib/Python-3.13.2/Lib/threading.py", line 1041 in _bootstrap_inner
File "/home/pi/.local/lib/Python-3.13.2/Lib/threading.py", line 1012 in _bootstrap
Thread 0x0000007f967cf180 (most recent call first):
File "/home/pi/.local/lib/Python-3.13.2/Lib/subprocess.py", line 2062 in _wait
File "/home/pi/.local/lib/Python-3.13.2/Lib/subprocess.py", line 1276 in wait
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 188 in _run_process
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 293 in run_tmp_files
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 357 in _runtest
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 397 in run
File "/home/pi/.local/lib/Python-3.13.2/Lib/threading.py", line 1041 in _bootstrap_inner
File "/home/pi/.local/lib/Python-3.13.2/Lib/threading.py", line 1012 in _bootstrap
Thread 0x0000007f96fdf180 (most recent call first):
File "/home/pi/.local/lib/Python-3.13.2/Lib/subprocess.py", line 2062 in _wait
File "/home/pi/.local/lib/Python-3.13.2/Lib/subprocess.py", line 1276 in wait
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 188 in _run_process
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 293 in run_tmp_files
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 357 in _runtest
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 397 in run
File "/home/pi/.local/lib/Python-3.13.2/Lib/threading.py", line 1041 in _bootstrap_inner
File "/home/pi/.local/lib/Python-3.13.2/Lib/threading.py", line 1012 in _bootstrap
Thread 0x0000007f977ef180 (most recent call first):
File "/home/pi/.local/lib/Python-3.13.2/Lib/subprocess.py", line 2062 in _wait
File "/home/pi/.local/lib/Python-3.13.2/Lib/subprocess.py", line 1276 in wait
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 188 in _run_process
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 293 in run_tmp_files
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 357 in _runtest
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 397 in run
File "/home/pi/.local/lib/Python-3.13.2/Lib/threading.py", line 1041 in _bootstrap_inner
File "/home/pi/.local/lib/Python-3.13.2/Lib/threading.py", line 1012 in _bootstrap
Thread 0x0000007f97fff180 (most recent call first):
File "/home/pi/.local/lib/Python-3.13.2/Lib/subprocess.py", line 2062 in _wait
File "/home/pi/.local/lib/Python-3.13.2/Lib/subprocess.py", line 1276 in wait
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 188 in _run_process
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 293 in run_tmp_files
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 357 in _runtest
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 397 in run
File "/home/pi/.local/lib/Python-3.13.2/Lib/threading.py", line 1041 in _bootstrap_inner
File "/home/pi/.local/lib/Python-3.13.2/Lib/threading.py", line 1012 in _bootstrap
Thread 0x0000007f9cbbf180 (most recent call first):
File "/home/pi/.local/lib/Python-3.13.2/Lib/subprocess.py", line 2062 in _wait
File "/home/pi/.local/lib/Python-3.13.2/Lib/subprocess.py", line 1276 in wait
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 188 in _run_process
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 293 in run_tmp_files
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 357 in _runtest
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 397 in run
File "/home/pi/.local/lib/Python-3.13.2/Lib/threading.py", line 1041 in _bootstrap_inner
File "/home/pi/.local/lib/Python-3.13.2/Lib/threading.py", line 1012 in _bootstrap
Thread 0x0000007f9dccf040 (most recent call first):
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 547 in _get_result
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/run_workers.py", line 604 in run
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/main.py", line 437 in _run_tests_mp
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/main.py", line 544 in _run_tests
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/main.py", line 584 in run_tests
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/main.py", line 756 in main
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/libregrtest/main.py", line 764 in main
File "/home/pi/.local/lib/Python-3.13.2/Lib/test/__main__.py", line 2 in <module>
File "<frozen runpy>", line 88 in _run_code
File "<frozen runpy>", line 198 in _run_module_as_main
make: *** [Makefile:2196: test] Error 1
screenlog_cleaned.log
screenlog.log
(cleaned screenlog just gets rid of control characters and me viewing the makefile, but i attached both to be safe)
CPython versions tested on:
3.13
Operating systems tested on:
Linux
Metadata
Metadata
Assignees
Labels
OS-linuxtestsTests in the Lib/test dirTests in the Lib/test dirtopic-multiprocessingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error