We've had build failures on "Windows / build and test (x86)", after some unknown problem calling the ver command.
Run .\python.bat -m test.pythoninfo
Running Debug|Win32 interpreter...
ERROR: collect_windows() failed
Traceback (most recent call last):
File "D:\a\cpython\cpython\Lib\test\pythoninfo.py", line 1022, in collect_info
collect_func(info_add)
~~~~~~~~~~~~^^^^^^^^^^
File "D:\a\cpython\cpython\Lib\test\pythoninfo.py", line [9](https://github.com/python/cpython/actions/runs/7286334537/job/19854864684#step:4:10)34, in collect_windows
line = output.splitlines()[0]
~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
Collection failed: exit with error
Sometimes it fails on re-run, sometimes it passes.
We've had build failures on "Windows / build and test (x86)", after some unknown problem calling the
vercommand.For example:
https://github.com/python/cpython/actions/runs/7286334537/job/19854864684
More examples:
Sometimes it fails on re-run, sometimes it passes.
Linked PRs
vercall fails #113392