Skip to content

Instantly share code, notes, and snippets.

@ChristianSch
Created March 3, 2023 21:55
Show Gist options
  • Save ChristianSch/4a99193a89feaa5053c595b6aa5613f0 to your computer and use it in GitHub Desktop.
Save ChristianSch/4a99193a89feaa5053c595b6aa5613f0 to your computer and use it in GitHub Desktop.
gitea action runner env log
INFO[2023-03-03T22:49:32+01:00] plan: [Explore-Gitea-Actions]
INFO[2023-03-03T22:49:32+01:00] task 17 repo is foobar/test https://codeberg.org http://192.168.178.70:3000
INFO[2023-03-03T22:49:32+01:00] workflow prepared buildID=17
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression 'success()'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'success()' evaluated to 'true'
[Gitea Actions Demo/Explore-Gitea-Actions] πŸš€ Start image=node:16-bullseye
[Gitea Actions Demo/Explore-Gitea-Actions] 🐳 docker pull image=node:16-bullseye platform= username= forcePull=false
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] 🐳 docker pull node:16-bullseye
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Image exists? true
[Gitea Actions Demo/Explore-Gitea-Actions] 🐳 docker create image=node:16-bullseye platform= entrypoint=["/bin/sleep" "3600"] cmd=[]
[Gitea Actions Demo/Explore-Gitea-Actions] [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] Cmd:[] Healthcheck:<nil> ArgsEscaped:false Image:node:16-bullseye Volumes:map[] WorkingDir:/foobar/test Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]}
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:bridge PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:true VolumeDriver: VolumesFrom:[] 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: ConsoleSize:[0 0] 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-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil>} {Type:volume Source:GITEA-ACTIONS-TASK-17_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions-env Target:/var/run/act ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil>} {Type:volume Source:GITEA-ACTIONS-TASK-17_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions Target:/foobar/test ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil>}] MaskedPaths:[] ReadonlyPaths:[] Init:<nil>}
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Created container name=GITEA-ACTIONS-TASK-17_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions id=84a3432bb112d7ecd16a884841a82eaf6f0adedf2ebd24b550ee5acce51082e5 from image node:16-bullseye (platform: )
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=arm64 RUNNER_TEMP=/tmp]
[Gitea Actions Demo/Explore-Gitea-Actions] 🐳 docker run image=node:16-bullseye platform= entrypoint=["/bin/sleep" "3600"] cmd=[]
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Starting container: 84a3432bb112d7ecd16a884841a82eaf6f0adedf2ebd24b550ee5acce51082e5
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Started container: 84a3432bb112d7ecd16a884841a82eaf6f0adedf2ebd24b550ee5acce51082e5
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Writing entry to tarball workflow/event.json len:4050
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Writing entry to tarball workflow/envs.txt len:0
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Writing entry to tarball workflow/paths.txt len:0
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Extracting content to '/var/run/act/'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'echo "github.api_url ${{ github.api_url }}"' rewritten to 'format('echo "github.api_url {0}"', github.api_url)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression 'format('echo "github.api_url {0}"', github.api_url)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'format('echo "github.api_url {0}"', github.api_url)' evaluated to '%!t(string=echo "github.api_url ")'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'echo "github.server_url ${{ github.server_url}}"' rewritten to 'format('echo "github.server_url {0}"', github.server_url)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression 'format('echo "github.server_url {0}"', github.server_url)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'format('echo "github.server_url {0}"', github.server_url)' evaluated to '%!t(string=echo "github.server_url ")'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'echo "GITHUB_API_URL ${{ GITHUB_API_URL }}"' rewritten to 'format('echo "GITHUB_API_URL {0}"', GITHUB_API_URL)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression 'format('echo "GITHUB_API_URL {0}"', GITHUB_API_URL)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'format('echo "GITHUB_API_URL {0}"', GITHUB_API_URL)' evaluated to '%!t(<nil>)'
[Gitea Actions Demo/Explore-Gitea-Actions] Unable to interpolate expression 'format('echo "GITHUB_API_URL {0}"', GITHUB_API_URL)': Unavailable context: github_api_url
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'echo "GITHUB_SERVER_URL ${{ GITHUB_SERVER_URL }}"' rewritten to 'format('echo "GITHUB_SERVER_URL {0}"', GITHUB_SERVER_URL)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression 'format('echo "GITHUB_SERVER_URL {0}"', GITHUB_SERVER_URL)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'format('echo "GITHUB_SERVER_URL {0}"', GITHUB_SERVER_URL)' evaluated to '%!t(<nil>)'
[Gitea Actions Demo/Explore-Gitea-Actions] Unable to interpolate expression 'format('echo "GITHUB_SERVER_URL {0}"', GITHUB_SERVER_URL)': Unavailable context: github_server_url
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'echo "github.api_url ${{ github.api_url }}"' rewritten to 'format('echo "github.api_url {0}"', github.api_url)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression 'format('echo "github.api_url {0}"', github.api_url)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'format('echo "github.api_url {0}"', github.api_url)' evaluated to '%!t(string=echo "github.api_url ")'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.178.70:54354/ CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:foobar GITHUB_API_URL:http://192.168.178.70:3000/api/v1 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: GITHUB_HEAD_REF: GITHUB_JOB:Explore-Gitea-Actions GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:refs/heads/main GITHUB_REF_TYPE: GITHUB_REPOSITORY:foobar/test GITHUB_REPOSITORY_OWNER:foobar GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:15 GITHUB_RUN_NUMBER:15 GITHUB_SERVER_URL:http://192.168.178.70:3000 GITHUB_SHA:c57b9a4d9df8e007c787d42994c9fea0977572cc GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions Demo GITHUB_WORKSPACE:/foobar/test ImageOS:ubuntu20 NODE_VERSION:16.19.1 PATH:/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: YARN_VERSION:1.22.19]
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression ''
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression '' evaluated to 'true'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'echo "github.api_url ${{ github.api_url }}"' rewritten to 'format('echo "github.api_url {0}"', github.api_url)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression 'format('echo "github.api_url {0}"', github.api_url)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'format('echo "github.api_url {0}"', github.api_url)' evaluated to '%!t(string=echo "github.api_url ")'
[Gitea Actions Demo/Explore-Gitea-Actions] ⭐ Run Main echo "github.api_url "
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Extracting content to '/var/run/act'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'echo "github.api_url ${{ github.api_url }}"' rewritten to 'format('echo "github.api_url {0}"', github.api_url)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression 'format('echo "github.api_url {0}"', github.api_url)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'format('echo "github.api_url {0}"', github.api_url)' evaluated to '%!t(string=echo "github.api_url ")'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Wrote command
echo "github.api_url "
to 'workflow/0'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Writing entry to tarball workflow/0 len:24
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Extracting content to '/var/run/act'
[Gitea Actions Demo/Explore-Gitea-Actions] 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0] user= workdir=
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Exec command '[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0]'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Working directory '/foobar/test'
| github.api_url
[Gitea Actions Demo/Explore-Gitea-Actions] βœ… Success - Main echo "github.api_url "
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'echo "github.server_url ${{ github.server_url}}"' rewritten to 'format('echo "github.server_url {0}"', github.server_url)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression 'format('echo "github.server_url {0}"', github.server_url)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'format('echo "github.server_url {0}"', github.server_url)' evaluated to '%!t(string=echo "github.server_url ")'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.178.70:54354/ CI:true GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:foobar GITHUB_API_URL:http://192.168.178.70:3000/api/v1 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: GITHUB_HEAD_REF: GITHUB_JOB:Explore-Gitea-Actions GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:refs/heads/main GITHUB_REF_TYPE: GITHUB_REPOSITORY:foobar/test GITHUB_REPOSITORY_OWNER:foobar GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:15 GITHUB_RUN_NUMBER:15 GITHUB_SERVER_URL:http://192.168.178.70:3000 GITHUB_SHA:c57b9a4d9df8e007c787d42994c9fea0977572cc GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions Demo GITHUB_WORKSPACE:/foobar/test ImageOS:ubuntu20 NODE_VERSION:16.19.1 PATH:/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: YARN_VERSION:1.22.19]
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression ''
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression '' evaluated to 'true'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'echo "github.server_url ${{ github.server_url}}"' rewritten to 'format('echo "github.server_url {0}"', github.server_url)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression 'format('echo "github.server_url {0}"', github.server_url)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'format('echo "github.server_url {0}"', github.server_url)' evaluated to '%!t(string=echo "github.server_url ")'
[Gitea Actions Demo/Explore-Gitea-Actions] ⭐ Run Main echo "github.server_url "
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Extracting content to '/var/run/act'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'echo "github.server_url ${{ github.server_url}}"' rewritten to 'format('echo "github.server_url {0}"', github.server_url)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression 'format('echo "github.server_url {0}"', github.server_url)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'format('echo "github.server_url {0}"', github.server_url)' evaluated to '%!t(string=echo "github.server_url ")'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Wrote command
echo "github.server_url "
to 'workflow/1'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Writing entry to tarball workflow/1 len:27
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Extracting content to '/var/run/act'
[Gitea Actions Demo/Explore-Gitea-Actions] 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/1] user= workdir=
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Exec command '[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/1]'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Working directory '/foobar/test'
| github.server_url
[Gitea Actions Demo/Explore-Gitea-Actions] βœ… Success - Main echo "github.server_url "
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'echo "GITHUB_API_URL ${{ GITHUB_API_URL }}"' rewritten to 'format('echo "GITHUB_API_URL {0}"', GITHUB_API_URL)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression 'format('echo "GITHUB_API_URL {0}"', GITHUB_API_URL)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'format('echo "GITHUB_API_URL {0}"', GITHUB_API_URL)' evaluated to '%!t(<nil>)'
[Gitea Actions Demo/Explore-Gitea-Actions] Unable to interpolate expression 'format('echo "GITHUB_API_URL {0}"', GITHUB_API_URL)': Unavailable context: github_api_url
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.178.70:54354/ CI:true GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:foobar GITHUB_API_URL:http://192.168.178.70:3000/api/v1 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: GITHUB_HEAD_REF: GITHUB_JOB:Explore-Gitea-Actions GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:refs/heads/main GITHUB_REF_TYPE: GITHUB_REPOSITORY:foobar/test GITHUB_REPOSITORY_OWNER:foobar GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:15 GITHUB_RUN_NUMBER:15 GITHUB_SERVER_URL:http://192.168.178.70:3000 GITHUB_SHA:c57b9a4d9df8e007c787d42994c9fea0977572cc GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions Demo GITHUB_WORKSPACE:/foobar/test ImageOS:ubuntu20 NODE_VERSION:16.19.1 PATH:/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: YARN_VERSION:1.22.19]
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression ''
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression '' evaluated to 'true'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'echo "GITHUB_API_URL ${{ GITHUB_API_URL }}"' rewritten to 'format('echo "GITHUB_API_URL {0}"', GITHUB_API_URL)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression 'format('echo "GITHUB_API_URL {0}"', GITHUB_API_URL)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'format('echo "GITHUB_API_URL {0}"', GITHUB_API_URL)' evaluated to '%!t(<nil>)'
[Gitea Actions Demo/Explore-Gitea-Actions] Unable to interpolate expression 'format('echo "GITHUB_API_URL {0}"', GITHUB_API_URL)': Unavailable context: github_api_url
[Gitea Actions Demo/Explore-Gitea-Actions] ⭐ Run Main
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Extracting content to '/var/run/act'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'echo "GITHUB_API_URL ${{ GITHUB_API_URL }}"' rewritten to 'format('echo "GITHUB_API_URL {0}"', GITHUB_API_URL)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression 'format('echo "GITHUB_API_URL {0}"', GITHUB_API_URL)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'format('echo "GITHUB_API_URL {0}"', GITHUB_API_URL)' evaluated to '%!t(<nil>)'
[Gitea Actions Demo/Explore-Gitea-Actions] Unable to interpolate expression 'format('echo "GITHUB_API_URL {0}"', GITHUB_API_URL)': Unavailable context: github_api_url
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Wrote command
to 'workflow/2'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Writing entry to tarball workflow/2 len:2
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Extracting content to '/var/run/act'
[Gitea Actions Demo/Explore-Gitea-Actions] 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/2] user= workdir=
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Exec command '[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/2]'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Working directory '/foobar/test'
[Gitea Actions Demo/Explore-Gitea-Actions] βœ… Success - Main
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'echo "GITHUB_SERVER_URL ${{ GITHUB_SERVER_URL }}"' rewritten to 'format('echo "GITHUB_SERVER_URL {0}"', GITHUB_SERVER_URL)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression 'format('echo "GITHUB_SERVER_URL {0}"', GITHUB_SERVER_URL)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'format('echo "GITHUB_SERVER_URL {0}"', GITHUB_SERVER_URL)' evaluated to '%!t(<nil>)'
[Gitea Actions Demo/Explore-Gitea-Actions] Unable to interpolate expression 'format('echo "GITHUB_SERVER_URL {0}"', GITHUB_SERVER_URL)': Unavailable context: github_server_url
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.178.70:54354/ CI:true GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:foobar GITHUB_API_URL:http://192.168.178.70:3000/api/v1 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: GITHUB_HEAD_REF: GITHUB_JOB:Explore-Gitea-Actions GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:refs/heads/main GITHUB_REF_TYPE: GITHUB_REPOSITORY:foobar/test GITHUB_REPOSITORY_OWNER:foobar GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:15 GITHUB_RUN_NUMBER:15 GITHUB_SERVER_URL:http://192.168.178.70:3000 GITHUB_SHA:c57b9a4d9df8e007c787d42994c9fea0977572cc GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions Demo GITHUB_WORKSPACE:/foobar/test ImageOS:ubuntu20 NODE_VERSION:16.19.1 PATH:/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: YARN_VERSION:1.22.19]
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression ''
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression '' evaluated to 'true'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'echo "GITHUB_SERVER_URL ${{ GITHUB_SERVER_URL }}"' rewritten to 'format('echo "GITHUB_SERVER_URL {0}"', GITHUB_SERVER_URL)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression 'format('echo "GITHUB_SERVER_URL {0}"', GITHUB_SERVER_URL)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'format('echo "GITHUB_SERVER_URL {0}"', GITHUB_SERVER_URL)' evaluated to '%!t(<nil>)'
[Gitea Actions Demo/Explore-Gitea-Actions] Unable to interpolate expression 'format('echo "GITHUB_SERVER_URL {0}"', GITHUB_SERVER_URL)': Unavailable context: github_server_url
[Gitea Actions Demo/Explore-Gitea-Actions] ⭐ Run Main
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Extracting content to '/var/run/act'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'echo "GITHUB_SERVER_URL ${{ GITHUB_SERVER_URL }}"' rewritten to 'format('echo "GITHUB_SERVER_URL {0}"', GITHUB_SERVER_URL)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression 'format('echo "GITHUB_SERVER_URL {0}"', GITHUB_SERVER_URL)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'format('echo "GITHUB_SERVER_URL {0}"', GITHUB_SERVER_URL)' evaluated to '%!t(<nil>)'
[Gitea Actions Demo/Explore-Gitea-Actions] Unable to interpolate expression 'format('echo "GITHUB_SERVER_URL {0}"', GITHUB_SERVER_URL)': Unavailable context: github_server_url
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Wrote command
to 'workflow/3'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Writing entry to tarball workflow/3 len:2
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Extracting content to '/var/run/act'
[Gitea Actions Demo/Explore-Gitea-Actions] 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/3] user= workdir=
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Exec command '[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/3]'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Working directory '/foobar/test'
[Gitea Actions Demo/Explore-Gitea-Actions] βœ… Success - Main
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'echo "GITHUB_SERVER_URL ${{ GITHUB_SERVER_URL }}"' rewritten to 'format('echo "GITHUB_SERVER_URL {0}"', GITHUB_SERVER_URL)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression 'format('echo "GITHUB_SERVER_URL {0}"', GITHUB_SERVER_URL)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'format('echo "GITHUB_SERVER_URL {0}"', GITHUB_SERVER_URL)' evaluated to '%!t(<nil>)'
[Gitea Actions Demo/Explore-Gitea-Actions] Unable to interpolate expression 'format('echo "GITHUB_SERVER_URL {0}"', GITHUB_SERVER_URL)': Unavailable context: github_server_url
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'echo "GITHUB_API_URL ${{ GITHUB_API_URL }}"' rewritten to 'format('echo "GITHUB_API_URL {0}"', GITHUB_API_URL)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression 'format('echo "GITHUB_API_URL {0}"', GITHUB_API_URL)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'format('echo "GITHUB_API_URL {0}"', GITHUB_API_URL)' evaluated to '%!t(<nil>)'
[Gitea Actions Demo/Explore-Gitea-Actions] Unable to interpolate expression 'format('echo "GITHUB_API_URL {0}"', GITHUB_API_URL)': Unavailable context: github_api_url
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'echo "github.server_url ${{ github.server_url}}"' rewritten to 'format('echo "github.server_url {0}"', github.server_url)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression 'format('echo "github.server_url {0}"', github.server_url)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'format('echo "github.server_url {0}"', github.server_url)' evaluated to '%!t(string=echo "github.server_url ")'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'echo "github.api_url ${{ github.api_url }}"' rewritten to 'format('echo "github.api_url {0}"', github.api_url)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] evaluating expression 'format('echo "github.api_url {0}"', github.api_url)'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] expression 'format('echo "github.api_url {0}"', github.api_url)' evaluated to '%!t(string=echo "github.api_url ")'
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] Removed container: 84a3432bb112d7ecd16a884841a82eaf6f0adedf2ebd24b550ee5acce51082e5
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] 🐳 docker volume rm GITEA-ACTIONS-TASK-17_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions
[Gitea Actions Demo/Explore-Gitea-Actions] [DEBUG] 🐳 docker volume rm GITEA-ACTIONS-TASK-17_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions-env
[Gitea Actions Demo/Explore-Gitea-Actions] 🏁 Job succeeded
INFO[2023-03-03T22:49:34+01:00] Cleaning up container for job Explore-Gitea-Actions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment