[GH-ISSUE #778] Issue: Github action checkout tries to checkout old repo and doesn't follow redirects #486

Closed
opened 2026-03-01 21:43:49 +03:00 by kerem · 7 comments
Owner

Originally created by @krasi-georgiev on GitHub (Aug 17, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/778

Originally assigned to: @catthehacker on GitHub.

System information

- Operating System:  Linux 
- Architecture:  x64
- Docker version: 20.10.7
- `act` version:  act no longer has the version tag but us quite recent few days.

Actual behavior

The Repo has a redirect and the checkout step tries to checkout the old repo without following the redirect. The same workflow works when in github actions
https://github.com/brocaar/chirpstack-application-server/runs/3350138619?check_suite_focus=true

Workflow and/or repository

https://github.com/brocaar/chirpstack-application-server/runs/3350138619?check_suite_focus=true

Steps to reproduce

act -j docker -v -e .local/gh-event.json

act output

Log Event file
{
    "repository": {
        "name": "chirpstack-application-server"
    },
    "ref": "refs/tags/v/0.1"
}
act -j docker -v  -e .local/gh-event.json 
DEBU[0000] Loading environment from /home/krasi/src/github.com/brocaar/chirpstack-application-server/.env 
DEBU[0000] Loading secrets from /home/krasi/src/github.com/brocaar/chirpstack-application-server/.secrets 
DEBU[0000] Loading workflows from '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.github/workflows' 
DEBU[0000] Loading workflows recursively                
DEBU[0000] Found workflow 'docker.yml' in '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.github/workflows/docker.yml' 
DEBU[0000] Found workflow 'main.yml' in '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.github/workflows/main.yml' 
DEBU[0000] Reading workflow '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.github/workflows/docker.yml' 
DEBU[0000] Correcting if statements '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.github/workflows/docker.yml' 
DEBU[0000] Reading workflow '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.github/workflows/main.yml' 
DEBU[0000] Correcting if statements '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.github/workflows/main.yml' 
DEBU[0000] Planning job: docker                         
DEBU[0000] Reading event.json from /home/krasi/src/github.com/brocaar/chirpstack-application-server/.local/gh-event.json 
DEBU[0000] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0000] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0000] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0000] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0000] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0000] using github ref: refs/heads/multi-arch      
DEBU[0000] context env => map[ACT:true]                 
DEBU[0000] context needs => map[]                       
[CI/docker] 🚀  Start image=catthehacker/ubuntu:act-latest
DEBU[0000] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0000] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0000] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0000] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0000] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0000] using github ref: refs/heads/multi-arch      
[CI/docker]   🐳  docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=false
[CI/docker]   🐳  docker pull catthehacker/ubuntu:act-latest
DEBU[0000] Image exists? false                          
[CI/docker] pulling image 'docker.io/catthehacker/ubuntu:act-latest' ()
[CI/docker] Pulling from catthehacker/ubuntu :: act-latest
[CI/docker] Pulling fs layer :: 16ec32c2132b
[CI/docker] Pulling fs layer :: e844d0dd6bf6
[CI/docker] Pulling fs layer :: 1e6e2a2dd736
[CI/docker] Pulling fs layer :: ebaacada9b34
[CI/docker] Pulling fs layer :: 47b6cb30d160
[CI/docker] Pulling fs layer :: c5db15d4a4ec
[CI/docker] Pulling fs layer :: ad064434cd3a
[CI/docker] Waiting :: ebaacada9b34
[CI/docker] Waiting :: 47b6cb30d160
[CI/docker] Downloading :: e844d0dd6bf6 :: [>                                                  ]  REMOVED some download logs 


[CI/docker] Extracting :: ad064434cd3a :: [==================================================>]  97.42MB/97.42MB
[CI/docker] Pull complete :: ad064434cd3a
[CI/docker] Digest: sha256:3f7d1579ecc0ff94da5aefaece3f4574552d73e7bb11e04d68cb41da9fa5aca7 :: 
[CI/docker] Status: Downloaded newer image for catthehacker/ubuntu:act-latest :: 
[CI/docker]   🐳  docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[CI/docker] Created container name=act-CI-docker id=13183c9e20fa31b42a7e773b24d77373b4deb10c1299066829182b5a72e72ec4 from image catthehacker/ubuntu:act-latest (platform: )
[CI/docker] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp]
[CI/docker]   🐳  docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[CI/docker] Starting container: 13183c9e20fa31b42a7e773b24d77373b4deb10c1299066829182b5a72e72ec4
[CI/docker] Started container: 13183c9e20fa31b42a7e773b24d77373b4deb10c1299066829182b5a72e72ec4
[CI/docker]   🐳  docker exec cmd=[mkdir -m 0777 -p /var/run/act] user=root workdir=
[CI/docker] Exec command '[mkdir -m 0777 -p /var/run/act]'
[CI/docker] Working directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server'
[CI/docker]   🐳  docker cp src=/home/krasi/src/github.com/brocaar/chirpstack-application-server/. dst=/home/krasi/src/github.com/brocaar/chirpstack-application-server
[CI/docker]   🐳  docker exec cmd=[mkdir -p /home/krasi/src/github.com/brocaar/chirpstack-application-server] user= workdir=
[CI/docker] Exec command '[mkdir -p /home/krasi/src/github.com/brocaar/chirpstack-application-server]'
[CI/docker] Working directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server'
DEBU[0053] Writing tarball /tmp/act648554476 from /home/krasi/src/github.com/brocaar/chirpstack-application-server/. 
DEBU[0053] Stripping prefix:/home/krasi/src/github.com/brocaar/chirpstack-application-server/ src:/home/krasi/src/github.com/brocaar/chirpstack-application-server/. 
[CI/docker] Extracting content from '/tmp/act648554476' to '/home/krasi/src/github.com/brocaar/chirpstack-application-server'
DEBU[0054] Writing entry to tarball workflow/event.json len:107 
DEBU[0054] Writing entry to tarball workflow/envs.txt len:0 
DEBU[0054] Writing entry to tarball workflow/paths.txt len:0 
[CI/docker] Extracting content to '/var/run/act/'
DEBU[0054] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0054] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0054] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0054] using github ref: refs/heads/multi-arch      
DEBU[0054] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0054] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0054] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0054] using github ref: refs/heads/multi-arch      
DEBU[0054] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0054] context needs => map[]                       
DEBU[0054] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN: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 GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
[CI/docker] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]
[CI/docker] ⭐  Run Checkout
DEBU[0054] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0054] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0054] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0054] using github ref: refs/heads/multi-arch      
[CI/docker] Skipping local actions/checkout because workdir was already copied
DEBU[0054] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0054] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0054] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0054] using github ref: refs/heads/multi-arch      
DEBU[0054] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0054] context needs => map[]                       
DEBU[0054] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN: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 GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
[CI/docker]   ✅  Success - Checkout
DEBU[0054] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0054] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0054] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0054] using github ref: refs/heads/multi-arch      
DEBU[0054] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0054] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0054] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0054] using github ref: refs/heads/multi-arch      
DEBU[0054] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0054] context needs => map[]                       
DEBU[0054] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0054] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0054] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0054] using github ref: refs/heads/multi-arch      
DEBU[0054] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0054] context needs => map[]                       
DEBU[0054] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0054] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0054] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0054] using github ref: refs/heads/multi-arch      
DEBU[0054] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0054] context needs => map[]                       
DEBU[0054] Evaluating 'github['event']['repository']['name']' instead of 'github.event.repository.name' 
DEBU[0054] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:meta GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN: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 GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 INPUT_IMAGES:chirpstack/${{ github.event.repository.name }} INPUT_TAGS:type=semver,pattern={{version}}
type=semver,pattern={{major}}
type=semver,pattern={{major}}.{{minor}}
 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0054] Evaluating 'github['event']['repository']['name']' instead of 'github.event.repository.name' 
[CI/docker] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:meta GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 INPUT_IMAGES:chirpstack/chirpstack-application-server INPUT_TAGS:type=semver,pattern={{version}}
type=semver,pattern={{major}}
type=semver,pattern={{major}}.{{minor}}
 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]
[CI/docker] ⭐  Run Docker meta
DEBU[0054] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0054] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0054] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0054] using github ref: refs/heads/multi-arch      
INFO[0054]   ☁  git clone 'https://github.com/docker/metadata-action' # ref=v3 
DEBU[0054]   cloning https://github.com/docker/metadata-action to /home/krasi/.cache/act/docker-metadata-action@v3 
DEBU[0055] Unable to pull refs/heads/v3: worktree contains unstaged changes 
DEBU[0055] Cloned https://github.com/docker/metadata-action to /home/krasi/.cache/act/docker-metadata-action@v3 
DEBU[0055] Checked out v3                               
DEBU[0055] Read action &{Docker Metadata action docker GitHub Action to extract metadata (tags, labels) for Docker map[bake-target:{Bake target name (default docker-metadata-action) false } flavor:{Flavors to apply false } github-token:{GitHub Token as provided by secrets true ${{ github.token }}} images:{List of Docker images to use as base name for tags true } labels:{List of custom labels false } sep-labels:{Separator to use for labels output (default \n) false } sep-tags:{Separator to use for tags output (default \n) false } tags:{List of tags as key-value pair attributes false }] map[bake-file:{Bake definiton file } labels:{Generated Docker labels } tags:{Generated Docker tags } version:{Generated Docker image version }] {node12 map[] dist/index.js  [] [] []} {blue anchor}} from 'Unknown' 
DEBU[0055] About to run action &{Docker Metadata action docker GitHub Action to extract metadata (tags, labels) for Docker map[bake-target:{Bake target name (default docker-metadata-action) false } flavor:{Flavors to apply false } github-token:{GitHub Token as provided by secrets true ${{ github.token }}} images:{List of Docker images to use as base name for tags true } labels:{List of custom labels false } sep-labels:{Separator to use for labels output (default \n) false } sep-tags:{Separator to use for tags output (default \n) false } tags:{List of tags as key-value pair attributes false }] map[bake-file:{Bake definiton file } labels:{Generated Docker labels } tags:{Generated Docker tags } version:{Generated Docker image version }] {node12 map[] dist/index.js  [] [] []} {blue anchor}} 
DEBU[0055] Evaluating 'github['token']' instead of 'github.token' 
DEBU[0055] type=3 actionDir=/home/krasi/.cache/act/docker-metadata-action@v3 actionPath= workdir=/home/krasi/src/github.com/brocaar/chirpstack-application-server actionCacheDir=/home/krasi/.cache/act actionName=docker-metadata-action@v3 containerActionDir=/var/run/act/actions/docker-metadata-action@v3 
DEBU[0055] Removing /home/krasi/.cache/act/docker-metadata-action@v3/.gitignore before docker cp 
DEBU[0055] /var/run/act/actions/docker-metadata-action@v3 
[CI/docker]   🐳  docker cp src=/home/krasi/.cache/act/docker-metadata-action@v3/ dst=/var/run/act/actions/docker-metadata-action@v3/
[CI/docker]   🐳  docker exec cmd=[mkdir -p /var/run/act/actions/docker-metadata-action@v3/] user= workdir=
[CI/docker] Exec command '[mkdir -p /var/run/act/actions/docker-metadata-action@v3/]'
[CI/docker] Working directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server'
DEBU[0055] Writing tarball /tmp/act087187035 from /home/krasi/.cache/act/docker-metadata-action@v3/ 
DEBU[0055] Stripping prefix:/home/krasi/.cache/act/docker-metadata-action@v3/ src:/home/krasi/.cache/act/docker-metadata-action@v3/ 
[CI/docker] Extracting content from '/tmp/act087187035' to '/var/run/act/actions/docker-metadata-action@v3/'
DEBU[0055] executing remote job container: [node /var/run/act/actions/docker-metadata-action@v3/dist/index.js] 
[CI/docker]   🐳  docker exec cmd=[node /var/run/act/actions/docker-metadata-action@v3/dist/index.js] user= workdir=
[CI/docker] Exec command '[node /var/run/act/actions/docker-metadata-action@v3/dist/index.js]'
[CI/docker] Working directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server'
[CI/docker]   ❓  ::group::Context info
| eventName: push
| sha: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24
| ref: refs/heads/multi-arch
| workflow: CI
| action: meta
| actor: nektos/act
| runNumber: 1
| runId: 1
[CI/docker]   ❓  ::endgroup::
[CI/docker]   ❓  ::group::Processing tags input
| type=semver,pattern={{version}},value=,enable=true,priority=900
| type=semver,pattern={{major}},value=,enable=true,priority=900
| type=semver,pattern={{major}}.{{minor}},value=,enable=true,priority=900
[CI/docker]   ❓  ::endgroup::
[CI/docker]   ❓  ::group::Processing flavor input
| latest=auto
| prefix=
| prefixLatest=false
| suffix=
| suffixLatest=false
[CI/docker]   ❓  ::endgroup::
[CI/docker]   🚧  ::warning::No Docker image version has been generated. Check tags input.
[CI/docker]   ⚙  ::set-output:: version=
[CI/docker]   🚧  ::warning::No Docker tag has been generated. Check tags input.
[CI/docker]   ⚙  ::set-output:: tags=
[CI/docker]   ❓  ::group::Docker labels
| org.opencontainers.image.title=chirpstack-application-server
| org.opencontainers.image.description=ChirpStack Application Server is an open-source LoRaWAN application-server.
| org.opencontainers.image.url=https://github.com/brocaar/chirpstack-application-server
| org.opencontainers.image.source=https://github.com/brocaar/chirpstack-application-server
| org.opencontainers.image.version=
| org.opencontainers.image.created=2021-08-17T11:53:25.291Z
| org.opencontainers.image.revision=5a5c7031fa8d5b879d258836fb7e1decdeeffd24
| org.opencontainers.image.licenses=MIT
[CI/docker]   ❓  ::endgroup::
[CI/docker]   ⚙  ::set-output:: labels=org.opencontainers.image.title=chirpstack-application-server
org.opencontainers.image.description=ChirpStack Application Server is an open-source LoRaWAN application-server.
org.opencontainers.image.url=https://github.com/brocaar/chirpstack-application-server
org.opencontainers.image.source=https://github.com/brocaar/chirpstack-application-server
org.opencontainers.image.version=
org.opencontainers.image.created=2021-08-17T11:53:25.291Z
org.opencontainers.image.revision=5a5c7031fa8d5b879d258836fb7e1decdeeffd24
org.opencontainers.image.licenses=MIT
[CI/docker]   ❓  ::group::JSON output
| {
|   "tags": [],
|   "labels": {
|     "org.opencontainers.image.title": "chirpstack-application-server",
|     "org.opencontainers.image.description": "ChirpStack Application Server is an open-source LoRaWAN application-server.",
|     "org.opencontainers.image.url": "https://github.com/brocaar/chirpstack-application-server",
|     "org.opencontainers.image.source": "https://github.com/brocaar/chirpstack-application-server",
|     "org.opencontainers.image.version": "",
|     "org.opencontainers.image.created": "2021-08-17T11:53:25.291Z",
|     "org.opencontainers.image.revision": "5a5c7031fa8d5b879d258836fb7e1decdeeffd24",
|     "org.opencontainers.image.licenses": "MIT"
|   }
| }
[CI/docker]   ❓  ::endgroup::
[CI/docker]   ⚙  ::set-output:: json={"tags":[],"labels":{"org.opencontainers.image.title":"chirpstack-application-server","org.opencontainers.image.description":"ChirpStack Application Server is an open-source LoRaWAN application-server.","org.opencontainers.image.url":"https://github.com/brocaar/chirpstack-application-server","org.opencontainers.image.source":"https://github.com/brocaar/chirpstack-application-server","org.opencontainers.image.version":"","org.opencontainers.image.created":"2021-08-17T11:53:25.291Z","org.opencontainers.image.revision":"5a5c7031fa8d5b879d258836fb7e1decdeeffd24","org.opencontainers.image.licenses":"MIT"}}
[CI/docker]   ❓  ::group::Bake definition file
| {
|   "target": {
|     "docker-metadata-action": {
|       "tags": [],
|       "labels": {
|         "org.opencontainers.image.title": "chirpstack-application-server",
|         "org.opencontainers.image.description": "ChirpStack Application Server is an open-source LoRaWAN application-server.",
|         "org.opencontainers.image.url": "https://github.com/brocaar/chirpstack-application-server",
|         "org.opencontainers.image.source": "https://github.com/brocaar/chirpstack-application-server",
|         "org.opencontainers.image.version": "",
|         "org.opencontainers.image.created": "2021-08-17T11:53:25.291Z",
|         "org.opencontainers.image.revision": "5a5c7031fa8d5b879d258836fb7e1decdeeffd24",
|         "org.opencontainers.image.licenses": "MIT"
|       },
|       "args": {
|         "DOCKER_META_IMAGES": "chirpstack/chirpstack-application-server"
|       }
|     }
|   }
| }
[CI/docker]   ❓  ::endgroup::
[CI/docker]   ⚙  ::set-output:: bake-file=/tmp/docker-metadata-action-4zS59e/docker-metadata-action-bake.json
DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0057] using github ref: refs/heads/multi-arch      
DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0057] context needs => map[]                       
DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0057] using github ref: refs/heads/multi-arch      
DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0057] context needs => map[]                       
DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0057] using github ref: refs/heads/multi-arch      
DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0057] context needs => map[]                       
DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0057] using github ref: refs/heads/multi-arch      
DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0057] context needs => map[]                       
DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0057] using github ref: refs/heads/multi-arch      
DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0057] context needs => map[]                       
DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0057] using github ref: refs/heads/multi-arch      
DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0057] context needs => map[]                       
DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0057] using github ref: refs/heads/multi-arch      
DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0057] context needs => map[]                       
DEBU[0057] Evaluating 'github['token']' instead of 'github.token' 
DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0057] using github ref: refs/heads/multi-arch      
DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0057] context needs => map[]                       
DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0057] using github ref: refs/heads/multi-arch      
DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0057] context needs => map[]                       
DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0057] using github ref: refs/heads/multi-arch      
DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0057] context needs => map[]                       
DEBU[0057] Evaluating 'github['event']['repository']['name']' instead of 'github.event.repository.name' 
DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0057] using github ref: refs/heads/multi-arch      
DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0057] context needs => map[]                       
DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:meta GITHUB_ACTIONS:true GITHUB_ACTION_PATH:/var/run/act/actions/docker-metadata-action@v3 GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN: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 GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 INPUT_BAKE-TARGET: INPUT_FLAVOR: INPUT_GITHUB-TOKEN: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 INPUT_IMAGES:chirpstack/chirpstack-application-server INPUT_LABELS: INPUT_SEP-LABELS: INPUT_SEP-TAGS: INPUT_TAGS:type=semver,pattern={{version}}
type=semver,pattern={{major}}
type=semver,pattern={{major}}.{{minor}}
 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
[CI/docker]   ✅  Success - Docker meta
DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0057] using github ref: refs/heads/multi-arch      
DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0057] using github ref: refs/heads/multi-arch      
DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0057] context needs => map[]                       
DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN: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 GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
[CI/docker] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]
[CI/docker] ⭐  Run Set up QEMU
DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0057] using github ref: refs/heads/multi-arch      
INFO[0057]   ☁  git clone 'https://github.com/docker/setup-qemu-action' # ref=v1 
DEBU[0057]   cloning https://github.com/docker/setup-qemu-action to /home/krasi/.cache/act/docker-setup-qemu-action@v1 
DEBU[0058] Unable to pull refs/heads/v1: worktree contains unstaged changes 
DEBU[0058] Cloned https://github.com/docker/setup-qemu-action to /home/krasi/.cache/act/docker-setup-qemu-action@v1 
DEBU[0058] Checked out v1                               
DEBU[0058] Read action &{Docker Setup QEMU docker Install QEMU static binaries map[image:{QEMU static binaries Docker image (e.g. tonistiigi/binfmt:latest) false tonistiigi/binfmt:latest} platforms:{Platforms to install (e.g. arm64,riscv64,arm) false all}] map[platforms:{Available platforms (comma separated) }] {node12 map[] dist/index.js  [] [] []} {blue anchor}} from 'Unknown' 
DEBU[0058] About to run action &{Docker Setup QEMU docker Install QEMU static binaries map[image:{QEMU static binaries Docker image (e.g. tonistiigi/binfmt:latest) false tonistiigi/binfmt:latest} platforms:{Platforms to install (e.g. arm64,riscv64,arm) false all}] map[platforms:{Available platforms (comma separated) }] {node12 map[] dist/index.js  [] [] []} {blue anchor}} 
DEBU[0058] type=3 actionDir=/home/krasi/.cache/act/docker-setup-qemu-action@v1 actionPath= workdir=/home/krasi/src/github.com/brocaar/chirpstack-application-server actionCacheDir=/home/krasi/.cache/act actionName=docker-setup-qemu-action@v1 containerActionDir=/var/run/act/actions/docker-setup-qemu-action@v1 
DEBU[0058] Removing /home/krasi/.cache/act/docker-setup-qemu-action@v1/.gitignore before docker cp 
DEBU[0058] /var/run/act/actions/docker-setup-qemu-action@v1 
[CI/docker]   🐳  docker cp src=/home/krasi/.cache/act/docker-setup-qemu-action@v1/ dst=/var/run/act/actions/docker-setup-qemu-action@v1/
[CI/docker]   🐳  docker exec cmd=[mkdir -p /var/run/act/actions/docker-setup-qemu-action@v1/] user= workdir=
[CI/docker] Exec command '[mkdir -p /var/run/act/actions/docker-setup-qemu-action@v1/]'
[CI/docker] Working directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server'
DEBU[0058] Writing tarball /tmp/act111440894 from /home/krasi/.cache/act/docker-setup-qemu-action@v1/ 
DEBU[0058] Stripping prefix:/home/krasi/.cache/act/docker-setup-qemu-action@v1/ src:/home/krasi/.cache/act/docker-setup-qemu-action@v1/ 
[CI/docker] Extracting content from '/tmp/act111440894' to '/var/run/act/actions/docker-setup-qemu-action@v1/'
DEBU[0058] executing remote job container: [node /var/run/act/actions/docker-setup-qemu-action@v1/dist/index.js] 
[CI/docker]   🐳  docker exec cmd=[node /var/run/act/actions/docker-setup-qemu-action@v1/dist/index.js] user= workdir=
[CI/docker] Exec command '[node /var/run/act/actions/docker-setup-qemu-action@v1/dist/index.js]'
[CI/docker] Working directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server'
[CI/docker]   ❓  ::group::Docker info
| [command]/usr/bin/docker version
| Client:
|  Version:           20.10.8+azure
|  API version:       1.41
|  Go version:        go1.16.7
|  Git commit:        3967b7d28e15a020e4ee344283128ead633b3e0c
|  Built:             Thu Jul 29 13:55:47 2021
|  OS/Arch:           linux/amd64
|  Context:           default
|  Experimental:      true
| 
| Server: Docker Engine - Community
|  Engine:
|   Version:          20.10.7
|   API version:      1.41 (minimum version 1.12)
|   Go version:       go1.13.15
|   Git commit:       b0f5bc3
|   Built:            Wed Jun  2 11:54:50 2021
|   OS/Arch:          linux/amd64
|   Experimental:     false
|  containerd:
|   Version:          1.4.6
|   GitCommit:        d71fcd7d8303cbf684402823e425e9dd2e99285d
|  runc:
|   Version:          1.0.0-rc95
|   GitCommit:        b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
|  docker-init:
|   Version:          0.19.0
|   GitCommit:        de40ad0
| [command]/usr/bin/docker info
| Client:
|  Context:    default
|  Debug Mode: false
|  Plugins:
|   buildx: Build with BuildKit (Docker Inc., 0.6.0+azure)
| 
| Server:
|  Containers: 1
|   Running: 1
|   Paused: 0
|   Stopped: 0
|  Images: 1
|  Server Version: 20.10.7
|  Storage Driver: overlay2
|   Backing Filesystem: extfs
|   Supports d_type: true
|   Native Overlay Diff: true
|   userxattr: false
|  Logging Driver: json-file
|  Cgroup Driver: cgroupfs
|  Cgroup Version: 1
|  Plugins:
|   Volume: local
|   Network: bridge host ipvlan macvlan null overlay
|   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
|  Swarm: inactive
|  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
|  Default Runtime: runc
|  Init Binary: docker-init
|  containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d
|  runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
|  init version: de40ad0
|  Security Options:
|   apparmor
|   seccomp
|    Profile: default
|  Kernel Version: 5.4.0-37-generic
|  Operating System: Ubuntu 20.04 LTS
|  OSType: linux
|  Architecture: x86_64
|  CPUs: 8
|  Total Memory: 30.75GiB
|  Name: krasi-ThinkPad-P50
|  ID: 4MXC:DSLB:2YUD:APHV:RQ3X:SISN:ZDHV:Z6WM:3DPU:LGRG:GZMX:WZZV
|  Docker Root Dir: /var/lib/docker
|  Debug Mode: false
|  Registry: https://index.docker.io/v1/
|  Labels:
|  Experimental: false
|  Insecure Registries:
|   127.0.0.0/8
|  Live Restore Enabled: false
| 
| WARNING: No swap limit support
[CI/docker]   ❓  ::endgroup::
[CI/docker]   ❓  ::group::Pulling binfmt Docker image
| [command]/usr/bin/docker pull tonistiigi/binfmt:latest
| latest: Pulling from tonistiigi/binfmt
| a5644ca467e1: Pulling fs layer
| 6f3748a79141: Pulling fs layer
| 6f3748a79141: Verifying Checksum
| 6f3748a79141: Download complete
| a5644ca467e1: Verifying Checksum
| a5644ca467e1: Download complete
| a5644ca467e1: Pull complete
| 6f3748a79141: Pull complete
| Digest: sha256:ce4d5a2a6ac4a189047fca2d71cbd901cc7beebacf538be95fccb3aca87cb2ec
| Status: Downloaded newer image for tonistiigi/binfmt:latest
| docker.io/tonistiigi/binfmt:latest
[CI/docker]   ❓  ::endgroup::
[CI/docker]   ❓  ::group::Image info
| [command]/usr/bin/docker image inspect tonistiigi/binfmt:latest
| [
|     {
|         "Id": "sha256:258d55b22af6c9b5d9e637ba4349db3902f6a51d00625228e553175fd2f2f0f1",
|         "RepoTags": [
|             "tonistiigi/binfmt:latest"
|         ],
|         "RepoDigests": [
|             "tonistiigi/binfmt@sha256:ce4d5a2a6ac4a189047fca2d71cbd901cc7beebacf538be95fccb3aca87cb2ec"
|         ],
|         "Parent": "",
|         "Comment": "buildkit.dockerfile.v0",
|         "Created": "2021-06-23T15:17:50.002649445Z",
|         "Container": "",
|         "ContainerConfig": {
|             "Hostname": "",
|             "Domainname": "",
|             "User": "",
|             "AttachStdin": false,
|             "AttachStdout": false,
|             "AttachStderr": false,
|             "Tty": false,
|             "OpenStdin": false,
|             "StdinOnce": false,
|             "Env": null,
|             "Cmd": null,
|             "Image": "",
|             "Volumes": null,
|             "WorkingDir": "",
|             "Entrypoint": null,
|             "OnBuild": null,
|             "Labels": null
|         },
|         "DockerVersion": "",
|         "Author": "",
|         "Config": {
|             "Hostname": "",
|             "Domainname": "",
|             "User": "",
|             "AttachStdin": false,
|             "AttachStdout": false,
|             "AttachStderr": false,
|             "Tty": false,
|             "OpenStdin": false,
|             "StdinOnce": false,
|             "Env": [
|                 "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|             ],
|             "Cmd": null,
|             "Image": "",
|             "Volumes": {
|                 "/tmp": {}
|             },
|             "WorkingDir": "/",
|             "Entrypoint": [
|                 "/usr/bin/binfmt"
|             ],
|             "OnBuild": null,
|             "Labels": {
|                 "org.opencontainers.image.created": "2021-06-23T14:20:49.955Z",
|                 "org.opencontainers.image.description": "Cross-platform emulator collection distributed with Docker images",
|                 "org.opencontainers.image.licenses": "",
|                 "org.opencontainers.image.revision": "8703596e93946b9e31161c060a9ac41a8b578c3f",
|                 "org.opencontainers.image.source": "https://github.com/tonistiigi/binfmt",
|                 "org.opencontainers.image.title": "Binfmt",
|                 "org.opencontainers.image.url": "https://github.com/tonistiigi/binfmt",
|                 "org.opencontainers.image.version": "qemu-v6.0.0-12"
|             }
|         },
|         "Architecture": "amd64",
|         "Os": "linux",
|         "Size": 39053772,
|         "VirtualSize": 39053772,
|         "GraphDriver": {
|             "Data": {
|                 "LowerDir": "/var/lib/docker/overlay2/bd3636e8afa761cad7d0064bea706546fb22f91f6e234d243503cd849a1a7b3f/diff",
|                 "MergedDir": "/var/lib/docker/overlay2/88e8fc3376e1b86bbe7f333f33b887724359935cc664ebe1e683c3ac331b2367/merged",
|                 "UpperDir": "/var/lib/docker/overlay2/88e8fc3376e1b86bbe7f333f33b887724359935cc664ebe1e683c3ac331b2367/diff",
|                 "WorkDir": "/var/lib/docker/overlay2/88e8fc3376e1b86bbe7f333f33b887724359935cc664ebe1e683c3ac331b2367/work"
|             },
|             "Name": "overlay2"
|         },
|         "RootFS": {
|             "Type": "layers",
|             "Layers": [
|                 "sha256:4d6ae40bf899404464e3a361f7479f663dc5e1dc03d29301b5b5d17a31242071",
|                 "sha256:9ac1e31a51d0465876c78dd8bfd50a1880f9c58a345b237d3bf99f46f6e9d6c3"
|             ]
|         },
|         "Metadata": {
|             "LastTagTime": "0001-01-01T00:00:00Z"
|         }
|     }
| ]
[CI/docker]   ❓  ::endgroup::
[CI/docker]   ❓  ::group::Installing QEMU static binaries
| [command]/usr/bin/docker run --rm --privileged tonistiigi/binfmt:latest --install all
| {
|   "supported": [
|     "linux/amd64",
|     "linux/arm64",
|     "linux/riscv64",
|     "linux/ppc64le",
|     "linux/s390x",
|     "linux/386",
|     "linux/mips64le",
|     "linux/mips64",
|     "linux/arm/v7",
|     "linux/arm/v6"
|   ],
|   "emulators": [
|     "qemu-aarch64",
|     "qemu-arm",
|     "qemu-mips64",
|     "qemu-mips64el",
|     "qemu-ppc64le",
|     "qemu-riscv64",
|     "qemu-s390x"
|   ]
| }
[CI/docker]   ❓  ::endgroup::
[CI/docker]   ❓  ::group::Extracting available platforms
| linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/arm/v7,linux/arm/v6
[CI/docker]   ⚙  ::set-output:: platforms=linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/arm/v7,linux/arm/v6
[CI/docker]   ❓  ::endgroup::
DEBU[0067] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0067] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0067] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0067] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0067] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0067] using github ref: refs/heads/multi-arch      
DEBU[0067] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0067] context needs => map[]                       
DEBU[0067] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0067] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0067] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0067] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0067] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0067] using github ref: refs/heads/multi-arch      
DEBU[0067] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0067] context needs => map[]                       
DEBU[0067] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0067] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0067] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0067] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0067] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0067] using github ref: refs/heads/multi-arch      
DEBU[0067] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0067] context needs => map[]                       
DEBU[0067] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTION_PATH:/var/run/act/actions/docker-setup-qemu-action@v1 GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN: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 GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 INPUT_IMAGE:tonistiigi/binfmt:latest INPUT_PLATFORMS:all ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
[CI/docker]   ✅  Success - Set up QEMU
DEBU[0067] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0067] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0067] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0067] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0067] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0067] using github ref: refs/heads/multi-arch      
DEBU[0067] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0067] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0067] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0067] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0067] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0067] using github ref: refs/heads/multi-arch      
DEBU[0067] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0067] context needs => map[]                       
DEBU[0067] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN: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 GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
[CI/docker] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]
[CI/docker] ⭐  Run Set up Docker Buildx
DEBU[0067] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0067] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0067] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0067] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0067] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0067] using github ref: refs/heads/multi-arch      
INFO[0067]   ☁  git clone 'https://github.com/docker/setup-buildx-action' # ref=v1 
DEBU[0067]   cloning https://github.com/docker/setup-buildx-action to /home/krasi/.cache/act/docker-setup-buildx-action@v1 
DEBU[0068] Unable to pull refs/heads/v1: worktree contains unstaged changes 
DEBU[0068] Cloned https://github.com/docker/setup-buildx-action to /home/krasi/.cache/act/docker-setup-buildx-action@v1 
DEBU[0068] Checked out v1                               
DEBU[0068] Read action &{Docker Setup Buildx docker Set up Docker Buildx map[buildkitd-flags:{Flags for buildkitd daemon false --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host} config:{BuildKit config file false } driver:{Sets the builder driver to be used false docker-container} driver-opts:{List of additional driver-specific options. (eg. image=moby/buildkit:master) false } endpoint:{Optional address for docker socket or context from `docker context ls` false } install:{Sets up docker build command as an alias to docker buildx false false} use:{Switch to this builder instance false true} version:{Buildx version. (eg. v0.3.0) false }] map[driver:{Builder driver } endpoint:{Builder node endpoint } flags:{Builder node flags (if applicable) } name:{Builder name } platforms:{Builder node platforms available (comma separated) } status:{Builder node status }] {node12 map[] dist/index.js  [] [] []} {blue anchor}} from 'Unknown' 
DEBU[0068] About to run action &{Docker Setup Buildx docker Set up Docker Buildx map[buildkitd-flags:{Flags for buildkitd daemon false --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host} config:{BuildKit config file false } driver:{Sets the builder driver to be used false docker-container} driver-opts:{List of additional driver-specific options. (eg. image=moby/buildkit:master) false } endpoint:{Optional address for docker socket or context from `docker context ls` false } install:{Sets up docker build command as an alias to docker buildx false false} use:{Switch to this builder instance false true} version:{Buildx version. (eg. v0.3.0) false }] map[driver:{Builder driver } endpoint:{Builder node endpoint } flags:{Builder node flags (if applicable) } name:{Builder name } platforms:{Builder node platforms available (comma separated) } status:{Builder node status }] {node12 map[] dist/index.js  [] [] []} {blue anchor}} 
DEBU[0068] type=3 actionDir=/home/krasi/.cache/act/docker-setup-buildx-action@v1 actionPath= workdir=/home/krasi/src/github.com/brocaar/chirpstack-application-server actionCacheDir=/home/krasi/.cache/act actionName=docker-setup-buildx-action@v1 containerActionDir=/var/run/act/actions/docker-setup-buildx-action@v1 
DEBU[0068] Removing /home/krasi/.cache/act/docker-setup-buildx-action@v1/.gitignore before docker cp 
DEBU[0068] /var/run/act/actions/docker-setup-buildx-action@v1 
[CI/docker]   🐳  docker cp src=/home/krasi/.cache/act/docker-setup-buildx-action@v1/ dst=/var/run/act/actions/docker-setup-buildx-action@v1/
[CI/docker]   🐳  docker exec cmd=[mkdir -p /var/run/act/actions/docker-setup-buildx-action@v1/] user= workdir=
[CI/docker] Exec command '[mkdir -p /var/run/act/actions/docker-setup-buildx-action@v1/]'
[CI/docker] Working directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server'
DEBU[0068] Writing tarball /tmp/act199476549 from /home/krasi/.cache/act/docker-setup-buildx-action@v1/ 
DEBU[0068] Stripping prefix:/home/krasi/.cache/act/docker-setup-buildx-action@v1/ src:/home/krasi/.cache/act/docker-setup-buildx-action@v1/ 
[CI/docker] Extracting content from '/tmp/act199476549' to '/var/run/act/actions/docker-setup-buildx-action@v1/'
DEBU[0068] executing remote job container: [node /var/run/act/actions/docker-setup-buildx-action@v1/dist/index.js] 
[CI/docker]   🐳  docker exec cmd=[node /var/run/act/actions/docker-setup-buildx-action@v1/dist/index.js] user= workdir=
[CI/docker] Exec command '[node /var/run/act/actions/docker-setup-buildx-action@v1/dist/index.js]'
[CI/docker] Working directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server'
[CI/docker]   ❓  ::save-state name=isPost::true
[CI/docker]   ❓  ::group::Docker info
| [command]/usr/bin/docker version
| Client:
|  Version:           20.10.8+azure
|  API version:       1.41
|  Go version:        go1.16.7
|  Git commit:        3967b7d28e15a020e4ee344283128ead633b3e0c
|  Built:             Thu Jul 29 13:55:47 2021
|  OS/Arch:           linux/amd64
|  Context:           default
|  Experimental:      true
| 
| Server: Docker Engine - Community
|  Engine:
|   Version:          20.10.7
|   API version:      1.41 (minimum version 1.12)
|   Go version:       go1.13.15
|   Git commit:       b0f5bc3
|   Built:            Wed Jun  2 11:54:50 2021
|   OS/Arch:          linux/amd64
|   Experimental:     false
|  containerd:
|   Version:          1.4.6
|   GitCommit:        d71fcd7d8303cbf684402823e425e9dd2e99285d
|  runc:
|   Version:          1.0.0-rc95
|   GitCommit:        b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
|  docker-init:
|   Version:          0.19.0
|   GitCommit:        de40ad0
| [command]/usr/bin/docker info
| Client:
|  Context:    default
|  Debug Mode: false
|  Plugins:
|   buildx: Build with BuildKit (Docker Inc., 0.6.0+azure)
| 
| Server:
|  Containers: 1
|   Running: 1
|   Paused: 0
|   Stopped: 0
|  Images: 2
|  Server Version: 20.10.7
|  Storage Driver: overlay2
|   Backing Filesystem: extfs
|   Supports d_type: true
|   Native Overlay Diff: true
|   userxattr: false
|  Logging Driver: json-file
|  Cgroup Driver: cgroupfs
|  Cgroup Version: 1
|  Plugins:
|   Volume: local
|   Network: bridge host ipvlan macvlan null overlay
|   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
|  Swarm: inactive
|  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
|  Default Runtime: runc
|  Init Binary: docker-init
|  containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d
|  runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
|  init version: de40ad0
|  Security Options:
|   apparmor
|   seccomp
|    Profile: default
|  Kernel Version: 5.4.0-37-generic
|  Operating System: Ubuntu 20.04 LTS
|  OSType: linux
|  Architecture: x86_64
|  CPUs: 8
|  Total Memory: 30.75GiB
|  Name: krasi-ThinkPad-P50
|  ID: 4MXC:DSLB:2YUD:APHV:RQ3X:SISN:ZDHV:Z6WM:3DPU:LGRG:GZMX:WZZV
|  Docker Root Dir: /var/lib/docker
|  Debug Mode: false
|  Registry: https://index.docker.io/v1/
|  Labels:
|  Experimental: false
|  Insecure Registries:
|   127.0.0.0/8
|  Live Restore Enabled: false
| 
| WARNING: No swap limit support
[CI/docker]   ❓  ::endgroup::
[CI/docker]   ⚙  ::set-output:: name=builder-85543f5f-0ad5-4628-b8f9-8efbe6e49243
[CI/docker]   ❓  ::save-state name=builderName::builder-85543f5f-0ad5-4628-b8f9-8efbe6e49243
[CI/docker]   ❓  ::group::Creating a new builder instance
| [command]/usr/bin/docker buildx create --name builder-85543f5f-0ad5-4628-b8f9-8efbe6e49243 --driver docker-container --buildkitd-flags --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host --use
| builder-85543f5f-0ad5-4628-b8f9-8efbe6e49243
[CI/docker]   ❓  ::endgroup::
[CI/docker]   ❓  ::group::Booting builder
| [command]/usr/bin/docker buildx inspect --bootstrap --builder builder-85543f5f-0ad5-4628-b8f9-8efbe6e49243
| #1 [internal] booting buildkit
| #1 pulling image moby/buildkit:buildx-stable-1
| #1 pulling image moby/buildkit:buildx-stable-1 11.1s done
| #1 creating container buildx_buildkit_builder-85543f5f-0ad5-4628-b8f9-8efbe6e492430
| #1 creating container buildx_buildkit_builder-85543f5f-0ad5-4628-b8f9-8efbe6e492430 1.3s done
| #1 DONE 12.4s
| Name:   builder-85543f5f-0ad5-4628-b8f9-8efbe6e49243
| Driver: docker-container
| 
| Nodes:
| Name:      builder-85543f5f-0ad5-4628-b8f9-8efbe6e492430
| Endpoint:  unix:///var/run/docker.sock
| Status:    running
| Flags:     --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host
| Platforms: linux/amd64, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/mips64le, linux/mips64, linux/arm/v7, linux/arm/v6
[CI/docker]   ❓  ::endgroup::
[CI/docker]   ❓  ::group::Inspect builder
| {
|   "name": "builder-85543f5f-0ad5-4628-b8f9-8efbe6e49243",
|   "driver": "docker-container",
|   "node_name": "builder-85543f5f-0ad5-4628-b8f9-8efbe6e492430",
|   "node_endpoint": "unix:///var/run/docker.sock",
|   "node_status": "running",
|   "node_flags": "--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host",
|   "node_platforms": "linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/arm/v7,linux/arm/v6"
| }
[CI/docker]   ⚙  ::set-output:: driver=docker-container
[CI/docker]   ⚙  ::set-output:: endpoint=unix:///var/run/docker.sock
[CI/docker]   ⚙  ::set-output:: status=running
[CI/docker]   ⚙  ::set-output:: flags=--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host
[CI/docker]   ⚙  ::set-output:: platforms=linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/arm/v7,linux/arm/v6
[CI/docker]   ❓  ::endgroup::
[CI/docker]   ❓  ::save-state name=containerName::buildx_buildkit_builder-85543f5f-0ad5-4628-b8f9-8efbe6e492430
[CI/docker]   ❓  ::group::BuildKit version
| moby/buildkit:buildx-stable-1 => buildkitd github.com/moby/buildkit v0.9.0 c8bb937807d405d92be91f06ce2629e6202ac7a9
[CI/docker]   ❓  ::endgroup::
DEBU[0084] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0084] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0084] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0084] using github ref: refs/heads/multi-arch      
DEBU[0084] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0084] context needs => map[]                       
DEBU[0084] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0084] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0084] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0084] using github ref: refs/heads/multi-arch      
DEBU[0084] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0084] context needs => map[]                       
DEBU[0084] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0084] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0084] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0084] using github ref: refs/heads/multi-arch      
DEBU[0084] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0084] context needs => map[]                       
DEBU[0084] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0084] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0084] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0084] using github ref: refs/heads/multi-arch      
DEBU[0084] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0084] context needs => map[]                       
DEBU[0084] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0084] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0084] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0084] using github ref: refs/heads/multi-arch      
DEBU[0084] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0084] context needs => map[]                       
DEBU[0084] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0084] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0084] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0084] using github ref: refs/heads/multi-arch      
DEBU[0084] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0084] context needs => map[]                       
DEBU[0084] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0084] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0084] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0084] using github ref: refs/heads/multi-arch      
DEBU[0084] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0084] context needs => map[]                       
DEBU[0084] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0084] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0084] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0084] using github ref: refs/heads/multi-arch      
DEBU[0084] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0084] context needs => map[]                       
DEBU[0084] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0084] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0084] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0084] using github ref: refs/heads/multi-arch      
DEBU[0084] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0084] context needs => map[]                       
DEBU[0084] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTION_PATH:/var/run/act/actions/docker-setup-buildx-action@v1 GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN: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 GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 INPUT_BUILDKITD-FLAGS:--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host INPUT_CONFIG: INPUT_DRIVER:docker-container INPUT_DRIVER-OPTS: INPUT_ENDPOINT: INPUT_INSTALL:false INPUT_USE:true INPUT_VERSION: ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
[CI/docker]   ✅  Success - Set up Docker Buildx
DEBU[0084] Evaluating 'Boolean(startsWith(github['ref'], 'refs/tags/v'))' instead of 'Boolean(startsWith(github.ref, 'refs/tags/v'))' 
DEBU[0084] expression 'startsWith(github.ref, 'refs/tags/v')' evaluated to 'false' 
DEBU[0084] Skipping step 'Login to DockerHub' due to 'startsWith(github.ref, 'refs/tags/v')' 
DEBU[0084] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0084] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0084] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0084] using github ref: refs/heads/multi-arch      
DEBU[0085] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0085] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0085] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0085] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0085] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0085] using github ref: refs/heads/multi-arch      
DEBU[0085] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0085] context needs => map[]                       
DEBU[0085] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0085] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0085] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0085] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0085] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0085] using github ref: refs/heads/multi-arch      
DEBU[0085] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0085] context needs => map[]                       
DEBU[0085] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0085] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0085] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0085] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0085] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0085] using github ref: refs/heads/multi-arch      
DEBU[0085] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0085] context needs => map[]                       
DEBU[0085] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0085] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0085] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0085] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0085] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0085] using github ref: refs/heads/multi-arch      
DEBU[0085] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0085] context needs => map[]                       
DEBU[0085] Evaluating 'steps['meta']['outputs']['tags']' instead of 'steps.meta.outputs.tags' 
DEBU[0085] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0085] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0085] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0085] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0085] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0085] using github ref: refs/heads/multi-arch      
DEBU[0085] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0085] context needs => map[]                       
DEBU[0085] Evaluating 'steps['meta']['outputs']['labels']' instead of 'steps.meta.outputs.labels' 
DEBU[0085] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:docker_build GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN: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 GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 INPUT_IF:startsWith(github.ref, 'refs/tags/v') INPUT_LABELS:${{ steps.meta.outputs.labels }} INPUT_PLATFORMS:linux/amd64,linux/arm64/v6,linux/arm64/v7,linux/arm64/v8 INPUT_TAGS:${{ steps.meta.outputs.tags }} ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0085] Evaluating 'steps['meta']['outputs']['tags']' instead of 'steps.meta.outputs.tags' 
DEBU[0085] Evaluating 'steps['meta']['outputs']['labels']' instead of 'steps.meta.outputs.labels' 
[CI/docker] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:docker_build GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 INPUT_IF:startsWith(github.ref, 'refs/tags/v') INPUT_LABELS:org.opencontainers.image.title=chirpstack-application-server
org.opencontainers.image.description=ChirpStack Application Server is an open-source LoRaWAN application-server.
org.opencontainers.image.url=https://github.com/brocaar/chirpstack-application-server
org.opencontainers.image.source=https://github.com/brocaar/chirpstack-application-server
org.opencontainers.image.version=
org.opencontainers.image.created=2021-08-17T11:53:25.291Z
org.opencontainers.image.revision=5a5c7031fa8d5b879d258836fb7e1decdeeffd24
org.opencontainers.image.licenses=MIT INPUT_PLATFORMS:linux/amd64,linux/arm64/v6,linux/arm64/v7,linux/arm64/v8 INPUT_TAGS: ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]
[CI/docker] ⭐  Run Build and push
DEBU[0085] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0085] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0085] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' 
DEBU[0085] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 
DEBU[0085] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' 
DEBU[0085] using github ref: refs/heads/multi-arch      
INFO[0085]   ☁  git clone 'https://github.com/docker/build-push-action' # ref=v2 
DEBU[0085]   cloning https://github.com/docker/build-push-action to /home/krasi/.cache/act/docker-build-push-action@v2 
DEBU[0086] Unable to pull refs/heads/v2: worktree contains unstaged changes 
DEBU[0086] Cloned https://github.com/docker/build-push-action to /home/krasi/.cache/act/docker-build-push-action@v2 
DEBU[0086] Checked out v2                               
DEBU[0086] Read action &{Build and push Docker images docker Build and push Docker images with Buildx map[allow:{List of extra privileged entitlement (eg. network.host,security.insecure) false } build-args:{List of build-time variables false } builder:{Builder instance false } cache-from:{List of external cache sources for buildx (eg. user/app:cache, type=local,src=path/to/dir) false } cache-to:{List of cache export destinations for buildx (eg. user/app:cache, type=local,dest=path/to/dir) false } context:{Build's context is the set of files located in the specified PATH or URL false } file:{Path to the Dockerfile false } github-token:{GitHub Token used to authenticate against a repository for Git context false ${{ github.token }}} labels:{List of metadata for an image false } load:{Load is a shorthand for --output=type=docker false false} network:{Set the networking mode for the RUN instructions during build false } no-cache:{Do not use cache when building the image false false} outputs:{List of output destinations (format: type=local,dest=path) false } platforms:{List of target platforms for build false } pull:{Always attempt to pull a newer version of the image false false} push:{Push is a shorthand for --output=type=registry false false} secret-files:{List of secret files to expose to the build (eg. key=filename, MY_SECRET=./secret.txt) false } secrets:{List of secrets to expose to the build (eg. key=string, GIT_AUTH_TOKEN=mytoken) false } ssh:{List of SSH agent socket or keys to expose to the build false } tags:{List of tags false } target:{Sets the target stage to build false }] map[digest:{Image content-addressable identifier also called a digest }] {node12 map[] dist/index.js  [] [] []} {blue anchor}} from 'Unknown' 
DEBU[0086] About to run action &{Build and push Docker images docker Build and push Docker images with Buildx map[allow:{List of extra privileged entitlement (eg. network.host,security.insecure) false } build-args:{List of build-time variables false } builder:{Builder instance false } cache-from:{List of external cache sources for buildx (eg. user/app:cache, type=local,src=path/to/dir) false } cache-to:{List of cache export destinations for buildx (eg. user/app:cache, type=local,dest=path/to/dir) false } context:{Build's context is the set of files located in the specified PATH or URL false } file:{Path to the Dockerfile false } github-token:{GitHub Token used to authenticate against a repository for Git context false ${{ github.token }}} labels:{List of metadata for an image false } load:{Load is a shorthand for --output=type=docker false false} network:{Set the networking mode for the RUN instructions during build false } no-cache:{Do not use cache when building the image false false} outputs:{List of output destinations (format: type=local,dest=path) false } platforms:{List of target platforms for build false } pull:{Always attempt to pull a newer version of the image false false} push:{Push is a shorthand for --output=type=registry false false} secret-files:{List of secret files to expose to the build (eg. key=filename, MY_SECRET=./secret.txt) false } secrets:{List of secrets to expose to the build (eg. key=string, GIT_AUTH_TOKEN=mytoken) false } ssh:{List of SSH agent socket or keys to expose to the build false } tags:{List of tags false } target:{Sets the target stage to build false }] map[digest:{Image content-addressable identifier also called a digest }] {node12 map[] dist/index.js  [] [] []} {blue anchor}} 
DEBU[0086] Evaluating 'github['token']' instead of 'github.token' 
DEBU[0086] type=3 actionDir=/home/krasi/.cache/act/docker-build-push-action@v2 actionPath= workdir=/home/krasi/src/github.com/brocaar/chirpstack-application-server actionCacheDir=/home/krasi/.cache/act actionName=docker-build-push-action@v2 containerActionDir=/var/run/act/actions/docker-build-push-action@v2 
DEBU[0086] Removing /home/krasi/.cache/act/docker-build-push-action@v2/.gitignore before docker cp 
DEBU[0086] /var/run/act/actions/docker-build-push-action@v2 
[CI/docker]   🐳  docker cp src=/home/krasi/.cache/act/docker-build-push-action@v2/ dst=/var/run/act/actions/docker-build-push-action@v2/
[CI/docker]   🐳  docker exec cmd=[mkdir -p /var/run/act/actions/docker-build-push-action@v2/] user= workdir=
[CI/docker] Exec command '[mkdir -p /var/run/act/actions/docker-build-push-action@v2/]'
[CI/docker] Working directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server'
DEBU[0086] Writing tarball /tmp/act138147263 from /home/krasi/.cache/act/docker-build-push-action@v2/ 
DEBU[0086] Stripping prefix:/home/krasi/.cache/act/docker-build-push-action@v2/ src:/home/krasi/.cache/act/docker-build-push-action@v2/ 
[CI/docker] Extracting content from '/tmp/act138147263' to '/var/run/act/actions/docker-build-push-action@v2/'
DEBU[0086] executing remote job container: [node /var/run/act/actions/docker-build-push-action@v2/dist/index.js] 
[CI/docker]   🐳  docker exec cmd=[node /var/run/act/actions/docker-build-push-action@v2/dist/index.js] user= workdir=
[CI/docker] Exec command '[node /var/run/act/actions/docker-build-push-action@v2/dist/index.js]'
[CI/docker] Working directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server'
[CI/docker]   ❓  ::save-state name=isPost::true
[CI/docker]   ❓  ::group::Docker info
| [command]/usr/bin/docker version
| Client:
|  Version:           20.10.8+azure
|  API version:       1.41
|  Go version:        go1.16.7
|  Git commit:        3967b7d28e15a020e4ee344283128ead633b3e0c
|  Built:             Thu Jul 29 13:55:47 2021
|  OS/Arch:           linux/amd64
|  Context:           default
|  Experimental:      true
| 
| Server: Docker Engine - Community
|  Engine:
|   Version:          20.10.7
|   API version:      1.41 (minimum version 1.12)
|   Go version:       go1.13.15
|   Git commit:       b0f5bc3
|   Built:            Wed Jun  2 11:54:50 2021
|   OS/Arch:          linux/amd64
|   Experimental:     false
|  containerd:
|   Version:          1.4.6
|   GitCommit:        d71fcd7d8303cbf684402823e425e9dd2e99285d
|  runc:
|   Version:          1.0.0-rc95
|   GitCommit:        b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
|  docker-init:
|   Version:          0.19.0
|   GitCommit:        de40ad0
| [command]/usr/bin/docker info
| Client:
|  Context:    default
|  Debug Mode: false
|  Plugins:
|   buildx: Build with BuildKit (Docker Inc., 0.6.0+azure)
| 
| Server:
|  Containers: 2
|   Running: 2
|   Paused: 0
|   Stopped: 0
|  Images: 3
|  Server Version: 20.10.7
|  Storage Driver: overlay2
|   Backing Filesystem: extfs
|   Supports d_type: true
|   Native Overlay Diff: true
|   userxattr: false
|  Logging Driver: json-file
|  Cgroup Driver: cgroupfs
|  Cgroup Version: 1
|  Plugins:
|   Volume: local
|   Network: bridge host ipvlan macvlan null overlay
|   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
|  Swarm: inactive
|  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
|  Default Runtime: runc
|  Init Binary: docker-init
|  containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d
|  runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
|  init version: de40ad0
|  Security Options:
|   apparmor
|   seccomp
|    Profile: default
|  Kernel Version: 5.4.0-37-generic
|  Operating System: Ubuntu 20.04 LTS
|  OSType: linux
|  Architecture: x86_64
|  CPUs: 8
|  Total Memory: 30.75GiB
|  Name: krasi-ThinkPad-P50
|  ID: 4MXC:DSLB:2YUD:APHV:RQ3X:SISN:ZDHV:Z6WM:3DPU:LGRG:GZMX:WZZV
|  Docker Root Dir: /var/lib/docker
|  Debug Mode: false
|  Registry: https://index.docker.io/v1/
|  Labels:
|  Experimental: false
|  Insecure Registries:
|   127.0.0.0/8
|  Live Restore Enabled: false
| 
| WARNING: No swap limit support
[CI/docker]   ❓  ::endgroup::
[CI/docker]   ❓  ::save-state name=tmpDir::/tmp/docker-build-push-wEiEWn
| [command]/usr/bin/docker buildx build --label org.opencontainers.image.title=chirpstack-application-server --label org.opencontainers.image.description=ChirpStack Application Server is an open-source LoRaWAN application-server. --label org.opencontainers.image.url=https://github.com/brocaar/chirpstack-application-server --label org.opencontainers.image.source=https://github.com/brocaar/chirpstack-application-server --label org.opencontainers.image.version= --label org.opencontainers.image.created=2021-08-17T11:53:25.291Z --label org.opencontainers.image.revision=5a5c7031fa8d5b879d258836fb7e1decdeeffd24 --label org.opencontainers.image.licenses=MIT --platform linux/amd64,linux/arm64/v6,linux/arm64/v7,linux/arm64/v8 --iidfile /tmp/docker-build-push-wEiEWn/iidfile --secret id=GIT_AUTH_TOKEN,src=/tmp/docker-build-push-wEiEWn/tmp-373-DWD2G1bFRUFY https://github.com/brocaar/lora-app-server.git#5a5c7031fa8d5b879d258836fb7e1decdeeffd24
| time="2021-08-17T11:53:56Z" level=warning msg="No output specified for docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load"
| #1 [internal] load git source https://github.com/brocaar/lora-app-server.git#5a5c7031fa8d5b879d258836fb7e1decdeeffd24
| #1 0.093 hint: Using 'master' as the name for the initial branch. This default branch name
| #1 0.093 hint: is subject to change. To configure the initial branch name to use in all
| #1 0.093 hint: of your new repositories, which will suppress this warning, call:
| #1 0.093 hint: 
| #1 0.093 hint:        git config --global init.defaultBranch <name>
| #1 0.093 hint: 
| #1 0.093 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
| #1 0.093 hint: 'development'. The just-created branch can be renamed via this command:
| #1 0.093 hint: 
| #1 0.093 hint:        git branch -m <name>
| #1 0.094 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/1/fs/
| #1 0.111 fatal: Not a valid object name 5a5c7031fa8d5b879d258836fb7e1decdeeffd24^{commit}
| #1 8.394 From https://github.com/brocaar/lora-app-server
| #1 8.394  * [new branch]      improve_frame_log      -> origin/improve_frame_log
| #1 8.394  * [new branch]      improve_gw_stats       -> origin/improve_gw_stats
| #1 8.394  * [new branch]      master                 -> origin/master
| #1 8.394  * [new branch]      refactor-sql-migration -> origin/refactor-sql-migration
| #1 8.430  * [new tag]         0.1.0                  -> 0.1.0
| #1 8.430  * [new tag]         0.1.1                  -> 0.1.1
| #1 8.430  * [new tag]         0.1.2                  -> 0.1.2
| #1 8.430  * [new tag]         0.1.3                  -> 0.1.3
| #1 8.430  * [new tag]         0.1.4                  -> 0.1.4
| #1 8.431  * [new tag]         0.10.0                 -> 0.10.0
| #1 8.431  * [new tag]         0.10.1                 -> 0.10.1
| #1 8.431  * [new tag]         0.11.0                 -> 0.11.0
| #1 8.431  * [new tag]         0.12.0                 -> 0.12.0
| #1 8.431  * [new tag]         0.13.0                 -> 0.13.0
| #1 8.431  * [new tag]         0.13.1                 -> 0.13.1
| #1 8.432  * [new tag]         0.13.2                 -> 0.13.2
| #1 8.432  * [new tag]         0.14.0                 -> 0.14.0
| #1 8.432  * [new tag]         0.14.1                 -> 0.14.1
| #1 8.432  * [new tag]         0.14.2                 -> 0.14.2
| #1 8.432  * [new tag]         0.15.0                 -> 0.15.0
| #1 8.432  * [new tag]         0.16.0                 -> 0.16.0
| #1 8.433  * [new tag]         0.16.1                 -> 0.16.1
| #1 8.433  * [new tag]         0.17.0                 -> 0.17.0
| #1 8.433  * [new tag]         0.17.1                 -> 0.17.1
| #1 8.433  * [new tag]         0.18.0                 -> 0.18.0
| #1 8.433  * [new tag]         0.18.1                 -> 0.18.1
| #1 8.433  * [new tag]         0.18.2                 -> 0.18.2
| #1 8.433  * [new tag]         0.19.0                 -> 0.19.0
| #1 8.434  * [new tag]         0.2.0                  -> 0.2.0
| #1 8.434  * [new tag]         0.20.0                 -> 0.20.0
| #1 8.434  * [new tag]         0.20.1                 -> 0.20.1
| #1 8.434  * [new tag]         0.20.2                 -> 0.20.2
| #1 8.434  * [new tag]         0.21.0                 -> 0.21.0
| #1 8.434  * [new tag]         0.21.1                 -> 0.21.1
| #1 8.435  * [new tag]         0.3.0                  -> 0.3.0
| #1 8.435  * [new tag]         0.4.0                  -> 0.4.0
| #1 8.435  * [new tag]         0.5.0                  -> 0.5.0
| #1 8.435  * [new tag]         0.6.0                  -> 0.6.0
| #1 8.435  * [new tag]         0.7.0                  -> 0.7.0
| #1 8.435  * [new tag]         0.7.1                  -> 0.7.1
| #1 8.435  * [new tag]         0.7.2                  -> 0.7.2
| #1 8.436  * [new tag]         0.8.0                  -> 0.8.0
| #1 8.436  * [new tag]         0.9.0                  -> 0.9.0
| #1 8.436  * [new tag]         0.9.1                  -> 0.9.1
| #1 8.436  * [new tag]         v1.0.0                 -> v1.0.0
| #1 8.436  * [new tag]         v1.0.1                 -> v1.0.1
| #1 8.436  * [new tag]         v2.0.0                 -> v2.0.0
| #1 8.436  * [new tag]         v2.0.0-alpha.1         -> v2.0.0-alpha.1
| #1 8.437  * [new tag]         v2.0.0-alpha.2         -> v2.0.0-alpha.2
| #1 8.437  * [new tag]         v2.0.0-test.1          -> v2.0.0-test.1
| #1 8.437  * [new tag]         v2.0.1                 -> v2.0.1
| #1 8.437  * [new tag]         v2.1.0                 -> v2.1.0
| #1 8.437  * [new tag]         v2.2.0                 -> v2.2.0
| #1 8.437  * [new tag]         v2.3.0                 -> v2.3.0
| #1 8.437  * [new tag]         v2.4.0                 -> v2.4.0
| #1 8.438  * [new tag]         v2.4.1                 -> v2.4.1
| #1 8.438  * [new tag]         v2.5.0                 -> v2.5.0
| #1 8.438  * [new tag]         v2.5.1                 -> v2.5.1
| #1 8.438  * [new tag]         v2.6.0                 -> v2.6.0
| #1 8.438  * [new tag]         v3.0.0                 -> v3.0.0
| #1 8.439  * [new tag]         v3.0.0-test.1          -> v3.0.0-test.1
| #1 8.439  * [new tag]         v3.0.0-test.2          -> v3.0.0-test.2
| #1 8.439  * [new tag]         v3.0.0-test.3          -> v3.0.0-test.3
| #1 8.439  * [new tag]         v3.0.0-test.4          -> v3.0.0-test.4
| #1 8.439  * [new tag]         v3.1.0                 -> v3.1.0
| #1 8.439  * [new tag]         v3.1.0-test.1          -> v3.1.0-test.1
| #1 8.439  * [new tag]         v3.10.0                -> v3.10.0
| #1 8.440  * [new tag]         v3.10.0-test.1         -> v3.10.0-test.1
| #1 8.440  * [new tag]         v3.10.0-test.2         -> v3.10.0-test.2
| #1 8.440  * [new tag]         v3.11.0                -> v3.11.0
| #1 8.440  * [new tag]         v3.11.0-test.1         -> v3.11.0-test.1
| #1 8.440  * [new tag]         v3.11.0-test.2         -> v3.11.0-test.2
| #1 8.440  * [new tag]         v3.11.0-test.3         -> v3.11.0-test.3
| #1 8.440  * [new tag]         v3.11.1                -> v3.11.1
| #1 8.441  * [new tag]         v3.12.0                -> v3.12.0
| #1 8.441  * [new tag]         v3.12.1                -> v3.12.1
| #1 8.441  * [new tag]         v3.12.2                -> v3.12.2
| #1 8.441  * [new tag]         v3.13.0                -> v3.13.0
| #1 8.441  * [new tag]         v3.13.0-test.1         -> v3.13.0-test.1
| #1 8.441  * [new tag]         v3.13.1                -> v3.13.1
| #1 8.441  * [new tag]         v3.13.2                -> v3.13.2
| #1 8.442  * [new tag]         v3.14.0                -> v3.14.0
| #1 8.442  * [new tag]         v3.14.0-test.1         -> v3.14.0-test.1
| #1 8.442  * [new tag]         v3.14.0-test.2         -> v3.14.0-test.2
| #1 8.442  * [new tag]         v3.14.0-test.3         -> v3.14.0-test.3
| #1 8.442  * [new tag]         v3.15.0                -> v3.15.0
| #1 8.442  * [new tag]         v3.15.0-test.1         -> v3.15.0-test.1
| #1 8.442  * [new tag]         v3.15.0-test.2         -> v3.15.0-test.2
| #1 8.443  * [new tag]         v3.15.0-test.3         -> v3.15.0-test.3
| #1 8.443  * [new tag]         v3.16.0                -> v3.16.0
| #1 8.443  * [new tag]         v3.16.0-test.1         -> v3.16.0-test.1
| #1 8.443  * [new tag]         v3.16.0-test.2         -> v3.16.0-test.2
| #1 8.443  * [new tag]         v3.16.0-test.3         -> v3.16.0-test.3
| #1 8.443  * [new tag]         v3.17.0-test.1         -> v3.17.0-test.1
| #1 8.443  * [new tag]         v3.2.0                 -> v3.2.0
| #1 8.443  * [new tag]         v3.3.0                 -> v3.3.0
| #1 8.444  * [new tag]         v3.3.1                 -> v3.3.1
| #1 8.444  * [new tag]         v3.4.0                 -> v3.4.0
| #1 8.444  * [new tag]         v3.4.0-test.1          -> v3.4.0-test.1
| #1 8.444  * [new tag]         v3.4.0-test.2          -> v3.4.0-test.2
| #1 8.444  * [new tag]         v3.5.0                 -> v3.5.0
| #1 8.444  * [new tag]         v3.5.1                 -> v3.5.1
| #1 8.444  * [new tag]         v3.6.0                 -> v3.6.0
| #1 8.445  * [new tag]         v3.6.0-test.1          -> v3.6.0-test.1
| #1 8.445  * [new tag]         v3.6.0-test.2          -> v3.6.0-test.2
| #1 8.445  * [new tag]         v3.6.1                 -> v3.6.1
| #1 8.445  * [new tag]         v3.7.0                 -> v3.7.0
| #1 8.445  * [new tag]         v3.7.0-test.1          -> v3.7.0-test.1
| #1 8.445  * [new tag]         v3.7.0-test.2          -> v3.7.0-test.2
| #1 8.445  * [new tag]         v3.8.0                 -> v3.8.0
| #1 8.446  * [new tag]         v3.8.0-test.1          -> v3.8.0-test.1
| #1 8.446  * [new tag]         v3.9.0                 -> v3.9.0
| #1 8.507 fatal: reference is not a tree: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24
| #1 ERROR: failed to checkout remote https://github.com/brocaar/lora-app-server.git: exit status 128
| ------
|  > [internal] load git source https://github.com/brocaar/lora-app-server.git#5a5c7031fa8d5b879d258836fb7e1decdeeffd24:
| #1 8.445  * [new tag]         v3.6.0-test.1          -> v3.6.0-test.1
| #1 8.445  * [new tag]         v3.6.0-test.2          -> v3.6.0-test.2
| #1 8.445  * [new tag]         v3.6.1                 -> v3.6.1
| #1 8.445  * [new tag]         v3.7.0                 -> v3.7.0
| #1 8.445  * [new tag]         v3.7.0-test.1          -> v3.7.0-test.1
| #1 8.445  * [new tag]         v3.7.0-test.2          -> v3.7.0-test.2
| #1 8.445  * [new tag]         v3.8.0                 -> v3.8.0
| #1 8.446  * [new tag]         v3.8.0-test.1          -> v3.8.0-test.1
| #1 8.446  * [new tag]         v3.9.0                 -> v3.9.0
| #1 8.507 fatal: reference is not a tree: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24
| ------
| error: failed to solve: failed to read dockerfile: failed to checkout remote https://github.com/brocaar/lora-app-server.git: exit status 128
[CI/docker]   ❗  ::error::buildx failed with: error: failed to solve: failed to read dockerfile: failed to checkout remote https://github.com/brocaar/lora-app-server.git: exit status 128
DEBU[0097] exit with `FAILURE`: 1                       
[CI/docker]   ❌  Failure - Build and push
DEBU[0097] exit with `FAILURE`: 1                       
DEBU[0097] exit with `FAILURE`: 1                       
Error: exit with `FAILURE`: 1```

</details>
Originally created by @krasi-georgiev on GitHub (Aug 17, 2021). Original GitHub issue: https://github.com/nektos/act/issues/778 Originally assigned to: @catthehacker on GitHub. ## System information - Operating System: Linux - Architecture: x64 - Docker version: 20.10.7 - `act` version: act no longer has the version tag but us quite recent few days. ## Actual behavior The Repo has a redirect and the checkout step tries to checkout the old repo without following the redirect. The same workflow works when in github actions https://github.com/brocaar/chirpstack-application-server/runs/3350138619?check_suite_focus=true ## Workflow and/or repository https://github.com/brocaar/chirpstack-application-server/runs/3350138619?check_suite_focus=true ## Steps to reproduce act -j docker -v -e .local/gh-event.json ## `act` output <details> <summary>Log</summary> Event file ``` { "repository": { "name": "chirpstack-application-server" }, "ref": "refs/tags/v/0.1" } ``` ```none act -j docker -v -e .local/gh-event.json DEBU[0000] Loading environment from /home/krasi/src/github.com/brocaar/chirpstack-application-server/.env DEBU[0000] Loading secrets from /home/krasi/src/github.com/brocaar/chirpstack-application-server/.secrets DEBU[0000] Loading workflows from '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.github/workflows' DEBU[0000] Loading workflows recursively DEBU[0000] Found workflow 'docker.yml' in '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.github/workflows/docker.yml' DEBU[0000] Found workflow 'main.yml' in '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.github/workflows/main.yml' DEBU[0000] Reading workflow '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.github/workflows/docker.yml' DEBU[0000] Correcting if statements '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.github/workflows/docker.yml' DEBU[0000] Reading workflow '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.github/workflows/main.yml' DEBU[0000] Correcting if statements '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.github/workflows/main.yml' DEBU[0000] Planning job: docker DEBU[0000] Reading event.json from /home/krasi/src/github.com/brocaar/chirpstack-application-server/.local/gh-event.json DEBU[0000] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0000] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0000] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0000] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0000] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0000] using github ref: refs/heads/multi-arch DEBU[0000] context env => map[ACT:true] DEBU[0000] context needs => map[] [CI/docker] 🚀 Start image=catthehacker/ubuntu:act-latest DEBU[0000] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0000] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0000] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0000] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0000] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0000] using github ref: refs/heads/multi-arch [CI/docker] 🐳 docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=false [CI/docker] 🐳 docker pull catthehacker/ubuntu:act-latest DEBU[0000] Image exists? false [CI/docker] pulling image 'docker.io/catthehacker/ubuntu:act-latest' () [CI/docker] Pulling from catthehacker/ubuntu :: act-latest [CI/docker] Pulling fs layer :: 16ec32c2132b [CI/docker] Pulling fs layer :: e844d0dd6bf6 [CI/docker] Pulling fs layer :: 1e6e2a2dd736 [CI/docker] Pulling fs layer :: ebaacada9b34 [CI/docker] Pulling fs layer :: 47b6cb30d160 [CI/docker] Pulling fs layer :: c5db15d4a4ec [CI/docker] Pulling fs layer :: ad064434cd3a [CI/docker] Waiting :: ebaacada9b34 [CI/docker] Waiting :: 47b6cb30d160 [CI/docker] Downloading :: e844d0dd6bf6 :: [> ] REMOVED some download logs [CI/docker] Extracting :: ad064434cd3a :: [==================================================>] 97.42MB/97.42MB [CI/docker] Pull complete :: ad064434cd3a [CI/docker] Digest: sha256:3f7d1579ecc0ff94da5aefaece3f4574552d73e7bb11e04d68cb41da9fa5aca7 :: [CI/docker] Status: Downloaded newer image for catthehacker/ubuntu:act-latest :: [CI/docker] 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [CI/docker] Created container name=act-CI-docker id=13183c9e20fa31b42a7e773b24d77373b4deb10c1299066829182b5a72e72ec4 from image catthehacker/ubuntu:act-latest (platform: ) [CI/docker] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp] [CI/docker] 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [CI/docker] Starting container: 13183c9e20fa31b42a7e773b24d77373b4deb10c1299066829182b5a72e72ec4 [CI/docker] Started container: 13183c9e20fa31b42a7e773b24d77373b4deb10c1299066829182b5a72e72ec4 [CI/docker] 🐳 docker exec cmd=[mkdir -m 0777 -p /var/run/act] user=root workdir= [CI/docker] Exec command '[mkdir -m 0777 -p /var/run/act]' [CI/docker] Working directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server' [CI/docker] 🐳 docker cp src=/home/krasi/src/github.com/brocaar/chirpstack-application-server/. dst=/home/krasi/src/github.com/brocaar/chirpstack-application-server [CI/docker] 🐳 docker exec cmd=[mkdir -p /home/krasi/src/github.com/brocaar/chirpstack-application-server] user= workdir= [CI/docker] Exec command '[mkdir -p /home/krasi/src/github.com/brocaar/chirpstack-application-server]' [CI/docker] Working directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server' DEBU[0053] Writing tarball /tmp/act648554476 from /home/krasi/src/github.com/brocaar/chirpstack-application-server/. DEBU[0053] Stripping prefix:/home/krasi/src/github.com/brocaar/chirpstack-application-server/ src:/home/krasi/src/github.com/brocaar/chirpstack-application-server/. [CI/docker] Extracting content from '/tmp/act648554476' to '/home/krasi/src/github.com/brocaar/chirpstack-application-server' DEBU[0054] Writing entry to tarball workflow/event.json len:107 DEBU[0054] Writing entry to tarball workflow/envs.txt len:0 DEBU[0054] Writing entry to tarball workflow/paths.txt len:0 [CI/docker] Extracting content to '/var/run/act/' DEBU[0054] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0054] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0054] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0054] using github ref: refs/heads/multi-arch DEBU[0054] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0054] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0054] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0054] using github ref: refs/heads/multi-arch DEBU[0054] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0054] context needs => map[] DEBU[0054] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN: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 GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [CI/docker] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [CI/docker] ⭐ Run Checkout DEBU[0054] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0054] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0054] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0054] using github ref: refs/heads/multi-arch [CI/docker] Skipping local actions/checkout because workdir was already copied DEBU[0054] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0054] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0054] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0054] using github ref: refs/heads/multi-arch DEBU[0054] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0054] context needs => map[] DEBU[0054] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN: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 GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [CI/docker] ✅ Success - Checkout DEBU[0054] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0054] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0054] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0054] using github ref: refs/heads/multi-arch DEBU[0054] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0054] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0054] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0054] using github ref: refs/heads/multi-arch DEBU[0054] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0054] context needs => map[] DEBU[0054] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0054] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0054] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0054] using github ref: refs/heads/multi-arch DEBU[0054] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0054] context needs => map[] DEBU[0054] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0054] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0054] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0054] using github ref: refs/heads/multi-arch DEBU[0054] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0054] context needs => map[] DEBU[0054] Evaluating 'github['event']['repository']['name']' instead of 'github.event.repository.name' DEBU[0054] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:meta GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN: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 GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 INPUT_IMAGES:chirpstack/${{ github.event.repository.name }} INPUT_TAGS:type=semver,pattern={{version}} type=semver,pattern={{major}} type=semver,pattern={{major}}.{{minor}} ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0054] Evaluating 'github['event']['repository']['name']' instead of 'github.event.repository.name' [CI/docker] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:meta GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 INPUT_IMAGES:chirpstack/chirpstack-application-server INPUT_TAGS:type=semver,pattern={{version}} type=semver,pattern={{major}} type=semver,pattern={{major}}.{{minor}} ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [CI/docker] ⭐ Run Docker meta DEBU[0054] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0054] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0054] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0054] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0054] using github ref: refs/heads/multi-arch INFO[0054] ☁ git clone 'https://github.com/docker/metadata-action' # ref=v3 DEBU[0054] cloning https://github.com/docker/metadata-action to /home/krasi/.cache/act/docker-metadata-action@v3 DEBU[0055] Unable to pull refs/heads/v3: worktree contains unstaged changes DEBU[0055] Cloned https://github.com/docker/metadata-action to /home/krasi/.cache/act/docker-metadata-action@v3 DEBU[0055] Checked out v3 DEBU[0055] Read action &{Docker Metadata action docker GitHub Action to extract metadata (tags, labels) for Docker map[bake-target:{Bake target name (default docker-metadata-action) false } flavor:{Flavors to apply false } github-token:{GitHub Token as provided by secrets true ${{ github.token }}} images:{List of Docker images to use as base name for tags true } labels:{List of custom labels false } sep-labels:{Separator to use for labels output (default \n) false } sep-tags:{Separator to use for tags output (default \n) false } tags:{List of tags as key-value pair attributes false }] map[bake-file:{Bake definiton file } labels:{Generated Docker labels } tags:{Generated Docker tags } version:{Generated Docker image version }] {node12 map[] dist/index.js [] [] []} {blue anchor}} from 'Unknown' DEBU[0055] About to run action &{Docker Metadata action docker GitHub Action to extract metadata (tags, labels) for Docker map[bake-target:{Bake target name (default docker-metadata-action) false } flavor:{Flavors to apply false } github-token:{GitHub Token as provided by secrets true ${{ github.token }}} images:{List of Docker images to use as base name for tags true } labels:{List of custom labels false } sep-labels:{Separator to use for labels output (default \n) false } sep-tags:{Separator to use for tags output (default \n) false } tags:{List of tags as key-value pair attributes false }] map[bake-file:{Bake definiton file } labels:{Generated Docker labels } tags:{Generated Docker tags } version:{Generated Docker image version }] {node12 map[] dist/index.js [] [] []} {blue anchor}} DEBU[0055] Evaluating 'github['token']' instead of 'github.token' DEBU[0055] type=3 actionDir=/home/krasi/.cache/act/docker-metadata-action@v3 actionPath= workdir=/home/krasi/src/github.com/brocaar/chirpstack-application-server actionCacheDir=/home/krasi/.cache/act actionName=docker-metadata-action@v3 containerActionDir=/var/run/act/actions/docker-metadata-action@v3 DEBU[0055] Removing /home/krasi/.cache/act/docker-metadata-action@v3/.gitignore before docker cp DEBU[0055] /var/run/act/actions/docker-metadata-action@v3 [CI/docker] 🐳 docker cp src=/home/krasi/.cache/act/docker-metadata-action@v3/ dst=/var/run/act/actions/docker-metadata-action@v3/ [CI/docker] 🐳 docker exec cmd=[mkdir -p /var/run/act/actions/docker-metadata-action@v3/] user= workdir= [CI/docker] Exec command '[mkdir -p /var/run/act/actions/docker-metadata-action@v3/]' [CI/docker] Working directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server' DEBU[0055] Writing tarball /tmp/act087187035 from /home/krasi/.cache/act/docker-metadata-action@v3/ DEBU[0055] Stripping prefix:/home/krasi/.cache/act/docker-metadata-action@v3/ src:/home/krasi/.cache/act/docker-metadata-action@v3/ [CI/docker] Extracting content from '/tmp/act087187035' to '/var/run/act/actions/docker-metadata-action@v3/' DEBU[0055] executing remote job container: [node /var/run/act/actions/docker-metadata-action@v3/dist/index.js] [CI/docker] 🐳 docker exec cmd=[node /var/run/act/actions/docker-metadata-action@v3/dist/index.js] user= workdir= [CI/docker] Exec command '[node /var/run/act/actions/docker-metadata-action@v3/dist/index.js]' [CI/docker] Working directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server' [CI/docker] ❓ ::group::Context info | eventName: push | sha: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 | ref: refs/heads/multi-arch | workflow: CI | action: meta | actor: nektos/act | runNumber: 1 | runId: 1 [CI/docker] ❓ ::endgroup:: [CI/docker] ❓ ::group::Processing tags input | type=semver,pattern={{version}},value=,enable=true,priority=900 | type=semver,pattern={{major}},value=,enable=true,priority=900 | type=semver,pattern={{major}}.{{minor}},value=,enable=true,priority=900 [CI/docker] ❓ ::endgroup:: [CI/docker] ❓ ::group::Processing flavor input | latest=auto | prefix= | prefixLatest=false | suffix= | suffixLatest=false [CI/docker] ❓ ::endgroup:: [CI/docker] 🚧 ::warning::No Docker image version has been generated. Check tags input. [CI/docker] ⚙ ::set-output:: version= [CI/docker] 🚧 ::warning::No Docker tag has been generated. Check tags input. [CI/docker] ⚙ ::set-output:: tags= [CI/docker] ❓ ::group::Docker labels | org.opencontainers.image.title=chirpstack-application-server | org.opencontainers.image.description=ChirpStack Application Server is an open-source LoRaWAN application-server. | org.opencontainers.image.url=https://github.com/brocaar/chirpstack-application-server | org.opencontainers.image.source=https://github.com/brocaar/chirpstack-application-server | org.opencontainers.image.version= | org.opencontainers.image.created=2021-08-17T11:53:25.291Z | org.opencontainers.image.revision=5a5c7031fa8d5b879d258836fb7e1decdeeffd24 | org.opencontainers.image.licenses=MIT [CI/docker] ❓ ::endgroup:: [CI/docker] ⚙ ::set-output:: labels=org.opencontainers.image.title=chirpstack-application-server org.opencontainers.image.description=ChirpStack Application Server is an open-source LoRaWAN application-server. org.opencontainers.image.url=https://github.com/brocaar/chirpstack-application-server org.opencontainers.image.source=https://github.com/brocaar/chirpstack-application-server org.opencontainers.image.version= org.opencontainers.image.created=2021-08-17T11:53:25.291Z org.opencontainers.image.revision=5a5c7031fa8d5b879d258836fb7e1decdeeffd24 org.opencontainers.image.licenses=MIT [CI/docker] ❓ ::group::JSON output | { | "tags": [], | "labels": { | "org.opencontainers.image.title": "chirpstack-application-server", | "org.opencontainers.image.description": "ChirpStack Application Server is an open-source LoRaWAN application-server.", | "org.opencontainers.image.url": "https://github.com/brocaar/chirpstack-application-server", | "org.opencontainers.image.source": "https://github.com/brocaar/chirpstack-application-server", | "org.opencontainers.image.version": "", | "org.opencontainers.image.created": "2021-08-17T11:53:25.291Z", | "org.opencontainers.image.revision": "5a5c7031fa8d5b879d258836fb7e1decdeeffd24", | "org.opencontainers.image.licenses": "MIT" | } | } [CI/docker] ❓ ::endgroup:: [CI/docker] ⚙ ::set-output:: json={"tags":[],"labels":{"org.opencontainers.image.title":"chirpstack-application-server","org.opencontainers.image.description":"ChirpStack Application Server is an open-source LoRaWAN application-server.","org.opencontainers.image.url":"https://github.com/brocaar/chirpstack-application-server","org.opencontainers.image.source":"https://github.com/brocaar/chirpstack-application-server","org.opencontainers.image.version":"","org.opencontainers.image.created":"2021-08-17T11:53:25.291Z","org.opencontainers.image.revision":"5a5c7031fa8d5b879d258836fb7e1decdeeffd24","org.opencontainers.image.licenses":"MIT"}} [CI/docker] ❓ ::group::Bake definition file | { | "target": { | "docker-metadata-action": { | "tags": [], | "labels": { | "org.opencontainers.image.title": "chirpstack-application-server", | "org.opencontainers.image.description": "ChirpStack Application Server is an open-source LoRaWAN application-server.", | "org.opencontainers.image.url": "https://github.com/brocaar/chirpstack-application-server", | "org.opencontainers.image.source": "https://github.com/brocaar/chirpstack-application-server", | "org.opencontainers.image.version": "", | "org.opencontainers.image.created": "2021-08-17T11:53:25.291Z", | "org.opencontainers.image.revision": "5a5c7031fa8d5b879d258836fb7e1decdeeffd24", | "org.opencontainers.image.licenses": "MIT" | }, | "args": { | "DOCKER_META_IMAGES": "chirpstack/chirpstack-application-server" | } | } | } | } [CI/docker] ❓ ::endgroup:: [CI/docker] ⚙ ::set-output:: bake-file=/tmp/docker-metadata-action-4zS59e/docker-metadata-action-bake.json DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0057] using github ref: refs/heads/multi-arch DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0057] context needs => map[] DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0057] using github ref: refs/heads/multi-arch DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0057] context needs => map[] DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0057] using github ref: refs/heads/multi-arch DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0057] context needs => map[] DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0057] using github ref: refs/heads/multi-arch DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0057] context needs => map[] DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0057] using github ref: refs/heads/multi-arch DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0057] context needs => map[] DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0057] using github ref: refs/heads/multi-arch DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0057] context needs => map[] DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0057] using github ref: refs/heads/multi-arch DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0057] context needs => map[] DEBU[0057] Evaluating 'github['token']' instead of 'github.token' DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0057] using github ref: refs/heads/multi-arch DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0057] context needs => map[] DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0057] using github ref: refs/heads/multi-arch DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0057] context needs => map[] DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0057] using github ref: refs/heads/multi-arch DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0057] context needs => map[] DEBU[0057] Evaluating 'github['event']['repository']['name']' instead of 'github.event.repository.name' DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0057] using github ref: refs/heads/multi-arch DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0057] context needs => map[] DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:meta GITHUB_ACTIONS:true GITHUB_ACTION_PATH:/var/run/act/actions/docker-metadata-action@v3 GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN: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 GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 INPUT_BAKE-TARGET: INPUT_FLAVOR: INPUT_GITHUB-TOKEN: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 INPUT_IMAGES:chirpstack/chirpstack-application-server INPUT_LABELS: INPUT_SEP-LABELS: INPUT_SEP-TAGS: INPUT_TAGS:type=semver,pattern={{version}} type=semver,pattern={{major}} type=semver,pattern={{major}}.{{minor}} ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [CI/docker] ✅ Success - Docker meta DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0057] using github ref: refs/heads/multi-arch DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0057] using github ref: refs/heads/multi-arch DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0057] context needs => map[] DEBU[0057] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN: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 GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [CI/docker] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [CI/docker] ⭐ Run Set up QEMU DEBU[0057] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0057] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0057] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0057] using github ref: refs/heads/multi-arch INFO[0057] ☁ git clone 'https://github.com/docker/setup-qemu-action' # ref=v1 DEBU[0057] cloning https://github.com/docker/setup-qemu-action to /home/krasi/.cache/act/docker-setup-qemu-action@v1 DEBU[0058] Unable to pull refs/heads/v1: worktree contains unstaged changes DEBU[0058] Cloned https://github.com/docker/setup-qemu-action to /home/krasi/.cache/act/docker-setup-qemu-action@v1 DEBU[0058] Checked out v1 DEBU[0058] Read action &{Docker Setup QEMU docker Install QEMU static binaries map[image:{QEMU static binaries Docker image (e.g. tonistiigi/binfmt:latest) false tonistiigi/binfmt:latest} platforms:{Platforms to install (e.g. arm64,riscv64,arm) false all}] map[platforms:{Available platforms (comma separated) }] {node12 map[] dist/index.js [] [] []} {blue anchor}} from 'Unknown' DEBU[0058] About to run action &{Docker Setup QEMU docker Install QEMU static binaries map[image:{QEMU static binaries Docker image (e.g. tonistiigi/binfmt:latest) false tonistiigi/binfmt:latest} platforms:{Platforms to install (e.g. arm64,riscv64,arm) false all}] map[platforms:{Available platforms (comma separated) }] {node12 map[] dist/index.js [] [] []} {blue anchor}} DEBU[0058] type=3 actionDir=/home/krasi/.cache/act/docker-setup-qemu-action@v1 actionPath= workdir=/home/krasi/src/github.com/brocaar/chirpstack-application-server actionCacheDir=/home/krasi/.cache/act actionName=docker-setup-qemu-action@v1 containerActionDir=/var/run/act/actions/docker-setup-qemu-action@v1 DEBU[0058] Removing /home/krasi/.cache/act/docker-setup-qemu-action@v1/.gitignore before docker cp DEBU[0058] /var/run/act/actions/docker-setup-qemu-action@v1 [CI/docker] 🐳 docker cp src=/home/krasi/.cache/act/docker-setup-qemu-action@v1/ dst=/var/run/act/actions/docker-setup-qemu-action@v1/ [CI/docker] 🐳 docker exec cmd=[mkdir -p /var/run/act/actions/docker-setup-qemu-action@v1/] user= workdir= [CI/docker] Exec command '[mkdir -p /var/run/act/actions/docker-setup-qemu-action@v1/]' [CI/docker] Working directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server' DEBU[0058] Writing tarball /tmp/act111440894 from /home/krasi/.cache/act/docker-setup-qemu-action@v1/ DEBU[0058] Stripping prefix:/home/krasi/.cache/act/docker-setup-qemu-action@v1/ src:/home/krasi/.cache/act/docker-setup-qemu-action@v1/ [CI/docker] Extracting content from '/tmp/act111440894' to '/var/run/act/actions/docker-setup-qemu-action@v1/' DEBU[0058] executing remote job container: [node /var/run/act/actions/docker-setup-qemu-action@v1/dist/index.js] [CI/docker] 🐳 docker exec cmd=[node /var/run/act/actions/docker-setup-qemu-action@v1/dist/index.js] user= workdir= [CI/docker] Exec command '[node /var/run/act/actions/docker-setup-qemu-action@v1/dist/index.js]' [CI/docker] Working directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server' [CI/docker] ❓ ::group::Docker info | [command]/usr/bin/docker version | Client: | Version: 20.10.8+azure | API version: 1.41 | Go version: go1.16.7 | Git commit: 3967b7d28e15a020e4ee344283128ead633b3e0c | Built: Thu Jul 29 13:55:47 2021 | OS/Arch: linux/amd64 | Context: default | Experimental: true | | Server: Docker Engine - Community | Engine: | Version: 20.10.7 | API version: 1.41 (minimum version 1.12) | Go version: go1.13.15 | Git commit: b0f5bc3 | Built: Wed Jun 2 11:54:50 2021 | OS/Arch: linux/amd64 | Experimental: false | containerd: | Version: 1.4.6 | GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d | runc: | Version: 1.0.0-rc95 | GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 | docker-init: | Version: 0.19.0 | GitCommit: de40ad0 | [command]/usr/bin/docker info | Client: | Context: default | Debug Mode: false | Plugins: | buildx: Build with BuildKit (Docker Inc., 0.6.0+azure) | | Server: | Containers: 1 | Running: 1 | Paused: 0 | Stopped: 0 | Images: 1 | Server Version: 20.10.7 | Storage Driver: overlay2 | Backing Filesystem: extfs | Supports d_type: true | Native Overlay Diff: true | userxattr: false | Logging Driver: json-file | Cgroup Driver: cgroupfs | Cgroup Version: 1 | Plugins: | Volume: local | Network: bridge host ipvlan macvlan null overlay | Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog | Swarm: inactive | Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc | Default Runtime: runc | Init Binary: docker-init | containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d | runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 | init version: de40ad0 | Security Options: | apparmor | seccomp | Profile: default | Kernel Version: 5.4.0-37-generic | Operating System: Ubuntu 20.04 LTS | OSType: linux | Architecture: x86_64 | CPUs: 8 | Total Memory: 30.75GiB | Name: krasi-ThinkPad-P50 | ID: 4MXC:DSLB:2YUD:APHV:RQ3X:SISN:ZDHV:Z6WM:3DPU:LGRG:GZMX:WZZV | Docker Root Dir: /var/lib/docker | Debug Mode: false | Registry: https://index.docker.io/v1/ | Labels: | Experimental: false | Insecure Registries: | 127.0.0.0/8 | Live Restore Enabled: false | | WARNING: No swap limit support [CI/docker] ❓ ::endgroup:: [CI/docker] ❓ ::group::Pulling binfmt Docker image | [command]/usr/bin/docker pull tonistiigi/binfmt:latest | latest: Pulling from tonistiigi/binfmt | a5644ca467e1: Pulling fs layer | 6f3748a79141: Pulling fs layer | 6f3748a79141: Verifying Checksum | 6f3748a79141: Download complete | a5644ca467e1: Verifying Checksum | a5644ca467e1: Download complete | a5644ca467e1: Pull complete | 6f3748a79141: Pull complete | Digest: sha256:ce4d5a2a6ac4a189047fca2d71cbd901cc7beebacf538be95fccb3aca87cb2ec | Status: Downloaded newer image for tonistiigi/binfmt:latest | docker.io/tonistiigi/binfmt:latest [CI/docker] ❓ ::endgroup:: [CI/docker] ❓ ::group::Image info | [command]/usr/bin/docker image inspect tonistiigi/binfmt:latest | [ | { | "Id": "sha256:258d55b22af6c9b5d9e637ba4349db3902f6a51d00625228e553175fd2f2f0f1", | "RepoTags": [ | "tonistiigi/binfmt:latest" | ], | "RepoDigests": [ | "tonistiigi/binfmt@sha256:ce4d5a2a6ac4a189047fca2d71cbd901cc7beebacf538be95fccb3aca87cb2ec" | ], | "Parent": "", | "Comment": "buildkit.dockerfile.v0", | "Created": "2021-06-23T15:17:50.002649445Z", | "Container": "", | "ContainerConfig": { | "Hostname": "", | "Domainname": "", | "User": "", | "AttachStdin": false, | "AttachStdout": false, | "AttachStderr": false, | "Tty": false, | "OpenStdin": false, | "StdinOnce": false, | "Env": null, | "Cmd": null, | "Image": "", | "Volumes": null, | "WorkingDir": "", | "Entrypoint": null, | "OnBuild": null, | "Labels": null | }, | "DockerVersion": "", | "Author": "", | "Config": { | "Hostname": "", | "Domainname": "", | "User": "", | "AttachStdin": false, | "AttachStdout": false, | "AttachStderr": false, | "Tty": false, | "OpenStdin": false, | "StdinOnce": false, | "Env": [ | "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" | ], | "Cmd": null, | "Image": "", | "Volumes": { | "/tmp": {} | }, | "WorkingDir": "/", | "Entrypoint": [ | "/usr/bin/binfmt" | ], | "OnBuild": null, | "Labels": { | "org.opencontainers.image.created": "2021-06-23T14:20:49.955Z", | "org.opencontainers.image.description": "Cross-platform emulator collection distributed with Docker images", | "org.opencontainers.image.licenses": "", | "org.opencontainers.image.revision": "8703596e93946b9e31161c060a9ac41a8b578c3f", | "org.opencontainers.image.source": "https://github.com/tonistiigi/binfmt", | "org.opencontainers.image.title": "Binfmt", | "org.opencontainers.image.url": "https://github.com/tonistiigi/binfmt", | "org.opencontainers.image.version": "qemu-v6.0.0-12" | } | }, | "Architecture": "amd64", | "Os": "linux", | "Size": 39053772, | "VirtualSize": 39053772, | "GraphDriver": { | "Data": { | "LowerDir": "/var/lib/docker/overlay2/bd3636e8afa761cad7d0064bea706546fb22f91f6e234d243503cd849a1a7b3f/diff", | "MergedDir": "/var/lib/docker/overlay2/88e8fc3376e1b86bbe7f333f33b887724359935cc664ebe1e683c3ac331b2367/merged", | "UpperDir": "/var/lib/docker/overlay2/88e8fc3376e1b86bbe7f333f33b887724359935cc664ebe1e683c3ac331b2367/diff", | "WorkDir": "/var/lib/docker/overlay2/88e8fc3376e1b86bbe7f333f33b887724359935cc664ebe1e683c3ac331b2367/work" | }, | "Name": "overlay2" | }, | "RootFS": { | "Type": "layers", | "Layers": [ | "sha256:4d6ae40bf899404464e3a361f7479f663dc5e1dc03d29301b5b5d17a31242071", | "sha256:9ac1e31a51d0465876c78dd8bfd50a1880f9c58a345b237d3bf99f46f6e9d6c3" | ] | }, | "Metadata": { | "LastTagTime": "0001-01-01T00:00:00Z" | } | } | ] [CI/docker] ❓ ::endgroup:: [CI/docker] ❓ ::group::Installing QEMU static binaries | [command]/usr/bin/docker run --rm --privileged tonistiigi/binfmt:latest --install all | { | "supported": [ | "linux/amd64", | "linux/arm64", | "linux/riscv64", | "linux/ppc64le", | "linux/s390x", | "linux/386", | "linux/mips64le", | "linux/mips64", | "linux/arm/v7", | "linux/arm/v6" | ], | "emulators": [ | "qemu-aarch64", | "qemu-arm", | "qemu-mips64", | "qemu-mips64el", | "qemu-ppc64le", | "qemu-riscv64", | "qemu-s390x" | ] | } [CI/docker] ❓ ::endgroup:: [CI/docker] ❓ ::group::Extracting available platforms | linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/arm/v7,linux/arm/v6 [CI/docker] ⚙ ::set-output:: platforms=linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/arm/v7,linux/arm/v6 [CI/docker] ❓ ::endgroup:: DEBU[0067] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0067] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0067] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0067] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0067] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0067] using github ref: refs/heads/multi-arch DEBU[0067] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0067] context needs => map[] DEBU[0067] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0067] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0067] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0067] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0067] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0067] using github ref: refs/heads/multi-arch DEBU[0067] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0067] context needs => map[] DEBU[0067] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0067] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0067] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0067] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0067] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0067] using github ref: refs/heads/multi-arch DEBU[0067] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0067] context needs => map[] DEBU[0067] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTION_PATH:/var/run/act/actions/docker-setup-qemu-action@v1 GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN: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 GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 INPUT_IMAGE:tonistiigi/binfmt:latest INPUT_PLATFORMS:all ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [CI/docker] ✅ Success - Set up QEMU DEBU[0067] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0067] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0067] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0067] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0067] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0067] using github ref: refs/heads/multi-arch DEBU[0067] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0067] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0067] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0067] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0067] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0067] using github ref: refs/heads/multi-arch DEBU[0067] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0067] context needs => map[] DEBU[0067] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN: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 GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [CI/docker] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [CI/docker] ⭐ Run Set up Docker Buildx DEBU[0067] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0067] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0067] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0067] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0067] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0067] using github ref: refs/heads/multi-arch INFO[0067] ☁ git clone 'https://github.com/docker/setup-buildx-action' # ref=v1 DEBU[0067] cloning https://github.com/docker/setup-buildx-action to /home/krasi/.cache/act/docker-setup-buildx-action@v1 DEBU[0068] Unable to pull refs/heads/v1: worktree contains unstaged changes DEBU[0068] Cloned https://github.com/docker/setup-buildx-action to /home/krasi/.cache/act/docker-setup-buildx-action@v1 DEBU[0068] Checked out v1 DEBU[0068] Read action &{Docker Setup Buildx docker Set up Docker Buildx map[buildkitd-flags:{Flags for buildkitd daemon false --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host} config:{BuildKit config file false } driver:{Sets the builder driver to be used false docker-container} driver-opts:{List of additional driver-specific options. (eg. image=moby/buildkit:master) false } endpoint:{Optional address for docker socket or context from `docker context ls` false } install:{Sets up docker build command as an alias to docker buildx false false} use:{Switch to this builder instance false true} version:{Buildx version. (eg. v0.3.0) false }] map[driver:{Builder driver } endpoint:{Builder node endpoint } flags:{Builder node flags (if applicable) } name:{Builder name } platforms:{Builder node platforms available (comma separated) } status:{Builder node status }] {node12 map[] dist/index.js [] [] []} {blue anchor}} from 'Unknown' DEBU[0068] About to run action &{Docker Setup Buildx docker Set up Docker Buildx map[buildkitd-flags:{Flags for buildkitd daemon false --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host} config:{BuildKit config file false } driver:{Sets the builder driver to be used false docker-container} driver-opts:{List of additional driver-specific options. (eg. image=moby/buildkit:master) false } endpoint:{Optional address for docker socket or context from `docker context ls` false } install:{Sets up docker build command as an alias to docker buildx false false} use:{Switch to this builder instance false true} version:{Buildx version. (eg. v0.3.0) false }] map[driver:{Builder driver } endpoint:{Builder node endpoint } flags:{Builder node flags (if applicable) } name:{Builder name } platforms:{Builder node platforms available (comma separated) } status:{Builder node status }] {node12 map[] dist/index.js [] [] []} {blue anchor}} DEBU[0068] type=3 actionDir=/home/krasi/.cache/act/docker-setup-buildx-action@v1 actionPath= workdir=/home/krasi/src/github.com/brocaar/chirpstack-application-server actionCacheDir=/home/krasi/.cache/act actionName=docker-setup-buildx-action@v1 containerActionDir=/var/run/act/actions/docker-setup-buildx-action@v1 DEBU[0068] Removing /home/krasi/.cache/act/docker-setup-buildx-action@v1/.gitignore before docker cp DEBU[0068] /var/run/act/actions/docker-setup-buildx-action@v1 [CI/docker] 🐳 docker cp src=/home/krasi/.cache/act/docker-setup-buildx-action@v1/ dst=/var/run/act/actions/docker-setup-buildx-action@v1/ [CI/docker] 🐳 docker exec cmd=[mkdir -p /var/run/act/actions/docker-setup-buildx-action@v1/] user= workdir= [CI/docker] Exec command '[mkdir -p /var/run/act/actions/docker-setup-buildx-action@v1/]' [CI/docker] Working directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server' DEBU[0068] Writing tarball /tmp/act199476549 from /home/krasi/.cache/act/docker-setup-buildx-action@v1/ DEBU[0068] Stripping prefix:/home/krasi/.cache/act/docker-setup-buildx-action@v1/ src:/home/krasi/.cache/act/docker-setup-buildx-action@v1/ [CI/docker] Extracting content from '/tmp/act199476549' to '/var/run/act/actions/docker-setup-buildx-action@v1/' DEBU[0068] executing remote job container: [node /var/run/act/actions/docker-setup-buildx-action@v1/dist/index.js] [CI/docker] 🐳 docker exec cmd=[node /var/run/act/actions/docker-setup-buildx-action@v1/dist/index.js] user= workdir= [CI/docker] Exec command '[node /var/run/act/actions/docker-setup-buildx-action@v1/dist/index.js]' [CI/docker] Working directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server' [CI/docker] ❓ ::save-state name=isPost::true [CI/docker] ❓ ::group::Docker info | [command]/usr/bin/docker version | Client: | Version: 20.10.8+azure | API version: 1.41 | Go version: go1.16.7 | Git commit: 3967b7d28e15a020e4ee344283128ead633b3e0c | Built: Thu Jul 29 13:55:47 2021 | OS/Arch: linux/amd64 | Context: default | Experimental: true | | Server: Docker Engine - Community | Engine: | Version: 20.10.7 | API version: 1.41 (minimum version 1.12) | Go version: go1.13.15 | Git commit: b0f5bc3 | Built: Wed Jun 2 11:54:50 2021 | OS/Arch: linux/amd64 | Experimental: false | containerd: | Version: 1.4.6 | GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d | runc: | Version: 1.0.0-rc95 | GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 | docker-init: | Version: 0.19.0 | GitCommit: de40ad0 | [command]/usr/bin/docker info | Client: | Context: default | Debug Mode: false | Plugins: | buildx: Build with BuildKit (Docker Inc., 0.6.0+azure) | | Server: | Containers: 1 | Running: 1 | Paused: 0 | Stopped: 0 | Images: 2 | Server Version: 20.10.7 | Storage Driver: overlay2 | Backing Filesystem: extfs | Supports d_type: true | Native Overlay Diff: true | userxattr: false | Logging Driver: json-file | Cgroup Driver: cgroupfs | Cgroup Version: 1 | Plugins: | Volume: local | Network: bridge host ipvlan macvlan null overlay | Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog | Swarm: inactive | Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc | Default Runtime: runc | Init Binary: docker-init | containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d | runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 | init version: de40ad0 | Security Options: | apparmor | seccomp | Profile: default | Kernel Version: 5.4.0-37-generic | Operating System: Ubuntu 20.04 LTS | OSType: linux | Architecture: x86_64 | CPUs: 8 | Total Memory: 30.75GiB | Name: krasi-ThinkPad-P50 | ID: 4MXC:DSLB:2YUD:APHV:RQ3X:SISN:ZDHV:Z6WM:3DPU:LGRG:GZMX:WZZV | Docker Root Dir: /var/lib/docker | Debug Mode: false | Registry: https://index.docker.io/v1/ | Labels: | Experimental: false | Insecure Registries: | 127.0.0.0/8 | Live Restore Enabled: false | | WARNING: No swap limit support [CI/docker] ❓ ::endgroup:: [CI/docker] ⚙ ::set-output:: name=builder-85543f5f-0ad5-4628-b8f9-8efbe6e49243 [CI/docker] ❓ ::save-state name=builderName::builder-85543f5f-0ad5-4628-b8f9-8efbe6e49243 [CI/docker] ❓ ::group::Creating a new builder instance | [command]/usr/bin/docker buildx create --name builder-85543f5f-0ad5-4628-b8f9-8efbe6e49243 --driver docker-container --buildkitd-flags --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host --use | builder-85543f5f-0ad5-4628-b8f9-8efbe6e49243 [CI/docker] ❓ ::endgroup:: [CI/docker] ❓ ::group::Booting builder | [command]/usr/bin/docker buildx inspect --bootstrap --builder builder-85543f5f-0ad5-4628-b8f9-8efbe6e49243 | #1 [internal] booting buildkit | #1 pulling image moby/buildkit:buildx-stable-1 | #1 pulling image moby/buildkit:buildx-stable-1 11.1s done | #1 creating container buildx_buildkit_builder-85543f5f-0ad5-4628-b8f9-8efbe6e492430 | #1 creating container buildx_buildkit_builder-85543f5f-0ad5-4628-b8f9-8efbe6e492430 1.3s done | #1 DONE 12.4s | Name: builder-85543f5f-0ad5-4628-b8f9-8efbe6e49243 | Driver: docker-container | | Nodes: | Name: builder-85543f5f-0ad5-4628-b8f9-8efbe6e492430 | Endpoint: unix:///var/run/docker.sock | Status: running | Flags: --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host | Platforms: linux/amd64, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/mips64le, linux/mips64, linux/arm/v7, linux/arm/v6 [CI/docker] ❓ ::endgroup:: [CI/docker] ❓ ::group::Inspect builder | { | "name": "builder-85543f5f-0ad5-4628-b8f9-8efbe6e49243", | "driver": "docker-container", | "node_name": "builder-85543f5f-0ad5-4628-b8f9-8efbe6e492430", | "node_endpoint": "unix:///var/run/docker.sock", | "node_status": "running", | "node_flags": "--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host", | "node_platforms": "linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/arm/v7,linux/arm/v6" | } [CI/docker] ⚙ ::set-output:: driver=docker-container [CI/docker] ⚙ ::set-output:: endpoint=unix:///var/run/docker.sock [CI/docker] ⚙ ::set-output:: status=running [CI/docker] ⚙ ::set-output:: flags=--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host [CI/docker] ⚙ ::set-output:: platforms=linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/arm/v7,linux/arm/v6 [CI/docker] ❓ ::endgroup:: [CI/docker] ❓ ::save-state name=containerName::buildx_buildkit_builder-85543f5f-0ad5-4628-b8f9-8efbe6e492430 [CI/docker] ❓ ::group::BuildKit version | moby/buildkit:buildx-stable-1 => buildkitd github.com/moby/buildkit v0.9.0 c8bb937807d405d92be91f06ce2629e6202ac7a9 [CI/docker] ❓ ::endgroup:: DEBU[0084] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0084] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0084] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0084] using github ref: refs/heads/multi-arch DEBU[0084] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0084] context needs => map[] DEBU[0084] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0084] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0084] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0084] using github ref: refs/heads/multi-arch DEBU[0084] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0084] context needs => map[] DEBU[0084] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0084] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0084] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0084] using github ref: refs/heads/multi-arch DEBU[0084] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0084] context needs => map[] DEBU[0084] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0084] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0084] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0084] using github ref: refs/heads/multi-arch DEBU[0084] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0084] context needs => map[] DEBU[0084] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0084] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0084] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0084] using github ref: refs/heads/multi-arch DEBU[0084] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0084] context needs => map[] DEBU[0084] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0084] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0084] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0084] using github ref: refs/heads/multi-arch DEBU[0084] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0084] context needs => map[] DEBU[0084] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0084] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0084] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0084] using github ref: refs/heads/multi-arch DEBU[0084] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0084] context needs => map[] DEBU[0084] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0084] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0084] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0084] using github ref: refs/heads/multi-arch DEBU[0084] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0084] context needs => map[] DEBU[0084] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0084] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0084] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0084] using github ref: refs/heads/multi-arch DEBU[0084] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0084] context needs => map[] DEBU[0084] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTION_PATH:/var/run/act/actions/docker-setup-buildx-action@v1 GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN: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 GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 INPUT_BUILDKITD-FLAGS:--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host INPUT_CONFIG: INPUT_DRIVER:docker-container INPUT_DRIVER-OPTS: INPUT_ENDPOINT: INPUT_INSTALL:false INPUT_USE:true INPUT_VERSION: ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [CI/docker] ✅ Success - Set up Docker Buildx DEBU[0084] Evaluating 'Boolean(startsWith(github['ref'], 'refs/tags/v'))' instead of 'Boolean(startsWith(github.ref, 'refs/tags/v'))' DEBU[0084] expression 'startsWith(github.ref, 'refs/tags/v')' evaluated to 'false' DEBU[0084] Skipping step 'Login to DockerHub' due to 'startsWith(github.ref, 'refs/tags/v')' DEBU[0084] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0084] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0084] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0084] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0084] using github ref: refs/heads/multi-arch DEBU[0085] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0085] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0085] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0085] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0085] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0085] using github ref: refs/heads/multi-arch DEBU[0085] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0085] context needs => map[] DEBU[0085] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0085] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0085] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0085] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0085] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0085] using github ref: refs/heads/multi-arch DEBU[0085] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0085] context needs => map[] DEBU[0085] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0085] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0085] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0085] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0085] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0085] using github ref: refs/heads/multi-arch DEBU[0085] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0085] context needs => map[] DEBU[0085] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0085] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0085] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0085] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0085] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0085] using github ref: refs/heads/multi-arch DEBU[0085] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0085] context needs => map[] DEBU[0085] Evaluating 'steps['meta']['outputs']['tags']' instead of 'steps.meta.outputs.tags' DEBU[0085] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0085] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0085] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0085] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0085] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0085] using github ref: refs/heads/multi-arch DEBU[0085] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0085] context needs => map[] DEBU[0085] Evaluating 'steps['meta']['outputs']['labels']' instead of 'steps.meta.outputs.labels' DEBU[0085] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:docker_build GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN: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 GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 INPUT_IF:startsWith(github.ref, 'refs/tags/v') INPUT_LABELS:${{ steps.meta.outputs.labels }} INPUT_PLATFORMS:linux/amd64,linux/arm64/v6,linux/arm64/v7,linux/arm64/v8 INPUT_TAGS:${{ steps.meta.outputs.tags }} ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0085] Evaluating 'steps['meta']['outputs']['tags']' instead of 'steps.meta.outputs.tags' DEBU[0085] Evaluating 'steps['meta']['outputs']['labels']' instead of 'steps.meta.outputs.labels' [CI/docker] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:docker_build GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:docker GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/multi-arch GITHUB_REPOSITORY:brocaar/lora-app-server GITHUB_REPOSITORY_OWNER:brocaar GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:5a5c7031fa8d5b879d258836fb7e1decdeeffd24 GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/home/krasi/src/github.com/brocaar/chirpstack-application-server IMAGE_OS:ubuntu20 INPUT_IF:startsWith(github.ref, 'refs/tags/v') INPUT_LABELS:org.opencontainers.image.title=chirpstack-application-server org.opencontainers.image.description=ChirpStack Application Server is an open-source LoRaWAN application-server. org.opencontainers.image.url=https://github.com/brocaar/chirpstack-application-server org.opencontainers.image.source=https://github.com/brocaar/chirpstack-application-server org.opencontainers.image.version= org.opencontainers.image.created=2021-08-17T11:53:25.291Z org.opencontainers.image.revision=5a5c7031fa8d5b879d258836fb7e1decdeeffd24 org.opencontainers.image.licenses=MIT INPUT_PLATFORMS:linux/amd64,linux/arm64/v6,linux/arm64/v7,linux/arm64/v8 INPUT_TAGS: ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.5/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [CI/docker] ⭐ Run Build and push DEBU[0085] Loading slug from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0085] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0085] Loading revision from git directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server/.git' DEBU[0085] Found revision: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 DEBU[0085] HEAD points to '5a5c7031fa8d5b879d258836fb7e1decdeeffd24' DEBU[0085] using github ref: refs/heads/multi-arch INFO[0085] ☁ git clone 'https://github.com/docker/build-push-action' # ref=v2 DEBU[0085] cloning https://github.com/docker/build-push-action to /home/krasi/.cache/act/docker-build-push-action@v2 DEBU[0086] Unable to pull refs/heads/v2: worktree contains unstaged changes DEBU[0086] Cloned https://github.com/docker/build-push-action to /home/krasi/.cache/act/docker-build-push-action@v2 DEBU[0086] Checked out v2 DEBU[0086] Read action &{Build and push Docker images docker Build and push Docker images with Buildx map[allow:{List of extra privileged entitlement (eg. network.host,security.insecure) false } build-args:{List of build-time variables false } builder:{Builder instance false } cache-from:{List of external cache sources for buildx (eg. user/app:cache, type=local,src=path/to/dir) false } cache-to:{List of cache export destinations for buildx (eg. user/app:cache, type=local,dest=path/to/dir) false } context:{Build's context is the set of files located in the specified PATH or URL false } file:{Path to the Dockerfile false } github-token:{GitHub Token used to authenticate against a repository for Git context false ${{ github.token }}} labels:{List of metadata for an image false } load:{Load is a shorthand for --output=type=docker false false} network:{Set the networking mode for the RUN instructions during build false } no-cache:{Do not use cache when building the image false false} outputs:{List of output destinations (format: type=local,dest=path) false } platforms:{List of target platforms for build false } pull:{Always attempt to pull a newer version of the image false false} push:{Push is a shorthand for --output=type=registry false false} secret-files:{List of secret files to expose to the build (eg. key=filename, MY_SECRET=./secret.txt) false } secrets:{List of secrets to expose to the build (eg. key=string, GIT_AUTH_TOKEN=mytoken) false } ssh:{List of SSH agent socket or keys to expose to the build false } tags:{List of tags false } target:{Sets the target stage to build false }] map[digest:{Image content-addressable identifier also called a digest }] {node12 map[] dist/index.js [] [] []} {blue anchor}} from 'Unknown' DEBU[0086] About to run action &{Build and push Docker images docker Build and push Docker images with Buildx map[allow:{List of extra privileged entitlement (eg. network.host,security.insecure) false } build-args:{List of build-time variables false } builder:{Builder instance false } cache-from:{List of external cache sources for buildx (eg. user/app:cache, type=local,src=path/to/dir) false } cache-to:{List of cache export destinations for buildx (eg. user/app:cache, type=local,dest=path/to/dir) false } context:{Build's context is the set of files located in the specified PATH or URL false } file:{Path to the Dockerfile false } github-token:{GitHub Token used to authenticate against a repository for Git context false ${{ github.token }}} labels:{List of metadata for an image false } load:{Load is a shorthand for --output=type=docker false false} network:{Set the networking mode for the RUN instructions during build false } no-cache:{Do not use cache when building the image false false} outputs:{List of output destinations (format: type=local,dest=path) false } platforms:{List of target platforms for build false } pull:{Always attempt to pull a newer version of the image false false} push:{Push is a shorthand for --output=type=registry false false} secret-files:{List of secret files to expose to the build (eg. key=filename, MY_SECRET=./secret.txt) false } secrets:{List of secrets to expose to the build (eg. key=string, GIT_AUTH_TOKEN=mytoken) false } ssh:{List of SSH agent socket or keys to expose to the build false } tags:{List of tags false } target:{Sets the target stage to build false }] map[digest:{Image content-addressable identifier also called a digest }] {node12 map[] dist/index.js [] [] []} {blue anchor}} DEBU[0086] Evaluating 'github['token']' instead of 'github.token' DEBU[0086] type=3 actionDir=/home/krasi/.cache/act/docker-build-push-action@v2 actionPath= workdir=/home/krasi/src/github.com/brocaar/chirpstack-application-server actionCacheDir=/home/krasi/.cache/act actionName=docker-build-push-action@v2 containerActionDir=/var/run/act/actions/docker-build-push-action@v2 DEBU[0086] Removing /home/krasi/.cache/act/docker-build-push-action@v2/.gitignore before docker cp DEBU[0086] /var/run/act/actions/docker-build-push-action@v2 [CI/docker] 🐳 docker cp src=/home/krasi/.cache/act/docker-build-push-action@v2/ dst=/var/run/act/actions/docker-build-push-action@v2/ [CI/docker] 🐳 docker exec cmd=[mkdir -p /var/run/act/actions/docker-build-push-action@v2/] user= workdir= [CI/docker] Exec command '[mkdir -p /var/run/act/actions/docker-build-push-action@v2/]' [CI/docker] Working directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server' DEBU[0086] Writing tarball /tmp/act138147263 from /home/krasi/.cache/act/docker-build-push-action@v2/ DEBU[0086] Stripping prefix:/home/krasi/.cache/act/docker-build-push-action@v2/ src:/home/krasi/.cache/act/docker-build-push-action@v2/ [CI/docker] Extracting content from '/tmp/act138147263' to '/var/run/act/actions/docker-build-push-action@v2/' DEBU[0086] executing remote job container: [node /var/run/act/actions/docker-build-push-action@v2/dist/index.js] [CI/docker] 🐳 docker exec cmd=[node /var/run/act/actions/docker-build-push-action@v2/dist/index.js] user= workdir= [CI/docker] Exec command '[node /var/run/act/actions/docker-build-push-action@v2/dist/index.js]' [CI/docker] Working directory '/home/krasi/src/github.com/brocaar/chirpstack-application-server' [CI/docker] ❓ ::save-state name=isPost::true [CI/docker] ❓ ::group::Docker info | [command]/usr/bin/docker version | Client: | Version: 20.10.8+azure | API version: 1.41 | Go version: go1.16.7 | Git commit: 3967b7d28e15a020e4ee344283128ead633b3e0c | Built: Thu Jul 29 13:55:47 2021 | OS/Arch: linux/amd64 | Context: default | Experimental: true | | Server: Docker Engine - Community | Engine: | Version: 20.10.7 | API version: 1.41 (minimum version 1.12) | Go version: go1.13.15 | Git commit: b0f5bc3 | Built: Wed Jun 2 11:54:50 2021 | OS/Arch: linux/amd64 | Experimental: false | containerd: | Version: 1.4.6 | GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d | runc: | Version: 1.0.0-rc95 | GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 | docker-init: | Version: 0.19.0 | GitCommit: de40ad0 | [command]/usr/bin/docker info | Client: | Context: default | Debug Mode: false | Plugins: | buildx: Build with BuildKit (Docker Inc., 0.6.0+azure) | | Server: | Containers: 2 | Running: 2 | Paused: 0 | Stopped: 0 | Images: 3 | Server Version: 20.10.7 | Storage Driver: overlay2 | Backing Filesystem: extfs | Supports d_type: true | Native Overlay Diff: true | userxattr: false | Logging Driver: json-file | Cgroup Driver: cgroupfs | Cgroup Version: 1 | Plugins: | Volume: local | Network: bridge host ipvlan macvlan null overlay | Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog | Swarm: inactive | Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc | Default Runtime: runc | Init Binary: docker-init | containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d | runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 | init version: de40ad0 | Security Options: | apparmor | seccomp | Profile: default | Kernel Version: 5.4.0-37-generic | Operating System: Ubuntu 20.04 LTS | OSType: linux | Architecture: x86_64 | CPUs: 8 | Total Memory: 30.75GiB | Name: krasi-ThinkPad-P50 | ID: 4MXC:DSLB:2YUD:APHV:RQ3X:SISN:ZDHV:Z6WM:3DPU:LGRG:GZMX:WZZV | Docker Root Dir: /var/lib/docker | Debug Mode: false | Registry: https://index.docker.io/v1/ | Labels: | Experimental: false | Insecure Registries: | 127.0.0.0/8 | Live Restore Enabled: false | | WARNING: No swap limit support [CI/docker] ❓ ::endgroup:: [CI/docker] ❓ ::save-state name=tmpDir::/tmp/docker-build-push-wEiEWn | [command]/usr/bin/docker buildx build --label org.opencontainers.image.title=chirpstack-application-server --label org.opencontainers.image.description=ChirpStack Application Server is an open-source LoRaWAN application-server. --label org.opencontainers.image.url=https://github.com/brocaar/chirpstack-application-server --label org.opencontainers.image.source=https://github.com/brocaar/chirpstack-application-server --label org.opencontainers.image.version= --label org.opencontainers.image.created=2021-08-17T11:53:25.291Z --label org.opencontainers.image.revision=5a5c7031fa8d5b879d258836fb7e1decdeeffd24 --label org.opencontainers.image.licenses=MIT --platform linux/amd64,linux/arm64/v6,linux/arm64/v7,linux/arm64/v8 --iidfile /tmp/docker-build-push-wEiEWn/iidfile --secret id=GIT_AUTH_TOKEN,src=/tmp/docker-build-push-wEiEWn/tmp-373-DWD2G1bFRUFY https://github.com/brocaar/lora-app-server.git#5a5c7031fa8d5b879d258836fb7e1decdeeffd24 | time="2021-08-17T11:53:56Z" level=warning msg="No output specified for docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load" | #1 [internal] load git source https://github.com/brocaar/lora-app-server.git#5a5c7031fa8d5b879d258836fb7e1decdeeffd24 | #1 0.093 hint: Using 'master' as the name for the initial branch. This default branch name | #1 0.093 hint: is subject to change. To configure the initial branch name to use in all | #1 0.093 hint: of your new repositories, which will suppress this warning, call: | #1 0.093 hint: | #1 0.093 hint: git config --global init.defaultBranch <name> | #1 0.093 hint: | #1 0.093 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and | #1 0.093 hint: 'development'. The just-created branch can be renamed via this command: | #1 0.093 hint: | #1 0.093 hint: git branch -m <name> | #1 0.094 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/1/fs/ | #1 0.111 fatal: Not a valid object name 5a5c7031fa8d5b879d258836fb7e1decdeeffd24^{commit} | #1 8.394 From https://github.com/brocaar/lora-app-server | #1 8.394 * [new branch] improve_frame_log -> origin/improve_frame_log | #1 8.394 * [new branch] improve_gw_stats -> origin/improve_gw_stats | #1 8.394 * [new branch] master -> origin/master | #1 8.394 * [new branch] refactor-sql-migration -> origin/refactor-sql-migration | #1 8.430 * [new tag] 0.1.0 -> 0.1.0 | #1 8.430 * [new tag] 0.1.1 -> 0.1.1 | #1 8.430 * [new tag] 0.1.2 -> 0.1.2 | #1 8.430 * [new tag] 0.1.3 -> 0.1.3 | #1 8.430 * [new tag] 0.1.4 -> 0.1.4 | #1 8.431 * [new tag] 0.10.0 -> 0.10.0 | #1 8.431 * [new tag] 0.10.1 -> 0.10.1 | #1 8.431 * [new tag] 0.11.0 -> 0.11.0 | #1 8.431 * [new tag] 0.12.0 -> 0.12.0 | #1 8.431 * [new tag] 0.13.0 -> 0.13.0 | #1 8.431 * [new tag] 0.13.1 -> 0.13.1 | #1 8.432 * [new tag] 0.13.2 -> 0.13.2 | #1 8.432 * [new tag] 0.14.0 -> 0.14.0 | #1 8.432 * [new tag] 0.14.1 -> 0.14.1 | #1 8.432 * [new tag] 0.14.2 -> 0.14.2 | #1 8.432 * [new tag] 0.15.0 -> 0.15.0 | #1 8.432 * [new tag] 0.16.0 -> 0.16.0 | #1 8.433 * [new tag] 0.16.1 -> 0.16.1 | #1 8.433 * [new tag] 0.17.0 -> 0.17.0 | #1 8.433 * [new tag] 0.17.1 -> 0.17.1 | #1 8.433 * [new tag] 0.18.0 -> 0.18.0 | #1 8.433 * [new tag] 0.18.1 -> 0.18.1 | #1 8.433 * [new tag] 0.18.2 -> 0.18.2 | #1 8.433 * [new tag] 0.19.0 -> 0.19.0 | #1 8.434 * [new tag] 0.2.0 -> 0.2.0 | #1 8.434 * [new tag] 0.20.0 -> 0.20.0 | #1 8.434 * [new tag] 0.20.1 -> 0.20.1 | #1 8.434 * [new tag] 0.20.2 -> 0.20.2 | #1 8.434 * [new tag] 0.21.0 -> 0.21.0 | #1 8.434 * [new tag] 0.21.1 -> 0.21.1 | #1 8.435 * [new tag] 0.3.0 -> 0.3.0 | #1 8.435 * [new tag] 0.4.0 -> 0.4.0 | #1 8.435 * [new tag] 0.5.0 -> 0.5.0 | #1 8.435 * [new tag] 0.6.0 -> 0.6.0 | #1 8.435 * [new tag] 0.7.0 -> 0.7.0 | #1 8.435 * [new tag] 0.7.1 -> 0.7.1 | #1 8.435 * [new tag] 0.7.2 -> 0.7.2 | #1 8.436 * [new tag] 0.8.0 -> 0.8.0 | #1 8.436 * [new tag] 0.9.0 -> 0.9.0 | #1 8.436 * [new tag] 0.9.1 -> 0.9.1 | #1 8.436 * [new tag] v1.0.0 -> v1.0.0 | #1 8.436 * [new tag] v1.0.1 -> v1.0.1 | #1 8.436 * [new tag] v2.0.0 -> v2.0.0 | #1 8.436 * [new tag] v2.0.0-alpha.1 -> v2.0.0-alpha.1 | #1 8.437 * [new tag] v2.0.0-alpha.2 -> v2.0.0-alpha.2 | #1 8.437 * [new tag] v2.0.0-test.1 -> v2.0.0-test.1 | #1 8.437 * [new tag] v2.0.1 -> v2.0.1 | #1 8.437 * [new tag] v2.1.0 -> v2.1.0 | #1 8.437 * [new tag] v2.2.0 -> v2.2.0 | #1 8.437 * [new tag] v2.3.0 -> v2.3.0 | #1 8.437 * [new tag] v2.4.0 -> v2.4.0 | #1 8.438 * [new tag] v2.4.1 -> v2.4.1 | #1 8.438 * [new tag] v2.5.0 -> v2.5.0 | #1 8.438 * [new tag] v2.5.1 -> v2.5.1 | #1 8.438 * [new tag] v2.6.0 -> v2.6.0 | #1 8.438 * [new tag] v3.0.0 -> v3.0.0 | #1 8.439 * [new tag] v3.0.0-test.1 -> v3.0.0-test.1 | #1 8.439 * [new tag] v3.0.0-test.2 -> v3.0.0-test.2 | #1 8.439 * [new tag] v3.0.0-test.3 -> v3.0.0-test.3 | #1 8.439 * [new tag] v3.0.0-test.4 -> v3.0.0-test.4 | #1 8.439 * [new tag] v3.1.0 -> v3.1.0 | #1 8.439 * [new tag] v3.1.0-test.1 -> v3.1.0-test.1 | #1 8.439 * [new tag] v3.10.0 -> v3.10.0 | #1 8.440 * [new tag] v3.10.0-test.1 -> v3.10.0-test.1 | #1 8.440 * [new tag] v3.10.0-test.2 -> v3.10.0-test.2 | #1 8.440 * [new tag] v3.11.0 -> v3.11.0 | #1 8.440 * [new tag] v3.11.0-test.1 -> v3.11.0-test.1 | #1 8.440 * [new tag] v3.11.0-test.2 -> v3.11.0-test.2 | #1 8.440 * [new tag] v3.11.0-test.3 -> v3.11.0-test.3 | #1 8.440 * [new tag] v3.11.1 -> v3.11.1 | #1 8.441 * [new tag] v3.12.0 -> v3.12.0 | #1 8.441 * [new tag] v3.12.1 -> v3.12.1 | #1 8.441 * [new tag] v3.12.2 -> v3.12.2 | #1 8.441 * [new tag] v3.13.0 -> v3.13.0 | #1 8.441 * [new tag] v3.13.0-test.1 -> v3.13.0-test.1 | #1 8.441 * [new tag] v3.13.1 -> v3.13.1 | #1 8.441 * [new tag] v3.13.2 -> v3.13.2 | #1 8.442 * [new tag] v3.14.0 -> v3.14.0 | #1 8.442 * [new tag] v3.14.0-test.1 -> v3.14.0-test.1 | #1 8.442 * [new tag] v3.14.0-test.2 -> v3.14.0-test.2 | #1 8.442 * [new tag] v3.14.0-test.3 -> v3.14.0-test.3 | #1 8.442 * [new tag] v3.15.0 -> v3.15.0 | #1 8.442 * [new tag] v3.15.0-test.1 -> v3.15.0-test.1 | #1 8.442 * [new tag] v3.15.0-test.2 -> v3.15.0-test.2 | #1 8.443 * [new tag] v3.15.0-test.3 -> v3.15.0-test.3 | #1 8.443 * [new tag] v3.16.0 -> v3.16.0 | #1 8.443 * [new tag] v3.16.0-test.1 -> v3.16.0-test.1 | #1 8.443 * [new tag] v3.16.0-test.2 -> v3.16.0-test.2 | #1 8.443 * [new tag] v3.16.0-test.3 -> v3.16.0-test.3 | #1 8.443 * [new tag] v3.17.0-test.1 -> v3.17.0-test.1 | #1 8.443 * [new tag] v3.2.0 -> v3.2.0 | #1 8.443 * [new tag] v3.3.0 -> v3.3.0 | #1 8.444 * [new tag] v3.3.1 -> v3.3.1 | #1 8.444 * [new tag] v3.4.0 -> v3.4.0 | #1 8.444 * [new tag] v3.4.0-test.1 -> v3.4.0-test.1 | #1 8.444 * [new tag] v3.4.0-test.2 -> v3.4.0-test.2 | #1 8.444 * [new tag] v3.5.0 -> v3.5.0 | #1 8.444 * [new tag] v3.5.1 -> v3.5.1 | #1 8.444 * [new tag] v3.6.0 -> v3.6.0 | #1 8.445 * [new tag] v3.6.0-test.1 -> v3.6.0-test.1 | #1 8.445 * [new tag] v3.6.0-test.2 -> v3.6.0-test.2 | #1 8.445 * [new tag] v3.6.1 -> v3.6.1 | #1 8.445 * [new tag] v3.7.0 -> v3.7.0 | #1 8.445 * [new tag] v3.7.0-test.1 -> v3.7.0-test.1 | #1 8.445 * [new tag] v3.7.0-test.2 -> v3.7.0-test.2 | #1 8.445 * [new tag] v3.8.0 -> v3.8.0 | #1 8.446 * [new tag] v3.8.0-test.1 -> v3.8.0-test.1 | #1 8.446 * [new tag] v3.9.0 -> v3.9.0 | #1 8.507 fatal: reference is not a tree: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 | #1 ERROR: failed to checkout remote https://github.com/brocaar/lora-app-server.git: exit status 128 | ------ | > [internal] load git source https://github.com/brocaar/lora-app-server.git#5a5c7031fa8d5b879d258836fb7e1decdeeffd24: | #1 8.445 * [new tag] v3.6.0-test.1 -> v3.6.0-test.1 | #1 8.445 * [new tag] v3.6.0-test.2 -> v3.6.0-test.2 | #1 8.445 * [new tag] v3.6.1 -> v3.6.1 | #1 8.445 * [new tag] v3.7.0 -> v3.7.0 | #1 8.445 * [new tag] v3.7.0-test.1 -> v3.7.0-test.1 | #1 8.445 * [new tag] v3.7.0-test.2 -> v3.7.0-test.2 | #1 8.445 * [new tag] v3.8.0 -> v3.8.0 | #1 8.446 * [new tag] v3.8.0-test.1 -> v3.8.0-test.1 | #1 8.446 * [new tag] v3.9.0 -> v3.9.0 | #1 8.507 fatal: reference is not a tree: 5a5c7031fa8d5b879d258836fb7e1decdeeffd24 | ------ | error: failed to solve: failed to read dockerfile: failed to checkout remote https://github.com/brocaar/lora-app-server.git: exit status 128 [CI/docker] ❗ ::error::buildx failed with: error: failed to solve: failed to read dockerfile: failed to checkout remote https://github.com/brocaar/lora-app-server.git: exit status 128 DEBU[0097] exit with `FAILURE`: 1 [CI/docker] ❌ Failure - Build and push DEBU[0097] exit with `FAILURE`: 1 DEBU[0097] exit with `FAILURE`: 1 Error: exit with `FAILURE`: 1``` </details>
Author
Owner

@catthehacker commented on GitHub (Aug 17, 2021):

That seems to be rather local issue or with Docker compose. Can you paste output of .git/config?

<!-- gh-comment-id:900285837 --> @catthehacker commented on GitHub (Aug 17, 2021): That seems to be rather local issue or with Docker compose. Can you paste output of `.git/config`?
Author
Owner

@krasi-georgiev commented on GitHub (Aug 17, 2021):

yes you are right, still fails, but I think that this is because the GITHUB_TOKEN doesn't have permission to clone this repo which is weird since it is a public repo.

This is the updated git config

[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[remote "origin"]
        url = https://github.com/brocaar/chirpstack-application-server.git
        fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
        remote = fork
        merge = refs/heads/master
[remote "fork"]
        url = git@github.com:arribada/chirpstack-application-server.git
        fetch = +refs/heads/*:refs/remotes/fork/*
<!-- gh-comment-id:900301318 --> @krasi-georgiev commented on GitHub (Aug 17, 2021): yes you are right, still fails, but I think that this is because the GITHUB_TOKEN doesn't have permission to clone this repo which is weird since it is a public repo. This is the updated git config ``` [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://github.com/brocaar/chirpstack-application-server.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = fork merge = refs/heads/master [remote "fork"] url = git@github.com:arribada/chirpstack-application-server.git fetch = +refs/heads/*:refs/remotes/fork/* ```
Author
Owner

@catthehacker commented on GitHub (Aug 17, 2021):

GITHUB_TOKEN is always required when cloning.

<!-- gh-comment-id:900303205 --> @catthehacker commented on GitHub (Aug 17, 2021): `GITHUB_TOKEN` is always required when cloning.
Author
Owner

@krasi-georgiev commented on GitHub (Aug 17, 2021):

yep, I see it in the docs, this is not my repo so the token can't have access to that repo so now trying to figure out how to use local cloning instead of remote.

<!-- gh-comment-id:900304566 --> @krasi-georgiev commented on GitHub (Aug 17, 2021): yep, I see it in the docs, this is not my repo so the token can't have access to that repo so now trying to figure out how to use local cloning instead of remote.
Author
Owner

@catthehacker commented on GitHub (Aug 17, 2021):

supplying your own token should work, the token does not need to have access to specific repo, it's only for the API to understand what it needs to clone so repo > public_repo PAT should work fine

<!-- gh-comment-id:900306209 --> @catthehacker commented on GitHub (Aug 17, 2021): supplying your own token should work, the token does not need to have access to specific repo, it's only for the API to understand what it needs to clone so `repo` > `public_repo` PAT should work fine
Author
Owner

@krasi-georgiev commented on GitHub (Aug 17, 2021):

hhm, strange I already had the token in the .secrets file with the right permissions, but still getting

| #1 11.98 fatal: reference is not a tree: 788dea75ed6b0f7824df5d0f3f224d429ceaa433
| ------
| error: failed to solve: failed to read dockerfile: failed to checkout remote https://github.com/brocaar/chirpstack-application-server.git: exit status 128
[CI/docker]   ❗  ::error::buildx failed with: error: failed to solve: failed to read dockerfile: failed to checkout remote https://github.com/brocaar/chirpstack-application-server.git: exit status 128
<!-- gh-comment-id:900312865 --> @krasi-georgiev commented on GitHub (Aug 17, 2021): hhm, strange I already had the token in the `.secrets` file with the right permissions, but still getting ``` | #1 11.98 fatal: reference is not a tree: 788dea75ed6b0f7824df5d0f3f224d429ceaa433 | ------ | error: failed to solve: failed to read dockerfile: failed to checkout remote https://github.com/brocaar/chirpstack-application-server.git: exit status 128 [CI/docker] ❗ ::error::buildx failed with: error: failed to solve: failed to read dockerfile: failed to checkout remote https://github.com/brocaar/chirpstack-application-server.git: exit status 128 ```
Author
Owner

@catthehacker commented on GitHub (Aug 17, 2021):

Since it comes from BuildKit I'm unsure what happens here exactly

<!-- gh-comment-id:900315812 --> @catthehacker commented on GitHub (Aug 17, 2021): Since it comes from BuildKit I'm unsure what happens here exactly
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#486
No description provided.