Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
hugovk opened this issue Dec 23, 2023 · 0 comments
Closed

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

hugovk opened this issue Dec 23, 2023 · 0 comments
Labels
OS-windows tests Tests in the Lib/test dir

Comments

@hugovk
Copy link
Member

hugovk commented Dec 23, 2023

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

@hugovk hugovk added tests Tests in the Lib/test dir OS-windows labels Dec 23, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Dec 24, 2023
…000142 (pythonGH-113435)

(cherry picked from commit 53330f1)

Co-authored-by: Serhiy Storchaka <[email protected]>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Dec 24, 2023
…000142 (pythonGH-113435)

(cherry picked from commit 53330f1)

Co-authored-by: Serhiy Storchaka <[email protected]>
serhiy-storchaka added a commit that referenced this issue Dec 24, 2023
…0000142 (GH-113435) (GH-113452)

(cherry picked from commit 53330f1)

Co-authored-by: Serhiy Storchaka <[email protected]>
serhiy-storchaka added a commit that referenced this issue Dec 24, 2023
…0000142 (GH-113435) (GH-113453)

(cherry picked from commit 53330f1)

Co-authored-by: Serhiy Storchaka <[email protected]>
ryan-duve pushed a commit to ryan-duve/cpython that referenced this issue Dec 26, 2023
kulikjak pushed a commit to kulikjak/cpython that referenced this issue Jan 22, 2024
aisk pushed a commit to aisk/cpython that referenced this issue Feb 11, 2024
@hugovk hugovk closed this as completed Jun 16, 2024
Glyphack pushed a commit to Glyphack/cpython that referenced this issue Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS-windows tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant