Skip to content

Instantly share code, notes, and snippets.

@BrianBland
Created January 20, 2015 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrianBland/b7d3bfb87d4d7d8655c8 to your computer and use it in GitHub Desktop.
Save BrianBland/b7d3bfb87d4d7d8655c8 to your computer and use it in GitHub Desktop.
DEBU[9512] [registry] Calling "HEAD" http://registry-1.docker.io/v2/USER/REPO/blobs/tarsum.v1+sha256:TARSUM
DEBU[9512] http://registry-1.docker.io/v2/USER/REPO/blobs/tarsum.v1+sha256:TARSUM -- HEADERS: map[User-Agent:[docker/1.4.1-dev go/go1.4.1 git-commit/673a984 kernel/3.13.0-39-generic os/linux arch/amd64]]
DEBU[9512] Using cached token for USER
DEBU[9513] [registry] Calling "POST" http://registry-1.docker.io/v2/USER/REPO/blobs/uploads/
DEBU[9513] http://registry-1.docker.io/v2/USER/REPO/blobs/uploads/ -- HEADERS: map[User-Agent:[docker/1.4.1-dev go/go1.4.1 git-commit/673a984 kernel/3.13.0-39-generic os/linux arch/amd64]]
DEBU[9513] Using cached token for USER
DEBU[9514] [registry] Calling "PUT" http://registry-1.docker.io/v2/USER/REPO/blobs/uploads/ba1de22f-3bdf-4bd1-8f32-a93332c106b2?_state=TOKEN
DEBU[9514] http://registry-1.docker.io/v2/USER/REPO/blobs/uploads/ba1de22f-3bdf-4bd1-8f32-a93332c106b2?_state=TOKEN -- HEADERS: map[User-Agent:[docker/1.4.1-dev go/go1.4.1 git-commit/673a984 kernel/3.13.0-39-generic os/linux arch/amd64]]
DEBU[9514] Using cached token for USER
Server error: 504 trying to push USER/REPO blob
INFO[9588] -job push(USER/REPO) = ERR (1)
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x20 pc=0x7802ea]
goroutine 3434 [running]:
bufio.(*Writer).flush(0xc208872100, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xda
bufio.(*Writer).Flush(0xc208872100, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
net/http.(*response).Flush(0xc208cc37c0)
/usr/local/go/src/net/http/server.go:1047 +0x4c
github.com/docker/docker/utils.(*WriteFlusher).Write(0xc208a76f30, 0xc2082cad80, 0x91, 0x103, 0x91, 0x0, 0x0)
/go/src/github.com/docker/docker/utils/utils.go:266 +0x140
github.com/docker/docker/engine.(*Output).Write(0xc2088726c0, 0xc2082cad80, 0x91, 0x103, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/engine/streams.go:90 +0x17f
github.com/docker/docker/utils.(*WriteFlusher).Write(0xc2086fc870, 0xc2082cad80, 0x91, 0x103, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/utils/utils.go:265 +0xf2
github.com/docker/docker/utils.(*progressReader).Close(0xc208660f80, 0x0, 0x0)
/go/src/github.com/docker/docker/utils/progressreader.go:42 +0xf1
net/http.(*Request).closeBody(0xc2092cb110)
/usr/local/go/src/net/http/request.go:919 +0x42
net/http.(*persistConn).writeLoop(0xc209201080)
/usr/local/go/src/net/http/transport.go:957 +0x307
created by net/http.(*Transport).dialConn
/usr/local/go/src/net/http/transport.go:661 +0xcbc
goroutine 1 [chan receive, 118 minutes]:
github.com/docker/docker/api/server.ServeApi(0xc20800a600, 0x7f87cd0b3d80)
/go/src/github.com/docker/docker/api/server/server.go:1639 +0x5a1
github.com/docker/docker/engine.(*Job).Run(0xc20800a600, 0x0, 0x0)
/go/src/github.com/docker/docker/engine/job.go:83 +0x936
main.mainDaemon()
/go/src/github.com/docker/docker/docker/daemon.go:93 +0x5c8
main.main()
/go/src/github.com/docker/docker/docker/docker.go:71 +0x49d
goroutine 5 [syscall, 118 minutes]:
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:21 +0x1f
created by os/signal.init·1
/usr/local/go/src/os/signal/signal_unix.go:27 +0x35
goroutine 17 [syscall, 118 minutes, locked to thread]:
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:2232 +0x1
goroutine 8 [chan receive, 118 minutes]:
github.com/docker/docker/pkg/signal.func·002()
/go/src/github.com/docker/docker/pkg/signal/trap.go:30 +0x8f
created by github.com/docker/docker/pkg/signal.Trap
/go/src/github.com/docker/docker/pkg/signal/trap.go:53 +0x357
goroutine 34 [chan receive, 118 minutes]:
database/sql.(*DB).connectionOpener(0xc2081eff40)
/usr/local/go/src/database/sql/sql.go:589 +0x4c
created by database/sql.Open
/usr/local/go/src/database/sql/sql.go:452 +0x31c
goroutine 1011 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bc7e8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bc780, 0xc20882e000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802eb68, 0xc20882e000, 0x8000, 0x8000, 0x5fceb5, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc2083594c0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Write(0xc2083594c0, 0xc208446000, 0x7d00, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:566 +0x256
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Write(0xc208301900, 0xc208446000, 0x7d00, 0x8000, 0x5fcf14, 0x0, 0x0)
<autogenerated>:7 +0x89
github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar.(*Writer).Write(0xc208346480, 0xc208446000, 0x7d00, 0x8000, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar/writer.go:366 +0xe5
bufio.(*Writer).flush(0xc208359740, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208359740, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/archive.(*tarAppender).addTarFile(0xc208301ca0, 0xc2083a39d0, 0x6a, 0xc2083a3a2b, 0xf, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:242 +0x8ba
github.com/docker/docker/pkg/archive.func·001(0xc2083a39d0, 0x6a, 0x7f87cd0b24d8, 0xc20830f130, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:461 +0x64a
path/filepath.walk(0xc2083a39d0, 0x6a, 0x7f87cd0b24d8, 0xc20830f130, 0xc2080adfa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:347 +0x91
path/filepath.walk(0xc2083a3730, 0x62, 0x7f87cd0b24d8, 0xc20830f090, 0xc2080adfa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc208193620, 0x5e, 0x7f87cd0b24d8, 0xc20830eff0, 0xc2080adfa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc208192ea0, 0x5a, 0x7f87cd0b24d8, 0xc20830e960, 0xc2080adfa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.Walk(0xc208192ea0, 0x5a, 0xc2080adfa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:394 +0xf2
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:465 +0x52b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 10 [IO wait, 8 minutes]:
net.(*pollDesc).Wait(0xc208143f00, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208143f00, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc208143ea0, 0x0, 0x7f87cd0b1e88, 0xc2087dec18)
/usr/local/go/src/net/fd_unix.go:419 +0x40b
net.(*UnixListener).AcceptUnix(0xc2080b4260, 0xc20866a5c0, 0x0, 0x0)
/usr/local/go/src/net/unixsock_posix.go:282 +0x56
net.(*UnixListener).Accept(0xc2080b4260, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/unixsock_posix.go:293 +0x4c
github.com/docker/docker/pkg/listenbuffer.(*defaultListener).Accept(0xc2080b4280, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/listenbuffer/buffer.go:41 +0x67
net/http.(*Server).Serve(0xc2081925a0, 0x7f87cd0baa68, 0xc2080b4280, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:1728 +0x92
github.com/docker/docker/api/server.(*HttpServer).Serve(0xc2080b4800, 0x0, 0x0)
/go/src/github.com/docker/docker/api/server/server.go:51 +0x4d
github.com/docker/docker/api/server.func·006()
/go/src/github.com/docker/docker/api/server/server.go:1634 +0x2b8
created by github.com/docker/docker/api/server.ServeApi
/go/src/github.com/docker/docker/api/server/server.go:1635 +0x526
goroutine 38 [select, 116 minutes]:
github.com/docker/docker/daemon.func·012()
/go/src/github.com/docker/docker/daemon/daemon.go:428 +0x8bd
created by github.com/docker/docker/daemon.(*Daemon).setupResolvconfWatcher
/go/src/github.com/docker/docker/daemon/daemon.go:461 +0x131
goroutine 37 [syscall, 116 minutes]:
syscall.Syscall(0x0, 0x8, 0xc208435eb8, 0x10000, 0x0, 0x0, 0x0)
/usr/local/go/src/syscall/asm_linux_amd64.s:21 +0x5
syscall.read(0x8, 0xc208435eb8, 0x10000, 0x10000, 0x0, 0x0, 0x0)
/usr/local/go/src/syscall/zsyscall_linux_amd64.go:867 +0x6e
syscall.Read(0x8, 0xc208435eb8, 0x10000, 0x10000, 0x0, 0x0, 0x0)
/usr/local/go/src/syscall/syscall_unix.go:136 +0x58
github.com/go-fsnotify/fsnotify.(*Watcher).readEvents(0xc208319180)
/go/src/github.com/docker/docker/vendor/src/github.com/go-fsnotify/fsnotify/inotify.go:144 +0x12b
created by github.com/go-fsnotify/fsnotify.NewWatcher
/go/src/github.com/docker/docker/vendor/src/github.com/go-fsnotify/fsnotify/inotify.go:47 +0x37c
goroutine 2474 [semacquire, 45 minutes]:
sync.(*Cond).Wait(0xc208dabaa8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208daba40, 0xc20915c000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802f610, 0xc20915c000, 0x8000, 0x8000, 0xc20857b590, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208620000, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Write(0xc208620000, 0xc2083476b3, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:566 +0x256
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Write(0xc2086e0940, 0xc2083476b3, 0x200, 0x200, 0x1a04, 0x0, 0x0)
<autogenerated>:7 +0x89
github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar.(*Writer).writeHeader(0xc208347680, 0xc208223450, 0xc208900001, 0x0, 0x0)
/go/src/github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar/writer.go:269 +0x23df
github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar.(*Writer).WriteHeader(0xc208347680, 0xc208223450, 0x0, 0x0)
/go/src/github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar/writer.go:139 +0x49
github.com/docker/docker/pkg/archive.(*tarAppender).addTarFile(0xc2086e0e40, 0xc20835b570, 0x6d, 0xc20835b5cb, 0x12, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:225 +0x634
github.com/docker/docker/pkg/archive.func·001(0xc20835b570, 0x6d, 0x7f87cd0b24d8, 0xc208bc6730, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:461 +0x64a
path/filepath.walk(0xc20835b570, 0x6d, 0x7f87cd0b24d8, 0xc208bc6730, 0xc2090fffa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:347 +0x91
path/filepath.walk(0xc20835b110, 0x64, 0x7f87cd0b24d8, 0xc208bc6690, 0xc2090fffa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc2081254a0, 0x5e, 0x7f87cd0b24d8, 0xc20862f4a0, 0xc2090fffa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc2081252c0, 0x5a, 0x7f87cd0b24d8, 0xc20862f450, 0xc2090fffa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.Walk(0xc2081252c0, 0x5a, 0xc2090fffa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:394 +0xf2
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:465 +0x52b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 991 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bc8a8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bc840, 0xc2084e6000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802e838, 0xc2084e6000, 0x8000, 0x8000, 0x18c, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208476980, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Write(0xc208476980, 0xc208932000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:566 +0x256
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Write(0xc2083b0940, 0xc208932000, 0x8000, 0x8000, 0xc208932000, 0x0, 0x0)
<autogenerated>:7 +0x89
github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar.(*Writer).Write(0xc2083b4000, 0xc208932000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar/writer.go:366 +0xe5
bufio.(*Writer).flush(0xc208476b00, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).ReadFrom(0xc208476b00, 0x7f87cd0b1e38, 0xc20802e900, 0x8000, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:654 +0x117
io.Copy(0x7f87cd0c0f98, 0xc208476b00, 0x7f87cd0b1e38, 0xc20802e900, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:358 +0x13d
github.com/docker/docker/pkg/archive.(*tarAppender).addTarFile(0xc2083b0b20, 0xc2083da5b0, 0x63, 0xc2083da60b, 0x8, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:237 +0x849
github.com/docker/docker/pkg/archive.func·001(0xc2083da5b0, 0x63, 0x7f87cd0b24d8, 0xc20840f450, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:461 +0x64a
path/filepath.walk(0xc2083da5b0, 0x63, 0x7f87cd0b24d8, 0xc20840f450, 0xc2080affa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:347 +0x91
path/filepath.walk(0xc20831dd40, 0x5e, 0x7f87cd0b24d8, 0xc20840f310, 0xc2080affa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc20831db60, 0x5a, 0x7f87cd0b24d8, 0xc20840f2c0, 0xc2080affa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.Walk(0xc20831db60, 0x5a, 0xc2080affa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:394 +0xf2
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:465 +0x52b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 980 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bc368)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bc300, 0xc208a0a000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802e5f0, 0xc208a0a000, 0x400, 0x8000, 0xc20893c870, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208926dc0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208926dc0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc2082f81c0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1001 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bc668)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bc600, 0xc20874a000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802e9f0, 0xc20874a000, 0x400, 0x8000, 0xc20893d950, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208477e80, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208477e80, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc208350280, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 987 [select, 1 minutes]:
net.func·019()
/usr/local/go/src/net/dnsclient_unix.go:241 +0x2f4
created by net.loadConfig
/usr/local/go/src/net/dnsclient_unix.go:269 +0x20c
goroutine 1021 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bc968)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bc900, 0xc208602000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802ed18, 0xc208602000, 0x8000, 0x8000, 0x18c, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc2083d3fc0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Write(0xc2083d3fc0, 0xc2084c8000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:566 +0x256
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Write(0xc2082bd280, 0xc2084c8000, 0x8000, 0x8000, 0xc2084c8000, 0x0, 0x0)
<autogenerated>:7 +0x89
github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar.(*Writer).Write(0xc208164000, 0xc2084c8000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar/writer.go:366 +0xe5
bufio.(*Writer).flush(0xc2084541c0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).ReadFrom(0xc2084541c0, 0x7f87cd0b1e38, 0xc20802edb8, 0x8000, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:654 +0x117
io.Copy(0x7f87cd0c0f98, 0xc2084541c0, 0x7f87cd0b1e38, 0xc20802edb8, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:358 +0x13d
github.com/docker/docker/pkg/archive.(*tarAppender).addTarFile(0xc2082bd600, 0xc20838a230, 0x66, 0xc20838a28b, 0xb, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:237 +0x849
github.com/docker/docker/pkg/archive.func·001(0xc20838a230, 0x66, 0x7f87cd0b24d8, 0xc2082b4b40, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:461 +0x64a
path/filepath.walk(0xc20838a230, 0x66, 0x7f87cd0b24d8, 0xc2082b4b40, 0xc2080abfa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:347 +0x91
path/filepath.walk(0xc208397f80, 0x62, 0x7f87cd0b24d8, 0xc2082b4aa0, 0xc2080abfa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc2081447e0, 0x5e, 0x7f87cd0b24d8, 0xc2082b4a00, 0xc2080abfa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc2081440c0, 0x5a, 0x7f87cd0b24d8, 0xc2082b40f0, 0xc2080abfa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.Walk(0xc2081440c0, 0x5a, 0xc2080abfa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:394 +0xf2
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:465 +0x52b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1061 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bc5a8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bc540, 0xc208418000, 0xe00, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802e8f8, 0xc208418000, 0xe00, 0x8000, 0x200, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208476fc0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208476fc0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc2083714c0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1031 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bcae8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bca80, 0xc208734000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802ee70, 0xc208734000, 0x8000, 0x8000, 0x5fceb5, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208455d80, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Write(0xc208455d80, 0xc208946000, 0xff4, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:566 +0x256
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Write(0xc208279160, 0xc208946000, 0xff4, 0x8000, 0x5fcf14, 0x0, 0x0)
<autogenerated>:7 +0x89
github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar.(*Writer).Write(0xc208165200, 0xc208946000, 0xff4, 0x8000, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar/writer.go:366 +0xe5
bufio.(*Writer).flush(0xc208455f80, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208455f80, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/archive.(*tarAppender).addTarFile(0xc208279480, 0xc20835f7c0, 0x95, 0xc20835f81b, 0x3a, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:242 +0x8ba
github.com/docker/docker/pkg/archive.func·001(0xc20835f7c0, 0x95, 0x7f87cd0b24d8, 0xc2082261e0, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:461 +0x64a
path/filepath.walk(0xc20835f7c0, 0x95, 0x7f87cd0b24d8, 0xc2082261e0, 0xc2087f5fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:347 +0x91
path/filepath.walk(0xc208382b60, 0x70, 0x7f87cd0b24d8, 0xc2082a9f90, 0xc2087f5fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc208382150, 0x62, 0x7f87cd0b24d8, 0xc2082a9db0, 0xc2087f5fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc208125560, 0x5e, 0x7f87cd0b24d8, 0xc2082a9cc0, 0xc2087f5fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc208125380, 0x5a, 0x7f87cd0b24d8, 0xc2082a9c70, 0xc2087f5fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.Walk(0xc208125380, 0x5a, 0xc2087f5fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:394 +0xf2
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:465 +0x52b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1041 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bcc68)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bcc00, 0xc20883c000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802efb8, 0xc20883c000, 0x400, 0x8000, 0xc2083ac360, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc2084d71c0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc2084d71c0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc208297f00, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1051 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bc2a8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bc240, 0xc208800000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802e6d0, 0xc208800000, 0x400, 0x8000, 0xc20840a750, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc2084d76c0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc2084d76c0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc2083c84e0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1071 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bca28)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bc9c0, 0xc2083ee000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802ead8, 0xc2083ee000, 0x8000, 0x8000, 0xc2083ba640, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc2083586c0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Write(0xc2083586c0, 0xc2082c2db3, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:566 +0x256
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Write(0xc208334900, 0xc2082c2db3, 0x200, 0x200, 0x1a04, 0x0, 0x0)
<autogenerated>:7 +0x89
github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar.(*Writer).writeHeader(0xc2082c2d80, 0xc2083620d0, 0xc2084d2801, 0x0, 0x0)
/go/src/github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar/writer.go:269 +0x23df
github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar.(*Writer).WriteHeader(0xc2082c2d80, 0xc2083620d0, 0x0, 0x0)
/go/src/github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar/writer.go:139 +0x49
github.com/docker/docker/pkg/archive.(*tarAppender).addTarFile(0xc208334c60, 0xc2083a3500, 0x6d, 0xc2083a355b, 0x12, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:225 +0x634
github.com/docker/docker/pkg/archive.func·001(0xc2083a3500, 0x6d, 0x7f87cd0b24d8, 0xc20830f590, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:461 +0x64a
path/filepath.walk(0xc2083a3500, 0x6d, 0x7f87cd0b24d8, 0xc20830f590, 0xc2087fffa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:347 +0x91
path/filepath.walk(0xc2083a3180, 0x64, 0x7f87cd0b24d8, 0xc20830f4a0, 0xc2087fffa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc208192000, 0x5e, 0x7f87cd0b24d8, 0xc208387e50, 0xc2087fffa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc2081afce0, 0x5a, 0x7f87cd0b24d8, 0xc208387e00, 0xc2087fffa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.Walk(0xc2081afce0, 0x5a, 0xc2087fffa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:394 +0xf2
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:465 +0x52b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1081 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bdf28)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bdec0, 0xc2085e8000, 0x1200, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802ece8, 0xc2085e8000, 0x1200, 0x8000, 0x200, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208359d00, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208359d00, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc2082f9900, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1177 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bd328)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bd2c0, 0xc208d06000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20857ee18, 0xc208d06000, 0x400, 0x8000, 0xc2089e4240, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208a069c0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208a069c0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc2086c8180, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1091 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bcde8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bcd80, 0xc2085f8000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802ee38, 0xc2085f8000, 0x400, 0x8000, 0xc2083ac3f0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208454940, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208454940, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc2082bd800, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1101 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bcf68)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bcf00, 0xc20885a000, 0xc00, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802ef68, 0xc20885a000, 0xc00, 0x8000, 0x200, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208930840, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208930840, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc2082796c0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1111 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bd0e8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bd080, 0xc208458000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802f0b0, 0xc208458000, 0x400, 0x8000, 0xc2083ad7a0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208931d80, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208931d80, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc20813e0a0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1121 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bd268)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bd200, 0xc208abe000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802f1c8, 0xc208abe000, 0x400, 0x8000, 0xc208380510, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208927240, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208927240, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc2082c0040, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1131 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bd3e8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bd380, 0xc208a88000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802f2d8, 0xc208a88000, 0x400, 0x8000, 0xc2083810e0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208850540, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208850540, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc2087a07e0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1217 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bd6e8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bd680, 0xc208d36000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20857f2d8, 0xc208d36000, 0x8000, 0x8000, 0x18c, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc20891f6c0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Write(0xc20891f6c0, 0xc208d3e000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:566 +0x256
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Write(0xc208212ca0, 0xc208d3e000, 0x8000, 0x8000, 0xc208d3e000, 0x0, 0x0)
<autogenerated>:7 +0x89
github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar.(*Writer).Write(0xc2082c2000, 0xc208d3e000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar/writer.go:366 +0xe5
bufio.(*Writer).flush(0xc20891f8c0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).ReadFrom(0xc20891f8c0, 0x7f87cd0b1e38, 0xc20857f378, 0x8000, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:654 +0x117
io.Copy(0x7f87cd0c0f98, 0xc20891f8c0, 0x7f87cd0b1e38, 0xc20857f378, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:358 +0x13d
github.com/docker/docker/pkg/archive.(*tarAppender).addTarFile(0xc208213220, 0xc208225570, 0x66, 0xc2082255cb, 0xb, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:237 +0x849
github.com/docker/docker/pkg/archive.func·001(0xc208225570, 0x66, 0x7f87cd0b24d8, 0xc20830ff90, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:461 +0x64a
path/filepath.walk(0xc208225570, 0x66, 0x7f87cd0b24d8, 0xc20830ff90, 0xc2087f3fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:347 +0x91
path/filepath.walk(0xc208224f50, 0x62, 0x7f87cd0b24d8, 0xc20830fea0, 0xc2087f3fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc208148180, 0x5e, 0x7f87cd0b24d8, 0xc20830fe00, 0xc2087f3fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc20814d9e0, 0x5a, 0x7f87cd0b24d8, 0xc20830f6d0, 0xc2087f3fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.Walk(0xc20814d9e0, 0x5a, 0xc2087f3fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:394 +0xf2
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:465 +0x52b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1187 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bcea8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bce40, 0xc208630000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20857ef40, 0xc208630000, 0x8000, 0x8000, 0x18c, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc2088194c0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Write(0xc2088194c0, 0xc208d0e000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:566 +0x256
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Write(0xc208361720, 0xc208d0e000, 0x8000, 0x8000, 0xc208d0e000, 0x0, 0x0)
<autogenerated>:7 +0x89
github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar.(*Writer).Write(0xc208afad80, 0xc208d0e000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar/writer.go:366 +0xe5
bufio.(*Writer).flush(0xc208a07e40, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).ReadFrom(0xc208a07e40, 0x7f87cd0b1e38, 0xc20857efa0, 0x8000, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:654 +0x117
io.Copy(0x7f87cd0c0f98, 0xc208a07e40, 0x7f87cd0b1e38, 0xc20857efa0, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:358 +0x13d
github.com/docker/docker/pkg/archive.(*tarAppender).addTarFile(0xc208361ce0, 0xc208367960, 0x63, 0xc2083679bb, 0x8, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:237 +0x849
github.com/docker/docker/pkg/archive.func·001(0xc208367960, 0x63, 0x7f87cd0b24d8, 0xc208950e60, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:461 +0x64a
path/filepath.walk(0xc208367960, 0x63, 0x7f87cd0b24d8, 0xc208950e60, 0xc2087effa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:347 +0x91
path/filepath.walk(0xc208193740, 0x5e, 0x7f87cd0b24d8, 0xc208950dc0, 0xc2087effa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc2081933e0, 0x5a, 0x7f87cd0b24d8, 0xc208950d70, 0xc2087effa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.Walk(0xc2081933e0, 0x5a, 0xc2087effa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:394 +0xf2
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:465 +0x52b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1197 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bd1a8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bd140, 0xc208d16000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20857f068, 0xc208d16000, 0x400, 0x8000, 0xc2089e58c0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc2084fcf40, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc2084fcf40, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc208324ea0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1207 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bd568)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bd500, 0xc208d26000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20857f170, 0xc208d26000, 0x8000, 0x8000, 0x5fceb5, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc20891e340, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Write(0xc20891e340, 0xc208d2e000, 0x7d00, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:566 +0x256
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Write(0xc2081f6580, 0xc208d2e000, 0x7d00, 0x8000, 0x5fcf14, 0x0, 0x0)
<autogenerated>:7 +0x89
github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar.(*Writer).Write(0xc208346900, 0xc208d2e000, 0x7d00, 0x8000, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar/writer.go:366 +0xe5
bufio.(*Writer).flush(0xc20891e540, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc20891e540, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/archive.(*tarAppender).addTarFile(0xc2081f6e20, 0xc208322e00, 0x6a, 0xc208322e5b, 0xf, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:242 +0x8ba
github.com/docker/docker/pkg/archive.func·001(0xc208322e00, 0x6a, 0x7f87cd0b24d8, 0xc2083866e0, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:461 +0x64a
path/filepath.walk(0xc208322e00, 0x6a, 0x7f87cd0b24d8, 0xc2083866e0, 0xc2087f1fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:347 +0x91
path/filepath.walk(0xc208322a80, 0x62, 0x7f87cd0b24d8, 0xc208386640, 0xc2087f1fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc208150180, 0x5e, 0x7f87cd0b24d8, 0xc2083865a0, 0xc2087f1fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc208157c20, 0x5a, 0x7f87cd0b24d8, 0xc208407bd0, 0xc2087f1fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.Walk(0xc208157c20, 0x5a, 0xc2087f1fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:394 +0xf2
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:465 +0x52b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1227 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bd868)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bd800, 0xc208d4e000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20857f430, 0xc208d4e000, 0x8000, 0x8000, 0x5fceb5, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc2085bca80, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Write(0xc2085bca80, 0xc208d56000, 0xff4, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:566 +0x256
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Write(0xc2086e08a0, 0xc208d56000, 0xff4, 0x8000, 0x5fcf14, 0x0, 0x0)
<autogenerated>:7 +0x89
github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar.(*Writer).Write(0xc2082c3b00, 0xc208d56000, 0xff4, 0x8000, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar/writer.go:366 +0xe5
bufio.(*Writer).flush(0xc2085bcc80, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc2085bcc80, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/archive.(*tarAppender).addTarFile(0xc2086e0b80, 0xc20829c280, 0x95, 0xc20829c2db, 0x3a, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:242 +0x8ba
github.com/docker/docker/pkg/archive.func·001(0xc20829c280, 0x95, 0x7f87cd0b24d8, 0xc2082b5db0, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:461 +0x64a
path/filepath.walk(0xc20829c280, 0x95, 0x7f87cd0b24d8, 0xc2082b5db0, 0xc2087f9fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:347 +0x91
path/filepath.walk(0xc208231180, 0x70, 0x7f87cd0b24d8, 0xc2082b5b30, 0xc2087f9fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc2082307e0, 0x62, 0x7f87cd0b24d8, 0xc2082b58b0, 0xc2087f9fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc208145a40, 0x5e, 0x7f87cd0b24d8, 0xc2082b5810, 0xc2087f9fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc208145800, 0x5a, 0x7f87cd0b24d8, 0xc2082b5770, 0xc2087f9fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.Walk(0xc208145800, 0x5a, 0xc2087f9fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:394 +0xf2
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:465 +0x52b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1267 [semacquire, 100 minutes]:
sync.(*Cond).Wait(0xc2083bc4e8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bc480, 0xc208810000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20857e188, 0xc208810000, 0x8000, 0x8000, 0xc20894f080, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208789040, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Write(0xc208789040, 0xc208d7b233, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:566 +0x256
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Write(0xc208d82e80, 0xc208d7b233, 0x200, 0x200, 0x1a04, 0x0, 0x0)
<autogenerated>:7 +0x89
github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar.(*Writer).writeHeader(0xc208d7b200, 0xc2083b24e0, 0xc208b0e401, 0x0, 0x0)
/go/src/github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar/writer.go:269 +0x23df
github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar.(*Writer).WriteHeader(0xc208d7b200, 0xc2083b24e0, 0x0, 0x0)
/go/src/github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar/writer.go:139 +0x49
github.com/docker/docker/pkg/archive.(*tarAppender).addTarFile(0xc208d83160, 0xc2083e3500, 0x6d, 0xc2083e355b, 0x12, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:225 +0x634
github.com/docker/docker/pkg/archive.func·001(0xc2083e3500, 0x6d, 0x7f87cd0b24d8, 0xc20852fc70, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:461 +0x64a
path/filepath.walk(0xc2083e3500, 0x6d, 0x7f87cd0b24d8, 0xc20852fc70, 0xc2087fdfa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:347 +0x91
path/filepath.walk(0xc2083e2fc0, 0x64, 0x7f87cd0b24d8, 0xc20852fbd0, 0xc2087fdfa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc2082d2960, 0x5e, 0x7f87cd0b24d8, 0xc20852e690, 0xc2087fdfa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc20831df20, 0x5a, 0x7f87cd0b24d8, 0xc20852e640, 0xc2087fdfa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.Walk(0xc20831df20, 0x5a, 0xc2087fdfa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:394 +0xf2
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:465 +0x52b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1237 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bd9e8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bd980, 0xc208d5e000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20857f578, 0xc208d5e000, 0x400, 0x8000, 0xc2089b7710, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc2085bddc0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc2085bddc0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc2089d09c0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1247 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bdb68)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bdb00, 0xc208d88000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20857f680, 0xc208d88000, 0x400, 0x8000, 0xc2089b7ef0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208789140, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208789140, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc208d829c0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1257 [semacquire, 101 minutes]:
sync.(*Cond).Wait(0xc2083bdce8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bdc80, 0xc208db8000, 0xe00, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20857f788, 0xc208db8000, 0xe00, 0x8000, 0x200, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208db2540, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208db2540, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc208db09c0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1277 [semacquire, 100 minutes]:
sync.(*Cond).Wait(0xc2083bcba8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bcb40, 0xc208798000, 0x1200, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20857e378, 0xc208798000, 0x1200, 0x8000, 0x200, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208a06440, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208a06440, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc2087a11c0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1307 [semacquire, 100 minutes]:
sync.(*Cond).Wait(0xc2083bd928)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bd8c0, 0xc208956000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20857e728, 0xc208956000, 0x400, 0x8000, 0xc2089cb680, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208476200, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208476200, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc208360500, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1287 [semacquire, 100 minutes]:
sync.(*Cond).Wait(0xc2083bd028)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bcfc0, 0xc20846c000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20857e4a0, 0xc20846c000, 0x400, 0x8000, 0xc2089ca000, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208a07840, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208a07840, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc2086c81c0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1297 [semacquire, 100 minutes]:
sync.(*Cond).Wait(0xc2083bd628)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bd5c0, 0xc2089fc000, 0xc00, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20857e5c0, 0xc2089fc000, 0xc00, 0x8000, 0x200, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc20899ed40, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc20899ed40, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc2083b0ec0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1317 [semacquire, 100 minutes]:
sync.(*Cond).Wait(0xc2083bdc28)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bdbc0, 0xc2084f0000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20857e858, 0xc2084f0000, 0x400, 0x8000, 0xc2089b6480, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208477b80, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208477b80, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc208324200, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 1327 [semacquire, 100 minutes]:
sync.(*Cond).Wait(0xc2083bde68)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bde00, 0xc208d9a000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20857e960, 0xc208d9a000, 0x400, 0x8000, 0xc2089b7200, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208359640, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208359640, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc2082e9660, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 2625 [semacquire, 44 minutes]:
sync.(*Cond).Wait(0xc208a687e8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208a68780, 0xc2088e0000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20857fb18, 0xc2088e0000, 0x400, 0x8000, 0xc208e02000, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208ae8040, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208ae8040, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc208d83b40, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 3155 [semacquire, 7 minutes]:
sync.(*Cond).Wait(0xc208a68428)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208a683c0, 0xc2090a2000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20857e208, 0xc2090a2000, 0x400, 0x8000, 0xc20923ca20, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc20877c580, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc20877c580, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc208db19e0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 2394 [semacquire, 45 minutes]:
sync.(*Cond).Wait(0xc208dab9e8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208dab980, 0xc2090cc000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802ea70, 0xc2090cc000, 0x8000, 0x8000, 0x18c, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208872540, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Write(0xc208872540, 0xc2090d4000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:566 +0x256
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Write(0xc2084fb040, 0xc2090d4000, 0x8000, 0x8000, 0xc2090d4000, 0x0, 0x0)
<autogenerated>:7 +0x89
github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar.(*Writer).Write(0xc20887db00, 0xc2090d4000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar/writer.go:366 +0xe5
bufio.(*Writer).flush(0xc208872740, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).ReadFrom(0xc208872740, 0x7f87cd0b1e38, 0xc20802eb40, 0x8000, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:654 +0x117
io.Copy(0x7f87cd0c0f98, 0xc208872740, 0x7f87cd0b1e38, 0xc20802eb40, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:358 +0x13d
github.com/docker/docker/pkg/archive.(*tarAppender).addTarFile(0xc2084fb500, 0xc20892e230, 0x63, 0xc20892e28b, 0x8, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:237 +0x849
github.com/docker/docker/pkg/archive.func·001(0xc20892e230, 0x63, 0x7f87cd0b24d8, 0xc208c36640, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:461 +0x64a
path/filepath.walk(0xc20892e230, 0x63, 0x7f87cd0b24d8, 0xc208c36640, 0xc2090cbfa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:347 +0x91
path/filepath.walk(0xc20831daa0, 0x5e, 0x7f87cd0b24d8, 0xc208c365a0, 0xc2090cbfa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc20831d7a0, 0x5a, 0x7f87cd0b24d8, 0xc208c36550, 0xc2090cbfa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.Walk(0xc20831d7a0, 0x5a, 0xc2090cbfa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:394 +0xf2
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:465 +0x52b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 2524 [semacquire, 45 minutes]:
sync.(*Cond).Wait(0xc2083bd7a8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bd740, 0xc2091b4000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802fe10, 0xc2091b4000, 0x400, 0x8000, 0xc208b76bd0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208bfc180, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208bfc180, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc2082f9be0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 2514 [semacquire, 45 minutes]:
sync.(*Cond).Wait(0xc2083bcd28)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bccc0, 0xc2091a4000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802fc88, 0xc2091a4000, 0x400, 0x8000, 0xc208503950, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208968ec0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208968ec0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc208334ee0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 2504 [semacquire, 45 minutes]:
sync.(*Cond).Wait(0xc2083bdda8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc2083bdd40, 0xc209194000, 0xc00, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802fb60, 0xc209194000, 0xc00, 0x8000, 0x200, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208e09b00, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208e09b00, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc208360de0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 2595 [semacquire, 44 minutes]:
sync.(*Cond).Wait(0xc208a68128)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208a680c0, 0xc20927e000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20857f288, 0xc20927e000, 0x400, 0x8000, 0xc209033b90, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc209213340, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc209213340, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc2092c2580, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 2494 [semacquire, 45 minutes]:
sync.(*Cond).Wait(0xc208dabe68)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208dabe00, 0xc209184000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802fa58, 0xc209184000, 0x400, 0x8000, 0xc20880afc0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208e08780, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208e08780, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc2083a6900, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 2464 [semacquire, 45 minutes]:
sync.(*Cond).Wait(0xc208dab868)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208dab800, 0xc20914c000, 0xe00, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802f4e8, 0xc20914c000, 0xe00, 0x8000, 0x200, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208e04dc0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208e04dc0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc20859bb00, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 2454 [semacquire, 45 minutes]:
sync.(*Cond).Wait(0xc208dab628)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208dab5c0, 0xc209134000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802f3d8, 0xc209134000, 0x400, 0x8000, 0xc20858c090, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc20871fa00, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc20871fa00, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc208b965a0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 2434 [semacquire, 45 minutes]:
sync.(*Cond).Wait(0xc208dab1a8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208dab140, 0xc209114000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802f140, 0xc209114000, 0x8000, 0x8000, 0x5fceb5, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208b4d300, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Write(0xc208b4d300, 0xc20911c000, 0xff4, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:566 +0x256
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Write(0xc2088cb140, 0xc20911c000, 0xff4, 0x8000, 0x5fcf14, 0x0, 0x0)
<autogenerated>:7 +0x89
github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar.(*Writer).Write(0xc208b18000, 0xc20911c000, 0xff4, 0x8000, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar/writer.go:366 +0xe5
bufio.(*Writer).flush(0xc208b4d500, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208b4d500, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/archive.(*tarAppender).addTarFile(0xc2088cb4a0, 0xc20839c5a0, 0x95, 0xc20839c5fb, 0x3a, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:242 +0x8ba
github.com/docker/docker/pkg/archive.func·001(0xc20839c5a0, 0x95, 0x7f87cd0b24d8, 0xc20848b720, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:461 +0x64a
path/filepath.walk(0xc20839c5a0, 0x95, 0x7f87cd0b24d8, 0xc20848b720, 0xc209103fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:347 +0x91
path/filepath.walk(0xc2083ab2d0, 0x70, 0x7f87cd0b24d8, 0xc20848b540, 0xc209103fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc2083aa4d0, 0x62, 0x7f87cd0b24d8, 0xc20848b360, 0xc209103fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc208157b60, 0x5e, 0x7f87cd0b24d8, 0xc20848b2c0, 0xc209103fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc2081577a0, 0x5a, 0x7f87cd0b24d8, 0xc20848b270, 0xc209103fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.Walk(0xc2081577a0, 0x5a, 0xc209103fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:394 +0xf2
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:465 +0x52b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 2384 [semacquire, 45 minutes]:
sync.(*Cond).Wait(0xc208dab328)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208dab2c0, 0xc208d46000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802e880, 0xc208d46000, 0x400, 0x8000, 0xc208f22c60, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc2089cc980, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc2089cc980, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc208d83a80, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 2424 [semacquire, 45 minutes]:
sync.(*Cond).Wait(0xc208dab028)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208daafc0, 0xc209104000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802ef98, 0xc209104000, 0x8000, 0x8000, 0x18c, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208ae9f80, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Write(0xc208ae9f80, 0xc20910c000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:566 +0x256
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Write(0xc208822b40, 0xc20910c000, 0x8000, 0x8000, 0xc20910c000, 0x0, 0x0)
<autogenerated>:7 +0x89
github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar.(*Writer).Write(0xc208d7a900, 0xc20910c000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar/writer.go:366 +0xe5
bufio.(*Writer).flush(0xc208b4c100, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).ReadFrom(0xc208b4c100, 0x7f87cd0b1e38, 0xc20802f038, 0x8000, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:654 +0x117
io.Copy(0x7f87cd0c0f98, 0xc208b4c100, 0x7f87cd0b1e38, 0xc20802f038, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:358 +0x13d
github.com/docker/docker/pkg/archive.(*tarAppender).addTarFile(0xc208822d60, 0xc20859df10, 0x66, 0xc20859df6b, 0xb, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:237 +0x849
github.com/docker/docker/pkg/archive.func·001(0xc20859df10, 0x66, 0x7f87cd0b24d8, 0xc208b32aa0, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:461 +0x64a
path/filepath.walk(0xc20859df10, 0x66, 0x7f87cd0b24d8, 0xc208b32aa0, 0xc2087fbfa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:347 +0x91
path/filepath.walk(0xc20859dc00, 0x62, 0x7f87cd0b24d8, 0xc208b32a00, 0xc2087fbfa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc208158240, 0x5e, 0x7f87cd0b24d8, 0xc208b32960, 0xc2087fbfa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc208193aa0, 0x5a, 0x7f87cd0b24d8, 0xc208b32370, 0xc2087fbfa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.Walk(0xc208193aa0, 0x5a, 0xc2087fbfa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:394 +0xf2
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:465 +0x52b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 2404 [semacquire, 45 minutes]:
sync.(*Cond).Wait(0xc208dabf28)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208dabec0, 0xc2090dc000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802ec68, 0xc2090dc000, 0x400, 0x8000, 0xc208f23dd0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208873840, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208873840, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc208998e20, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 3265 [semacquire, 3 minutes]:
sync.(*Cond).Wait(0xc208c174a8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208c17440, 0xc2098e6000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802f440, 0xc2098e6000, 0x400, 0x8000, 0xc208f0e5a0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208f1acc0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208f1acc0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc2086c8ca0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 3253 [semacquire, 3 minutes]:
sync.(*Cond).Wait(0xc208c171a8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208c17140, 0xc20869a000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802f268, 0xc20869a000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc20901e480, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc20901e480, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc20859b4c0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 3271 [semacquire, 3 minutes]:
sync.(*Cond).Wait(0xc208c17628)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208c175c0, 0xc208fee000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802f538, 0xc208fee000, 0x400, 0x8000, 0xc208f0ecf0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208f1b740, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208f1b740, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc20864c740, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 2615 [semacquire, 44 minutes]:
sync.(*Cond).Wait(0xc208a68368)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208a68300, 0xc208cde000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20857fa10, 0xc208cde000, 0x400, 0x8000, 0xc2088914d0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208b0bcc0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208b0bcc0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc2089869e0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 2655 [semacquire, 44 minutes]:
sync.(*Cond).Wait(0xc208a68968)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208a68900, 0xc208b5c000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802f520, 0xc208b5c000, 0x400, 0x8000, 0xc208cf0990, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc20890aa80, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc20890aa80, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc2084a23a0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 2444 [semacquire, 45 minutes]:
sync.(*Cond).Wait(0xc208dab3e8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208dab380, 0xc209124000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802f2b0, 0xc209124000, 0x400, 0x8000, 0xc208562f30, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc20871e680, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc20871e680, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc20891df60, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 3419 [semacquire]:
sync.(*Cond).Wait(0xc208a688a8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208a68840, 0xc208c24000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20857e8d0, 0xc208c24000, 0x8000, 0x8000, 0x5fceb5, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc20901ee40, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Write(0xc20901ee40, 0xc208a78000, 0x7095, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:566 +0x256
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Write(0xc208999560, 0xc208a78000, 0x7095, 0x8000, 0x5fcf14, 0x0, 0x0)
<autogenerated>:7 +0x89
github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar.(*Writer).Write(0xc208ebcd80, 0xc208a78000, 0x7095, 0x8000, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar/writer.go:366 +0xe5
bufio.(*Writer).flush(0xc20901f080, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc20901f080, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/archive.(*tarAppender).addTarFile(0xc208999760, 0xc208b03680, 0x7a, 0xc208b036db, 0x1f, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:242 +0x8ba
github.com/docker/docker/pkg/archive.func·001(0xc208b03680, 0x7a, 0x7f87cd0b24d8, 0xc208aad2c0, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:461 +0x64a
path/filepath.walk(0xc208b03680, 0x7a, 0x7f87cd0b24d8, 0xc208aad2c0, 0xc208e03fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:347 +0x91
path/filepath.walk(0xc20851f880, 0x72, 0x7f87cd0b24d8, 0xc20848b900, 0xc208e03fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc209173490, 0x6e, 0x7f87cd0b24d8, 0xc20858a280, 0xc208e03fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc209172f50, 0x68, 0x7f87cd0b24d8, 0xc208921a40, 0xc208e03fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc20823bf80, 0x64, 0x7f87cd0b24d8, 0xc2092d8140, 0xc208e03fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc20831cae0, 0x5e, 0x7f87cd0b24d8, 0xc20867fc70, 0xc208e03fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc208be27e0, 0x5a, 0x7f87cd0b24d8, 0xc20888b9a0, 0xc208e03fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.Walk(0xc208be27e0, 0x5a, 0xc208e03fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:394 +0xf2
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:465 +0x52b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 3259 [semacquire, 3 minutes]:
sync.(*Cond).Wait(0xc208c17328)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208c172c0, 0xc2098d6000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802f360, 0xc2098d6000, 0x400, 0x8000, 0xc208e2dc20, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208f1a1c0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208f1a1c0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc208c4d0a0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 3277 [semacquire, 3 minutes]:
sync.(*Cond).Wait(0xc208c177a8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208c17740, 0xc208ffe000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802f5f0, 0xc208ffe000, 0x400, 0x8000, 0xc208f0f320, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208e6a200, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208e6a200, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc2085884a0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 3283 [semacquire, 3 minutes]:
sync.(*Cond).Wait(0xc208c17928)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208c178c0, 0xc20966c000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802f7b0, 0xc20966c000, 0x400, 0x8000, 0xc208f0f950, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208e6ac80, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208e6ac80, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc2086e0160, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 2534 [semacquire, 45 minutes]:
sync.(*Cond).Wait(0xc208a68068)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208a68000, 0xc2091c4000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802ff18, 0xc2091c4000, 0x400, 0x8000, 0xc20862c000, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208bfd600, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208bfd600, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc2082c0d00, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 3327 [semacquire, 1 minutes]:
sync.(*Cond).Wait(0xc208a68ae8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208a68a80, 0xc208a1c000, 0x1200, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20857e4c8, 0xc208a1c000, 0x1200, 0x8000, 0x200, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208618640, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208618640, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc208692ea0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 2414 [semacquire, 45 minutes]:
sync.(*Cond).Wait(0xc208daade8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208daad80, 0xc2090ec000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802edc8, 0xc2090ec000, 0x8000, 0x8000, 0x5fceb5, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208ae8c00, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Write(0xc208ae8c00, 0xc2090f4000, 0x7d00, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:566 +0x256
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Write(0xc208dfa9c0, 0xc2090f4000, 0x7d00, 0x8000, 0x5fcf14, 0x0, 0x0)
<autogenerated>:7 +0x89
github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar.(*Writer).Write(0xc208b90d80, 0xc2090f4000, 0x7d00, 0x8000, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar/writer.go:366 +0xe5
bufio.(*Writer).flush(0xc208ae8d80, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208ae8d80, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/archive.(*tarAppender).addTarFile(0xc208dfac00, 0xc2085a2a10, 0x6a, 0xc2085a2a6b, 0xf, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:242 +0x8ba
github.com/docker/docker/pkg/archive.func·001(0xc2085a2a10, 0x6a, 0x7f87cd0b24d8, 0xc208921bd0, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/archive/archive.go:461 +0x64a
path/filepath.walk(0xc2085a2a10, 0x6a, 0x7f87cd0b24d8, 0xc208921bd0, 0xc2090c7fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:347 +0x91
path/filepath.walk(0xc2085a2700, 0x62, 0x7f87cd0b24d8, 0xc208921b30, 0xc2090c7fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc2081c5ec0, 0x5e, 0x7f87cd0b24d8, 0xc208921a90, 0xc2090c7fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.walk(0xc2081c4f60, 0x5a, 0x7f87cd0b24d8, 0xc208921450, 0xc2090c7fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:372 +0x51d
path/filepath.Walk(0xc2081c4f60, 0x5a, 0xc2090c7fa0, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:394 +0xf2
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:465 +0x52b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 2635 [semacquire, 44 minutes]:
sync.(*Cond).Wait(0xc208a68668)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208a68600, 0xc20853a000, 0x400, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20857fc20, 0xc20853a000, 0x400, 0x8000, 0xc208e02a20, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208ae9580, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208ae9580, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc20866b160, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
goroutine 2484 [semacquire, 45 minutes]:
sync.(*Cond).Wait(0xc208dabce8)
/usr/local/go/src/sync/cond.go:62 +0x9e
io.(*pipe).write(0xc208dabc80, 0xc209174000, 0x1200, 0x8000, 0x0, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:94 +0x244
io.(*PipeWriter).Write(0xc20802f938, 0xc209174000, 0x1200, 0x8000, 0x200, 0x0, 0x0)
/usr/local/go/src/io/pipe.go:161 +0x5b
bufio.(*Writer).flush(0xc208621400, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:530 +0xe0
bufio.(*Writer).Flush(0xc208621400, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:519 +0x3a
github.com/docker/docker/pkg/pools.func·004(0x0, 0x0)
/go/src/github.com/docker/docker/pkg/pools/pools.go:104 +0x53
github.com/docker/docker/pkg/ioutils.(*writeCloserWrapper).Close(0xc2089ab3c0, 0x0, 0x0)
/go/src/github.com/docker/docker/pkg/ioutils/writers.go:31 +0x3a
github.com/docker/docker/pkg/archive.func·002()
/go/src/github.com/docker/docker/pkg/archive/archive.go:472 +0x67b
created by github.com/docker/docker/pkg/archive.TarWithOptions
/go/src/github.com/docker/docker/pkg/archive/archive.go:478 +0x2a7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment