Skip to content

jitrollingbuild failing with Python package issues #120867

@jakobbotsch

Description

@jakobbotsch

The internal rolling JIT build is failing with Python package issues. It means current JIT diffs are not baselined correctly, so diffs are showing up in PRs even where there are none.

2025-10-15T11:54:40.1298704Z [11:54:40] Please install:
2025-10-15T11:54:40.1299512Z [11:54:40]   pip install azure-storage-blob
2025-10-15T11:54:40.1299663Z [11:54:40]   pip install azure-identiy
2025-10-15T11:54:40.1299847Z [11:54:40] See also https://learn.microsoft.com/azure/storage/blobs/storage-quickstart-blobs-python
2025-10-15T11:54:40.1341577Z Traceback (most recent call last):
2025-10-15T11:54:40.1367989Z   File "D:\a\_work\1\s/src/coreclr/scripts/jitrollingbuild.py", line 459, in upload_command
2025-10-15T11:54:40.1368163Z     from azure.storage.blob import BlobServiceClient
2025-10-15T11:54:40.1368433Z   File "D:\a\_work\1\s\venv\Lib\site-packages\azure\storage\blob\__init__.py", line 10, in <module>
2025-10-15T11:54:40.1368587Z     from ._blob_client import BlobClient
2025-10-15T11:54:40.1368793Z   File "D:\a\_work\1\s\venv\Lib\site-packages\azure\storage\blob\_blob_client.py", line 19, in <module>
2025-10-15T11:54:40.1368950Z     import six
2025-10-15T11:54:40.1369093Z ModuleNotFoundError: No module named 'six'
2025-10-15T11:54:40.1369148Z 
2025-10-15T11:54:40.1369306Z During handling of the above exception, another exception occurred:
2025-10-15T11:54:40.1369349Z 
2025-10-15T11:54:40.1369491Z Traceback (most recent call last):
2025-10-15T11:54:40.1372293Z   File "D:\a\_work\1\s/src/coreclr/scripts/jitrollingbuild.py", line 732, in <module>
2025-10-15T11:54:40.1372433Z     sys.exit(main(args))
2025-10-15T11:54:40.1372623Z              ~~~~^^^^^^
2025-10-15T11:54:40.1372839Z   File "D:\a\_work\1\s/src/coreclr/scripts/jitrollingbuild.py", line 711, in main
2025-10-15T11:54:40.1372975Z     upload_command(coreclr_args)
2025-10-15T11:54:40.1373109Z     ~~~~~~~~~~~~~~^^^^^^^^^^^^^^
2025-10-15T11:54:40.1373289Z   File "D:\a\_work\1\s/src/coreclr/scripts/jitrollingbuild.py", line 467, in upload_command
2025-10-15T11:54:40.1373521Z     raise RuntimeError("Missing azure storage or identity packages.")
2025-10-15T11:54:40.1373691Z RuntimeError: Missing azure storage or identity packages.
2025-10-15T11:54:40.3989130Z 
2025-10-15T11:54:40.4141802Z ##[error]Script failed with exit code: 1
2025-10-15T11:54:40.4156774Z [command]C:\Windows\system32\cmd.exe /D /S /C ""C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin\az.cmd" account clear"
2025-10-15T11:54:42.7677689Z ##[section]Finishing: Upload JIT to Azure Storage

cc @dotnet/jit-contrib

Metadata

Metadata

Assignees

Labels

area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions