2025-09-10 07:23:13,021 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -DSPT_VERSION=1.3.5 -DHAVE_SYS_PRCTL_H=1 -I/usr/include/python3.12 -c src/setproctitle.c -o build/temp.linux-x86_64-cpython-312/src/setproctitle.o 2025-09-10 07:23:13,098 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -DSPT_VERSION=1.3.5 -DHAVE_SYS_PRCTL_H=1 -I/usr/include/python3.12 -c src/spt_debug.c -o build/temp.linux-x86_64-cpython-312/src/spt_debug.o 2025-09-10 07:23:13,124 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -DSPT_VERSION=1.3.5 -DHAVE_SYS_PRCTL_H=1 -I/usr/include/python3.12 -c src/spt_setup.c -o build/temp.linux-x86_64-cpython-312/src/spt_setup.o 2025-09-10 07:23:13,213 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -DSPT_VERSION=1.3.5 -DHAVE_SYS_PRCTL_H=1 -I/usr/include/python3.12 -c src/spt_status.c -o build/temp.linux-x86_64-cpython-312/src/spt_status.o 2025-09-10 07:23:13,304 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -DSPT_VERSION=1.3.5 -DHAVE_SYS_PRCTL_H=1 -I/usr/include/python3.12 -c src/spt_strlcpy.c -o build/temp.linux-x86_64-cpython-312/src/spt_strlcpy.o 2025-09-10 07:23:13,325 root INFO cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt build/temp.linux-x86_64-cpython-312/src/setproctitle.o build/temp.linux-x86_64-cpython-312/src/spt_debug.o build/temp.linux-x86_64-cpython-312/src/spt_setup.o build/temp.linux-x86_64-cpython-312/src/spt_status.o build/temp.linux-x86_64-cpython-312/src/spt_strlcpy.o -L/usr/lib -o build/lib.linux-x86_64-cpython-312/setproctitle/_setproctitle.cpython-312-x86_64-linux-musl.so =================================== FAILURES =================================== # ps can fail on kfreebsd arch E KeyError: '88529' tests/setproctitle_test.py:68: KeyError else fail the test. > pytest.fail("test script failed") E Failed: test script failed tests/conftest.py:154: Failed FileNotFoundError: [Errno 2] No such file or directory: '/proc/self/status' E KeyError: '89861' tests/setproctitle_test.py:192: KeyError E KeyError: '90164' tests/setproctitle_test.py:216: KeyError except UnicodeEncodeError: except UnicodeEncodeError: E KeyError: '90457' tests/setproctitle_test.py:266: KeyError except TypeError: E KeyError: '90732' tests/setproctitle_test.py:297: KeyError except UnicodeEncodeError: E KeyError: '91310' tests/setproctitle_test.py:334: KeyError FAILED tests/setproctitle_test.py::test_setproctitle - KeyError: '88529' FAILED tests/setproctitle_test.py::test_prctl - Failed: test script failed FAILED tests/setproctitle_test.py::test_issue_8 - KeyError: '89861' FAILED tests/setproctitle_test.py::test_large_cmdline - KeyError: '90164' FAILED tests/setproctitle_test.py::test_unicode - KeyError: '90457' FAILED tests/setproctitle_test.py::test_weird_args - KeyError: '90732' FAILED tests/setproctitle_test.py::test_weird_path - KeyError: '91310' =================== 7 failed, 11 passed, 10 skipped in 0.72s =================== >>> ERROR: py3-setproctitle: check failed