[GH-ISSUE #918] Issue: E: The repository 'https://packages.microsoft.com/ubuntu/20.04/prod focal Release' does not have a Release file. #545

Closed
opened 2026-03-01 21:44:21 +03:00 by kerem · 13 comments
Owner

Originally created by @razr on GitHub (Dec 8, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/918

System information

  • Operating System: Ubuntu 20.04
  • Architecture: x64 (64-bit)
  • Apple M1: no
  • Docker version:
  • Docker image used in act:
  • act version: b910a42edf

Expected behaviour

Actual behaviour

It fails to run my workflow from https://github.com/razr/linux-real-time-kernel-builder/blob/get-from-git/.github/workflows/rpi4-kernel-build.yml#L51 which runs fine on GitHub premises.

Workflow and/or repository

https://github.com/razr/linux-real-time-kernel-builder/blob/get-from-git/.github/workflows/rpi4-kernel-build.yml

Steps to reproduce

  1. Clone https://github.com/razr/linux-real-time-kernel-builder
  2. Enter cloned repo directory
  3. Run act

act output

Log
akholodn@razilix:~/github/razr/linux-real-time-kernel-builder$ act -v
DEBU[0000] Loading environment from /home/akholodn/github/razr/linux-real-time-kernel-builder/.env 
DEBU[0000] Loading secrets from /home/akholodn/github/razr/linux-real-time-kernel-builder/.secrets 
DEBU[0000] Loading workflows from '/home/akholodn/github/razr/linux-real-time-kernel-builder/.github/workflows' 
DEBU[0000] Loading workflows recursively                
DEBU[0000] Found workflow 'rpi4-kernel-build.yml' in '/home/akholodn/github/razr/linux-real-time-kernel-builder/.github/workflows/rpi4-kernel-build.yml' 
DEBU[0000] Reading workflow '/home/akholodn/github/razr/linux-real-time-kernel-builder/.github/workflows/rpi4-kernel-build.yml' 
DEBU[0000] Correcting if statements '/home/akholodn/github/razr/linux-real-time-kernel-builder/.github/workflows/rpi4-kernel-build.yml' 
DEBU[0000] Planning event: push                         
DEBU[0000] Loading slug from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' 
DEBU[0000] Found revision: 4c16b3803aade35ae50ff697058105394991af6a 
DEBU[0000] Loading revision from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' 
DEBU[0000] Found revision: 4c16b3803aade35ae50ff697058105394991af6a 
DEBU[0000] HEAD points to '4c16b3803aade35ae50ff697058105394991af6a' 
DEBU[0000] using github ref: refs/heads/get-from-git    
DEBU[0000] context env => map[ACT:true]                 
DEBU[0000] context needs => map[]                       
[RPI4 RT Kernel build/build] 🟟  Start image=ghcr.io/catthehacker/ubuntu:act-20.04
DEBU[0000] Loading slug from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' 
DEBU[0000] Found revision: 4c16b3803aade35ae50ff697058105394991af6a 
DEBU[0000] Loading revision from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' 
DEBU[0000] Found revision: 4c16b3803aade35ae50ff697058105394991af6a 
DEBU[0000] HEAD points to '4c16b3803aade35ae50ff697058105394991af6a' 
DEBU[0000] using github ref: refs/heads/get-from-git    
[RPI4 RT Kernel build/build]   🟟  docker pull image=ghcr.io/catthehacker/ubuntu:act-20.04 platform= username= forcePull=false
[RPI4 RT Kernel build/build]   🟟  docker pull ghcr.io/catthehacker/ubuntu:act-20.04
DEBU[0000] Image exists? true                           
[RPI4 RT Kernel build/build] Removed container: 118467ef12bc0b2d7e16184995c725ec2f2ca866ee58b53dd2e01001c44ed04a
[RPI4 RT Kernel build/build]   🟟  docker volume rm act-RPI4-RT-Kernel-build-build
[RPI4 RT Kernel build/build]   🟟  docker create image=ghcr.io/catthehacker/ubuntu:act-20.04 platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[RPI4 RT Kernel build/build] Created container name=act-RPI4-RT-Kernel-build-build id=9559601c3367fd9f920d1316a13224b7b8dc8e4c7917d138058c7583e5dbad71 from image ghcr.io/catthehacker/ubuntu:act-20.04 (platform: )
[RPI4 RT Kernel build/build] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp]
[RPI4 RT Kernel build/build]   🟟  docker run image=ghcr.io/catthehacker/ubuntu:act-20.04 platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[RPI4 RT Kernel build/build] Starting container: 9559601c3367fd9f920d1316a13224b7b8dc8e4c7917d138058c7583e5dbad71
[RPI4 RT Kernel build/build] Started container: 9559601c3367fd9f920d1316a13224b7b8dc8e4c7917d138058c7583e5dbad71
[RPI4 RT Kernel build/build]   🟟  docker exec cmd=[mkdir -m 0777 -p /var/run/act] user=root workdir=
[RPI4 RT Kernel build/build] Exec command '[mkdir -m 0777 -p /var/run/act]'
[RPI4 RT Kernel build/build] Working directory '/home/akholodn/github/razr/linux-real-time-kernel-builder'
[RPI4 RT Kernel build/build]   🟟  docker cp src=/home/akholodn/github/razr/linux-real-time-kernel-builder/. dst=/home/akholodn/github/razr/linux-real-time-kernel-builder
[RPI4 RT Kernel build/build]   🟟  docker exec cmd=[mkdir -p /home/akholodn/github/razr/linux-real-time-kernel-builder] user= workdir=
[RPI4 RT Kernel build/build] Exec command '[mkdir -p /home/akholodn/github/razr/linux-real-time-kernel-builder]'
[RPI4 RT Kernel build/build] Working directory '/home/akholodn/github/razr/linux-real-time-kernel-builder'
DEBU[0004] Writing tarball /tmp/act2923778944 from /home/akholodn/github/razr/linux-real-time-kernel-builder/. 
DEBU[0004] Stripping prefix:/home/akholodn/github/razr/linux-real-time-kernel-builder/ src:/home/akholodn/github/razr/linux-real-time-kernel-builder/. 
[RPI4 RT Kernel build/build] Extracting content from '/tmp/act2923778944' to '/home/akholodn/github/razr/linux-real-time-kernel-builder'
DEBU[0004] Writing entry to tarball workflow/event.json len:2 
DEBU[0004] Writing entry to tarball workflow/envs.txt len:0 
DEBU[0004] Writing entry to tarball workflow/paths.txt len:0 
[RPI4 RT Kernel build/build] Extracting content to '/var/run/act/'
DEBU[0004] Loading slug from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' 
DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a 
DEBU[0004] Loading revision from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' 
DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a 
DEBU[0004] HEAD points to '4c16b3803aade35ae50ff697058105394991af6a' 
DEBU[0004] using github ref: refs/heads/get-from-git    
DEBU[0004] Loading slug from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' 
DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a 
DEBU[0004] Loading revision from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' 
DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a 
DEBU[0004] HEAD points to '4c16b3803aade35ae50ff697058105394991af6a' 
DEBU[0004] using github ref: refs/heads/get-from-git    
DEBU[0004] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive 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:build GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/get-from-git GITHUB_REPOSITORY:razr/linux-real-time-kernel-builder GITHUB_REPOSITORY_OWNER:razr GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4c16b3803aade35ae50ff697058105394991af6a GITHUB_TOKEN: GITHUB_WORKFLOW:RPI4 RT Kernel build GITHUB_WORKSPACE:/home/akholodn/github/razr/linux-real-time-kernel-builder IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.18.2/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0004] context needs => map[]                       
DEBU[0004] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive 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:build GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/get-from-git GITHUB_REPOSITORY:razr/linux-real-time-kernel-builder GITHUB_REPOSITORY_OWNER:razr GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4c16b3803aade35ae50ff697058105394991af6a GITHUB_TOKEN: GITHUB_WORKFLOW:RPI4 RT Kernel build GITHUB_WORKSPACE:/home/akholodn/github/razr/linux-real-time-kernel-builder IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.18.2/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
[RPI4 RT Kernel build/build] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive 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:build GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/get-from-git GITHUB_REPOSITORY:razr/linux-real-time-kernel-builder GITHUB_REPOSITORY_OWNER:razr GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4c16b3803aade35ae50ff697058105394991af6a GITHUB_TOKEN: GITHUB_WORKFLOW:RPI4 RT Kernel build GITHUB_WORKSPACE:/home/akholodn/github/razr/linux-real-time-kernel-builder IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.18.2/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]
[RPI4 RT Kernel build/build] ⭐  Run actions/checkout@v2
DEBU[0004] Loading slug from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' 
DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a 
DEBU[0004] Loading revision from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' 
DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a 
DEBU[0004] HEAD points to '4c16b3803aade35ae50ff697058105394991af6a' 
DEBU[0004] using github ref: refs/heads/get-from-git    
[RPI4 RT Kernel build/build] Skipping local actions/checkout because workdir was already copied
[RPI4 RT Kernel build/build]   ✅  Success - actions/checkout@v2
DEBU[0004] Loading slug from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' 
DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a 
DEBU[0004] Loading revision from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' 
DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a 
DEBU[0004] HEAD points to '4c16b3803aade35ae50ff697058105394991af6a' 
DEBU[0004] using github ref: refs/heads/get-from-git    
DEBU[0004] Loading slug from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' 
DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a 
DEBU[0004] Loading revision from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' 
DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a 
DEBU[0004] HEAD points to '4c16b3803aade35ae50ff697058105394991af6a' 
DEBU[0004] using github ref: refs/heads/get-from-git    
DEBU[0004] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:1 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:build GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/get-from-git GITHUB_REPOSITORY:razr/linux-real-time-kernel-builder GITHUB_REPOSITORY_OWNER:razr GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4c16b3803aade35ae50ff697058105394991af6a GITHUB_TOKEN: GITHUB_WORKFLOW:RPI4 RT Kernel build GITHUB_WORKSPACE:/home/akholodn/github/razr/linux-real-time-kernel-builder IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.18.2/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0004] context needs => map[]                       
DEBU[0004] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:1 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:build GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/get-from-git GITHUB_REPOSITORY:razr/linux-real-time-kernel-builder GITHUB_REPOSITORY_OWNER:razr GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4c16b3803aade35ae50ff697058105394991af6a GITHUB_TOKEN: GITHUB_WORKFLOW:RPI4 RT Kernel build GITHUB_WORKSPACE:/home/akholodn/github/razr/linux-real-time-kernel-builder IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.18.2/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
[RPI4 RT Kernel build/build] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:1 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:build GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/get-from-git GITHUB_REPOSITORY:razr/linux-real-time-kernel-builder GITHUB_REPOSITORY_OWNER:razr GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4c16b3803aade35ae50ff697058105394991af6a GITHUB_TOKEN: GITHUB_WORKFLOW:RPI4 RT Kernel build GITHUB_WORKSPACE:/home/akholodn/github/razr/linux-real-time-kernel-builder IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.18.2/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]
[RPI4 RT Kernel build/build] ⭐  Run Get available space
DEBU[0004] Wrote command '
cd /
df -H

' to 'workflow/1' 
DEBU[0004] Writing entry to tarball workflow/1 len:11   
[RPI4 RT Kernel build/build] Extracting content to '/home/akholodn/github/razr/linux-real-time-kernel-builder'
[RPI4 RT Kernel build/build]   🟟  docker exec cmd=[bash --noprofile --norc -e -o pipefail /home/akholodn/github/razr/linux-real-time-kernel-builder/workflow/1] user= workdir=
[RPI4 RT Kernel build/build] Exec command '[bash --noprofile --norc -e -o pipefail /home/akholodn/github/razr/linux-real-time-kernel-builder/workflow/1]'
[RPI4 RT Kernel build/build] Working directory '/home/akholodn/github/razr/linux-real-time-kernel-builder'
...
[RPI4 RT Kernel build/build]   ✅  Success - Get available space
DEBU[0004] Loading slug from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' 
DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a 
DEBU[0004] Loading revision from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' 
DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a 
DEBU[0004] HEAD points to '4c16b3803aade35ae50ff697058105394991af6a' 
DEBU[0004] using github ref: refs/heads/get-from-git    
DEBU[0004] Loading slug from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' 
DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a 
DEBU[0004] Loading revision from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' 
DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a 
DEBU[0004] HEAD points to '4c16b3803aade35ae50ff697058105394991af6a' 
DEBU[0004] using github ref: refs/heads/get-from-git    
DEBU[0004] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive 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:build GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/get-from-git GITHUB_REPOSITORY:razr/linux-real-time-kernel-builder GITHUB_REPOSITORY_OWNER:razr GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4c16b3803aade35ae50ff697058105394991af6a GITHUB_TOKEN: GITHUB_WORKFLOW:RPI4 RT Kernel build GITHUB_WORKSPACE:/home/akholodn/github/razr/linux-real-time-kernel-builder IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.18.2/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0004] context needs => map[]                       
DEBU[0004] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive 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:build GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/get-from-git GITHUB_REPOSITORY:razr/linux-real-time-kernel-builder GITHUB_REPOSITORY_OWNER:razr GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4c16b3803aade35ae50ff697058105394991af6a GITHUB_TOKEN: GITHUB_WORKFLOW:RPI4 RT Kernel build GITHUB_WORKSPACE:/home/akholodn/github/razr/linux-real-time-kernel-builder IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.18.2/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
[RPI4 RT Kernel build/build] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive 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:build GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/get-from-git GITHUB_REPOSITORY:razr/linux-real-time-kernel-builder GITHUB_REPOSITORY_OWNER:razr GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4c16b3803aade35ae50ff697058105394991af6a GITHUB_TOKEN: GITHUB_WORKFLOW:RPI4 RT Kernel build GITHUB_WORKSPACE:/home/akholodn/github/razr/linux-real-time-kernel-builder IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.18.2/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]
[RPI4 RT Kernel build/build] ⭐  Run Get a list of the installed packages
DEBU[0004] Wrote command '
sudo apt-get update
apt list --installed

' to 'workflow/2' 
DEBU[0004] Writing entry to tarball workflow/2 len:41   
[RPI4 RT Kernel build/build] Extracting content to '/home/akholodn/github/razr/linux-real-time-kernel-builder'
[RPI4 RT Kernel build/build]   🟟  docker exec cmd=[bash --noprofile --norc -e -o pipefail /home/akholodn/github/razr/linux-real-time-kernel-builder/workflow/2] user= workdir=
[RPI4 RT Kernel build/build] Exec command '[bash --noprofile --norc -e -o pipefail /home/akholodn/github/razr/linux-real-time-kernel-builder/workflow/2]'
[RPI4 RT Kernel build/build] Working directory '/home/akholodn/github/razr/linux-real-time-kernel-builder'
Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]        
Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]      
Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]      
Get:5 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
Get:6 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
Get:7 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] 
Ign:8 https://packages.microsoft.com/ubuntu/20.04/prod focal InRelease         
Get:9 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [821 kB]
Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]    
Get:11 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1102 kB]
Err:12 https://packages.microsoft.com/ubuntu/20.04/prod focal Release          
|   Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown.  Could not handshake: Error in the certificate verification. [IP: 13.82.67.141 443]
Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1747 kB]
Get:14 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [786 kB]
Get:15 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [33.6 kB]
Get:16 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [21.7 kB]
Get:17 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [50.0 kB]
Get:18 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [726 kB]
Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1329 kB]
Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.1 kB]
Reading package lists... Done                               
| E: The repository 'https://packages.microsoft.com/ubuntu/20.04/prod focal Release' does not have a Release file.
| N: Updating from such a repository can't be done securely, and is therefore disabled by default.
| N: See apt-secure(8) manpage for repository creation and user configuration details.
[RPI4 RT Kernel build/build]   ❌  Failure - Get a list of the installed packages
DEBU[0008] exit with `FAILURE`: 100                     
DEBU[0008] exit with `FAILURE`: 100                     
DEBU[0008] exit with `FAILURE`: 100                     
DEBU[0008] exit with `FAILURE`: 100                     
DEBU[0008] exit with `FAILURE`: 100                     
DEBU[0008] exit with `FAILURE`: 100                     
DEBU[0008] exit with `FAILURE`: 100                     
DEBU[0008] exit with `FAILURE`: 100                     
DEBU[0008] exit with `FAILURE`: 100                     
DEBU[0008] exit with `FAILURE`: 100                     
DEBU[0008] exit with `FAILURE`: 100                     
DEBU[0008] exit with `FAILURE`: 100                     
DEBU[0008] exit with `FAILURE`: 100                     
DEBU[0008] exit with `FAILURE`: 100                     
DEBU[0008] exit with `FAILURE`: 100                     
DEBU[0008] exit with `FAILURE`: 100                     
DEBU[0008] exit with `FAILURE`: 100                     
DEBU[0008] exit with `FAILURE`: 100                     
DEBU[0008] Loading slug from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' 
DEBU[0008] Found revision: 4c16b3803aade35ae50ff697058105394991af6a 
DEBU[0008] Loading revision from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' 
DEBU[0008] Found revision: 4c16b3803aade35ae50ff697058105394991af6a 
DEBU[0008] HEAD points to '4c16b3803aade35ae50ff697058105394991af6a' 
DEBU[0008] using github ref: refs/heads/get-from-git    
DEBU[0008] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive 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:build GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/get-from-git GITHUB_REPOSITORY:razr/linux-real-time-kernel-builder GITHUB_REPOSITORY_OWNER:razr GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4c16b3803aade35ae50ff697058105394991af6a GITHUB_TOKEN: GITHUB_WORKFLOW:RPI4 RT Kernel build GITHUB_WORKSPACE:/home/akholodn/github/razr/linux-real-time-kernel-builder IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.18.2/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0008] context needs => map[]                       
Error: exit with `FAILURE`: 100
Originally created by @razr on GitHub (Dec 8, 2021). Original GitHub issue: https://github.com/nektos/act/issues/918 <!-- - Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases) - Search the existing issues. - Refer to [README](https://github.com/nektos/act/blob/master/README.md). --> ## System information <!-- - Operating System: < Windows | Linux | macOS | etc... > - Architecture: < x64 (64-bit) | x86 (32-bit) | arm64 (64-bit) | arm (32-bit) | etc... > - Apple M1: < yes | no > - Docker version: < output of `docker system info -f "{{.ServerVersion}}"` > - Docker image used in `act`: < can be omitted if it's included in log > - `act` version: < output of `act --version`, if you've built `act` yourself, please provide commit hash > --> - Operating System: Ubuntu 20.04 - Architecture: x64 (64-bit) - Apple M1: no - Docker version: - Docker image used in `act`: - `act` version: b910a42edfab7a02b08a52ecef203fd419725642 ## Expected behaviour <!-- - Describe how whole process should go and finish --> ## Actual behaviour It fails to run my workflow from https://github.com/razr/linux-real-time-kernel-builder/blob/get-from-git/.github/workflows/rpi4-kernel-build.yml#L51 which runs fine on GitHub premises. ## Workflow and/or repository https://github.com/razr/linux-real-time-kernel-builder/blob/get-from-git/.github/workflows/rpi4-kernel-build.yml ## Steps to reproduce 1. Clone https://github.com/razr/linux-real-time-kernel-builder 2. Enter cloned repo directory 3. Run `act` ## `act` output <!-- - Use `act` with `-v`/`--verbose` and paste output from your terminal in code block below --> <details> <summary>Log</summary> ```none akholodn@razilix:~/github/razr/linux-real-time-kernel-builder$ act -v DEBU[0000] Loading environment from /home/akholodn/github/razr/linux-real-time-kernel-builder/.env DEBU[0000] Loading secrets from /home/akholodn/github/razr/linux-real-time-kernel-builder/.secrets DEBU[0000] Loading workflows from '/home/akholodn/github/razr/linux-real-time-kernel-builder/.github/workflows' DEBU[0000] Loading workflows recursively DEBU[0000] Found workflow 'rpi4-kernel-build.yml' in '/home/akholodn/github/razr/linux-real-time-kernel-builder/.github/workflows/rpi4-kernel-build.yml' DEBU[0000] Reading workflow '/home/akholodn/github/razr/linux-real-time-kernel-builder/.github/workflows/rpi4-kernel-build.yml' DEBU[0000] Correcting if statements '/home/akholodn/github/razr/linux-real-time-kernel-builder/.github/workflows/rpi4-kernel-build.yml' DEBU[0000] Planning event: push DEBU[0000] Loading slug from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' DEBU[0000] Found revision: 4c16b3803aade35ae50ff697058105394991af6a DEBU[0000] Loading revision from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' DEBU[0000] Found revision: 4c16b3803aade35ae50ff697058105394991af6a DEBU[0000] HEAD points to '4c16b3803aade35ae50ff697058105394991af6a' DEBU[0000] using github ref: refs/heads/get-from-git DEBU[0000] context env => map[ACT:true] DEBU[0000] context needs => map[] [RPI4 RT Kernel build/build] 🟟 Start image=ghcr.io/catthehacker/ubuntu:act-20.04 DEBU[0000] Loading slug from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' DEBU[0000] Found revision: 4c16b3803aade35ae50ff697058105394991af6a DEBU[0000] Loading revision from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' DEBU[0000] Found revision: 4c16b3803aade35ae50ff697058105394991af6a DEBU[0000] HEAD points to '4c16b3803aade35ae50ff697058105394991af6a' DEBU[0000] using github ref: refs/heads/get-from-git [RPI4 RT Kernel build/build] 🟟 docker pull image=ghcr.io/catthehacker/ubuntu:act-20.04 platform= username= forcePull=false [RPI4 RT Kernel build/build] 🟟 docker pull ghcr.io/catthehacker/ubuntu:act-20.04 DEBU[0000] Image exists? true [RPI4 RT Kernel build/build] Removed container: 118467ef12bc0b2d7e16184995c725ec2f2ca866ee58b53dd2e01001c44ed04a [RPI4 RT Kernel build/build] 🟟 docker volume rm act-RPI4-RT-Kernel-build-build [RPI4 RT Kernel build/build] 🟟 docker create image=ghcr.io/catthehacker/ubuntu:act-20.04 platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [RPI4 RT Kernel build/build] Created container name=act-RPI4-RT-Kernel-build-build id=9559601c3367fd9f920d1316a13224b7b8dc8e4c7917d138058c7583e5dbad71 from image ghcr.io/catthehacker/ubuntu:act-20.04 (platform: ) [RPI4 RT Kernel build/build] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp] [RPI4 RT Kernel build/build] 🟟 docker run image=ghcr.io/catthehacker/ubuntu:act-20.04 platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [RPI4 RT Kernel build/build] Starting container: 9559601c3367fd9f920d1316a13224b7b8dc8e4c7917d138058c7583e5dbad71 [RPI4 RT Kernel build/build] Started container: 9559601c3367fd9f920d1316a13224b7b8dc8e4c7917d138058c7583e5dbad71 [RPI4 RT Kernel build/build] 🟟 docker exec cmd=[mkdir -m 0777 -p /var/run/act] user=root workdir= [RPI4 RT Kernel build/build] Exec command '[mkdir -m 0777 -p /var/run/act]' [RPI4 RT Kernel build/build] Working directory '/home/akholodn/github/razr/linux-real-time-kernel-builder' [RPI4 RT Kernel build/build] 🟟 docker cp src=/home/akholodn/github/razr/linux-real-time-kernel-builder/. dst=/home/akholodn/github/razr/linux-real-time-kernel-builder [RPI4 RT Kernel build/build] 🟟 docker exec cmd=[mkdir -p /home/akholodn/github/razr/linux-real-time-kernel-builder] user= workdir= [RPI4 RT Kernel build/build] Exec command '[mkdir -p /home/akholodn/github/razr/linux-real-time-kernel-builder]' [RPI4 RT Kernel build/build] Working directory '/home/akholodn/github/razr/linux-real-time-kernel-builder' DEBU[0004] Writing tarball /tmp/act2923778944 from /home/akholodn/github/razr/linux-real-time-kernel-builder/. DEBU[0004] Stripping prefix:/home/akholodn/github/razr/linux-real-time-kernel-builder/ src:/home/akholodn/github/razr/linux-real-time-kernel-builder/. [RPI4 RT Kernel build/build] Extracting content from '/tmp/act2923778944' to '/home/akholodn/github/razr/linux-real-time-kernel-builder' DEBU[0004] Writing entry to tarball workflow/event.json len:2 DEBU[0004] Writing entry to tarball workflow/envs.txt len:0 DEBU[0004] Writing entry to tarball workflow/paths.txt len:0 [RPI4 RT Kernel build/build] Extracting content to '/var/run/act/' DEBU[0004] Loading slug from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a DEBU[0004] Loading revision from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a DEBU[0004] HEAD points to '4c16b3803aade35ae50ff697058105394991af6a' DEBU[0004] using github ref: refs/heads/get-from-git DEBU[0004] Loading slug from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a DEBU[0004] Loading revision from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a DEBU[0004] HEAD points to '4c16b3803aade35ae50ff697058105394991af6a' DEBU[0004] using github ref: refs/heads/get-from-git DEBU[0004] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive 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:build GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/get-from-git GITHUB_REPOSITORY:razr/linux-real-time-kernel-builder GITHUB_REPOSITORY_OWNER:razr GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4c16b3803aade35ae50ff697058105394991af6a GITHUB_TOKEN: GITHUB_WORKFLOW:RPI4 RT Kernel build GITHUB_WORKSPACE:/home/akholodn/github/razr/linux-real-time-kernel-builder IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.18.2/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0004] context needs => map[] DEBU[0004] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive 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:build GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/get-from-git GITHUB_REPOSITORY:razr/linux-real-time-kernel-builder GITHUB_REPOSITORY_OWNER:razr GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4c16b3803aade35ae50ff697058105394991af6a GITHUB_TOKEN: GITHUB_WORKFLOW:RPI4 RT Kernel build GITHUB_WORKSPACE:/home/akholodn/github/razr/linux-real-time-kernel-builder IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.18.2/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [RPI4 RT Kernel build/build] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive 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:build GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/get-from-git GITHUB_REPOSITORY:razr/linux-real-time-kernel-builder GITHUB_REPOSITORY_OWNER:razr GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4c16b3803aade35ae50ff697058105394991af6a GITHUB_TOKEN: GITHUB_WORKFLOW:RPI4 RT Kernel build GITHUB_WORKSPACE:/home/akholodn/github/razr/linux-real-time-kernel-builder IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.18.2/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [RPI4 RT Kernel build/build] ⭐ Run actions/checkout@v2 DEBU[0004] Loading slug from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a DEBU[0004] Loading revision from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a DEBU[0004] HEAD points to '4c16b3803aade35ae50ff697058105394991af6a' DEBU[0004] using github ref: refs/heads/get-from-git [RPI4 RT Kernel build/build] Skipping local actions/checkout because workdir was already copied [RPI4 RT Kernel build/build] ✅ Success - actions/checkout@v2 DEBU[0004] Loading slug from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a DEBU[0004] Loading revision from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a DEBU[0004] HEAD points to '4c16b3803aade35ae50ff697058105394991af6a' DEBU[0004] using github ref: refs/heads/get-from-git DEBU[0004] Loading slug from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a DEBU[0004] Loading revision from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a DEBU[0004] HEAD points to '4c16b3803aade35ae50ff697058105394991af6a' DEBU[0004] using github ref: refs/heads/get-from-git DEBU[0004] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:1 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:build GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/get-from-git GITHUB_REPOSITORY:razr/linux-real-time-kernel-builder GITHUB_REPOSITORY_OWNER:razr GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4c16b3803aade35ae50ff697058105394991af6a GITHUB_TOKEN: GITHUB_WORKFLOW:RPI4 RT Kernel build GITHUB_WORKSPACE:/home/akholodn/github/razr/linux-real-time-kernel-builder IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.18.2/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0004] context needs => map[] DEBU[0004] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:1 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:build GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/get-from-git GITHUB_REPOSITORY:razr/linux-real-time-kernel-builder GITHUB_REPOSITORY_OWNER:razr GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4c16b3803aade35ae50ff697058105394991af6a GITHUB_TOKEN: GITHUB_WORKFLOW:RPI4 RT Kernel build GITHUB_WORKSPACE:/home/akholodn/github/razr/linux-real-time-kernel-builder IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.18.2/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [RPI4 RT Kernel build/build] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:1 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:build GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/get-from-git GITHUB_REPOSITORY:razr/linux-real-time-kernel-builder GITHUB_REPOSITORY_OWNER:razr GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4c16b3803aade35ae50ff697058105394991af6a GITHUB_TOKEN: GITHUB_WORKFLOW:RPI4 RT Kernel build GITHUB_WORKSPACE:/home/akholodn/github/razr/linux-real-time-kernel-builder IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.18.2/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [RPI4 RT Kernel build/build] ⭐ Run Get available space DEBU[0004] Wrote command ' cd / df -H ' to 'workflow/1' DEBU[0004] Writing entry to tarball workflow/1 len:11 [RPI4 RT Kernel build/build] Extracting content to '/home/akholodn/github/razr/linux-real-time-kernel-builder' [RPI4 RT Kernel build/build] 🟟 docker exec cmd=[bash --noprofile --norc -e -o pipefail /home/akholodn/github/razr/linux-real-time-kernel-builder/workflow/1] user= workdir= [RPI4 RT Kernel build/build] Exec command '[bash --noprofile --norc -e -o pipefail /home/akholodn/github/razr/linux-real-time-kernel-builder/workflow/1]' [RPI4 RT Kernel build/build] Working directory '/home/akholodn/github/razr/linux-real-time-kernel-builder' ... [RPI4 RT Kernel build/build] ✅ Success - Get available space DEBU[0004] Loading slug from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a DEBU[0004] Loading revision from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a DEBU[0004] HEAD points to '4c16b3803aade35ae50ff697058105394991af6a' DEBU[0004] using github ref: refs/heads/get-from-git DEBU[0004] Loading slug from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a DEBU[0004] Loading revision from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' DEBU[0004] Found revision: 4c16b3803aade35ae50ff697058105394991af6a DEBU[0004] HEAD points to '4c16b3803aade35ae50ff697058105394991af6a' DEBU[0004] using github ref: refs/heads/get-from-git DEBU[0004] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive 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:build GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/get-from-git GITHUB_REPOSITORY:razr/linux-real-time-kernel-builder GITHUB_REPOSITORY_OWNER:razr GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4c16b3803aade35ae50ff697058105394991af6a GITHUB_TOKEN: GITHUB_WORKFLOW:RPI4 RT Kernel build GITHUB_WORKSPACE:/home/akholodn/github/razr/linux-real-time-kernel-builder IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.18.2/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0004] context needs => map[] DEBU[0004] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive 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:build GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/get-from-git GITHUB_REPOSITORY:razr/linux-real-time-kernel-builder GITHUB_REPOSITORY_OWNER:razr GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4c16b3803aade35ae50ff697058105394991af6a GITHUB_TOKEN: GITHUB_WORKFLOW:RPI4 RT Kernel build GITHUB_WORKSPACE:/home/akholodn/github/razr/linux-real-time-kernel-builder IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.18.2/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [RPI4 RT Kernel build/build] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive 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:build GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/get-from-git GITHUB_REPOSITORY:razr/linux-real-time-kernel-builder GITHUB_REPOSITORY_OWNER:razr GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4c16b3803aade35ae50ff697058105394991af6a GITHUB_TOKEN: GITHUB_WORKFLOW:RPI4 RT Kernel build GITHUB_WORKSPACE:/home/akholodn/github/razr/linux-real-time-kernel-builder IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.18.2/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [RPI4 RT Kernel build/build] ⭐ Run Get a list of the installed packages DEBU[0004] Wrote command ' sudo apt-get update apt list --installed ' to 'workflow/2' DEBU[0004] Writing entry to tarball workflow/2 len:41 [RPI4 RT Kernel build/build] Extracting content to '/home/akholodn/github/razr/linux-real-time-kernel-builder' [RPI4 RT Kernel build/build] 🟟 docker exec cmd=[bash --noprofile --norc -e -o pipefail /home/akholodn/github/razr/linux-real-time-kernel-builder/workflow/2] user= workdir= [RPI4 RT Kernel build/build] Exec command '[bash --noprofile --norc -e -o pipefail /home/akholodn/github/razr/linux-real-time-kernel-builder/workflow/2]' [RPI4 RT Kernel build/build] Working directory '/home/akholodn/github/razr/linux-real-time-kernel-builder' Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] Get:5 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] Get:6 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] Get:7 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] Ign:8 https://packages.microsoft.com/ubuntu/20.04/prod focal InRelease Get:9 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [821 kB] Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] Get:11 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1102 kB] Err:12 https://packages.microsoft.com/ubuntu/20.04/prod focal Release | Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification. [IP: 13.82.67.141 443] Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1747 kB] Get:14 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [786 kB] Get:15 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [33.6 kB] Get:16 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [21.7 kB] Get:17 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [50.0 kB] Get:18 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [726 kB] Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1329 kB] Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.1 kB] Reading package lists... Done | E: The repository 'https://packages.microsoft.com/ubuntu/20.04/prod focal Release' does not have a Release file. | N: Updating from such a repository can't be done securely, and is therefore disabled by default. | N: See apt-secure(8) manpage for repository creation and user configuration details. [RPI4 RT Kernel build/build] ❌ Failure - Get a list of the installed packages DEBU[0008] exit with `FAILURE`: 100 DEBU[0008] exit with `FAILURE`: 100 DEBU[0008] exit with `FAILURE`: 100 DEBU[0008] exit with `FAILURE`: 100 DEBU[0008] exit with `FAILURE`: 100 DEBU[0008] exit with `FAILURE`: 100 DEBU[0008] exit with `FAILURE`: 100 DEBU[0008] exit with `FAILURE`: 100 DEBU[0008] exit with `FAILURE`: 100 DEBU[0008] exit with `FAILURE`: 100 DEBU[0008] exit with `FAILURE`: 100 DEBU[0008] exit with `FAILURE`: 100 DEBU[0008] exit with `FAILURE`: 100 DEBU[0008] exit with `FAILURE`: 100 DEBU[0008] exit with `FAILURE`: 100 DEBU[0008] exit with `FAILURE`: 100 DEBU[0008] exit with `FAILURE`: 100 DEBU[0008] exit with `FAILURE`: 100 DEBU[0008] Loading slug from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' DEBU[0008] Found revision: 4c16b3803aade35ae50ff697058105394991af6a DEBU[0008] Loading revision from git directory '/home/akholodn/github/razr/linux-real-time-kernel-builder/.git' DEBU[0008] Found revision: 4c16b3803aade35ae50ff697058105394991af6a DEBU[0008] HEAD points to '4c16b3803aade35ae50ff697058105394991af6a' DEBU[0008] using github ref: refs/heads/get-from-git DEBU[0008] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive 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:build GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/get-from-git GITHUB_REPOSITORY:razr/linux-real-time-kernel-builder GITHUB_REPOSITORY_OWNER:razr GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4c16b3803aade35ae50ff697058105394991af6a GITHUB_TOKEN: GITHUB_WORKFLOW:RPI4 RT Kernel build GITHUB_WORKSPACE:/home/akholodn/github/razr/linux-real-time-kernel-builder IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.18.2/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0008] context needs => map[] Error: exit with `FAILURE`: 100 ``` </details>
kerem 2026-03-01 21:44:21 +03:00
Author
Owner

@catthehacker commented on GitHub (Dec 8, 2021):

Are you behind some proxy or have outdated docker image?
Image and act works fine for me

[RPI4 RT Kernel build/build] 🚀  Start image=catthehacker/ubuntu:act-20.04
[RPI4 RT Kernel build/build]   🐳  docker pull image=catthehacker/ubuntu:act-20.04 platform= username= forcePull=false
[RPI4 RT Kernel build/build]   🐳  docker create image=catthehacker/ubuntu:act-20.04 platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[RPI4 RT Kernel build/build]   🐳  docker run image=catthehacker/ubuntu:act-20.04 platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[RPI4 RT Kernel build/build]   🐳  docker exec cmd=[mkdir -m 0777 -p /var/run/act] user=root workdir=
[RPI4 RT Kernel build/build]   🐳  docker cp src=/home/***/linux-real-time-kernel-builder/. dst=/home/***/linux-real-time-kernel-builder
[RPI4 RT Kernel build/build]   🐳  docker exec cmd=[mkdir -p /home/***/linux-real-time-kernel-builder] user= workdir=
[RPI4 RT Kernel build/build] ⭐  Run actions/checkout@v2
[RPI4 RT Kernel build/build]   ✅  Success - actions/checkout@v2
[RPI4 RT Kernel build/build] ⭐  Run Get available space
[RPI4 RT Kernel build/build]   🐳  docker exec cmd=[bash --noprofile --norc -e -o pipefail /home/***/linux-real-time-kernel-builder/workflow/1] user= workdir=
| Filesystem      Size  Used Avail Use% Mounted on
| overlay          48G   18G   28G  39% /
| tmpfs            68M     0   68M   0% /dev
| tmpfs            13G     0   13G   0% /sys/fs/cgroup
| shm              68M     0   68M   0% /dev/shm
| /dev/sda3        48G   18G   28G  39% /toolcache
| tmpfs           5.1G  463k  5.1G   1% /run/docker.sock
| tmpfs            13G     0   13G   0% /proc/acpi
| tmpfs            13G     0   13G   0% /proc/scsi
| tmpfs            13G     0   13G   0% /sys/firmware
[RPI4 RT Kernel build/build]   ✅  Success - Get available space
[RPI4 RT Kernel build/build] ⭐  Run Get a list of the installed packages
[RPI4 RT Kernel build/build]   🐳  docker exec cmd=[bash --noprofile --norc -e -o pipefail /home/***/linux-real-time-kernel-builder/workflow/2] user= workdir=
| sudo: unable to resolve host ***: Name or service not known
Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]
Get:2 https://packages.microsoft.com/ubuntu/20.04/prod focal InRelease [10.5 kB]
Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
Get:4 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
Get:5 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
Get:6 https://packages.microsoft.com/ubuntu/20.04/prod focal/main arm64 Packages [18.0 kB]
Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [1234 kB]
Get:8 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [11.1 MB]
Get:9 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [139 kB]
Get:10 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1317 B]
Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1039 kB]
Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [3529 B]
Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [1247 kB]
Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [9055 B]
Get:15 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [21.6 kB]
Get:16 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [50.0 kB]
Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [3291 B]
Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [872 kB]
Get:19 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [3242 B]
Get:20 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [759 kB]
Fetched 17.1 MB in 1s (18.8 MB/s)
Reading package lists... Done
Listing... Done
<!-- gh-comment-id:988916218 --> @catthehacker commented on GitHub (Dec 8, 2021): Are you behind some proxy or have outdated docker image? Image and `act` works fine for me ``` [RPI4 RT Kernel build/build] 🚀 Start image=catthehacker/ubuntu:act-20.04 [RPI4 RT Kernel build/build] 🐳 docker pull image=catthehacker/ubuntu:act-20.04 platform= username= forcePull=false [RPI4 RT Kernel build/build] 🐳 docker create image=catthehacker/ubuntu:act-20.04 platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [RPI4 RT Kernel build/build] 🐳 docker run image=catthehacker/ubuntu:act-20.04 platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [RPI4 RT Kernel build/build] 🐳 docker exec cmd=[mkdir -m 0777 -p /var/run/act] user=root workdir= [RPI4 RT Kernel build/build] 🐳 docker cp src=/home/***/linux-real-time-kernel-builder/. dst=/home/***/linux-real-time-kernel-builder [RPI4 RT Kernel build/build] 🐳 docker exec cmd=[mkdir -p /home/***/linux-real-time-kernel-builder] user= workdir= [RPI4 RT Kernel build/build] ⭐ Run actions/checkout@v2 [RPI4 RT Kernel build/build] ✅ Success - actions/checkout@v2 [RPI4 RT Kernel build/build] ⭐ Run Get available space [RPI4 RT Kernel build/build] 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /home/***/linux-real-time-kernel-builder/workflow/1] user= workdir= | Filesystem Size Used Avail Use% Mounted on | overlay 48G 18G 28G 39% / | tmpfs 68M 0 68M 0% /dev | tmpfs 13G 0 13G 0% /sys/fs/cgroup | shm 68M 0 68M 0% /dev/shm | /dev/sda3 48G 18G 28G 39% /toolcache | tmpfs 5.1G 463k 5.1G 1% /run/docker.sock | tmpfs 13G 0 13G 0% /proc/acpi | tmpfs 13G 0 13G 0% /proc/scsi | tmpfs 13G 0 13G 0% /sys/firmware [RPI4 RT Kernel build/build] ✅ Success - Get available space [RPI4 RT Kernel build/build] ⭐ Run Get a list of the installed packages [RPI4 RT Kernel build/build] 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /home/***/linux-real-time-kernel-builder/workflow/2] user= workdir= | sudo: unable to resolve host ***: Name or service not known Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB] Get:2 https://packages.microsoft.com/ubuntu/20.04/prod focal InRelease [10.5 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB] Get:6 https://packages.microsoft.com/ubuntu/20.04/prod focal/main arm64 Packages [18.0 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [1234 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [11.1 MB] Get:9 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [139 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1317 B] Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1039 kB] Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [3529 B] Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [1247 kB] Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [9055 B] Get:15 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [21.6 kB] Get:16 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [50.0 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [3291 B] Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [872 kB] Get:19 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [3242 B] Get:20 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [759 kB] Fetched 17.1 MB in 1s (18.8 MB/s) Reading package lists... Done Listing... Done ```
Author
Owner

@razr commented on GitHub (Dec 8, 2021):

@catthehacker I'm using act for the first time. It was never a problem to use docker build on this machine. Let me try it on another machine as well.

<!-- gh-comment-id:989053925 --> @razr commented on GitHub (Dec 8, 2021): @catthehacker I'm using `act` for the first time. It was never a problem to use `docker build` on this machine. Let me try it on another machine as well.
Author
Owner

@razr commented on GitHub (Dec 8, 2021):

It looks like my issue is similar to https://github.com/dotnet/core/issues/3206

akholodn@razilix:~/github/razr/linux-real-time-kernel-builder$ docker --version
Docker version 20.10.11, build dea9396

akholodn@razilix:~/github/razr/linux-real-time-kernel-builder$ uname -a
Linux razilix 5.4.0-91-generic #102-Ubuntu SMP Fri Nov 5 16:31:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
akholodn@razilix:~/github/razr/linux-real-time-kernel-builder$ docker run  -ti ghcr.io/catthehacker/ubuntu:act-20.04 bash
root@d02bd2062482:/# sudo apt-get update
Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
Ign:3 https://packages.microsoft.com/ubuntu/20.04/prod focal InRelease
Get:4 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.1 kB]
Err:5 https://packages.microsoft.com/ubuntu/20.04/prod focal Release
  Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown.  Could not handshake: Error in the certificate verification. [IP: 40.117.131.251 443]
Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1329 kB]
Get:7 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [726 kB]
Get:9 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [821 kB]
Get:10 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
Get:11 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
Get:14 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
Get:15 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [33.6 kB]
Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1102 kB]
Get:17 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [786 kB]
Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1747 kB]
Get:19 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [21.7 kB]
Get:20 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [50.0 kB]
Reading package lists... Done
E: The repository 'https://packages.microsoft.com/ubuntu/20.04/prod focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@d02bd2062482:/# curl -sSL https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
curl: (60) SSL certificate problem: self signed certificate in certificate chain
More details here: https://curl.haxx.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
gpg: no valid OpenPGP data found.

On my other machine, it works without any problem

<!-- gh-comment-id:989148324 --> @razr commented on GitHub (Dec 8, 2021): It looks like my issue is similar to https://github.com/dotnet/core/issues/3206 ```bash akholodn@razilix:~/github/razr/linux-real-time-kernel-builder$ docker --version Docker version 20.10.11, build dea9396 akholodn@razilix:~/github/razr/linux-real-time-kernel-builder$ uname -a Linux razilix 5.4.0-91-generic #102-Ubuntu SMP Fri Nov 5 16:31:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux ``` ```bash akholodn@razilix:~/github/razr/linux-real-time-kernel-builder$ docker run -ti ghcr.io/catthehacker/ubuntu:act-20.04 bash root@d02bd2062482:/# sudo apt-get update Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] Ign:3 https://packages.microsoft.com/ubuntu/20.04/prod focal InRelease Get:4 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.1 kB] Err:5 https://packages.microsoft.com/ubuntu/20.04/prod focal Release Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification. [IP: 40.117.131.251 443] Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1329 kB] Get:7 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [726 kB] Get:9 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [821 kB] Get:10 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] Get:11 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] Get:14 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] Get:15 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [33.6 kB] Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1102 kB] Get:17 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [786 kB] Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1747 kB] Get:19 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [21.7 kB] Get:20 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [50.0 kB] Reading package lists... Done E: The repository 'https://packages.microsoft.com/ubuntu/20.04/prod focal Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. ``` ```bash root@d02bd2062482:/# curl -sSL https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add - curl: (60) SSL certificate problem: self signed certificate in certificate chain More details here: https://curl.haxx.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. gpg: no valid OpenPGP data found. ``` On my other machine, it works without any problem
Author
Owner

@ChristopherHX commented on GitHub (Dec 8, 2021):

have outdated docker image

Thats very easy to get with act, because act doesn't pull the image before running ( by default ).

I would suggest to run act --pull. I assume act will update the docker image for you, if you have been using act for a while.

That's pretty weird if the same docker container has certificate problems on some machines, especially due to the same trusted certificates.

<!-- gh-comment-id:989152521 --> @ChristopherHX commented on GitHub (Dec 8, 2021): > have outdated docker image Thats very easy to get with act, because act doesn't pull the image before running ( by default ). I would suggest to run `act --pull`. I assume act will update the docker image for you, ~~if you have been using act for a while~~. That's pretty weird if the same docker container has certificate problems on some machines, especially due to the same trusted certificates.
Author
Owner

@razr commented on GitHub (Dec 8, 2021):

@ChristopherHX it does not help, unfortunately. I have the same error:

akholodn@razilix:~/github/razr/linux-real-time-kernel-builder$ act --pull
[RPI4 RT Kernel build/build] 🚀  Start image=ghcr.io/catthehacker/ubuntu:act-20.04
[RPI4 RT Kernel build/build]   🐳  docker pull image=ghcr.io/catthehacker/ubuntu:act-20.04 platform= username= forcePull=true
[RPI4 RT Kernel build/build]   🐳  docker create image=ghcr.io/catthehacker/ubuntu:act-20.04 platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
...
Get:15 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [21.7 kB]
Err:16 https://packages.microsoft.com/ubuntu/20.04/prod focal Release
|   Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown.  Could not handshake: Error in the certificate verification. [IP: 13.82.67.141 443]
Get:17 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [726 kB]

It works on my host, but not inside docker

akholodn@razilix:~/github/razr/linux-real-time-kernel-builder$ curl -sSL https://packages.microsoft.com/keys/microsoft.asc
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.7 (GNU/Linux)

mQENBFYxWIwBCADAKoZhZlJxGNGWzqV+1OG1xiQeoowKhssGAKvd+buXCGISZJwT
LXZqIcIiLP7pqdcZWtE9bSc7yBY2MalDp9Liu0KekywQ6VVX1T72NPf5Ev6x6DLV
7aVWsCzUAF+eb7DC9fPuFLEdxmOEYoPjzrQ7cCnSV4JQxAqhU4T6OjbvRazGl3ag
OeizPXmRljMtUUttHQZnRhtlzkmwIrUivbfFPD+fEoHJ1+uIdfOzZX8/oKHKLe2j
H632kvsNzJFlROVvGLYAk2WRcLu+RjjggixhwiB+Mu/A8Tf4V6b+YppS44q8EvVr
M+QvY7LNSOffSO6Slsy9oisGTdfE39nC7pVRABEBAAG0N01pY3Jvc29mdCAoUmVs
ZWFzZSBzaWduaW5nKSA8Z3Bnc2VjdXJpdHlAbWljcm9zb2Z0LmNvbT6JATUEEwEC
AB8FAlYxWIwCGwMGCwkIBwMCBBUCCAMDFgIBAh4BAheAAAoJEOs+lK2+EinPGpsH
/32vKy29Hg51H9dfFJMx0/a/F+5vKeCeVqimvyTM04C+XENNuSbYZ3eRPHGHFLqe
MNGxsfb7C7ZxEeW7J/vSzRgHxm7ZvESisUYRFq2sgkJ+HFERNrqfci45bdhmrUsy
7SWw9ybxdFOkuQoyKD3tBmiGfONQMlBaOMWdAsic965rvJsd5zYaZZFI1UwTkFXV
KJt3bp3Ngn1vEYXwijGTa+FXz6GLHueJwF0I7ug34DgUkAFvAs8Hacr2DRYxL5RJ
XdNgj4Jd2/g6T9InmWT0hASljur+dJnzNiNCkbn9KbX7J/qK1IbR8y560yRmFsU+
NdCFTW7wY0Fb1fWJ+/KTsC4=
=J6gs
-----END PGP PUBLIC KEY BLOCK-----
<!-- gh-comment-id:989161839 --> @razr commented on GitHub (Dec 8, 2021): @ChristopherHX it does not help, unfortunately. I have the same error: ```bash akholodn@razilix:~/github/razr/linux-real-time-kernel-builder$ act --pull [RPI4 RT Kernel build/build] 🚀 Start image=ghcr.io/catthehacker/ubuntu:act-20.04 [RPI4 RT Kernel build/build] 🐳 docker pull image=ghcr.io/catthehacker/ubuntu:act-20.04 platform= username= forcePull=true [RPI4 RT Kernel build/build] 🐳 docker create image=ghcr.io/catthehacker/ubuntu:act-20.04 platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] ... Get:15 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [21.7 kB] Err:16 https://packages.microsoft.com/ubuntu/20.04/prod focal Release | Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification. [IP: 13.82.67.141 443] Get:17 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [726 kB] ``` It works on my host, but not inside docker ``` akholodn@razilix:~/github/razr/linux-real-time-kernel-builder$ curl -sSL https://packages.microsoft.com/keys/microsoft.asc -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.7 (GNU/Linux) mQENBFYxWIwBCADAKoZhZlJxGNGWzqV+1OG1xiQeoowKhssGAKvd+buXCGISZJwT LXZqIcIiLP7pqdcZWtE9bSc7yBY2MalDp9Liu0KekywQ6VVX1T72NPf5Ev6x6DLV 7aVWsCzUAF+eb7DC9fPuFLEdxmOEYoPjzrQ7cCnSV4JQxAqhU4T6OjbvRazGl3ag OeizPXmRljMtUUttHQZnRhtlzkmwIrUivbfFPD+fEoHJ1+uIdfOzZX8/oKHKLe2j H632kvsNzJFlROVvGLYAk2WRcLu+RjjggixhwiB+Mu/A8Tf4V6b+YppS44q8EvVr M+QvY7LNSOffSO6Slsy9oisGTdfE39nC7pVRABEBAAG0N01pY3Jvc29mdCAoUmVs ZWFzZSBzaWduaW5nKSA8Z3Bnc2VjdXJpdHlAbWljcm9zb2Z0LmNvbT6JATUEEwEC AB8FAlYxWIwCGwMGCwkIBwMCBBUCCAMDFgIBAh4BAheAAAoJEOs+lK2+EinPGpsH /32vKy29Hg51H9dfFJMx0/a/F+5vKeCeVqimvyTM04C+XENNuSbYZ3eRPHGHFLqe MNGxsfb7C7ZxEeW7J/vSzRgHxm7ZvESisUYRFq2sgkJ+HFERNrqfci45bdhmrUsy 7SWw9ybxdFOkuQoyKD3tBmiGfONQMlBaOMWdAsic965rvJsd5zYaZZFI1UwTkFXV KJt3bp3Ngn1vEYXwijGTa+FXz6GLHueJwF0I7ug34DgUkAFvAs8Hacr2DRYxL5RJ XdNgj4Jd2/g6T9InmWT0hASljur+dJnzNiNCkbn9KbX7J/qK1IbR8y560yRmFsU+ NdCFTW7wY0Fb1fWJ+/KTsC4= =J6gs -----END PGP PUBLIC KEY BLOCK----- ```
Author
Owner

@razr commented on GitHub (Dec 8, 2021):

here is the fix -v /etc/ssl/certs:/etc/ssl/certs:ro:

docker run  -ti -v /etc/ssl/certs:/etc/ssl/certs:ro ghcr.io/catthehacker/ubuntu:act-20.04 bash
root@041cc8de7e6c:/#
root@041cc8de7e6c:/#
root@041cc8de7e6c:/# curl -sSL https://packages.microsoft.com/keys/microsoft.asc
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.7 (GNU/Linux)

mQENBFYxWIwBCADAKoZhZlJxGNGWzqV+1OG1xiQeoowKhssGAKvd+buXCGISZJwT
LXZqIcIiLP7pqdcZWtE9bSc7yBY2MalDp9Liu0KekywQ6VVX1T72NPf5Ev6x6DLV
7aVWsCzUAF+eb7DC9fPuFLEdxmOEYoPjzrQ7cCnSV4JQxAqhU4T6OjbvRazGl3ag
OeizPXmRljMtUUttHQZnRhtlzkmwIrUivbfFPD+fEoHJ1+uIdfOzZX8/oKHKLe2j
H632kvsNzJFlROVvGLYAk2WRcLu+RjjggixhwiB+Mu/A8Tf4V6b+YppS44q8EvVr
M+QvY7LNSOffSO6Slsy9oisGTdfE39nC7pVRABEBAAG0N01pY3Jvc29mdCAoUmVs
ZWFzZSBzaWduaW5nKSA8Z3Bnc2VjdXJpdHlAbWljcm9zb2Z0LmNvbT6JATUEEwEC
AB8FAlYxWIwCGwMGCwkIBwMCBBUCCAMDFgIBAh4BAheAAAoJEOs+lK2+EinPGpsH
/32vKy29Hg51H9dfFJMx0/a/F+5vKeCeVqimvyTM04C+XENNuSbYZ3eRPHGHFLqe
MNGxsfb7C7ZxEeW7J/vSzRgHxm7ZvESisUYRFq2sgkJ+HFERNrqfci45bdhmrUsy
7SWw9ybxdFOkuQoyKD3tBmiGfONQMlBaOMWdAsic965rvJsd5zYaZZFI1UwTkFXV
KJt3bp3Ngn1vEYXwijGTa+FXz6GLHueJwF0I7ug34DgUkAFvAs8Hacr2DRYxL5RJ
XdNgj4Jd2/g6T9InmWT0hASljur+dJnzNiNCkbn9KbX7J/qK1IbR8y560yRmFsU+
NdCFTW7wY0Fb1fWJ+/KTsC4=
=J6gs
-----END PGP PUBLIC KEY BLOCK-----
<!-- gh-comment-id:989165375 --> @razr commented on GitHub (Dec 8, 2021): here is the fix `-v /etc/ssl/certs:/etc/ssl/certs:ro`: ```bash docker run -ti -v /etc/ssl/certs:/etc/ssl/certs:ro ghcr.io/catthehacker/ubuntu:act-20.04 bash root@041cc8de7e6c:/# root@041cc8de7e6c:/# root@041cc8de7e6c:/# curl -sSL https://packages.microsoft.com/keys/microsoft.asc -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.7 (GNU/Linux) mQENBFYxWIwBCADAKoZhZlJxGNGWzqV+1OG1xiQeoowKhssGAKvd+buXCGISZJwT LXZqIcIiLP7pqdcZWtE9bSc7yBY2MalDp9Liu0KekywQ6VVX1T72NPf5Ev6x6DLV 7aVWsCzUAF+eb7DC9fPuFLEdxmOEYoPjzrQ7cCnSV4JQxAqhU4T6OjbvRazGl3ag OeizPXmRljMtUUttHQZnRhtlzkmwIrUivbfFPD+fEoHJ1+uIdfOzZX8/oKHKLe2j H632kvsNzJFlROVvGLYAk2WRcLu+RjjggixhwiB+Mu/A8Tf4V6b+YppS44q8EvVr M+QvY7LNSOffSO6Slsy9oisGTdfE39nC7pVRABEBAAG0N01pY3Jvc29mdCAoUmVs ZWFzZSBzaWduaW5nKSA8Z3Bnc2VjdXJpdHlAbWljcm9zb2Z0LmNvbT6JATUEEwEC AB8FAlYxWIwCGwMGCwkIBwMCBBUCCAMDFgIBAh4BAheAAAoJEOs+lK2+EinPGpsH /32vKy29Hg51H9dfFJMx0/a/F+5vKeCeVqimvyTM04C+XENNuSbYZ3eRPHGHFLqe MNGxsfb7C7ZxEeW7J/vSzRgHxm7ZvESisUYRFq2sgkJ+HFERNrqfci45bdhmrUsy 7SWw9ybxdFOkuQoyKD3tBmiGfONQMlBaOMWdAsic965rvJsd5zYaZZFI1UwTkFXV KJt3bp3Ngn1vEYXwijGTa+FXz6GLHueJwF0I7ug34DgUkAFvAs8Hacr2DRYxL5RJ XdNgj4Jd2/g6T9InmWT0hASljur+dJnzNiNCkbn9KbX7J/qK1IbR8y560yRmFsU+ NdCFTW7wY0Fb1fWJ+/KTsC4= =J6gs -----END PGP PUBLIC KEY BLOCK----- ```
Author
Owner

@catthehacker commented on GitHub (Dec 9, 2021):

I have no idea why that could happen.
Could you post output of below command?

docker inspect ghcr.io/catthehacker/ubuntu:act-20.04 --format "{{ .Id }} | {{ .RepoDigests }} | {{ .Config.Labels }}"
<!-- gh-comment-id:989350717 --> @catthehacker commented on GitHub (Dec 9, 2021): I have no idea why that could happen. Could you post output of below command? ```sh docker inspect ghcr.io/catthehacker/ubuntu:act-20.04 --format "{{ .Id }} | {{ .RepoDigests }} | {{ .Config.Labels }}" ```
Author
Owner

@razr commented on GitHub (Dec 9, 2021):

akholodn@razilix:~/github/razr/linux-real-time-kernel-builder$ docker inspect ghcr.io/catthehacker/ubuntu:act-20.04 --format "{{ .Id }} | {{ .RepoDigests }} | {{ .Config.Labels }}"
sha256:0a6e87307811218cbc57bdb26ed4c29b521d98316aff8155c9e130f90c5fd078 | [ghcr.io/catthehacker/ubuntu@sha256:e138cabfe27aea06aa3304072db5b76ce59ec1d29e8fbd71b192018ba69738d1] | map[org.opencontainers.image.authors:me@hackerc.at org.opencontainers.image.revision:31d391457ef63737a7bb63b6ef45f4dea27dbbab org.opencontainers.image.source:https://github.com/catthehacker/docker_images org.opencontainers.image.title:act-20.04-amd64 org.opencontainers.image.url:https://github.com/catthehacker/docker_images/tree/31d391457ef63737a7bb63b6ef45f4dea27dbbab/linux/ubuntu/act/ org.opencontainers.image.vendor:catthehacker org.opencontainers.image.version:20211201]

I think it might be related to how the firewall is set within my company network. it is similar to https://coderedirect.com/questions/331469/how-to-fix-ssl-certificate-problem-self-signed-certificate-in-certificate-chai

Is it a way to run act with a volume mounted as /etc/ssl/certs:/etc/ssl/certs:ro: ? It mounts all necessary certificates inside the docker container.

Another possibility is to disable a certificate check inside the docker container as

root@c1518aff2941:/# echo 'Acquire::https::packages.microsoft.com::Verify-Peer "false";' > /etc/apt/apt.conf.d/99microsoft-cert

root@c1518aff2941:/# sudo apt-get update
Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
Get:5 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
Get:6 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
Get:7 https://packages.microsoft.com/ubuntu/20.04/prod focal InRelease [10.5 kB]
Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [726 kB]
Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1329 kB]
Get:10 https://packages.microsoft.com/ubuntu/20.04/prod focal/main amd64 Packages [126 kB]
Get:11 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.1 kB]
Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [825 kB]
Get:14 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1104 kB]
Get:16 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [33.6 kB]
Get:17 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [786 kB]
Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1747 kB]
Get:19 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [50.0 kB]
Get:20 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [21.7 kB]
Fetched 20.2 MB in 2s (8161 kB/s)
Reading package lists... Done
<!-- gh-comment-id:989860923 --> @razr commented on GitHub (Dec 9, 2021): ```bash akholodn@razilix:~/github/razr/linux-real-time-kernel-builder$ docker inspect ghcr.io/catthehacker/ubuntu:act-20.04 --format "{{ .Id }} | {{ .RepoDigests }} | {{ .Config.Labels }}" sha256:0a6e87307811218cbc57bdb26ed4c29b521d98316aff8155c9e130f90c5fd078 | [ghcr.io/catthehacker/ubuntu@sha256:e138cabfe27aea06aa3304072db5b76ce59ec1d29e8fbd71b192018ba69738d1] | map[org.opencontainers.image.authors:me@hackerc.at org.opencontainers.image.revision:31d391457ef63737a7bb63b6ef45f4dea27dbbab org.opencontainers.image.source:https://github.com/catthehacker/docker_images org.opencontainers.image.title:act-20.04-amd64 org.opencontainers.image.url:https://github.com/catthehacker/docker_images/tree/31d391457ef63737a7bb63b6ef45f4dea27dbbab/linux/ubuntu/act/ org.opencontainers.image.vendor:catthehacker org.opencontainers.image.version:20211201] ``` I think it might be related to how the firewall is set within my company network. it is similar to https://coderedirect.com/questions/331469/how-to-fix-ssl-certificate-problem-self-signed-certificate-in-certificate-chai Is it a way to run `act` with a volume mounted as `/etc/ssl/certs:/etc/ssl/certs:ro:` ? It mounts all necessary certificates inside the docker container. Another possibility is to disable a certificate check inside the docker container as ```bash root@c1518aff2941:/# echo 'Acquire::https::packages.microsoft.com::Verify-Peer "false";' > /etc/apt/apt.conf.d/99microsoft-cert root@c1518aff2941:/# sudo apt-get update Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] Get:5 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] Get:6 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] Get:7 https://packages.microsoft.com/ubuntu/20.04/prod focal InRelease [10.5 kB] Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [726 kB] Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1329 kB] Get:10 https://packages.microsoft.com/ubuntu/20.04/prod focal/main amd64 Packages [126 kB] Get:11 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.1 kB] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [825 kB] Get:14 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1104 kB] Get:16 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [33.6 kB] Get:17 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [786 kB] Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1747 kB] Get:19 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [50.0 kB] Get:20 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [21.7 kB] Fetched 20.2 MB in 2s (8161 kB/s) Reading package lists... Done ```
Author
Owner

@catthehacker commented on GitHub (Dec 9, 2021):

Is it a way to run act with a volume mounted as /etc/ssl/certs:/etc/ssl/certs:ro: ? It mounts all necessary certificates inside the docker container.

Not yet but I'm working on that, will be part of bigger PR for adjusting Docker support

<!-- gh-comment-id:989900473 --> @catthehacker commented on GitHub (Dec 9, 2021): > Is it a way to run `act` with a volume mounted as `/etc/ssl/certs:/etc/ssl/certs:ro:` ? It mounts all necessary certificates inside the docker container. Not yet but I'm working on that, will be part of bigger PR for adjusting Docker support
Author
Owner

@github-actions[bot] commented on GitHub (Jan 9, 2022):

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

<!-- gh-comment-id:1008189889 --> @github-actions[bot] commented on GitHub (Jan 9, 2022): Issue is stale and will be closed in 14 days unless there is new activity
Author
Owner

@GershyRbi commented on GitHub (Jan 25, 2023):

Hi @razr, I see you closed this as completed - can you explain how to access the functionality of mounting a custom certificates directory to the act docker container? Thanks!

<!-- gh-comment-id:1404067363 --> @GershyRbi commented on GitHub (Jan 25, 2023): Hi @razr, I see you closed this as completed - can you explain how to access the functionality of mounting a custom certificates directory to the `act` docker container? Thanks!
Author
Owner

@ChristopherHX commented on GitHub (Jan 25, 2023):

Maybe --container-options "-v /etc/ssl/certs:/etc/ssl/certs:ro:", (this is a recently added cli option ~dec. 2022)

I see you closed this as completed

I think this was closed, as a reaction to the stale bot

<!-- gh-comment-id:1404085360 --> @ChristopherHX commented on GitHub (Jan 25, 2023): Maybe `--container-options "-v /etc/ssl/certs:/etc/ssl/certs:ro:"`, (this is a recently added cli option ~dec. 2022) > I see you closed this as completed _I think this was closed, as a reaction to the stale bot_
Author
Owner

@razr commented on GitHub (Jan 25, 2023):

Hey, @GershyRbi if I recall it correctly, I have asked IT to add packages.microsoft.com to the certificate chain.

<!-- gh-comment-id:1404096123 --> @razr commented on GitHub (Jan 25, 2023): Hey, @GershyRbi if I recall it correctly, I have asked IT to add packages.microsoft.com to the certificate chain.
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#545
No description provided.