This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: 3.9.2 --without-pymalloc --with-pydebug --with-valgrind: test failed: test_posix
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.9
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: Thermi, ned.deily, vstinner
Priority: normal Keywords:

Created on 2021-03-18 04:08 by Thermi, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
config.log Thermi, 2021-03-18 04:08 config.log
PKGBUILD Thermi, 2021-03-18 04:09 PKGBUILD
Messages (4)
msg388986 - (view) Author: (Thermi) Date: 2021-03-18 04:08
----------------------------------------------------------------------

Ran 210 tests in 0.950s

OK (skipped=26)

== Tests result: FAILURE ==

412 tests OK.

1 test failed:
    test_posix

10 tests skipped:
    test_devpoll test_gdb test_kqueue test_msilib test_ossaudiodev
    test_startfile test_winconsoleio test_winreg test_winsound
    test_zipfile64

Total duration: 1 hour 3 min
Tests result: FAILURE


test test_posix failed                                                                                                                     
0:38:00 load avg: 1.89 [265/423/1] test_posixpath -- test_posix failed                       

Possibly related: test_setscheduler_with_policy (test.test_posix.TestPosixSpawnP) ... ERROR                                                                  

test_setscheduler_with_policy (test.test_posix.TestPosixSpawn) ... ERROR                                                                   

Distribution: Arch Linux
Linux 5.11.6-arch1-1
gcc 10.2.0-6
glibc 2.33-4
valgrind 3.16.1-4
msg388987 - (view) Author: (Thermi) Date: 2021-03-18 04:09
PKGBUILD I use to build the python package I need for debugging on Arch.

Only changes to it are the addition of the 3 configure flags mentioned in the title.
Other than that, it should work fine.
I built the package previously without those changes and that worked.

flags: --without-pymalloc --with-pydebug --with-valgrind
msg389167 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2021-03-20 16:04
Please report the verbose results from the failing test cases; otherwise we are just guessing at what the exact failure is.  Use the -w or -v options to test.regrtest.
msg411965 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2022-01-28 02:43
Without the test output, we cannot investigate the issue. I close it.
History
Date User Action Args
2022-04-11 14:59:42adminsetgithub: 87702
2022-01-28 02:43:10vstinnersetstatus: open -> closed

nosy: + vstinner
messages: + msg411965

resolution: out of date
stage: resolved
2021-03-20 16:04:17ned.deilysetnosy: + ned.deily
messages: + msg389167
2021-03-18 04:09:43Thermisetfiles: + PKGBUILD

messages: + msg388987
2021-03-18 04:08:10Thermicreate