gitlab-runner in docker failed
I install the gitlab runner with docker:
mkdir -p /gitlabdata
export GITLAB_HOME=/gitlabdata
docker run -d --name gitlab-runner --restart always \
--hostname 192.168.237.128 \
-p 8093:8093 \
-v $GITLAB_HOME/gitlab-runner/config:/etc/gitlab-runner \
-v /var/run/docker.sock:/var/run/docker.sock \
gitlab/gitlab-runner:latest
the first time when I run it,it complains I am not the root. fix it with editing the config file config.toml(the proper default,but not convenient).
but there's tons of log which complains failed to get a docker image,here's the full log.it seems a connectivity problem,how can I fix that,It's there a docker registry mirror?
the container has no ping,nc,so I can't debug :
Running with gitlab-runner 13.0.0 (c127439c)
on docker runner test ox37thcj
Preparing the "docker" executor
Using Docker executor with image registry.gitlab.com/gitlab-org/cluster-integration/auto-build-image:v0.2.2 ...
Starting service docker:19.03.8-dind ...
Pulling docker image docker:19.03.8-dind ...
Using docker image sha256:c814ba3a41a3de0a9a23b7d0bb36f64257b12aef5103b4ce1d5f1bfc3033aad3 for docker:19.03.8-dind ...
Waiting for services to be up and running...
*** WARNING: Service runner-ox37thcj-project-1-concurrent-0-a9edd8354b7882ac-docker-0 probably didn't start properly.
Health check error:
service "runner-ox37thcj-project-1-concurrent-0-a9edd8354b7882ac-docker-0-wait-for-service" timeout
Health check container logs:
Service container logs:
2020-05-26T09:22:11.290961592Z time="2020-05-26T09:22:11.289794881Z" level=info msg="Starting up"
2020-05-26T09:22:11.296305903Z time="2020-05-26T09:22:11.296123859Z" level=warning msg="could not change group /var/run/docker.sock to docker: group docker not found"
2020-05-26T09:22:11.297008862Z time="2020-05-26T09:22:11.296821439Z" level=warning msg="[!] DON'T BIND ON ANY IP ADDRESS WITHOUT setting --tlsverify IF YOU DON'T KNOW WHAT YOU'RE DOING [!]"
2020-05-26T09:22:11.301487335Z time="2020-05-26T09:22:11.300243703Z" level=info msg="libcontainerd: started new containerd process" pid=22
2020-05-26T09:22:11.301508140Z time="2020-05-26T09:22:11.300315150Z" level=info msg="parsed scheme: \"unix\"" module=grpc
2020-05-26T09:22:11.301511152Z time="2020-05-26T09:22:11.300324777Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
2020-05-26T09:22:11.301513603Z time="2020-05-26T09:22:11.300340915Z" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>}" module=grpc
2020-05-26T09:22:11.301516120Z time="2020-05-26T09:22:11.300352403Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
2020-05-26T09:22:11.330831255Z time="2020-05-26T09:22:11.330595774Z" level=info msg="starting containerd" revision=7ad184331fa3e55e52b890ea95e65ba581ae3429 version=v1.2.13
2020-05-26T09:22:11.331151681Z time="2020-05-26T09:22:11.331020990Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." type=io.containerd.content.v1
2020-05-26T09:22:11.331158942Z time="2020-05-26T09:22:11.331099805Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." type=io.containerd.snapshotter.v1
2020-05-26T09:22:11.331370249Z time="2020-05-26T09:22:11.331261855Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.btrfs" error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs must be a btrfs filesystem to be used with the btrfs snapshotter"
2020-05-26T09:22:11.331378698Z time="2020-05-26T09:22:11.331295972Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.aufs"..." type=io.containerd.snapshotter.v1
2020-05-26T09:22:11.341699852Z time="2020-05-26T09:22:11.341541545Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.aufs" error="modprobe aufs failed: "ip: can't find device 'aufs'\nmodprobe: can't change directory to '/lib/modules': No such file or directory\n": exit status 1"
2020-05-26T09:22:11.341719178Z time="2020-05-26T09:22:11.341574995Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.native"..." type=io.containerd.snapshotter.v1
2020-05-26T09:22:11.341836519Z time="2020-05-26T09:22:11.341684050Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." type=io.containerd.snapshotter.v1
2020-05-26T09:22:11.342057429Z time="2020-05-26T09:22:11.341913835Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.zfs"..." type=io.containerd.snapshotter.v1
2020-05-26T09:22:11.342235163Z time="2020-05-26T09:22:11.342117733Z" level=info msg="skip loading plugin "io.containerd.snapshotter.v1.zfs"..." type=io.containerd.snapshotter.v1
2020-05-26T09:22:11.342243262Z time="2020-05-26T09:22:11.342140239Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." type=io.containerd.metadata.v1
2020-05-26T09:22:11.342251525Z time="2020-05-26T09:22:11.342186530Z" level=warning msg="could not use snapshotter aufs in metadata plugin" error="modprobe aufs failed: "ip: can't find device 'aufs'\nmodprobe: can't change directory to '/lib/modules': No such file or directory\n": exit status 1"
2020-05-26T09:22:11.342254294Z time="2020-05-26T09:22:11.342193281Z" level=warning msg="could not use snapshotter zfs in metadata plugin" error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin"
2020-05-26T09:22:11.342256605Z time="2020-05-26T09:22:11.342196982Z" level=warning msg="could not use snapshotter btrfs in metadata plugin" error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs must be a btrfs filesystem to be used with the btrfs snapshotter"
2020-05-26T09:22:11.349883836Z time="2020-05-26T09:22:11.347184466Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." type=io.containerd.differ.v1
2020-05-26T09:22:11.349901915Z time="2020-05-26T09:22:11.347229692Z" level=info msg="loading plugin "io.containerd.gc.v1.scheduler"..." type=io.containerd.gc.v1
2020-05-26T09:22:11.349904604Z time="2020-05-26T09:22:11.347262320Z" level=info msg="loading plugin "io.containerd.service.v1.containers-service"..." type=io.containerd.service.v1
2020-05-26T09:22:11.349906588Z time="2020-05-26T09:22:11.347270939Z" level=info msg="loading plugin "io.containerd.service.v1.content-service"..." type=io.containerd.service.v1
2020-05-26T09:22:11.349908548Z time="2020-05-26T09:22:11.347283724Z" level=info msg="loading plugin "io.containerd.service.v1.diff-service"..." type=io.containerd.service.v1
2020-05-26T09:22:11.349910337Z time="2020-05-26T09:22:11.347291583Z" level=info msg="loading plugin "io.containerd.service.v1.images-service"..." type=io.containerd.service.v1
2020-05-26T09:22:11.349912194Z time="2020-05-26T09:22:11.347298627Z" level=info msg="loading plugin "io.containerd.service.v1.leases-service"..." type=io.containerd.service.v1
2020-05-26T09:22:11.349913958Z time="2020-05-26T09:22:11.347311127Z" level=info msg="loading plugin "io.containerd.service.v1.namespaces-service"..." type=io.containerd.service.v1
2020-05-26T09:22:11.349915752Z time="2020-05-26T09:22:11.347373789Z" level=info msg="loading plugin "io.containerd.service.v1.snapshots-service"..." type=io.containerd.service.v1
2020-05-26T09:22:11.349917537Z time="2020-05-26T09:22:11.347408645Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." type=io.containerd.runtime.v1
2020-05-26T09:22:11.349919338Z time="2020-05-26T09:22:11.347636970Z" level=info msg="loading plugin "io.containerd.runtime.v2.task"..." type=io.containerd.runtime.v2
2020-05-26T09:22:11.349921100Z time="2020-05-26T09:22:11.347781095Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." type=io.containerd.monitor.v1
2020-05-26T09:22:11.349923045Z time="2020-05-26T09:22:11.348076916Z" level=info msg="loading plugin "io.containerd.service.v1.tasks-service"..." type=io.containerd.service.v1
2020-05-26T09:22:11.349924907Z time="2020-05-26T09:22:11.348109777Z" level=info msg="loading plugin "io.containerd.internal.v1.restart"..." type=io.containerd.internal.v1
2020-05-26T09:22:11.349933315Z time="2020-05-26T09:22:11.348138959Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." type=io.containerd.grpc.v1
2020-05-26T09:22:11.349935459Z time="2020-05-26T09:22:11.348146234Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." type=io.containerd.grpc.v1
2020-05-26T09:22:11.349937218Z time="2020-05-26T09:22:11.348155675Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." type=io.containerd.grpc.v1
2020-05-26T09:22:11.349938963Z time="2020-05-26T09:22:11.348162735Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." type=io.containerd.grpc.v1
2020-05-26T09:22:11.349940701Z time="2020-05-26T09:22:11.348171324Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." type=io.containerd.grpc.v1
2020-05-26T09:22:11.349942456Z time="2020-05-26T09:22:11.348180172Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." type=io.containerd.grpc.v1
2020-05-26T09:22:11.349944292Z time="2020-05-26T09:22:11.348186473Z" level=info msg="loading plugin "io.containerd.grpc.v1.leases"..." type=io.containerd.grpc.v1
2020-05-26T09:22:11.349946082Z time="2020-05-26T09:22:11.348194270Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." type=io.containerd.grpc.v1
2020-05-26T09:22:11.349947894Z time="2020-05-26T09:22:11.348202352Z" level=info msg="loading plugin "io.containerd.internal.v1.opt"..." type=io.containerd.internal.v1
2020-05-26T09:22:11.349949706Z time="2020-05-26T09:22:11.348382611Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." type=io.containerd.grpc.v1
2020-05-26T09:22:11.349951466Z time="2020-05-26T09:22:11.348422055Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." type=io.containerd.grpc.v1
2020-05-26T09:22:11.349953197Z time="2020-05-26T09:22:11.348432317Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." type=io.containerd.grpc.v1
2020-05-26T09:22:11.349954936Z time="2020-05-26T09:22:11.348438600Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." type=io.containerd.grpc.v1
2020-05-26T09:22:11.349956738Z time="2020-05-26T09:22:11.348612003Z" level=info msg=serving... address="/var/run/docker/containerd/containerd-debug.sock"
2020-05-26T09:22:11.349958663Z time="2020-05-26T09:22:11.348731499Z" level=info msg=serving... address="/var/run/docker/containerd/containerd.sock"
2020-05-26T09:22:11.349960485Z time="2020-05-26T09:22:11.348756513Z" level=info msg="containerd successfully booted in 0.019037s"
2020-05-26T09:22:11.358628102Z time="2020-05-26T09:22:11.358482756Z" level=info msg="Setting the storage driver from the $DOCKER_DRIVER environment variable (overlay2)"
2020-05-26T09:22:11.358821421Z time="2020-05-26T09:22:11.358709435Z" level=info msg="parsed scheme: \"unix\"" module=grpc
2020-05-26T09:22:11.358829258Z time="2020-05-26T09:22:11.358735369Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
2020-05-26T09:22:11.358831566Z time="2020-05-26T09:22:11.358774088Z" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>}" module=grpc
2020-05-26T09:22:11.358840476Z time="2020-05-26T09:22:11.358784173Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
2020-05-26T09:22:11.359819536Z time="2020-05-26T09:22:11.359676540Z" level=info msg="parsed scheme: \"unix\"" module=grpc
2020-05-26T09:22:11.359833803Z time="2020-05-26T09:22:11.359712555Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
2020-05-26T09:22:11.359836154Z time="2020-05-26T09:22:11.359727372Z" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>}" module=grpc
2020-05-26T09:22:11.359838430Z time="2020-05-26T09:22:11.359740494Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
2020-05-26T09:22:11.391845039Z time="2020-05-26T09:22:11.391695292Z" level=warning msg="Your kernel does not support cgroup blkio weight"
2020-05-26T09:22:11.391869418Z time="2020-05-26T09:22:11.391735819Z" level=warning msg="Your kernel does not support cgroup blkio weight_device"
2020-05-26T09:22:11.392051720Z time="2020-05-26T09:22:11.391934786Z" level=info msg="Loading containers: start."
2020-05-26T09:22:11.410462106Z time="2020-05-26T09:22:11.409258665Z" level=warning msg="Running modprobe bridge br_netfilter failed with message: ip: can't find device 'bridge'\nbridge 192512 1 br_netfilter\nstp 16384 1 bridge\nllc 16384 2 bridge,stp\nip: can't find device 'br_netfilter'\nbr_netfilter 24576 0 \nbridge 192512 1 br_netfilter\nmodprobe: can't change directory to '/lib/modules': No such file or directory\n, error: exit status 1"
2020-05-26T09:22:11.411092611Z time="2020-05-26T09:22:11.410946801Z" level=warning msg="Running iptables --wait -t nat -L -n failed with message: `modprobe: can't change directory to '/lib/modules': No such file or directory\niptables v1.8.3 (legacy): can't initialize iptables table `nat': Table does not exist (do you need to insmod?)\nPerhaps iptables or your kernel needs to be upgraded.`, error: exit status 3"
2020-05-26T09:22:11.460874892Z time="2020-05-26T09:22:11.460723833Z" level=info msg="stopping event stream following graceful shutdown" error="<nil>" module=libcontainerd namespace=moby
2020-05-26T09:22:11.461200280Z time="2020-05-26T09:22:11.461077904Z" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=plugins.moby
2020-05-26T09:22:11.461210341Z time="2020-05-26T09:22:11.461098325Z" level=info msg="stopping healthcheck following graceful shutdown" module=libcontainerd
2020-05-26T09:22:12.462702738Z failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain DOCKER: iptables failed: iptables -t nat -N DOCKER: modprobe: can't change directory to '/lib/modules': No such file or directory
2020-05-26T09:22:12.462732720Z iptables v1.8.3 (legacy): can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
2020-05-26T09:22:12.462736327Z Perhaps iptables or your kernel needs to be upgraded.
2020-05-26T09:22:12.462749364Z (exit status 3)
*********
Pulling docker image registry.gitlab.com/gitlab-org/cluster-integration/auto-build-image:v0.2.2 ...
ERROR: Preparation failed: Error response from daemon: Get https://registry.gitlab.com/v2/gitlab-org/cluster-integration/auto-build-image/manifests/v0.2.2: Get https://gitlab.com/jwt/auth?scope=repository%3Agitlab-org%2Fcluster-integration%2Fauto-build-image%3Apull&service=container_registry: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) (docker.go:198:18s)
Will be retried in 3s ...
Using Docker executor with image registry.gitlab.com/gitlab-org/cluster-integration/auto-build-image:v0.2.2 ...
Starting service docker:19.03.8-dind ...
Pulling docker image docker:19.03.8-dind ...
Using docker image sha256:c814ba3a41a3de0a9a23b7d0bb36f64257b12aef5103b4ce1d5f1bfc3033aad3 for docker:19.03.8-dind ...
Waiting for services to be up and running...
*** WARNING: Service runner-ox37thcj-project-1-concurrent-0-d043d0250b8fcd5a-docker-0 probably didn't start properly.
Health check error:
service "runner-ox37thcj-project-1-concurrent-0-d043d0250b8fcd5a-docker-0-wait-for-service" timeout
Health check container logs:
Service container logs:
2020-05-26T09:23:08.003958707Z time="2020-05-26T09:23:08.003830628Z" level=info msg="Starting up"
2020-05-26T09:23:08.005749703Z time="2020-05-26T09:23:08.005531971Z" level=warning msg="could not change group /var/run/docker.sock to docker: group docker not found"
2020-05-26T09:23:08.006538672Z time="2020-05-26T09:23:08.006306806Z" level=warning msg="[!] DON'T BIND ON ANY IP ADDRESS WITHOUT setting --tlsverify IF YOU DON'T KNOW WHAT YOU'RE DOING [!]"
2020-05-26T09:23:08.008353273Z time="2020-05-26T09:23:08.008112312Z" level=info msg="libcontainerd: started new containerd process" pid=23
2020-05-26T09:23:08.008366970Z time="2020-05-26T09:23:08.008157484Z" level=info msg="parsed scheme: \"unix\"" module=grpc
2020-05-26T09:23:08.008369807Z time="2020-05-26T09:23:08.008165045Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
2020-05-26T09:23:08.008371905Z time="2020-05-26T09:23:08.008179280Z" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>}" module=grpc
2020-05-26T09:23:08.008374287Z time="2020-05-26T09:23:08.008195181Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
2020-05-26T09:23:08.053922459Z time="2020-05-26T09:23:08.053650009Z" level=info msg="starting containerd" revision=7ad184331fa3e55e52b890ea95e65ba581ae3429 version=v1.2.13
2020-05-26T09:23:08.054362970Z time="2020-05-26T09:23:08.054001472Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." type=io.containerd.content.v1
2020-05-26T09:23:08.054380583Z time="2020-05-26T09:23:08.054102102Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." type=io.containerd.snapshotter.v1
2020-05-26T09:23:08.054385636Z time="2020-05-26T09:23:08.054261145Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.btrfs" error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs must be a btrfs filesystem to be used with the btrfs snapshotter"
2020-05-26T09:23:08.054394606Z time="2020-05-26T09:23:08.054272943Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.aufs"..." type=io.containerd.snapshotter.v1
2020-05-26T09:23:08.067560379Z time="2020-05-26T09:23:08.066454706Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.aufs" error="modprobe aufs failed: "ip: can't find device 'aufs'\nmodprobe: can't change directory to '/lib/modules': No such file or directory\n": exit status 1"
2020-05-26T09:23:08.067578154Z time="2020-05-26T09:23:08.066500223Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.native"..." type=io.containerd.snapshotter.v1
2020-05-26T09:23:08.067581122Z time="2020-05-26T09:23:08.066646387Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." type=io.containerd.snapshotter.v1
2020-05-26T09:23:08.067583156Z time="2020-05-26T09:23:08.066910379Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.zfs"..." type=io.containerd.snapshotter.v1
2020-05-26T09:23:08.067585078Z time="2020-05-26T09:23:08.067138865Z" level=info msg="skip loading plugin "io.containerd.snapshotter.v1.zfs"..." type=io.containerd.snapshotter.v1
2020-05-26T09:23:08.067586960Z time="2020-05-26T09:23:08.067162397Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." type=io.containerd.metadata.v1
2020-05-26T09:23:08.067594914Z time="2020-05-26T09:23:08.067205182Z" level=warning msg="could not use snapshotter zfs in metadata plugin" error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin"
2020-05-26T09:23:08.067597488Z time="2020-05-26T09:23:08.067225528Z" level=warning msg="could not use snapshotter btrfs in metadata plugin" error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs must be a btrfs filesystem to be used with the btrfs snapshotter"
2020-05-26T09:23:08.067599776Z time="2020-05-26T09:23:08.067231279Z" level=warning msg="could not use snapshotter aufs in metadata plugin" error="modprobe aufs failed: "ip: can't find device 'aufs'\nmodprobe: can't change directory to '/lib/modules': No such file or directory\n": exit status 1"
2020-05-26T09:23:08.069210211Z time="2020-05-26T09:23:08.069014695Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." type=io.containerd.differ.v1
2020-05-26T09:23:08.069225574Z time="2020-05-26T09:23:08.069054834Z" level=info msg="loading plugin "io.containerd.gc.v1.scheduler"..." type=io.containerd.gc.v1
2020-05-26T09:23:08.069228249Z time="2020-05-26T09:23:08.069082319Z" level=info msg="loading plugin "io.containerd.service.v1.containers-service"..." type=io.containerd.service.v1
2020-05-26T09:23:08.069230230Z time="2020-05-26T09:23:08.069090745Z" level=info msg="loading plugin "io.containerd.service.v1.content-service"..." type=io.containerd.service.v1
2020-05-26T09:23:08.069232240Z time="2020-05-26T09:23:08.069097667Z" level=info msg="loading plugin "io.containerd.service.v1.diff-service"..." type=io.containerd.service.v1
2020-05-26T09:23:08.069234104Z time="2020-05-26T09:23:08.069105784Z" level=info msg="loading plugin "io.containerd.service.v1.images-service"..." type=io.containerd.service.v1
2020-05-26T09:23:08.069235927Z time="2020-05-26T09:23:08.069112843Z" level=info msg="loading plugin "io.containerd.service.v1.leases-service"..." type=io.containerd.service.v1
2020-05-26T09:23:08.069237724Z time="2020-05-26T09:23:08.069120065Z" level=info msg="loading plugin "io.containerd.service.v1.namespaces-service"..." type=io.containerd.service.v1
2020-05-26T09:23:08.069239556Z time="2020-05-26T09:23:08.069126665Z" level=info msg="loading plugin "io.containerd.service.v1.snapshots-service"..." type=io.containerd.service.v1
2020-05-26T09:23:08.069241421Z time="2020-05-26T09:23:08.069154045Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." type=io.containerd.runtime.v1
2020-05-26T09:23:08.069450006Z time="2020-05-26T09:23:08.069347088Z" level=info msg="loading plugin "io.containerd.runtime.v2.task"..." type=io.containerd.runtime.v2
2020-05-26T09:23:08.069735311Z time="2020-05-26T09:23:08.069561309Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." type=io.containerd.monitor.v1
2020-05-26T09:23:08.070013535Z time="2020-05-26T09:23:08.069856310Z" level=info msg="loading plugin "io.containerd.service.v1.tasks-service"..." type=io.containerd.service.v1
2020-05-26T09:23:08.070021588Z time="2020-05-26T09:23:08.069886937Z" level=info msg="loading plugin "io.containerd.internal.v1.restart"..." type=io.containerd.internal.v1
2020-05-26T09:23:08.070030333Z time="2020-05-26T09:23:08.069917470Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." type=io.containerd.grpc.v1
2020-05-26T09:23:08.070032605Z time="2020-05-26T09:23:08.069925462Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." type=io.containerd.grpc.v1
2020-05-26T09:23:08.070034602Z time="2020-05-26T09:23:08.069932041Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." type=io.containerd.grpc.v1
2020-05-26T09:23:08.070036410Z time="2020-05-26T09:23:08.069937900Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." type=io.containerd.grpc.v1
2020-05-26T09:23:08.070038239Z time="2020-05-26T09:23:08.069946167Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." type=io.containerd.grpc.v1
2020-05-26T09:23:08.070040034Z time="2020-05-26T09:23:08.069953467Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." type=io.containerd.grpc.v1
2020-05-26T09:23:08.070041829Z time="2020-05-26T09:23:08.069959576Z" level=info msg="loading plugin "io.containerd.grpc.v1.leases"..." type=io.containerd.grpc.v1
2020-05-26T09:23:08.070043597Z time="2020-05-26T09:23:08.069966671Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." type=io.containerd.grpc.v1
2020-05-26T09:23:08.070045409Z time="2020-05-26T09:23:08.069972644Z" level=info msg="loading plugin "io.containerd.internal.v1.opt"..." type=io.containerd.internal.v1
2020-05-26T09:23:08.070283744Z time="2020-05-26T09:23:08.070177462Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." type=io.containerd.grpc.v1
2020-05-26T09:23:08.070291744Z time="2020-05-26T09:23:08.070215704Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." type=io.containerd.grpc.v1
2020-05-26T09:23:08.070294151Z time="2020-05-26T09:23:08.070224353Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." type=io.containerd.grpc.v1
2020-05-26T09:23:08.070296082Z time="2020-05-26T09:23:08.070230671Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." type=io.containerd.grpc.v1
2020-05-26T09:23:08.070565796Z time="2020-05-26T09:23:08.070429441Z" level=info msg=serving... address="/var/run/docker/containerd/containerd-debug.sock"
2020-05-26T09:23:08.070574435Z time="2020-05-26T09:23:08.070515307Z" level=info msg=serving... address="/var/run/docker/containerd/containerd.sock"
2020-05-26T09:23:08.070597162Z time="2020-05-26T09:23:08.070542771Z" level=info msg="containerd successfully booted in 0.017511s"
2020-05-26T09:23:08.078198187Z time="2020-05-26T09:23:08.078074997Z" level=info msg="Setting the storage driver from the $DOCKER_DRIVER environment variable (overlay2)"
2020-05-26T09:23:08.078362562Z time="2020-05-26T09:23:08.078285984Z" level=info msg="parsed scheme: \"unix\"" module=grpc
2020-05-26T09:23:08.078371591Z time="2020-05-26T09:23:08.078329294Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
2020-05-26T09:23:08.078387097Z time="2020-05-26T09:23:08.078347634Z" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>}" module=grpc
2020-05-26T09:23:08.078397364Z time="2020-05-26T09:23:08.078357195Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
2020-05-26T09:23:08.079525907Z time="2020-05-26T09:23:08.079425501Z" level=info msg="parsed scheme: \"unix\"" module=grpc
2020-05-26T09:23:08.079539573Z time="2020-05-26T09:23:08.079460242Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
2020-05-26T09:23:08.079542125Z time="2020-05-26T09:23:08.079480025Z" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>}" module=grpc
2020-05-26T09:23:08.079544531Z time="2020-05-26T09:23:08.079486920Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
2020-05-26T09:23:08.112809520Z time="2020-05-26T09:23:08.112644291Z" level=warning msg="Your kernel does not support cgroup blkio weight"
2020-05-26T09:23:08.112831551Z time="2020-05-26T09:23:08.112677605Z" level=warning msg="Your kernel does not support cgroup blkio weight_device"
2020-05-26T09:23:08.112939862Z time="2020-05-26T09:23:08.112862376Z" level=info msg="Loading containers: start."
2020-05-26T09:23:08.124333865Z time="2020-05-26T09:23:08.124102211Z" level=warning msg="Running modprobe bridge br_netfilter failed with message: ip: can't find device 'bridge'\nbridge 192512 1 br_netfilter\nstp 16384 1 bridge\nllc 16384 2 bridge,stp\nip: can't find device 'br_netfilter'\nbr_netfilter 24576 0 \nbridge 192512 1 br_netfilter\nmodprobe: can't change directory to '/lib/modules': No such file or directory\n, error: exit status 1"
2020-05-26T09:23:08.127417831Z time="2020-05-26T09:23:08.127128344Z" level=warning msg="Running iptables --wait -t nat -L -n failed with message: `modprobe: can't change directory to '/lib/modules': No such file or directory\niptables v1.8.3 (legacy): can't initialize iptables table `nat': Table does not exist (do you need to insmod?)\nPerhaps iptables or your kernel needs to be upgraded.`, error: exit status 3"
2020-05-26T09:23:08.158837016Z time="2020-05-26T09:23:08.158507004Z" level=info msg="stopping event stream following graceful shutdown" error="<nil>" module=libcontainerd namespace=moby
2020-05-26T09:23:08.159008939Z time="2020-05-26T09:23:08.158764332Z" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=plugins.moby
2020-05-26T09:23:08.159017400Z time="2020-05-26T09:23:08.158785945Z" level=info msg="stopping healthcheck following graceful shutdown" module=libcontainerd
2020-05-26T09:23:09.159906691Z failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain DOCKER: iptables failed: iptables -t nat -N DOCKER: modprobe: can't change directory to '/lib/modules': No such file or directory
2020-05-26T09:23:09.159931834Z iptables v1.8.3 (legacy): can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
2020-05-26T09:23:09.159935651Z Perhaps iptables or your kernel needs to be upgraded.
2020-05-26T09:23:09.159947865Z (exit status 3)
*********
Pulling docker image registry.gitlab.com/gitlab-org/cluster-integration/auto-build-image:v0.2.2 ...
ERROR: Preparation failed: Error response from daemon: Get https://registry.gitlab.com/v2/gitlab-org/cluster-integration/auto-build-image/manifests/v0.2.2: Get https://gitlab.com/jwt/auth?scope=repository%3Agitlab-org%2Fcluster-integration%2Fauto-build-image%3Apull&service=container_registry: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) (docker.go:198:15s)
Will be retried in 3s ...
Using Docker executor with image registry.gitlab.com/gitlab-org/cluster-integration/auto-build-image:v0.2.2 ...
Starting service docker:19.03.8-dind ...
Pulling docker image docker:19.03.8-dind ...
Using docker image sha256:c814ba3a41a3de0a9a23b7d0bb36f64257b12aef5103b4ce1d5f1bfc3033aad3 for docker:19.03.8-dind ...
Waiting for services to be up and running...
*** WARNING: Service runner-ox37thcj-project-1-concurrent-0-ac402ddff8e48dad-docker-0 probably didn't start properly.
Health check error:
service "runner-ox37thcj-project-1-concurrent-0-ac402ddff8e48dad-docker-0-wait-for-service" timeout
Health check container logs:
Service container logs:
2020-05-26T09:24:04.499489112Z time="2020-05-26T09:24:04.499190319Z" level=info msg="Starting up"
2020-05-26T09:24:04.505525179Z time="2020-05-26T09:24:04.500868408Z" level=warning msg="could not change group /var/run/docker.sock to docker: group docker not found"
2020-05-26T09:24:04.505549013Z time="2020-05-26T09:24:04.501274579Z" level=warning msg="[!] DON'T BIND ON ANY IP ADDRESS WITHOUT setting --tlsverify IF YOU DON'T KNOW WHAT YOU'RE DOING [!]"
2020-05-26T09:24:04.507732630Z time="2020-05-26T09:24:04.506684266Z" level=info msg="libcontainerd: started new containerd process" pid=22
2020-05-26T09:24:04.507751834Z time="2020-05-26T09:24:04.506756578Z" level=info msg="parsed scheme: \"unix\"" module=grpc
2020-05-26T09:24:04.507754642Z time="2020-05-26T09:24:04.506765796Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
2020-05-26T09:24:04.507756698Z time="2020-05-26T09:24:04.506781712Z" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>}" module=grpc
2020-05-26T09:24:04.507759189Z time="2020-05-26T09:24:04.506791560Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
2020-05-26T09:24:04.543901863Z time="2020-05-26T09:24:04.542169795Z" level=info msg="starting containerd" revision=7ad184331fa3e55e52b890ea95e65ba581ae3429 version=v1.2.13
2020-05-26T09:24:04.543920208Z time="2020-05-26T09:24:04.542556118Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." type=io.containerd.content.v1
2020-05-26T09:24:04.543923256Z time="2020-05-26T09:24:04.542635717Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." type=io.containerd.snapshotter.v1
2020-05-26T09:24:04.543925590Z time="2020-05-26T09:24:04.542806378Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.btrfs" error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs must be a btrfs filesystem to be used with the btrfs snapshotter"
2020-05-26T09:24:04.543929633Z time="2020-05-26T09:24:04.542825345Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.aufs"..." type=io.containerd.snapshotter.v1
2020-05-26T09:24:04.559388622Z time="2020-05-26T09:24:04.559100820Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.aufs" error="modprobe aufs failed: "ip: can't find device 'aufs'\nmodprobe: can't change directory to '/lib/modules': No such file or directory\n": exit status 1"
2020-05-26T09:24:04.559410037Z time="2020-05-26T09:24:04.559136663Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.native"..." type=io.containerd.snapshotter.v1
2020-05-26T09:24:04.559413265Z time="2020-05-26T09:24:04.559252317Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." type=io.containerd.snapshotter.v1
2020-05-26T09:24:04.559620708Z time="2020-05-26T09:24:04.559556464Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.zfs"..." type=io.containerd.snapshotter.v1
2020-05-26T09:24:04.559855452Z time="2020-05-26T09:24:04.559787885Z" level=info msg="skip loading plugin "io.containerd.snapshotter.v1.zfs"..." type=io.containerd.snapshotter.v1
2020-05-26T09:24:04.559864378Z time="2020-05-26T09:24:04.559812415Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." type=io.containerd.metadata.v1
2020-05-26T09:24:04.559887826Z time="2020-05-26T09:24:04.559856843Z" level=warning msg="could not use snapshotter btrfs in metadata plugin" error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs must be a btrfs filesystem to be used with the btrfs snapshotter"
2020-05-26T09:24:04.559891324Z time="2020-05-26T09:24:04.559862652Z" level=warning msg="could not use snapshotter aufs in metadata plugin" error="modprobe aufs failed: "ip: can't find device 'aufs'\nmodprobe: can't change directory to '/lib/modules': No such file or directory\n": exit status 1"
2020-05-26T09:24:04.559893766Z time="2020-05-26T09:24:04.559868368Z" level=warning msg="could not use snapshotter zfs in metadata plugin" error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin"
2020-05-26T09:24:04.563672911Z time="2020-05-26T09:24:04.562056546Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." type=io.containerd.differ.v1
2020-05-26T09:24:04.563692608Z time="2020-05-26T09:24:04.562106651Z" level=info msg="loading plugin "io.containerd.gc.v1.scheduler"..." type=io.containerd.gc.v1
2020-05-26T09:24:04.563695251Z time="2020-05-26T09:24:04.562138267Z" level=info msg="loading plugin "io.containerd.service.v1.containers-service"..." type=io.containerd.service.v1
2020-05-26T09:24:04.563697406Z time="2020-05-26T09:24:04.562147962Z" level=info msg="loading plugin "io.containerd.service.v1.content-service"..." type=io.containerd.service.v1
2020-05-26T09:24:04.563699320Z time="2020-05-26T09:24:04.562154964Z" level=info msg="loading plugin "io.containerd.service.v1.diff-service"..." type=io.containerd.service.v1
2020-05-26T09:24:04.563701238Z time="2020-05-26T09:24:04.562162361Z" level=info msg="loading plugin "io.containerd.service.v1.images-service"..." type=io.containerd.service.v1
2020-05-26T09:24:04.563703037Z time="2020-05-26T09:24:04.562170794Z" level=info msg="loading plugin "io.containerd.service.v1.leases-service"..." type=io.containerd.service.v1
2020-05-26T09:24:04.563704792Z time="2020-05-26T09:24:04.562178084Z" level=info msg="loading plugin "io.containerd.service.v1.namespaces-service"..." type=io.containerd.service.v1
2020-05-26T09:24:04.563706565Z time="2020-05-26T09:24:04.562200994Z" level=info msg="loading plugin "io.containerd.service.v1.snapshots-service"..." type=io.containerd.service.v1
2020-05-26T09:24:04.563708335Z time="2020-05-26T09:24:04.562219033Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." type=io.containerd.runtime.v1
2020-05-26T09:24:04.563710122Z time="2020-05-26T09:24:04.562439967Z" level=info msg="loading plugin "io.containerd.runtime.v2.task"..." type=io.containerd.runtime.v2
2020-05-26T09:24:04.563712572Z time="2020-05-26T09:24:04.562611136Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." type=io.containerd.monitor.v1
2020-05-26T09:24:04.563714432Z time="2020-05-26T09:24:04.562916216Z" level=info msg="loading plugin "io.containerd.service.v1.tasks-service"..." type=io.containerd.service.v1
2020-05-26T09:24:04.563716234Z time="2020-05-26T09:24:04.562948640Z" level=info msg="loading plugin "io.containerd.internal.v1.restart"..." type=io.containerd.internal.v1
2020-05-26T09:24:04.563724463Z time="2020-05-26T09:24:04.562983960Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." type=io.containerd.grpc.v1
2020-05-26T09:24:04.563726515Z time="2020-05-26T09:24:04.562995196Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." type=io.containerd.grpc.v1
2020-05-26T09:24:04.563728274Z time="2020-05-26T09:24:04.563001628Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." type=io.containerd.grpc.v1
2020-05-26T09:24:04.563730057Z time="2020-05-26T09:24:04.563008252Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." type=io.containerd.grpc.v1
2020-05-26T09:24:04.563731799Z time="2020-05-26T09:24:04.563016814Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." type=io.containerd.grpc.v1
2020-05-26T09:24:04.563733669Z time="2020-05-26T09:24:04.563024237Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." type=io.containerd.grpc.v1
2020-05-26T09:24:04.563736299Z time="2020-05-26T09:24:04.563030776Z" level=info msg="loading plugin "io.containerd.grpc.v1.leases"..." type=io.containerd.grpc.v1
2020-05-26T09:24:04.563738948Z time="2020-05-26T09:24:04.563038116Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." type=io.containerd.grpc.v1
2020-05-26T09:24:04.563741852Z time="2020-05-26T09:24:04.563045976Z" level=info msg="loading plugin "io.containerd.internal.v1.opt"..." type=io.containerd.internal.v1
2020-05-26T09:24:04.563744422Z time="2020-05-26T09:24:04.563303516Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." type=io.containerd.grpc.v1
2020-05-26T09:24:04.563747603Z time="2020-05-26T09:24:04.563355751Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." type=io.containerd.grpc.v1
2020-05-26T09:24:04.563750676Z time="2020-05-26T09:24:04.563372933Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." type=io.containerd.grpc.v1
2020-05-26T09:24:04.563754041Z time="2020-05-26T09:24:04.563383919Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." type=io.containerd.grpc.v1
2020-05-26T09:24:04.566096307Z time="2020-05-26T09:24:04.564734171Z" level=info msg=serving... address="/var/run/docker/containerd/containerd-debug.sock"
2020-05-26T09:24:04.566118304Z time="2020-05-26T09:24:04.565087426Z" level=info msg=serving... address="/var/run/docker/containerd/containerd.sock"
2020-05-26T09:24:04.566121326Z time="2020-05-26T09:24:04.565112021Z" level=info msg="containerd successfully booted in 0.023477s"
2020-05-26T09:24:04.574212778Z time="2020-05-26T09:24:04.573702279Z" level=info msg="Setting the storage driver from the $DOCKER_DRIVER environment variable (overlay2)"
2020-05-26T09:24:04.581197834Z time="2020-05-26T09:24:04.581005561Z" level=info msg="parsed scheme: \"unix\"" module=grpc
2020-05-26T09:24:04.581222391Z time="2020-05-26T09:24:04.581053869Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
2020-05-26T09:24:04.581262047Z time="2020-05-26T09:24:04.581091109Z" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>}" module=grpc
2020-05-26T09:24:04.581276722Z time="2020-05-26T09:24:04.581125215Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
2020-05-26T09:24:04.582723045Z time="2020-05-26T09:24:04.582602403Z" level=info msg="parsed scheme: \"unix\"" module=grpc
2020-05-26T09:24:04.582739958Z time="2020-05-26T09:24:04.582668565Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
2020-05-26T09:24:04.583377432Z time="2020-05-26T09:24:04.582687274Z" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>}" module=grpc
2020-05-26T09:24:04.583393800Z time="2020-05-26T09:24:04.582698695Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
2020-05-26T09:24:04.610858045Z time="2020-05-26T09:24:04.607130565Z" level=warning msg="Your kernel does not support cgroup blkio weight"
2020-05-26T09:24:04.610880601Z time="2020-05-26T09:24:04.607152206Z" level=warning msg="Your kernel does not support cgroup blkio weight_device"
2020-05-26T09:24:04.610883701Z time="2020-05-26T09:24:04.607272599Z" level=info msg="Loading containers: start."
2020-05-26T09:24:04.623849358Z time="2020-05-26T09:24:04.623704929Z" level=warning msg="Running modprobe bridge br_netfilter failed with message: ip: can't find device 'bridge'\nbridge 192512 1 br_netfilter\nstp 16384 1 bridge\nllc 16384 2 bridge,stp\nip: can't find device 'br_netfilter'\nbr_netfilter 24576 0 \nbridge 192512 1 br_netfilter\nmodprobe: can't change directory to '/lib/modules': No such file or directory\n, error: exit status 1"
2020-05-26T09:24:04.625701356Z time="2020-05-26T09:24:04.625407542Z" level=warning msg="Running iptables --wait -t nat -L -n failed with message: `modprobe: can't change directory to '/lib/modules': No such file or directory\niptables v1.8.3 (legacy): can't initialize iptables table `nat': Table does not exist (do you need to insmod?)\nPerhaps iptables or your kernel needs to be upgraded.`, error: exit status 3"
2020-05-26T09:24:04.657497628Z time="2020-05-26T09:24:04.657028659Z" level=info msg="stopping healthcheck following graceful shutdown" module=libcontainerd
2020-05-26T09:24:04.657517883Z time="2020-05-26T09:24:04.657146920Z" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=plugins.moby
2020-05-26T09:24:04.657520832Z time="2020-05-26T09:24:04.657187903Z" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=moby
2020-05-26T09:24:05.658026439Z failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain DOCKER: iptables failed: iptables -t nat -N DOCKER: modprobe: can't change directory to '/lib/modules': No such file or directory
2020-05-26T09:24:05.658060003Z iptables v1.8.3 (legacy): can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
2020-05-26T09:24:05.658064624Z Perhaps iptables or your kernel needs to be upgraded.
2020-05-26T09:24:05.658082028Z (exit status 3)
*********
Pulling docker image registry.gitlab.com/gitlab-org/cluster-integration/auto-build-image:v0.2.2 ...
ERROR: Preparation failed: Error response from daemon: Get https://registry.gitlab.com/v2/gitlab-org/cluster-integration/auto-build-image/manifests/v0.2.2: Get https://gitlab.com/jwt/auth?scope=repository%3Agitlab-org%2Fcluster-integration%2Fauto-build-image%3Apull&service=container_registry: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) (docker.go:198:16s)
Will be retried in 3s ...
ERROR: Job failed (system failure): Error response from daemon: Get https://registry.gitlab.com/v2/gitlab-org/cluster-integration/auto-build-image/manifests/v0.2.2: Get https://gitlab.com/jwt/auth?scope=repository%3Agitlab-org%2Fcluster-integration%2Fauto-build-image%3Apull&service=container_registry: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) (docker.go:198:16s)