Last active
January 17, 2024 06:36
-
-
Save bhvngt/a4de1f5df81b645a6009b1b9601ff7f2 to your computer and use it in GitHub Desktop.
Runner.client log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Starting Server... | |
Starting 1 Runner... | |
Scheduled Job: build | |
|Running: Set up job | |
| Current runner version: '3.2.1' | |
| Runner name: 'Agent-e41e6975-84b2-4b96-aa87-0118dc0455d3' | |
| Machine name: '******' | |
| Prepare workflow directory | |
| ##[command]/usr/local/bin/docker version --format '{{.Server.APIVersion}}' | |
| '1.41' | |
| Docker daemon API version: '1.41' | |
| ##[command]/usr/local/bin/docker version --format '{{.Client.APIVersion}}' | |
| '1.41' | |
| Docker client API version: '1.41' | |
| ##[command]/usr/local/bin/docker version --format '{{.Server.Os}}' | |
| 'linux' | |
| Docker server Os: 'linux' | |
| ##[command]/usr/local/bin/docker version --format '{{.Server.Arch}}' | |
| 'amd64' | |
| Docker server Arch: 'amd64' | |
| Prepare all required actions | |
| Getting action download info | |
| Download action repository 'localcheckout@V1' | |
| Download action repository 'actions/checkout@v2' | |
| Download action repository 'actions/setup-node@v2' | |
| Download action repository 'actions/cache@v2' | |
|Succeeded: Set up job | |
|Running: Initialize containers | |
| ##[group]Checking docker version | |
| ##[command]/usr/local/bin/docker version --format '{{.Server.APIVersion}}' | |
| '1.41' | |
| Docker daemon API version: '1.41' | |
| ##[command]/usr/local/bin/docker version --format '{{.Client.APIVersion}}' | |
| '1.41' | |
| Docker client API version: '1.41' | |
| ##[command]/usr/local/bin/docker version --format '{{.Server.Os}}' | |
| 'linux' | |
| Docker server Os: 'linux' | |
| ##[command]/usr/local/bin/docker version --format '{{.Server.Arch}}' | |
| 'amd64' | |
| Docker server Arch: 'amd64' | |
| ##[endgroup] | |
| ##[group]Clean up resources from previous jobs | |
| ##[command]/usr/local/bin/docker ps --all --quiet --no-trunc --filter "label=3d1414" | |
| ##[command]/usr/local/bin/docker network prune --force --filter "label=3d1414" | |
| ##[endgroup] | |
| ##[group]Create local container network | |
| ##[command]/usr/local/bin/docker network create --label 3d1414 github_network_f2d3594e0833405494b202c1fc6305a1 | |
| 6ae6b501097d5625afcd45ba435d3379b32e9ec2de9258a02fd357db5480b68d | |
| ##[endgroup] | |
| ##[group]Starting job container | |
| ##[command]/usr/local/bin/docker pull catthehacker/ubuntu:act-latest | |
| act-latest: Pulling from catthehacker/ubuntu | |
| Digest: sha256:76b3317e42545d82284db6484fb77db28cf0ea9710c70266a81bab68499f7e7c | |
| Status: Image is up to date for catthehacker/ubuntu:act-latest | |
| docker.io/catthehacker/ubuntu:act-latest | |
| ##[command]/usr/local/bin/docker create --name 149e6ede1b3b42cba1ab8b50307dcfe1_catthehackerubuntuactlatest_1ff51f --label 3d1414 --workdir /__w/innerview/innerview --network github_network_f2d3594e0833405494b202c1fc6305a1 -e "HOME=/github/home" -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/Volumes/DATA/Bhavin/.local/share/gharun/Agents/Agent-e41e6975-84b2-4b96-aa87-0118dc0455d3/_work":"/__w" -v "/usr/local/opt/github-actions-runner/actions-runner/externals":"/__e":ro -v "/Volumes/DATA/Bhavin/.local/share/gharun/Agents/Agent-e41e6975-84b2-4b96-aa87-0118dc0455d3/_work/_temp":"/__w/_temp" -v "/Volumes/DATA/Bhavin/.local/share/gharun/Agents/Agent-e41e6975-84b2-4b96-aa87-0118dc0455d3/_work/_actions":"/__w/_actions" -v "/Volumes/DATA/Bhavin/.local/share/gharun/tool_cache":"/__t" -v "/Volumes/DATA/Bhavin/.local/share/gharun/Agents/Agent-e41e6975-84b2-4b96-aa87-0118dc0455d3/_work/_temp/_github_home":"/github/home" -v "/Volumes/DATA/Bhavin/.local/share/gharun/Agents/Agent-e4... | |
| 8694c16a26209baad115075846d4a4560080ec3970fc1293f0f51d3af7185f12 | |
| ##[command]/usr/local/bin/docker start 8694c16a26209baad115075846d4a4560080ec3970fc1293f0f51d3af7185f12 | |
| 8694c16a26209baad115075846d4a4560080ec3970fc1293f0f51d3af7185f12 | |
| ##[command]/usr/local/bin/docker ps --all --filter id=8694c16a26209baad115075846d4a4560080ec3970fc1293f0f51d3af7185f12 --filter status=running --no-trunc --format "{{.ID}} {{.Status}}" | |
| 8694c16a26209baad115075846d4a4560080ec3970fc1293f0f51d3af7185f12 Up Less than a second | |
| ##[command]/usr/local/bin/docker inspect --format "{{range .Config.Env}}{{println .}}{{end}}" 8694c16a26209baad115075846d4a4560080ec3970fc1293f0f51d3af7185f12 | |
| HOME=/github/home | |
| GITHUB_ACTIONS=true | |
| CI=true | |
| PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin | |
| DEBIAN_FRONTEND=noninteractive | |
| ##[endgroup] | |
| ##[group]Waiting for all services to be ready | |
| ##[endgroup] | |
|Succeeded: Initialize containers | |
|Running: Run localcheckout@V1 | |
| ##[group]Run localcheckout@V1 | |
| with: | |
| repository: gemba-tech/innerview | |
| token: *** | |
| ssh-strict: true | |
| persist-credentials: true | |
| clean: true | |
| fetch-depth: 1 | |
| lfs: false | |
| submodules: false | |
| checkoutref: v2 | |
| ##[endgroup] | |
| ##[command]/usr/local/bin/docker exec 8694c16a26209baad115075846d4a4560080ec3970fc1293f0f51d3af7185f12 sh -c "cat /etc/*release | grep ^ID" | |
| OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "/__e/linux/amd64/node12/bin/node": stat /__e/linux/amd64/node12/bin/node: no such file or directory: unknown | |
|Failed: Run localcheckout@V1 | |
|Running: Stop containers | |
| Stop and remove container: 149e6ede1b3b42cba1ab8b50307dcfe1_catthehackerubuntuactlatest_1ff51f | |
| ##[command]/usr/local/bin/docker rm --force 8694c16a26209baad115075846d4a4560080ec3970fc1293f0f51d3af7185f12 | |
| 8694c16a26209baad115075846d4a4560080ec3970fc1293f0f51d3af7185f12 | |
| Remove container network: github_network_f2d3594e0833405494b202c1fc6305a1 | |
| ##[command]/usr/local/bin/docker network rm github_network_f2d3594e0833405494b202c1fc6305a1 | |
| github_network_f2d3594e0833405494b202c1fc6305a1 | |
|Succeeded: Stop containers | |
|Running: Complete job | |
| Cleaning up orphan processes | |
|Succeeded: Complete job | |
Workflow 0 finished with status Failure | |
All Workflows finished, at least one workflow failed | |
Stopped Server | |
Stopped Runner |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2