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

CI build-run-tests fails #79

Closed
lpottier opened this issue Aug 8, 2024 · 1 comment · Fixed by #80
Closed

CI build-run-tests fails #79

lpottier opened this issue Aug 8, 2024 · 1 comment · Fixed by #80
Labels
bug Something isn't working

Comments

@lpottier
Copy link
Collaborator

lpottier commented Aug 8, 2024

One of our actions container is crashing due to some glibc issue.

/usr/bin/docker exec  2ab208b6c18677e66a7e72ac3ec261adc99fb94442c8d2701bd4132ce0340944 sh -c "cat /etc/*release | grep ^ID"
/__e/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /__e/node20/bin/node)
@lpottier lpottier added the bug Something isn't working label Aug 8, 2024
@lpottier lpottier linked a pull request Aug 8, 2024 that will close this issue
@lpottier
Copy link
Collaborator Author

lpottier commented Aug 8, 2024

The error is due to an update of nodejs on GitHub actions: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

The fix is to allow actions to use Node16 but this will work only for a few weeks/months until GitHub remove Node16 from the runners.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant