Skip to content

Windows 32-bit CI: failures calling ver command #113440

@hugovk

Description

@hugovk

We've had build failures on "Windows / build and test (x86)", after some unknown problem calling the ver command.

For example:

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

https://github.com/python/cpython/actions/runs/7286334537/job/19854864684

More examples:

Sometimes it fails on re-run, sometimes it passes.

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions