Created
July 23, 2015 22:25
-
-
Save runcom/f2433e9d56326480b383 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --rm -it --privileged -e BUILDFLAGS -e DOCKER_CLIENTONLY -e DOCKER_DEBUG -e DOCKER_EXECDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_GRAPHDRIVER -e DOCKER_STORAGE_OPTS -e DOCKER_USERLANDPROXY -e TESTDIRS -e TESTFLAGS -e TIMEOUT -v "/home/runcom/koding/docker/bundles:/go/src/github.com/docker/docker/bundles" "docker-dev:feature/host-arch-output-13634" hack/make.sh binary | |
no such file or directory | |
================== | |
WARNING: DATA RACE | |
Write by goroutine 16: | |
os.(*file).close() | |
/usr/local/go/src/os/file_unix.go:109 +0x1d7 | |
os.(*File).Close() | |
/usr/local/go/src/os/file_unix.go:98 +0x91 | |
github.com/docker/docker/api/client.func·009() | |
/go/src/github.com/docker/docker/api/client/hijack.go:210 +0x140 | |
github.com/docker/docker/api/client.func·010() | |
/go/src/github.com/docker/docker/api/client/hijack.go:222 +0x2ef | |
github.com/docker/docker/pkg/promise.func·001() | |
/go/src/github.com/docker/docker/pkg/promise/promise.go:8 +0x4f | |
Previous read by goroutine 17: | |
os.(*File).read() | |
/usr/local/go/src/os/file_unix.go:191 +0x5f | |
os.(*File).Read() | |
/usr/local/go/src/os/file.go:95 +0xc3 | |
io.Copy() | |
/usr/local/go/src/io/io.go:362 +0x230 | |
github.com/docker/docker/api/client.func·011() | |
/go/src/github.com/docker/docker/api/client/hijack.go:228 +0x118 | |
github.com/docker/docker/pkg/promise.func·001() | |
/go/src/github.com/docker/docker/pkg/promise/promise.go:8 +0x4f | |
Goroutine 16 (running) created at: | |
github.com/docker/docker/pkg/promise.Go() | |
/go/src/github.com/docker/docker/pkg/promise/promise.go:9 +0x159 | |
github.com/docker/docker/api/client.(*DockerCli).hijack() | |
/go/src/github.com/docker/docker/api/client/hijack.go:223 +0x1699 | |
github.com/docker/docker/api/client.func·016() | |
/go/src/github.com/docker/docker/api/client/run.go:171 +0x29c | |
github.com/docker/docker/pkg/promise.func·001() | |
/go/src/github.com/docker/docker/pkg/promise/promise.go:8 +0x4f | |
Goroutine 17 (running) created at: | |
github.com/docker/docker/pkg/promise.Go() | |
/go/src/github.com/docker/docker/pkg/promise/promise.go:9 +0x159 | |
github.com/docker/docker/api/client.(*DockerCli).hijack() | |
/go/src/github.com/docker/docker/api/client/hijack.go:241 +0x104d | |
github.com/docker/docker/api/client.func·016() | |
/go/src/github.com/docker/docker/api/client/run.go:171 +0x29c | |
github.com/docker/docker/pkg/promise.func·001() | |
/go/src/github.com/docker/docker/pkg/promise/promise.go:8 +0x4f | |
================== | |
Error response from daemon: Cannot start container d89f0300e75166083562d5057f0019c4335f1327ddbcdb49b4df72309119dc36: [8] System error: no such file or directory | |
Makefile:44: recipe for target 'binary' failed | |
make: *** [binary] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment