Skip to content

Blog build GH action times out #1082

Open
@melange396

Description

@melange396

After running and producing output for ~20s, the "blog" GH action seems to hang and then times out at 6 hours (the hard limit for lifetimes of GH action jobs). Its not a showstopper yet, but it probably will be as soon as we need to publish another blog article.

The step in the workflow that hangs is:

- uses: mamba-org/setup-micromamba@v2
with:
environment-file: environment.yml
micromamba-version: latest
log-level: debug
cache-environment: true

For a historical perspective, changes to this action have been:

My hunch is the culprit is probably some dependency cycle or incompatibility in www-main/dev/environment.yml, perhaps related to a dependency that pulls in CUDA/nvidia-smi libraries that [dont?] exist on the runner. Its also possible that its related to mamba-org/setup-micromamba#225, but the resolution there is not satisfying.

Also see:

Metadata

Metadata

Assignees

No one assigned

    Labels

    blogbugchoredependenciesPull requests that update a dependency filegithub_actionsPull requests that update Github_actions code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions