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

[BUG] [CI] libm.so version in Actions workflows using the nipype/nipype:py38 image #218

Open
bclenet opened this issue Nov 22, 2024 · 0 comments

Comments

@bclenet
Copy link
Collaborator

bclenet commented Nov 22, 2024

Describe the bug

The unit_test workflow (and probably other workflows using the nipype/nipype:py38 image fail when using external actions :

  • actions/checkout@v3
  • actions/upload-artifact@v3

and in the cleanup job as well, with the following message :

/home/neuro/actions-runner/externals/node20/bin/node: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by /home/neuro/actions-runner/externals/node20/bin/node)
/home/neuro/actions-runner/externals/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /home/neuro/actions-runner/externals/node20/bin/node)
/home/neuro/actions-runner/externals/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /home/neuro/actions-runner/externals/node20/bin/node)

Reproduction

See https://github.com/Inria-Empenn/narps_open_pipelines/actions/runs/11970541027/job/33373500468

Expected behavior

The workflow passes with no error related to GitHub actions.

NARPS Open Pipeline version

a9bc7ec (propably earlier)

Operating System

NA

Softwares versions

NA

Screenshots

No response

@bclenet bclenet added 🚦 status: awaiting triage Has not been triaged & therefore, not ready for work 🛠 goal: fix Bug fix labels Nov 22, 2024
@bclenet bclenet added 🏁 status: ready for dev Ready for work and removed 🚦 status: awaiting triage Has not been triaged & therefore, not ready for work labels Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant