GitHub Actions failing with below error

This issue has been tracked since 2023-03-10.

TL;DR

0s
Post job cleanup.
/usr/local/bin/docker exec fde52bc577f3ffa47f08dde1b995f8e5048efb8c59b6c54fd549fcef939685f2 sh -c "cat /etc/*release | grep ^ID"
Error relocating /__e/node16_alpine/bin/node: getentropy: symbol not found

Expected behavior

Post job cleanup.
/usr/local/bin/docker exec aabbc6191d9c0def99146456c1014e887b58027e7f566e17c10183f089ef36b2 sh -c "cat /etc/*release | grep ^ID"
Removed exported credentials at "/__w/web-authentication/web-authentication/gha-creds-e378a8e9a786ba2b.json".

Observed behavior

No response

Action YAML

- name: Authenticate to Google Cloud
        uses: google-github-actions/[email protected]
        with:
          credentials_json: '${{xxxxxx.xxxxx }}'

 - name: 'Set up Cloud SDK'
        uses: 'google-github-actions/s[email protected]'

 - name: Build Image with kaniko executor
        run: |
          echo ${{ github.workspace }}
          gcloud auth activate-service-account ${{ vars.xxxxx }} \
          --key-file=${xxxx} \
          --project=${xxxxx}

 /kaniko/executor -f `pwd`/Dockerfile -c `pwd` --build-arg version=$CICD_ARTIFACT_VERSION \
                              --build-arg artifactory_publish_flag=$artifactory_publish_flag \
                              --build-arg apollo_key=${{env.apollo_key}} \
                              --build-arg graph_name=${{env.graph_name}} \
                              --build-arg cicd_schema_pr_validate=${{env.cicd_schema_pr_validate}} \
                              --build-arg artifactory_user=${ARTIFACTORY_USERNAME} \
                              --build-arg artifactory_password=${ARTIFACTORY_PASSWORD} \
                              --build-arg service_name=${{github.event.repository.name}} \
                              --no-push

Log output

No response

Additional information

this is happening only for few repos work flow, most of the repos working fine with out any issues, but some repo failing with the following error

looks like unable to remove the credentials file. we are running this on self hosted runner

More Details About Repo
Owner Name google-github-actions
Repo Name setup-gcloud
Full Name google-github-actions/setup-gcloud
Language TypeScript
Created Date 2019-11-05
Updated Date 2023-03-23
Star Count 1505
Watcher Count 65
Fork Count 548
Issue Count 11

YOU MAY BE INTERESTED

Issue Title Created Date Updated Date