Closed terlar closed 3 years ago
Same problem here in a different repository
The problem is solved by adding --env USER=myusername
to the command line, but then another failure appears when trying to install nix
Using a tool I wrote for something else... https://github.com/jsoref/gha-debug/runs/2017914814?check_suite_focus=true
Offhand, I think this is what I'd want:
Var | Value |
---|---|
GITHUB_ACTION_REF | '' |
GITHUB_ACTION_REPOSITORY | '' |
GITHUB_BASE_REF | '' |
GITHUB_HEAD_REF | '' |
GITHUB_JOB | = parse from workflow (it's the active child of the top level jobs ) |
GITHUB_PATH | '' (or not set?) |
GITHUB_REPOSITORY_OWNER | = guess from origin |
GITHUB_RETENTION_DAYS | 0 |
RUNNER_PERFLOG | /dev/null |
RUNNER_TRACKING_ID
RUNNER_USER | runner
RUNNER_WORKSPACE | = GITHUB_WORKSPACE
USER | runner
Issue is stale and will be closed in 14 days unless there is new activity
In progress
Fixed via #667
I was trying to execute
cachix/install-nix-action@v12
but the script depends on the environment variable USER being set. This works on GitHub Actions. See: https://github.com/cachix/install-nix-action/blob/master/lib/install-nix.sh#L16Act version
Expected behaviour
cachix/install-nix-action@v12
executes successfullyActual behaviour
Workflow and/or repository
https://github.com/terlar/nix-config/blob/master/.github/workflows/build.yml
Steps to reproduce
act -j build_nixos_configurations
act
outputLog
```none act -vj build_nixos_configurations DEBU[0000] Loading environment from /home/terje.larsen/src/github.com/terlar/nix-config/.env DEBU[0000] Loading secrets from /home/terje.larsen/src/github.com/terlar/nix-config/.secrets DEBU[0000] Loading workflows from '/home/terje.larsen/src/github.com/terlar/nix-config/.github/workflows' DEBU[0000] Reading workflow '/home/terje.larsen/src/github.com/terlar/nix-config/.github/workflows/build.yml' DEBU[0000] Planning job: build_nixos_configurations DEBU[0000] Loading slug from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] Loading revision from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] HEAD points to 'd9bbbf540af309eec2f61a2976e894a0be195c21' DEBU[0000] HEAD matches refs/heads/master DEBU[0000] using github ref: refs/heads/master DEBU[0000] context env => map[ACT:true] DEBU[0000] Evaluating 'matrix['host']' instead of 'matrix.host' DEBU[0000] Loading slug from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] Loading revision from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] HEAD points to 'd9bbbf540af309eec2f61a2976e894a0be195c21' DEBU[0000] HEAD matches refs/heads/master DEBU[0000] using github ref: refs/heads/master DEBU[0000] context env => map[ACT:true] DEBU[0000] Evaluating 'matrix['host']' instead of 'matrix.host' [Build/Build NixOS configuration for kong-2 ] π§ͺ Matrix: map[host:kong] [Build/Build NixOS configuration for kong-2 ] π Start image=catthehacker/ubuntu:act-latest [Build/Build NixOS configuration for beetle-1] π§ͺ Matrix: map[host:beetle] [Build/Build NixOS configuration for beetle-1] π Start image=catthehacker/ubuntu:act-latest DEBU[0000] Loading slug from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Loading slug from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] Loading revision from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] Loading revision from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] HEAD points to 'd9bbbf540af309eec2f61a2976e894a0be195c21' DEBU[0000] HEAD points to 'd9bbbf540af309eec2f61a2976e894a0be195c21' DEBU[0000] HEAD matches refs/heads/master DEBU[0000] using github ref: refs/heads/master DEBU[0000] HEAD matches refs/heads/master [Build/Build NixOS configuration for kong-2 ] π³ docker pull catthehacker/ubuntu:act-latest DEBU[0000] using github ref: refs/heads/master [Build/Build NixOS configuration for beetle-1] π³ docker pull catthehacker/ubuntu:act-latest DEBU[0000] Image exists? true DEBU[0000] Image exists? true [Build/Build NixOS configuration for beetle-1] Removed container: d104b50c48c736ad5c488728dd2421f72fc39e8b9ef135caf9cf441990d11e03 [Build/Build NixOS configuration for beetle-1] π³ docker volume rm act-Build-Build-NixOS-configuration-for-beetle-1 [Build/Build NixOS configuration for kong-2 ] Removed container: a2d92a7812831a83f26acd8115f7d00c6d7bccb7deaf57bb25e6d8a76e372b52 [Build/Build NixOS configuration for beetle-1] π³ docker create image=catthehacker/ubuntu:act-latest entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Build/Build NixOS configuration for kong-2 ] π³ docker volume rm act-Build-Build-NixOS-configuration-for-kong-2 [Build/Build NixOS configuration for kong-2 ] π³ docker create image=catthehacker/ubuntu:act-latest entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Build/Build NixOS configuration for kong-2 ] Created container name=act-Build-Build-NixOS-configuration-for-kong-2 id=018d2dd8f47aaa5af22c3450134de190139e5571d300814391fc4459b5855322 from image catthehacker/ubuntu:act-latest [Build/Build NixOS configuration for kong-2 ] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp] [Build/Build NixOS configuration for kong-2 ] π³ docker run image=catthehacker/ubuntu:act-latest entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Build/Build NixOS configuration for kong-2 ] Starting container: 018d2dd8f47aaa5af22c3450134de190139e5571d300814391fc4459b5855322 [Build/Build NixOS configuration for beetle-1] Created container name=act-Build-Build-NixOS-configuration-for-beetle-1 id=600d93c472078d79a4d9cd8a33359c057fc1146eb8cb92472e3e7fe48b481aec from image catthehacker/ubuntu:act-latest [Build/Build NixOS configuration for beetle-1] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp] [Build/Build NixOS configuration for beetle-1] π³ docker run image=catthehacker/ubuntu:act-latest entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Build/Build NixOS configuration for beetle-1] Starting container: 600d93c472078d79a4d9cd8a33359c057fc1146eb8cb92472e3e7fe48b481aec [Build/Build NixOS configuration for kong-2 ] Started container: 018d2dd8f47aaa5af22c3450134de190139e5571d300814391fc4459b5855322 [Build/Build NixOS configuration for kong-2 ] π³ docker cp src=/home/terje.larsen/src/github.com/terlar/nix-config/. dst=/github/workspace [Build/Build NixOS configuration for kong-2 ] Exec command '[mkdir -p /github/workspace]' [Build/Build NixOS configuration for beetle-1] Started container: 600d93c472078d79a4d9cd8a33359c057fc1146eb8cb92472e3e7fe48b481aec [Build/Build NixOS configuration for beetle-1] π³ docker cp src=/home/terje.larsen/src/github.com/terlar/nix-config/. dst=/github/workspace [Build/Build NixOS configuration for beetle-1] Exec command '[mkdir -p /github/workspace]' DEBU[0000] Writing tarball /run/user/1001/act232683668 from /home/terje.larsen/src/github.com/terlar/nix-config/. DEBU[0000] Stripping prefix:/home/terje.larsen/src/github.com/terlar/nix-config/ src:/home/terje.larsen/src/github.com/terlar/nix-config/. DEBU[0000] Writing tarball /run/user/1001/act365031139 from /home/terje.larsen/src/github.com/terlar/nix-config/. DEBU[0000] Stripping prefix:/home/terje.larsen/src/github.com/terlar/nix-config/ src:/home/terje.larsen/src/github.com/terlar/nix-config/. [Build/Build NixOS configuration for kong-2 ] Extracting content from '/run/user/1001/act232683668' to '/github/workspace' [Build/Build NixOS configuration for beetle-1] Extracting content from '/run/user/1001/act365031139' to '/github/workspace' DEBU[0000] Writing entry to tarball workflow/event.json len:2 DEBU[0000] Writing entry to tarball workflow/envs.txt len:0 DEBU[0000] Writing entry to tarball home/.act len:0 [Build/Build NixOS configuration for kong-2 ] Extracting content to '/github/' DEBU[0000] Writing entry to tarball workflow/event.json len:2 DEBU[0000] Writing entry to tarball workflow/envs.txt len:0 DEBU[0000] Writing entry to tarball home/.act len:0 [Build/Build NixOS configuration for beetle-1] Extracting content to '/github/' DEBU[0000] Loading slug from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] Loading revision from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] HEAD points to 'd9bbbf540af309eec2f61a2976e894a0be195c21' DEBU[0000] HEAD matches refs/heads/master DEBU[0000] using github ref: refs/heads/master DEBU[0000] Loading slug from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] Loading revision from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] HEAD points to 'd9bbbf540af309eec2f61a2976e894a0be195c21' DEBU[0000] HEAD matches refs/heads/master DEBU[0000] using github ref: refs/heads/master DEBU[0000] Loading slug from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] Loading revision from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] HEAD points to 'd9bbbf540af309eec2f61a2976e894a0be195c21' DEBU[0000] HEAD matches refs/heads/master DEBU[0000] using github ref: refs/heads/master DEBU[0000] context env => map[ACT:true] DEBU[0000] context env => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_ENV:/github/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:ssh://git@github.com/terlar/nix-config GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:d9bbbf540af309eec2f61a2976e894a0be195c21 GITHUB_TOKEN: GITHUB_WORKFLOW:Build GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_FETCH-DEPTH:0] DEBU[0000] setupEnv: map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_ENV:/github/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:ssh://git@github.com/terlar/nix-config GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:d9bbbf540af309eec2f61a2976e894a0be195c21 GITHUB_TOKEN: GITHUB_WORKFLOW:Build GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_FETCH-DEPTH:0] [Build/Build NixOS configuration for kong-2 ] β Run actions/checkout@v2 DEBU[0000] Loading slug from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] Loading revision from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] HEAD points to 'd9bbbf540af309eec2f61a2976e894a0be195c21' DEBU[0000] HEAD matches refs/heads/master DEBU[0000] using github ref: refs/heads/master [Build/Build NixOS configuration for kong-2 ] Skipping actions/checkout [Build/Build NixOS configuration for kong-2 ] β Success - actions/checkout@v2 DEBU[0000] Loading slug from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] Loading revision from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] HEAD points to 'd9bbbf540af309eec2f61a2976e894a0be195c21' DEBU[0000] HEAD matches refs/heads/master DEBU[0000] using github ref: refs/heads/master DEBU[0000] Loading slug from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] Loading revision from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] HEAD points to 'd9bbbf540af309eec2f61a2976e894a0be195c21' DEBU[0000] HEAD matches refs/heads/master DEBU[0000] using github ref: refs/heads/master DEBU[0000] context env => map[ACT:true] DEBU[0000] context env => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_ENV:/github/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:ssh://git@github.com/terlar/nix-config GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:d9bbbf540af309eec2f61a2976e894a0be195c21 GITHUB_TOKEN: GITHUB_WORKFLOW:Build GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_FETCH-DEPTH:0] DEBU[0000] setupEnv: map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_ENV:/github/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:ssh://git@github.com/terlar/nix-config GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:d9bbbf540af309eec2f61a2976e894a0be195c21 GITHUB_TOKEN: GITHUB_WORKFLOW:Build GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_FETCH-DEPTH:0] [Build/Build NixOS configuration for beetle-1] β Run actions/checkout@v2 DEBU[0000] Loading slug from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] Loading revision from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] HEAD points to 'd9bbbf540af309eec2f61a2976e894a0be195c21' DEBU[0000] HEAD matches refs/heads/master DEBU[0000] using github ref: refs/heads/master [Build/Build NixOS configuration for beetle-1] Skipping actions/checkout [Build/Build NixOS configuration for beetle-1] β Success - actions/checkout@v2 DEBU[0000] Loading slug from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] Loading revision from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] HEAD points to 'd9bbbf540af309eec2f61a2976e894a0be195c21' DEBU[0000] HEAD matches refs/heads/master DEBU[0000] using github ref: refs/heads/master DEBU[0000] Loading slug from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] Loading revision from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] HEAD points to 'd9bbbf540af309eec2f61a2976e894a0be195c21' DEBU[0000] HEAD matches refs/heads/master DEBU[0000] using github ref: refs/heads/master DEBU[0000] context env => map[ACT:true] DEBU[0000] context env => map[ACT:true CI:true GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_ENV:/github/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:ssh://git@github.com/terlar/nix-config GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:d9bbbf540af309eec2f61a2976e894a0be195c21 GITHUB_TOKEN: GITHUB_WORKFLOW:Build GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_EXTRA_NIX_CONFIG:experimental-features = nix-command flakes INPUT_INSTALL_URL:https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210126_f15f0b8/install] DEBU[0000] setupEnv: map[ACT:true CI:true GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_ENV:/github/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:ssh://git@github.com/terlar/nix-config GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:d9bbbf540af309eec2f61a2976e894a0be195c21 GITHUB_TOKEN: GITHUB_WORKFLOW:Build GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_EXTRA_NIX_CONFIG:experimental-features = nix-command flakes INPUT_INSTALL_URL:https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210126_f15f0b8/install] [Build/Build NixOS configuration for kong-2 ] β Run cachix/install-nix-action@v12 [Build/Build NixOS configuration for kong-2 ] β git clone 'https://github.com/cachix/install-nix-action' # ref=v12 [Build/Build NixOS configuration for kong-2 ] cloning https://github.com/cachix/install-nix-action to /home/terje.larsen/.cache/act/cachix-install-nix-action@v12 DEBU[0000] Loading slug from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] Loading revision from git directory '/home/terje.larsen/src/github.com/terlar/nix-config/.git' DEBU[0000] Found revision: d9bbbf540af309eec2f61a2976e894a0be195c21 DEBU[0000] HEAD points to 'd9bbbf540af309eec2f61a2976e894a0be195c21' DEBU[0000] HEAD matches refs/heads/master DEBU[0000] using github ref: refs/heads/master DEBU[0000] context env => map[ACT:true] DEBU[0000] context env => map[ACT:true CI:true GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_ENV:/github/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:ssh://git@github.com/terlar/nix-config GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:d9bbbf540af309eec2f61a2976e894a0be195c21 GITHUB_TOKEN: GITHUB_WORKFLOW:Build GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_EXTRA_NIX_CONFIG:experimental-features = nix-command flakes INPUT_INSTALL_URL:https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210126_f15f0b8/install] DEBU[0000] setupEnv: map[ACT:true CI:true GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_ENV:/github/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:ssh://git@github.com/terlar/nix-config GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:d9bbbf540af309eec2f61a2976e894a0be195c21 GITHUB_TOKEN: GITHUB_WORKFLOW:Build GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_EXTRA_NIX_CONFIG:experimental-features = nix-command flakes INPUT_INSTALL_URL:https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210126_f15f0b8/install] [Build/Build NixOS configuration for beetle-1] β Run cachix/install-nix-action@v12 [Build/Build NixOS configuration for beetle-1] β git clone 'https://github.com/cachix/install-nix-action' # ref=v12 [Build/Build NixOS configuration for beetle-1] cloning https://github.com/cachix/install-nix-action to /home/terje.larsen/.cache/act/cachix-install-nix-action@v12 [Build/Build NixOS configuration for kong-2 ] Unable to pull refs/heads/v12: worktree contains unstaged changes [Build/Build NixOS configuration for kong-2 ] Cloned https://github.com/cachix/install-nix-action to /home/terje.larsen/.cache/act/cachix-install-nix-action@v12 [Build/Build NixOS configuration for kong-2 ] Checked out v12 DEBU[0001] Read action &{Install Nix Domen KoΕΎar Installs Nix on GitHub Actions for the supported platforms: Linux and macOS. map[extra_nix_config:{gets appended to `/etc/nix/nix.conf` if passed. false } install_url:{Installation URL that will contain a script to install Nix false } nix_path:{Set NIX_PATH environment variable. false }] map[] {node12 map[] lib/main.js [] []} {blue sun}} from '/home/terje.larsen/.cache/act/cachix-install-nix-action@v12/action.yml' DEBU[0001] About to run action &{Install Nix Domen KoΕΎar Installs Nix on GitHub Actions for the supported platforms: Linux and macOS. map[extra_nix_config:{gets appended to `/etc/nix/nix.conf` if passed. false } install_url:{Installation URL that will contain a script to install Nix false } nix_path:{Set NIX_PATH environment variable. false }] map[] {node12 map[] lib/main.js [] []} {blue sun}} DEBU[0001] type=3 actionDir=/home/terje.larsen/.cache/act/cachix-install-nix-action@v12 actionPath= Workdir=/home/terje.larsen/src/github.com/terlar/nix-config ActionCacheDir=/home/terje.larsen/.cache/act actionName=cachix-install-nix-action@v12 containerActionDir=/actions DEBU[0001] Removing /home/terje.larsen/.cache/act/cachix-install-nix-action@v12/.gitignore before docker cp [Build/Build NixOS configuration for kong-2 ] π³ docker cp src=/home/terje.larsen/.cache/act/cachix-install-nix-action@v12 dst=/actions/ [Build/Build NixOS configuration for kong-2 ] Exec command '[mkdir -p /actions/]' DEBU[0001] Writing tarball /run/user/1001/act950684902 from /home/terje.larsen/.cache/act/cachix-install-nix-action@v12 DEBU[0001] Stripping prefix:/home/terje.larsen/.cache/act/ src:/home/terje.larsen/.cache/act/cachix-install-nix-action@v12 [Build/Build NixOS configuration for kong-2 ] Extracting content from '/run/user/1001/act950684902' to '/actions/' DEBU[0001] executing remote job container: [node /actions/cachix-install-nix-action@v12/lib/main.js] [Build/Build NixOS configuration for kong-2 ] Exec command '[node /actions/cachix-install-nix-action@v12/lib/main.js]' | /actions/cachix-install-nix-action@v12/lib/install-nix.sh: line 16: USER: unbound variable | child_process.js:656 | throw err; | ^ | | Error: Command failed: /actions/cachix-install-nix-action@v12/lib/install-nix.sh | at checkExecSyncError (child_process.js:635:11) | at Object.execFileSync (child_process.js:653:15) | at Object.