act icon indicating copy to clipboard operation
act copied to clipboard

Fails to install arkade due to x509

Open dfberry opened this issue 9 months ago • 1 comments

Bug report info

act version:            0.2.75
GOOS:                   linux
GOARCH:                 arm64
NumCPU:                 8
Docker host:            DOCKER_HOST environment variable is not set
Sockets found:
        /var/run/docker.sock
Config files:           
        /home/vscode/.config/act/actrc:
                -P ubuntu-latest=node:16-buster-slim
                -P ubuntu-22.04=node:16-bullseye-slim
                -P ubuntu-20.04=node:16-buster-slim
                -P ubuntu-18.04=node:16-buster-slim
Build info:
        Go version:            go1.23.6
        Module path:           github.com/nektos/act
        Main version:          (devel)
        Main path:             github.com/nektos/act
        Main checksum:         
        Build settings:
                -buildmode:           exe
                -compiler:            gc
                -trimpath:            true
                CGO_ENABLED:          0
                GOARCH:               arm64
                GOOS:                 linux
                GOARM64:              v8.0
                vcs:                  git
                vcs.revision:         5668308bac0d256c8a4c3aa1467d2ebcb55bc717
                vcs.time:             2025-02-01T14:37:09Z
                vcs.modified:         true
Docker Engine:
        Engine version:        27.5.1-1
        Engine runtime:        runc
        Cgroup version:        2
        Cgroup driver:         cgroupfs
        Storage driver:        overlay2
        Registry URI:          https://index.docker.io/v1/
        OS:                    Debian GNU/Linux 11 (bullseye) (containerized)
        OS type:               linux
        OS version:            11
        OS arch:               aarch64
        OS kernel:             6.10.14-linuxkit
        OS CPU:                8
        OS memory:             7937 MB
        Security options:
                name=seccomp,profile=builtin
                name=cgroupns

Command used with act

gh act --workflows ".github/workflows/kubetools.yaml" --job "build-and-run" --secret-file "/workspaces/source-board-crates/.secrets" --var-file "" --input-file "" --eventpath ""

Describe issue

Want to install jq from https://github.com/alexellis/arkade, step returns error for x509.

Link to GitHub repository

No response

Workflow content

name: Kubetools error

# Using Visual Studio Code extension
# Error is: gh act --workflows ".github/workflows/kubetools.yaml" --job "build-and-run" --secret-file "/workspaces/source-board-crates/.secrets" --var-file "" --input-file "" --eventpath ""

on:
  workflow_dispatch: # Allows manual triggering of the workflow

jobs:
  build-and-run:
    runs-on: ubuntu-latest

    steps:
    - name: Checkout repository
      uses: actions/checkout@v4

    - name: Install Node.js
      uses: actions/setup-node@v3
      with:
        node-version: 22

    - uses: alexellis/arkade-get@master
      with:
        jq: latest

    - name: check for jq
      run: |
        jq --version

Relevant log output

gh act --workflows ".github/workflows/kubetools.yaml" --job "build-and-run" --secret-file "/workspaces/source-board-crates/.secrets" --var-file "" --input-file "" --eventpath "" ""-v"" 
DEBU[0000] Handling container host and socket           
DEBU[0000] Defaulting container socket to DOCKER_HOST   
INFO[0000] Using docker host 'unix:///var/run/docker.sock', and daemon socket 'unix:///var/run/docker.sock' 
DEBU[0000] Loading environment from /workspaces/source-board-crates/.env 
DEBU[0000] Loading action inputs from                   
DEBU[0000] Loading secrets from /workspaces/source-board-crates/.secrets 
DEBU[0000] Conditional GET for notices etag=539f7d8a-1699-4056-bc78-cad586ec53af 
DEBU[0000] Loading vars from                            
DEBU[0000] Evaluated matrix inclusions: map[]           
DEBU[0000] Loading workflow '/workspaces/source-board-crates/.github/workflows/kubetools.yaml' 
DEBU[0000] Reading workflow '/workspaces/source-board-crates/.github/workflows/kubetools.yaml' 
DEBU[0000] Preparing plan with a job: build-and-run     
DEBU[0000] Using the only detected workflow event: workflow_dispatch 
DEBU[0000] Planning job: build-and-run                  
DEBU[0000] gc: 2025-03-21 13:05:33.93298942 +0000 UTC m=+0.030392210  module=artifactcache
DEBU[0000] Plan Stages: [0x400058e780]                  
DEBU[0000] Stages Runs: [build-and-run]                 
DEBU[0000] Job.Name: build-and-run                      
DEBU[0000] Job.RawNeeds: {0 0    <nil> []    0 0}       
DEBU[0000] Job.RawRunsOn: {8 0 !!str ubuntu-latest  <nil> []    11 14} 
DEBU[0000] Job.Env: {0 0    <nil> []    0 0}            
DEBU[0000] Job.If: {0 0  success()  <nil> []    0 0}    
DEBU[0000] Job.Steps: Checkout repository               
DEBU[0000] Job.Steps: Install Node.js                   
DEBU[0000] Job.Steps: alexellis/arkade-get@master       
DEBU[0000] Job.Steps: check for jq                      
DEBU[0000] Job.TimeoutMinutes:                          
DEBU[0000] Job.Services: map[]                          
DEBU[0000] Job.Strategy: <nil>                          
DEBU[0000] Job.RawContainer: {0 0    <nil> []    0 0}   
DEBU[0000] Job.Defaults.Run.Shell:                      
DEBU[0000] Job.Defaults.Run.WorkingDirectory:           
DEBU[0000] Job.Outputs: map[]                           
DEBU[0000] Job.Uses:                                    
DEBU[0000] Job.With: map[]                              
DEBU[0000] Job.Result:                                  
DEBU[0000] Empty Strategy, matrixes=[map[]]             
DEBU[0000] Job Matrices: [map[]]                        
DEBU[0000] Runner Matrices: map[]                       
DEBU[0000] Final matrix after applying user inclusions '[map[]]' 
DEBU[0000] Loading revision from git directory          
DEBU[0000] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2 
DEBU[0000] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2' 
DEBU[0000] using github ref: refs/heads/main            
DEBU[0000] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2 
DEBU[0000] Detected CPUs: 8                             
[Kubetools error/build-and-run] [DEBUG] evaluating expression 'success()'
[Kubetools error/build-and-run] [DEBUG] expression 'success()' evaluated to 'true'
[Kubetools error/build-and-run] ⭐ Run Set up job
[Kubetools error/build-and-run] 🚀  Start image=node:16-buster-slim
DEBU[0000] Parallel tasks (0) below minimum, setting to 1 
[Kubetools error/build-and-run]   🐳  docker pull image=node:16-buster-slim platform= username= forcePull=true
[Kubetools error/build-and-run] [DEBUG]   🐳  docker pull node:16-buster-slim
[Kubetools error/build-and-run] [DEBUG] pulling image 'docker.io/library/node:16-buster-slim' ()
DEBU[0000] Saving notices etag=539f7d8a-1699-4056-bc78-cad586ec53af 
DEBU[0000] No new notices                               
[Kubetools error/build-and-run] [DEBUG] Pulling from library/node :: 16-buster-slim
[Kubetools error/build-and-run] [DEBUG] Digest: sha256:3ebf2875c188d22939c6ab080cfb1a4a6248cc86bae600ea8e2326aa03acdb8f :: 
[Kubetools error/build-and-run] [DEBUG] Status: Image is up to date for node:16-buster-slim :: 
[Kubetools error/build-and-run] [DEBUG] Removed container: 9e37cd3036532d8318aa0ac58fdafd932eb7d36049642f8a630f25fe774c56b5
[Kubetools error/build-and-run] [DEBUG]   🐳  docker volume rm act-Kubetools-error-build-and-run-48c5ac3bf6fb0c1816419861cce4cbd0095d912d4e64d60cbc5f4697976ab27a
[Kubetools error/build-and-run] [DEBUG]   🐳  docker volume rm act-Kubetools-error-build-and-run-48c5ac3bf6fb0c1816419861cce4cbd0095d912d4e64d60cbc5f4697976ab27a-env
DEBU[0001] Parallel tasks (0) below minimum, setting to 1 
[Kubetools error/build-and-run]   🐳  docker create image=node:16-buster-slim platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[Kubetools error/build-and-run] [DEBUG] Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:true OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=ARM64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck:<nil> ArgsEscaped:false Image:node:16-buster-slim Volumes:map[] WorkingDir:/workspaces/source-board-crates Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]}
[Kubetools error/build-and-run] [DEBUG] Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:<nil> Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-Kubetools-error-build-and-run-48c5ac3bf6fb0c1816419861cce4cbd0095d912d4e64d60cbc5f4697976ab27a-env Target:/var/run/act ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> ImageOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>} {Type:volume Source:act-Kubetools-error-build-and-run-48c5ac3bf6fb0c1816419861cce4cbd0095d912d4e64d60cbc5f4697976ab27a Target:/workspaces/source-board-crates ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> ImageOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>} {Type:volume Source:act-toolcache Target:/opt/hostedtoolcache ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> ImageOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>}] MaskedPaths:[] ReadonlyPaths:[] Init:<nil>}
[Kubetools error/build-and-run] [DEBUG] input.NetworkAliases ==> [build-and-run]
[Kubetools error/build-and-run] [DEBUG] Created container name=act-Kubetools-error-build-and-run-48c5ac3bf6fb0c1816419861cce4cbd0095d912d4e64d60cbc5f4697976ab27a id=da6265effa8db545f67f3d5a114f4e625abbcba54239a31601022e979912d063 from image node:16-buster-slim (platform: )
[Kubetools error/build-and-run] [DEBUG] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=ARM64 RUNNER_TEMP=/tmp LANG=C.UTF-8]
[Kubetools error/build-and-run]   🐳  docker run image=node:16-buster-slim platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[Kubetools error/build-and-run] [DEBUG] Starting container: da6265effa8db545f67f3d5a114f4e625abbcba54239a31601022e979912d063
[Kubetools error/build-and-run] [DEBUG] Started container: da6265effa8db545f67f3d5a114f4e625abbcba54239a31601022e979912d063
[Kubetools error/build-and-run] [DEBUG] Writing entry to tarball workflow/event.json len:2
[Kubetools error/build-and-run] [DEBUG] Writing entry to tarball workflow/envs.txt len:0
[Kubetools error/build-and-run] [DEBUG] Extracting content to '/var/run/act/'
DEBU[0001] Parallel tasks (0) below minimum, setting to 1 
[Kubetools error/build-and-run]   🐳  docker exec cmd=[node --no-warnings -e console.log(process.execPath)] user= workdir=
[Kubetools error/build-and-run] [DEBUG] Exec command '[node --no-warnings -e console.log(process.execPath)]'
[Kubetools error/build-and-run] [DEBUG] Working directory '/workspaces/source-board-crates'
[Kubetools error/build-and-run]   ✅  Success - Set up job
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] Skipping local actions/checkout because workdir was already copied
[Kubetools error/build-and-run] [DEBUG] skip pre step for 'Checkout repository': no action model available
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run]   ☁  git clone 'https://github.com/actions/setup-node' # ref=v3
[Kubetools error/build-and-run] [DEBUG]   cloning https://github.com/actions/setup-node to /home/vscode/.cache/act/actions-setup-node@v3
[Kubetools error/build-and-run] Non-terminating error while running 'git clone': some refs were not updated
[Kubetools error/build-and-run] [DEBUG] Read action &{Setup Node.js environment GitHub Setup a Node.js environment by adding problem matchers and optionally downloading and adding it to the PATH. map[always-auth:{Set always-auth in npmrc. false false} architecture:{Target architecture for Node to use. Examples: x86, x64. Will use system architecture by default. false } cache:{Used to specify a package manager for caching in the default directory. Supported values: npm, yarn, pnpm. false } cache-dependency-path:{Used to specify the path to a dependency file: package-lock.json, yarn.lock, etc. Supports wildcards or a list of file names for caching multiple dependencies. false } check-latest:{Set this option if you want the action to check for the latest available version that satisfies the version spec. false false} node-version:{Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0. false } node-version-file:{File containing the version Spec of the version to use.  Examples: .nvmrc, .node-version, .tool-versions. false } registry-url:{Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN. false } scope:{Optional scope for authenticating against scoped registries. Will fall back to the repository owner when using the GitHub Packages registry (https://npm.pkg.github.com/). false } token:{Used to pull node distributions from node-versions. Since there's a default, this is typically not supplied by the user. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting. false ${{ github.server_url == 'https://github.com' && github.token || '' }}}] map[cache-hit:{A boolean value to indicate if a cache was hit. } node-version:{The installed node version. }] {node16 map[] dist/setup/index.js  always() dist/cache-save/index.js success()     [] []} { }} from 'Unknown'
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run]   ☁  git clone 'https://github.com/alexellis/arkade-get' # ref=master
[Kubetools error/build-and-run] [DEBUG]   cloning https://github.com/alexellis/arkade-get to /home/vscode/.cache/act/alexellis-arkade-get@master
[Kubetools error/build-and-run] [DEBUG] Provided ref is not a sha. Checking out branch before pulling changes
[Kubetools error/build-and-run] [DEBUG] Cloned https://github.com/alexellis/arkade-get to /home/vscode/.cache/act/alexellis-arkade-get@master
[Kubetools error/build-and-run] [DEBUG] Provided ref is not a sha. Updating branch ref after pull
[Kubetools error/build-and-run] [DEBUG] Checked out master
[Kubetools error/build-and-run] [DEBUG] Read action &{Install arkade CLIs  Install arkade CLIs using inputs to the action map[actions-usage:{Install actions-usage false } actuated-cli:{Install actuated-cli false } alloy:{Install alloy false } argocd:{Install argocd false } argocd-autopilot:{Install argocd-autopilot false } arkade:{Install arkade false } atuin:{Install atuin false } autok3s:{Install autok3s false } buildx:{Install buildx false } bun:{Install bun false } butane:{Install butane false } caddy:{Install caddy false } ch-remote:{Install ch-remote false } cilium:{Install cilium false } civo:{Install civo false } cloud-hypervisor:{Install cloud-hypervisor false } clusterawsadm:{Install clusterawsadm false } clusterctl:{Install clusterctl false } cmctl:{Install cmctl false } conftest:{Install conftest false } consul:{Install consul false } copa:{Install copa false } cosign:{Install cosign false } cr:{Install cr false } crane:{Install crane false } croc:{Install croc false } crossplane:{Install crossplane false } dagger:{Install dagger false } devspace:{Install devspace false } dive:{Install dive false } docker-compose:{Install docker-compose false } doctl:{Install doctl false } duplik8s:{Install duplik8s false } eks-node-viewer:{Install eks-node-viewer false } eksctl:{Install eksctl false } eksctl-anywhere:{Install eksctl-anywhere false } etcd:{Install etcd false } faas-cli:{Install faas-cli false } faasd:{Install faasd false } firectl:{Install firectl false } flux:{Install flux false } flyctl:{Install flyctl false } fstail:{Install fstail false } fzf:{Install fzf false } gh:{Install gh false } glab:{Install glab false } golangci-lint:{Install golangci-lint false } gomplate:{Install gomplate false } goreleaser:{Install goreleaser false } gptscript:{Install gptscript false } grafana-agent:{Install grafana-agent false } grype:{Install grype false } hadolint:{Install hadolint false } helm:{Install helm false } helmfile:{Install helmfile false } hey:{Install hey false } hostctl:{Install hostctl false } hubble:{Install hubble false } hugo:{Install hugo false } influx:{Install influx false } inlets-pro:{Install inlets-pro false } inletsctl:{Install inletsctl false } install-arkade:{Install the arkade binary false true} istioctl:{Install istioctl false } jq:{Install jq false } just:{Install just false } k0s:{Install k0s false } k0sctl:{Install k0sctl false } k3d:{Install k3d false } k3s:{Install k3s false } k3sup:{Install k3sup false } k9s:{Install k9s false } kail:{Install kail false } keploy:{Install keploy false } kgctl:{Install kgctl false } kim:{Install kim false } kind:{Install kind false } kops:{Install kops false } krew:{Install krew false } ktop:{Install ktop false } kube-bench:{Install kube-bench false } kube-burner:{Install kube-burner false } kube-linter:{Install kube-linter false } kube-score:{Install kube-score false } kubebuilder:{Install kubebuilder false } kubecm:{Install kubecm false } kubecolor:{Install kubecolor false } kubeconform:{Install kubeconform false } kubectl:{Install kubectl false } kubectx:{Install kubectx false } kubens:{Install kubens false } kubescape:{Install kubescape false } kubeseal:{Install kubeseal false } kubetail:{Install kubetail false } kubetrim:{Install kubetrim false } kubeval:{Install kubeval false } kubie:{Install kubie false } kumactl:{Install kumactl false } kustomize:{Install kustomize false } kwok:{Install kwok false } kwokctl:{Install kwokctl false } kyverno:{Install kyverno false } labctl:{Install labctl false } lazydocker:{Install lazydocker false } lazygit:{Install lazygit false } linkerd2:{Install linkerd2 false } mc:{Install mc false } metal:{Install metal false } minikube:{Install minikube false } mixctl:{Install mixctl false } mkcert:{Install mkcert false } nats:{Install nats false } nats-server:{Install nats-server false } nerdctl:{Install nerdctl false } nova:{Install nova false } oc:{Install oc false } oh-my-posh:{Install oh-my-posh false } op:{Install op false } opa:{Install opa false } openshift-install:{Install openshift-install false } operator-sdk:{Install operator-sdk false } osm:{Install osm false } pack:{Install pack false } packer:{Install packer false } polaris:{Install polaris false } popeye:{Install popeye false } porter:{Install porter false } print-summary:{Print a summary of tools installed by arkade false true} promtool:{Install promtool false } rclone:{Install rclone false } regctl:{Install regctl false } rekor-cli:{Install rekor-cli false } replicated:{Install replicated false } rosa:{Install rosa false } rpk:{Install rpk false } run-job:{Install run-job false } scaleway-cli:{Install scaleway-cli false } seaweedfs:{Install seaweedfs false } skupper:{Install skupper false } snowmachine:{Install snowmachine false } sops:{Install sops false } stern:{Install stern false } syft:{Install syft false } talosctl:{Install talosctl false } task:{Install task false } tctl:{Install tctl false } terraform:{Install terraform false } terraform-docs:{Install terraform-docs false } terragrunt:{Install terragrunt false } terrascan:{Install terrascan false } tflint:{Install tflint false } tfsec:{Install tfsec false } tilt:{Install tilt false } timoni:{Install timoni false } tkn:{Install tkn false } tofu:{Install tofu false } trivy:{Install trivy false } vagrant:{Install vagrant false } vault:{Install vault false } vcluster:{Install vcluster false } vhs:{Install vhs false } viddy:{Install viddy false } waypoint:{Install waypoint false } yq:{Install yq false } yt-dlp:{Install yt-dlp false }] map[tools:{The number of tools installed }] {node20 map[] dist/index.js  always()  always()     [] []} { }} from 'Unknown'
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] Skipping local actions/checkout because workdir was already copied
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://172.17.0.2:44029/ CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v4 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_EVENT_NAME:workflow_dispatch GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:build-and-run GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:dfberry/source-board-crates GITHUB_REPOSITORY_OWNER:dfberry GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ATTEMPT:1 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:d0911a30f5b939fe95b64dfcddb882a6123a4ca2 GITHUB_WORKFLOW:Kubetools error GITHUB_WORKSPACE:/workspaces/source-board-crates ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:]
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] evaluating expression ''
[Kubetools error/build-and-run] [DEBUG] expression '' evaluated to 'true'
[Kubetools error/build-and-run] ⭐ Run Main Checkout repository
[Kubetools error/build-and-run] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0
[Kubetools error/build-and-run] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0
[Kubetools error/build-and-run] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0
[Kubetools error/build-and-run] [DEBUG] Writing entry to tarball workflow/envs.txt len:0
[Kubetools error/build-and-run] [DEBUG] Writing entry to tarball workflow/SUMMARY.md len:0
[Kubetools error/build-and-run] [DEBUG] Extracting content to '/var/run/act'
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run]   🐳  docker cp src=/workspaces/source-board-crates/. dst=/workspaces/source-board-crates
[Kubetools error/build-and-run] [DEBUG] Writing tarball /tmp/act3971995164 from /workspaces/source-board-crates/.
[Kubetools error/build-and-run] [DEBUG] Stripping prefix:/workspaces/source-board-crates/ src:/workspaces/source-board-crates/.
[Kubetools error/build-and-run] [DEBUG] Extracting content from '/tmp/act3971995164' to '/workspaces/source-board-crates'
[Kubetools error/build-and-run]   ✅  Success - Main Checkout repository
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://172.17.0.2:44029/ CI:true GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/setup-node GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_EVENT_NAME:workflow_dispatch GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:build-and-run GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:dfberry/source-board-crates GITHUB_REPOSITORY_OWNER:dfberry GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ATTEMPT:1 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:d0911a30f5b939fe95b64dfcddb882a6123a4ca2 GITHUB_WORKFLOW:Kubetools error GITHUB_WORKSPACE:/workspaces/source-board-crates INPUT_NODE-VERSION:22 ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:]
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] evaluating expression ''
[Kubetools error/build-and-run] [DEBUG] expression '' evaluated to 'true'
[Kubetools error/build-and-run] ⭐ Run Main Install Node.js
[Kubetools error/build-and-run] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0
[Kubetools error/build-and-run] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0
[Kubetools error/build-and-run] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0
[Kubetools error/build-and-run] [DEBUG] Writing entry to tarball workflow/envs.txt len:0
[Kubetools error/build-and-run] [DEBUG] Writing entry to tarball workflow/SUMMARY.md len:0
[Kubetools error/build-and-run] [DEBUG] Extracting content to '/var/run/act'
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] About to run action &{Setup Node.js environment GitHub Setup a Node.js environment by adding problem matchers and optionally downloading and adding it to the PATH. map[always-auth:{Set always-auth in npmrc. false false} architecture:{Target architecture for Node to use. Examples: x86, x64. Will use system architecture by default. false } cache:{Used to specify a package manager for caching in the default directory. Supported values: npm, yarn, pnpm. false } cache-dependency-path:{Used to specify the path to a dependency file: package-lock.json, yarn.lock, etc. Supports wildcards or a list of file names for caching multiple dependencies. false } check-latest:{Set this option if you want the action to check for the latest available version that satisfies the version spec. false false} node-version:{Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0. false } node-version-file:{File containing the version Spec of the version to use.  Examples: .nvmrc, .node-version, .tool-versions. false } registry-url:{Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN. false } scope:{Optional scope for authenticating against scoped registries. Will fall back to the repository owner when using the GitHub Packages registry (https://npm.pkg.github.com/). false } token:{Used to pull node distributions from node-versions. Since there's a default, this is typically not supplied by the user. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting. false ${{ github.server_url == 'https://github.com' && github.token || '' }}}] map[cache-hit:{A boolean value to indicate if a cache was hit. } node-version:{The installed node version. }] {node16 map[] dist/setup/index.js  always() dist/cache-save/index.js success()     [] []} { }}
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] expression '${{ github.server_url == 'https://github.com' && github.token || '' }}' rewritten to 'format('{0}', github.server_url == 'https://github.com' && github.token || '')'
[Kubetools error/build-and-run] [DEBUG] evaluating expression 'format('{0}', github.server_url == 'https://github.com' && github.token || '')'
[Kubetools error/build-and-run] [DEBUG] expression 'format('{0}', github.server_url == 'https://github.com' && github.token || '')' evaluated to '%!t(string=***)'
[Kubetools error/build-and-run] [DEBUG] type=remote-action actionDir=/home/vscode/.cache/act/actions-setup-node@v3 actionPath= workdir=/workspaces/source-board-crates actionCacheDir=/home/vscode/.cache/act actionName=actions-setup-node@v3 containerActionDir=/var/run/act/actions/actions-setup-node@v3
[Kubetools error/build-and-run] [DEBUG] /var/run/act/actions/actions-setup-node@v3
[Kubetools error/build-and-run]   🐳  docker cp src=/home/vscode/.cache/act/actions-setup-node@v3/ dst=/var/run/act/actions/actions-setup-node@v3/
[Kubetools error/build-and-run] [DEBUG] Writing tarball /tmp/act2405352150 from /home/vscode/.cache/act/actions-setup-node@v3/
[Kubetools error/build-and-run] [DEBUG] Stripping prefix:/home/vscode/.cache/act/actions-setup-node@v3/ src:/home/vscode/.cache/act/actions-setup-node@v3/
[Kubetools error/build-and-run] [DEBUG] Extracting content from '/tmp/act2405352150' to '/var/run/act/actions/actions-setup-node@v3/'
[Kubetools error/build-and-run] [DEBUG] executing remote job container: [/usr/local/bin/node /var/run/act/actions/actions-setup-node@v3/dist/setup/index.js]
[Kubetools error/build-and-run]   🐳  docker exec cmd=[/usr/local/bin/node /var/run/act/actions/actions-setup-node@v3/dist/setup/index.js] user= workdir=
[Kubetools error/build-and-run] [DEBUG] Exec command '[/usr/local/bin/node /var/run/act/actions/actions-setup-node@v3/dist/setup/index.js]'
[Kubetools error/build-and-run] [DEBUG] Working directory '/workspaces/source-board-crates'
[Kubetools error/build-and-run] [DEBUG]   💬  ::debug::isExplicit: 
[Kubetools error/build-and-run] [DEBUG]   💬  ::debug::explicit? false
[Kubetools error/build-and-run] [DEBUG]   💬  ::debug::isExplicit: 22.14.0
[Kubetools error/build-and-run] [DEBUG]   💬  ::debug::explicit? true
[Kubetools error/build-and-run] [DEBUG]   💬  ::debug::evaluating 1 versions
[Kubetools error/build-and-run] [DEBUG]   💬  ::debug::matched: 22.14.0
[Kubetools error/build-and-run] [DEBUG]   💬  ::debug::checking cache: /opt/hostedtoolcache/node/22.14.0/arm64
[Kubetools error/build-and-run] [DEBUG]   💬  ::debug::Found tool in cache node 22.14.0 arm64
| Found in cache @ /opt/hostedtoolcache/node/22.14.0/arm64
[Kubetools error/build-and-run]   ❓  ::group::Environment details
| node: v22.14.0
| npm: 10.9.2
| yarn: 1.22.19
[Kubetools error/build-and-run]   ❓  ::endgroup::
[Kubetools error/build-and-run]   ❓ add-matcher /run/act/actions/actions-setup-node@v3/.github/tsc.json
[Kubetools error/build-and-run]   ❓ add-matcher /run/act/actions/actions-setup-node@v3/.github/eslint-stylish.json
[Kubetools error/build-and-run]   ❓ add-matcher /run/act/actions/actions-setup-node@v3/.github/eslint-compact.json
[Kubetools error/build-and-run]   ✅  Success - Main Install Node.js
[Kubetools error/build-and-run]   ⚙  ::set-output:: node-version=v22.14.0
[Kubetools error/build-and-run]   ⚙  ::add-path:: /opt/hostedtoolcache/node/22.14.0/arm64/bin
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://172.17.0.2:44029/ CI:true GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:master GITHUB_ACTION_REPOSITORY:alexellis/arkade-get GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_EVENT_NAME:workflow_dispatch GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:build-and-run GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:dfberry/source-board-crates GITHUB_REPOSITORY_OWNER:dfberry GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ATTEMPT:1 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:d0911a30f5b939fe95b64dfcddb882a6123a4ca2 GITHUB_WORKFLOW:Kubetools error GITHUB_WORKSPACE:/workspaces/source-board-crates INPUT_JQ:latest ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:]
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] evaluating expression ''
[Kubetools error/build-and-run] [DEBUG] expression '' evaluated to 'true'
[Kubetools error/build-and-run] ⭐ Run Main alexellis/arkade-get@master
[Kubetools error/build-and-run] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0
[Kubetools error/build-and-run] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0
[Kubetools error/build-and-run] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0
[Kubetools error/build-and-run] [DEBUG] Writing entry to tarball workflow/envs.txt len:0
[Kubetools error/build-and-run] [DEBUG] Writing entry to tarball workflow/SUMMARY.md len:0
[Kubetools error/build-and-run] [DEBUG] Extracting content to '/var/run/act'
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] About to run action &{Install arkade CLIs  Install arkade CLIs using inputs to the action map[actions-usage:{Install actions-usage false } actuated-cli:{Install actuated-cli false } alloy:{Install alloy false } argocd:{Install argocd false } argocd-autopilot:{Install argocd-autopilot false } arkade:{Install arkade false } atuin:{Install atuin false } autok3s:{Install autok3s false } buildx:{Install buildx false } bun:{Install bun false } butane:{Install butane false } caddy:{Install caddy false } ch-remote:{Install ch-remote false } cilium:{Install cilium false } civo:{Install civo false } cloud-hypervisor:{Install cloud-hypervisor false } clusterawsadm:{Install clusterawsadm false } clusterctl:{Install clusterctl false } cmctl:{Install cmctl false } conftest:{Install conftest false } consul:{Install consul false } copa:{Install copa false } cosign:{Install cosign false } cr:{Install cr false } crane:{Install crane false } croc:{Install croc false } crossplane:{Install crossplane false } dagger:{Install dagger false } devspace:{Install devspace false } dive:{Install dive false } docker-compose:{Install docker-compose false } doctl:{Install doctl false } duplik8s:{Install duplik8s false } eks-node-viewer:{Install eks-node-viewer false } eksctl:{Install eksctl false } eksctl-anywhere:{Install eksctl-anywhere false } etcd:{Install etcd false } faas-cli:{Install faas-cli false } faasd:{Install faasd false } firectl:{Install firectl false } flux:{Install flux false } flyctl:{Install flyctl false } fstail:{Install fstail false } fzf:{Install fzf false } gh:{Install gh false } glab:{Install glab false } golangci-lint:{Install golangci-lint false } gomplate:{Install gomplate false } goreleaser:{Install goreleaser false } gptscript:{Install gptscript false } grafana-agent:{Install grafana-agent false } grype:{Install grype false } hadolint:{Install hadolint false } helm:{Install helm false } helmfile:{Install helmfile false } hey:{Install hey false } hostctl:{Install hostctl false } hubble:{Install hubble false } hugo:{Install hugo false } influx:{Install influx false } inlets-pro:{Install inlets-pro false } inletsctl:{Install inletsctl false } install-arkade:{Install the arkade binary false true} istioctl:{Install istioctl false } jq:{Install jq false } just:{Install just false } k0s:{Install k0s false } k0sctl:{Install k0sctl false } k3d:{Install k3d false } k3s:{Install k3s false } k3sup:{Install k3sup false } k9s:{Install k9s false } kail:{Install kail false } keploy:{Install keploy false } kgctl:{Install kgctl false } kim:{Install kim false } kind:{Install kind false } kops:{Install kops false } krew:{Install krew false } ktop:{Install ktop false } kube-bench:{Install kube-bench false } kube-burner:{Install kube-burner false } kube-linter:{Install kube-linter false } kube-score:{Install kube-score false } kubebuilder:{Install kubebuilder false } kubecm:{Install kubecm false } kubecolor:{Install kubecolor false } kubeconform:{Install kubeconform false } kubectl:{Install kubectl false } kubectx:{Install kubectx false } kubens:{Install kubens false } kubescape:{Install kubescape false } kubeseal:{Install kubeseal false } kubetail:{Install kubetail false } kubetrim:{Install kubetrim false } kubeval:{Install kubeval false } kubie:{Install kubie false } kumactl:{Install kumactl false } kustomize:{Install kustomize false } kwok:{Install kwok false } kwokctl:{Install kwokctl false } kyverno:{Install kyverno false } labctl:{Install labctl false } lazydocker:{Install lazydocker false } lazygit:{Install lazygit false } linkerd2:{Install linkerd2 false } mc:{Install mc false } metal:{Install metal false } minikube:{Install minikube false } mixctl:{Install mixctl false } mkcert:{Install mkcert false } nats:{Install nats false } nats-server:{Install nats-server false } nerdctl:{Install nerdctl false } nova:{Install nova false } oc:{Install oc false } oh-my-posh:{Install oh-my-posh false } op:{Install op false } opa:{Install opa false } openshift-install:{Install openshift-install false } operator-sdk:{Install operator-sdk false } osm:{Install osm false } pack:{Install pack false } packer:{Install packer false } polaris:{Install polaris false } popeye:{Install popeye false } porter:{Install porter false } print-summary:{Print a summary of tools installed by arkade false true} promtool:{Install promtool false } rclone:{Install rclone false } regctl:{Install regctl false } rekor-cli:{Install rekor-cli false } replicated:{Install replicated false } rosa:{Install rosa false } rpk:{Install rpk false } run-job:{Install run-job false } scaleway-cli:{Install scaleway-cli false } seaweedfs:{Install seaweedfs false } skupper:{Install skupper false } snowmachine:{Install snowmachine false } sops:{Install sops false } stern:{Install stern false } syft:{Install syft false } talosctl:{Install talosctl false } task:{Install task false } tctl:{Install tctl false } terraform:{Install terraform false } terraform-docs:{Install terraform-docs false } terragrunt:{Install terragrunt false } terrascan:{Install terrascan false } tflint:{Install tflint false } tfsec:{Install tfsec false } tilt:{Install tilt false } timoni:{Install timoni false } tkn:{Install tkn false } tofu:{Install tofu false } trivy:{Install trivy false } vagrant:{Install vagrant false } vault:{Install vault false } vcluster:{Install vcluster false } vhs:{Install vhs false } viddy:{Install viddy false } waypoint:{Install waypoint false } yq:{Install yq false } yt-dlp:{Install yt-dlp false }] map[tools:{The number of tools installed }] {node20 map[] dist/index.js  always()  always()     [] []} { }}
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] type=remote-action actionDir=/home/vscode/.cache/act/alexellis-arkade-get@master actionPath= workdir=/workspaces/source-board-crates actionCacheDir=/home/vscode/.cache/act actionName=alexellis-arkade-get@master containerActionDir=/var/run/act/actions/alexellis-arkade-get@master
[Kubetools error/build-and-run] [DEBUG] /var/run/act/actions/alexellis-arkade-get@master
[Kubetools error/build-and-run] [DEBUG] Removing /home/vscode/.cache/act/alexellis-arkade-get@master/.gitignore before docker cp
[Kubetools error/build-and-run]   🐳  docker cp src=/home/vscode/.cache/act/alexellis-arkade-get@master/ dst=/var/run/act/actions/alexellis-arkade-get@master/
[Kubetools error/build-and-run] [DEBUG] Writing tarball /tmp/act3756827865 from /home/vscode/.cache/act/alexellis-arkade-get@master/
[Kubetools error/build-and-run] [DEBUG] Stripping prefix:/home/vscode/.cache/act/alexellis-arkade-get@master/ src:/home/vscode/.cache/act/alexellis-arkade-get@master/
[Kubetools error/build-and-run] [DEBUG] Extracting content from '/tmp/act3756827865' to '/var/run/act/actions/alexellis-arkade-get@master/'
[Kubetools error/build-and-run] [DEBUG] executing remote job container: [/usr/local/bin/node /var/run/act/actions/alexellis-arkade-get@master/dist/index.js]
[Kubetools error/build-and-run]   🐳  docker exec cmd=[/usr/local/bin/node /var/run/act/actions/alexellis-arkade-get@master/dist/index.js] user= workdir=
[Kubetools error/build-and-run] [DEBUG] Exec command '[/usr/local/bin/node /var/run/act/actions/alexellis-arkade-get@master/dist/index.js]'
[Kubetools error/build-and-run] [DEBUG] Working directory '/workspaces/source-board-crates'
| Installing arkade into tool cache
| Arch: arm64
| Download URL: https://github.com/alexellis/arkade/releases/download/0.11.37/arkade-arm64
[Kubetools error/build-and-run] [DEBUG]   💬  ::debug::Downloading https://github.com/alexellis/arkade/releases/download/0.11.37/arkade-arm64
[Kubetools error/build-and-run] [DEBUG]   💬  ::debug::Destination /tmp/3e205c74-b1b9-45f9-ab47-8a7b92900f7f
[Kubetools error/build-and-run] [DEBUG]   💬  ::debug::download complete
| Downloaded arkade to: /tmp/3e205c74-b1b9-45f9-ab47-8a7b92900f7f
| Moving arkade from /tmp/3e205c74-b1b9-45f9-ab47-8a7b92900f7f to /tmp/arkade
| Final path: /tmp/arkade
| Setting arkade's folder to: /root/.arkade/bin
| Installing: jq with latest
[Kubetools error/build-and-run] [DEBUG]   💬  ::debug::Running: arkade get --progress=false --quiet=true jq
| [command]/tmp/arkade get --progress=false --quiet=true jq
| Error: Head "https://github.com/jqlang/jq/releases/latest": tls: failed to verify certificate: x509: certificate signed by unknown authority
[Kubetools error/build-and-run]   ❗  ::error::The process '/tmp/arkade' failed with exit code 1
[Kubetools error/build-and-run]   ❌  Failure - Main alexellis/arkade-get@master
[Kubetools error/build-and-run]   ⚙  ::add-path:: /tmp
[Kubetools error/build-and-run]   ⚙  ::add-path:: /root/.arkade/bin
[Kubetools error/build-and-run] exitcode '1': failure
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://172.17.0.2:44029/ CI:true GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_EVENT_NAME:workflow_dispatch GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:build-and-run GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:dfberry/source-board-crates GITHUB_REPOSITORY_OWNER:dfberry GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ATTEMPT:1 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:d0911a30f5b939fe95b64dfcddb882a6123a4ca2 GITHUB_WORKFLOW:Kubetools error GITHUB_WORKSPACE:/workspaces/source-board-crates ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:]
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] evaluating expression ''
[Kubetools error/build-and-run] [DEBUG] expression '' evaluated to 'false'
[Kubetools error/build-and-run] [DEBUG] Skipping step 'check for jq' due to ''
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://172.17.0.2:44029/ CI:true GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/setup-node 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:workflow_dispatch GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:build-and-run GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:dfberry/source-board-crates GITHUB_REPOSITORY_OWNER:dfberry GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ATTEMPT:1 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:d0911a30f5b939fe95b64dfcddb882a6123a4ca2 GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_WORKFLOW:Kubetools error GITHUB_WORKSPACE:/workspaces/source-board-crates INPUT_NODE-VERSION:22 ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:]
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] evaluating expression 'success()'
[Kubetools error/build-and-run] [DEBUG] expression 'success()' evaluated to 'false'
[Kubetools error/build-and-run] [DEBUG] Skipping step 'Install Node.js' due to 'success()'
[Kubetools error/build-and-run] [DEBUG] skipping post step for 'Checkout repository': no action model available
[Kubetools error/build-and-run] ⭐ Run Complete job
[Kubetools error/build-and-run] [DEBUG] Loading revision from git directory
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run] [DEBUG] HEAD points to 'd0911a30f5b939fe95b64dfcddb882a6123a4ca2'
[Kubetools error/build-and-run] [DEBUG] using github ref: refs/heads/main
[Kubetools error/build-and-run] [DEBUG] Found revision: d0911a30f5b939fe95b64dfcddb882a6123a4ca2
[Kubetools error/build-and-run]   ✅  Success - Complete job
[Kubetools error/build-and-run] 🏁  Job failed
Error: Job 'build-and-run' failed

Additional information

No response

dfberry avatar Mar 21 '25 13:03 dfberry

Hi @dfberry, hope you are doing great.

I stumbled across this open issue while troubleshooting the same error. I figured out a workaround and thought I would share it here and then you can see if it works for you as well.

The error is caused by the container not having the root certs in its trust store. I investigated customizing the container and found this documentation.

This feature allows you to mount the host's ca-certificate folder over this container's. Which "hides" the container's original files. Please see below example:

job: 
  container: 
    image: node:18
    volumes:
      - /usr/local/share/ca-certificates

This doesn't work for the slim image though. I assume it is because the slim image doesn't have ca-certificates installed.

This worked for me, hope it works for you as well. I am sure there is probably a better way to solve this error.

DanCreative avatar Apr 21 '25 00:04 DanCreative