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

Skip to content

TestsMSI/build_msi.yml GHA workflow stopped passing #121879

Closed
@webknjaz

Description

@webknjaz

Bug report

Bug description:

While working on something else, I tripped the conditional that made https://github.com/python/cpython/blob/f589f26/.github/workflows/build_msi.yml start and the workflow run failed. I asked @hugovk to trigger a manual run to make sure it wasn't related to my pull request. Turned out, it currently fails on main and 3.13:

The last successes recorded were seen about a month ago:

It looks like there are several failures in the logs. The first one seems to be related to missing (or misplaced/corrupted?) blurb (but there seem to be more, maybe related to free-treading — it was hard to judge from the build log):

  py -3.12 -m pip install -U blurb
  Requirement already satisfied: blurb in c:\hostedtoolcache\windows\python\3.12.4\x64\lib\site-packages (1.2.0)
  py -3.12 -m blurb merge -f "D:\a\cpython\cpython\PCbuild\arm64\NEWS.txt"
  Traceback (most recent call last):
    File "<frozen runpy>", line 198, in _run_module_as_main
    File "<frozen runpy>", line 88, in _run_code
    File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\blurb\__main__.py", line 6, in <module>
      blurb.main()
      ^^^^^^^^^^
  AttributeError: module 'blurb' has no attribute 'main'

cc @zooba — I understand you're maintaining this workflow, so I'm tagging you for visibility

CPython versions tested on:

CPython main branch

Operating systems tested on:

Windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions