Skip to content

Instantly share code, notes, and snippets.

@WoodyWoodsta
Created June 10, 2023 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WoodyWoodsta/2e870e8a5c70735242c43a59b79bf422 to your computer and use it in GitHub Desktop.
Save WoodyWoodsta/2e870e8a5c70735242c43a59b79bf422 to your computer and use it in GitHub Desktop.
2023-06-10 16:59:25.715 NOTICE --- Runner init started with pid 7
2023-06-10 16:59:25.724 DEBUG --- Github endpoint URL https://github.com/
2023-06-10 16:59:28.99 DEBUG --- Passing --ephemeral to config.sh to enable the ephemeral runner.
2023-06-10 16:59:28.992 DEBUG --- Configuring the runner.
--------------------------------------------------------------------------------
| ____ _ _ _ _ _ _ _ _ |
| / ___(_) |_| | | |_ _| |__ / \ ___| |_(_) ___ _ __ ___ |
| | | _| | __| |_| | | | | '_ \ / _ \ / __| __| |/ _ \| '_ \/ __| |
| | |_| | | |_| _ | |_| | |_) | / ___ \ (__| |_| | (_) | | | \__ \ |
| \____|_|\__|_| |_|\__,_|_.__/ /_/ \_\___|\__|_|\___/|_| |_|___/ |
| |
| Self-hosted runner registration |
| |
--------------------------------------------------------------------------------
# Authentication
Using V2 flow: False
√ Connected to GitHub
# Runner Registration
√ Runner successfully added
√ Runner connection is good
# Runner settings
√ Settings Saved.
2023-06-10 16:59:35.876 DEBUG --- Runner successfully configured.
{
"agentId": 6887,
"agentName": "actions-runner-g2d7z-qvgss",
"poolId": 1,
"poolName": "Default",
"ephemeral": true,
"serverUrl": "https://pipelines.actions.githubusercontent.com/PY2tNLR1ib3IkLkBkwJisGarihgsziEySEqR6u8aJjm95Kl5Gh",
"gitHubUrl": "https://github.com/anotherwaytech",
"workFolder": "/runner/_work"
2023-06-10 16:59:35.883 DEBUG --- Docker enabled runner detected and Docker daemon wait is enabled
2023-06-10 16:59:35.885 DEBUG --- Waiting until Docker is available or the timeout of 120 seconds is reached
Cannot connect to the Docker daemon at unix:///run/docker.sock. Is the docker daemon running?
Cannot connect to the Docker daemon at unix:///run/docker.sock. Is the docker daemon running?
Cannot connect to the Docker daemon at unix:///run/docker.sock. Is the docker daemon running?
Cannot connect to the Docker daemon at unix:///run/docker.sock. Is the docker daemon running?
Cannot connect to the Docker daemon at unix:///run/docker.sock. Is the docker daemon running?
Cannot connect to the Docker daemon at unix:///run/docker.sock. Is the docker daemon running?
}CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
2023-06-10 17:00:22.73 NOTICE --- WARNING LATEST TAG HAS BEEN DEPRECATED. SEE GITHUB ISSUE FOR DETAILS:
2023-06-10 17:00:22.731 NOTICE --- https://github.com/actions/actions-runner-controller/issues/2056
√ Connected to GitHub
Current runner version: '2.304.0'
2023-06-10 17:00:26Z: Listening for Jobs
2023-06-10 17:03:56Z: Running job: Build Check
2023-06-10 17:05:33Z: Job Build Check completed with result: Succeeded
√ Removed .credentials
√ Removed .runner
Runner listener exit with 0 return code, stop the service, no retry needed.
Exiting runner...
2023-06-10 17:05:33.802 NOTICE --- Runner init exited. Exiting this process with code 0 so that the container and the pod is GC'ed Kubernetes soon.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment