[GH-ISSUE #590] Issue: gcloud action works on GitHub but fails locally #393

Closed
opened 2026-03-01 21:42:58 +03:00 by kerem · 1 comment
Owner

Originally created by @bn185068 on GitHub (Mar 29, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/590

Act version

0.2.20

Expected behaviour

I'm running Github Action gcloud, and I'm running gsutil to copy data from a storage bucket to the local directory. I expected the action to download the appropriate data from the bucket to the local container.

Actual behaviour

The action builds and runs act-actions-hub-gcloud-master:latest and fails at the entrypoint.sh script line 59.

Note: This action works properly if pushed to the repo, but fails locally with act.

Workflow and/or repository

workflow
name: Copy 

on:
  push:

jobs:
  build:
    runs-on: ubuntu-18.04

    steps:
      - name: Pull Data from Bucket
        uses: actions-hub/gcloud@master
        env:
          PROJECT_ID: ${{secrets.GCLOUD_PROJECT_ID}}
          APPLICATION_CREDENTIALS: ${{secrets.GOOGLE_APPLICATION_CREDENTIALS}}
        with:
          args: cp gs://${{secrets.BUCKET_NAME}}/IssuerData.zip $PWD
          cli: gsutil

Steps to reproduce

I'm using a private repo, so I cannot share my codebase; however, to reproduce, you should be able to do the following:

  1. Create a new repo on github
  2. Create a build.yml file with the above workflow in it
  3. Setup a GCP storage bucket with any file it in
  4. Create a ci.secrets file and add GCLOUD_PROJECT_ID, GOOGLE_APPLICATION_CREDENTIALS base64 encoded and BUCKET_NAME
  5. Run the following command: act -W build.yml --secret-file ci.secrets

act output

Log
DEBU[0000] Loading environment from /Users/USERNAME/Projects/self-sovereign-identity/POC/ssi-verity-poc/.env 
DEBU[0000] Loading secrets from /Users/USERNAME/Projects/self-sovereign-identity/POC/ssi-verity-poc/ci/ci.secrets 
DEBU[0000] Loading workflow '/Users/USERNAME/ProjectName/RepoName/.github/workflows/build.yml' 
DEBU[0000] Reading workflow '/Users/USERNAME/ProjectName/RepoName/.github/workflows/build.yml' 
DEBU[0000] Planning event: push                         
DEBU[0000] Loading slug from git directory '/Users/USERNAME/ProjectName/RepoName/.git' 
DEBU[0000] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 
DEBU[0000] Loading revision from git directory '/Users/USERNAME/ProjectName/RepoName/.git' 
DEBU[0000] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 
DEBU[0000] HEAD points to '86c3f6146ce82b552476958deca4ca52d640b8b3' 
DEBU[0000] HEAD matches refs/heads/devops/ci/step/issuer_data_bucket_pull 
DEBU[0000] using github ref: refs/heads/devops/ci/step/issuer_data_bucket_pull 
DEBU[0000] 
[Copy IssuerData from GCP Bucket/build] 🚀  Start image=catthehacker/ubuntu:act-18.04
DEBU[0000] Loading slug from git directory '/Users/USERNAME/ProjectName/RepoName/.git' 
DEBU[0000] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 
DEBU[0000] Loading revision from git directory '/Users/USERNAME/ProjectName/RepoName/.git' 
DEBU[0000] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 
DEBU[0000] HEAD points to '86c3f6146ce82b552476958deca4ca52d640b8b3' 
DEBU[0000] HEAD matches refs/heads/devops/ci/step/issuer_data_bucket_pull 
DEBU[0000] using github ref: refs/heads/devops/ci/step/issuer_data_bucket_pull 
[Copy IssuerData from GCP Bucket/build]   🐳  docker pull catthehacker/ubuntu:act-18.04
DEBU[0000] Image exists? true                           
[Copy IssuerData from GCP Bucket/build] Removed container: 187a5394c4fc7fd6b0c3fd52271787665568231a349354652929215fd56b7838
[Copy IssuerData from GCP Bucket/build]   🐳  docker volume rm act-Copy-IssuerData-from-GCP-Bucket-build
[Copy IssuerData from GCP Bucket/build]   🐳  docker create image=catthehacker/ubuntu:act-18.04 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[Copy IssuerData from GCP Bucket/build] Created container name=act-Copy-IssuerData-from-GCP-Bucket-build id=1c342ba52746543ff2cd4dd70977877599746ab76a6bbf29c2c6f32a8ec9a132 from image catthehacker/ubuntu:act-18.04
[Copy IssuerData from GCP Bucket/build] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp]
[Copy IssuerData from GCP Bucket/build]   🐳  docker run image=catthehacker/ubuntu:act-18.04 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[Copy IssuerData from GCP Bucket/build] Starting container: 1c342ba52746543ff2cd4dd70977877599746ab76a6bbf29c2c6f32a8ec9a132
[Copy IssuerData from GCP Bucket/build] Started container: 1c342ba52746543ff2cd4dd70977877599746ab76a6bbf29c2c6f32a8ec9a132
DEBU[0000] Writing entry to tarball workflow/event.json len:2 
DEBU[0000] Writing entry to tarball workflow/envs.txt len:0 
DEBU[0000] Writing entry to tarball home/.act len:0     
[Copy IssuerData from GCP Bucket/build] Extracting content to '/github/'
DEBU[0000] Loading slug from git directory '/Users/USERNAME/ProjectName/RepoName/.git' 
DEBU[0000] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 
DEBU[0000] Loading revision from git directory '/Users/USERNAME/ProjectName/RepoName/.git' 
DEBU[0000] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 
DEBU[0000] HEAD points to '86c3f6146ce82b552476958deca4ca52d640b8b3' 
DEBU[0000] HEAD matches refs/heads/devops/ci/step/issuer_data_bucket_pull 
DEBU[0000] using github ref: refs/heads/devops/ci/step/issuer_data_bucket_pull 
DEBU[0000] Loading slug from git directory '/Users/USERNAME/ProjectName/RepoName/.git' 
DEBU[0000] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 
DEBU[0000] Loading revision from git directory '/Users/USERNAME/ProjectName/RepoName/.git' 
DEBU[0000] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 
DEBU[0000] HEAD points to '86c3f6146ce82b552476958deca4ca52d640b8b3' 
DEBU[0000] HEAD matches refs/heads/devops/ci/step/issuer_data_bucket_pull 
DEBU[0000] using github ref: refs/heads/devops/ci/step/issuer_data_bucket_pull 
DEBU[0000] 
DEBU[0000] Loading slug from git directory '/Users/USERNAME/ProjectName/RepoName/.git' 
DEBU[0000] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 
DEBU[0000] Loading revision from git directory '/Users/USERNAME/ProjectName/RepoName/.git' 
DEBU[0000] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 
DEBU[0000] HEAD points to '86c3f6146ce82b552476958deca4ca52d640b8b3' 
DEBU[0000] HEAD matches refs/heads/devops/ci/step/issuer_data_bucket_pull 
DEBU[0000] using github ref: refs/heads/devops/ci/step/issuer_data_bucket_pull 
DEBU[0000] 
DEBU[0000] Evaluating 'secrets['BUCKET_NAME']' instead of 'secrets.BUCKET_NAME' 
DEBU[0000] Loading slug from git directory '/Users/USERNAME/ProjectName/RepoName/.git' 
DEBU[0000] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 
DEBU[0000] Loading revision from git directory '/Users/USERNAME/ProjectName/RepoName/.git' 
DEBU[0000] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 
DEBU[0000] HEAD points to '86c3f6146ce82b552476958deca4ca52d640b8b3' 
DEBU[0000] HEAD matches refs/heads/devops/ci/step/issuer_data_bucket_pull 
DEBU[0000] using github ref: refs/heads/devops/ci/step/issuer_data_bucket_pull 
DEBU[0000] 
DEBU[0000] Evaluating 'secrets['BUCKET_NAME']' instead of 'secrets.BUCKET_NAME' 
DEBU[0000] Evaluating 'secrets['GCLOUD_PROJECT_ID']' instead of 'secrets.GCLOUD_PROJECT_ID' 
DEBU[0000] Evaluating 'secrets['GOOGLE_APPLICATION_CREDENTIALS']' instead of 'secrets.GOOGLE_APPLICATION_CREDENTIALS' 
[Copy IssuerData from GCP Bucket/build] ⭐  Run Pull IssuerData from Bucket
[Copy IssuerData from GCP Bucket/build]   ☁  git clone 'https://github.com/actions-hub/gcloud' # ref=master
[Copy IssuerData from GCP Bucket/build]   cloning https://github.com/actions-hub/gcloud to /Users/USERNAME/.cache/act/actions-hub-gcloud@master
[Copy IssuerData from GCP Bucket/build] Provided ref is not a sha. Checking out branch before pulling changes
[Copy IssuerData from GCP Bucket/build] Cloned https://github.com/actions-hub/gcloud to /Users/USERNAME/.cache/act/actions-hub-gcloud@master
[Copy IssuerData from GCP Bucket/build] Checked out master
DEBU[0001] Read action &{Google Cloud Platform (GCP) CLI - gcloud Serhiy Mytrovtsiy <mitrovtsiy@ukr.net> GitHub Action with all the components of the Google Cloud SDK map[args:{Arguments for the CLI command true } cli:{cli command to run (gcloud and gsutil available) false gcloud}] map[] {docker map[]  Dockerfile [] []} {blue cloud}} from '/Users/USERNAME/.cache/act/actions-hub-gcloud@master/action.yml' 
DEBU[0001] About to run action &{Google Cloud Platform (GCP) CLI - gcloud Serhiy Mytrovtsiy <mitrovtsiy@ukr.net> GitHub Action with all the components of the Google Cloud SDK map[args:{Arguments for the CLI command true } cli:{cli command to run (gcloud and gsutil available) false gcloud}] map[] {docker map[]  Dockerfile [] []} {blue cloud}} 
DEBU[0001] type=3 actionDir=/Users/USERNAME/.cache/act/actions-hub-gcloud@master actionPath= Workdir=/Users/USERNAME/Projects/self-sovereign-identity/POC/ssi-verity-poc ActionCacheDir=/Users/USERNAME/.cache/act actionName=actions-hub-gcloud@master containerActionDir=/actions 
DEBU[0001] Loading slug from git directory '/Users/USERNAME/ProjectName/RepoName/.git' 
DEBU[0001] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 
DEBU[0001] Loading revision from git directory '/Users/USERNAME/ProjectName/RepoName/.git' 
DEBU[0001] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 
DEBU[0001] HEAD points to '86c3f6146ce82b552476958deca4ca52d640b8b3' 
DEBU[0001] HEAD matches refs/heads/devops/ci/step/issuer_data_bucket_pull 
DEBU[0001] using github ref: refs/heads/devops/ci/step/issuer_data_bucket_pull 
DEBU[0001] 
DEBU[0001] Loading slug from git directory '/Users/USERNAME/ProjectName/RepoName/.git' 
DEBU[0001] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 
DEBU[0001] Loading revision from git directory '/Users/USERNAME/ProjectName/RepoName/.git' 
DEBU[0001] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 
DEBU[0001] HEAD points to '86c3f6146ce82b552476958deca4ca52d640b8b3' 
DEBU[0001] HEAD matches refs/heads/devops/ci/step/issuer_data_bucket_pull 
DEBU[0001] using github ref: refs/heads/devops/ci/step/issuer_data_bucket_pull 
DEBU[0001] 
DEBU[0001] Evaluating 'secrets['BUCKET_NAME']' instead of 'secrets.BUCKET_NAME' 
DEBU[0001] Loading slug from git directory '/Users/USERNAME/ProjectName/RepoName/.git' 
DEBU[0001] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 
DEBU[0001] Loading revision from git directory '/Users/USERNAME/ProjectName/RepoName/.git' 
DEBU[0001] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 
DEBU[0001] HEAD points to '86c3f6146ce82b552476958deca4ca52d640b8b3' 
DEBU[0001] HEAD matches refs/heads/devops/ci/step/issuer_data_bucket_pull 
DEBU[0001] using github ref: refs/heads/devops/ci/step/issuer_data_bucket_pull 
DEBU[0001] 
DEBU[0001] Evaluating 'secrets['BUCKET_NAME']' instead of 'secrets.BUCKET_NAME' 
[Copy IssuerData from GCP Bucket/build]   🐳  docker build -t act-actions-hub-gcloud-master:latest /Users/USERNAME/.cache/act/actions-hub-gcloud@master
[Copy IssuerData from GCP Bucket/build] Building image from '/Users/USERNAME/.cache/act/actions-hub-gcloud@master'
DEBU[0001] Creating archive for build context dir '/Users/USERNAME/.cache/act/actions-hub-gcloud@master' with relative dockerfile 'Dockerfile' 
[Copy IssuerData from GCP Bucket/build] Creating image from context dir '/Users/USERNAME/.cache/act/actions-hub-gcloud@master' with tag 'act-actions-hub-gcloud-master:latest'
[Copy IssuerData from GCP Bucket/build] Step 1/6 : FROM google/cloud-sdk:333.0.0-alpine
[Copy IssuerData from GCP Bucket/build] 
[Copy IssuerData from GCP Bucket/build]  ---> 7dcbc84b9313
[Copy IssuerData from GCP Bucket/build] Step 2/6 : COPY LICENSE README.md /
[Copy IssuerData from GCP Bucket/build] 
[Copy IssuerData from GCP Bucket/build]  ---> Using cache
[Copy IssuerData from GCP Bucket/build]  ---> f26a9452044f
[Copy IssuerData from GCP Bucket/build] Step 3/6 : COPY entrypoint.sh /entrypoint.sh
[Copy IssuerData from GCP Bucket/build] 
[Copy IssuerData from GCP Bucket/build]  ---> Using cache
[Copy IssuerData from GCP Bucket/build]  ---> ff4300f46f53
[Copy IssuerData from GCP Bucket/build] Step 4/6 : RUN chmod +x /entrypoint.sh
[Copy IssuerData from GCP Bucket/build] 
[Copy IssuerData from GCP Bucket/build]  ---> Using cache
[Copy IssuerData from GCP Bucket/build]  ---> cc9d6578d32f
[Copy IssuerData from GCP Bucket/build] Step 5/6 : ENTRYPOINT ["/entrypoint.sh"]
[Copy IssuerData from GCP Bucket/build] 
[Copy IssuerData from GCP Bucket/build]  ---> Using cache
[Copy IssuerData from GCP Bucket/build]  ---> 64fdbedcceb2
[Copy IssuerData from GCP Bucket/build] Step 6/6 : CMD ["info"]
[Copy IssuerData from GCP Bucket/build] 
[Copy IssuerData from GCP Bucket/build]  ---> Using cache
[Copy IssuerData from GCP Bucket/build]  ---> 6f77ce3ea16f
[Copy IssuerData from GCP Bucket/build] Unable to handle line: {"aux":{"ID":"sha256:6f77ce3ea16f4e9355ec1746b39a73b025a0470c8a8f3ffdda67df11f9ec3d67"}}
[Copy IssuerData from GCP Bucket/build] Successfully built 6f77ce3ea16f
[Copy IssuerData from GCP Bucket/build] Successfully tagged act-actions-hub-gcloud-master:latest
[Copy IssuerData from GCP Bucket/build]   🐳  docker pull act-actions-hub-gcloud-master:latest
DEBU[0001] Image exists? true                           
[Copy IssuerData from GCP Bucket/build]   🐳  docker create image=act-actions-hub-gcloud-master:latest entrypoint=[] cmd=["cp" "gs://***/IssuerData.zip" "$PWD"]
[Copy IssuerData from GCP Bucket/build] Created container name=act-Copy-Issue-0 id=778e6ff23d04dd066959aa3672b44d43809de8cfab1daf631c5fcf2233531938 from image act-actions-hub-gcloud-master:latest
[Copy IssuerData from GCP Bucket/build]   🐳  docker run image=act-actions-hub-gcloud-master:latest entrypoint=[] cmd=["cp" "gs://***/IssuerData.zip" "$PWD"]
[Copy IssuerData from GCP Bucket/build] Starting container: 778e6ff23d04dd066959aa3672b44d43809de8cfab1daf631c5fcf2233531938
[Copy IssuerData from GCP Bucket/build] Started container: 778e6ff23d04dd066959aa3672b44d43809de8cfab1daf631c5fcf2233531938
| Detect credentials from previous session...
| APPLICATION_CREDENTIALS found. Setting up a credentials....
| APPLICATION_CREDENTIALS is Base64 Encoded
| Activated service account credentials for: [firebase-adminsdk-4jw7o@***.iam.gserviceaccount.com]
| Previous project id not detected
| Updated property [core/project].
| /entrypoint.sh: line 59: can't create : nonexistent directory
[Copy IssuerData from GCP Bucket/build] Return status: 1
[Copy IssuerData from GCP Bucket/build] Removed container: 778e6ff23d04dd066959aa3672b44d43809de8cfab1daf631c5fcf2233531938
[Copy IssuerData from GCP Bucket/build]   ❌  Failure - Pull IssuerData from Bucket
DEBU[0005] exit with `FAILURE`: 1                       
Error: exit with `FAILURE`: 1
Originally created by @bn185068 on GitHub (Mar 29, 2021). Original GitHub issue: https://github.com/nektos/act/issues/590 <!-- - Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases) - Search the existing issues. - Refer to [README](https://github.com/nektos/act/blob/master/README.md). --> ## Act version <!-- Paste output of `act --version` --> ```none 0.2.20 ``` ## Expected behaviour <!-- Describe how whole process should go and finish --> I'm running Github Action [gcloud](https://github.com/actions-hub/gcloud), and I'm running gsutil to copy data from a storage bucket to the local directory. I expected the action to download the appropriate data from the bucket to the local container. ## Actual behaviour <!-- Describe what happened --> The action builds and runs `act-actions-hub-gcloud-master:latest` and fails at the entrypoint.sh script line 59. **Note:** This action works properly if pushed to the repo, but fails locally with act. ## Workflow and/or repository <details> <summary>workflow</summary> ```none name: Copy on: push: jobs: build: runs-on: ubuntu-18.04 steps: - name: Pull Data from Bucket uses: actions-hub/gcloud@master env: PROJECT_ID: ${{secrets.GCLOUD_PROJECT_ID}} APPLICATION_CREDENTIALS: ${{secrets.GOOGLE_APPLICATION_CREDENTIALS}} with: args: cp gs://${{secrets.BUCKET_NAME}}/IssuerData.zip $PWD cli: gsutil ``` </details> ## Steps to reproduce <!-- Make sure to include command you used to run `act` e.g.: 1. Clone example repo (https://github.com/cplee/github-actions-demo) 2. Enter cloned repo directory 3. Run `act -s SUPER_SECRET=im-a-value` --> I'm using a private repo, so I cannot share my codebase; however, to reproduce, you should be able to do the following: 1. Create a new repo on github 2. Create a build.yml file with the above workflow in it 3. Setup a GCP storage bucket with any file it in 4. Create a `ci.secrets` file and add `GCLOUD_PROJECT_ID`, `GOOGLE_APPLICATION_CREDENTIALS` base64 encoded and `BUCKET_NAME` 5. Run the following command: `act -W build.yml --secret-file ci.secrets` ## `act` output <!-- Paste output from your terminal, use `-v` or `--verbose` for richer output --> <details> <summary>Log</summary> ```none DEBU[0000] Loading environment from /Users/USERNAME/Projects/self-sovereign-identity/POC/ssi-verity-poc/.env DEBU[0000] Loading secrets from /Users/USERNAME/Projects/self-sovereign-identity/POC/ssi-verity-poc/ci/ci.secrets DEBU[0000] Loading workflow '/Users/USERNAME/ProjectName/RepoName/.github/workflows/build.yml' DEBU[0000] Reading workflow '/Users/USERNAME/ProjectName/RepoName/.github/workflows/build.yml' DEBU[0000] Planning event: push DEBU[0000] Loading slug from git directory '/Users/USERNAME/ProjectName/RepoName/.git' DEBU[0000] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 DEBU[0000] Loading revision from git directory '/Users/USERNAME/ProjectName/RepoName/.git' DEBU[0000] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 DEBU[0000] HEAD points to '86c3f6146ce82b552476958deca4ca52d640b8b3' DEBU[0000] HEAD matches refs/heads/devops/ci/step/issuer_data_bucket_pull DEBU[0000] using github ref: refs/heads/devops/ci/step/issuer_data_bucket_pull DEBU[0000] [Copy IssuerData from GCP Bucket/build] 🚀 Start image=catthehacker/ubuntu:act-18.04 DEBU[0000] Loading slug from git directory '/Users/USERNAME/ProjectName/RepoName/.git' DEBU[0000] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 DEBU[0000] Loading revision from git directory '/Users/USERNAME/ProjectName/RepoName/.git' DEBU[0000] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 DEBU[0000] HEAD points to '86c3f6146ce82b552476958deca4ca52d640b8b3' DEBU[0000] HEAD matches refs/heads/devops/ci/step/issuer_data_bucket_pull DEBU[0000] using github ref: refs/heads/devops/ci/step/issuer_data_bucket_pull [Copy IssuerData from GCP Bucket/build] 🐳 docker pull catthehacker/ubuntu:act-18.04 DEBU[0000] Image exists? true [Copy IssuerData from GCP Bucket/build] Removed container: 187a5394c4fc7fd6b0c3fd52271787665568231a349354652929215fd56b7838 [Copy IssuerData from GCP Bucket/build] 🐳 docker volume rm act-Copy-IssuerData-from-GCP-Bucket-build [Copy IssuerData from GCP Bucket/build] 🐳 docker create image=catthehacker/ubuntu:act-18.04 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Copy IssuerData from GCP Bucket/build] Created container name=act-Copy-IssuerData-from-GCP-Bucket-build id=1c342ba52746543ff2cd4dd70977877599746ab76a6bbf29c2c6f32a8ec9a132 from image catthehacker/ubuntu:act-18.04 [Copy IssuerData from GCP Bucket/build] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp] [Copy IssuerData from GCP Bucket/build] 🐳 docker run image=catthehacker/ubuntu:act-18.04 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Copy IssuerData from GCP Bucket/build] Starting container: 1c342ba52746543ff2cd4dd70977877599746ab76a6bbf29c2c6f32a8ec9a132 [Copy IssuerData from GCP Bucket/build] Started container: 1c342ba52746543ff2cd4dd70977877599746ab76a6bbf29c2c6f32a8ec9a132 DEBU[0000] Writing entry to tarball workflow/event.json len:2 DEBU[0000] Writing entry to tarball workflow/envs.txt len:0 DEBU[0000] Writing entry to tarball home/.act len:0 [Copy IssuerData from GCP Bucket/build] Extracting content to '/github/' DEBU[0000] Loading slug from git directory '/Users/USERNAME/ProjectName/RepoName/.git' DEBU[0000] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 DEBU[0000] Loading revision from git directory '/Users/USERNAME/ProjectName/RepoName/.git' DEBU[0000] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 DEBU[0000] HEAD points to '86c3f6146ce82b552476958deca4ca52d640b8b3' DEBU[0000] HEAD matches refs/heads/devops/ci/step/issuer_data_bucket_pull DEBU[0000] using github ref: refs/heads/devops/ci/step/issuer_data_bucket_pull DEBU[0000] Loading slug from git directory '/Users/USERNAME/ProjectName/RepoName/.git' DEBU[0000] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 DEBU[0000] Loading revision from git directory '/Users/USERNAME/ProjectName/RepoName/.git' DEBU[0000] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 DEBU[0000] HEAD points to '86c3f6146ce82b552476958deca4ca52d640b8b3' DEBU[0000] HEAD matches refs/heads/devops/ci/step/issuer_data_bucket_pull DEBU[0000] using github ref: refs/heads/devops/ci/step/issuer_data_bucket_pull DEBU[0000] DEBU[0000] Loading slug from git directory '/Users/USERNAME/ProjectName/RepoName/.git' DEBU[0000] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 DEBU[0000] Loading revision from git directory '/Users/USERNAME/ProjectName/RepoName/.git' DEBU[0000] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 DEBU[0000] HEAD points to '86c3f6146ce82b552476958deca4ca52d640b8b3' DEBU[0000] HEAD matches refs/heads/devops/ci/step/issuer_data_bucket_pull DEBU[0000] using github ref: refs/heads/devops/ci/step/issuer_data_bucket_pull DEBU[0000] DEBU[0000] Evaluating 'secrets['BUCKET_NAME']' instead of 'secrets.BUCKET_NAME' DEBU[0000] Loading slug from git directory '/Users/USERNAME/ProjectName/RepoName/.git' DEBU[0000] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 DEBU[0000] Loading revision from git directory '/Users/USERNAME/ProjectName/RepoName/.git' DEBU[0000] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 DEBU[0000] HEAD points to '86c3f6146ce82b552476958deca4ca52d640b8b3' DEBU[0000] HEAD matches refs/heads/devops/ci/step/issuer_data_bucket_pull DEBU[0000] using github ref: refs/heads/devops/ci/step/issuer_data_bucket_pull DEBU[0000] DEBU[0000] Evaluating 'secrets['BUCKET_NAME']' instead of 'secrets.BUCKET_NAME' DEBU[0000] Evaluating 'secrets['GCLOUD_PROJECT_ID']' instead of 'secrets.GCLOUD_PROJECT_ID' DEBU[0000] Evaluating 'secrets['GOOGLE_APPLICATION_CREDENTIALS']' instead of 'secrets.GOOGLE_APPLICATION_CREDENTIALS' [Copy IssuerData from GCP Bucket/build] ⭐ Run Pull IssuerData from Bucket [Copy IssuerData from GCP Bucket/build] ☁ git clone 'https://github.com/actions-hub/gcloud' # ref=master [Copy IssuerData from GCP Bucket/build] cloning https://github.com/actions-hub/gcloud to /Users/USERNAME/.cache/act/actions-hub-gcloud@master [Copy IssuerData from GCP Bucket/build] Provided ref is not a sha. Checking out branch before pulling changes [Copy IssuerData from GCP Bucket/build] Cloned https://github.com/actions-hub/gcloud to /Users/USERNAME/.cache/act/actions-hub-gcloud@master [Copy IssuerData from GCP Bucket/build] Checked out master DEBU[0001] Read action &{Google Cloud Platform (GCP) CLI - gcloud Serhiy Mytrovtsiy <mitrovtsiy@ukr.net> GitHub Action with all the components of the Google Cloud SDK map[args:{Arguments for the CLI command true } cli:{cli command to run (gcloud and gsutil available) false gcloud}] map[] {docker map[] Dockerfile [] []} {blue cloud}} from '/Users/USERNAME/.cache/act/actions-hub-gcloud@master/action.yml' DEBU[0001] About to run action &{Google Cloud Platform (GCP) CLI - gcloud Serhiy Mytrovtsiy <mitrovtsiy@ukr.net> GitHub Action with all the components of the Google Cloud SDK map[args:{Arguments for the CLI command true } cli:{cli command to run (gcloud and gsutil available) false gcloud}] map[] {docker map[] Dockerfile [] []} {blue cloud}} DEBU[0001] type=3 actionDir=/Users/USERNAME/.cache/act/actions-hub-gcloud@master actionPath= Workdir=/Users/USERNAME/Projects/self-sovereign-identity/POC/ssi-verity-poc ActionCacheDir=/Users/USERNAME/.cache/act actionName=actions-hub-gcloud@master containerActionDir=/actions DEBU[0001] Loading slug from git directory '/Users/USERNAME/ProjectName/RepoName/.git' DEBU[0001] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 DEBU[0001] Loading revision from git directory '/Users/USERNAME/ProjectName/RepoName/.git' DEBU[0001] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 DEBU[0001] HEAD points to '86c3f6146ce82b552476958deca4ca52d640b8b3' DEBU[0001] HEAD matches refs/heads/devops/ci/step/issuer_data_bucket_pull DEBU[0001] using github ref: refs/heads/devops/ci/step/issuer_data_bucket_pull DEBU[0001] DEBU[0001] Loading slug from git directory '/Users/USERNAME/ProjectName/RepoName/.git' DEBU[0001] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 DEBU[0001] Loading revision from git directory '/Users/USERNAME/ProjectName/RepoName/.git' DEBU[0001] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 DEBU[0001] HEAD points to '86c3f6146ce82b552476958deca4ca52d640b8b3' DEBU[0001] HEAD matches refs/heads/devops/ci/step/issuer_data_bucket_pull DEBU[0001] using github ref: refs/heads/devops/ci/step/issuer_data_bucket_pull DEBU[0001] DEBU[0001] Evaluating 'secrets['BUCKET_NAME']' instead of 'secrets.BUCKET_NAME' DEBU[0001] Loading slug from git directory '/Users/USERNAME/ProjectName/RepoName/.git' DEBU[0001] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 DEBU[0001] Loading revision from git directory '/Users/USERNAME/ProjectName/RepoName/.git' DEBU[0001] Found revision: 86c3f6146ce82b552476958deca4ca52d640b8b3 DEBU[0001] HEAD points to '86c3f6146ce82b552476958deca4ca52d640b8b3' DEBU[0001] HEAD matches refs/heads/devops/ci/step/issuer_data_bucket_pull DEBU[0001] using github ref: refs/heads/devops/ci/step/issuer_data_bucket_pull DEBU[0001] DEBU[0001] Evaluating 'secrets['BUCKET_NAME']' instead of 'secrets.BUCKET_NAME' [Copy IssuerData from GCP Bucket/build] 🐳 docker build -t act-actions-hub-gcloud-master:latest /Users/USERNAME/.cache/act/actions-hub-gcloud@master [Copy IssuerData from GCP Bucket/build] Building image from '/Users/USERNAME/.cache/act/actions-hub-gcloud@master' DEBU[0001] Creating archive for build context dir '/Users/USERNAME/.cache/act/actions-hub-gcloud@master' with relative dockerfile 'Dockerfile' [Copy IssuerData from GCP Bucket/build] Creating image from context dir '/Users/USERNAME/.cache/act/actions-hub-gcloud@master' with tag 'act-actions-hub-gcloud-master:latest' [Copy IssuerData from GCP Bucket/build] Step 1/6 : FROM google/cloud-sdk:333.0.0-alpine [Copy IssuerData from GCP Bucket/build] [Copy IssuerData from GCP Bucket/build] ---> 7dcbc84b9313 [Copy IssuerData from GCP Bucket/build] Step 2/6 : COPY LICENSE README.md / [Copy IssuerData from GCP Bucket/build] [Copy IssuerData from GCP Bucket/build] ---> Using cache [Copy IssuerData from GCP Bucket/build] ---> f26a9452044f [Copy IssuerData from GCP Bucket/build] Step 3/6 : COPY entrypoint.sh /entrypoint.sh [Copy IssuerData from GCP Bucket/build] [Copy IssuerData from GCP Bucket/build] ---> Using cache [Copy IssuerData from GCP Bucket/build] ---> ff4300f46f53 [Copy IssuerData from GCP Bucket/build] Step 4/6 : RUN chmod +x /entrypoint.sh [Copy IssuerData from GCP Bucket/build] [Copy IssuerData from GCP Bucket/build] ---> Using cache [Copy IssuerData from GCP Bucket/build] ---> cc9d6578d32f [Copy IssuerData from GCP Bucket/build] Step 5/6 : ENTRYPOINT ["/entrypoint.sh"] [Copy IssuerData from GCP Bucket/build] [Copy IssuerData from GCP Bucket/build] ---> Using cache [Copy IssuerData from GCP Bucket/build] ---> 64fdbedcceb2 [Copy IssuerData from GCP Bucket/build] Step 6/6 : CMD ["info"] [Copy IssuerData from GCP Bucket/build] [Copy IssuerData from GCP Bucket/build] ---> Using cache [Copy IssuerData from GCP Bucket/build] ---> 6f77ce3ea16f [Copy IssuerData from GCP Bucket/build] Unable to handle line: {"aux":{"ID":"sha256:6f77ce3ea16f4e9355ec1746b39a73b025a0470c8a8f3ffdda67df11f9ec3d67"}} [Copy IssuerData from GCP Bucket/build] Successfully built 6f77ce3ea16f [Copy IssuerData from GCP Bucket/build] Successfully tagged act-actions-hub-gcloud-master:latest [Copy IssuerData from GCP Bucket/build] 🐳 docker pull act-actions-hub-gcloud-master:latest DEBU[0001] Image exists? true [Copy IssuerData from GCP Bucket/build] 🐳 docker create image=act-actions-hub-gcloud-master:latest entrypoint=[] cmd=["cp" "gs://***/IssuerData.zip" "$PWD"] [Copy IssuerData from GCP Bucket/build] Created container name=act-Copy-Issue-0 id=778e6ff23d04dd066959aa3672b44d43809de8cfab1daf631c5fcf2233531938 from image act-actions-hub-gcloud-master:latest [Copy IssuerData from GCP Bucket/build] 🐳 docker run image=act-actions-hub-gcloud-master:latest entrypoint=[] cmd=["cp" "gs://***/IssuerData.zip" "$PWD"] [Copy IssuerData from GCP Bucket/build] Starting container: 778e6ff23d04dd066959aa3672b44d43809de8cfab1daf631c5fcf2233531938 [Copy IssuerData from GCP Bucket/build] Started container: 778e6ff23d04dd066959aa3672b44d43809de8cfab1daf631c5fcf2233531938 | Detect credentials from previous session... | APPLICATION_CREDENTIALS found. Setting up a credentials.... | APPLICATION_CREDENTIALS is Base64 Encoded | Activated service account credentials for: [firebase-adminsdk-4jw7o@***.iam.gserviceaccount.com] | Previous project id not detected | Updated property [core/project]. | /entrypoint.sh: line 59: can't create : nonexistent directory [Copy IssuerData from GCP Bucket/build] Return status: 1 [Copy IssuerData from GCP Bucket/build] Removed container: 778e6ff23d04dd066959aa3672b44d43809de8cfab1daf631c5fcf2233531938 [Copy IssuerData from GCP Bucket/build] ❌ Failure - Pull IssuerData from Bucket DEBU[0005] exit with `FAILURE`: 1 Error: exit with `FAILURE`: 1 ``` </details>
kerem 2026-03-01 21:42:58 +03:00
Author
Owner

@github-actions[bot] commented on GitHub (Apr 29, 2021):

Issue is stale and will be closed in 14 days unless there is new activity

<!-- gh-comment-id:828858399 --> @github-actions[bot] commented on GitHub (Apr 29, 2021): Issue is stale and will be closed in 14 days unless there is new activity
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#393
No description provided.