Skip to content

Instantly share code, notes, and snippets.

@philthynz
Created February 14, 2023 01:14
Show Gist options
  • Save philthynz/20c0625e1c0dabc2a360528aecdb302d to your computer and use it in GitHub Desktop.
Save philthynz/20c0625e1c0dabc2a360528aecdb302d to your computer and use it in GitHub Desktop.
Runner pod logs
2023-02-14 11:38:15.648 NOTICE --- Writing out Docker config file
2023-02-14 11:38:15.654 NOTICE --- Starting Docker (rootless)
2023-02-14 11:38:15.656 NOTICE --- Runner init started with pid 14
+ [ -w /run/user/1000 ]
+ [ -d /home/runner ]
+ rootlesskit=
+ command -v docker-rootlesskit
+ command -v rootlesskit
+ rootlesskit=rootlesskit
+ break
+ [ -z rootlesskit ]
+ :
+ :
+ : builtin
+ : auto
+ : auto
+ net=
+ mtu=
+ [ -z ]
+ command -v slirp4netns
+ [ -z ]
+ command -v vpnkit
+ net=vpnkit
+ [ -z ]
+ mtu=1500
+ [ -z ]
+ _DOCKERD_ROOTLESS_CHILD=1
+ export _DOCKERD_ROOTLESS_CHILD
+ id -u
+ [ 1001 = 0 ]
+ command -v selinuxenabled
+ exec rootlesskit --net=vpnkit --mtu=1500 --slirp4netns-sandbox=auto --slirp4netns-seccomp=auto --disable-host-loopback --port-driver=builtin --copy-up=/etc --copy-up=/run --propagation=rslave /home/runner/bin/dockerd-rootless.sh --config-file /home/runner/.config/docker/daemon.json
2023-02-14 11:38:15.66 DEBUG --- Github endpoint URL https://github.com/
time="2023-02-14T11:38:15+13:00" level=warning msg="The host root filesystem is mounted as \"master:1524\". Setting child propagation to \"rslave\" is not supported."
sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper
sudo: a password is required
time="2023-02-14T11:38:15+13:00" level=warning msg="failed to mount sysfs, falling back to read-only mount: operation not permitted"
+ [ -w /run/user/1000 ]
+ [ -d /home/runner ]
+ rootlesskit=
+ command -v docker-rootlesskit
+ command -v rootlesskit
+ rootlesskit=rootlesskit
+ break
+ [ -z rootlesskit ]
+ :
+ :
+ : builtin
+ : auto
+ : auto
+ net=
+ mtu=
+ [ -z ]
+ command -v slirp4netns
+ [ -z ]
+ command -v vpnkit
+ net=vpnkit
+ [ -z ]
+ mtu=1500
+ [ -z 1 ]
+ [ 1 = 1 ]
+ rm -f /run/docker /run/containerd /run/xtables.lock
+ [ -n ]
+ stat -c %T -f /etc
+ [ tmpfs = tmpfs ]
+ [ -L /etc/ssl ]
+ realpath /etc/ssl
+ realpath_etc_ssl=/etc/.ro3569264371/ssl
+ rm -f /etc/ssl
+ mkdir /etc/ssl
+ mount --rbind /etc/.ro3569264371/ssl /etc/ssl
+ exec dockerd --config-file /home/runner/.config/docker/daemon.json
time="2023-02-14T11:38:15.765353793+13:00" level=info msg="Starting up"
time="2023-02-14T11:38:15.765409995+13:00" level=warning msg="Running in rootless mode. This mode has feature limitations."
time="2023-02-14T11:38:15.765418495+13:00" level=info msg="Running with RootlessKit integration"
time="2023-02-14T11:38:15.768158956+13:00" level=warning msg="could not change group /run/user/1000/docker.sock to docker: group docker not found"
time="2023-02-14T11:38:15.770444707+13:00" level=info msg="libcontainerd: started new containerd process" pid=76
time="2023-02-14T11:38:15.770644311+13:00" level=info msg="parsed scheme: \"unix\"" module=grpc
time="2023-02-14T11:38:15.770798215+13:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
time="2023-02-14T11:38:15.771025120+13:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///run/user/1000/docker/containerd/containerd.sock <nil> 0 <nil>}] <nil> <nil>}" module=grpc
time="2023-02-14T11:38:15.771202324+13:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
time="2023-02-14T11:38:15+13:00" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header"
time="2023-02-14T11:38:15.800544878+13:00" level=info msg="starting containerd" revision=78f51771157abb6c9ed224c22013cdf09962315d version=v1.6.13
time="2023-02-14T11:38:15.841470692+13:00" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
time="2023-02-14T11:38:15.841734097+13:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
time="2023-02-14T11:38:15.841975403+13:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exec: \"modprobe\": executable file not found in $PATH \"\"): skip plugin" type=io.containerd.snapshotter.v1
time="2023-02-14T11:38:15.842052105+13:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
time="2023-02-14T11:38:15.842436113+13:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /home/runner/.local/share/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs (overlay) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
time="2023-02-14T11:38:15.842463514+13:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
time="2023-02-14T11:38:15.842484814+13:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
time="2023-02-14T11:38:15.842498515+13:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
time="2023-02-14T11:38:15.842627517+13:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
time="2023-02-14T11:38:15.843021426+13:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
time="2023-02-14T11:38:15.843387534+13:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /home/runner/.local/share/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
time="2023-02-14T11:38:15.843414435+13:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
time="2023-02-14T11:38:15.843584239+13:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
time="2023-02-14T11:38:15.843606739+13:00" level=info msg="metadata content store policy set" policy=shared
time="2023-02-14T11:38:15.847793633+13:00" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
time="2023-02-14T11:38:15.847826833+13:00" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
time="2023-02-14T11:38:15.847844834+13:00" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
time="2023-02-14T11:38:15.847893735+13:00" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
time="2023-02-14T11:38:15.847920035+13:00" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
time="2023-02-14T11:38:15.847940736+13:00" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
time="2023-02-14T11:38:15.847956336+13:00" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
time="2023-02-14T11:38:15.847969937+13:00" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
time="2023-02-14T11:38:15.848393146+13:00" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1
time="2023-02-14T11:38:15.848412846+13:00" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
time="2023-02-14T11:38:15.848435147+13:00" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
time="2023-02-14T11:38:15.848454247+13:00" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
time="2023-02-14T11:38:15.848672352+13:00" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
time="2023-02-14T11:38:15.848791055+13:00" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
time="2023-02-14T11:38:15.849031660+13:00" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
time="2023-02-14T11:38:15.849058561+13:00" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
time="2023-02-14T11:38:15.849072161+13:00" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
time="2023-02-14T11:38:15.849134963+13:00" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
time="2023-02-14T11:38:15.849151663+13:00" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
time="2023-02-14T11:38:15.849168463+13:00" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
time="2023-02-14T11:38:15.849182664+13:00" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
time="2023-02-14T11:38:15.849200364+13:00" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
time="2023-02-14T11:38:15.849219664+13:00" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
time="2023-02-14T11:38:15.849238065+13:00" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
time="2023-02-14T11:38:15.849263065+13:00" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
time="2023-02-14T11:38:15.849285066+13:00" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
time="2023-02-14T11:38:15.849568972+13:00" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
time="2023-02-14T11:38:15.849585173+13:00" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
time="2023-02-14T11:38:15.849750976+13:00" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
time="2023-02-14T11:38:15.849781977+13:00" level=info msg="loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." type=io.containerd.tracing.processor.v1
time="2023-02-14T11:38:15.849806378+13:00" level=info msg="skip loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." error="no OpenTelemetry endpoint: skip plugin" type=io.containerd.tracing.processor.v1
time="2023-02-14T11:38:15.849823078+13:00" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1
time="2023-02-14T11:38:15.849848779+13:00" level=error msg="failed to initialize a tracing processor \"otlp\"" error="no OpenTelemetry endpoint: skip plugin"
time="2023-02-14T11:38:15.850057583+13:00" level=info msg=serving... address=/run/user/1000/docker/containerd/containerd-debug.sock
time="2023-02-14T11:38:15.850128785+13:00" level=info msg=serving... address=/run/user/1000/docker/containerd/containerd.sock.ttrpc
time="2023-02-14T11:38:15.850188386+13:00" level=info msg=serving... address=/run/user/1000/docker/containerd/containerd.sock
time="2023-02-14T11:38:15.850208087+13:00" level=info msg="containerd successfully booted in 0.051206s"
time="2023-02-14T11:38:15.875141043+13:00" level=info msg="parsed scheme: \"unix\"" module=grpc
time="2023-02-14T11:38:15.875171544+13:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
time="2023-02-14T11:38:15.875199844+13:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///run/user/1000/docker/containerd/containerd.sock <nil> 0 <nil>}] <nil> <nil>}" module=grpc
time="2023-02-14T11:38:15.875213144+13:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
time="2023-02-14T11:38:15.884909761+13:00" level=info msg="parsed scheme: \"unix\"" module=grpc
time="2023-02-14T11:38:15.884936861+13:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
time="2023-02-14T11:38:15.884960062+13:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///run/user/1000/docker/containerd/containerd.sock <nil> 0 <nil>}] <nil> <nil>}" module=grpc
time="2023-02-14T11:38:15.884972362+13:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
time="2023-02-14T11:38:15.901857339+13:00" level=error msg="failed to mount overlay: invalid argument" storage-driver=overlay2
time="2023-02-14T11:38:15.901982342+13:00" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
time="2023-02-14T11:38:15.902100744+13:00" level=error msg="AUFS cannot be used in non-init user namespace" storage-driver=aufs
time="2023-02-14T11:38:15.936006301+13:00" level=error msg="failed to mount overlay: invalid argument" storage-driver=overlay
time="2023-02-14T11:38:15.936044702+13:00" level=error msg="Failed to built-in GetDriver graph devicemapper /home/runner/.local/share/docker"
time="2023-02-14T11:38:16.075908022+13:00" level=info msg="Loading containers: start."
time="2023-02-14T11:38:16.078599982+13:00" level=info msg="skipping firewalld management for rootless mode"
time="2023-02-14T11:38:16.162491854+13:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
time="2023-02-14T11:38:16.230739377+13:00" level=info msg="Loading containers: done."
2023-02-14 11:38:16.239 DEBUG --- Passing --ephemeral to config.sh to enable the ephemeral runner.
2023-02-14 11:38:16.244 DEBUG --- Passing --disableupdate to config.sh to disable automatic runner updates.
2023-02-14 11:38:16.25 DEBUG --- Configuring the runner.
time="2023-02-14T11:38:16.262865294+13:00" level=info msg="Docker daemon" commit=42c8b31 graphdriver(s)=vfs version=20.10.22
time="2023-02-14T11:38:16.263246502+13:00" level=info msg="Daemon has completed initialization"
time="2023-02-14T11:38:16.297452266+13:00" level=info msg="API listen on /run/user/1000/docker.sock"
--------------------------------------------------------------------------------
| ____ _ _ _ _ _ _ _ _ |
| / ___(_) |_| | | |_ _| |__ / \ ___| |_(_) ___ _ __ ___ |
| | | _| | __| |_| | | | | '_ \ / _ \ / __| __| |/ _ \| '_ \/ __| |
| | |_| | | |_| _ | |_| | |_) | / ___ \ (__| |_| | (_) | | | \__ \ |
| \____|_|\__|_| |_|\__,_|_.__/ /_/ \_\___|\__|_|\___/|_| |_|___/ |
| |
| Self-hosted runner registration |
| |
--------------------------------------------------------------------------------
# Authentication
√ Connected to GitHub
# Runner Registration
√ Runner successfully added
√ Runner connection is good
# Runner settings
√ Settings Saved.
2023-02-14 11:38:21.392 DEBUG --- Runner successfully configured.
{
"agentId": 2949,
"agentName": "build-general-linux-dev-r96c9-82gsz",
"poolId": 8,
"poolName": "build-general-linux-dev",
"disableUpdate": true,
"ephemeral": true,
"serverUrl": "https://pipelines.actions.githubusercontent.com/<omit>",
"gitHubUrl": "https://github.com/enterprises/<omit>",
"workFolder": "/runner/_work"
2023-02-14 11:38:21.397 DEBUG --- Docker enabled runner detected and Docker daemon wait is enabled
2023-02-14 11:38:21.399 DEBUG --- Waiting until Docker is available or the timeout of 120 seconds is reached
}CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
2023-02-14 11:38:21.498 NOTICE --- WARNING LATEST TAG HAS BEEN DEPRECATED. SEE GITHUB ISSUE FOR DETAILS:
2023-02-14 11:38:21.499 NOTICE --- https://github.com/actions/actions-runner-controller/issues/2056
√ Connected to GitHub
Current runner version: '2.300.2'
2023-02-13 22:38:24Z: Listening for Jobs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment