You are not logged in.
Hi everyone,
My Docker instance refused to start in the last few days, has anyone run into the same issue? Here's the stack trace:
Mar 11 15:15:01 theshire systemd[1]: Starting Docker Application Container Engine...
Mar 11 15:15:01 theshire dockerd[6521]: time="2017-03-11T15:15:01.124118311-05:00" level=info msg="libcontainerd: new containerd process, pid: 6527"
Mar 11 15:15:01 theshire dockerd[6521]: time="2017-03-11T15:15:01.129760437-05:00" level=error msg="containerd: notify OOM events" error="no init process found"
Mar 11 15:15:01 theshire dockerd[6521]: time="2017-03-11T15:15:01.129879184-05:00" level=error msg="containerd: notify OOM events" error="no init process found"
Mar 11 15:15:02 theshire dockerd[6521]: time="2017-03-11T15:15:02.136697145-05:00" level=warning msg="devmapper: Usage of loopback devices is strongly discouraged for production use. Please use `--storage-opt dm.thinpooldev` or use `man docker` to refer to dm.thinpooldev section."
Mar 11 15:15:02 theshire dockerd[6521]: time="2017-03-11T15:15:02.211321090-05:00" level=warning msg="devmapper: Base device already exists and has filesystem ext4 on it. User specified filesystem will be ignored."
Mar 11 15:15:02 theshire dockerd[6521]: time="2017-03-11T15:15:02.423789058-05:00" level=info msg="[graphdriver] using prior storage driver: devicemapper"
Mar 11 15:15:02 theshire dockerd[6521]: time="2017-03-11T15:15:02.448916261-05:00" level=info msg="Graph migration to content-addressability took 0.00 seconds"
Mar 11 15:15:02 theshire dockerd[6521]: time="2017-03-11T15:15:02.449091867-05:00" level=warning msg="Your kernel does not support cgroup rt period"
Mar 11 15:15:02 theshire dockerd[6521]: time="2017-03-11T15:15:02.449100419-05:00" level=warning msg="Your kernel does not support cgroup rt runtime"
Mar 11 15:15:02 theshire dockerd[6521]: time="2017-03-11T15:15:02.449321671-05:00" level=info msg="Loading containers: start."
Mar 11 15:15:02 theshire dockerd[6521]: time="2017-03-11T15:15:02.456430594-05:00" level=info msg="Firewalld running: false"
Mar 11 15:15:03 theshire dockerd[6521]: time="2017-03-11T15:15:03.677138867-05:00" level=info msg="Removing stale sandbox 688f093d3e719abe8a2bbbb3c905e1548705dbb5f100bf2fc333c189d5d6daa5 (8e4d21aeb8af634e7037c3088751ca2853184ad5b798cc44879638308d41a833)"
Mar 11 15:15:03 theshire dockerd[6521]: time="2017-03-11T15:15:03.997696364-05:00" level=info msg="Removing stale sandbox d32c714e370b269e73bc8ac80c719595d4a81393fae5de17314a0a355f5699be (445023d2fe36ed053c3a3bf8db49aa76128bd26ddbfe5819cd817f0a9693ef7f)"
Mar 11 15:15:04 theshire dockerd[6521]: time="2017-03-11T15:15:04.034645077-05:00" level=info msg="Removing stale endpoint media_sonarr_1 (98e94774a7339ec472a9f36d0b6f110c1564acb05532953180fd96d436575486)"
Mar 11 15:15:04 theshire dockerd[6521]: time="2017-03-11T15:15:04.040980123-05:00" level=info msg="Removing stale endpoint media_sabnzbd_1 (23478d6d91e972ada5c668a118b3fbcc53a835e84ac3d8a8299e47ca1d8374c7)"
Mar 11 15:15:04 theshire dockerd[6521]: time="2017-03-11T15:15:04.175636202-05:00" level=info msg="Fixing inconsistent endpoint_cnt for network media_default. Expected=0, Actual=2"
Mar 11 15:15:04 theshire dockerd[6521]: time="2017-03-11T15:15:04.205394814-05:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
Mar 11 15:15:04 theshire dockerd[6521]: time="2017-03-11T15:15:04.309726681-05:00" level=warning msg="Failed to allocate and map port 7979-7979: Bind for 0.0.0.0:7979 failed: port is already allocated"
Mar 11 15:15:04 theshire dockerd[6521]: time="2017-03-11T15:15:04.353617884-05:00" level=error msg="Create container failed with error: mkdir /var/run/docker/libcontainerd/containerd/445023d2fe36ed053c3a3bf8db49aa76128bd26ddbfe5819cd817f0a9693ef7f: file exists"
Mar 11 15:15:04 theshire dockerd[6521]: time="2017-03-11T15:15:04.353616529-05:00" level=error msg="stream copy error: reading from a closed fifo\ngithub.com/docker/docker/vendor/github.com/tonistiigi/fifo.(*fifo).Read\n\t/build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/tonistiigi/fifo/fifo.go:142\nbufio.(*Reader).fill\n\t/usr/lib/go/src/bufio/bufio.go:97\nbufio.(*Reader).WriteTo\n\t/usr/lib/go/src/bufio/bufio.go:480\nio.copyBuffer\n\t/usr/lib/go/src/io/io.go:380\nio.Copy\n\t/usr/lib/go/src/io/io.go:360\ngithub.com/docker/docker/pkg/pools.Copy\n\t/build/docker/src/docker/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:60\ngithub.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1\n\t/build/docker/src/docker/.gopath/src/github.com/docker/docker/container/stream/streams.go:119\nruntime.goexit\n\t/usr/lib/go/src/runtime/asm_amd64.s:2197"
Mar 11 15:15:04 theshire dockerd[6521]: time="2017-03-11T15:15:04.353624455-05:00" level=error msg="stream copy error: reading from a closed fifo\ngithub.com/docker/docker/vendor/github.com/tonistiigi/fifo.(*fifo).Read\n\t/build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/tonistiigi/fifo/fifo.go:142\nbufio.(*Reader).fill\n\t/usr/lib/go/src/bufio/bufio.go:97\nbufio.(*Reader).WriteTo\n\t/usr/lib/go/src/bufio/bufio.go:480\nio.copyBuffer\n\t/usr/lib/go/src/io/io.go:380\nio.Copy\n\t/usr/lib/go/src/io/io.go:360\ngithub.com/docker/docker/pkg/pools.Copy\n\t/build/docker/src/docker/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:60\ngithub.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1\n\t/build/docker/src/docker/.gopath/src/github.com/docker/docker/container/stream/streams.go:119\nruntime.goexit\n\t/usr/lib/go/src/runtime/asm_amd64.s:2197"
Mar 11 15:15:04 theshire dockerd[6521]: time="2017-03-11T15:15:04.523145073-05:00" level=error msg="Failed to start container 8e4d21aeb8af634e7037c3088751ca2853184ad5b798cc44879638308d41a833: driver failed programming external connectivity on endpoint media_sonarr_1 (8c6cd69f69b196ae2328395dccbef1451a50fd53432aa3fa377ac0062c5b2668): Bind for 0.0.0.0:7979 failed: port is already allocated"
Mar 11 15:15:04 theshire dockerd[6521]: time="2017-03-11T15:15:04.723115478-05:00" level=error msg="Failed to start container 445023d2fe36ed053c3a3bf8db49aa76128bd26ddbfe5819cd817f0a9693ef7f: mkdir /var/run/docker/libcontainerd/containerd/445023d2fe36ed053c3a3bf8db49aa76128bd26ddbfe5819cd817f0a9693ef7f: file exists"
Mar 11 15:15:04 theshire dockerd[6521]: time="2017-03-11T15:15:04.744900253-05:00" level=warning msg="error locating sandbox id ae70f5148366ca29a031b15c896cb9165ade1037e58d8cc4740c93e709bc01f0: sandbox ae70f5148366ca29a031b15c896cb9165ade1037e58d8cc4740c93e709bc01f0 not found"
Mar 11 15:15:04 theshire dockerd[6521]: time="2017-03-11T15:15:04.744935309-05:00" level=warning msg="failed to cleanup ipc mounts:\nfailed to umount /var/lib/docker/containers/3b4e479043f6194cd0dc221ebc140574976c3492b97c9803b22e2176da6f2364/shm: invalid argument"
Mar 11 15:15:04 theshire dockerd[6521]: fatal error: unexpected signal during runtime execution
Mar 11 15:15:04 theshire dockerd[6521]: [signal SIGSEGV: segmentation violation code=0x1 addr=0x4190 pc=0x7f1d7b2bd840]
Mar 11 15:15:04 theshire dockerd[6521]: runtime stack:
Mar 11 15:15:04 theshire dockerd[6521]: runtime.throw(0x19712cf, 0x2a)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/runtime/panic.go:596 +0x95
Mar 11 15:15:04 theshire dockerd[6521]: runtime.sigpanic()
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/runtime/signal_unix.go:274 +0x2db
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 245 [syscall, locked to thread]:
Mar 11 15:15:04 theshire dockerd[6521]: runtime.cgocall(0x15252b0, 0xc420c2f3b8, 0x196e0f6)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/runtime/cgocall.go:131 +0xe2 fp=0xc420c2f378 sp=0xc420c2f338
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/pkg/devicemapper._C2func_dm_task_run(0x7f1d50004ad0, 0x7f1d00000000, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/pkg/devicemapper/_obj/_cgo_gotypes.go:95 +0x68 fp=0xc420c2f3b8 sp=0xc420c2f378
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/pkg/devicemapper.dmTaskRunFct.func1(0x7f1d50004ad0, 0xc42079bf70, 0xc420c2f450, 0x18)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/pkg/devicemapper/devmapper_wrapper.go:96 +0x60 fp=0xc420c2f3f0 sp=0xc420c2f3b8
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/pkg/devicemapper.dmTaskRunFct(0x7f1d50004ad0, 0xc42079bf40)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/pkg/devicemapper/devmapper_wrapper.go:96 +0x2b fp=0xc420c2f420 sp=0xc420c2f3f0
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/pkg/devicemapper.(*Task).run(0xc42000f058, 0x19a9830, 0xc420e13bb0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/pkg/devicemapper/devmapper.go:155 +0x35 fp=0xc420c2f440 sp=0xc420c2f420
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/pkg/devicemapper.activateDevice(0xc420e2d5c0, 0x25, 0xc420e23800, 0x55, 0x151e, 0x280000000, 0x0, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/pkg/devicemapper/devmapper.go:767 +0x4ad fp=0xc420c2f578 sp=0xc420c2f440
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/pkg/devicemapper.ActivateDevice(0xc420e2d5c0, 0x25, 0xc420e23800, 0x55, 0x151e, 0x280000000, 0x25, 0xc420bb0340)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/pkg/devicemapper/devmapper.go:732 +0x79 fp=0xc420c2f5d8 sp=0xc420c2f578
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon/graphdriver/devmapper.(*DeviceSet).activateDeviceIfNeeded(0xc420001ba0, 0xc42020d6c0, 0xc420001b00, 0xc42020d6c0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/graphdriver/devmapper/deviceset.go:540 +0x277 fp=0xc420c2f688 sp=0xc420c2f5d8
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon/graphdriver/devmapper.(*DeviceSet).MountDevice(0xc420001ba0, 0xc420873f00, 0x40, 0xc42015ae00, 0x61, 0x0, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/graphdriver/devmapper/deviceset.go:2355 +0x156 fp=0xc420c2f7d8 sp=0xc420c2f688
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon/graphdriver/devmapper.(*Driver).Get(0xc42021fe00, 0xc420873f00, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/graphdriver/devmapper/driver.go:190 +0x363 fp=0xc420c2f988 sp=0xc420c2f7d8
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon/graphdriver.(*NaiveDiffDriver).Get(0xc4204f6540, 0xc420873f00, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: <autogenerated>:30 +0x75 fp=0xc420c2f9e0 sp=0xc420c2f988
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/layer.(*referencedRWLayer).Mount(0xc420482120, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/layer/mounted_layer.go:92 +0x67 fp=0xc420c2fa38 sp=0xc420c2f9e0
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).Mount(0xc420410a00, 0xc42030b200, 0xc4207c7b48, 0xc42079b8b0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/daemon.go:864 +0x61 fp=0xc420c2fb18 sp=0xc420c2fa38
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).conditionalMountOnStart(0xc420410a00, 0xc42030b200, 0xc4207c7e58, 0xc42030b200)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/daemon_unix.go:1075 +0x35 fp=0xc420c2fb48 sp=0xc420c2fb18
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).containerStart(0xc420410a00, 0xc42030b200, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/start.go:137 +0x1c8 fp=0xc420c2fe20 sp=0xc420c2fb48
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).restore.func2(0xc420b9f080, 0xc420410a00, 0xc42086e840, 0xc42030b200, 0xc4207728a0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/daemon.go:321 +0x24d fp=0xc420c2ffb8 sp=0xc420c2fe20
Mar 11 15:15:04 theshire dockerd[6521]: runtime.goexit()
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc420c2ffc0 sp=0xc420c2ffb8
Mar 11 15:15:04 theshire dockerd[6521]: created by github.com/docker/docker/daemon.(*Daemon).restore
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/daemon.go:325 +0xac0
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 1 [semacquire]:
Mar 11 15:15:04 theshire dockerd[6521]: sync.runtime_Semacquire(0xc420b9f08c)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/runtime/sema.go:47 +0x34
Mar 11 15:15:04 theshire dockerd[6521]: sync.(*WaitGroup).Wait(0xc420b9f080)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/sync/waitgroup.go:131 +0x7a
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).restore(0xc420410a00, 0x247c340, 0xc420410a00)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/daemon.go:328 +0xaf3
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.NewDaemon(0xc420422800, 0x249b480, 0xc420414f90, 0x248c280, 0xc42042e750, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/daemon.go:710 +0x2274
Mar 11 15:15:04 theshire dockerd[6521]: main.(*DaemonCli).start(0xc42041ede0, 0x0, 0x194a1ec, 0x17, 0xc420422800, 0xc4203e6ff0, 0xc420138cf0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon.go:263 +0xfb3
Mar 11 15:15:04 theshire dockerd[6521]: main.runDaemon(0x0, 0x194a1ec, 0x17, 0xc420422800, 0xc4203e6ff0, 0xc420138cf0, 0x2, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/cmd/dockerd/docker.go:86 +0x8c
Mar 11 15:15:04 theshire dockerd[6521]: main.newDaemonCommand.func1(0xc4203218c0, 0xc420409aa0, 0x0, 0x2, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/cmd/dockerd/docker.go:42 +0x6f
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).execute(0xc4203218c0, 0xc420010250, 0x2, 0x2, 0xc4203218c0, 0xc420010250)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:646 +0x44e
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0xc4203218c0, 0x171e060, 0x1, 0xc420414da0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:742 +0x349
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).Execute(0xc4203218c0, 0xc420414da0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:695 +0x2b
Mar 11 15:15:04 theshire dockerd[6521]: main.main()
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/cmd/dockerd/docker.go:106 +0xe6
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 17 [syscall, locked to thread]:
Mar 11 15:15:04 theshire dockerd[6521]: runtime.goexit()
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/runtime/asm_amd64.s:2197 +0x1
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 6 [syscall]:
Mar 11 15:15:04 theshire dockerd[6521]: os/signal.signal_recv(0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/runtime/sigqueue.go:116 +0x104
Mar 11 15:15:04 theshire dockerd[6521]: os/signal.loop()
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/os/signal/signal_unix.go:22 +0x22
Mar 11 15:15:04 theshire dockerd[6521]: created by os/signal.init.1
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/os/signal/signal_unix.go:28 +0x41
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 15 [syscall]:
Mar 11 15:15:04 theshire dockerd[6521]: syscall.Syscall6(0xf7, 0x1, 0x197f, 0xc42002adb0, 0x1000004, 0x0, 0x0, 0xc4202fd000, 0xc42002add0, 0xc42002add8)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/syscall/asm_linux_amd64.s:44 +0x5
Mar 11 15:15:04 theshire dockerd[6521]: os.(*Process).blockUntilWaitable(0xc42041f170, 0xc42002af90, 0xc4200001a0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/os/wait_waitid.go:28 +0xa5
Mar 11 15:15:04 theshire dockerd[6521]: os.(*Process).wait(0xc42041f170, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/os/exec_unix.go:22 +0x4d
Mar 11 15:15:04 theshire dockerd[6521]: os.(*Process).Wait(0xc42041f170, 0x0, 0xc4201229c0, 0x19add70)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/os/exec.go:115 +0x2b
Mar 11 15:15:04 theshire dockerd[6521]: os/exec.(*Cmd).Wait(0xc420075ce0, 0x19adaa8, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/os/exec/exec.go:435 +0x62
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/libcontainerd.(*remote).runContainerdDaemon.func1(0xc420075ce0, 0xc42042e750)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/libcontainerd/remote_unix.go:430 +0x2b
Mar 11 15:15:04 theshire dockerd[6521]: created by github.com/docker/docker/libcontainerd.(*remote).runContainerdDaemon
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/libcontainerd/remote_unix.go:432 +0xd32
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 19 [chan receive]:
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/libcontainerd.(*remote).handleConnectionChange(0xc42042e750)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/libcontainerd/remote_unix.go:147 +0xe2
Mar 11 15:15:04 theshire dockerd[6521]: created by github.com/docker/docker/libcontainerd.New
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/libcontainerd/remote_unix.go:121 +0x680
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 18 [select]:
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0xc420075e40)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:747 +0x666
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ClientConn).resetAddrConn.func1(0xc420075e40)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:506 +0x1d9
Mar 11 15:15:04 theshire dockerd[6521]: created by github.com/docker/docker/vendor/google.golang.org/grpc.(*ClientConn).resetAddrConn
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:507 +0x372
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 35 [IO wait]:
Mar 11 15:15:04 theshire dockerd[6521]: net.runtime_pollWait(0x7f1d7bbfde68, 0x72, 0x7)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/runtime/netpoll.go:164 +0x59
Mar 11 15:15:04 theshire dockerd[6521]: net.(*pollDesc).wait(0xc42047c0d8, 0x72, 0x24851c0, 0x2479868)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/net/fd_poll_runtime.go:75 +0x38
Mar 11 15:15:04 theshire dockerd[6521]: net.(*pollDesc).waitRead(0xc42047c0d8, 0xc420484000, 0x8000)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/net/fd_poll_runtime.go:80 +0x34
Mar 11 15:15:04 theshire dockerd[6521]: net.(*netFD).Read(0xc42047c070, 0xc420484000, 0x8000, 0x8000, 0x0, 0x24851c0, 0x2479868)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/net/fd_unix.go:250 +0x1b7
Mar 11 15:15:04 theshire dockerd[6521]: net.(*conn).Read(0xc420482000, 0xc420484000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/net/net.go:181 +0x70
Mar 11 15:15:04 theshire dockerd[6521]: bufio.(*Reader).Read(0xc420462300, 0xc4204740f8, 0x9, 0x9, 0x7dab65, 0xc42015fb08, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/bufio/bufio.go:213 +0x312
Mar 11 15:15:04 theshire dockerd[6521]: io.ReadAtLeast(0x247b6c0, 0xc420462300, 0xc4204740f8, 0x9, 0x9, 0x9, 0xc42003bda8, 0x7dbc9c, 0xc42015fb00)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/io/io.go:307 +0xa9
Mar 11 15:15:04 theshire dockerd[6521]: io.ReadFull(0x247b6c0, 0xc420462300, 0xc4204740f8, 0x9, 0x9, 0x0, 0x0, 0x247bf00)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/io/io.go:325 +0x58
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/golang.org/x/net/http2.readFrameHeader(0xc4204740f8, 0x9, 0x9, 0x247b6c0, 0xc420462300, 0x0, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:236 +0x7b
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc4204740c0, 0x0, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire systemd[1]: docker.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:463 +0xa4
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*framer).readFrame(0xc420466120, 0xc42015fc80, 0xc42015fc80, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http_util.go:508 +0x2f
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0xc420446100)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:922 +0xab
Mar 11 15:15:04 theshire dockerd[6521]: created by github.com/docker/docker/vendor/google.golang.org/grpc/transport.newHTTP2Client
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:203 +0x828
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 36 [select]:
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*http2Client).controller(0xc420446100)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:1000 +0x607
Mar 11 15:15:04 theshire dockerd[6521]: created by github.com/docker/docker/vendor/google.golang.org/grpc/transport.newHTTP2Client
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:233 +0xbe6
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 37 [select]:
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream.func2(0x249ac40, 0xc420446100, 0xc42049c000, 0xc4204aa000)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:204 +0x40f
Mar 11 15:15:04 theshire dockerd[6521]: created by github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:224 +0xb25
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 38 [select]:
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*recvBufferReader).Read(0xc42047e1c0, 0xc420478190, 0x5, 0x5, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire systemd[1]: Failed to start Docker Application Container Engine.
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/transport.go:140 +0x556
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*Stream).Read(0xc42049c000, 0xc420478190, 0x5, 0x5, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/transport.go:307 +0x59
Mar 11 15:15:04 theshire dockerd[6521]: io.ReadAtLeast(0x247ee80, 0xc42049c000, 0xc420478190, 0x5, 0x5, 0x5, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/io/io.go:307 +0xa9
Mar 11 15:15:04 theshire dockerd[6521]: io.ReadFull(0x247ee80, 0xc42049c000, 0xc420478190, 0x5, 0x5, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/io/io.go:325 +0x58
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/google.golang.org/grpc.(*parser).recvMsg(0xc420478180, 0x7fffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/rpc_util.go:231 +0x69
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/google.golang.org/grpc.recv(0xc420478180, 0x2493900, 0x24ed668, 0xc42049c000, 0x0, 0x0, 0x178ebc0, 0xc42044a180, 0x7fffffff, 0x0, ...)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/rpc_util.go:315 +0x4d
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0xc4204aa000, 0x178ebc0, 0xc42044a180, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:312 +0xc4
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/containerd/api/grpc/types.(*aPIEventsClient).Recv(0xc420468180, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/containerd/api/grpc/types/api.pb.go:1127 +0x62
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/libcontainerd.(*remote).handleEventStream(0xc42042e750, 0x249a880, 0xc420468180)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/libcontainerd/remote_unix.go:294 +0x49
Mar 11 15:15:04 theshire dockerd[6521]: created by github.com/docker/docker/libcontainerd.(*remote).startEventsMonitor
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/libcontainerd/remote_unix.go:288 +0x253
Mar 11 15:15:04 theshire systemd[1]: docker.service: Unit entered failed state.
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 39 [select, locked to thread]:
Mar 11 15:15:04 theshire dockerd[6521]: runtime.gopark(0x19adc30, 0x0, 0x192a886, 0x6, 0x18, 0x2)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/runtime/proc.go:271 +0x13a
Mar 11 15:15:04 theshire dockerd[6521]: runtime.selectgoImpl(0xc42046af50, 0x0, 0x18)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/runtime/select.go:423 +0x1364
Mar 11 15:15:04 theshire dockerd[6521]: runtime.selectgo(0xc42046af50)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/runtime/select.go:238 +0x1c
Mar 11 15:15:04 theshire dockerd[6521]: runtime.ensureSigM.func1()
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/runtime/signal_unix.go:434 +0x2dd
Mar 11 15:15:04 theshire dockerd[6521]: runtime.goexit()
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/runtime/asm_amd64.s:2197 +0x1
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 40 [chan receive]:
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/pkg/signal.Trap.func1(0xc4204625a0, 0xc420478260)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/pkg/signal/trap.go:37 +0x77
Mar 11 15:15:04 theshire dockerd[6521]: created by github.com/docker/docker/pkg/signal.Trap
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/pkg/signal/trap.go:67 +0x128
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 85 [chan receive]:
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).execCommandGC(0xc420410a00)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/exec.go:249 +0x85
Mar 11 15:15:04 theshire dockerd[6521]: created by github.com/docker/docker/daemon.NewDaemon
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/daemon.go:703 +0x21d8
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 84 [chan receive]:
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*statsCollector).run(0xc42072fa40)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/stats_collector.go:97 +0xaa
Mar 11 15:15:04 theshire dockerd[6521]: created by github.com/docker/docker/daemon.(*Daemon).newStatsCollector
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/stats_collector.go:33 +0x154
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 132 [IO wait]:
Mar 11 15:15:04 theshire dockerd[6521]: net.runtime_pollWait(0x7f1d7bbfdda8, 0x72, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/runtime/netpoll.go:164 +0x59
Mar 11 15:15:04 theshire dockerd[6521]: net.(*pollDesc).wait(0xc420189f78, 0x72, 0x0, 0xc420234880)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/net/fd_poll_runtime.go:75 +0x38
Mar 11 15:15:04 theshire dockerd[6521]: net.(*pollDesc).waitRead(0xc420189f78, 0xffffffffffffffff, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/net/fd_poll_runtime.go:80 +0x34
Mar 11 15:15:04 theshire dockerd[6521]: net.(*netFD).accept(0xc420189f10, 0x0, 0x247fec0, 0xc420234880)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/net/fd_unix.go:430 +0x1e5
Mar 11 15:15:04 theshire dockerd[6521]: net.(*UnixListener).accept(0xc42014f620, 0x1203b26, 0x18, 0xc4201b3fc0)
Mar 11 15:15:04 theshire systemd[1]: docker.service: Failed with result 'exit-code'.
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/net/unixsock_posix.go:162 +0x32
Mar 11 15:15:04 theshire dockerd[6521]: net.(*UnixListener).Accept(0xc42014f620, 0x20002, 0xc4201b3fbc, 0xc4201b3fb8, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/net/unixsock.go:237 +0x49
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).acceptClientConnections(0xc42049c4b0, 0xc420769800, 0x5c, 0x2492440, 0xc42014f620)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/sandbox_externalkey_unix.go:128 +0x3b
Mar 11 15:15:04 theshire dockerd[6521]: created by github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).startExternalKeyListener
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/sandbox_externalkey_unix.go:122 +0x1f2
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 89 [select]:
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).watchLoop(0xc42049c4b0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/store.go:443 +0x14b
Mar 11 15:15:04 theshire dockerd[6521]: created by github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).startWatch
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/store.go:460 +0x109
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 116 [select]:
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libnetwork/osl.removeUnusedPaths()
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/osl/namespace_linux.go:88 +0x437
Mar 11 15:15:04 theshire dockerd[6521]: created by github.com/docker/docker/vendor/github.com/docker/libnetwork/osl.createBasePath
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/osl/namespace_linux.go:73 +0x67
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 239 [semacquire]:
Mar 11 15:15:04 theshire dockerd[6521]: sync.runtime_SemacquireMutex(0xc4204f6178)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/runtime/sema.go:62 +0x34
Mar 11 15:15:04 theshire dockerd[6521]: sync.(*Mutex).Lock(0xc4204f6174)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/sync/mutex.go:87 +0x9d
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libnetwork/datastore.(*datastore).PutObjectAtomic(0xc4204f6140, 0x249bfc0, 0xc420cc5a20, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/datastore/datastore.go:388 +0x5c3
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).updateToStore(0xc42049c4b0, 0x249bfc0, 0xc420cc5a20, 0xc420cc0000, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/store.go:231 +0xa5
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*network).CreateEndpoint(0xc420cccc00, 0xc42088dda1, 0x16, 0xc420e614a0, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/network.go:948 +0x729
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).connectToNetwork(0xc420410a00, 0xc4203ba000, 0xc420333830, 0xd, 0xc420474780, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/container_operations.go:702 +0x3df
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).allocateNetwork(0xc420410a00, 0xc4203ba000, 0xc42046eb00, 0x43481e)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/container_operations.go:533 +0x562
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).initializeNetworking(0xc420410a00, 0xc4203ba000, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/container_operations.go:862 +0xc5
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).containerStart(0xc420410a00, 0xc4203ba000, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/start.go:145 +0x25f
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).restore.func2(0xc420b9f080, 0xc420410a00, 0xc42086e840, 0xc4203ba000, 0xc4202037a0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/daemon.go:321 +0x24d
Mar 11 15:15:04 theshire dockerd[6521]: created by github.com/docker/docker/daemon.(*Daemon).restore
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/daemon.go:325 +0xac0
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 240 [sleep]:
Mar 11 15:15:04 theshire dockerd[6521]: time.Sleep(0x2faf080)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/runtime/time.go:59 +0xf9
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/boltdb/bolt.flock(0xc4208412c0, 0x1000001a4, 0xdf8475800, 0x1a4, 0xc42000f160)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/boltdb/bolt/bolt_unix.go:38 +0xdd
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/boltdb/bolt.Open(0xc4207640f0, 0x29, 0x1a4, 0xc420bfd2e8, 0x164dda0, 0xc42018a701, 0xc420ffc140)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/boltdb/bolt/db.go:186 +0x173
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libkv/store/boltdb.(*BoltDB).getDBhandle(0xc4207e4d70, 0x8, 0x8, 0xc420ffc140)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libkv/store/boltdb/boltdb.go:113 +0xaa
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libkv/store/boltdb.(*BoltDB).AtomicPut(0xc4207e4d70, 0xc420e25860, 0x9f, 0xc420e36700, 0x32e, 0x32e, 0x0, 0x0, 0xc4203e6c00, 0x0, ...)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libkv/store/boltdb/boltdb.go:366 +0x120
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libnetwork/datastore.(*datastore).PutObjectAtomic(0xc4204f6140, 0x249bfc0, 0xc420cc54a0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/datastore/datastore.go:412 +0x266
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).updateToStore(0xc42049c4b0, 0x249bfc0, 0xc420cc54a0, 0xc420cc0000, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/store.go:231 +0xa5
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*network).CreateEndpoint(0xc420ccc900, 0xc4203e8281, 0xd, 0xc420e60600, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/network.go:948 +0x729
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).connectToNetwork(0xc420410a00, 0xc420410800, 0xc4203e8210, 0xd, 0xc420474a80, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/container_operations.go:702 +0x3df
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).allocateNetwork(0xc420410a00, 0xc420410800, 0xc420039b00, 0x43481e)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/container_operations.go:533 +0x562
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).initializeNetworking(0xc420410a00, 0xc420410800, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/container_operations.go:862 +0xc5
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).containerStart(0xc420410a00, 0xc420410800, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/start.go:145 +0x25f
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).restore.func2(0xc420b9f080, 0xc420410a00, 0xc42086e840, 0xc420410800, 0xc42041ab40)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/daemon.go:321 +0x24d
Mar 11 15:15:04 theshire dockerd[6521]: created by github.com/docker/docker/daemon.(*Daemon).restore
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/daemon.go:325 +0xac0
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 241 [semacquire]:
Mar 11 15:15:04 theshire dockerd[6521]: sync.runtime_SemacquireMutex(0xc420001bac)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/runtime/sema.go:62 +0x34
Mar 11 15:15:04 theshire dockerd[6521]: sync.(*Mutex).Lock(0xc420001ba8)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/sync/mutex.go:87 +0x9d
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon/graphdriver/devmapper.(*DeviceSet).lookupDeviceWithLock(0xc420001ba0, 0xc420016840, 0x40, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/graphdriver/devmapper/deviceset.go:404 +0x55
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon/graphdriver/devmapper.(*DeviceSet).UnmountDevice(0xc420001ba0, 0xc420016840, 0x40, 0xc420fcad20, 0x61, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/graphdriver/devmapper/deviceset.go:2394 +0x1cd
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon/graphdriver/devmapper.(*Driver).Put(0xc42021fe00, 0xc420016840, 0x40, 0xc420bbb960, 0x1)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/graphdriver/devmapper/driver.go:221 +0x137
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon/graphdriver.(*NaiveDiffDriver).Put(0xc4204f6540, 0xc420016840, 0x40, 0x5f, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: <autogenerated>:32 +0x5d
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/layer.(*referencedRWLayer).Unmount(0xc420482198, 0x24851c0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/layer/mounted_layer.go:98 +0x4f
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).Unmount(0xc420410a00, 0xc4203bb200, 0x1728e00, 0x2479870)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/daemon.go:886 +0x38
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).conditionalUnmountOnCleanup(0xc420410a00, 0xc4203bb200, 0x0, 0xc420bbba30)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/daemon_unix.go:1081 +0x35
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).Cleanup(0xc420410a00, 0xc4203bb200)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/start.go:208 +0x8b
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).containerStart.func1(0xc420bbbe58, 0xc4203bb200, 0xc420410a00)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/start.go:125 +0xb5
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).containerStart(0xc420410a00, 0xc4203bb200, 0x0, 0x0, 0x0, 0x0, 0x1, 0x247fe80, 0xc420f44ab0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/start.go:138 +0xad4
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).restore.func2(0xc420b9f080, 0xc420410a00, 0xc42086e840, 0xc4203bb200, 0xc420203440)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/daemon.go:321 +0x24d
Mar 11 15:15:04 theshire dockerd[6521]: created by github.com/docker/docker/daemon.(*Daemon).restore
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/daemon.go:325 +0xac0
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 242 [semacquire]:
Mar 11 15:15:04 theshire dockerd[6521]: sync.runtime_SemacquireMutex(0xc4204f6178)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/runtime/sema.go:62 +0x34
Mar 11 15:15:04 theshire dockerd[6521]: sync.(*Mutex).Lock(0xc4204f6174)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/sync/mutex.go:87 +0x9d
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libnetwork/datastore.(*datastore).GetObject(0xc4204f6140, 0xc420164c00, 0x5d, 0x249c0c0, 0xc420b28900, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/datastore/datastore.go:473 +0x1cf
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).getNetworkFromStore(0xc42049c4b0, 0xc42072e800, 0x40, 0x41a1c6, 0x7f1d7bbf73b8, 0x44)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/store.go:85 +0x143
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*endpoint).getNetworkFromStore(0xc420d24420, 0x41a6d2, 0xc420330cc0, 0x30)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/endpoint.go:411 +0x61
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*endpoint).retrieveFromStore(0xc420d24420, 0xc420bbd3a8, 0x41af28, 0x30)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/endpoint_info.go:382 +0x40
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*endpoint).DriverInfo(0xc420d24420, 0x0, 0xc420330cc0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/endpoint_info_unix.go:8 +0x40
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/container.getEndpointPortMapInfo(0x249b5a0, 0xc420d24420, 0xc420c021b0, 0xc420bbd618, 0x1406457)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/container/container.go:672 +0x84
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/container.(*Container).buildPortMapInfo(0xc42030b800, 0x249b5a0, 0xc420d24420, 0xc420cdeb40, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/container/container.go:661 +0x8d
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/container.(*Container).UpdateJoinInfo(0xc42030b800, 0x249cd40, 0xc42087a300, 0x249b5a0, 0xc420d24420, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/container/container.go:780 +0x4c
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).connectToNetwork(0xc420410a00, 0xc42030b800, 0xc4203331b0, 0xd, 0xc4204746c0, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/container_operations.go:754 +0x731
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).allocateNetwork(0xc420410a00, 0xc42030b800, 0xc420038b00, 0x43481e)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/container_operations.go:533 +0x562
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).initializeNetworking(0xc420410a00, 0xc42030b800, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/container_operations.go:862 +0xc5
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).containerStart(0xc420410a00, 0xc42030b800, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/start.go:145 +0x25f
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).restore.func2(0xc420b9f080, 0xc420410a00, 0xc42086e840, 0xc42030b800, 0xc420462900)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/daemon.go:321 +0x24d
Mar 11 15:15:04 theshire dockerd[6521]: created by github.com/docker/docker/daemon.(*Daemon).restore
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/daemon.go:325 +0xac0
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 243 [semacquire]:
Mar 11 15:15:04 theshire dockerd[6521]: sync.runtime_SemacquireMutex(0xc4204f6178)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/runtime/sema.go:62 +0x34
Mar 11 15:15:04 theshire dockerd[6521]: sync.(*Mutex).Lock(0xc4204f6174)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/sync/mutex.go:87 +0x9d
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libnetwork/datastore.(*datastore).PutObjectAtomic(0xc4204f6140, 0x249bfc0, 0xc4201d9a20, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/datastore/datastore.go:388 +0x5c3
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).updateToStore(0xc42049c4b0, 0x249bfc0, 0xc4201d9a20, 0xc4201d0000, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/store.go:231 +0xa5
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*network).CreateEndpoint(0xc420212780, 0xc4203e9839, 0x7, 0xc420e912a0, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/network.go:948 +0x729
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).connectToNetwork(0xc420410a00, 0xc420411c00, 0x1929b2a, 0x6, 0xc420474cc0, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/container_operations.go:702 +0x3df
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).allocateNetwork(0xc420410a00, 0xc420411c00, 0xc420bd1b00, 0x43481e)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/container_operations.go:515 +0x9e0
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).initializeNetworking(0xc420410a00, 0xc420411c00, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/container_operations.go:862 +0xc5
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).containerStart(0xc420410a00, 0xc420411c00, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/start.go:145 +0x25f
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).restore.func2(0xc420b9f080, 0xc420410a00, 0xc42086e840, 0xc420411c00, 0xc420772a80)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/daemon.go:321 +0x24d
Mar 11 15:15:04 theshire dockerd[6521]: created by github.com/docker/docker/daemon.(*Daemon).restore
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/daemon.go:325 +0xac0
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 244 [semacquire]:
Mar 11 15:15:04 theshire dockerd[6521]: sync.runtime_SemacquireMutex(0xc4204f6178)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/runtime/sema.go:62 +0x34
Mar 11 15:15:04 theshire dockerd[6521]: sync.(*Mutex).Lock(0xc4204f6174)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/sync/mutex.go:87 +0x9d
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libnetwork/datastore.(*datastore).PutObjectAtomic(0xc4204f6140, 0x249bfc0, 0xc420d25b80, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/datastore/datastore.go:388 +0x5c3
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).updateToStore(0xc42049c4b0, 0x249bfc0, 0xc420d25b80, 0xc420d20000, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/store.go:231 +0xa5
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*network).CreateEndpoint(0xc420cd8f00, 0xc4208b3521, 0x10, 0xc420fdc1c0, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/network.go:948 +0x729
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).connectToNetwork(0xc420410a00, 0xc420411000, 0xc4203e8940, 0xd, 0xc420474b40, 0x3a227063742f3300, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/container_operations.go:702 +0x3df
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).allocateNetwork(0xc420410a00, 0xc420411000, 0xc4208b4b00, 0x43481e)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/container_operations.go:533 +0x562
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).initializeNetworking(0xc420410a00, 0xc420411000, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/container_operations.go:862 +0xc5
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).containerStart(0xc420410a00, 0xc420411000, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/start.go:145 +0x25f
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).restore.func2(0xc420b9f080, 0xc420410a00, 0xc42086e840, 0xc420411000, 0xc4203b4120)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/daemon.go:321 +0x24d
Mar 11 15:15:04 theshire dockerd[6521]: created by github.com/docker/docker/daemon.(*Daemon).restore
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/daemon.go:325 +0xac0
Mar 11 15:15:04 theshire dockerd[6521]: goroutine 246 [semacquire]:
Mar 11 15:15:04 theshire dockerd[6521]: sync.runtime_SemacquireMutex(0xc4204f6178)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/runtime/sema.go:62 +0x34
Mar 11 15:15:04 theshire dockerd[6521]: sync.(*Mutex).Lock(0xc4204f6174)
Mar 11 15:15:04 theshire dockerd[6521]: /usr/lib/go/src/sync/mutex.go:87 +0x9d
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libnetwork/datastore.(*datastore).PutObjectAtomic(0xc4204f6140, 0x249bfc0, 0xc420ed2420, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/datastore/datastore.go:388 +0x5c3
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).updateToStore(0xc42049c4b0, 0x249bfc0, 0xc420ed2420, 0xc420ed0000, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/store.go:231 +0xa5
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*network).CreateEndpoint(0xc420ece180, 0xc4208b3fa1, 0x13, 0xc420778f20, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/network.go:948 +0x729
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).connectToNetwork(0xc420410a00, 0xc420411600, 0xc4203e9080, 0xd, 0xc420474c00, 0x5d2277723a676900, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/container_operations.go:702 +0x3df
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).allocateNetwork(0xc420410a00, 0xc420411600, 0xc4208b5b00, 0x43481e)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/container_operations.go:533 +0x562
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).initializeNetworking(0xc420410a00, 0xc420411600, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/container_operations.go:862 +0xc5
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).containerStart(0xc420410a00, 0xc420411600, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/start.go:145 +0x25f
Mar 11 15:15:04 theshire dockerd[6521]: github.com/docker/docker/daemon.(*Daemon).restore.func2(0xc420b9f080, 0xc420410a00, 0xc42086e840, 0xc420411600, 0xc420462720)
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/daemon.go:321 +0x24d
Mar 11 15:15:04 theshire dockerd[6521]: created by github.com/docker/docker/daemon.(*Daemon).restore
Mar 11 15:15:04 theshire dockerd[6521]: /build/docker/src/docker/.gopath/src/github.com/docker/docker/daemon/daemon.go:325 +0xac0
Thanks!
Last edited by SoftWinds (2017-03-12 19:44:27)
Offline
Apparently downgrading docker to 1.13.1-1 fixed this issue. I'll have to dive deeper into this to find the root cause.
Offline
And now re-upgrading it makes Docker work again, there must have been some maintenance tasks that were not completed correctly the last time that package was updated.
Offline
Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.
Offline