Created
May 22, 2015 16:36
-
-
Save tiborvass/3cdb3d161bd23d6acea7 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
| + go test -check.f TestContainerApiRestartNotimeoutParam|TestImportBadURL|TestExecWithPrivileged|TestNetworkNat|TestPostContainerStop|TestRunCapAddALLCanDownInterface|TestRunDeviceDirectory|TestRunPrivilegedCanMknod|TestRunPrivilegedCanMount|TestRunProcWritableInPrivilegedContainers|TestRunSysWritableInPrivilegedContainers|TestRunWithBlkioWeight|TestTopPrivileged|TestDaemonICCPing -test.timeout=30m github.com/docker/docker/integration-cli | |
| DockerSuite.TestContainerApiRestartNotimeoutParam 0.35 | |
| ---------------------------------------------------------------------- | |
| FAIL: docker_api_containers_test.go:1001: DockerSuite.TestContainerApiRestartNotimeoutParam | |
| docker_api_containers_test.go:1012: | |
| c.Assert(status, check.Equals, http.StatusNoContent) | |
| ... obtained int = 500 | |
| ... expected int = 204 | |
| DockerSuite.TestExecWithPrivileged 0.49 | |
| ---------------------------------------------------------------------- | |
| FAIL: docker_cli_exec_test.go:638: DockerSuite.TestExecWithPrivileged | |
| docker_cli_exec_test.go:654: | |
| c.Fatal(err, out) | |
| ... Error: exit status 255 | |
| DockerSuite.TestImportBadURL 0.29 | |
| ---------------------------------------------------------------------- | |
| FAIL: docker_cli_import_test.go:43: DockerSuite.TestImportBadURL | |
| docker_cli_import_test.go:50: | |
| c.Fatalf("expected an error msg but didn't get one:\n%s", out) | |
| ... Error: expected an error msg but didn't get one: | |
| Downloading from http://nourl/bad | |
| Importing | |
| ApplyLayer exit status 1 stdout: stderr: unexpected EOF | |
| DockerSuite.TestNetworkNat 30.64 | |
| ---------------------------------------------------------------------- | |
| FAIL: docker_cli_nat_test.go:61: DockerSuite.TestNetworkNat | |
| docker_cli_nat_test.go:71: | |
| c.Fatalf("Failed to connect to server: %v (output: %q)", err, string(out)) | |
| ... Error: Failed to connect to server: exit status 1 (output: "nc: timed out\n") | |
| DockerSuite.TestPostContainerStop 0.67 | |
| ---------------------------------------------------------------------- | |
| FAIL: docker_api_containers_test.go:1324: DockerSuite.TestPostContainerStop | |
| docker_api_containers_test.go:1335: | |
| // 204 No Content is expected, not 200 | |
| c.Assert(statusCode, check.Equals, http.StatusNoContent) | |
| ... obtained int = 500 | |
| ... expected int = 204 | |
| DockerSuite.TestRunCapAddALLCanDownInterface 0.46 | |
| ---------------------------------------------------------------------- | |
| FAIL: docker_cli_run_test.go:1065: DockerSuite.TestRunCapAddALLCanDownInterface | |
| docker_cli_run_test.go:1069: | |
| c.Fatal(err, out) | |
| ... Error: exit status 1Error response from daemon: Cannot start container 6adc3a168bf32795dd3451818cfa7210afee8a4084a56f96658325287e288b4b: [8] System error: operation not permitted | |
| DockerSuite.TestRunDeviceDirectory 0.27 | |
| ---------------------------------------------------------------------- | |
| FAIL: docker_cli_run_unix_test.go:162: DockerSuite.TestRunDeviceDirectory | |
| docker_cli_run_unix_test.go:168: | |
| c.Fatal(err, out) | |
| ... Error: exit status 1Error response from daemon: Cannot start container 6c9331fd28e60c9486e5651a1857860e6b857671d91432d820339a491afd4686: error gathering device information while adding custom device "/dev/snd": lstat /dev/snd: no such file or directory | |
| DockerSuite.TestRunPrivilegedCanMknod 0.47 | |
| ---------------------------------------------------------------------- | |
| FAIL: docker_cli_run_test.go:965: DockerSuite.TestRunPrivilegedCanMknod | |
| docker_cli_run_test.go:969: | |
| c.Fatal(err) | |
| ... Error: exit status 1 | |
| DockerSuite.TestRunPrivilegedCanMount 0.35 | |
| ---------------------------------------------------------------------- | |
| FAIL: docker_cli_run_test.go:1089: DockerSuite.TestRunPrivilegedCanMount | |
| docker_cli_run_test.go:1093: | |
| c.Fatal(err) | |
| ... Error: exit status 1 | |
| DockerSuite.TestRunProcWritableInPrivilegedContainers 0.42 | |
| ---------------------------------------------------------------------- | |
| FAIL: docker_cli_run_test.go:1134: DockerSuite.TestRunProcWritableInPrivilegedContainers | |
| docker_cli_run_test.go:1137: | |
| c.Fatalf("proc should be writable in privileged container") | |
| ... Error: proc should be writable in privileged container | |
| DockerSuite.TestRunSysWritableInPrivilegedContainers 0.38 | |
| ---------------------------------------------------------------------- | |
| FAIL: docker_cli_run_test.go:1120: DockerSuite.TestRunSysWritableInPrivilegedContainers | |
| docker_cli_run_test.go:1123: | |
| c.Fatalf("sys should be writable in privileged container") | |
| ... Error: sys should be writable in privileged container | |
| DockerSuite.TestRunWithBlkioWeight 0.37 | |
| ---------------------------------------------------------------------- | |
| FAIL: docker_cli_run_test.go:1180: DockerSuite.TestRunWithBlkioWeight | |
| docker_cli_run_test.go:1183: | |
| c.Fatalf("container should run successfully with blkio-weight of 300: %s", err) | |
| ... Error: container should run successfully with blkio-weight of 300: exit status 1 | |
| DockerSuite.TestTopPrivileged 0.36 | |
| ---------------------------------------------------------------------- | |
| FAIL: docker_cli_top_test.go:67: DockerSuite.TestTopPrivileged | |
| docker_cli_top_test.go:71: | |
| c.Fatalf("failed to start the container: %s, %v", out, err) | |
| ... Error: failed to start the container: 968ac61aae089b1d9720970115089a185ee14f67ff29ee4502d60bd854d858c3 | |
| Error response from daemon: Cannot start container 968ac61aae089b1d9720970115089a185ee14f67ff29ee4502d60bd854d858c3: [8] System error: operation not permitted | |
| , exit status 1 | |
| DockerDaemonSuite.TestDaemonICCPing 2.11 | |
| ---------------------------------------------------------------------- | |
| FAIL: docker_cli_daemon_test.go:661: DockerDaemonSuite.TestDaemonICCPing | |
| waiting for daemon to start | |
| daemon started | |
| docker_cli_daemon_test.go:686: | |
| // Pinging another container must fail with --icc=false | |
| pingContainers(c, d, true) | |
| docker_cli_daemon_test.go:1227: | |
| c.Assert(err, check.NotNil) | |
| ... value = nil | |
| exiting daemon | |
| waiting for daemon to start | |
| daemon started | |
| exiting daemon | |
| OOPS: 0 passed, 14 FAILED | |
| --- FAIL: Test (37.63s) | |
| FAIL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment