Created
November 21, 2013 20:45
-
-
Save pnasrat/7589285 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
Thu Nov 21 20:42:51 UTC 2013 | |
++ cd . | |
++ go test -i -ldflags '-X main.GITCOMMIT "03ea432-dirty" -X main.VERSION "0.6.6-dev" -w -X github.com/dotcloud/docker/utils.IAMSTATIC true -linkmode external -extldflags "-lpthread -static -Wl,--unresolved-symbols=ignore-in-object-files"' -tags netgo | |
++ go test -v -ldflags '-X main.GITCOMMIT "03ea432-dirty" -X main.VERSION "0.6.6-dev" -w -X github.com/dotcloud/docker/utils.IAMSTATIC true -linkmode external -extldflags "-lpthread -static -Wl,--unresolved-symbols=ignore-in-object-files"' -tags netgo -race | |
# github.com/dotcloud/docker | |
./links_test.go:24: unknown State field 'Running' in struct literal | |
./links_test.go:69: unknown State field 'Running' in struct literal | |
FAIL github.com/dotcloud/docker [build failed] | |
++ cd ./archive | |
++ go test -i -ldflags '-X main.GITCOMMIT "03ea432-dirty" -X main.VERSION "0.6.6-dev" -w -X github.com/dotcloud/docker/utils.IAMSTATIC true -linkmode external -extldflags "-lpthread -static -Wl,--unresolved-symbols=ignore-in-object-files"' -tags netgo | |
++ go test -v -ldflags '-X main.GITCOMMIT "03ea432-dirty" -X main.VERSION "0.6.6-dev" -w -X github.com/dotcloud/docker/utils.IAMSTATIC true -linkmode external -extldflags "-lpthread -static -Wl,--unresolved-symbols=ignore-in-object-files"' -tags netgo -race | |
=== RUN TestCmdStreamLargeStderr | |
--- PASS: TestCmdStreamLargeStderr (0.02 seconds) | |
=== RUN TestCmdStreamBad | |
--- PASS: TestCmdStreamBad (0.00 seconds) | |
=== RUN TestCmdStreamGood | |
--- PASS: TestCmdStreamGood (0.01 seconds) | |
=== RUN TestTarUntar | |
--- PASS: TestTarUntar (0.06 seconds) | |
PASS | |
ok github.com/dotcloud/docker/archive 1.120s | |
++ cd ./auth | |
++ go test -i -ldflags '-X main.GITCOMMIT "03ea432-dirty" -X main.VERSION "0.6.6-dev" -w -X github.com/dotcloud/docker/utils.IAMSTATIC true -linkmode external -extldflags "-lpthread -static -Wl,--unresolved-symbols=ignore-in-object-files"' -tags netgo | |
++ go test -v -ldflags '-X main.GITCOMMIT "03ea432-dirty" -X main.VERSION "0.6.6-dev" -w -X github.com/dotcloud/docker/utils.IAMSTATIC true -linkmode external -extldflags "-lpthread -static -Wl,--unresolved-symbols=ignore-in-object-files"' -tags netgo -race | |
=== RUN TestEncodeAuth | |
--- PASS: TestEncodeAuth (0.00 seconds) | |
=== RUN TestSameAuthDataPostSave | |
--- PASS: TestSameAuthDataPostSave (0.00 seconds) | |
=== RUN TestResolveAuthConfigIndexServer | |
--- PASS: TestResolveAuthConfigIndexServer (0.00 seconds) | |
=== RUN TestResolveAuthConfigFullURL | |
--- PASS: TestResolveAuthConfigFullURL (0.00 seconds) | |
PASS | |
ok github.com/dotcloud/docker/auth 1.021s | |
++ cd ./engine | |
++ go test -i -ldflags '-X main.GITCOMMIT "03ea432-dirty" -X main.VERSION "0.6.6-dev" -w -X github.com/dotcloud/docker/utils.IAMSTATIC true -linkmode external -extldflags "-lpthread -static -Wl,--unresolved-symbols=ignore-in-object-files"' -tags netgo | |
++ go test -v -ldflags '-X main.GITCOMMIT "03ea432-dirty" -X main.VERSION "0.6.6-dev" -w -X github.com/dotcloud/docker/utils.IAMSTATIC true -linkmode external -extldflags "-lpthread -static -Wl,--unresolved-symbols=ignore-in-object-files"' -tags netgo -race | |
=== RUN TestRegister | |
[/tmp/docker-test7627-TestRegister-478927418|f2db811e] Register(dummy1) (handlers=map[dummy1:<nil>]) | |
[/tmp/docker-test7627-TestRegister-478927418|f2db811e] Register(dummy2) (handlers=map[dummy1:<nil>]) | |
[/tmp/docker-test7627-TestRegister-478927418|f2db811e] Register(dummy2) (handlers=map[dummy1:<nil> dummy2:<nil>]) | |
--- PASS: TestRegister (0.00 seconds) | |
=== RUN TestJob | |
[/tmp/docker-test7627-TestJob-463541329|864b5812] Register(dummy2) (handlers=map[dummy1:<nil>]) | |
--- PASS: TestJob (0.00 seconds) | |
=== RUN TestNewJob | |
--- PASS: TestNewJob (0.00 seconds) | |
=== RUN TestSetenv | |
--- PASS: TestSetenv (0.00 seconds) | |
=== RUN TestSetenvBool | |
--- PASS: TestSetenvBool (0.00 seconds) | |
=== RUN TestSetenvInt | |
--- PASS: TestSetenvInt (0.00 seconds) | |
=== RUN TestSetenvList | |
--- PASS: TestSetenvList (0.00 seconds) | |
=== RUN TestImportEnv | |
--- PASS: TestImportEnv (0.00 seconds) | |
=== RUN TestEnviron | |
--- PASS: TestEnviron (0.00 seconds) | |
PASS | |
ok github.com/dotcloud/docker/engine 1.027s | |
++ cd ./gograph | |
++ go test -i -ldflags '-X main.GITCOMMIT "03ea432-dirty" -X main.VERSION "0.6.6-dev" -w -X github.com/dotcloud/docker/utils.IAMSTATIC true -linkmode external -extldflags "-lpthread -static -Wl,--unresolved-symbols=ignore-in-object-files"' -tags netgo | |
++ go test -v -ldflags '-X main.GITCOMMIT "03ea432-dirty" -X main.VERSION "0.6.6-dev" -w -X github.com/dotcloud/docker/utils.IAMSTATIC true -linkmode external -extldflags "-lpthread -static -Wl,--unresolved-symbols=ignore-in-object-files"' -tags netgo -race | |
# testmain | |
/tmp/go-build591067905/github.com/dotcloud/docker/gograph/_test/_testmain.go:5: can't find import: "regexp" | |
FAIL github.com/dotcloud/docker/gograph [build failed] | |
++ cd ./integration | |
++ go test -i -ldflags '-X main.GITCOMMIT "03ea432-dirty" -X main.VERSION "0.6.6-dev" -w -X github.com/dotcloud/docker/utils.IAMSTATIC true -linkmode external -extldflags "-lpthread -static -Wl,--unresolved-symbols=ignore-in-object-files"' -tags netgo | |
++ go test -v -ldflags '-X main.GITCOMMIT "03ea432-dirty" -X main.VERSION "0.6.6-dev" -w -X github.com/dotcloud/docker/utils.IAMSTATIC true -linkmode external -extldflags "-lpthread -static -Wl,--unresolved-symbols=ignore-in-object-files"' -tags netgo -race | |
# github.com/dotcloud/docker/integration | |
./commands_test.go:292: container.State.Running undefined (type docker.State has no field or method Running) | |
./commands_test.go:322: l[0].State.Running undefined (type docker.State has no field or method Running) | |
./commands_test.go:348: container.State.Running undefined (type docker.State has no field or method Running) | |
./commands_test.go:457: container.State.Running undefined (type docker.State has no field or method Running) | |
./commands_test.go:537: container.State.Running undefined (type docker.State has no field or method Running) | |
./commands_test.go:599: container.State.Running undefined (type docker.State has no field or method Running) | |
./commands_test.go:632: l[0].State.Running undefined (type docker.State has no field or method Running) | |
./commands_test.go:668: container.State.Running undefined (type docker.State has no field or method Running) | |
./container_test.go:227: container1.State.Running undefined (type docker.State has no field or method Running) | |
./container_test.go:233: container1.State.Running undefined (type docker.State has no field or method Running) | |
./container_test.go:233: too many errors | |
FAIL github.com/dotcloud/docker/integration [build failed] | |
++ cd ./namesgenerator | |
++ go test -i -ldflags '-X main.GITCOMMIT "03ea432-dirty" -X main.VERSION "0.6.6-dev" -w -X github.com/dotcloud/docker/utils.IAMSTATIC true -linkmode external -extldflags "-lpthread -static -Wl,--unresolved-symbols=ignore-in-object-files"' -tags netgo | |
++ go test -v -ldflags '-X main.GITCOMMIT "03ea432-dirty" -X main.VERSION "0.6.6-dev" -w -X github.com/dotcloud/docker/utils.IAMSTATIC true -linkmode external -extldflags "-lpthread -static -Wl,--unresolved-symbols=ignore-in-object-files"' -tags netgo -race | |
# testmain | |
/tmp/go-build859449313/github.com/dotcloud/docker/namesgenerator/_test/_testmain.go:5: can't find import: "regexp" | |
FAIL github.com/dotcloud/docker/namesgenerator [build failed] | |
++ cd ./proxy | |
++ go test -i -ldflags '-X main.GITCOMMIT "03ea432-dirty" -X main.VERSION "0.6.6-dev" -w -X github.com/dotcloud/docker/utils.IAMSTATIC true -linkmode external -extldflags "-lpthread -static -Wl,--unresolved-symbols=ignore-in-object-files"' -tags netgo | |
++ go test -v -ldflags '-X main.GITCOMMIT "03ea432-dirty" -X main.VERSION "0.6.6-dev" -w -X github.com/dotcloud/docker/utils.IAMSTATIC true -linkmode external -extldflags "-lpthread -static -Wl,--unresolved-symbols=ignore-in-object-files"' -tags netgo -race | |
=== RUN TestTCP4Proxy | |
--- PASS: TestTCP4Proxy (0.00 seconds) | |
=== RUN TestTCP6Proxy | |
--- PASS: TestTCP6Proxy (0.00 seconds) | |
=== RUN TestTCPDualStackProxy | |
--- SKIP: TestTCPDualStackProxy (0.00 seconds) | |
network_proxy_test.go:144: No support for dual stack yet | |
=== RUN TestUDP4Proxy | |
--- PASS: TestUDP4Proxy (0.00 seconds) | |
=== RUN TestUDP6Proxy | |
--- PASS: TestUDP6Proxy (0.00 seconds) | |
=== RUN TestUDPWriteError | |
--- PASS: TestUDPWriteError (0.00 seconds) | |
PASS | |
ok github.com/dotcloud/docker/proxy 1.034s | |
++ cd ./registry | |
++ go test -i -ldflags '-X main.GITCOMMIT "03ea432-dirty" -X main.VERSION "0.6.6-dev" -w -X github.com/dotcloud/docker/utils.IAMSTATIC true -linkmode external -extldflags "-lpthread -static -Wl,--unresolved-symbols=ignore-in-object-files"' -tags netgo | |
++ go test -v -ldflags '-X main.GITCOMMIT "03ea432-dirty" -X main.VERSION "0.6.6-dev" -w -X github.com/dotcloud/docker/utils.IAMSTATIC true -linkmode external -extldflags "-lpthread -static -Wl,--unresolved-symbols=ignore-in-object-files"' -tags netgo -race | |
=== RUN TestPing | |
--- PASS: TestPing (0.00 seconds) | |
=== RUN TestPingRegistryEndpoint | |
--- PASS: TestPingRegistryEndpoint (0.00 seconds) | |
=== RUN TestGetRemoteHistory | |
--- PASS: TestGetRemoteHistory (0.00 seconds) | |
=== RUN TestLookupRemoteImage | |
--- PASS: TestLookupRemoteImage (0.01 seconds) | |
=== RUN TestGetRemoteImageJSON | |
--- PASS: TestGetRemoteImageJSON (0.01 seconds) | |
=== RUN TestGetRemoteImageLayer | |
--- PASS: TestGetRemoteImageLayer (0.01 seconds) | |
=== RUN TestGetRemoteTags | |
2013/11/21 20:43:51 http: multiple response.WriteHeader calls | |
--- PASS: TestGetRemoteTags (0.01 seconds) | |
=== RUN TestGetRepositoryData | |
--- PASS: TestGetRepositoryData (0.00 seconds) | |
=== RUN TestPushImageJSONRegistry | |
--- PASS: TestPushImageJSONRegistry (0.00 seconds) | |
=== RUN TestPushImageLayerRegistry | |
--- PASS: TestPushImageLayerRegistry (0.01 seconds) | |
=== RUN TestResolveRepositoryName | |
--- PASS: TestResolveRepositoryName (0.01 seconds) | |
=== RUN TestPushRegistryTag | |
--- PASS: TestPushRegistryTag (0.00 seconds) | |
=== RUN TestPushImageJSONIndex | |
--- PASS: TestPushImageJSONIndex (0.01 seconds) | |
=== RUN TestSearchRepositories | |
--- PASS: TestSearchRepositories (0.48 seconds) | |
=== RUN TestValidRepositoryName | |
--- PASS: TestValidRepositoryName (0.00 seconds) | |
PASS | |
ok github.com/dotcloud/docker/registry 1.583s | |
++ cd ./utils | |
++ go test -i -ldflags '-X main.GITCOMMIT "03ea432-dirty" -X main.VERSION "0.6.6-dev" -w -X github.com/dotcloud/docker/utils.IAMSTATIC true -linkmode external -extldflags "-lpthread -static -Wl,--unresolved-symbols=ignore-in-object-files"' -tags netgo | |
++ go test -v -ldflags '-X main.GITCOMMIT "03ea432-dirty" -X main.VERSION "0.6.6-dev" -w -X github.com/dotcloud/docker/utils.IAMSTATIC true -linkmode external -extldflags "-lpthread -static -Wl,--unresolved-symbols=ignore-in-object-files"' -tags netgo -race | |
=== RUN TestBufReader | |
--- PASS: TestBufReader (0.00 seconds) | |
=== RUN TestWriteBroadcaster | |
--- PASS: TestWriteBroadcaster (0.00 seconds) | |
=== RUN TestRaceWriteBroadcaster | |
--- PASS: TestRaceWriteBroadcaster (0.00 seconds) | |
=== RUN TestTruncIndex | |
--- PASS: TestTruncIndex (0.00 seconds) | |
=== RUN TestCompareKernelVersion | |
--- PASS: TestCompareKernelVersion (0.00 seconds) | |
=== RUN TestHumanSize | |
--- PASS: TestHumanSize (0.00 seconds) | |
=== RUN TestRAMInBytes | |
--- PASS: TestRAMInBytes (0.00 seconds) | |
=== RUN TestParseHost | |
--- PASS: TestParseHost (0.00 seconds) | |
=== RUN TestParseRepositoryTag | |
--- PASS: TestParseRepositoryTag (0.00 seconds) | |
=== RUN TestGetResolvConf | |
--- PASS: TestGetResolvConf (0.00 seconds) | |
=== RUN TestCheckLocalDns | |
--- PASS: TestCheckLocalDns (0.00 seconds) | |
=== RUN TestParseRelease | |
--- PASS: TestParseRelease (0.00 seconds) | |
=== RUN TestDependencyGraphCircular | |
--- PASS: TestDependencyGraphCircular (0.00 seconds) | |
=== RUN TestDependencyGraph | |
--- PASS: TestDependencyGraph (0.00 seconds) | |
=== RUN TestParsePortMapping | |
--- PASS: TestParsePortMapping (0.00 seconds) | |
=== RUN TestGetNameserversAsCIDR | |
--- PASS: TestGetNameserversAsCIDR (0.01 seconds) | |
PASS | |
ok github.com/dotcloud/docker/utils 1.047s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment