I am not sure does it right place or not.
I am having issues with many simple actions now
2023-09-22T11:01:44.5122142Z ##[group]Run actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
2023-09-22T11:01:44.5122557Z with:
2023-09-22T11:01:44.5122788Z fetch-depth: 10
2023-09-22T11:01:44.5123067Z repository: X
2023-09-22T11:01:44.5123750Z token: ***
2023-09-22T11:01:44.5123988Z ssh-strict: true
2023-09-22T11:01:44.5124242Z persist-credentials: true
2023-09-22T11:01:44.5124504Z clean: true
2023-09-22T11:01:44.5124762Z sparse-checkout-cone-mode: true
2023-09-22T11:01:44.5125047Z fetch-tags: false
2023-09-22T11:01:44.5125283Z show-progress: true
2023-09-22T11:01:44.5125518Z lfs: false
2023-09-22T11:01:44.5125740Z submodules: false
2023-09-22T11:01:44.5125987Z set-safe-directory: true
2023-09-22T11:01:44.5126218Z ##[endgroup]
2023-09-22T11:01:44.5476016Z /opt/actions-runner/externals/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /opt/actions-runner/externals/node20/bin/node)
2023-09-22T11:01:44.5476995Z /opt/actions-runner/externals/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /opt/actions-runner/externals/node20/bin/node)
2023-09-22T11:01:44.5871283Z Post job cleanup.
2023-09-22T11:01:44.5891705Z /opt/actions-runner/externals/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /opt/actions-runner/externals/node20/bin/node)
2023-09-22T11:01:44.5892795Z /opt/actions-runner/externals/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /opt/actions-runner/externals/node20/bin/node)
2023-09-22T11:01:44.6143782Z Cleaning up orphan processes
I assume that this is due to the base image on which my actions are run.
I do not use custom AMI, therefore I think this kind of failure may affect many people. Can you please tell me which way to look to fix this error?
I am not sure does it right place or not.
I am having issues with many simple actions now
I assume that this is due to the base image on which my actions are run.
I do not use custom AMI, therefore I think this kind of failure may affect many people. Can you please tell me which way to look to fix this error?