Skip to content
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

Cron CI failure: timeout in micromamba list #298

Closed
orbeckst opened this issue Sep 30, 2024 · 4 comments · Fixed by #301
Closed

Cron CI failure: timeout in micromamba list #298

orbeckst opened this issue Sep 30, 2024 · 4 comments · Fixed by #301
Assignees
Labels
bug CI continuous integration

Comments

@orbeckst
Copy link
Member

The latest CI cron failed https://github.com/Becksteinlab/GromacsWrapper/actions/runs/11081172277

The job running on runner GitHub Actions xxx has exceeded the maximum execution time of 360 minutes.

It seems to be the

micromamba list

step.

Need to investigate.

@orbeckst orbeckst added bug CI continuous integration labels Sep 30, 2024
@orbeckst orbeckst self-assigned this Sep 30, 2024
@orbeckst
Copy link
Member Author

orbeckst commented Oct 1, 2024

Possibly mamba-org/setup-micromamba#225

@orbeckst orbeckst changed the title Cron CI failure: timeout in micromamba installation Cron CI failure: timeout in micromamba list Oct 1, 2024
@orbeckst
Copy link
Member Author

orbeckst commented Oct 1, 2024

There's some chatter that GH actions uses its own micromamba and ignores the installed one. In our logs, eg https://github.com/Becksteinlab/GromacsWrapper/actions/runs/11081172277/job/30886588889 , it looks as if we are installing in the right place:

  1. Install to /home/runner/micromamba-bin/micromamba
Run mamba-org/setup-micromamba@v1
  with:
    environment-file: ci/conda-envs/test_env.yaml
    condarc: channels:
     - conda-forge
     - bioconda
  channel_priority: flexible         
  
    cache-downloads: true
    cache-environment: true
    create-args: python=3.11.*=*_cpython gromacs==2018.6
  env:
    MPLBACKEND: agg
Will download micromamba to /home/runner/micromamba-bin/micromamba
Install micromamba

We do get 2.0.1

 micromamba version : 2.0.1

which is the problematic version.
2. run list

/home/runner/micromamba-bin/micromamba list -r /home/runner/micromamba -n gromacs_wrapper

fails (inside the setup-micromamba action).

@orbeckst
Copy link
Member Author

orbeckst commented Oct 1, 2024

I just deleted all caches for GH actions and now trying to rerun.

orbeckst added a commit that referenced this issue Oct 1, 2024
@orbeckst
Copy link
Member Author

orbeckst commented Oct 1, 2024

Deleting caches did not help.

orbeckst added a commit that referenced this issue Oct 1, 2024
- fix #298 (temporarily)
- see mamba-org/setup-micromamba#225 for details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug CI continuous integration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant