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]: The GA worflows that use CI images are failing #436

Closed
reta opened this issue Jul 9, 2024 · 3 comments
Closed

[Bug]: The GA worflows that use CI images are failing #436

reta opened this issue Jul 9, 2024 · 3 comments
Labels
bug Something isn't working untriaged Issues that have not yet been triaged

Comments

@reta
Copy link
Contributor

reta commented Jul 9, 2024

Describe the bug

I see that many GA workflows that use our own CI images are failing with:

 /usr/bin/docker exec  efbe92a44c7a1df6b6a8a07f701696d0a8552061642e21ea6ddfa25bb30be177 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/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)

To reproduce

Expected behavior

There were no changes in any workflows

Screenshots

If applicable, add screenshots to help explain your problem.

Host / Environment

GA

Additional context

No response

Relevant log output

No response

@reta reta added bug Something isn't working untriaged Issues that have not yet been triaged labels Jul 9, 2024
@reta
Copy link
Contributor Author

reta commented Jul 9, 2024

@peterzhuamazon fyi

@peterzhuamazon
Copy link
Member

Hi @reta ,

This is due to Github enforcing node20 in github actions since 06/30/2024.
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

For us, all OpenSearch related plugins (not dashboards) are still pulling AL2 images until 2025/06/30 before deprecation.
And AL2 does not support node20 due to glibc version is lower than 2.28.

You can use examples from this PR to fix this issue temporarily for now.
Note that you can only use action versions that was built on top of older nodejs version (ex: checkout@v3 instead of v4).
opensearch-project/k-NN#1795

Thanks.

@peterzhuamazon
Copy link
Member

We are closing this issue for now as it is not related to ci repo but rather github enforcing a dep verion 😄 .

See attached PRs for fix for your repo.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged Issues that have not yet been triaged
Projects
Status: ✅ Done
Development

No branches or pull requests

2 participants