Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Closed
Description
Bug report
Bug description:
The iOS buildbot is seeing an intermittent testing failure in `test_posix.PosixTester.test_confstr:
======================================================================ERROR:test_confstr (test.test_posix.PosixTester.test_confstr)----------------------------------------------------------------------Traceback (mostrecentcalllast):File"/Users/buildbot/Library/Developer/XCTestDevices/4FED991E-7280-4D2F-B63A-C7FECDE66EAD/data/Containers/Bundle/Application/0809D9E4-34B6-4223-A3AD-079D76671D9D/iOSTestbed.app/python/lib/python3.13/test/test_posix.py",line569,intest_confstrself.assertEqual(len(posix.confstr("CS_PATH"))>0,True)~~~~~~~~~~~~~^^^^^^^^^^^ValueError:unrecognizedconfigurationname----------------------------------------------------------------------
Seethis PR for the buildbot report;this build is the resulting failure.
The failure appears to be completely transient, affecting ~1 in 10 builds; the next buildbot run almost always passes, with no changes addressing this issue.
I've been unsuccessful reproducing the test locally.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Other