Closed TheChymera closed 6 years ago
I'd just ignore it, since afaik we do not need the virtualization capabilities anyways. If you do want to run the docker image on the buildserver, we'd have to enable those options in the kernel config
ah, no, this is only for creating the docker images. It seems the docker service is crashing, and I thought this may be elated to these modules missing:
builder ~/NeuroGentooProject/BuildServer # buildserver ~/StereotaXYZ/.gentoo/ docker_image
Loading global configuration
Loading configuration of machine 0ce4b33336bd90d9ea71248e4966298a1b0acacbe84d3d4fbdc1a96445e7fd07
Executing docker_image scripts for machine 0ce4b33336bd90d9ea71248e4966298a1b0acacbe84d3d4fbdc1a96445e7fd07 of type default
executing scripts /usr/share/buildserver/scripts/docker_image/default/00-setup_env.sh /usr/share/buildserver/scripts/docker_image/default/10-copy_dockerfile.sh /usr/share/buildserver/scripts/docker_image/default/20-build_dockerimage.sh
Executing docker_image/default/00-setup_env.sh
Ensuring /root/NeuroGentooProject/BuildServer/roots/0ce4b33336bd90d9ea71248e4966298a1b0acacbe84d3d4fbdc1a96445e7fd07/root/../logs/docker_image/ is a directory
Ensuring /root/NeuroGentooProject/BuildServer/roots/0ce4b33336bd90d9ea71248e4966298a1b0acacbe84d3d4fbdc1a96445e7fd07/root/../registry/ is a directory
Executing docker_image/default/10-copy_dockerfile.sh
Ensuring /root/NeuroGentooProject/BuildServer/roots/0ce4b33336bd90d9ea71248e4966298a1b0acacbe84d3d4fbdc1a96445e7fd07/root/../logs/docker_image/ is a directory
Executing docker_image/default/20-build_dockerimage.sh
Ensuring /root/NeuroGentooProject/BuildServer/roots/0ce4b33336bd90d9ea71248e4966298a1b0acacbe84d3d4fbdc1a96445e7fd07/root/../logs/docker_image/ is a directory
~/NeuroGentooProject/BuildServer/roots/0ce4b33336bd90d9ea71248e4966298a1b0acacbe84d3d4fbdc1a96445e7fd07 ~/NeuroGentooProject/BuildServer
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Exiting
Cleaning up
Cleaning up after error
builder ~ # rc-service docker start -v
* WARNING: docker has already been started
builder ~ # rc-service docker restart -v
* Executing: /lib64/rc/sh/openrc-run.sh /lib64/rc/sh/openrc-run.sh /etc/init.d/docker stop
* Stopping docker ...
* start-stop-daemon: fopen `/run/docker.pid': No such file or directory
* Failed to stop docker [ !! ]
* ERROR: docker failed to stop
builder ~ # rc-service docker stop -v
* Executing: /lib64/rc/sh/openrc-run.sh /lib64/rc/sh/openrc-run.sh /etc/init.d/docker stop
* Stopping docker ...
* start-stop-daemon: fopen `/run/docker.pid': No such file or directory
* Failed to stop docker [ !! ]
* ERROR: docker failed to stop
@Doeme I also tried the fix proposed on the Gentoo wiki but that changed nothing.
the plot thickens:
builder ~ # rc-service docker zap
* Manually resetting docker to stopped state
builder ~ # rc-service docker start -v
* Executing: /lib64/rc/sh/openrc-run.sh /lib64/rc/sh/openrc-run.sh /etc/init.d/docker start
* Starting docker ...
* start-stop-daemon: fopen `/run/docker.pid': No such file or directory
* Detaching to start `/usr/bin/dockerd' ... [ ok ]
builder ~ # btouch /run/docker.pid
-bash: btouch: command not found
builder ~ # touch /run/docker.pid
builder ~ # rc-service docker zap
* Manually resetting docker to stopped state
builder ~ # rc-service docker start -v
* Executing: /lib64/rc/sh/openrc-run.sh /lib64/rc/sh/openrc-run.sh /etc/init.d/docker start
* Starting docker ...
* start-stop-daemon: no pid found in `/run/docker.pid'
* Detaching to start `/usr/bin/dockerd' ... [ ok ]
builder ~ # rc-service docker status
* status: crashed
builder ~ # rc-service docker stop
* Stopping docker ...
* Failed to stop docker [ !! ]
* ERROR: docker failed to stop
aaand, I was able to get at the logs, it seems it might actually be a kernel issue :-/:
time="2018-01-29T20:35:29.709117960Z" level=info msg="libcontainerd: started new docker-containerd process" pid=27402
time="2018-01-29T20:35:29Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-29T20:35:29Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-29T20:35:29Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-29T20:35:29Z" level=info msg="containerd successfully booted in 0.063945s" module=containerd
time="2018-01-29T20:35:29.803577833Z" level=error msg="Failed to built-in GetDriver graph btrfs /var/lib/docker"
time="2018-01-29T20:35:29.803669829Z" level=error msg="Failed to built-in GetDriver graph overlay2 /var/lib/docker"
time="2018-01-29T20:35:29.803681584Z" level=error msg="Failed to built-in GetDriver graph aufs /var/lib/docker"
time="2018-01-29T20:35:29.803688796Z" level=error msg="Failed to built-in GetDriver graph overlay /var/lib/docker"
time="2018-01-29T20:35:30.410417342Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-29T20:35:30.410661760Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-29T20:35:30.410690059Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-29T20:35:30.410722464Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-29T20:35:30.410739429Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-29T20:35:30.410788426Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-29T20:51:33.126423183Z" level=info msg="libcontainerd: started new docker-containerd process" pid=2185
time="2018-01-29T20:51:33Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-29T20:51:33Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-29T20:51:33Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-29T20:51:33Z" level=info msg="containerd successfully booted in 0.006092s" module=containerd
time="2018-01-29T20:51:33.293612055Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-29T20:51:33.293821050Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-29T20:51:33.293838663Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-29T20:51:33.293848456Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-29T20:51:33.293858640Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-29T20:51:33.293905118Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-30T14:08:23.126764682Z" level=info msg="libcontainerd: started new docker-containerd process" pid=8424
time="2018-01-30T14:08:23Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-30T14:08:23Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-30T14:08:23Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-30T14:08:23Z" level=info msg="containerd successfully booted in 0.002646s" module=containerd
time="2018-01-30T14:08:23.156571813Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-01-30T14:08:23.206950499Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-30T14:08:23.207290308Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-30T14:08:23.207316550Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-30T14:08:23.207329951Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-30T14:08:23.207342822Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-30T14:08:23.207425795Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-30T14:08:33.118699373Z" level=info msg="libcontainerd: started new docker-containerd process" pid=8499
time="2018-01-30T14:08:33Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-30T14:08:33Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-30T14:08:33Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-30T14:08:33Z" level=info msg="containerd successfully booted in 0.004163s" module=containerd
time="2018-01-30T14:08:33.158218719Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-01-30T14:08:33.201477903Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-30T14:08:33.201599846Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-30T14:08:33.201611719Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-30T14:08:33.201618055Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-30T14:08:33.201624025Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-30T14:08:33.201655421Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-30T14:10:29.536227340Z" level=info msg="libcontainerd: started new docker-containerd process" pid=8574
time="2018-01-30T14:10:29Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-30T14:10:29Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-30T14:10:29Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-30T14:10:29Z" level=info msg="containerd successfully booted in 0.003771s" module=containerd
time="2018-01-30T14:10:29.577644964Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-01-30T14:10:29.641044469Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-30T14:10:29.641297117Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-30T14:10:29.641327858Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-30T14:10:29.641341937Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-30T14:10:29.641355508Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-30T14:10:29.641460244Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-30T14:21:34.301054367Z" level=info msg="libcontainerd: started new docker-containerd process" pid=8721
time="2018-01-30T14:21:34Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-30T14:21:34Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-30T14:21:34Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-30T14:21:34Z" level=info msg="containerd successfully booted in 0.003658s" module=containerd
time="2018-01-30T14:21:34.348814090Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-01-30T14:21:34.383463092Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-30T14:21:34.383652050Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-30T14:21:34.383666957Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-30T14:21:34.383673578Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-30T14:21:34.383680143Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-30T14:21:34.383731017Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-30T14:22:28.038243603Z" level=info msg="libcontainerd: started new docker-containerd process" pid=8779
time="2018-01-30T14:22:28Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-30T14:22:28Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-30T14:22:28Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-30T14:22:28Z" level=info msg="containerd successfully booted in 0.003378s" module=containerd
time="2018-01-30T14:22:28.062532220Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-01-30T14:22:28.114970187Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-30T14:22:28.115211299Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-30T14:22:28.115239832Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-30T14:22:28.115253570Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-30T14:22:28.115267168Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-30T14:22:28.115337076Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-30T14:27:39.432236342Z" level=info msg="libcontainerd: started new docker-containerd process" pid=8893
time="2018-01-30T14:27:39Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-30T14:27:39Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-30T14:27:39Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-30T14:27:39Z" level=info msg="containerd successfully booted in 0.002608s" module=containerd
time="2018-01-30T14:27:39.472323323Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-01-30T14:27:39.512467716Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-30T14:27:39.512600981Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-30T14:27:39.512616857Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-30T14:27:39.512623516Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-30T14:27:39.512630260Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-30T14:27:39.512666865Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
What do you think?
The cgroup-interface is a special filesystem which should get automatically mounted by udev:
cgroup_root on /sys/fs/cgroup type tmpfs (rw,nosuid,nodev,noexec,relatime,size=10240k,mode=755)
But maybe the daemon is indeed missing the cgroup_cpu,... mounts, so we have to enable them in the kernel .config
@Doeme , what I assume is the cgroup_cpu
kernel config option seems not to be the issue (this is after rebuilding the kernel to include a number of CGROUP
options):
builder ~ # rc-service docker start -v
* Executing: /lib64/rc/sh/openrc-run.sh /lib64/rc/sh/openrc-run.sh /etc/init.d/docker start
* Starting docker ...
* start-stop-daemon: fopen `/run/docker.pid': No such file or directory
* Detaching to start `/usr/bin/dockerd' ... [ ok ]
builder ~ # ag cgroup /boot/config-4.14.8-gentoo-r1
151:CONFIG_CGROUPS=y
156:CONFIG_BLK_CGROUP=y
157:# CONFIG_DEBUG_BLK_CGROUP is not set
158:CONFIG_CGROUP_WRITEBACK=y
159:CONFIG_CGROUP_SCHED=y
163:CONFIG_CGROUP_PIDS=y
164:# CONFIG_CGROUP_RDMA is not set
165:CONFIG_CGROUP_FREEZER=y
168:CONFIG_CGROUP_DEVICE=y
169:CONFIG_CGROUP_CPUACCT=y
170:# CONFIG_CGROUP_PERF is not set
171:# CONFIG_SOCK_CGROUP_DATA is not set
902:# CONFIG_CGROUP_NET_PRIO is not set
903:# CONFIG_CGROUP_NET_CLASSID is not set
builder ~ # ag cgroup_cpu /boot/config-4.14.8-gentoo-r1
169:CONFIG_CGROUP_CPUACCT=y
builder ~ # cat /var/log/docker.log
time="2018-01-29T20:35:29.709117960Z" level=info msg="libcontainerd: started new docker-containerd process" pid=27402
time="2018-01-29T20:35:29Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-29T20:35:29Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-29T20:35:29Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-29T20:35:29Z" level=info msg="containerd successfully booted in 0.063945s" module=containerd
time="2018-01-29T20:35:29.803577833Z" level=error msg="Failed to built-in GetDriver graph btrfs /var/lib/docker"
time="2018-01-29T20:35:29.803669829Z" level=error msg="Failed to built-in GetDriver graph overlay2 /var/lib/docker"
time="2018-01-29T20:35:29.803681584Z" level=error msg="Failed to built-in GetDriver graph aufs /var/lib/docker"
time="2018-01-29T20:35:29.803688796Z" level=error msg="Failed to built-in GetDriver graph overlay /var/lib/docker"
time="2018-01-29T20:35:30.410417342Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-29T20:35:30.410661760Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-29T20:35:30.410690059Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-29T20:35:30.410722464Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-29T20:35:30.410739429Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-29T20:35:30.410788426Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-29T20:51:33.126423183Z" level=info msg="libcontainerd: started new docker-containerd process" pid=2185
time="2018-01-29T20:51:33Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-29T20:51:33Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-29T20:51:33Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-29T20:51:33Z" level=info msg="containerd successfully booted in 0.006092s" module=containerd
time="2018-01-29T20:51:33.293612055Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-29T20:51:33.293821050Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-29T20:51:33.293838663Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-29T20:51:33.293848456Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-29T20:51:33.293858640Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-29T20:51:33.293905118Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-30T14:08:23.126764682Z" level=info msg="libcontainerd: started new docker-containerd process" pid=8424
time="2018-01-30T14:08:23Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-30T14:08:23Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-30T14:08:23Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-30T14:08:23Z" level=info msg="containerd successfully booted in 0.002646s" module=containerd
time="2018-01-30T14:08:23.156571813Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-01-30T14:08:23.206950499Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-30T14:08:23.207290308Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-30T14:08:23.207316550Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-30T14:08:23.207329951Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-30T14:08:23.207342822Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-30T14:08:23.207425795Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-30T14:08:33.118699373Z" level=info msg="libcontainerd: started new docker-containerd process" pid=8499
time="2018-01-30T14:08:33Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-30T14:08:33Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-30T14:08:33Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-30T14:08:33Z" level=info msg="containerd successfully booted in 0.004163s" module=containerd
time="2018-01-30T14:08:33.158218719Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-01-30T14:08:33.201477903Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-30T14:08:33.201599846Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-30T14:08:33.201611719Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-30T14:08:33.201618055Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-30T14:08:33.201624025Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-30T14:08:33.201655421Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-30T14:10:29.536227340Z" level=info msg="libcontainerd: started new docker-containerd process" pid=8574
time="2018-01-30T14:10:29Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-30T14:10:29Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-30T14:10:29Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-30T14:10:29Z" level=info msg="containerd successfully booted in 0.003771s" module=containerd
time="2018-01-30T14:10:29.577644964Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-01-30T14:10:29.641044469Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-30T14:10:29.641297117Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-30T14:10:29.641327858Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-30T14:10:29.641341937Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-30T14:10:29.641355508Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-30T14:10:29.641460244Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-30T14:21:34.301054367Z" level=info msg="libcontainerd: started new docker-containerd process" pid=8721
time="2018-01-30T14:21:34Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-30T14:21:34Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-30T14:21:34Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-30T14:21:34Z" level=info msg="containerd successfully booted in 0.003658s" module=containerd
time="2018-01-30T14:21:34.348814090Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-01-30T14:21:34.383463092Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-30T14:21:34.383652050Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-30T14:21:34.383666957Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-30T14:21:34.383673578Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-30T14:21:34.383680143Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-30T14:21:34.383731017Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-30T14:22:28.038243603Z" level=info msg="libcontainerd: started new docker-containerd process" pid=8779
time="2018-01-30T14:22:28Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-30T14:22:28Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-30T14:22:28Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-30T14:22:28Z" level=info msg="containerd successfully booted in 0.003378s" module=containerd
time="2018-01-30T14:22:28.062532220Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-01-30T14:22:28.114970187Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-30T14:22:28.115211299Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-30T14:22:28.115239832Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-30T14:22:28.115253570Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-30T14:22:28.115267168Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-30T14:22:28.115337076Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-30T14:27:39.432236342Z" level=info msg="libcontainerd: started new docker-containerd process" pid=8893
time="2018-01-30T14:27:39Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-30T14:27:39Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-30T14:27:39Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-30T14:27:39Z" level=info msg="containerd successfully booted in 0.002608s" module=containerd
time="2018-01-30T14:27:39.472323323Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-01-30T14:27:39.512467716Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-30T14:27:39.512600981Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-30T14:27:39.512616857Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-30T14:27:39.512623516Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-30T14:27:39.512630260Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-30T14:27:39.512666865Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-30T14:42:59.296292259Z" level=info msg="libcontainerd: started new docker-containerd process" pid=10659
time="2018-01-30T14:42:59Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-30T14:42:59Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:42:59Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-30T14:42:59Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-30T14:42:59Z" level=info msg="containerd successfully booted in 0.005168s" module=containerd
time="2018-01-30T14:42:59.326855926Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-01-30T14:42:59.372915300Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-30T14:42:59.373195762Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-30T14:42:59.373226977Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-30T14:42:59.373240939Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-30T14:42:59.373254194Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-30T14:42:59.373364020Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-30T15:19:25.050709594Z" level=info msg="libcontainerd: started new docker-containerd process" pid=2194
time="2018-01-30T15:19:25Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-30T15:19:25Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:19:25Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-30T15:19:25Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-30T15:19:25Z" level=info msg="containerd successfully booted in 0.008527s" module=containerd
time="2018-01-30T15:19:25.152462600Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-01-30T15:19:25.202480189Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-30T15:19:25.202607581Z" level=warning msg="Your kernel does not support swap memory limit"
time="2018-01-30T15:19:25.202648150Z" level=warning msg="Your kernel does not support cgroup cfs period"
time="2018-01-30T15:19:25.202657690Z" level=warning msg="Your kernel does not support cgroup cfs quotas"
time="2018-01-30T15:19:25.202668912Z" level=warning msg="Your kernel does not support cgroup rt period"
time="2018-01-30T15:19:25.202685571Z" level=warning msg="Your kernel does not support cgroup rt runtime"
time="2018-01-30T15:19:25.202695939Z" level=warning msg="Your kernel does not support cgroup blkio weight"
time="2018-01-30T15:19:25.202704073Z" level=warning msg="Your kernel does not support cgroup blkio weight_device"
time="2018-01-30T15:19:25.202713168Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_bps_device"
time="2018-01-30T15:19:25.202723161Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_bps_device"
time="2018-01-30T15:19:25.202732279Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_iops_device"
time="2018-01-30T15:19:25.202741309Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_iops_device"
time="2018-01-30T15:19:25.202810573Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-30T15:37:50.563691271Z" level=info msg="libcontainerd: started new docker-containerd process" pid=2191
time="2018-01-30T15:37:50Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-30T15:37:50Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:37:50Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-30T15:37:50Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-30T15:37:50Z" level=info msg="containerd successfully booted in 0.007471s" module=containerd
time="2018-01-30T15:37:50.666055845Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-01-30T15:37:50.705327384Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-30T15:37:50.705657163Z" level=warning msg="Your kernel does not support cgroup cfs period"
time="2018-01-30T15:37:50.705682953Z" level=warning msg="Your kernel does not support cgroup cfs quotas"
time="2018-01-30T15:37:50.705697704Z" level=warning msg="Your kernel does not support cgroup rt period"
time="2018-01-30T15:37:50.705711390Z" level=warning msg="Your kernel does not support cgroup rt runtime"
time="2018-01-30T15:37:50.705726972Z" level=warning msg="Your kernel does not support cgroup blkio weight"
time="2018-01-30T15:37:50.705741373Z" level=warning msg="Your kernel does not support cgroup blkio weight_device"
time="2018-01-30T15:37:50.705756781Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_bps_device"
time="2018-01-30T15:37:50.705772093Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_bps_device"
time="2018-01-30T15:37:50.705788113Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_iops_device"
time="2018-01-30T15:37:50.705802966Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_iops_device"
time="2018-01-30T15:37:50.705909200Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-02-01T14:54:22.321054773Z" level=info msg="libcontainerd: started new docker-containerd process" pid=8874
time="2018-02-01T14:54:22Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-02-01T14:54:22Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:54:22Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-02-01T14:54:22Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-02-01T14:54:22Z" level=info msg="containerd successfully booted in 0.038087s" module=containerd
time="2018-02-01T14:54:22.713302369Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-02-01T14:54:22.919942640Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-02-01T14:54:22.920263154Z" level=warning msg="Your kernel does not support cgroup cfs period"
time="2018-02-01T14:54:22.920291193Z" level=warning msg="Your kernel does not support cgroup cfs quotas"
time="2018-02-01T14:54:22.920307735Z" level=warning msg="Your kernel does not support cgroup rt period"
time="2018-02-01T14:54:22.920322446Z" level=warning msg="Your kernel does not support cgroup rt runtime"
time="2018-02-01T14:54:22.920357991Z" level=warning msg="Your kernel does not support cgroup blkio weight"
time="2018-02-01T14:54:22.920380920Z" level=warning msg="Your kernel does not support cgroup blkio weight_device"
time="2018-02-01T14:54:22.920401825Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_bps_device"
time="2018-02-01T14:54:22.920420744Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_bps_device"
time="2018-02-01T14:54:22.920438787Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_iops_device"
time="2018-02-01T14:54:22.920457949Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_iops_device"
time="2018-02-01T14:54:22.922249630Z" level=info msg="Loading containers: start."
time="2018-02-01T14:54:22.938158596Z" level=warning msg="Running modprobe bridge br_netfilter failed with message: modprobe: WARNING: Module bridge not found in directory /lib/modules/4.14.8-gentoo-r1\nmodprobe: WARNING: Module br_netfilter not found in directory /lib/modules/4.14.8-gentoo-r1\n, error: exit status 1"
time="2018-02-01T14:54:22.940001325Z" level=warning msg="Running modprobe nf_nat failed with message: `modprobe: WARNING: Module nf_nat not found in directory /lib/modules/4.14.8-gentoo-r1`, error: exit status 1"
time="2018-02-01T14:54:22.942702292Z" level=warning msg="Running modprobe xt_conntrack failed with message: `modprobe: WARNING: Module xt_conntrack not found in directory /lib/modules/4.14.8-gentoo-r1`, error: exit status 1"
Error starting daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain: iptables failed: iptables -t nat -N DOCKER: modprobe: FATAL: Module ip_tables not found in directory /lib/modules/4.14.8-gentoo-r1
iptables v1.6.1: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
(exit status 3)
time="2018-02-01T14:56:21.766718929Z" level=info msg="libcontainerd: started new docker-containerd process" pid=8992
time="2018-02-01T14:56:21Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-02-01T14:56:21Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:56:21Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-02-01T14:56:21Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-02-01T14:56:21Z" level=info msg="containerd successfully booted in 0.002664s" module=containerd
time="2018-02-01T14:56:21.800264161Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-02-01T14:56:21.839039541Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-02-01T14:56:21.839360779Z" level=warning msg="Your kernel does not support cgroup cfs period"
time="2018-02-01T14:56:21.839385644Z" level=warning msg="Your kernel does not support cgroup cfs quotas"
time="2018-02-01T14:56:21.839401065Z" level=warning msg="Your kernel does not support cgroup rt period"
time="2018-02-01T14:56:21.839414817Z" level=warning msg="Your kernel does not support cgroup rt runtime"
time="2018-02-01T14:56:21.839429972Z" level=warning msg="Your kernel does not support cgroup blkio weight"
time="2018-02-01T14:56:21.839444522Z" level=warning msg="Your kernel does not support cgroup blkio weight_device"
time="2018-02-01T14:56:21.839459517Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_bps_device"
time="2018-02-01T14:56:21.839474226Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_bps_device"
time="2018-02-01T14:56:21.839488694Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_iops_device"
time="2018-02-01T14:56:21.839533565Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_iops_device"
time="2018-02-01T14:56:21.840651496Z" level=info msg="Loading containers: start."
time="2018-02-01T14:56:21.842045310Z" level=warning msg="Running modprobe bridge br_netfilter failed with message: modprobe: WARNING: Module bridge not found in directory /lib/modules/4.14.8-gentoo-r1\nmodprobe: WARNING: Module br_netfilter not found in directory /lib/modules/4.14.8-gentoo-r1\n, error: exit status 1"
time="2018-02-01T14:56:21.843268252Z" level=warning msg="Running modprobe nf_nat failed with message: `modprobe: WARNING: Module nf_nat not found in directory /lib/modules/4.14.8-gentoo-r1`, error: exit status 1"
time="2018-02-01T14:56:21.844510824Z" level=warning msg="Running modprobe xt_conntrack failed with message: `modprobe: WARNING: Module xt_conntrack not found in directory /lib/modules/4.14.8-gentoo-r1`, error: exit status 1"
Error starting daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain: iptables failed: iptables -t nat -N DOCKER: modprobe: FATAL: Module ip_tables not found in directory /lib/modules/4.14.8-gentoo-r1
iptables v1.6.1: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
(exit status 3)
But you are correct that cgroup_root
is mounted but not cgroup_cpu
:
builder ~/NeuroGentooProject/BuildServer # mount
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
devtmpfs on /dev type devtmpfs (rw,nosuid,size=10240k,nr_inodes=4015501,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,noexec)
tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,mode=755)
/dev/vda1 on / type btrfs (rw,noatime,noacl,space_cache,subvolid=5,subvol=/)
fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
cgroup_root on /sys/fs/cgroup type tmpfs (rw,nosuid,nodev,noexec,relatime,size=10240k,mode=755)
openrc on /sys/fs/cgroup/openrc type cgroup (rw,nosuid,nodev,noexec,relatime,release_agent=/lib64/rc/sh/cgroup-release-agent.sh,name=openrc)
none on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
cpuset on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cpu on /sys/fs/cgroup/cpu type cgroup (rw,nosuid,nodev,noexec,relatime,cpu)
cpuacct on /sys/fs/cgroup/cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpuacct)
blkio on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
memory on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
devices on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
freezer on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
pids on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
Ok, so after continuing to enable IPTABLES-related kernel options, and then being prompted for bridge-utils
and then installing those, I am currently left here:
time="2018-01-29T20:35:29.709117960Z" level=info msg="libcontainerd: started new docker-containerd process" pid=27402
time="2018-01-29T20:35:29Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-29T20:35:29Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:35:29Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-29T20:35:29Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-29T20:35:29Z" level=info msg="containerd successfully booted in 0.063945s" module=containerd
time="2018-01-29T20:35:29.803577833Z" level=error msg="Failed to built-in GetDriver graph btrfs /var/lib/docker"
time="2018-01-29T20:35:29.803669829Z" level=error msg="Failed to built-in GetDriver graph overlay2 /var/lib/docker"
time="2018-01-29T20:35:29.803681584Z" level=error msg="Failed to built-in GetDriver graph aufs /var/lib/docker"
time="2018-01-29T20:35:29.803688796Z" level=error msg="Failed to built-in GetDriver graph overlay /var/lib/docker"
time="2018-01-29T20:35:30.410417342Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-29T20:35:30.410661760Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-29T20:35:30.410690059Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-29T20:35:30.410722464Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-29T20:35:30.410739429Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-29T20:35:30.410788426Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-29T20:51:33.126423183Z" level=info msg="libcontainerd: started new docker-containerd process" pid=2185
time="2018-01-29T20:51:33Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-29T20:51:33Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-29T20:51:33Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-29T20:51:33Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-29T20:51:33Z" level=info msg="containerd successfully booted in 0.006092s" module=containerd
time="2018-01-29T20:51:33.293612055Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-29T20:51:33.293821050Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-29T20:51:33.293838663Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-29T20:51:33.293848456Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-29T20:51:33.293858640Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-29T20:51:33.293905118Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-30T14:08:23.126764682Z" level=info msg="libcontainerd: started new docker-containerd process" pid=8424
time="2018-01-30T14:08:23Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-30T14:08:23Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:23Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-30T14:08:23Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-30T14:08:23Z" level=info msg="containerd successfully booted in 0.002646s" module=containerd
time="2018-01-30T14:08:23.156571813Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-01-30T14:08:23.206950499Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-30T14:08:23.207290308Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-30T14:08:23.207316550Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-30T14:08:23.207329951Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-30T14:08:23.207342822Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-30T14:08:23.207425795Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-30T14:08:33.118699373Z" level=info msg="libcontainerd: started new docker-containerd process" pid=8499
time="2018-01-30T14:08:33Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-30T14:08:33Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:08:33Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-30T14:08:33Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-30T14:08:33Z" level=info msg="containerd successfully booted in 0.004163s" module=containerd
time="2018-01-30T14:08:33.158218719Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-01-30T14:08:33.201477903Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-30T14:08:33.201599846Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-30T14:08:33.201611719Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-30T14:08:33.201618055Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-30T14:08:33.201624025Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-30T14:08:33.201655421Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-30T14:10:29.536227340Z" level=info msg="libcontainerd: started new docker-containerd process" pid=8574
time="2018-01-30T14:10:29Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-30T14:10:29Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:10:29Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-30T14:10:29Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-30T14:10:29Z" level=info msg="containerd successfully booted in 0.003771s" module=containerd
time="2018-01-30T14:10:29.577644964Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-01-30T14:10:29.641044469Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-30T14:10:29.641297117Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-30T14:10:29.641327858Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-30T14:10:29.641341937Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-30T14:10:29.641355508Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-30T14:10:29.641460244Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-30T14:21:34.301054367Z" level=info msg="libcontainerd: started new docker-containerd process" pid=8721
time="2018-01-30T14:21:34Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-30T14:21:34Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:21:34Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-30T14:21:34Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-30T14:21:34Z" level=info msg="containerd successfully booted in 0.003658s" module=containerd
time="2018-01-30T14:21:34.348814090Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-01-30T14:21:34.383463092Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-30T14:21:34.383652050Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-30T14:21:34.383666957Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-30T14:21:34.383673578Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-30T14:21:34.383680143Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-30T14:21:34.383731017Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-30T14:22:28.038243603Z" level=info msg="libcontainerd: started new docker-containerd process" pid=8779
time="2018-01-30T14:22:28Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-30T14:22:28Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:22:28Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-30T14:22:28Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-30T14:22:28Z" level=info msg="containerd successfully booted in 0.003378s" module=containerd
time="2018-01-30T14:22:28.062532220Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-01-30T14:22:28.114970187Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-30T14:22:28.115211299Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-30T14:22:28.115239832Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-30T14:22:28.115253570Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-30T14:22:28.115267168Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-30T14:22:28.115337076Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-30T14:27:39.432236342Z" level=info msg="libcontainerd: started new docker-containerd process" pid=8893
time="2018-01-30T14:27:39Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-30T14:27:39Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:27:39Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-30T14:27:39Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-30T14:27:39Z" level=info msg="containerd successfully booted in 0.002608s" module=containerd
time="2018-01-30T14:27:39.472323323Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-01-30T14:27:39.512467716Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-30T14:27:39.512600981Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-30T14:27:39.512616857Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-30T14:27:39.512623516Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-30T14:27:39.512630260Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-30T14:27:39.512666865Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-30T14:42:59.296292259Z" level=info msg="libcontainerd: started new docker-containerd process" pid=10659
time="2018-01-30T14:42:59Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-30T14:42:59Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:42:59Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T14:42:59Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-30T14:42:59Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-30T14:42:59Z" level=info msg="containerd successfully booted in 0.005168s" module=containerd
time="2018-01-30T14:42:59.326855926Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-01-30T14:42:59.372915300Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-30T14:42:59.373195762Z" level=warning msg="Your kernel does not support cgroup memory limit"
time="2018-01-30T14:42:59.373226977Z" level=warning msg="Unable to find cpu cgroup in mounts"
time="2018-01-30T14:42:59.373240939Z" level=warning msg="Unable to find blkio cgroup in mounts"
time="2018-01-30T14:42:59.373254194Z" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2018-01-30T14:42:59.373364020Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-30T15:19:25.050709594Z" level=info msg="libcontainerd: started new docker-containerd process" pid=2194
time="2018-01-30T15:19:25Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-30T15:19:25Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:19:25Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:19:25Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-30T15:19:25Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-30T15:19:25Z" level=info msg="containerd successfully booted in 0.008527s" module=containerd
time="2018-01-30T15:19:25.152462600Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-01-30T15:19:25.202480189Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-30T15:19:25.202607581Z" level=warning msg="Your kernel does not support swap memory limit"
time="2018-01-30T15:19:25.202648150Z" level=warning msg="Your kernel does not support cgroup cfs period"
time="2018-01-30T15:19:25.202657690Z" level=warning msg="Your kernel does not support cgroup cfs quotas"
time="2018-01-30T15:19:25.202668912Z" level=warning msg="Your kernel does not support cgroup rt period"
time="2018-01-30T15:19:25.202685571Z" level=warning msg="Your kernel does not support cgroup rt runtime"
time="2018-01-30T15:19:25.202695939Z" level=warning msg="Your kernel does not support cgroup blkio weight"
time="2018-01-30T15:19:25.202704073Z" level=warning msg="Your kernel does not support cgroup blkio weight_device"
time="2018-01-30T15:19:25.202713168Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_bps_device"
time="2018-01-30T15:19:25.202723161Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_bps_device"
time="2018-01-30T15:19:25.202732279Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_iops_device"
time="2018-01-30T15:19:25.202741309Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_iops_device"
time="2018-01-30T15:19:25.202810573Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-01-30T15:37:50.563691271Z" level=info msg="libcontainerd: started new docker-containerd process" pid=2191
time="2018-01-30T15:37:50Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-01-30T15:37:50Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:37:50Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-01-30T15:37:50Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-01-30T15:37:50Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-01-30T15:37:50Z" level=info msg="containerd successfully booted in 0.007471s" module=containerd
time="2018-01-30T15:37:50.666055845Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-01-30T15:37:50.705327384Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-01-30T15:37:50.705657163Z" level=warning msg="Your kernel does not support cgroup cfs period"
time="2018-01-30T15:37:50.705682953Z" level=warning msg="Your kernel does not support cgroup cfs quotas"
time="2018-01-30T15:37:50.705697704Z" level=warning msg="Your kernel does not support cgroup rt period"
time="2018-01-30T15:37:50.705711390Z" level=warning msg="Your kernel does not support cgroup rt runtime"
time="2018-01-30T15:37:50.705726972Z" level=warning msg="Your kernel does not support cgroup blkio weight"
time="2018-01-30T15:37:50.705741373Z" level=warning msg="Your kernel does not support cgroup blkio weight_device"
time="2018-01-30T15:37:50.705756781Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_bps_device"
time="2018-01-30T15:37:50.705772093Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_bps_device"
time="2018-01-30T15:37:50.705788113Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_iops_device"
time="2018-01-30T15:37:50.705802966Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_iops_device"
time="2018-01-30T15:37:50.705909200Z" level=warning msg="mountpoint for pids not found"
Error starting daemon: Devices cgroup isn't mounted
time="2018-02-01T14:54:22.321054773Z" level=info msg="libcontainerd: started new docker-containerd process" pid=8874
time="2018-02-01T14:54:22Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-02-01T14:54:22Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:54:22Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:54:22Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-02-01T14:54:22Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-02-01T14:54:22Z" level=info msg="containerd successfully booted in 0.038087s" module=containerd
time="2018-02-01T14:54:22.713302369Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-02-01T14:54:22.919942640Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-02-01T14:54:22.920263154Z" level=warning msg="Your kernel does not support cgroup cfs period"
time="2018-02-01T14:54:22.920291193Z" level=warning msg="Your kernel does not support cgroup cfs quotas"
time="2018-02-01T14:54:22.920307735Z" level=warning msg="Your kernel does not support cgroup rt period"
time="2018-02-01T14:54:22.920322446Z" level=warning msg="Your kernel does not support cgroup rt runtime"
time="2018-02-01T14:54:22.920357991Z" level=warning msg="Your kernel does not support cgroup blkio weight"
time="2018-02-01T14:54:22.920380920Z" level=warning msg="Your kernel does not support cgroup blkio weight_device"
time="2018-02-01T14:54:22.920401825Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_bps_device"
time="2018-02-01T14:54:22.920420744Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_bps_device"
time="2018-02-01T14:54:22.920438787Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_iops_device"
time="2018-02-01T14:54:22.920457949Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_iops_device"
time="2018-02-01T14:54:22.922249630Z" level=info msg="Loading containers: start."
time="2018-02-01T14:54:22.938158596Z" level=warning msg="Running modprobe bridge br_netfilter failed with message: modprobe: WARNING: Module bridge not found in directory /lib/modules/4.14.8-gentoo-r1\nmodprobe: WARNING: Module br_netfilter not found in directory /lib/modules/4.14.8-gentoo-r1\n, error: exit status 1"
time="2018-02-01T14:54:22.940001325Z" level=warning msg="Running modprobe nf_nat failed with message: `modprobe: WARNING: Module nf_nat not found in directory /lib/modules/4.14.8-gentoo-r1`, error: exit status 1"
time="2018-02-01T14:54:22.942702292Z" level=warning msg="Running modprobe xt_conntrack failed with message: `modprobe: WARNING: Module xt_conntrack not found in directory /lib/modules/4.14.8-gentoo-r1`, error: exit status 1"
Error starting daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain: iptables failed: iptables -t nat -N DOCKER: modprobe: FATAL: Module ip_tables not found in directory /lib/modules/4.14.8-gentoo-r1
iptables v1.6.1: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
(exit status 3)
time="2018-02-01T14:56:21.766718929Z" level=info msg="libcontainerd: started new docker-containerd process" pid=8992
time="2018-02-01T14:56:21Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-02-01T14:56:21Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:56:21Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T14:56:21Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-02-01T14:56:21Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-02-01T14:56:21Z" level=info msg="containerd successfully booted in 0.002664s" module=containerd
time="2018-02-01T14:56:21.800264161Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-02-01T14:56:21.839039541Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-02-01T14:56:21.839360779Z" level=warning msg="Your kernel does not support cgroup cfs period"
time="2018-02-01T14:56:21.839385644Z" level=warning msg="Your kernel does not support cgroup cfs quotas"
time="2018-02-01T14:56:21.839401065Z" level=warning msg="Your kernel does not support cgroup rt period"
time="2018-02-01T14:56:21.839414817Z" level=warning msg="Your kernel does not support cgroup rt runtime"
time="2018-02-01T14:56:21.839429972Z" level=warning msg="Your kernel does not support cgroup blkio weight"
time="2018-02-01T14:56:21.839444522Z" level=warning msg="Your kernel does not support cgroup blkio weight_device"
time="2018-02-01T14:56:21.839459517Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_bps_device"
time="2018-02-01T14:56:21.839474226Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_bps_device"
time="2018-02-01T14:56:21.839488694Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_iops_device"
time="2018-02-01T14:56:21.839533565Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_iops_device"
time="2018-02-01T14:56:21.840651496Z" level=info msg="Loading containers: start."
time="2018-02-01T14:56:21.842045310Z" level=warning msg="Running modprobe bridge br_netfilter failed with message: modprobe: WARNING: Module bridge not found in directory /lib/modules/4.14.8-gentoo-r1\nmodprobe: WARNING: Module br_netfilter not found in directory /lib/modules/4.14.8-gentoo-r1\n, error: exit status 1"
time="2018-02-01T14:56:21.843268252Z" level=warning msg="Running modprobe nf_nat failed with message: `modprobe: WARNING: Module nf_nat not found in directory /lib/modules/4.14.8-gentoo-r1`, error: exit status 1"
time="2018-02-01T14:56:21.844510824Z" level=warning msg="Running modprobe xt_conntrack failed with message: `modprobe: WARNING: Module xt_conntrack not found in directory /lib/modules/4.14.8-gentoo-r1`, error: exit status 1"
Error starting daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain: iptables failed: iptables -t nat -N DOCKER: modprobe: FATAL: Module ip_tables not found in directory /lib/modules/4.14.8-gentoo-r1
iptables v1.6.1: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
(exit status 3)
time="2018-02-01T17:56:15.397653990Z" level=info msg="libcontainerd: started new docker-containerd process" pid=19284
time="2018-02-01T17:56:15Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-02-01T17:56:15Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-02-01T17:56:15Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-02-01T17:56:15Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-02-01T17:56:15Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-02-01T17:56:15Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-02-01T17:56:15Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-02-01T17:56:15Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T17:56:15Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T17:56:15Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T17:56:15Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T17:56:15Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T17:56:15Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T17:56:15Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T17:56:15Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T17:56:15Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-02-01T17:56:15Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-02-01T17:56:15Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T17:56:15Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T17:56:15Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T17:56:15Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-02-01T17:56:15Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-02-01T17:56:15Z" level=info msg="containerd successfully booted in 0.004130s" module=containerd
time="2018-02-01T17:56:15.436958614Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-02-01T17:56:15.469564399Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-02-01T17:56:15.470185457Z" level=warning msg="Your kernel does not support cgroup cfs period"
time="2018-02-01T17:56:15.470219469Z" level=warning msg="Your kernel does not support cgroup cfs quotas"
time="2018-02-01T17:56:15.470237511Z" level=warning msg="Your kernel does not support cgroup rt period"
time="2018-02-01T17:56:15.470254722Z" level=warning msg="Your kernel does not support cgroup rt runtime"
time="2018-02-01T17:56:15.470272435Z" level=warning msg="Your kernel does not support cgroup blkio weight"
time="2018-02-01T17:56:15.470289132Z" level=warning msg="Your kernel does not support cgroup blkio weight_device"
time="2018-02-01T17:56:15.470306797Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_bps_device"
time="2018-02-01T17:56:15.470323915Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_bps_device"
time="2018-02-01T17:56:15.470341198Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_iops_device"
time="2018-02-01T17:56:15.470358768Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_iops_device"
time="2018-02-01T17:56:15.471216507Z" level=info msg="Loading containers: start."
time="2018-02-01T17:56:15.473067657Z" level=warning msg="Running modprobe bridge br_netfilter failed with message: modprobe: WARNING: Module bridge not found in directory /lib/modules/4.14.8-gentoo-r1\nmodprobe: WARNING: Module br_netfilter not found in directory /lib/modules/4.14.8-gentoo-r1\n, error: exit status 1"
time="2018-02-01T17:56:15.473907084Z" level=warning msg="Running modprobe nf_nat failed with message: `modprobe: WARNING: Module nf_nat not found in directory /lib/modules/4.14.8-gentoo-r1`, error: exit status 1"
time="2018-02-01T17:56:15.474859783Z" level=warning msg="Running modprobe xt_conntrack failed with message: `modprobe: WARNING: Module xt_conntrack not found in directory /lib/modules/4.14.8-gentoo-r1`, error: exit status 1"
Error starting daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain: iptables failed: iptables -t nat -N DOCKER: modprobe: FATAL: Module ip_tables not found in directory /lib/modules/4.14.8-gentoo-r1
iptables v1.6.1: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
(exit status 3)
time="2018-02-01T18:02:34.581895301Z" level=info msg="libcontainerd: started new docker-containerd process" pid=2209
time="2018-02-01T18:02:35Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-02-01T18:02:35Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-02-01T18:02:35Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-02-01T18:02:35Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-02-01T18:02:35Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-02-01T18:02:35Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-02-01T18:02:35Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-02-01T18:02:35Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T18:02:35Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T18:02:35Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T18:02:35Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T18:02:35Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T18:02:35Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T18:02:35Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T18:02:35Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T18:02:35Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-02-01T18:02:35Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-02-01T18:02:35Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T18:02:35Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T18:02:35Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T18:02:35Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-02-01T18:02:35Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-02-01T18:02:35Z" level=info msg="containerd successfully booted in 0.007951s" module=containerd
time="2018-02-01T18:02:35.061126925Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-02-01T18:02:35.138893341Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-02-01T18:02:35.139221279Z" level=warning msg="Your kernel does not support cgroup cfs period"
time="2018-02-01T18:02:35.139245510Z" level=warning msg="Your kernel does not support cgroup cfs quotas"
time="2018-02-01T18:02:35.139261427Z" level=warning msg="Your kernel does not support cgroup rt period"
time="2018-02-01T18:02:35.139309432Z" level=warning msg="Your kernel does not support cgroup rt runtime"
time="2018-02-01T18:02:35.139331199Z" level=warning msg="Your kernel does not support cgroup blkio weight"
time="2018-02-01T18:02:35.139346593Z" level=warning msg="Your kernel does not support cgroup blkio weight_device"
time="2018-02-01T18:02:35.139363279Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_bps_device"
time="2018-02-01T18:02:35.139378766Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_bps_device"
time="2018-02-01T18:02:35.139395962Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_iops_device"
time="2018-02-01T18:02:35.139411497Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_iops_device"
time="2018-02-01T18:02:35.140186811Z" level=info msg="Loading containers: start."
time="2018-02-01T18:02:35.141629966Z" level=warning msg="Running modprobe bridge br_netfilter failed with message: modprobe: WARNING: Module bridge not found in directory /lib/modules/4.14.8-gentoo-r1\nmodprobe: WARNING: Module br_netfilter not found in directory /lib/modules/4.14.8-gentoo-r1\n, error: exit status 1"
time="2018-02-01T18:02:35.142682124Z" level=warning msg="Running modprobe nf_nat failed with message: `modprobe: WARNING: Module nf_nat not found in directory /lib/modules/4.14.8-gentoo-r1`, error: exit status 1"
time="2018-02-01T18:02:35.147697727Z" level=warning msg="Running modprobe xt_conntrack failed with message: `modprobe: WARNING: Module xt_conntrack not found in directory /lib/modules/4.14.8-gentoo-r1`, error: exit status 1"
Error starting daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain: iptables failed: iptables -t nat -N DOCKER: iptables v1.6.1: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
(exit status 3)
time="2018-02-01T18:37:29.863747898Z" level=info msg="libcontainerd: started new docker-containerd process" pid=2216
time="2018-02-01T18:37:29Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-02-01T18:37:29Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-02-01T18:37:29Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-02-01T18:37:29Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-02-01T18:37:29Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-02-01T18:37:29Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-02-01T18:37:29Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-02-01T18:37:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T18:37:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T18:37:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T18:37:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T18:37:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T18:37:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T18:37:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T18:37:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T18:37:29Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-02-01T18:37:29Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-02-01T18:37:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T18:37:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T18:37:29Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T18:37:29Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-02-01T18:37:29Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-02-01T18:37:29Z" level=info msg="containerd successfully booted in 0.006033s" module=containerd
time="2018-02-01T18:37:29.950199574Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-02-01T18:37:30.005892789Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-02-01T18:37:30.009560066Z" level=warning msg="Your kernel does not support cgroup cfs period"
time="2018-02-01T18:37:30.009599336Z" level=warning msg="Your kernel does not support cgroup cfs quotas"
time="2018-02-01T18:37:30.009617498Z" level=warning msg="Your kernel does not support cgroup rt period"
time="2018-02-01T18:37:30.009638999Z" level=warning msg="Your kernel does not support cgroup rt runtime"
time="2018-02-01T18:37:30.009657022Z" level=warning msg="Your kernel does not support cgroup blkio weight"
time="2018-02-01T18:37:30.009672734Z" level=warning msg="Your kernel does not support cgroup blkio weight_device"
time="2018-02-01T18:37:30.009689873Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_bps_device"
time="2018-02-01T18:37:30.009706248Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_bps_device"
time="2018-02-01T18:37:30.009724092Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_iops_device"
time="2018-02-01T18:37:30.009740213Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_iops_device"
time="2018-02-01T18:37:30.010473668Z" level=info msg="Loading containers: start."
time="2018-02-01T18:37:30.014242753Z" level=warning msg="Running modprobe bridge br_netfilter failed with message: modprobe: WARNING: Module bridge not found in directory /lib/modules/4.14.8-gentoo-r1\nmodprobe: WARNING: Module br_netfilter not found in directory /lib/modules/4.14.8-gentoo-r1\n, error: exit status 1"
time="2018-02-01T18:37:30.016243002Z" level=warning msg="Running modprobe xt_conntrack failed with message: `modprobe: WARNING: Module xt_conntrack not found in directory /lib/modules/4.14.8-gentoo-r1`, error: exit status 1"
Error starting daemon: Error initializing network controller: error obtaining controller instance: failed to create FILTER chain: iptables failed: iptables -t filter -N DOCKER: iptables v1.6.1: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
(exit status 3)
time="2018-02-01T19:03:02.285031039Z" level=info msg="libcontainerd: started new docker-containerd process" pid=2205
time="2018-02-01T19:03:02Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-02-01T19:03:02Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-02-01T19:03:02Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-02-01T19:03:02Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-02-01T19:03:02Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-02-01T19:03:02Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-02-01T19:03:02Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-02-01T19:03:02Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T19:03:02Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T19:03:02Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T19:03:02Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T19:03:02Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T19:03:02Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T19:03:02Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T19:03:02Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T19:03:02Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-02-01T19:03:02Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-02-01T19:03:02Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T19:03:02Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T19:03:02Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T19:03:02Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-02-01T19:03:02Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-02-01T19:03:02Z" level=info msg="containerd successfully booted in 0.007058s" module=containerd
time="2018-02-01T19:03:02.384584057Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-02-01T19:03:02.432223880Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-02-01T19:03:02.432536552Z" level=warning msg="Your kernel does not support cgroup cfs period"
time="2018-02-01T19:03:02.432562245Z" level=warning msg="Your kernel does not support cgroup cfs quotas"
time="2018-02-01T19:03:02.432578580Z" level=warning msg="Your kernel does not support cgroup rt period"
time="2018-02-01T19:03:02.432594298Z" level=warning msg="Your kernel does not support cgroup rt runtime"
time="2018-02-01T19:03:02.432611556Z" level=warning msg="Your kernel does not support cgroup blkio weight"
time="2018-02-01T19:03:02.432627319Z" level=warning msg="Your kernel does not support cgroup blkio weight_device"
time="2018-02-01T19:03:02.432643040Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_bps_device"
time="2018-02-01T19:03:02.432659707Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_bps_device"
time="2018-02-01T19:03:02.432676705Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_iops_device"
time="2018-02-01T19:03:02.432693451Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_iops_device"
time="2018-02-01T19:03:02.433379901Z" level=info msg="Loading containers: start."
time="2018-02-01T19:03:02.441783137Z" level=warning msg="Running modprobe bridge br_netfilter failed with message: modprobe: WARNING: Module bridge not found in directory /lib/modules/4.14.8-gentoo-r1\nmodprobe: WARNING: Module br_netfilter not found in directory /lib/modules/4.14.8-gentoo-r1\n, error: exit status 1"
time="2018-02-01T19:03:02.443777095Z" level=warning msg="Running modprobe xt_conntrack failed with message: `modprobe: WARNING: Module xt_conntrack not found in directory /lib/modules/4.14.8-gentoo-r1`, error: exit status 1"
time="2018-02-01T19:03:03.116258113Z" level=warning msg="Could not load necessary modules for IPSEC rules: Running modprobe xfrm_user failed with message: `modprobe: WARNING: Module xfrm_user not found in directory /lib/modules/4.14.8-gentoo-r1`, error: exit status 1"
time="2018-02-01T19:03:03.119163029Z" level=warning msg="Could not load necessary modules for Conntrack: Running modprobe nf_conntrack_netlink failed with message: `modprobe: WARNING: Module nf_conntrack_netlink not found in directory /lib/modules/4.14.8-gentoo-r1`, error: exit status 1"
time="2018-02-01T19:03:03.119502861Z" 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"
Error starting daemon: Error initializing network controller: Error creating default "bridge" network: package not installed
time="2018-02-01T19:07:55.749209032Z" level=info msg="libcontainerd: started new docker-containerd process" pid=5235
time="2018-02-01T19:07:55Z" level=info msg="starting containerd" module=containerd revision=992280 version="1.0.0_beta2_p20171019"
time="2018-02-01T19:07:55Z" level=info msg="changing OOM score to -500" module=containerd
time="2018-02-01T19:07:55Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." module=containerd type=io.containerd.content.v1
time="2018-02-01T19:07:55Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-02-01T19:07:55Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." module=containerd type=io.containerd.snapshotter.v1
time="2018-02-01T19:07:55Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." module=containerd type=io.containerd.metadata.v1
time="2018-02-01T19:07:55Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." module=containerd type=io.containerd.differ.v1
time="2018-02-01T19:07:55Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T19:07:55Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T19:07:55Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T19:07:55Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T19:07:55Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T19:07:55Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T19:07:55Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T19:07:55Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T19:07:55Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." module=containerd type=io.containerd.monitor.v1
time="2018-02-01T19:07:55Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." module=containerd type=io.containerd.runtime.v1
time="2018-02-01T19:07:55Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T19:07:55Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T19:07:55Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." module=containerd type=io.containerd.grpc.v1
time="2018-02-01T19:07:55Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock" module="containerd/debug"
time="2018-02-01T19:07:55Z" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock" module="containerd/grpc"
time="2018-02-01T19:07:55Z" level=info msg="containerd successfully booted in 0.004001s" module=containerd
time="2018-02-01T19:07:55.791338868Z" level=info msg="[graphdriver] using prior storage driver: btrfs"
time="2018-02-01T19:07:55.835998356Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2018-02-01T19:07:55.836344280Z" level=warning msg="Your kernel does not support cgroup cfs period"
time="2018-02-01T19:07:55.836374664Z" level=warning msg="Your kernel does not support cgroup cfs quotas"
time="2018-02-01T19:07:55.836393293Z" level=warning msg="Your kernel does not support cgroup rt period"
time="2018-02-01T19:07:55.836409176Z" level=warning msg="Your kernel does not support cgroup rt runtime"
time="2018-02-01T19:07:55.836426766Z" level=warning msg="Your kernel does not support cgroup blkio weight"
time="2018-02-01T19:07:55.836443740Z" level=warning msg="Your kernel does not support cgroup blkio weight_device"
time="2018-02-01T19:07:55.836460917Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_bps_device"
time="2018-02-01T19:07:55.836478225Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_bps_device"
time="2018-02-01T19:07:55.836497495Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_iops_device"
time="2018-02-01T19:07:55.836516664Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_iops_device"
time="2018-02-01T19:07:55.837694768Z" level=info msg="Loading containers: start."
time="2018-02-01T19:07:55.839558165Z" level=warning msg="Running modprobe bridge br_netfilter failed with message: modprobe: WARNING: Module bridge not found in directory /lib/modules/4.14.8-gentoo-r1\nmodprobe: WARNING: Module br_netfilter not found in directory /lib/modules/4.14.8-gentoo-r1\n, error: exit status 1"
time="2018-02-01T19:07:55.841387618Z" level=warning msg="Running modprobe xt_conntrack failed with message: `modprobe: WARNING: Module xt_conntrack not found in directory /lib/modules/4.14.8-gentoo-r1`, error: exit status 1"
time="2018-02-01T19:07:55.885516563Z" level=warning msg="Could not load necessary modules for IPSEC rules: Running modprobe xfrm_user failed with message: `modprobe: WARNING: Module xfrm_user not found in directory /lib/modules/4.14.8-gentoo-r1`, error: exit status 1"
time="2018-02-01T19:07:55.887544060Z" level=warning msg="Could not load necessary modules for Conntrack: Running modprobe nf_conntrack_netlink failed with message: `modprobe: WARNING: Module nf_conntrack_netlink not found in directory /lib/modules/4.14.8-gentoo-r1`, error: exit status 1"
time="2018-02-01T19:07:55.887813358Z" 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"
Error starting daemon: Error initializing network controller: Error creating default "bridge" network: package not installed
This is starting to look a bit like a never-ending quest, and unless the ebuild broke since you last tried this out, I can't imagine you getting this to work without remembering that it was a super-convoluted procedure. Perhaps I am missing/adding some USE flags which you did not?
builder ~ # equery u app-emulation/docker
[ Legend : U - final flag setting for installation]
[ : I - package is installed with flag ]
[ Colors : set, unset ]
* Found these USE flags for app-emulation/docker-17.11.0:
U I
- - apparmor : Enable AppArmor support.
- - aufs : Enables dependencies for the "aufs" graph driver, including necessary kernel flags.
+ + btrfs : Enables dependencies for the "btrfs" graph driver, including necessary kernel flags.
+ + container-init : Makes the a staticly-linked init system tini available inside a container.
+ + device-mapper : Enables dependencies for the "devicemapper" graph driver, including necessary kernel flags.
- - hardened : Activate default security enhancements for toolchain (gcc, glibc, binutils)
- - overlay : Enables dependencies for the "overlay" graph driver, including necessary kernel flags.
- - pkcs11 : Enables pkcs-11 support.
+ + seccomp : Enable seccomp (secure computing mode) to perform system call filtering at runtime to increase security of programs
It would be best if you outlined how you ever got this to work.
Ok, so it turns out Docker really requires most/all that stuff in the kernel even only to build images.
Therefore the relevant and painstakingly enabled options are now in our default kernel config. At some point in the future, we might want to control the choice of kernel as well via some command parameters. For that reason we're keeping the old config.
When emerging docker for the respective image generation capabilities, I get:
It looks like the modules in question aren't enabled. @Doeme what's the easiest way to handle this?