Debug scheduled CI jobs failing #955

Open
opened 2024-10-17 03:45:40 +00:00 by nabarun · 0 comments
Member

Scheduled CI jobs are failing with error

Build local shiv package  0s
Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.8.18/x64/bin/shiv", line 5, in <module>
    from shiv.cli import main
  File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/shiv/cli.py", line 16, in <module>
    from . import builder, pip
  File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/shiv/builder.py", line 21, in <module>
    from . import bootstrap
  File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/shiv/bootstrap/__init__.py", line 16, in <module>
    from .environment import Environment
  File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/shiv/bootstrap/environment.py", line 16, in <module>
    class Environment:
  File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/shiv/bootstrap/environment.py", line 38, in Environment
    hashes: Optional[dict[str, Any]] = None,
TypeError: 'type' object is not subscriptable

Failing CIs:

Scheduled CI jobs are failing with error ```bash Build local shiv package 0s Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.8.18/x64/bin/shiv", line 5, in <module> from shiv.cli import main File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/shiv/cli.py", line 16, in <module> from . import builder, pip File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/shiv/builder.py", line 21, in <module> from . import bootstrap File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/shiv/bootstrap/__init__.py", line 16, in <module> from .environment import Environment File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/shiv/bootstrap/environment.py", line 16, in <module> class Environment: File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/shiv/bootstrap/environment.py", line 38, in Environment hashes: Optional[dict[str, Any]] = None, TypeError: 'type' object is not subscriptable ``` Failing CIs: - https://git.vdb.to/cerc-io/stack-orchestrator/actions/runs/4827 - https://git.vdb.to/cerc-io/stack-orchestrator/actions/runs/4826 - https://git.vdb.to/cerc-io/stack-orchestrator/actions/runs/4813 - https://git.vdb.to/cerc-io/stack-orchestrator/actions/runs/4812
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#955
No description provided.