Created
March 24, 2016 10:07
-
-
Save vdemeester/d17c414b876abbf58f64 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@15fe1f26786a:/go/src/github.com/docker/libcompose# docker daemon --debug --host unix:///go/src/github.com/docker/libcompose/docker.sock --storage-driver vfs --pidfile ./docker.pid --userland-proxy=true | |
| DEBU[0000] Warning: could not change group /go/src/github.com/docker/libcompose/docker.sock to docker: Group docker not found | |
| DEBU[0000] Server created for HTTP on unix (/go/src/github.com/docker/libcompose/docker.sock) | |
| DEBU[0000] Using default logging driver json-file | |
| DEBU[0000] [graphdriver] trying provided driver "vfs" | |
| DEBU[0000] Using graph driver vfs | |
| INFO[0000] Graph migration to content-addressability took 0.00 seconds | |
| DEBU[0000] Option DefaultDriver: bridge | |
| DEBU[0000] Option DefaultNetwork: bridge | |
| WARN[0000] Running modprobe bridge br_netfilter failed with message: , error: exec: "modprobe": executable file not found in $PATH | |
| WARN[0000] Running modprobe nf_nat failed with message: ``, error: exec: "modprobe": executable file not found in $PATH | |
| DEBU[0000] Fail to initialize firewalld: Failed to connect to D-Bus system bus: dial unix /var/run/dbus/system_bus_socket: connect: no such file or directory, using raw iptables instead | |
| DEBU[0000] /sbin/iptables, [--wait -t nat -D PREROUTING -m addrtype --dst-type LOCAL -j DOCKER] | |
| DEBU[0000] /sbin/iptables, [--wait -t nat -D OUTPUT -m addrtype --dst-type LOCAL ! --dst 127.0.0.0/8 -j DOCKER] | |
| DEBU[0000] /sbin/iptables, [--wait -t nat -D OUTPUT -m addrtype --dst-type LOCAL -j DOCKER] | |
| DEBU[0000] /sbin/iptables, [--wait -t nat -D PREROUTING] | |
| DEBU[0000] /sbin/iptables, [--wait -t nat -D OUTPUT] | |
| DEBU[0000] /sbin/iptables, [--wait -t nat -F DOCKER] | |
| DEBU[0000] /sbin/iptables, [--wait -t nat -X DOCKER] | |
| DEBU[0000] /sbin/iptables, [--wait -t filter -F DOCKER] | |
| DEBU[0000] /sbin/iptables, [--wait -t filter -X DOCKER] | |
| DEBU[0000] /sbin/iptables, [--wait -t filter -F DOCKER-ISOLATION] | |
| DEBU[0000] /sbin/iptables, [--wait -t filter -X DOCKER-ISOLATION] | |
| DEBU[0000] /sbin/iptables, [--wait -t nat -n -L DOCKER] | |
| DEBU[0000] /sbin/iptables, [--wait -t nat -N DOCKER] | |
| DEBU[0000] /sbin/iptables, [--wait -t filter -n -L DOCKER] | |
| DEBU[0000] /sbin/iptables, [--wait -t filter -N DOCKER] | |
| DEBU[0000] /sbin/iptables, [--wait -t filter -n -L DOCKER-ISOLATION] | |
| DEBU[0000] /sbin/iptables, [--wait -t filter -N DOCKER-ISOLATION] | |
| DEBU[0000] /sbin/iptables, [--wait -t filter -C DOCKER-ISOLATION -j RETURN] | |
| DEBU[0000] /sbin/iptables, [--wait -I DOCKER-ISOLATION -j RETURN] | |
| DEBU[0000] Registering ipam driver: "default" | |
| INFO[0000] Default bridge (docker0) is assigned with an IP address 172.18.0.0/16. Daemon option --bip can be used to set a preferred IP address | |
| DEBU[0000] Allocating IPv4 pools for network bridge (1eac617b78397dbd0a03a4a9837a7846dd83c87e4ba5e32aefad876af7d86867) | |
| DEBU[0000] RequestPool(LocalDefault, 172.18.0.0/16, , map[], false) | |
| DEBU[0000] RequestAddress(LocalDefault/172.18.0.0/16, <nil>, map[RequestAddressType:com.docker.network.gateway]) | |
| DEBU[0000] Setting bridge mac address to 02:42:f6:5b:cd:5e | |
| DEBU[0000] Assigning address to bridge interface docker0: 172.18.0.1/16 | |
| DEBU[0000] /sbin/iptables, [--wait -t nat -C POSTROUTING -s 172.18.0.0/16 ! -o docker0 -j MASQUERADE] | |
| DEBU[0000] /sbin/iptables, [--wait -t nat -I POSTROUTING -s 172.18.0.0/16 ! -o docker0 -j MASQUERADE] | |
| DEBU[0000] /sbin/iptables, [--wait -t nat -C DOCKER -i docker0 -j RETURN] | |
| DEBU[0000] /sbin/iptables, [--wait -t nat -I DOCKER -i docker0 -j RETURN] | |
| DEBU[0000] /sbin/iptables, [--wait -D FORWARD -i docker0 -o docker0 -j DROP] | |
| DEBU[0000] /sbin/iptables, [--wait -t filter -C FORWARD -i docker0 -o docker0 -j ACCEPT] | |
| DEBU[0000] /sbin/iptables, [--wait -I FORWARD -i docker0 -o docker0 -j ACCEPT] | |
| DEBU[0000] /sbin/iptables, [--wait -t filter -C FORWARD -i docker0 ! -o docker0 -j ACCEPT] | |
| DEBU[0000] /sbin/iptables, [--wait -I FORWARD -i docker0 ! -o docker0 -j ACCEPT] | |
| DEBU[0000] /sbin/iptables, [--wait -t filter -C FORWARD -o docker0 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT] | |
| DEBU[0000] /sbin/iptables, [--wait -I FORWARD -o docker0 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT] | |
| DEBU[0000] /sbin/iptables, [--wait -t nat -C PREROUTING -m addrtype --dst-type LOCAL -j DOCKER] | |
| DEBU[0000] /sbin/iptables, [--wait -t nat -A PREROUTING -m addrtype --dst-type LOCAL -j DOCKER] | |
| DEBU[0000] /sbin/iptables, [--wait -t nat -C OUTPUT -m addrtype --dst-type LOCAL -j DOCKER ! --dst 127.0.0.0/8] | |
| DEBU[0000] /sbin/iptables, [--wait -t nat -A OUTPUT -m addrtype --dst-type LOCAL -j DOCKER ! --dst 127.0.0.0/8] | |
| DEBU[0000] /sbin/iptables, [--wait -t filter -C FORWARD -o docker0 -j DOCKER] | |
| DEBU[0000] /sbin/iptables, [--wait -I FORWARD -o docker0 -j DOCKER] | |
| DEBU[0000] /sbin/iptables, [--wait -t filter -C FORWARD -j DOCKER-ISOLATION] | |
| DEBU[0000] /sbin/iptables, [--wait -I FORWARD -j DOCKER-ISOLATION] | |
| DEBU[0000] Cleaning up old shm/mqueue mounts: start. | |
| DEBU[0000] Cleaning up old shm/mqueue mounts: done. | |
| INFO[0000] Daemon has completed initialization | |
| INFO[0000] Docker daemon commit=20f81dd execdriver=native-0.2 graphdriver=vfs version=1.10.3 | |
| DEBU[0000] Registering routers | |
| DEBU[0000] Registering HEAD, /containers/{name:.*}/archive | |
| DEBU[0000] Registering GET, /containers/json | |
| DEBU[0000] Registering GET, /containers/{name:.*}/export | |
| DEBU[0000] Registering GET, /containers/{name:.*}/changes | |
| DEBU[0000] Registering GET, /containers/{name:.*}/json | |
| DEBU[0000] Registering GET, /containers/{name:.*}/top | |
| DEBU[0000] Registering GET, /containers/{name:.*}/logs | |
| DEBU[0000] Registering GET, /containers/{name:.*}/stats | |
| DEBU[0000] Registering GET, /containers/{name:.*}/attach/ws | |
| DEBU[0000] Registering GET, /exec/{id:.*}/json | |
| DEBU[0000] Registering GET, /containers/{name:.*}/archive | |
| DEBU[0000] Registering POST, /containers/create | |
| DEBU[0000] Registering POST, /containers/{name:.*}/kill | |
| DEBU[0000] Registering POST, /containers/{name:.*}/pause | |
| DEBU[0000] Registering POST, /containers/{name:.*}/unpause | |
| DEBU[0000] Registering POST, /containers/{name:.*}/restart | |
| DEBU[0000] Registering POST, /containers/{name:.*}/start | |
| DEBU[0000] Registering POST, /containers/{name:.*}/stop | |
| DEBU[0000] Registering POST, /containers/{name:.*}/wait | |
| DEBU[0000] Registering POST, /containers/{name:.*}/resize | |
| DEBU[0000] Registering POST, /containers/{name:.*}/attach | |
| DEBU[0000] Registering POST, /containers/{name:.*}/copy | |
| DEBU[0000] Registering POST, /containers/{name:.*}/exec | |
| DEBU[0000] Registering POST, /exec/{name:.*}/start | |
| DEBU[0000] Registering POST, /exec/{name:.*}/resize | |
| DEBU[0000] Registering POST, /containers/{name:.*}/rename | |
| DEBU[0000] Registering POST, /containers/{name:.*}/update | |
| DEBU[0000] Registering PUT, /containers/{name:.*}/archive | |
| DEBU[0000] Registering DELETE, /containers/{name:.*} | |
| DEBU[0000] Registering GET, /images/json | |
| DEBU[0000] Registering GET, /images/search | |
| DEBU[0000] Registering GET, /images/get | |
| DEBU[0000] Registering GET, /images/{name:.*}/get | |
| DEBU[0000] Registering GET, /images/{name:.*}/history | |
| DEBU[0000] Registering GET, /images/{name:.*}/json | |
| DEBU[0000] Registering POST, /commit | |
| DEBU[0000] Registering POST, /images/create | |
| DEBU[0000] Registering POST, /images/load | |
| DEBU[0000] Registering POST, /images/{name:.*}/push | |
| DEBU[0000] Registering POST, /images/{name:.*}/tag | |
| DEBU[0000] Registering DELETE, /images/{name:.*} | |
| DEBU[0000] Registering GET, /networks | |
| DEBU[0000] Registering GET, /networks/{id:.*} | |
| DEBU[0000] Registering POST, /networks/create | |
| DEBU[0000] Registering POST, /networks/{id:.*}/connect | |
| DEBU[0000] Registering POST, /networks/{id:.*}/disconnect | |
| DEBU[0000] Registering DELETE, /networks/{id:.*} | |
| DEBU[0000] Registering OPTIONS, /{anyroute:.*} | |
| DEBU[0000] Registering GET, /_ping | |
| DEBU[0000] Registering GET, /events | |
| DEBU[0000] Registering GET, /info | |
| DEBU[0000] Registering GET, /version | |
| DEBU[0000] Registering POST, /auth | |
| DEBU[0000] Registering GET, /volumes | |
| DEBU[0000] Registering GET, /volumes/{name:.*} | |
| DEBU[0000] Registering POST, /volumes/create | |
| DEBU[0000] Registering DELETE, /volumes/{name:.*} | |
| DEBU[0000] Registering POST, /build | |
| INFO[0000] API listen on /go/src/github.com/docker/libcompose/docker.sock | |
| ^B^[[5~^[[5~^B^[[5~DEBU[0531] Calling GET /v1.22/containers/json | |
| DEBU[0531] GET /v1.22/containers/json | |
| DEBU[0549] Calling GET /v1.22/containers/json | |
| DEBU[0549] GET /v1.22/containers/json | |
| DEBU[0556] Calling GET /v1.20/containers/json | |
| DEBU[0556] GET /v1.20/containers/json?all=1&filters=%7B%22label%22%3A%7B%22io.docker.compose.project%3Dtoto%22%3Atrue%2C%22io.docker.compose.service%3Dsimple%22%3Atrue%7D%7D&limit=0 | |
| DEBU[0556] Calling GET /v1.20/containers/json | |
| DEBU[0556] GET /v1.20/containers/json?all=1&filters=%7B%22label%22%3A%7B%22io.docker.compose.project%3Dtoto%22%3Atrue%2C%22io.docker.compose.service%3Danother%22%3Atrue%7D%7D&limit=0 | |
| DEBU[0556] Calling GET /v1.20/images/busybox:latest/json | |
| DEBU[0556] GET /v1.20/images/busybox:latest/json | |
| ERRO[0556] Handler for GET /v1.20/images/busybox:latest/json returned error: No such image: busybox:latest | |
| DEBU[0556] Calling GET /v1.20/images/busybox:latest/json | |
| DEBU[0556] GET /v1.20/images/busybox:latest/json | |
| ERRO[0556] Handler for GET /v1.20/images/busybox:latest/json returned error: No such image: busybox:latest | |
| DEBU[0556] Calling POST /v1.20/images/create | |
| DEBU[0556] POST /v1.20/images/create?fromImage=busybox&tag=latest | |
| DEBU[0556] Calling POST /v1.20/images/create | |
| DEBU[0556] POST /v1.20/images/create?fromImage=busybox&tag=latest | |
| DEBU[0556] Trying to pull busybox from https://registry-1.docker.io v2 | |
| DEBU[0556] Trying to pull busybox from https://registry-1.docker.io v2 | |
| DEBU[0557] Increasing token expiration to: 0 seconds | |
| DEBU[0557] Increasing token expiration to: 0 seconds | |
| DEBU[0558] Pulling ref from V2 registry: busybox:latest | |
| DEBU[0558] pulling blob "sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" | |
| DEBU[0558] pulling blob "sha256:385e281300cc6d88bdd155e0931fbdfbb1801c2b0265340a40481ee2b733ae66" | |
| DEBU[0558] Pulling ref from V2 registry: busybox:latest | |
| DEBU[0559] Downloaded a3ed95caeb02 to tempfile /var/lib/docker/tmp/GetImageBlob271754542 | |
| DEBU[0560] Downloaded 385e281300cc to tempfile /var/lib/docker/tmp/GetImageBlob790813877 | |
| DEBU[0560] Start untar layer | |
| DEBU[0561] Untar time: 0.125307091s | |
| DEBU[0561] Applied tar sha256:1834950e52ce4d5a88a1bbd131c537f4d0e56d10ff0dd69e66be3b7dfa9df7e6 to 0282176b8c9c782e17bff5ac5647b518cbd663cbcf5ad15914ea5f93237f945b, size: 1112820 | |
| DEBU[0561] Creating dest directory: /var/lib/docker/vfs/dir/ca370c1a99798546e060244849c965ca2ed509608d0bf173910f2667ee56d358 | |
| DEBU[0561] Calling TarUntar(/var/lib/docker/vfs/dir/0282176b8c9c782e17bff5ac5647b518cbd663cbcf5ad15914ea5f93237f945b, /var/lib/docker/vfs/dir/ca370c1a99798546e060244849c965ca2ed509608d0bf173910f2667ee56d358) | |
| DEBU[0561] TarUntar(/var/lib/docker/vfs/dir/0282176b8c9c782e17bff5ac5647b518cbd663cbcf5ad15914ea5f93237f945b /var/lib/docker/vfs/dir/ca370c1a99798546e060244849c965ca2ed509608d0bf173910f2667ee56d358) | |
| DEBU[0561] Start untar layer | |
| DEBU[0561] Untar time: 0.041106319s | |
| DEBU[0561] Applied tar sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef to ca370c1a99798546e060244849c965ca2ed509608d0bf173910f2667ee56d358, size: 0 | |
| DEBU[0561] Calling GET /v1.20/containers/json | |
| DEBU[0561] GET /v1.20/containers/json?all=1&filters=%7B%22label%22%3A%7B%22io.docker.compose.project%3Dtoto%22%3Atrue%2C%22io.docker.compose.service%3Danother%22%3Atrue%7D%7D&limit=0 | |
| DEBU[0561] Calling GET /v1.20/containers/json | |
| DEBU[0561] GET /v1.20/containers/json?all=1&filters=%7B%22label%22%3A%7B%22io.docker.compose.project%3Dtoto%22%3Atrue%2C%22io.docker.compose.service%3Danother%22%3Atrue%7D%7D&limit=0 | |
| DEBU[0561] Calling GET /v1.20/containers/json | |
| DEBU[0561] GET /v1.20/containers/json?all=1&filters=%7B%22label%22%3A%7B%22io.docker.compose.project%3Dtoto%22%3Atrue%2C%22io.docker.compose.service%3Dsimple%22%3Atrue%7D%7D&limit=0 | |
| DEBU[0561] Calling GET /v1.20/containers/json | |
| DEBU[0561] GET /v1.20/containers/json?all=1&filters=%7B%22label%22%3A%7B%22io.docker.compose.name%3Dtoto_another_1%22%3Atrue%7D%7D&limit=0 | |
| DEBU[0561] Calling GET /v1.20/containers/json | |
| DEBU[0561] GET /v1.20/containers/json?all=1&filters=%7B%22label%22%3A%7B%22io.docker.compose.name%3Dtoto_another_2%22%3Atrue%7D%7D&limit=0 | |
| DEBU[0561] Calling GET /v1.20/containers/json | |
| DEBU[0561] GET /v1.20/containers/json?all=1&filters=%7B%22label%22%3A%7B%22io.docker.compose.project%3Dtoto%22%3Atrue%2C%22io.docker.compose.service%3Dsimple%22%3Atrue%7D%7D&limit=0 | |
| DEBU[0561] Calling GET /v1.20/containers/json | |
| DEBU[0561] GET /v1.20/containers/json?all=1&filters=%7B%22label%22%3A%7B%22io.docker.compose.name%3Dtoto_another_1%22%3Atrue%7D%7D&limit=0 | |
| DEBU[0561] Calling GET /v1.20/containers/json | |
| DEBU[0561] GET /v1.20/containers/json?all=1&filters=%7B%22label%22%3A%7B%22io.docker.compose.name%3Dtoto_simple_1%22%3Atrue%7D%7D&limit=0 | |
| DEBU[0561] Calling GET /v1.20/containers/json | |
| DEBU[0561] Calling GET /v1.20/containers/json | |
| DEBU[0561] GET /v1.20/containers/json?all=1&filters=%7B%22label%22%3A%7B%22io.docker.compose.name%3Dtoto_simple_1%22%3Atrue%7D%7D&limit=0 | |
| DEBU[0561] GET /v1.20/containers/json?all=1&filters=%7B%22label%22%3A%7B%22io.docker.compose.name%3Dtoto_simple_2%22%3Atrue%7D%7D&limit=0 | |
| DEBU[0561] Calling POST /v1.20/containers/create | |
| DEBU[0561] POST /v1.20/containers/create?name=toto_another_1 | |
| DEBU[0561] form data: {"AttachStderr":false,"AttachStdin":false,"AttachStdout":false,"Cmd":["top"],"Domainname":"","Entrypoint":null,"Env":[],"HostConfig":{"AutoRemove":false,"Binds":[],"BlkioBps":0,"BlkioDeviceReadBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceWriteIOps":null,"BlkioIOps":0,"BlkioWeight":0,"BlkioWeightDevice":null,"CapAdd":null,"CapDrop":null,"Cgroup":"","CgroupParent":"","ConsoleSize":[0,0],"ContainerIDFile":"","CpuCount":0,"CpuPercent":0,"CpuPeriod":0,"CpuQuota":0,"CpuShares":0,"CpusetCpus":"","CpusetMems":"","Devices":[],"DiskQuota":0,"Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"","Isolation":"","KernelMemory":0,"Links":[],"LogConfig":{"Config":null,"Type":""},"Memory":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"NetworkMode":"","OomKillDisable":null,"OomScoreAdj":0,"PidMode":"","PidsLimit":0,"PortBindings":{},"Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"RestartPolicy":{"MaximumRetryCount":0,"Name":""},"SandboxSize":0,"SecurityOpt":null,"ShmSize":0,"StorageOpt":null,"UTSMode":"","Ulimits":[],"UsernsMode":"","VolumeDriver":"","VolumesFrom":null},"Hostname":"","Image":"busybox:latest","Labels":{"io.docker.compose.config-hash":"adcce1364b203a6456fd6758dc929970fefec7a5","io.docker.compose.name":"toto_another_1","io.docker.compose.project":"toto","io.docker.compose.service":"another"},"NetworkingConfig":null,"OnBuild":null,"OpenStdin":false,"StdinOnce":false,"Tty":false,"User":"","Volumes":{},"WorkingDir":""} | |
| DEBU[0561] Calling POST /v1.20/containers/create | |
| DEBU[0561] POST /v1.20/containers/create?name=toto_simple_1 | |
| DEBU[0561] form data: {"AttachStderr":false,"AttachStdin":false,"AttachStdout":false,"Cmd":["top"],"Domainname":"","Entrypoint":null,"Env":[],"HostConfig":{"AutoRemove":false,"Binds":[],"BlkioBps":0,"BlkioDeviceReadBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceWriteIOps":null,"BlkioIOps":0,"BlkioWeight":0,"BlkioWeightDevice":null,"CapAdd":null,"CapDrop":null,"Cgroup":"","CgroupParent":"","ConsoleSize":[0,0],"ContainerIDFile":"","CpuCount":0,"CpuPercent":0,"CpuPeriod":0,"CpuQuota":0,"CpuShares":0,"CpusetCpus":"","CpusetMems":"","Devices":[],"DiskQuota":0,"Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"","Isolation":"","KernelMemory":0,"Links":[],"LogConfig":{"Config":null,"Type":""},"Memory":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"NetworkMode":"","OomKillDisable":null,"OomScoreAdj":0,"PidMode":"","PidsLimit":0,"PortBindings":{},"Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"RestartPolicy":{"MaximumRetryCount":0,"Name":""},"SandboxSize":0,"SecurityOpt":null,"ShmSize":0,"StorageOpt":null,"UTSMode":"","Ulimits":[],"UsernsMode":"","VolumeDriver":"","VolumesFrom":null},"Hostname":"","Image":"busybox:latest","Labels":{"io.docker.compose.config-hash":"829794319ce879f52fe718b2dcd73fc78638738b","io.docker.compose.name":"toto_simple_1","io.docker.compose.project":"toto","io.docker.compose.service":"simple"},"NetworkingConfig":null,"OnBuild":null,"OpenStdin":false,"StdinOnce":false,"Tty":false,"User":"","Volumes":{},"WorkingDir":""} | |
| DEBU[0561] Creating dest directory: /var/lib/docker/vfs/dir/d9b2098b774b3587178b7643b385af091f7bdca9096d7445684b49b983b07cc3-init | |
| DEBU[0561] Calling TarUntar(/var/lib/docker/vfs/dir/ca370c1a99798546e060244849c965ca2ed509608d0bf173910f2667ee56d358, /var/lib/docker/vfs/dir/d9b2098b774b3587178b7643b385af091f7bdca9096d7445684b49b983b07cc3-init) | |
| DEBU[0561] TarUntar(/var/lib/docker/vfs/dir/ca370c1a99798546e060244849c965ca2ed509608d0bf173910f2667ee56d358 /var/lib/docker/vfs/dir/d9b2098b774b3587178b7643b385af091f7bdca9096d7445684b49b983b07cc3-init) | |
| DEBU[0561] Creating dest directory: /var/lib/docker/vfs/dir/d9b2098b774b3587178b7643b385af091f7bdca9096d7445684b49b983b07cc3 | |
| DEBU[0561] Calling TarUntar(/var/lib/docker/vfs/dir/d9b2098b774b3587178b7643b385af091f7bdca9096d7445684b49b983b07cc3-init, /var/lib/docker/vfs/dir/d9b2098b774b3587178b7643b385af091f7bdca9096d7445684b49b983b07cc3) | |
| DEBU[0561] TarUntar(/var/lib/docker/vfs/dir/d9b2098b774b3587178b7643b385af091f7bdca9096d7445684b49b983b07cc3-init /var/lib/docker/vfs/dir/d9b2098b774b3587178b7643b385af091f7bdca9096d7445684b49b983b07cc3) | |
| DEBU[0561] Creating dest directory: /var/lib/docker/vfs/dir/5b91c5d62e279cefb637c8114d1d2ffe5124ef4a5379eb7fa8828507f8eabe64-init | |
| DEBU[0561] Calling TarUntar(/var/lib/docker/vfs/dir/ca370c1a99798546e060244849c965ca2ed509608d0bf173910f2667ee56d358, /var/lib/docker/vfs/dir/5b91c5d62e279cefb637c8114d1d2ffe5124ef4a5379eb7fa8828507f8eabe64-init) | |
| DEBU[0561] TarUntar(/var/lib/docker/vfs/dir/ca370c1a99798546e060244849c965ca2ed509608d0bf173910f2667ee56d358 /var/lib/docker/vfs/dir/5b91c5d62e279cefb637c8114d1d2ffe5124ef4a5379eb7fa8828507f8eabe64-init) | |
| DEBU[0561] container mounted via layerStore: /var/lib/docker/vfs/dir/d9b2098b774b3587178b7643b385af091f7bdca9096d7445684b49b983b07cc3 | |
| DEBU[0561] Calling GET /v1.20/containers/json | |
| DEBU[0561] GET /v1.20/containers/json?all=1&filters=%7B%22id%22%3A%7B%22d1e571c7e4ae19332c0cd66ec999d32eb1f4e79bfd49191e5bbad5ce38b8d761%22%3Atrue%7D%7D&limit=0 | |
| DEBU[0561] Calling GET /v1.20/containers/json | |
| DEBU[0561] GET /v1.20/containers/json?all=1&filters=%7B%22label%22%3A%7B%22io.docker.compose.project%3Dtoto%22%3Atrue%2C%22io.docker.compose.service%3Danother%22%3Atrue%7D%7D&limit=0 | |
| DEBU[0561] Calling GET /v1.20/containers/json | |
| DEBU[0561] GET /v1.20/containers/json?all=1&filters=%7B%22label%22%3A%7B%22io.docker.compose.name%3Dtoto_another_1%22%3Atrue%7D%7D&limit=0 | |
| DEBU[0561] Calling GET /v1.20/containers/d1e571c7e4ae19332c0cd66ec999d32eb1f4e79bfd49191e5bbad5ce38b8d761/json | |
| DEBU[0561] GET /v1.20/containers/d1e571c7e4ae19332c0cd66ec999d32eb1f4e79bfd49191e5bbad5ce38b8d761/json | |
| DEBU[0561] Calling GET /v1.20/images/busybox:latest/json | |
| DEBU[0561] GET /v1.20/images/busybox:latest/json | |
| DEBU[0561] Calling GET /v1.20/containers/json | |
| DEBU[0561] GET /v1.20/containers/json?all=1&filters=%7B%22label%22%3A%7B%22io.docker.compose.name%3Dtoto_another_1%22%3Atrue%7D%7D&limit=0 | |
| DEBU[0561] Calling GET /v1.20/containers/d1e571c7e4ae19332c0cd66ec999d32eb1f4e79bfd49191e5bbad5ce38b8d761/json | |
| DEBU[0561] GET /v1.20/containers/d1e571c7e4ae19332c0cd66ec999d32eb1f4e79bfd49191e5bbad5ce38b8d761/json | |
| DEBU[0561] Calling POST /v1.20/containers/d1e571c7e4ae19332c0cd66ec999d32eb1f4e79bfd49191e5bbad5ce38b8d761/start | |
| DEBU[0561] POST /v1.20/containers/d1e571c7e4ae19332c0cd66ec999d32eb1f4e79bfd49191e5bbad5ce38b8d761/start | |
| DEBU[0561] container mounted via layerStore: /var/lib/docker/vfs/dir/d9b2098b774b3587178b7643b385af091f7bdca9096d7445684b49b983b07cc3 | |
| DEBU[0561] Assigning addresses for endpoint toto_another_1's interface on network bridge | |
| DEBU[0561] RequestAddress(LocalDefault/172.18.0.0/16, <nil>, map[]) | |
| DEBU[0561] Assigning addresses for endpoint toto_another_1's interface on network bridge | |
| DEBU[0561] Creating dest directory: /var/lib/docker/vfs/dir/5b91c5d62e279cefb637c8114d1d2ffe5124ef4a5379eb7fa8828507f8eabe64 | |
| DEBU[0561] Calling TarUntar(/var/lib/docker/vfs/dir/5b91c5d62e279cefb637c8114d1d2ffe5124ef4a5379eb7fa8828507f8eabe64-init, /var/lib/docker/vfs/dir/5b91c5d62e279cefb637c8114d1d2ffe5124ef4a5379eb7fa8828507f8eabe64) | |
| DEBU[0561] TarUntar(/var/lib/docker/vfs/dir/5b91c5d62e279cefb637c8114d1d2ffe5124ef4a5379eb7fa8828507f8eabe64-init /var/lib/docker/vfs/dir/5b91c5d62e279cefb637c8114d1d2ffe5124ef4a5379eb7fa8828507f8eabe64) | |
| DEBU[0561] container mounted via layerStore: /var/lib/docker/vfs/dir/5b91c5d62e279cefb637c8114d1d2ffe5124ef4a5379eb7fa8828507f8eabe64 | |
| DEBU[0561] Calling GET /v1.20/containers/json | |
| DEBU[0561] GET /v1.20/containers/json?all=1&filters=%7B%22id%22%3A%7B%22ce4096a06337fc504ed68cf215bc280ce242409e71f92e03efa3731179102c26%22%3Atrue%7D%7D&limit=0 | |
| WARN[0561] signal: killed | |
| DEBU[0561] Releasing addresses for endpoint toto_another_1's interface on network bridge | |
| DEBU[0561] ReleaseAddress(LocalDefault/172.18.0.0/16, 172.18.0.2) | |
| ERRO[0561] error locating sandbox id cb5838af3e3fedb71b12d0477a1ca9c5f40c757c44df72689b8dc7f93cddaf1f: sandbox cb5838af3e3fedb71b12d0477a1ca9c5f40c757c44df72689b8dc7f93cddaf1f not found | |
| WARN[0561] failed to cleanup ipc mounts: | |
| failed to umount /var/lib/docker/containers/d1e571c7e4ae19332c0cd66ec999d32eb1f4e79bfd49191e5bbad5ce38b8d761/shm: invalid argument | |
| ERRO[0561] Error unmounting container d1e571c7e4ae19332c0cd66ec999d32eb1f4e79bfd49191e5bbad5ce38b8d761: not mounted | |
| ERRO[0561] Handler for POST /v1.20/containers/d1e571c7e4ae19332c0cd66ec999d32eb1f4e79bfd49191e5bbad5ce38b8d761/start returned error: Cannot start container d1e571c7e4ae19332c0cd66ec999d32eb1f4e79bfd49191e5bbad5ce38b8d761: [9] System error: write /sys/fs/cgroup/devices/docker/d1e571c7e4ae19332c0cd66ec999d32eb1f4e79bfd49191e5bbad5ce38b8d761/devices.allow: operation not permitted | |
| DEBU[0561] Calling GET /v1.20/containers/json | |
| DEBU[0561] GET /v1.20/containers/json?all=1&filters=%7B%22label%22%3A%7B%22io.docker.compose.project%3Dtoto%22%3Atrue%2C%22io.docker.compose.service%3Dsimple%22%3Atrue%7D%7D&limit=0 | |
| DEBU[0561] Calling GET /v1.20/containers/json | |
| DEBU[0561] GET /v1.20/containers/json?all=1&filters=%7B%22label%22%3A%7B%22io.docker.compose.name%3Dtoto_simple_1%22%3Atrue%7D%7D&limit=0 | |
| DEBU[0561] Calling GET /v1.20/containers/ce4096a06337fc504ed68cf215bc280ce242409e71f92e03efa3731179102c26/json | |
| DEBU[0561] GET /v1.20/containers/ce4096a06337fc504ed68cf215bc280ce242409e71f92e03efa3731179102c26/json | |
| DEBU[0561] Calling GET /v1.20/images/busybox:latest/json | |
| DEBU[0561] GET /v1.20/images/busybox:latest/json | |
| DEBU[0561] Calling GET /v1.20/containers/json | |
| DEBU[0561] GET /v1.20/containers/json?all=1&filters=%7B%22label%22%3A%7B%22io.docker.compose.name%3Dtoto_simple_1%22%3Atrue%7D%7D&limit=0 | |
| DEBU[0561] Calling GET /v1.20/containers/ce4096a06337fc504ed68cf215bc280ce242409e71f92e03efa3731179102c26/json | |
| DEBU[0561] GET /v1.20/containers/ce4096a06337fc504ed68cf215bc280ce242409e71f92e03efa3731179102c26/json | |
| DEBU[0561] Calling POST /v1.20/containers/ce4096a06337fc504ed68cf215bc280ce242409e71f92e03efa3731179102c26/start | |
| DEBU[0561] POST /v1.20/containers/ce4096a06337fc504ed68cf215bc280ce242409e71f92e03efa3731179102c26/start | |
| DEBU[0561] container mounted via layerStore: /var/lib/docker/vfs/dir/5b91c5d62e279cefb637c8114d1d2ffe5124ef4a5379eb7fa8828507f8eabe64 | |
| DEBU[0561] Assigning addresses for endpoint toto_simple_1's interface on network bridge | |
| DEBU[0561] RequestAddress(LocalDefault/172.18.0.0/16, <nil>, map[]) | |
| DEBU[0561] Assigning addresses for endpoint toto_simple_1's interface on network bridge | |
| WARN[0561] signal: killed | |
| DEBU[0561] Releasing addresses for endpoint toto_simple_1's interface on network bridge | |
| DEBU[0561] ReleaseAddress(LocalDefault/172.18.0.0/16, 172.18.0.2) | |
| ERRO[0562] error locating sandbox id af89c11c73e227801f3cf0f50fb098b5a8db78bb60e26018927ae46adbae4a1d: sandbox af89c11c73e227801f3cf0f50fb098b5a8db78bb60e26018927ae46adbae4a1d not found | |
| WARN[0562] failed to cleanup ipc mounts: | |
| failed to umount /var/lib/docker/containers/ce4096a06337fc504ed68cf215bc280ce242409e71f92e03efa3731179102c26/shm: invalid argument | |
| ERRO[0562] Error unmounting container ce4096a06337fc504ed68cf215bc280ce242409e71f92e03efa3731179102c26: not mounted | |
| ERRO[0562] Handler for POST /v1.20/containers/ce4096a06337fc504ed68cf215bc280ce242409e71f92e03efa3731179102c26/start returned error: Cannot start container ce4096a06337fc504ed68cf215bc280ce242409e71f92e03efa3731179102c26: [9] System error: write /sys/fs/cgroup/devices/docker/ce4096a06337fc504ed68cf215bc280ce242409e71f92e03efa3731179102c26/devices.allow: operation not permitted | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment