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

/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found on the action #11122

Open
2 of 15 tasks
balakrishnatopuri opened this issue Dec 6, 2024 · 6 comments
Open
2 of 15 tasks

Comments

@balakrishnatopuri
Copy link

balakrishnatopuri commented Dec 6, 2024

Description

We are getting below error while checkout the code with V3 ,can you please let me know reason

Post job cleanup.
ANISBLE/actions/runs/12206492125/job/34056046611#step:7:2)14ea39261a42c49bd5efad1690b36741ee5743 sh -c "cat /etc/*release | grep ^ID"
/__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • Ubuntu 24.04
  • macOS 12
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • macOS 15
  • macOS 15 Arm64
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

For GitHub Actions, under "Set up job" -> "Runner Image" -> "Latest".

Is it regression?

no

Expected behavior

image issue

Actual behavior

Action workflow failes

Repro steps

ubtuntu-latest image runner ws used for the workflow

@balakrishnatopuri balakrishnatopuri changed the title ibc.so.6: version `GLIBC_2.28' not found on the runner /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found on the action Dec 6, 2024
@balakrishnatopuri
Copy link
Author

Please find the details
Current runner version: '2.321.0'
Operating System
Ubuntu
2.04.5
LTS
Runner Image
Image: ubuntu-22.04
Version: 20241201.1.0
Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20241201.1/images/ubuntu/Ubuntu2204-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20241201.1
Runner Image Provisioner
2.0.385.1

@RaviAkshintala
Copy link
Contributor

Hi @balakrishnatopuri Thank you for bringing this issue to our attention. We are looking into this issue and will update you on this issue after investigating.

@RaviAkshintala
Copy link
Contributor

Hi @balakrishnatopuri Can you please share the workflow file that is causing the error.

@balakrishnatopuri
Copy link
Author

balakrishnatopuri commented Dec 9, 2024

his workflow is triggered everyday at 9:00 AM and 9:00 PM IST.
on:
schedule:
- cron: '30 3,16 * * *'

Not able to checkout the repo, hence added this environment variable, reference link: https://github.com/actions/checkout/issues//290

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

Jobs to be executed

jobs:
Ansible-Execution:
# It runs on self-hosted runner
runs-on: Higher-Tier-Ubuntu
container:
image: xxxx/ite-runner:latest
credentials:
username: ${{ secrets.ACR_USERNAME }}
password: ${{ secrets.ACR_PASSWORD }}

strategy:
  matrix:
    branch: [, NPSS_Health_check_report]

steps:
# Checkout the respective repository
- name: Checkout code
  uses: actions/checkout@v3
  with:
    ref: ${{ matrix.branch }}

@RaviAkshintala
Copy link
Contributor

@balakrishnatopuri Could you please provide the complete workflow file where you are facing an error.

@ivansherov
Copy link

I have the same issue, described it in the ticket on the GitHub community

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

3 participants