Created
January 20, 2016 17:16
docker 1.9.1 integration tests log with gccgo 5.3 on ppc64le
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
---> Making bundle: .integration-daemon-start (in bundles/1.9.1/test-integration-cli) | |
+++ /etc/init.d/apparmor start | |
Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin | |
. | |
+++ exec docker daemon --debug --host unix:///go/src/github.com/docker/docker/bundles/1.9.1/test-integration-cli/docker.sock --storage-driver vfs --exec-driver native --pidfile bundles/1.9.1/test-integration-cli/docker.pid --userland-proxy=true | |
---> Making bundle: .integration-daemon-setup (in bundles/1.9.1/test-integration-cli) | |
---> Making bundle: .ensure-emptyfs (in bundles/1.9.1/test-integration-cli) | |
++++ tar -cC bundles/1.9.1/test-integration-cli/emptyfs . | |
++++ docker load | |
---> Making bundle: .ensure-frozen-images (in bundles/1.9.1/test-integration-cli) | |
++++ tar -cC /docker-frozen-images . | |
++++ docker load | |
---> Making bundle: .ensure-images (in bundles/1.9.1/test-integration-cli) | |
Untagged: ppc64le/busybox:latest | |
Untagged: ppc64le/hello-world:frozen | |
---> Making bundle: .ensure-httpserver (in bundles/1.9.1/test-integration-cli) | |
+ go test -test.timeout=120m -check.v github.com/docker/docker/integration-cli | |
INFO: Testing against a local daemon | |
PASS: docker_api_test.go:47: TestApiClientVersionNewerThanServer.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.001s | |
PASS: docker_api_test.go:61: TestApiClientVersionOldNotSupported.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.001s | |
PASS: docker_api_network_test.go:192: TestApiCreateDeletePredefinedNetworks.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.003s | |
PASS: docker_api_create_test.go:10: TestApiCreateWithNotExistImage.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.003s | |
PASS: docker_api_test.go:20: TestApiGetEnabledCors.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.001s | |
PASS: docker_api_images_test.go:81: TestApiImagesDelete.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.504s | |
PASS: docker_api_images_test.go:13: TestApiImagesFilter.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.562s | |
PASS: docker_api_images_test.go:106: TestApiImagesHistory.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.183s | |
PASS: docker_api_images_test.go:52: TestApiImagesSaveAndLoad.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.607s | |
PASS: docker_api_images_test.go:129: TestApiImagesSearchJSONContentType.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.617s | |
PASS: docker_api_network_test.go:94: TestApiNetworkConnectDisconnect.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.622s | |
PASS: docker_api_network_test.go:25: TestApiNetworkCreateDelete.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.201s | |
PASS: docker_api_network_test.go:43: TestApiNetworkFilter.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.002s | |
PASS: docker_api_network_test.go:17: TestApiNetworkGetDefaults.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.002s | |
PASS: docker_api_network_test.go:48: TestApiNetworkInspect.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.406s | |
PASS: docker_api_network_test.go:134: TestApiNetworkIpamMultipleBridgeNetworks.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.764s | |
PASS: docker_api_test.go:14: TestApiOptionsRoute.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.000s | |
PASS: docker_api_stats_test.go:138: TestApiStatsContainerNotFound.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.001s | |
PASS: docker_api_stats_test.go:79: TestApiStatsNetworkStats.pN52_github_com_docker_docker_integration_cli.DockerSuite 14.083s | |
PASS: docker_api_stats_test.go:17: TestApiStatsNoStreamGetCpu.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.010s | |
PASS: docker_api_stats_test.go:43: TestApiStatsStoppedContainerInGoroutines.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.201s | |
PASS: docker_api_test.go:32: TestApiVersionStatusCode.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.001s | |
SKIP: docker_cli_run_test.go:3157: TestAppArmorDeniesChmodProc.pN52_github_com_docker_docker_integration_cli.DockerSuite (Test is failing, and what it tests is unclear) | |
SKIP: docker_cli_run_test.go:3135: TestAppArmorDeniesPtrace.pN52_github_com_docker_docker_integration_cli.DockerSuite (Test requires native Golang compiler instead of GCCGO) | |
PASS: docker_cli_run_test.go:3147: TestAppArmorTraceSelf.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.331s | |
PASS: docker_cli_attach_unix_test.go:56: TestAttachAfterDetach.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.035s | |
PASS: docker_cli_attach_unix_test.go:17: TestAttachClosedOnContainerStop.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.061s | |
PASS: docker_cli_attach_unix_test.go:134: TestAttachDetach.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.704s | |
PASS: docker_cli_attach_unix_test.go:204: TestAttachDetachTruncatedID.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.633s | |
PASS: docker_cli_attach_test.go:132: TestAttachDisconnect.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.323s | |
PASS: docker_cli_attach_test.go:17: TestAttachMultipleAndRestart.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.364s | |
PASS: docker_cli_attach_test.go:90: TestAttachTtyWithoutStdin.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.708s | |
PASS: docker_cli_build_test.go:1567: TestBuildAddBadLinks.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.372s | |
PASS: docker_cli_build_test.go:1654: TestBuildAddBadLinksVolume.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.278s | |
PASS: docker_cli_build_test.go:2810: TestBuildAddCurrentDirWithCache.pN52_github_com_docker_docker_integration_cli.DockerSuite 7.001s | |
PASS: docker_cli_build_test.go:2868: TestBuildAddCurrentDirWithoutCache.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.141s | |
PASS: docker_cli_build_test.go:1261: TestBuildAddDirContentToExistingDir.pN52_github_com_docker_docker_integration_cli.DockerSuite 14.185s | |
PASS: docker_cli_build_test.go:1237: TestBuildAddDirContentToRoot.pN52_github_com_docker_docker_integration_cli.DockerSuite 11.195s | |
PASS: docker_cli_build_test.go:1315: TestBuildAddEtcToRoot.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.241s | |
PASS: docker_cli_build_test.go:3228: TestBuildAddFileNotFound.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.370s | |
PASS: docker_cli_build_test.go:964: TestBuildAddFileWithWhitespace.pN52_github_com_docker_docker_integration_cli.DockerSuite 21.837s | |
PASS: docker_cli_build_test.go:3023: TestBuildAddLocalAndRemoteFilesWithCache.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.951s | |
PASS: docker_cli_build_test.go:3108: TestBuildAddLocalAndRemoteFilesWithoutCache.pN52_github_com_docker_docker_integration_cli.DockerSuite 6.747s | |
PASS: docker_cli_build_test.go:2688: TestBuildAddLocalFileWithCache.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.826s | |
PASS: docker_cli_build_test.go:2748: TestBuildAddLocalFileWithoutCache.pN52_github_com_docker_docker_integration_cli.DockerSuite 8.180s | |
PASS: docker_cli_build_test.go:832: TestBuildAddMultipleFilesToFile.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.380s | |
PASS: docker_cli_build_test.go:876: TestBuildAddMultipleFilesToFileWild.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.375s | |
PASS: docker_cli_build_test.go:1036: TestBuildAddMultipleFilesToFileWithWhitespace.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.385s | |
PASS: docker_cli_build_test.go:2719: TestBuildAddMultipleLocalFileWithCache.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.050s | |
PASS: docker_cli_build_test.go:1334: TestBuildAddPreservesFilesSpecialBits.pN52_github_com_docker_docker_integration_cli.DockerSuite 7.119s | |
PASS: docker_cli_build_test.go:2961: TestBuildAddRemoteFileMTime.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.264s | |
PASS: docker_cli_build_test.go:2896: TestBuildAddRemoteFileWithCache.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.602s | |
PASS: docker_cli_build_test.go:2928: TestBuildAddRemoteFileWithoutCache.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.039s | |
PASS: docker_cli_build_test.go:4014: TestBuildAddScript.pN52_github_com_docker_docker_integration_cli.DockerSuite 6.159s | |
PASS: docker_cli_build_test.go:761: TestBuildAddSingleFileToExistDir.pN52_github_com_docker_docker_integration_cli.DockerSuite 13.088s | |
PASS: docker_cli_build_test.go:1211: TestBuildAddSingleFileToNonExistingDir.pN52_github_com_docker_docker_integration_cli.DockerSuite 11.597s | |
PASS: docker_cli_build_test.go:708: TestBuildAddSingleFileToRoot.pN52_github_com_docker_docker_integration_cli.DockerSuite 11.839s | |
PASS: docker_cli_build_test.go:734: TestBuildAddSingleFileToWorkdir.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.688s | |
PASS: docker_cli_build_test.go:4037: TestBuildAddTar.pN52_github_com_docker_docker_integration_cli.DockerSuite 17.109s | |
PASS: docker_cli_build_test.go:4095: TestBuildAddTarXz.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.120s | |
PASS: docker_cli_build_test.go:4150: TestBuildAddTarXzGz.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.382s | |
PASS: docker_cli_build_test.go:3383: TestBuildAddToSymlinkDest.pN52_github_com_docker_docker_integration_cli.DockerSuite 7.414s | |
PASS: docker_cli_build_test.go:1287: TestBuildAddWholeDirToRoot.pN52_github_com_docker_docker_integration_cli.DockerSuite 14.757s | |
PASS: docker_api_build_test.go:193: TestBuildApiBuildGitWithF.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.213s | |
PASS: docker_api_build_test.go:47: TestBuildApiDockerFileRemote.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.564s | |
PASS: docker_api_build_test.go:12: TestBuildApiDockerfilePath.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.185s | |
PASS: docker_api_build_test.go:251: TestBuildApiDockerfileSymlink.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.183s | |
PASS: docker_api_build_test.go:222: TestBuildApiDoubleDockerfile.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.716s | |
PASS: docker_api_build_test.go:167: TestBuildApiLowerDockerfile.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.933s | |
PASS: docker_api_build_test.go:79: TestBuildApiRemoteTarballContext.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.193s | |
PASS: docker_api_build_test.go:112: TestBuildApiRemoteTarballContextWithCustomDockerfile.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.659s | |
PASS: docker_cli_build_test.go:5531: TestBuildBadCmdFlag.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.384s | |
PASS: docker_cli_build_test.go:5695: TestBuildBuildTimeArg.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.042s | |
PASS: docker_cli_build_test.go:6062: TestBuildBuildTimeArgBuiltinArg.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.196s | |
PASS: docker_cli_build_test.go:5747: TestBuildBuildTimeArgCacheHit.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.571s | |
PASS: docker_cli_build_test.go:5774: TestBuildBuildTimeArgCacheMissExtraArg.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.895s | |
PASS: docker_cli_build_test.go:5806: TestBuildBuildTimeArgCacheMissSameArgDiffVal.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.900s | |
PASS: docker_cli_build_test.go:6087: TestBuildBuildTimeArgDefaultOverride.pN52_github_com_docker_docker_integration_cli.DockerSuite 6.004s | |
PASS: docker_cli_build_test.go:6199: TestBuildBuildTimeArgDefintionWithNoEnvInjection.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.808s | |
PASS: docker_cli_build_test.go:6179: TestBuildBuildTimeArgEmptyValVariants.pN52_github_com_docker_docker_integration_cli.DockerSuite 7.539s | |
PASS: docker_cli_build_test.go:5896: TestBuildBuildTimeArgExpansion.pN52_github_com_docker_docker_integration_cli.DockerSuite 14.995s | |
PASS: docker_cli_build_test.go:6006: TestBuildBuildTimeArgExpansionOverride.pN52_github_com_docker_docker_integration_cli.DockerSuite 7.149s | |
PASS: docker_cli_build_test.go:5721: TestBuildBuildTimeArgHistory.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.702s | |
PASS: docker_cli_build_test.go:6115: TestBuildBuildTimeArgMultiArgsSameLine.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.381s | |
PASS: docker_cli_build_test.go:5838: TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.977s | |
PASS: docker_cli_build_test.go:5867: TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.944s | |
PASS: docker_cli_build_test.go:6153: TestBuildBuildTimeArgQuotedValVariants.pN52_github_com_docker_docker_integration_cli.DockerSuite 11.554s | |
PASS: docker_cli_build_test.go:6132: TestBuildBuildTimeArgUnconsumedArg.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.033s | |
PASS: docker_cli_build_test.go:6036: TestBuildBuildTimeArgUntrustedDefinedAfterUse.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.956s | |
PASS: docker_cli_build_test.go:590: TestBuildCacheAdd.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.693s | |
PASS: docker_cli_build_test.go:6229: TestBuildCacheBrokenSymlink.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.339s | |
PASS: docker_cli_build_test.go:1866: TestBuildCancellationKillsSleep.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.154s | |
PASS: docker_cli_build_test.go:4774: TestBuildChownSingleFile.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.388s | |
PASS: docker_cli_build_test.go:4330: TestBuildCleanupCmdOnEntrypoint.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.638s | |
PASS: docker_cli_build_test.go:4363: TestBuildClearCmd.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.074s | |
PASS: docker_cli_build_test.go:2301: TestBuildCmd.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.239s | |
PASS: docker_cli_build_test.go:4483: TestBuildCmdJSONNoShDashC.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.740s | |
PASS: docker_cli_build_test.go:4426: TestBuildCmdShDashC.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.837s | |
PASS: docker_cli_build_test.go:4446: TestBuildCmdSpaces.pN52_github_com_docker_docker_integration_cli.DockerSuite 6.043s | |
PASS: docker_cli_build_test.go:3789: TestBuildCommentsShebangs.pN52_github_com_docker_docker_integration_cli.DockerSuite 9.166s | |
PASS: docker_cli_build_test.go:2647: TestBuildConditionalCache.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.997s | |
PASS: docker_cli_build_test.go:5461: TestBuildContainerWithCgroupParent.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.781s | |
PASS: docker_cli_build_test.go:2249: TestBuildContextCleanup.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.024s | |
PASS: docker_cli_build_test.go:2275: TestBuildContextCleanupFailedBuild.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.166s | |
PASS: docker_cli_build_test.go:3085: TestBuildContextTarGzip.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.527s | |
PASS: docker_cli_build_test.go:3089: TestBuildContextTarNoCompression.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.519s | |
PASS: docker_cli_build_test.go:787: TestBuildCopyAddMultipleFiles.pN52_github_com_docker_docker_integration_cli.DockerSuite 20.221s | |
PASS: docker_cli_build_test.go:2779: TestBuildCopyDirButNotFile.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.772s | |
PASS: docker_cli_build_test.go:1485: TestBuildCopyDirContentToExistDir.pN52_github_com_docker_docker_integration_cli.DockerSuite 13.206s | |
PASS: docker_cli_build_test.go:1461: TestBuildCopyDirContentToRoot.pN52_github_com_docker_docker_integration_cli.DockerSuite 10.210s | |
PASS: docker_cli_build_test.go:1556: TestBuildCopyDisallowRemote.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.387s | |
PASS: docker_cli_build_test.go:1538: TestBuildCopyEtcToRoot.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.226s | |
PASS: docker_cli_build_test.go:1000: TestBuildCopyFileWithWhitespace.pN52_github_com_docker_docker_integration_cli.DockerSuite 18.503s | |
PASS: docker_cli_build_test.go:920: TestBuildCopyMultipleFilesToFile.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.377s | |
PASS: docker_cli_build_test.go:1058: TestBuildCopyMultipleFilesToFileWithWhitespace.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.377s | |
PASS: docker_cli_build_test.go:1410: TestBuildCopySingleFileToExistDir.pN52_github_com_docker_docker_integration_cli.DockerSuite 13.838s | |
PASS: docker_cli_build_test.go:1436: TestBuildCopySingleFileToNonExistDir.pN52_github_com_docker_docker_integration_cli.DockerSuite 11.679s | |
PASS: docker_cli_build_test.go:1357: TestBuildCopySingleFileToRoot.pN52_github_com_docker_docker_integration_cli.DockerSuite 12.048s | |
PASS: docker_cli_build_test.go:1383: TestBuildCopySingleFileToWorkdir.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.725s | |
PASS: docker_cli_build_test.go:1511: TestBuildCopyWholeDirToRoot.pN52_github_com_docker_docker_integration_cli.DockerSuite 15.190s | |
PASS: docker_cli_build_test.go:1080: TestBuildCopyWildcard.pN52_github_com_docker_docker_integration_cli.DockerSuite 12.270s | |
PASS: docker_cli_build_test.go:1177: TestBuildCopyWildcardCache.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.304s | |
PASS: docker_cli_build_test.go:1152: TestBuildCopyWildcardInName.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.186s | |
PASS: docker_cli_build_test.go:1131: TestBuildCopyWildcardNoFind.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.376s | |
PASS: docker_cli_build_test.go:5159: TestBuildDockerfileOutsideContext.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.316s | |
PASS: docker_cli_build_test.go:3452: TestBuildDockerignore.pN52_github_com_docker_docker_integration_cli.DockerSuite 13.021s | |
PASS: docker_cli_build_test.go:3491: TestBuildDockerignoreCleanPaths.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.203s | |
PASS: docker_cli_build_test.go:3513: TestBuildDockerignoreExceptions.pN52_github_com_docker_docker_integration_cli.DockerSuite 17.571s | |
PASS: docker_cli_build_test.go:3643: TestBuildDockerignoreTouchDockerfile.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.438s | |
PASS: docker_cli_build_test.go:3732: TestBuildDockerignoringBadExclusion.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.176s | |
PASS: docker_cli_build_test.go:3562: TestBuildDockerignoringDockerfile.pN52_github_com_docker_docker_integration_cli.DockerSuite 9.044s | |
PASS: docker_cli_build_test.go:3622: TestBuildDockerignoringDockerignore.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.623s | |
PASS: docker_cli_build_test.go:3591: TestBuildDockerignoringRenamedDockerfile.pN52_github_com_docker_docker_integration_cli.DockerSuite 11.872s | |
PASS: docker_cli_build_test.go:3696: TestBuildDockerignoringWholeDir.pN52_github_com_docker_docker_integration_cli.DockerSuite 6.234s | |
PASS: docker_cli_build_test.go:5379: TestBuildDotDotFile.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.542s | |
PASS: docker_cli_build_test.go:3773: TestBuildEOLInLine.pN52_github_com_docker_docker_integration_cli.DockerSuite 7.615s | |
PASS: docker_cli_build_test.go:4383: TestBuildEmptyCmd.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.191s | |
PASS: docker_cli_build_test.go:2480: TestBuildEmptyEntrypoint.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.781s | |
PASS: docker_cli_build_test.go:2438: TestBuildEmptyEntrypointInheritance.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.291s | |
PASS: docker_cli_build_test.go:5368: TestBuildEmptyScratch.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.367s | |
PASS: docker_cli_build_test.go:5446: TestBuildEmptyStringVolume.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.312s | |
PASS: docker_cli_build_test.go:46: TestBuildEmptyWhitespace.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.361s | |
PASS: docker_cli_build_test.go:2502: TestBuildEntrypoint.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.224s | |
PASS: docker_cli_build_test.go:4514: TestBuildEntrypointInheritance.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.463s | |
PASS: docker_cli_build_test.go:4541: TestBuildEntrypointInheritanceInspect.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.344s | |
PASS: docker_cli_build_test.go:3172: TestBuildEntrypointRunCleanup.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.759s | |
PASS: docker_cli_build_test.go:2227: TestBuildEnv.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.023s | |
PASS: docker_cli_build_test.go:416: TestBuildEnvEscapes.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.691s | |
PASS: docker_cli_build_test.go:439: TestBuildEnvOverwrite.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.624s | |
PASS: docker_cli_build_test.go:3871: TestBuildEnvUsage.pN52_github_com_docker_docker_integration_cli.DockerSuite 19.048s | |
PASS: docker_cli_build_test.go:3909: TestBuildEnvUsage2.pN52_github_com_docker_docker_integration_cli.DockerSuite 91.220s | |
PASS: docker_cli_build_test.go:192: TestBuildEnvironmentReplacementAddCopy.pN52_github_com_docker_docker_integration_cli.DockerSuite 8.645s | |
PASS: docker_cli_build_test.go:227: TestBuildEnvironmentReplacementEnv.pN52_github_com_docker_docker_integration_cli.DockerSuite 13.746s | |
PASS: docker_cli_build_test.go:145: TestBuildEnvironmentReplacementExpose.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.232s | |
PASS: docker_cli_build_test.go:91: TestBuildEnvironmentReplacementUser.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.412s | |
PASS: docker_cli_build_test.go:115: TestBuildEnvironmentReplacementVolume.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.256s | |
PASS: docker_cli_build_test.go:175: TestBuildEnvironmentReplacementWorkdir.pN52_github_com_docker_docker_integration_cli.DockerSuite 6.299s | |
PASS: docker_cli_build_test.go:4503: TestBuildErrorInvalidInstruction.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.385s | |
PASS: docker_cli_build_test.go:3404: TestBuildEscapeWhitespace.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.714s | |
PASS: docker_cli_build_test.go:4590: TestBuildExoticShellInterpolation.pN52_github_com_docker_docker_integration_cli.DockerSuite 19.271s | |
PASS: docker_cli_build_test.go:2321: TestBuildExpose.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.269s | |
PASS: docker_cli_build_test.go:2341: TestBuildExposeMorePorts.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.573s | |
PASS: docker_cli_build_test.go:2396: TestBuildExposeOrder.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.003s | |
PASS: docker_cli_build_test.go:2418: TestBuildExposeUpperCaseProto.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.263s | |
PASS: docker_cli_build_test.go:3287: TestBuildFails.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.289s | |
PASS: docker_cli_build_test.go:3303: TestBuildFailsDockerfileEmpty.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.388s | |
PASS: docker_cli_build_test.go:6292: TestBuildFollowSymlinkToDir.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.838s | |
PASS: docker_cli_build_test.go:6259: TestBuildFollowSymlinkToFile.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.764s | |
PASS: docker_cli_build_test.go:3206: TestBuildForbiddenContextPath.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.402s | |
PASS: docker_cli_build_test.go:1833: TestBuildForceRm.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.498s | |
PASS: docker_cli_build_test.go:4210: TestBuildFromGIT.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.405s | |
PASS: docker_cli_build_test.go:4238: TestBuildFromGITWithContext.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.477s | |
PASS: docker_cli_build_test.go:4267: TestBuildFromGITwithF.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.873s | |
PASS: docker_cli_build_test.go:5022: TestBuildFromMixedcaseDockerfile.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.797s | |
PASS: docker_cli_build_test.go:5138: TestBuildFromOfficialNames.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.601s | |
PASS: docker_cli_build_test.go:4289: TestBuildFromRemoteTarball.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.713s | |
PASS: docker_cli_build_test.go:5107: TestBuildFromStdinWithF.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.358s | |
PASS: docker_cli_build_test.go:5072: TestBuildFromURLWithF.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.440s | |
PASS: docker_cli_build_test.go:295: TestBuildHandleEscapes.pN52_github_com_docker_docker_integration_cli.DockerSuite 6.576s | |
PASS: docker_cli_history_test.go:14: TestBuildHistory.pN52_github_com_docker_docker_integration_cli.DockerSuite 38.572s | |
PASS: docker_cli_build_test.go:3247: TestBuildInheritance.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.032s | |
PASS: docker_cli_build_test.go:4415: TestBuildInvalidTag.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.179s | |
PASS: docker_cli_build_test.go:854: TestBuildJSONAddMultipleFilesToFile.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.370s | |
PASS: docker_cli_build_test.go:898: TestBuildJSONAddMultipleFilesToFileWild.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.372s | |
PASS: docker_cli_build_test.go:942: TestBuildJSONCopyMultipleFilesToFile.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.379s | |
PASS: docker_cli_build_test.go:28: TestBuildJSONEmptyRun.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.965s | |
PASS: docker_cli_build_test.go:4678: TestBuildLabels.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.682s | |
PASS: docker_cli_build_test.go:4699: TestBuildLabelsCache.pN52_github_com_docker_docker_integration_cli.DockerSuite 7.161s | |
PASS: docker_cli_build_test.go:625: TestBuildLastModified.pN52_github_com_docker_docker_integration_cli.DockerSuite 11.666s | |
PASS: docker_cli_build_test.go:3757: TestBuildLineBreak.pN52_github_com_docker_docker_integration_cli.DockerSuite 6.250s | |
PASS: docker_cli_build_test.go:2095: TestBuildMaintainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.261s | |
PASS: docker_cli_build_test.go:5326: TestBuildMissingArgs.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.906s | |
PASS: docker_cli_build_test.go:3093: TestBuildNoContext.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.680s | |
PASS: docker_cli_build_test.go:5493: TestBuildNoDupOutput.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.970s | |
PASS: docker_cli_build_test.go:6216: TestBuildNoNamedVolume.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.536s | |
PASS: docker_cli_build_test.go:5396: TestBuildNotVerbose.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.565s | |
PASS: docker_cli_build_test.go:5656: TestBuildNullStringInAddCopyVolume.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.872s | |
PASS: docker_cli_build_test.go:3315: TestBuildOnBuild.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.990s | |
PASS: docker_cli_build_test.go:532: TestBuildOnBuildCmdEntrypointJSON.pN52_github_com_docker_docker_integration_cli.DockerSuite 8.363s | |
PASS: docker_cli_build_test.go:562: TestBuildOnBuildEntrypointJSON.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.146s | |
PASS: docker_cli_build_test.go:3334: TestBuildOnBuildForbiddenChained.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.368s | |
PASS: docker_cli_build_test.go:509: TestBuildOnBuildForbiddenChainedInSourceImage.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.659s | |
PASS: docker_cli_build_test.go:3350: TestBuildOnBuildForbiddenFrom.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.387s | |
PASS: docker_cli_build_test.go:486: TestBuildOnBuildForbiddenFromInSourceImage.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.608s | |
PASS: docker_cli_build_test.go:3366: TestBuildOnBuildForbiddenMaintainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.382s | |
PASS: docker_cli_build_test.go:463: TestBuildOnBuildForbiddenMaintainerInSourceImage.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.613s | |
PASS: docker_cli_build_test.go:2524: TestBuildOnBuildLimitedInheritence.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.569s | |
PASS: docker_cli_build_test.go:383: TestBuildOnBuildLowercase.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.420s | |
PASS: docker_cli_build_test.go:4398: TestBuildOnBuildOutput.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.402s | |
PASS: docker_cli_build_test.go:5548: TestBuildRUNErrMsg.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.322s | |
PASS: docker_cli_build_test.go:5424: TestBuildRUNoneJSON.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.746s | |
PASS: docker_cli_build_test.go:2186: TestBuildRelativeCopy.pN52_github_com_docker_docker_integration_cli.DockerSuite 24.633s | |
PASS: docker_cli_build_test.go:2137: TestBuildRelativeWorkdir.pN52_github_com_docker_docker_integration_cli.DockerSuite 9.346s | |
PASS: docker_cli_build_test.go:4917: TestBuildRenamedDockerfile.pN52_github_com_docker_docker_integration_cli.DockerSuite 10.728s | |
PASS: docker_cli_build_unix_test.go:13: TestBuildResourceConstraintsAreUsed.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.548s | |
PASS: docker_cli_build_test.go:1968: TestBuildRm.pN52_github_com_docker_docker_integration_cli.DockerSuite 7.760s | |
PASS: docker_cli_build_test.go:4576: TestBuildRunShEntrypoint.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.756s | |
PASS: docker_cli_build_test.go:66: TestBuildShCmdJSONEntrypoint.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.538s | |
PASS: docker_cli_build_test.go:691: TestBuildSixtySteps.pN52_github_com_docker_docker_integration_cli.DockerSuite 111.409s | |
PASS: docker_cli_build_test.go:5217: TestBuildSpaces.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.453s | |
PASS: docker_cli_build_test.go:5288: TestBuildSpacesWithQuotes.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.025s | |
PASS: docker_cli_build_test.go:5514: TestBuildStartsFromOne.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.581s | |
PASS: docker_cli_build_test.go:4748: TestBuildStderr.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.006s | |
PASS: docker_cli_build_test.go:5679: TestBuildStopSignal.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.702s | |
PASS: docker_cli_build_test.go:6329: TestBuildSymlinkBasename.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.017s | |
PASS: docker_cli_build_test.go:4803: TestBuildSymlinkBreakout.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.825s | |
PASS: docker_cli_build_test.go:2115: TestBuildUser.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.538s | |
PASS: docker_cli_build_test.go:3808: TestBuildUsersAndGroups.pN52_github_com_docker_docker_integration_cli.DockerSuite 43.660s | |
PASS: docker_cli_build_test.go:4641: TestBuildVerboseOut.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.211s | |
PASS: docker_cli_build_test.go:3430: TestBuildVerifyIntString.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.752s | |
PASS: docker_cli_build_test.go:4619: TestBuildVerifySingleQuoteFails.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.679s | |
PASS: docker_cli_build_test.go:5310: TestBuildVolumeFileExistsinContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.367s | |
PASS: docker_cli_build_test.go:4885: TestBuildVolumesRetainContents.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.507s | |
PASS: docker_cli_build_test.go:2593: TestBuildWithCache.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.226s | |
PASS: docker_cli_build_test.go:1707: TestBuildWithInaccessibleFilesInContext.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.714s | |
PASS: docker_cli_build_test.go:4659: TestBuildWithTabs.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.162s | |
PASS: docker_cli_build_test.go:5047: TestBuildWithTwoDockerfiles.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.788s | |
PASS: docker_cli_build_test.go:3144: TestBuildWithVolumeOwnership.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.258s | |
PASS: docker_cli_build_test.go:2048: TestBuildWithVolumes.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.697s | |
PASS: docker_cli_build_test.go:2619: TestBuildWithoutCache.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.445s | |
PASS: docker_cli_build_test.go:2163: TestBuildWorkdirWithEnvVariables.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.592s | |
PASS: docker_cli_build_test.go:4855: TestBuildXZHost.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.901s | |
PASS: docker_cli_proxy_test.go:12: TestCliProxyDisableProxyUnixSock.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.206s | |
PASS: docker_cli_commit_test.go:9: TestCommitAfterContainerIsDone.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.980s | |
PASS: docker_cli_commit_test.go:132: TestCommitChange.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.429s | |
PASS: docker_cli_commit_test.go:73: TestCommitHardlink.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.931s | |
PASS: docker_cli_commit_test.go:174: TestCommitMergeConfigRun.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.099s | |
PASS: docker_cli_commit_test.go:58: TestCommitNewFile.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.917s | |
PASS: docker_cli_commit_test.go:40: TestCommitPausedContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.213s | |
PASS: docker_cli_commit_test.go:110: TestCommitTTY.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.021s | |
PASS: docker_cli_commit_test.go:121: TestCommitWithHostBindMount.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.941s | |
PASS: docker_cli_commit_test.go:24: TestCommitWithoutPause.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.849s | |
PASS: docker_cli_config_test.go:69: TestConfigDir.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.128s | |
PASS: docker_cli_config_test.go:17: TestConfigHttpHeader.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.186s | |
PASS: docker_cli_netmode_test.go:83: TestConflictContainerNetworkAndLinks.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.371s | |
PASS: docker_cli_netmode_test.go:104: TestConflictNetworkModeAndOptions.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.703s | |
PASS: docker_api_containers_test.go:626: TestContainerApiBadPort.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.001s | |
PASS: docker_api_containers_test.go:551: TestContainerApiCommit.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.765s | |
PASS: docker_api_containers_test.go:580: TestContainerApiCommitWithLabelInConfig.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.156s | |
PASS: docker_api_containers_test.go:1118: TestContainerApiCopy.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.168s | |
PASS: docker_api_containers_test.go:1178: TestContainerApiCopyContainerNotFound.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.001s | |
PASS: docker_api_containers_test.go:1148: TestContainerApiCopyResourcePathEmpty.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.114s | |
PASS: docker_api_containers_test.go:1163: TestContainerApiCopyResourcePathNotFound.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.304s | |
PASS: docker_api_containers_test.go:653: TestContainerApiCreate.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.060s | |
PASS: docker_api_containers_test.go:678: TestContainerApiCreateEmptyConfig.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.001s | |
PASS: docker_api_containers_test.go:753: TestContainerApiCreateNetworkMode.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.420s | |
PASS: docker_api_containers_test.go:789: TestContainerApiCreateWithCpuSharesCpuset.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.814s | |
PASS: docker_api_containers_test.go:722: TestContainerApiCreateWithDomainName.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.450s | |
PASS: docker_api_containers_test.go:691: TestContainerApiCreateWithHostName.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.466s | |
PASS: docker_api_containers_test.go:1188: TestContainerApiDelete.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.584s | |
PASS: docker_api_containers_test.go:1252: TestContainerApiDeleteConflict.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.153s | |
PASS: docker_api_containers_test.go:1209: TestContainerApiDeleteForce.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.418s | |
PASS: docker_api_containers_test.go:1202: TestContainerApiDeleteNotExist.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.001s | |
PASS: docker_api_containers_test.go:1221: TestContainerApiDeleteRemoveLinks.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.809s | |
PASS: docker_api_containers_test.go:1264: TestContainerApiDeleteRemoveVolume.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.570s | |
PASS: docker_api_containers_test.go:24: TestContainerApiGetAll.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.180s | |
PASS: docker_api_containers_test.go:153: TestContainerApiGetChanges.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.421s | |
PASS: docker_api_containers_test.go:124: TestContainerApiGetExport.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.200s | |
PASS: docker_api_containers_test.go:55: TestContainerApiGetJSONNoFieldsOmitted.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.079s | |
PASS: docker_api_containers_test.go:857: TestContainerApiInvalidPortSyntax.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.002s | |
PASS: docker_api_containers_test.go:1004: TestContainerApiKill.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.419s | |
PASS: docker_api_containers_test.go:479: TestContainerApiPause.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.652s | |
PASS: docker_api_containers_test.go:883: TestContainerApiPostCreateNull.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.018s | |
PASS: docker_api_containers_test.go:987: TestContainerApiRename.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.151s | |
PASS: docker_api_containers_test.go:1022: TestContainerApiRestart.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.846s | |
PASS: docker_api_containers_test.go:1036: TestContainerApiRestartNotimeoutParam.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.254s | |
PASS: docker_api_containers_test.go:1052: TestContainerApiStart.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.838s | |
PASS: docker_api_containers_test.go:213: TestContainerApiStartDupVolumeBinds.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.474s | |
PASS: docker_api_containers_test.go:182: TestContainerApiStartVolumeBinds.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.978s | |
PASS: docker_api_containers_test.go:240: TestContainerApiStartVolumesFrom.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.110s | |
PASS: docker_api_containers_test.go:1076: TestContainerApiStop.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.331s | |
PASS: docker_api_containers_test.go:514: TestContainerApiTop.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.212s | |
PASS: docker_api_containers_test.go:823: TestContainerApiVerifyHeader.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.454s | |
PASS: docker_api_containers_test.go:1095: TestContainerApiWait.pN52_github_com_docker_docker_integration_cli.DockerSuite 6.415s | |
PASS: docker_cli_run_test.go:2258: TestContainerNetworkMode.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.355s | |
PASS: docker_api_containers_test.go:92: TestContainerPsOmitFields.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.890s | |
PASS: docker_cli_run_test.go:3494: TestContainerRestartInMultipleNetworks.pN52_github_com_docker_docker_integration_cli.DockerSuite 7.884s | |
PASS: docker_cli_restart_test.go:131: TestContainerRestartwithGoodContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.548s | |
PASS: docker_cli_run_test.go:3526: TestContainerWithConflictingHostNetworks.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.942s | |
PASS: docker_cli_run_test.go:3557: TestContainerWithConflictingNoneNetwork.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.955s | |
PASS: docker_cli_run_test.go:3540: TestContainerWithConflictingSharedNetwork.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.750s | |
PASS: docker_api_containers_test.go:1287: TestContainersApiChunkedEncoding.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.160s | |
PASS: docker_api_containers_test.go:1476: TestContainersApiCreateNoHostConfig118.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.459s | |
PASS: docker_api_containers_test.go:1520: TestContainersApiGetContainersJSONEmpty.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.001s | |
PASS: docker_cli_run_test.go:3430: TestContainersInMultipleNetworks.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.519s | |
PASS: docker_cli_run_test.go:3422: TestContainersInUserDefinedNetwork.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.775s | |
PASS: docker_cli_run_test.go:3449: TestContainersNetworkIsolation.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.791s | |
---------------------------------------------------------------------- | |
FAIL: docker_cli_cp_test.go:781: TestCopyAndRestart.pN52_github_com_docker_docker_integration_cli.DockerSuite | |
/go/src/github.com/docker/docker/pkg/integration/dockerCmd_utils.go:35: | |
c.Assert(err, check.IsNil, check.Commentf("%q failed with errors: %s, %v", strings.Join(args, " "), out, err)) | |
... value *exec.ExitError = &exec.ExitError{ProcessState:(*os.ProcessState)(0xc20cf024c0)} ("exit status 1") | |
... "cp bf0d5cd4fd36a66974590caa63fc3a340e3e00d73574221f8952ddac849b0d5b:/etc/issue /tmp/test-docker-restart-after-copy-089901919" failed with errors: Error response from daemon: lstat /var/lib/docker/vfs/dir/bf0d5cd4fd36a66974590caa63fc3a340e3e00d73574221f8952ddac849b0d5b/etc/issue: no such file or directory | |
, exit status 1 | |
---------------------------------------------------------------------- | |
PASS: docker_cli_cp_test.go:810: TestCopyCreatedContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.834s | |
PASS: docker_cli_cp_test.go:164: TestCpAbsolutePath.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.339s | |
PASS: docker_cli_cp_test.go:224: TestCpAbsoluteSymlink.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.404s | |
PASS: docker_cli_cp_from_container_test.go:265: TestCpFromCaseA.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.693s | |
PASS: docker_cli_cp_from_container_test.go:290: TestCpFromCaseB.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.673s | |
PASS: docker_cli_cp_from_container_test.go:313: TestCpFromCaseC.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.688s | |
PASS: docker_cli_cp_from_container_test.go:345: TestCpFromCaseD.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.971s | |
PASS: docker_cli_cp_from_container_test.go:397: TestCpFromCaseE.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.969s | |
PASS: docker_cli_cp_from_container_test.go:436: TestCpFromCaseF.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.688s | |
PASS: docker_cli_cp_from_container_test.go:464: TestCpFromCaseG.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.835s | |
PASS: docker_cli_cp_from_container_test.go:514: TestCpFromCaseH.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.852s | |
PASS: docker_cli_cp_from_container_test.go:554: TestCpFromCaseI.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.713s | |
PASS: docker_cli_cp_from_container_test.go:583: TestCpFromCaseJ.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.870s | |
PASS: docker_cli_cp_from_container_test.go:102: TestCpFromErrDstNotDir.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.810s | |
PASS: docker_cli_cp_from_container_test.go:65: TestCpFromErrDstParentNotExists.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.969s | |
PASS: docker_cli_cp_from_container_test.go:45: TestCpFromErrSrcNotDir.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.700s | |
PASS: docker_cli_cp_from_container_test.go:25: TestCpFromErrSrcNotExists.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.682s | |
PASS: docker_cli_cp_from_container_test.go:139: TestCpFromSymlinkDestination.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.643s | |
PASS: docker_cli_cp_test.go:277: TestCpFromSymlinkToDirectory.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.726s | |
PASS: docker_cli_cp_test.go:40: TestCpGarbagePath.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.423s | |
PASS: docker_cli_cp_test.go:27: TestCpLocalOnly.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.172s | |
PASS: docker_cli_cp_test.go:754: TestCpNameHasColon.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.344s | |
PASS: docker_cli_cp_test.go:98: TestCpRelativePath.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.403s | |
PASS: docker_cli_cp_test.go:537: TestCpSpecialFiles.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.870s | |
PASS: docker_cli_cp_test.go:442: TestCpSymlinkComponent.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.375s | |
PASS: docker_cli_cp_to_container_test.go:287: TestCpToCaseA.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.488s | |
PASS: docker_cli_cp_to_container_test.go:314: TestCpToCaseB.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.689s | |
PASS: docker_cli_cp_to_container_test.go:341: TestCpToCaseC.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.271s | |
PASS: docker_cli_cp_to_container_test.go:375: TestCpToCaseD.pN52_github_com_docker_docker_integration_cli.DockerSuite 6.936s | |
PASS: docker_cli_cp_to_container_test.go:435: TestCpToCaseE.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.141s | |
PASS: docker_cli_cp_to_container_test.go:482: TestCpToCaseF.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.678s | |
PASS: docker_cli_cp_to_container_test.go:510: TestCpToCaseG.pN52_github_com_docker_docker_integration_cli.DockerSuite 6.670s | |
PASS: docker_cli_cp_to_container_test.go:570: TestCpToCaseH.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.098s | |
PASS: docker_cli_cp_to_container_test.go:617: TestCpToCaseI.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.717s | |
PASS: docker_cli_cp_to_container_test.go:646: TestCpToCaseJ.pN52_github_com_docker_docker_integration_cli.DockerSuite 6.526s | |
PASS: docker_cli_cp_test.go:693: TestCpToDot.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.427s | |
PASS: docker_cli_cp_to_container_test.go:110: TestCpToErrDstNotDir.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.105s | |
PASS: docker_cli_cp_to_container_test.go:72: TestCpToErrDstParentNotExists.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.918s | |
PASS: docker_cli_cp_to_container_test.go:703: TestCpToErrReadOnlyRootfs.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.336s | |
PASS: docker_cli_cp_to_container_test.go:737: TestCpToErrReadOnlyVolume.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.573s | |
PASS: docker_cli_cp_to_container_test.go:47: TestCpToErrSrcNotDir.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.658s | |
PASS: docker_cli_cp_to_container_test.go:24: TestCpToErrSrcNotExists.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.665s | |
PASS: docker_cli_cp_test.go:727: TestCpToStdout.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.424s | |
PASS: docker_cli_cp_to_container_test.go:155: TestCpToSymlinkDestination.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.796s | |
PASS: docker_cli_cp_test.go:337: TestCpToSymlinkToDirectory.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.424s | |
PASS: docker_cli_cp_test.go:501: TestCpUnprivilegedUser.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.493s | |
PASS: docker_cli_cp_test.go:591: TestCpVolumePath.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.534s | |
PASS: docker_cli_create_test.go:20: TestCreateArgs.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.822s | |
PASS: docker_cli_create_test.go:172: TestCreateEchoStdout.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.356s | |
PASS: docker_cli_create_test.go:62: TestCreateHostConfig.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.887s | |
PASS: docker_cli_create_test.go:251: TestCreateHostnameWithNumber.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.159s | |
PASS: docker_cli_create_test.go:225: TestCreateLabelFromImage.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.413s | |
PASS: docker_cli_create_test.go:208: TestCreateLabels.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.882s | |
PASS: docker_cli_create_test.go:277: TestCreateModeIpcContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.280s | |
PASS: docker_cli_create_test.go:259: TestCreateRM.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.755s | |
PASS: docker_cli_create_test.go:462: TestCreateStopSignal.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.820s | |
PASS: docker_cli_create_test.go:187: TestCreateVolumesCreated.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.813s | |
PASS: docker_cli_create_test.go:93: TestCreateWithPortRange.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.836s | |
PASS: docker_api_containers_test.go:944: TestCreateWithTooLowMemoryLimit.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.001s | |
PASS: docker_cli_create_test.go:132: TestCreateWithiLargePortRange.pN52_github_com_docker_docker_integration_cli.DockerSuite 15.520s | |
SKIP: docker_cli_daemon_test.go:265: TestDaemonIPv6Enabled.pN52_github_com_docker_docker_integration_cli.DockerSuite (Test requires support for IPv6) | |
SKIP: docker_cli_daemon_test.go:336: TestDaemonIPv6FixedCIDR.pN52_github_com_docker_docker_integration_cli.DockerSuite (Test requires support for IPv6) | |
PASS: docker_cli_daemon_test.go:382: TestDaemonIPv6FixedCIDRAndMac.pN52_github_com_docker_docker_integration_cli.DockerSuite 13.170s | |
PASS: docker_cli_daemon_test.go:407: TestDaemonStartWithBackwardCompatibility.pN52_github_com_docker_docker_integration_cli.DockerSuite 19.065s | |
PASS: docker_cli_daemon_test.go:438: TestDaemonStartWithDaemonCommand.pN52_github_com_docker_docker_integration_cli.DockerSuite 26.236s | |
PASS: docker_cli_run_test.go:2820: TestDevicePermissions.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.105s | |
PASS: docker_cli_diff_test.go:88: TestDiffEmptyArgClientError.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.177s | |
PASS: docker_cli_diff_test.go:31: TestDiffEnsureDockerinitFilesAreIgnored.pN52_github_com_docker_docker_integration_cli.DockerSuite 6.004s | |
PASS: docker_cli_diff_test.go:53: TestDiffEnsureOnlyKmsgAndPtmx.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.237s | |
PASS: docker_cli_diff_test.go:10: TestDiffFilenameShownInOutput.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.153s | |
PASS: docker_cli_network_unix_test.go:267: TestDockerInspectMultipleNetwork.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.549s | |
PASS: docker_api_events_test.go:10: TestEventsApiEmptyOutput.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.001s | |
PASS: docker_cli_events_test.go:653: TestEventsAttach.pN52_github_com_docker_docker_integration_cli.DockerSuite 11.886s | |
PASS: docker_cli_events_test.go:575: TestEventsCommit.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.316s | |
PASS: docker_cli_events_test.go:132: TestEventsContainerEvents.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.485s | |
PASS: docker_cli_events_test.go:164: TestEventsContainerEventsSinceUnixEpoch.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.340s | |
PASS: docker_cli_events_test.go:75: TestEventsContainerFailStartDie.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.579s | |
PASS: docker_cli_events_test.go:592: TestEventsCopy.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.658s | |
PASS: docker_cli_events_test.go:721: TestEventsDefaultEmpty.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.316s | |
PASS: docker_cli_events_test.go:445: TestEventsFilterContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.503s | |
PASS: docker_cli_events_test.go:413: TestEventsFilterImageLabels.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.210s | |
PASS: docker_cli_events_test.go:353: TestEventsFilterImageName.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.002s | |
PASS: docker_cli_events_test.go:386: TestEventsFilterLabels.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.142s | |
PASS: docker_cli_events_test.go:322: TestEventsFilters.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.830s | |
PASS: docker_cli_events_test.go:273: TestEventsImageImport.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.506s | |
PASS: docker_cli_events_test.go:253: TestEventsImagePull.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.984s | |
PASS: docker_cli_events_test.go:229: TestEventsImageTag.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.393s | |
PASS: docker_cli_events_test.go:199: TestEventsImageUntagDelete.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.473s | |
PASS: docker_cli_events_test.go:101: TestEventsLimit.pN52_github_com_docker_docker_integration_cli.DockerSuite 8.211s | |
---------------------------------------------------------------------- | |
FAIL: docker_cli_events_unix_test.go:57: TestEventsOOMDisableFalse.pN52_github_com_docker_docker_integration_cli.DockerSuite | |
docker_cli_events_unix_test.go:74: | |
c.Fatal("Timeout waiting for container to die on OOM") | |
... Error: Timeout waiting for container to die on OOM | |
---------------------------------------------------------------------- | |
FAIL: docker_cli_events_unix_test.go:105: TestEventsOOMDisableTrue.pN52_github_com_docker_docker_integration_cli.DockerSuite | |
docker_cli_events_unix_test.go:127: | |
c.Fatalf("Missing expected event") | |
... Error: Missing expected event | |
---------------------------------------------------------------------- | |
PASS: docker_cli_events_unix_test.go:20: TestEventsRedirectStdout.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.303s | |
PASS: docker_cli_events_test.go:690: TestEventsRename.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.578s | |
PASS: docker_cli_events_test.go:632: TestEventsResize.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.733s | |
PASS: docker_cli_events_test.go:497: TestEventsStreaming.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.275s | |
PASS: docker_cli_events_test.go:20: TestEventsTimestampFormats.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.935s | |
PASS: docker_cli_events_test.go:703: TestEventsTop.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.876s | |
PASS: docker_cli_events_test.go:52: TestEventsUntag.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.939s | |
PASS: docker_cli_exec_test.go:22: TestExec.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.279s | |
PASS: docker_api_exec_test.go:52: TestExecAPIStart.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.466s | |
PASS: docker_cli_exec_test.go:81: TestExecAfterContainerRestart.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.293s | |
PASS: docker_api_exec_test.go:16: TestExecApiCreateNoCmd.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.067s | |
PASS: docker_api_exec_test.go:30: TestExecApiCreateNoValidContentType.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.933s | |
PASS: docker_cli_exec_test.go:267: TestExecCgroup.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.446s | |
PASS: docker_cli_exec_test.go:126: TestExecEnv.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.318s | |
PASS: docker_cli_exec_test.go:139: TestExecExitStatus.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.351s | |
PASS: docker_cli_exec_test.go:34: TestExecInteractive.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.324s | |
PASS: docker_cli_exec_unix_test.go:17: TestExecInteractiveStdinClose.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.260s | |
PASS: docker_cli_exec_test.go:608: TestExecOnReadonlyContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.444s | |
PASS: docker_cli_exec_test.go:229: TestExecParseError.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.063s | |
PASS: docker_cli_exec_test.go:151: TestExecPausedContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.679s | |
PASS: docker_api_exec_resize_test.go:15: TestExecResizeApiHeightWidthNoInt.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.958s | |
PASS: docker_api_exec_resize_test.go:27: TestExecResizeImmediatelyAfterExecStart.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.730s | |
PASS: docker_cli_exec_test.go:618: TestExecStartFails.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.426s | |
PASS: docker_cli_exec_test.go:240: TestExecStopNotHanging.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.259s | |
PASS: docker_cli_exec_unix_test.go:47: TestExecTTY.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.329s | |
PASS: docker_cli_exec_test.go:171: TestExecTtyCloseStdin.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.503s | |
PASS: docker_cli_exec_test.go:195: TestExecTtyWithoutStdin.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.264s | |
PASS: docker_cli_exec_test.go:588: TestExecWithImageUser.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.355s | |
PASS: docker_cli_exec_test.go:550: TestExecWithPrivileged.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.378s | |
PASS: docker_cli_exec_test.go:535: TestExecWithUser.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.728s | |
PASS: docker_cli_export_import_test.go:12: TestExportContainerAndImportImage.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.810s | |
PASS: docker_cli_export_import_test.go:34: TestExportContainerWithOutputAndImportImage.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.834s | |
PASS: docker_api_containers_test.go:278: TestGetContainerStats.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.423s | |
PASS: docker_api_containers_test.go:395: TestGetContainerStatsNoStream.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.456s | |
PASS: docker_api_containers_test.go:318: TestGetContainerStatsRmRunning.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.409s | |
PASS: docker_api_containers_test.go:358: TestGetContainerStatsStream.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.454s | |
PASS: docker_api_attach_test.go:15: TestGetContainersAttachWebsocket.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.910s | |
PASS: docker_api_attach_test.go:90: TestGetContainersWsAttachContainerNotFound.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.001s | |
PASS: docker_api_containers_test.go:432: TestGetStoppedContainerStats.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.679s | |
PASS: docker_api_version_test.go:12: TestGetVersion.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.001s | |
PASS: docker_cli_help_test.go:276: TestHelpExitCodesHelpOutput.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.291s | |
PASS: docker_cli_help_test.go:14: TestHelpTextVerify.pN52_github_com_docker_docker_integration_cli.DockerSuite 51.505s | |
PASS: docker_cli_history_test.go:65: TestHistoryExistentImage.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.203s | |
PASS: docker_cli_history_test.go:100: TestHistoryHumanOptionFalse.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.186s | |
PASS: docker_cli_history_test.go:119: TestHistoryHumanOptionTrue.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.179s | |
PASS: docker_cli_history_test.go:77: TestHistoryImageWithComment.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.166s | |
PASS: docker_cli_history_test.go:70: TestHistoryNonExistentImage.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.179s | |
PASS: docker_cli_images_test.go:182: TestImagesEnsureDanglingImageOnlyListedOnce.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.015s | |
PASS: docker_cli_images_test.go:15: TestImagesEnsureImageIsListed.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.197s | |
PASS: docker_cli_images_test.go:48: TestImagesEnsureImageWithBadTagIsNotListed.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.189s | |
PASS: docker_cli_images_test.go:23: TestImagesEnsureImageWithTagIsListed.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.020s | |
PASS: docker_cli_images_test.go:233: TestImagesEnsureImagesFromScratchShown.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.238s | |
PASS: docker_cli_images_test.go:207: TestImagesEnsureOnlyHeadsImagesShown.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.089s | |
PASS: docker_cli_images_test.go:92: TestImagesErrorWithInvalidFilterNameTest.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.186s | |
PASS: docker_cli_images_test.go:99: TestImagesFilterLabel.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.519s | |
PASS: docker_cli_images_test.go:131: TestImagesFilterLabelWithCommit.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.973s | |
PASS: docker_cli_images_test.go:143: TestImagesFilterSpaceTrimCase.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.176s | |
PASS: docker_cli_images_test.go:56: TestImagesOrderedByCreationDate.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.565s | |
PASS: docker_cli_images_test.go:201: TestImagesWithIncorrectFilter.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.181s | |
PASS: docker_cli_import_test.go:38: TestImportBadURL.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.183s | |
PASS: docker_cli_import_test.go:14: TestImportDisplay.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.808s | |
PASS: docker_cli_import_test.go:49: TestImportFile.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.982s | |
PASS: docker_cli_import_test.go:123: TestImportFileNonExistentFile.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.179s | |
PASS: docker_cli_import_test.go:79: TestImportFileWithMessage.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.197s | |
PASS: docker_api_info_test.go:10: TestInfoApi.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.006s | |
PASS: docker_cli_info_test.go:79: TestInfoDiscoveryAdvertiseInterfaceName.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.757s | |
PASS: docker_cli_info_test.go:44: TestInfoDiscoveryBackend.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.707s | |
PASS: docker_cli_info_test.go:62: TestInfoDiscoveryInvalidAdvertise.pN52_github_com_docker_docker_integration_cli.DockerSuite 12.015s | |
PASS: docker_cli_info_test.go:14: TestInfoEnsureSucceeds.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.205s | |
PASS: docker_api_inspect_test.go:156: TestInspectApiBridgeNetworkSettings120.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.006s | |
PASS: docker_api_inspect_test.go:170: TestInspectApiBridgeNetworkSettings121.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.043s | |
PASS: docker_api_inspect_test.go:15: TestInspectApiContainerResponse.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.896s | |
PASS: docker_api_inspect_test.go:77: TestInspectApiContainerVolumeDriver.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.901s | |
PASS: docker_api_inspect_test.go:52: TestInspectApiContainerVolumeDriverLegacy.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.918s | |
PASS: docker_api_inspect_unix_test.go:14: TestInspectApiCpusetInConfigPre120.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.184s | |
PASS: docker_api_inspect_test.go:129: TestInspectApiEmptyFieldsInConfigPre121.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.012s | |
PASS: docker_api_inspect_test.go:108: TestInspectApiImageResponse.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.187s | |
PASS: docker_cli_network_unix_test.go:652: TestInspectApiMultipeNetworks.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.677s | |
PASS: docker_cli_inspect_test.go:262: TestInspectBindMountPoint.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.190s | |
PASS: docker_cli_inspect_test.go:171: TestInspectContainerFilterInt.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.353s | |
PASS: docker_cli_inspect_test.go:229: TestInspectContainerGraphDriver.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.243s | |
PASS: docker_cli_inspect_test.go:41: TestInspectDefault.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.188s | |
PASS: docker_cli_exec_test.go:319: TestInspectExecID.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.235s | |
PASS: docker_cli_inspect_test.go:17: TestInspectImage.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.192s | |
PASS: docker_cli_inspect_test.go:149: TestInspectImageFilterInt.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.393s | |
PASS: docker_cli_inspect_test.go:198: TestInspectImageGraphDriver.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.201s | |
PASS: docker_cli_inspect_test.go:29: TestInspectInt64.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.203s | |
PASS: docker_cli_inspect_test.go:393: TestInspectJSONFields.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.150s | |
PASS: docker_cli_inspect_test.go:331: TestInspectLogConfigNoType.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.864s | |
PASS: docker_cli_inspect_test.go:346: TestInspectNoSizeFlagContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.212s | |
PASS: docker_cli_inspect_test.go:358: TestInspectSizeFlagContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.129s | |
PASS: docker_cli_inspect_test.go:369: TestInspectSizeFlagImage.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.118s | |
PASS: docker_cli_inspect_test.go:50: TestInspectStatus.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.910s | |
PASS: docker_cli_inspect_test.go:381: TestInspectTempateError.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.182s | |
PASS: docker_cli_inspect_test.go:305: TestInspectTimesAsRFC3339Nano.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.808s | |
PASS: docker_cli_inspect_test.go:84: TestInspectTypeFlagContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.188s | |
PASS: docker_cli_inspect_test.go:116: TestInspectTypeFlagWithImage.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.189s | |
PASS: docker_cli_inspect_test.go:134: TestInspectTypeFlagWithInvalidValue.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.211s | |
PASS: docker_cli_inspect_test.go:102: TestInspectTypeFlagWithNoContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.144s | |
PASS: docker_cli_kill_test.go:11: TestKillContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.720s | |
PASS: docker_cli_kill_test.go:36: TestKillDifferentUserContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.786s | |
PASS: docker_cli_kill_test.go:98: TestKillStoppedContainerAPIPre120.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.404s | |
PASS: docker_cli_kill_test.go:65: TestKillWithInvalidSignal.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.001s | |
PASS: docker_cli_kill_test.go:51: TestKillWithSignal.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.476s | |
PASS: docker_cli_kill_test.go:25: TestKillofStoppedContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.450s | |
PASS: docker_cli_links_test.go:218: TestLinkShortDefinition.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.826s | |
PASS: docker_cli_links_test.go:207: TestLinksEnvs.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.085s | |
PASS: docker_cli_links_unix_test.go:12: TestLinksEtcHostsContentMatch.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.050s | |
PASS: docker_cli_links_test.go:244: TestLinksEtcHostsRegularFile.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.050s | |
PASS: docker_cli_links_test.go:134: TestLinksHostsFilesInject.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.995s | |
PASS: docker_cli_links_test.go:69: TestLinksInspectLinksStarted.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.148s | |
PASS: docker_cli_links_test.go:97: TestLinksInspectLinksStopped.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.222s | |
PASS: docker_cli_links_test.go:25: TestLinksInvalidContainerTarget.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.777s | |
PASS: docker_cli_links_test.go:235: TestLinksNetworkHostContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.742s | |
PASS: docker_cli_links_test.go:126: TestLinksNotStartedParentNotFail.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.821s | |
PASS: docker_cli_links_test.go:38: TestLinksPingLinkedContainers.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.875s | |
PASS: docker_cli_links_test.go:56: TestLinksPingLinkedContainersAfterRename.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.262s | |
PASS: docker_cli_exec_test.go:405: TestLinksPingLinkedContainersOnRename.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.105s | |
PASS: docker_cli_links_test.go:12: TestLinksPingUnlinkedContainers.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.309s | |
PASS: docker_cli_links_test.go:162: TestLinksUpdateOnRestart.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.075s | |
PASS: docker_cli_login_test.go:11: TestLoginWithoutTTY.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.175s | |
PASS: docker_api_logs_test.go:86: TestLogsAPIContainerNotFound.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.002s | |
PASS: docker_api_logs_test.go:70: TestLogsApiFollowEmptyOutput.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.932s | |
PASS: docker_api_logs_test.go:54: TestLogsApiNoStdoutNorStderr.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.888s | |
PASS: docker_api_logs_test.go:14: TestLogsApiWithStdout.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.126s | |
PASS: docker_cli_logs_test.go:378: TestLogsCLIContainerNotFound.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.186s | |
PASS: docker_cli_logs_test.go:32: TestLogsContainerBiggerThanPage.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.635s | |
PASS: docker_cli_logs_test.go:48: TestLogsContainerMuchBiggerThanPage.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.580s | |
PASS: docker_cli_logs_test.go:18: TestLogsContainerSmallerThanPage.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.440s | |
PASS: docker_cli_logs_test.go:336: TestLogsFollowGoroutinesNoOutput.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.590s | |
PASS: docker_cli_logs_test.go:284: TestLogsFollowGoroutinesWithStdout.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.539s | |
PASS: docker_cli_logs_test.go:250: TestLogsFollowSlowStdoutConsumer.pN52_github_com_docker_docker_integration_cli.DockerSuite 6.608s | |
PASS: docker_cli_logs_test.go:164: TestLogsFollowStopped.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.502s | |
PASS: docker_cli_logs_test.go:94: TestLogsSeparateStderr.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.387s | |
PASS: docker_cli_logs_test.go:190: TestLogsSince.pN52_github_com_docker_docker_integration_cli.DockerSuite 7.996s | |
PASS: docker_cli_logs_test.go:226: TestLogsSinceFutureFollow.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.980s | |
PASS: docker_cli_logs_test.go:114: TestLogsStderrInStdout.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.376s | |
PASS: docker_cli_logs_test.go:133: TestLogsTail.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.948s | |
PASS: docker_cli_logs_test.go:63: TestLogsTimestamps.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.376s | |
PASS: docker_cli_run_test.go:2768: TestMountIntoProc.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.147s | |
PASS: docker_cli_run_test.go:2778: TestMountIntoSys.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.155s | |
PASS: docker_cli_netmode_test.go:25: TestNetHostname.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.630s | |
PASS: docker_cli_nat_test.go:77: TestNetworkLocalhostTCPNat.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.343s | |
PASS: docker_cli_nat_test.go:99: TestNetworkLoopbackNat.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.386s | |
PASS: docker_cli_nat_test.go:56: TestNetworkNat.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.436s | |
PASS: docker_cli_run_test.go:3476: TestNetworkRmWithActiveContainers.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.633s | |
PASS: docker_cli_pause_test.go:10: TestPause.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.051s | |
PASS: docker_cli_pause_test.go:46: TestPauseMultipleContainers.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.919s | |
PASS: docker_cli_run_test.go:2541: TestPermissionsPtsReadonlyRootfs.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.215s | |
PASS: docker_cli_port_test.go:274: TestPortExposeHostBinding.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.659s | |
PASS: docker_cli_port_test.go:251: TestPortHostBinding.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.748s | |
PASS: docker_cli_port_test.go:13: TestPortList.pN52_github_com_docker_docker_integration_cli.DockerSuite 24.612s | |
PASS: docker_api_containers_test.go:453: TestPostContainerBindNormalVolume.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.985s | |
PASS: docker_api_containers_test.go:1338: TestPostContainerStop.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.559s | |
PASS: docker_api_attach_test.go:100: TestPostContainersAttach.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.958s | |
PASS: docker_api_attach_test.go:80: TestPostContainersAttachContainerNotFound.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.001s | |
PASS: docker_api_attach_test.go:164: TestPostContainersAttachStderr.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.911s | |
PASS: docker_api_containers_test.go:1403: TestPostContainersCreateWithStringOrSliceCapAddDrop.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.969s | |
PASS: docker_api_containers_test.go:1380: TestPostContainersCreateWithStringOrSliceCmd.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.400s | |
PASS: docker_api_containers_test.go:1356: TestPostContainersCreateWithStringOrSliceEntrypoint.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.356s | |
PASS: docker_api_containers_test.go:1531: TestPostContainersCreateWithWrongCpusetValues.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.002s | |
PASS: docker_api_containers_test.go:1441: TestPostContainersStartWithLinksInHostConfig.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.161s | |
PASS: docker_api_containers_test.go:1458: TestPostContainersStartWithLinksInHostConfigIdLinked.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.241s | |
PASS: docker_api_containers_test.go:1425: TestPostContainersStartWithoutLinksInHostConfig.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.114s | |
PASS: docker_cli_ps_test.go:677: TestPsDefaultFormatAndQuiet.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.180s | |
PASS: docker_cli_ps_test.go:661: TestPsFormatHeaders.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.309s | |
PASS: docker_cli_ps_test.go:629: TestPsFormatMultiNames.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.356s | |
PASS: docker_cli_ps_test.go:566: TestPsGroupPortRange.pN52_github_com_docker_docker_integration_cli.DockerSuite 22.897s | |
PASS: docker_cli_ps_test.go:699: TestPsImageIDAfterUpdate.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.437s | |
PASS: docker_cli_ps_test.go:546: TestPsLinkedWithNoTrunc.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.086s | |
PASS: docker_cli_ps_test.go:20: TestPsListContainersBase.pN52_github_com_docker_docker_integration_cli.DockerSuite 7.307s | |
PASS: docker_cli_ps_test.go:294: TestPsListContainersFilterAncestorImage.pN52_github_com_docker_docker_integration_cli.DockerSuite 12.282s | |
PASS: docker_cli_ps_test.go:590: TestPsListContainersFilterCreated.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.222s | |
PASS: docker_cli_ps_test.go:437: TestPsListContainersFilterExited.pN52_github_com_docker_docker_integration_cli.DockerSuite 6.961s | |
PASS: docker_cli_ps_test.go:250: TestPsListContainersFilterID.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.043s | |
PASS: docker_cli_ps_test.go:394: TestPsListContainersFilterLabel.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.746s | |
PASS: docker_cli_ps_test.go:268: TestPsListContainersFilterName.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.143s | |
PASS: docker_cli_ps_test.go:214: TestPsListContainersFilterStatus.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.753s | |
PASS: docker_cli_ps_test.go:161: TestPsListContainersSize.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.771s | |
PASS: docker_cli_ps_test.go:497: TestPsRightTagName.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.498s | |
PASS: docker_cli_ps_test.go:580: TestPsWithSize.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.212s | |
PASS: docker_cli_run_test.go:3119: TestPtraceContainerProcsFromHost.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.312s | |
PASS: docker_cli_push_test.go:28: TestPushUnprefixedRepo.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.175s | |
PASS: docker_api_containers_test.go:1489: TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.688s | |
PASS: docker_cli_rename_test.go:62: TestRenameCheckNames.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.598s | |
PASS: docker_cli_rename_test.go:78: TestRenameInvalidName.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.692s | |
PASS: docker_cli_rename_test.go:28: TestRenameRunningContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.499s | |
PASS: docker_cli_rename_test.go:41: TestRenameRunningContainerAndReuse.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.041s | |
PASS: docker_cli_rename_test.go:11: TestRenameStoppedContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.820s | |
PASS: docker_api_resize_test.go:21: TestResizeApiHeightWidthNoInt.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.981s | |
PASS: docker_api_resize_test.go:10: TestResizeApiResponse.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.044s | |
PASS: docker_api_resize_test.go:32: TestResizeApiResponseWhenContainerNotStarted.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.194s | |
PASS: docker_cli_restart_test.go:96: TestRestartPolicyAlways.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.376s | |
PASS: docker_cli_restart_test.go:84: TestRestartPolicyNO.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.186s | |
PASS: docker_cli_restart_test.go:116: TestRestartPolicyOnFailure.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.169s | |
PASS: docker_cli_restart_test.go:30: TestRestartRunningContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.720s | |
PASS: docker_cli_restart_test.go:10: TestRestartStoppedContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.031s | |
PASS: docker_cli_restart_test.go:55: TestRestartWithVolumes.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.719s | |
PASS: docker_cli_rm_test.go:47: TestRmContainerOrphaning.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.705s | |
PASS: docker_cli_rm_test.go:10: TestRmContainerWithRemovedVolume.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.446s | |
PASS: docker_cli_rm_test.go:23: TestRmContainerWithVolume.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.455s | |
PASS: docker_cli_rm_test.go:39: TestRmForceRemoveRunningContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.371s | |
PASS: docker_cli_rm_test.go:85: TestRmInvalidContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.185s | |
PASS: docker_cli_rm_test.go:30: TestRmRunningContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.141s | |
PASS: docker_cli_rmi_test.go:287: TestRmiBlank.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.373s | |
PASS: docker_cli_rmi_test.go:310: TestRmiContainerImageNotFound.pN52_github_com_docker_docker_integration_cli.DockerSuite 8.475s | |
PASS: docker_cli_rmi_test.go:206: TestRmiForceWithExistingContainers.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.630s | |
PASS: docker_cli_rmi_test.go:256: TestRmiForceWithMultipleRepositories.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.601s | |
PASS: docker_cli_rmi_test.go:169: TestRmiImageIDForceWithRunningContainersAndMultipleTags.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.475s | |
PASS: docker_cli_rmi_test.go:126: TestRmiImgIDForce.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.467s | |
PASS: docker_cli_rmi_test.go:77: TestRmiImgIDMultipleTag.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.666s | |
PASS: docker_cli_rmi_test.go:389: TestRmiParentImageFail.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.388s | |
PASS: docker_cli_rmi_test.go:39: TestRmiTag.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.110s | |
PASS: docker_cli_rmi_test.go:186: TestRmiTagWithExistingContainers.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.637s | |
PASS: docker_cli_rmi_test.go:338: TestRmiUntagHistoryLayer.pN52_github_com_docker_docker_integration_cli.DockerSuite 9.046s | |
PASS: docker_cli_rmi_test.go:11: TestRmiWithContainerFails.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.351s | |
PASS: docker_cli_rmi_test.go:227: TestRmiWithMultipleRepositories.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.200s | |
PASS: docker_cli_run_test.go:1378: TestRunAddHost.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.107s | |
PASS: docker_cli_run_test.go:948: TestRunAddingOptionalDevices.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.166s | |
PASS: docker_cli_run_test.go:966: TestRunAddingOptionalDevicesInvalidMode.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.175s | |
PASS: docker_cli_run_test.go:957: TestRunAddingOptionalDevicesNoSrc.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.129s | |
PASS: docker_cli_run_test.go:1893: TestRunAllocatePortInReservedRange.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.693s | |
PASS: docker_cli_run_test.go:1007: TestRunAllowBindMountingRoot.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.172s | |
PASS: docker_cli_run_test.go:2104: TestRunAllowPortRangeThroughExpose.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.974s | |
PASS: docker_cli_run_test.go:2470: TestRunAllowPortRangeThroughPublish.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.039s | |
PASS: docker_cli_run_test.go:340: TestRunApplyVolumesFromBeforeVolumes.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.262s | |
PASS: docker_cli_run_unix_test.go:113: TestRunAttachDetach.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.172s | |
PASS: docker_cli_run_test.go:1390: TestRunAttachStdErrOnlyTTYMode.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.170s | |
PASS: docker_cli_run_test.go:1406: TestRunAttachStdOutAndErrTTYMode.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.105s | |
PASS: docker_cli_run_test.go:1398: TestRunAttachStdOutOnlyTTYMode.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.117s | |
PASS: docker_cli_run_test.go:1415: TestRunAttachWithDetach.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.175s | |
PASS: docker_cli_run_test.go:1714: TestRunBindMounts.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.693s | |
PASS: docker_cli_run_test.go:829: TestRunCapAddALLCanDownInterface.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.110s | |
PASS: docker_cli_run_test.go:839: TestRunCapAddALLDropNetAdminCanDownInterface.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.251s | |
PASS: docker_cli_run_test.go:2834: TestRunCapAddCHOWN.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.329s | |
PASS: docker_cli_run_test.go:819: TestRunCapAddCanDownInterface.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.121s | |
PASS: docker_cli_run_test.go:810: TestRunCapAddInvalid.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.811s | |
PASS: docker_cli_run_test.go:3172: TestRunCapAddSYSTIME.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.303s | |
PASS: docker_cli_run_test.go:800: TestRunCapDropALLAddMknodCanMknod.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.131s | |
PASS: docker_cli_run_test.go:788: TestRunCapDropALLCannotMknod.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.167s | |
PASS: docker_cli_run_test.go:762: TestRunCapDropCannotMknod.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.144s | |
PASS: docker_cli_run_test.go:775: TestRunCapDropCannotMknodLowerCase.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.183s | |
PASS: docker_cli_run_test.go:753: TestRunCapDropInvalid.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.769s | |
PASS: docker_cli_run_test.go:1784: TestRunCidFileCheckIDLength.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.989s | |
PASS: docker_cli_run_test.go:1756: TestRunCidFileCleanupIfEmpty.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.184s | |
PASS: docker_cli_run_test.go:1510: TestRunCleanupCmdOnEntrypoint.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.597s | |
PASS: docker_cli_run_test.go:3298: TestRunContainerNetModeWithDnsMacHosts.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.484s | |
PASS: docker_cli_run_test.go:3322: TestRunContainerNetModeWithExposePort.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.546s | |
PASS: docker_cli_run_test.go:698: TestRunContainerNetwork.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.130s | |
PASS: docker_cli_run_test.go:3289: TestRunContainerNetworkModeToSelf.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.690s | |
PASS: docker_cli_run_test.go:3273: TestRunContainerWithCgroupMountRO.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.246s | |
PASS: docker_cli_run_test.go:3214: TestRunContainerWithCgroupParent.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.410s | |
PASS: docker_cli_run_test.go:3244: TestRunContainerWithCgroupParentAbsPath.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.404s | |
PASS: docker_cli_run_test.go:2581: TestRunContainerWithReadonlyEtcHostsAndLinkedContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.254s | |
PASS: docker_cli_run_test.go:2532: TestRunContainerWithReadonlyRootfs.pN52_github_com_docker_docker_integration_cli.DockerSuite 15.153s | |
PASS: docker_cli_run_test.go:2605: TestRunContainerWithReadonlyRootfsWithAddHostFlag.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.141s | |
PASS: docker_cli_run_test.go:2594: TestRunContainerWithReadonlyRootfsWithDnsFlag.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.187s | |
PASS: docker_cli_run_test.go:2648: TestRunContainerWithRmFlagCannotStartContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.424s | |
PASS: docker_cli_run_test.go:2631: TestRunContainerWithRmFlagExitCodeNotEqualToZero.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.441s | |
PASS: docker_cli_run_test.go:2528: TestRunContainerWithWritableRootfs.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.301s | |
PASS: docker_cli_run_test.go:1491: TestRunCopyVolumeContent.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.475s | |
PASS: docker_cli_run_test.go:1468: TestRunCopyVolumeUidGid.pN52_github_com_docker_docker_integration_cli.DockerSuite 6.442s | |
PASS: docker_cli_run_test.go:3180: TestRunCreateContainerFailedCleanUp.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.021s | |
PASS: docker_cli_run_test.go:377: TestRunCreateVolume.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.142s | |
PASS: docker_cli_run_test.go:1987: TestRunCreateVolumeEtc.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.029s | |
PASS: docker_cli_run_test.go:386: TestRunCreateVolumeWithSymlink.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.493s | |
PASS: docker_cli_run_test.go:242: TestRunCreateVolumesInSymlinkDir.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.763s | |
PASS: docker_cli_run_test.go:1852: TestRunDeallocatePortOnMissingIptablesRule.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.967s | |
PASS: docker_cli_run_test.go:112: TestRunDetachedContainerIDPrinting.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.439s | |
PASS: docker_cli_run_unix_test.go:95: TestRunDeviceDirectory.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.359s | |
PASS: docker_cli_run_test.go:917: TestRunDeviceNumbers.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.196s | |
PASS: docker_cli_run_test.go:1012: TestRunDisallowBindMountingRootToRoot.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.178s | |
PASS: docker_cli_run_test.go:1022: TestRunDnsDefaultOptions.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.280s | |
PASS: docker_cli_run_test.go:1056: TestRunDnsOptions.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.380s | |
PASS: docker_cli_run_test.go:1090: TestRunDnsOptionsBasedOnHostResolvConf.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.491s | |
PASS: docker_cli_run_test.go:1080: TestRunDnsRepeatOptions.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.202s | |
PASS: docker_cli_run_test.go:37: TestRunEchoNamedContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.148s | |
PASS: docker_cli_run_test.go:29: TestRunEchoStdout.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.178s | |
PASS: docker_cli_run_unix_test.go:228: TestRunEchoStdoutWitCPUShares.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.264s | |
PASS: docker_cli_run_unix_test.go:178: TestRunEchoStdoutWithCPUQuota.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.863s | |
PASS: docker_cli_run_unix_test.go:237: TestRunEchoStdoutWithCPUSharesAndMemoryLimit.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.438s | |
PASS: docker_cli_run_unix_test.go:302: TestRunEchoStdoutWithMemoryLimit.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.450s | |
PASS: docker_cli_run_test.go:1696: TestRunEntrypoint.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.490s | |
PASS: docker_cli_run_test.go:571: TestRunEnvironment.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.147s | |
PASS: docker_cli_run_test.go:616: TestRunEnvironmentErase.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.182s | |
PASS: docker_cli_run_test.go:657: TestRunEnvironmentOverride.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.195s | |
PASS: docker_cli_exec_test.go:424: TestRunExecDir.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.318s | |
PASS: docker_cli_run_test.go:450: TestRunExitCode.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.098s | |
PASS: docker_cli_run_test.go:76: TestRunExitCodeOne.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.232s | |
PASS: docker_cli_run_test.go:70: TestRunExitCodeZero.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.109s | |
PASS: docker_cli_run_test.go:1549: TestRunExitOnStdinClose.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.380s | |
PASS: docker_cli_run_test.go:2129: TestRunExposePort.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.175s | |
PASS: docker_cli_run_test.go:724: TestRunFullHostnameSet.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.200s | |
---------------------------------------------------------------------- | |
FAIL: docker_cli_run_test.go:851: TestRunGroupAdd.pN52_github_com_docker_docker_integration_cli.DockerSuite | |
/go/src/github.com/docker/docker/pkg/integration/dockerCmd_utils.go:35: | |
c.Assert(err, check.IsNil, check.Commentf("%q failed with errors: %s, %v", strings.Join(args, " "), out, err)) | |
... value *exec.ExitError = &exec.ExitError{ProcessState:(*os.ProcessState)(0xc20af681e0)} ("exit status 1") | |
... "run --group-add=audio --group-add=dbus --group-add=777 busybox sh -c id" failed with errors: Unable to find group dbus | |
Error response from daemon: Cannot start container 28561da68a10c4422b291f61e32a0b3e49102007b4b87d740caca56182b47c76: [8] System error: Unable to find group dbus | |
, exit status 1 | |
---------------------------------------------------------------------- | |
PASS: docker_cli_run_test.go:1829: TestRunInspectMacAddress.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.148s | |
PASS: docker_cli_run_unix_test.go:422: TestRunInvalidCPUShares.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.356s | |
PASS: docker_cli_run_unix_test.go:384: TestRunInvalidCpusetCpusFlagValue.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.192s | |
PASS: docker_cli_run_unix_test.go:403: TestRunInvalidCpusetMemsFlagValue.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.196s | |
PASS: docker_cli_run_test.go:46: TestRunLeakyFileDescriptors.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.221s | |
PASS: docker_cli_run_test.go:3343: TestRunLinkToContainerNetMode.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.891s | |
PASS: docker_cli_run_test.go:197: TestRunLinksContainerWithContainerId.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.395s | |
PASS: docker_cli_run_test.go:181: TestRunLinksContainerWithContainerName.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.361s | |
PASS: docker_cli_run_test.go:58: TestRunLookupGoogleDns.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.294s | |
PASS: docker_cli_run_test.go:3353: TestRunLoopbackOnlyExistsWhenNetworkingDisabled.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.965s | |
PASS: docker_cli_run_test.go:3379: TestRunLoopbackWhenNetworkDisabled.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.114s | |
PASS: docker_cli_run_test.go:975: TestRunModeHostname.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.303s | |
PASS: docker_cli_run_test.go:2187: TestRunModeIpcContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.674s | |
PASS: docker_cli_run_test.go:2219: TestRunModeIpcContainerNotExists.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.186s | |
PASS: docker_cli_run_test.go:2228: TestRunModeIpcContainerNotRunning.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.408s | |
PASS: docker_cli_run_test.go:2165: TestRunModeIpcHost.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.228s | |
PASS: docker_cli_run_test.go:3387: TestRunModeNetContainerHostname.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.299s | |
PASS: docker_cli_run_test.go:2280: TestRunModePidHost.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.371s | |
PASS: docker_cli_run_test.go:2302: TestRunModeUTSHost.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.316s | |
PASS: docker_cli_run_test.go:1914: TestRunMountOrdering.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.144s | |
PASS: docker_cli_run_test.go:2241: TestRunMountShmMqueueFromHost.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.257s | |
PASS: docker_cli_run_test.go:348: TestRunMultipleVolumesFrom.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.526s | |
PASS: docker_cli_exec_test.go:488: TestRunMutableNetworkFiles.pN52_github_com_docker_docker_integration_cli.DockerSuite 6.303s | |
PASS: docker_cli_run_test.go:3191: TestRunNamedVolume.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.487s | |
PASS: docker_cli_run_test.go:2452: TestRunNetContainerWhichHost.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.940s | |
PASS: docker_cli_run_test.go:2421: TestRunNetHost.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.229s | |
PASS: docker_cli_run_test.go:707: TestRunNetHostNotAllowedWithLinks.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.345s | |
PASS: docker_cli_run_test.go:2443: TestRunNetHostTwiceSameName.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.247s | |
PASS: docker_cli_run_test.go:2893: TestRunNetworkFilesBindMount.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.477s | |
PASS: docker_cli_run_test.go:2912: TestRunNetworkFilesBindMountRO.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.444s | |
PASS: docker_cli_run_test.go:2929: TestRunNetworkFilesBindMountROFilesystem.pN52_github_com_docker_docker_integration_cli.DockerSuite 7.084s | |
PASS: docker_cli_run_test.go:3400: TestRunNetworkNotInitializedNoneMode.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.076s | |
PASS: docker_cli_run_test.go:323: TestRunNoDupVolumes.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.785s | |
PASS: docker_cli_run_test.go:2030: TestRunNoOutputFromPullInStdout.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.132s | |
PASS: docker_cli_run_test.go:2403: TestRunNonLocalMacAddress.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.206s | |
---------------------------------------------------------------------- | |
FAIL: docker_cli_run_test.go:1173: TestRunNonRootUserResolvName.pN52_github_com_docker_docker_integration_cli.DockerSuite | |
/go/src/github.com/docker/docker/pkg/integration/dockerCmd_utils.go:35: | |
c.Assert(err, check.IsNil, check.Commentf("%q failed with errors: %s, %v", strings.Join(args, " "), out, err)) | |
... value *exec.ExitError = &exec.ExitError{ProcessState:(*os.ProcessState)(0xc20aedfac0)} ("exit status 1") | |
... "run --name=testperm --user=default busybox ping -c 1 apt.dockerproject.org" failed with errors: Unable to find user default | |
Error response from daemon: Cannot start container 058d7b52f6c6233fec112d6b2010b12d085d94f3c8dffb1e11c6871c1ccdd045: [8] System error: Unable to find user default | |
, exit status 1 | |
---------------------------------------------------------------------- | |
PASS: docker_cli_run_unix_test.go:281: TestRunOOMExitCode.pN52_github_com_docker_docker_integration_cli.DockerSuite 60.613s | |
PASS: docker_cli_run_test.go:2665: TestRunPidHostWithChildIsKillable.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.529s | |
PASS: docker_cli_run_test.go:2342: TestRunPortFromDockerRangeInUse.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.949s | |
PASS: docker_cli_run_test.go:1874: TestRunPortInUse.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.982s | |
PASS: docker_cli_run_test.go:733: TestRunPrivilegedCanMknod.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.178s | |
PASS: docker_cli_run_test.go:862: TestRunPrivilegedCanMount.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.202s | |
PASS: docker_cli_run_test.go:901: TestRunProcNotWritableInNonPrivilegedContainers.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.216s | |
PASS: docker_cli_run_test.go:909: TestRunProcWritableInPrivilegedContainers.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.103s | |
PASS: docker_cli_run_test.go:2808: TestRunPublishPort.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.167s | |
PASS: docker_cli_run_test.go:2745: TestRunReadFilteredProc.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.222s | |
SKIP: docker_cli_run_test.go:2724: TestRunReadProcLatency.pN52_github_com_docker_docker_integration_cli.DockerSuite (kernel doesnt have latency_stats configured) | |
PASS: docker_cli_run_test.go:2709: TestRunReadProcTimer.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.135s | |
PASS: docker_cli_run_unix_test.go:26: TestRunRedirectStdout.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.349s | |
PASS: docker_cli_run_test.go:1198: TestRunResolvconfUpdate.pN52_github_com_docker_docker_integration_cli.DockerSuite 8.028s | |
PASS: docker_cli_run_test.go:2503: TestRunRestartMaxRetries.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.844s | |
PASS: docker_cli_run_test.go:1960: TestRunReuseBindVolumeThatIsSymlink.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.313s | |
PASS: docker_cli_run_test.go:996: TestRunRootWorkdir.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.175s | |
PASS: docker_cli_run_test.go:2494: TestRunSetDefaultRestartPolicy.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.167s | |
PASS: docker_cli_run_test.go:1808: TestRunSetMacAddress.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.206s | |
PASS: docker_cli_run_test.go:2079: TestRunSlowStdoutConsumer.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.999s | |
PASS: docker_cli_run_test.go:1425: TestRunState.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.819s | |
PASS: docker_cli_run_test.go:3580: TestRunStdinBlockedAfterContainerExit.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.180s | |
PASS: docker_cli_run_test.go:88: TestRunStdinPipe.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.594s | |
SKIP: docker_cli_run_unix_test.go:372: TestRunSwapLessThanMemoryLimit.pN52_github_com_docker_docker_integration_cli.DockerSuite (Test requires an environment that supports cgroup swap memory limit.) | |
PASS: docker_cli_run_test.go:885: TestRunSysNotWritableInNonPrivilegedContainers.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.182s | |
PASS: docker_cli_run_test.go:893: TestRunSysWritableInPrivilegedContainers.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.128s | |
PASS: docker_cli_run_test.go:2324: TestRunTLSverify.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.548s | |
PASS: docker_cli_run_test.go:933: TestRunThatCharacterDevicesActLikeCharacterDevices.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.228s | |
PASS: docker_cli_run_test.go:2374: TestRunTtyWithPipe.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.176s | |
PASS: docker_cli_run_test.go:546: TestRunTwoConcurrentContainers.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.341s | |
PASS: docker_cli_run_test.go:2137: TestRunUnknownCommand.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.476s | |
PASS: docker_cli_run_test.go:743: TestRunUnprivilegedCanMknod.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.253s | |
PASS: docker_cli_run_test.go:872: TestRunUnprivilegedCannotMount.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.191s | |
PASS: docker_cli_run_test.go:942: TestRunUnprivilegedWithChroot.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.102s | |
SKIP: docker_cli_run_test.go:2785: TestRunUnshareProc.pN52_github_com_docker_docker_integration_cli.DockerSuite (unstable test: is apparmor in a container reliable?) | |
PASS: docker_cli_run_test.go:487: TestRunUserByID.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.190s | |
PASS: docker_cli_run_test.go:497: TestRunUserByIDBig.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.150s | |
PASS: docker_cli_run_test.go:510: TestRunUserByIDNegative.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.162s | |
PASS: docker_cli_run_test.go:523: TestRunUserByIDZero.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.161s | |
PASS: docker_cli_run_test.go:477: TestRunUserByName.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.184s | |
PASS: docker_cli_run_test.go:466: TestRunUserDefaults.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.214s | |
PASS: docker_cli_run_test.go:536: TestRunUserNotFound.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.099s | |
PASS: docker_cli_run_test.go:358: TestRunVerifyContainerID.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.947s | |
PASS: docker_cli_run_test.go:2043: TestRunVolumesCleanPaths.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.398s | |
PASS: docker_cli_run_test.go:289: TestRunVolumesFromInReadWriteMode.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.289s | |
PASS: docker_cli_run_test.go:277: TestRunVolumesFromInReadonlyMode.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.445s | |
PASS: docker_cli_run_test.go:2616: TestRunVolumesFromRestartAfterRemoved.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.064s | |
PASS: docker_cli_run_test.go:423: TestRunVolumesFromSymlinkPath.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.134s | |
PASS: docker_cli_run_test.go:268: TestRunVolumesMountedAsReadonly.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.253s | |
PASS: docker_cli_run_test.go:1681: TestRunWithBadDevice.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.813s | |
PASS: docker_cli_run_unix_test.go:274: TestRunWithBlkioInvalidWeight.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.187s | |
PASS: docker_cli_run_unix_test.go:267: TestRunWithBlkioWeight.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.249s | |
SKIP: docker_cli_run_unix_test.go:440: TestRunWithCorrectMemorySwapOnLXC.pN52_github_com_docker_docker_integration_cli.DockerSuite (Test requires an environment that supports cgroup swap memory limit.) | |
PASS: docker_cli_run_unix_test.go:198: TestRunWithCpuPeriod.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.554s | |
PASS: docker_cli_run_unix_test.go:246: TestRunWithCpuset.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.074s | |
PASS: docker_cli_run_unix_test.go:253: TestRunWithCpusetCpus.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.225s | |
PASS: docker_cli_run_unix_test.go:260: TestRunWithCpusetMems.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.178s | |
PASS: docker_cli_run_test.go:214: TestRunWithDaemonFlags.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.173s | |
PASS: docker_cli_run_test.go:1844: TestRunWithInvalidMacAddress.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.173s | |
PASS: docker_cli_run_unix_test.go:212: TestRunWithKernelMemory.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.605s | |
PASS: docker_cli_run_unix_test.go:340: TestRunWithMemoryReservation.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.127s | |
PASS: docker_cli_run_unix_test.go:345: TestRunWithMemoryReservationInvalid.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.185s | |
PASS: docker_cli_run_unix_test.go:323: TestRunWithSwappiness.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.280s | |
PASS: docker_cli_run_unix_test.go:328: TestRunWithSwappinessInvalid.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.360s | |
PASS: docker_cli_run_test.go:2688: TestRunWithTooSmallMemoryLimit.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.204s | |
PASS: docker_cli_run_test.go:3203: TestRunWithUlimits.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.364s | |
PASS: docker_cli_run_test.go:225: TestRunWithVolumesFromExited.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.294s | |
PASS: docker_cli_run_unix_test.go:60: TestRunWithVolumesIsRecursive.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.114s | |
SKIP: docker_cli_run_unix_test.go:316: TestRunWithoutMemoryswapLimit.pN52_github_com_docker_docker_integration_cli.DockerSuite (Test requires an environment that supports cgroup swap memory limit.) | |
PASS: docker_cli_run_test.go:153: TestRunWithoutNetworking.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.023s | |
PASS: docker_cli_run_test.go:1535: TestRunWorkdirExistsAndIsFile.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.762s | |
PASS: docker_cli_run_test.go:127: TestRunWorkingDirectory.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.327s | |
PASS: docker_cli_run_test.go:2866: TestRunWriteFilteredProc.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.514s | |
PASS: docker_cli_run_test.go:1650: TestRunWriteHostnameFileAndNotCommit.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.283s | |
PASS: docker_cli_run_test.go:1608: TestRunWriteHostsFileAndNotCommit.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.433s | |
PASS: docker_cli_run_test.go:1666: TestRunWriteResolvFileAndNotCommit.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.310s | |
PASS: docker_cli_run_test.go:2700: TestRunWriteToProcAsound.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.183s | |
PASS: docker_cli_run_test.go:3600: TestRunWrongCpusetCpusFlagValue.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.187s | |
PASS: docker_cli_run_test.go:3607: TestRunWrongCpusetMemsFlagValue.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.182s | |
PASS: docker_cli_save_load_test.go:146: TestSaveAndLoadRepoFlags.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.821s | |
PASS: docker_cli_save_load_unix_test.go:16: TestSaveAndLoadRepoStdout.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.686s | |
PASS: docker_cli_save_load_test.go:89: TestSaveCheckTimes.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.511s | |
PASS: docker_cli_save_load_test.go:227: TestSaveDirectoryPermissions.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.748s | |
PASS: docker_cli_save_load_test.go:107: TestSaveImageId.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.983s | |
PASS: docker_cli_save_load_test.go:167: TestSaveMultipleNames.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.573s | |
PASS: docker_cli_save_load_test.go:185: TestSaveRepoWithMultipleImages.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.944s | |
PASS: docker_cli_save_load_test.go:74: TestSaveSingleTag.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.647s | |
PASS: docker_cli_save_load_test.go:20: TestSaveXzAndLoadRepoStdout.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.196s | |
PASS: docker_cli_save_load_test.go:47: TestSaveXzGzAndLoadRepoStdout.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.025s | |
PASS: docker_cli_search_test.go:28: TestSearchCmdOptions.pN52_github_com_docker_docker_integration_cli.DockerSuite 7.776s | |
PASS: docker_cli_search_test.go:11: TestSearchOnCentralRegistry.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.304s | |
PASS: docker_cli_search_test.go:51: TestSearchOnCentralRegistryWithDash.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.764s | |
PASS: docker_cli_search_test.go:18: TestSearchStarsOptionWithWrongParameter.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.357s | |
PASS: docker_cli_start_test.go:41: TestStartAttachCorrectExitCode.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.876s | |
PASS: docker_cli_start_test.go:154: TestStartAttachMultipleContainers.pN52_github_com_docker_docker_integration_cli.DockerSuite 5.183s | |
PASS: docker_cli_start_test.go:12: TestStartAttachReturnsOnError.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.423s | |
PASS: docker_cli_start_test.go:59: TestStartAttachSilent.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.073s | |
PASS: docker_cli_start_test.go:119: TestStartMultipleContainers.pN52_github_com_docker_docker_integration_cli.DockerSuite 4.328s | |
PASS: docker_cli_start_test.go:106: TestStartPausedContainer.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.776s | |
PASS: docker_cli_start_test.go:73: TestStartRecordError.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.632s | |
PASS: docker_api_containers_test.go:965: TestStartWithTooLowMemoryLimit.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.714s | |
PASS: docker_cli_stats_test.go:40: TestStatsContainerNotFound.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.376s | |
PASS: docker_cli_stats_test.go:12: TestStatsNoStream.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.306s | |
PASS: docker_cli_run_unix_test.go:356: TestStopContainerSignal.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.365s | |
PASS: docker_cli_tag_test.go:85: TestTagExistedNameWithForce.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.562s | |
PASS: docker_cli_tag_test.go:71: TestTagExistedNameWithoutForce.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.552s | |
PASS: docker_cli_tag_test.go:40: TestTagInvalidPrefixedRepo.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.184s | |
PASS: docker_cli_tag_test.go:30: TestTagInvalidUnprefixedRepo.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.412s | |
PASS: docker_cli_tag_test.go:157: TestTagMatchesDigest.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.566s | |
PASS: docker_cli_tag_test.go:119: TestTagOfficialNames.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.725s | |
PASS: docker_cli_tag_test.go:22: TestTagUnprefixedRepoByID.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.379s | |
PASS: docker_cli_tag_test.go:12: TestTagUnprefixedRepoByName.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.371s | |
PASS: docker_cli_tag_test.go:52: TestTagValidPrefixedRepo.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.299s | |
PASS: docker_cli_tag_test.go:95: TestTagWithPrefixHyphen.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.712s | |
PASS: docker_cli_top_test.go:10: TestTopMultipleArgs.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.173s | |
PASS: docker_cli_top_test.go:19: TestTopNonPrivileged.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.679s | |
PASS: docker_cli_top_test.go:32: TestTopPrivileged.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.703s | |
PASS: docker_cli_run_test.go:3413: TestTwoContainersInNetHost.pN52_github_com_docker_docker_integration_cli.DockerSuite 2.366s | |
PASS: docker_cli_port_test.go:183: TestUnpublishedPortsInPsOutput.pN52_github_com_docker_docker_integration_cli.DockerSuite 8.083s | |
PASS: docker_cli_version_test.go:10: TestVersionEnsureSucceeds.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.187s | |
PASS: docker_cli_version_test.go:37: TestVersionPlatform_l.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.191s | |
SKIP: docker_cli_version_test.go:31: TestVersionPlatform_w.pN52_github_com_docker_docker_integration_cli.DockerSuite (Test requires a Windows daemon) | |
PASS: docker_cli_volume_test.go:13: TestVolumeCliCreate.pN52_github_com_docker_docker_integration_cli.DockerSuite 15.587s | |
PASS: docker_cli_volume_test.go:25: TestVolumeCliCreateOptionConflict.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.728s | |
PASS: docker_cli_volume_test.go:37: TestVolumeCliInspect.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.901s | |
PASS: docker_cli_volume_test.go:55: TestVolumeCliLs.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.779s | |
PASS: docker_cli_volume_test.go:72: TestVolumeCliLsFilterDangling.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.193s | |
PASS: docker_cli_volume_test.go:145: TestVolumeCliNoArgs.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.538s | |
PASS: docker_cli_volume_test.go:106: TestVolumeCliRm.pN52_github_com_docker_docker_integration_cli.DockerSuite 6.643s | |
PASS: docker_cli_run_test.go:2846: TestVolumeFromMixedRWOptions.pN52_github_com_docker_docker_integration_cli.DockerSuite 3.896s | |
PASS: docker_api_volumes_test.go:26: TestVolumesApiCreate.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.002s | |
PASS: docker_api_volumes_test.go:66: TestVolumesApiInspect.pN52_github_com_docker_docker_integration_cli.DockerSuite 0.002s | |
PASS: docker_api_volumes_test.go:12: TestVolumesApiList.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.012s | |
PASS: docker_api_volumes_test.go:42: TestVolumesApiRemove.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.173s | |
PASS: docker_cli_run_test.go:303: TestVolumesFromGetsProperMode.pN52_github_com_docker_docker_integration_cli.DockerSuite 6.770s | |
PASS: docker_cli_run_test.go:2007: TestVolumesNoCopyData.pN52_github_com_docker_docker_integration_cli.DockerSuite 20.330s | |
PASS: docker_cli_wait_test.go:67: TestWaitBlockedExitRandom.pN52_github_com_docker_docker_integration_cli.DockerSuite 6.864s | |
PASS: docker_cli_wait_test.go:27: TestWaitBlockedExitZero.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.695s | |
PASS: docker_cli_wait_test.go:55: TestWaitNonBlockedExitRandom.pN52_github_com_docker_docker_integration_cli.DockerSuite 1.369s | |
PASS: docker_cli_wait_test.go:14: TestWaitNonBlockedExitZero.pN52_github_com_docker_docker_integration_cli.DockerSuite 7.903s | |
PASS: docker_cli_by_digest_test.go:199: TestBuildByDigest.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 13.350s | |
PASS: docker_cli_pull_local_test.go:92: TestConcurrentFailingPull.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 0.227s | |
PASS: docker_cli_pull_local_test.go:116: TestConcurrentPullMultipleTags.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 21.652s | |
PASS: docker_cli_pull_local_test.go:43: TestConcurrentPullWholeRepo.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 16.542s | |
PASS: docker_cli_by_digest_test.go:121: TestCreateByDigest.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 4.509s | |
PASS: docker_cli_by_digest_test.go:453: TestDeleteImageByIDOnlyPulledByDigest.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 4.326s | |
PASS: docker_cli_events_test.go:729: TestEventsImageFilterPush.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 5.018s | |
PASS: docker_cli_by_digest_test.go:395: TestInspectImageWithDigests.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 4.111s | |
PASS: docker_cli_by_digest_test.go:286: TestListImagesWithDigests.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 8.674s | |
PASS: docker_cli_by_digest_test.go:267: TestListImagesWithoutDigests.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 4.140s | |
PASS: docker_cli_by_digest_test.go:416: TestPsListContainersFilterAncestorImageByDigest.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 7.900s | |
PASS: docker_cli_by_digest_test.go:87: TestPullByDigest.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 3.847s | |
PASS: docker_cli_by_digest_test.go:111: TestPullByDigestNoFallback.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 0.199s | |
PASS: docker_cli_by_digest_test.go:64: TestPullByTagDisplaysDigest.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 3.937s | |
PASS: docker_cli_pull_test.go:352: TestPullConflict.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 6.384s | |
PASS: docker_cli_by_digest_test.go:524: TestPullFailsWithAlteredLayer.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 3.586s | |
PASS: docker_cli_by_digest_test.go:474: TestPullFailsWithAlteredManifest.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 3.536s | |
PASS: docker_cli_pull_local_test.go:15: TestPullImageWithAliases.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 2.610s | |
PASS: docker_cli_pull_test.go:193: TestPullMigration.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 8.800s | |
PASS: docker_cli_pull_test.go:280: TestPullMigrationRun.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 10.892s | |
PASS: docker_cli_push_test.go:105: TestPushBadParentChain.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 3.247s | |
PASS: docker_cli_push_test.go:45: TestPushBadTag.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 0.192s | |
PASS: docker_cli_push_test.go:19: TestPushBusyboxImage.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 1.372s | |
PASS: docker_cli_push_test.go:143: TestPushEmptyLayer.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 0.626s | |
PASS: docker_cli_push_test.go:57: TestPushMultipleTags.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 2.001s | |
PASS: docker_cli_push_test.go:34: TestPushUntagged.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 0.187s | |
PASS: docker_cli_by_digest_test.go:170: TestRemoveImageByDigest.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 4.439s | |
PASS: docker_cli_by_digest_test.go:141: TestRunByDigest.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 4.947s | |
PASS: docker_cli_by_digest_test.go:237: TestTagByDigest.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 4.487s | |
PASS: docker_cli_v2_only.go:77: TestV1.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 1.951s | |
PASS: docker_cli_v2_only.go:38: TestV2Only.pN60_github_com_docker_docker_integration_cli.DockerRegistrySuite 1.905s | |
PASS: docker_cli_daemon_test.go:1563: TestCleanupMountsAfterCrash.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 3.947s | |
PASS: docker_cli_proxy_test.go:26: TestCliProxyProxyTCPSock.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 0.935s | |
PASS: docker_cli_daemon_test.go:552: TestDaemonAllocatesListeningPort.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 4.011s | |
PASS: docker_cli_daemon_test.go:646: TestDaemonBridgeExternal.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 9.504s | |
PASS: docker_cli_daemon_test.go:846: TestDaemonBridgeFixedCIDREqualBridgeNetwork.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 3.953s | |
PASS: docker_cli_daemon_test.go:795: TestDaemonBridgeFixedCidr.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 5.941s | |
PASS: docker_cli_daemon_test.go:820: TestDaemonBridgeFixedCidr2.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 5.802s | |
PASS: docker_cli_daemon_test.go:709: TestDaemonBridgeIP.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 4.083s | |
PASS: docker_cli_daemon_test.go:1803: TestDaemonCorruptedFluentdAddress.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 5.517s | |
PASS: docker_cli_daemon_test.go:1788: TestDaemonCorruptedLogDriverAddress.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 12.039s | |
PASS: docker_cli_daemon_test.go:887: TestDaemonDefaultGatewayIPv4Explicit.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 3.968s | |
PASS: docker_cli_daemon_test.go:909: TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 2.509s | |
PASS: docker_cli_daemon_test.go:866: TestDaemonDefaultGatewayIPv4Implicit.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 4.036s | |
PASS: docker_cli_daemon_test.go:921: TestDaemonDefaultNetworkInvalidClusterConfig.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 1.097s | |
PASS: docker_cli_daemon_test.go:1302: TestDaemonDots.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 5.981s | |
PASS: docker_cli_daemon_test.go:628: TestDaemonExitOnFailure.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 5.521s | |
PASS: docker_cli_daemon_test.go:522: TestDaemonFlagD.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 0.546s | |
PASS: docker_cli_daemon_test.go:532: TestDaemonFlagDebug.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 0.523s | |
PASS: docker_cli_daemon_test.go:542: TestDaemonFlagDebugLogLevelFatal.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 0.593s | |
PASS: docker_cli_daemon_test.go:1017: TestDaemonICCLinkExpose.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 4.746s | |
PASS: docker_cli_daemon_test.go:977: TestDaemonICCPing.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 7.796s | |
PASS: docker_cli_daemon_test.go:944: TestDaemonIP.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 4.534s | |
PASS: docker_cli_daemon_test.go:180: TestDaemonIptablesClean.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 3.602s | |
PASS: docker_cli_daemon_test.go:217: TestDaemonIptablesCreate.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 4.468s | |
PASS: docker_cli_daemon_test.go:578: TestDaemonKeyGeneration.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 1.421s | |
PASS: docker_cli_daemon_test.go:597: TestDaemonKeyMigration.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 0.534s | |
PASS: docker_cli_daemon_test.go:1048: TestDaemonLinksIpTablesRulesWhenLinkAndUnlink.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 6.093s | |
PASS: docker_cli_daemon_test.go:501: TestDaemonLogLevelDebug.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 0.591s | |
PASS: docker_cli_daemon_test.go:511: TestDaemonLogLevelFatal.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 0.563s | |
PASS: docker_cli_daemon_test.go:403: TestDaemonLogLevelWrong.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 6.005s | |
PASS: docker_cli_daemon_test.go:1157: TestDaemonLoggingDriverDefault.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 3.186s | |
PASS: docker_cli_daemon_test.go:1199: TestDaemonLoggingDriverDefaultOverride.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 3.049s | |
PASS: docker_cli_daemon_test.go:1220: TestDaemonLoggingDriverNone.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 3.109s | |
PASS: docker_cli_daemon_test.go:1283: TestDaemonLoggingDriverNoneLogsError.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 3.567s | |
PASS: docker_cli_daemon_test.go:1241: TestDaemonLoggingDriverNoneOverride.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 3.060s | |
PASS: docker_cli_daemon_test.go:1662: TestDaemonNoTlsCliTlsVerifyWithEnv.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 0.939s | |
PASS: docker_cli_daemon_test.go:1620: TestDaemonRestartCleanupNetns.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 4.287s | |
PASS: docker_cli_daemon_test.go:1427: TestDaemonRestartKillWait.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 4.076s | |
PASS: docker_cli_daemon_test.go:1777: TestDaemonRestartLocalVolumes.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 1.455s | |
PASS: docker_cli_daemon_test.go:1135: TestDaemonRestartRenameContainer.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 4.426s | |
PASS: docker_cli_daemon_test.go:1764: TestDaemonRestartRmVolumeInUse.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 3.187s | |
PASS: docker_cli_daemon_test.go:94: TestDaemonRestartUnlessStopped.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 8.914s | |
PASS: docker_cli_daemon_test.go:760: TestDaemonRestartWithBridgeIPChange.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 1.675s | |
PASS: docker_cli_daemon_test.go:1603: TestDaemonRestartWithContainerRunning.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 13.929s | |
PASS: docker_cli_daemon_test.go:1690: TestDaemonRestartWithContainerWithRestartPolicyAlways.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 5.015s | |
PASS: docker_cli_daemon_test.go:1727: TestDaemonRestartWithPausedContainer.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 4.305s | |
PASS: docker_cli_daemon_test.go:25: TestDaemonRestartWithRunningContainersPorts.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 6.313s | |
PASS: docker_cli_daemon_test.go:1553: TestDaemonRestartWithSocketAsVolume.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 3.775s | |
PASS: docker_cli_daemon_test.go:64: TestDaemonRestartWithVolumesRefs.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 5.112s | |
PASS: docker_cli_daemon_test.go:156: TestDaemonStartBridgeWithoutIPAssociation.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 1.239s | |
PASS: docker_cli_daemon_test.go:147: TestDaemonStartIptablesFalse.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 0.531s | |
PASS: docker_cli_daemon_test.go:1820: TestDaemonStartWithDefalutTlsHost.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 1.167s | |
PASS: docker_cli_daemon_test.go:1812: TestDaemonStartWithoutHost.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 0.684s | |
PASS: docker_cli_daemon_test.go:1083: TestDaemonUlimitDefaults.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 4.321s | |
PASS: docker_cli_daemon_test.go:1345: TestDaemonUnixSockCleanedUp.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 0.530s | |
PASS: docker_cli_daemon_test.go:1713: TestDaemonWideLogConfig.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 3.097s | |
PASS: docker_cli_daemon_test.go:1370: TestDaemonWithWrongkey.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 6.110s | |
PASS: docker_cli_network_unix_test.go:440: TestDockerNetworkNoDiscoveryDefaultBridgeNetwork.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 10.386s | |
PASS: docker_cli_exec_test.go:94: TestExecAfterDaemonRestart.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 4.986s | |
PASS: docker_cli_daemon_test.go:1465: TestHttpsInfo.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 1.137s | |
PASS: docker_cli_daemon_test.go:1492: TestHttpsInfoRogueCert.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 1.003s | |
PASS: docker_cli_daemon_test.go:1512: TestHttpsInfoRogueServerCert.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 1.005s | |
---------------------------------------------------------------------- | |
FAIL: docker_cli_daemon_test.go:1578: TestRunContainerWithBridgeNone.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite | |
[d61192000] waiting for daemon to start | |
[d61192000] daemon started | |
docker_cli_daemon_test.go:1599: | |
c.Assert(out, check.Equals, fmt.Sprintf("%s", stdout), | |
check.Commentf("The network interfaces in container should be the same with host when --net=host when bridge network is disabled: %s", out)) | |
... obtained string = "" + | |
... "1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue \n" + | |
... " link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00\n" + | |
... "2442: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue \n" + | |
... " link/ether 02:42:ce:83:7f:58 brd ff:ff:ff:ff:ff:ff\n" + | |
... "2453: icc-dummy: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc noqueue \n" + | |
... " link/ether 6a:49:6c:8c:6b:ac brd ff:ff:ff:ff:ff:ff\n" + | |
... "969: eth0@if970: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue \n" + | |
... " link/ether 02:42:ac:11:00:03 brd ff:ff:ff:ff:ff:ff\n" + | |
... "2537: br-aec6fff7f19f: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue \n" + | |
... " link/ether 02:42:62:4a:26:85 brd ff:ff:ff:ff:ff:ff\n" | |
... expected string = "" + | |
... "1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default \n" + | |
... " link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00\n" + | |
... "2442: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default \n" + | |
... " link/ether 02:42:ce:83:7f:58 brd ff:ff:ff:ff:ff:ff\n" + | |
... "2453: icc-dummy: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default \n" + | |
... " link/ether 6a:49:6c:8c:6b:ac brd ff:ff:ff:ff:ff:ff\n" + | |
... "969: eth0@if970: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default \n" + | |
... " link/ether 02:42:ac:11:00:03 brd ff:ff:ff:ff:ff:ff\n" + | |
... "2537: br-aec6fff7f19f: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default \n" + | |
... " link/ether 02:42:62:4a:26:85 brd ff:ff:ff:ff:ff:ff\n" | |
... The network interfaces in container should be the same with host when --net=host when bridge network is disabled: 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue | |
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
2442: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue | |
link/ether 02:42:ce:83:7f:58 brd ff:ff:ff:ff:ff:ff | |
2453: icc-dummy: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc noqueue | |
link/ether 6a:49:6c:8c:6b:ac brd ff:ff:ff:ff:ff:ff | |
969: eth0@if970: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue | |
link/ether 02:42:ac:11:00:03 brd ff:ff:ff:ff:ff:ff | |
2537: br-aec6fff7f19f: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue | |
link/ether 02:42:62:4a:26:85 brd ff:ff:ff:ff:ff:ff | |
[d61192000] exiting daemon | |
---------------------------------------------------------------------- | |
PASS: docker_cli_daemon_test.go:1483: TestTlsVerify.pN58_github_com_docker_docker_integration_cli.DockerDaemonSuite 0.180s | |
PASS: docker_cli_build_test.go:5618: TestBuildContextDirIsSymlink.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite 2.028s | |
SKIP: docker_cli_create_test.go:355: TestCreateWhenCertExpired.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite (Currently changes system time, causing instability) | |
SKIP: docker_cli_pull_trusted_test.go:81: TestPullWhenCertExpired.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite (Currently changes system time, causing instability) | |
SKIP: docker_cli_run_test.go:3008: TestRunWhenCertExpired.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite (Currently changes system time, causing instability) | |
PASS: docker_cli_build_test.go:5566: TestTrustedBuild.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite 4.597s | |
PASS: docker_cli_build_test.go:5597: TestTrustedBuildUntrustedTag.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite 0.266s | |
PASS: docker_cli_create_test.go:287: TestTrustedCreate.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite 4.515s | |
PASS: docker_cli_create_test.go:391: TestTrustedCreateFromBadTrustServer.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite 5.167s | |
PASS: docker_cli_create_test.go:337: TestTrustedIsolatedCreate.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite 6.230s | |
PASS: docker_cli_pull_trusted_test.go:43: TestTrustedIsolatedPull.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite 2.622s | |
PASS: docker_cli_pull_trusted_test.go:226: TestTrustedOfflinePull.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite 3.704s | |
PASS: docker_cli_pull_trusted_test.go:13: TestTrustedPull.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite 2.687s | |
PASS: docker_cli_pull_trusted_test.go:117: TestTrustedPullFromBadTrustServer.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite 6.018s | |
SKIP: docker_cli_pull_trusted_test.go:188: TestTrustedPullWithExpiredSnapshot.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite (Currently changes system time, causing instability) | |
PASS: docker_cli_push_test.go:172: TestTrustedPush.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite 1.652s | |
PASS: docker_cli_push_test.go:206: TestTrustedPushWithDeprecatedEnvPasswords.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite 1.638s | |
PASS: docker_cli_push_test.go:188: TestTrustedPushWithEnvPasswords.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite 1.513s | |
PASS: docker_cli_push_test.go:274: TestTrustedPushWithExistingSignedTag.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite 2.882s | |
PASS: docker_cli_push_test.go:256: TestTrustedPushWithExistingTag.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite 1.769s | |
SKIP: docker_cli_push_test.go:380: TestTrustedPushWithExpiredSnapshot.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite (Currently changes system time, causing instability) | |
SKIP: docker_cli_push_test.go:416: TestTrustedPushWithExpiredTimestamp.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite (Currently changes system time, causing instability) | |
PASS: docker_cli_push_test.go:222: TestTrustedPushWithFaillingServer.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite 96.501s | |
PASS: docker_cli_push_test.go:350: TestTrustedPushWithIncorrectDeprecatedPassphraseForNonRoot.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite 2.160s | |
PASS: docker_cli_push_test.go:318: TestTrustedPushWithIncorrectPassphraseForNonRoot.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite 2.071s | |
PASS: docker_cli_push_test.go:239: TestTrustedPushWithoutServerAndUntrusted.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite 1.412s | |
PASS: docker_cli_run_test.go:2954: TestTrustedRun.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite 4.768s | |
PASS: docker_cli_run_test.go:3046: TestTrustedRunFromBadTrustServer.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite 5.142s | |
PASS: docker_cli_create_test.go:317: TestUntrustedCreate.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite 1.895s | |
PASS: docker_cli_pull_trusted_test.go:61: TestUntrustedPull.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite 1.882s | |
PASS: docker_cli_run_test.go:2986: TestUntrustedRun.pN57_github_com_docker_docker_integration_cli.DockerTrustSuite 1.882s | |
PASS: docker_cli_network_unix_test.go:517: TestDockerNetworkAnonymousEndpoint.pN59_github_com_docker_docker_integration_cli.DockerNetworkSuite 8.386s | |
PASS: docker_cli_network_unix_test.go:291: TestDockerNetworkConnectDisconnect.pN59_github_com_docker_docker_integration_cli.DockerNetworkSuite 4.113s | |
PASS: docker_cli_network_unix_test.go:748: TestDockerNetworkConnectToHostFromOtherNetwork.pN59_github_com_docker_docker_integration_cli.DockerNetworkSuite 1.592s | |
PASS: docker_cli_network_unix_test.go:772: TestDockerNetworkConnectWithMac.pN59_github_com_docker_docker_integration_cli.DockerNetworkSuite 2.149s | |
PASS: docker_cli_network_unix_test.go:765: TestDockerNetworkConnectWithPortMapping.pN59_github_com_docker_docker_integration_cli.DockerNetworkSuite 2.078s | |
PASS: docker_cli_network_unix_test.go:259: TestDockerNetworkCreateDelete.pN59_github_com_docker_docker_integration_cli.DockerNetworkSuite 1.113s | |
PASS: docker_cli_network_unix_test.go:373: TestDockerNetworkCustomIpam.pN59_github_com_docker_docker_integration_cli.DockerNetworkSuite 1.057s | |
PASS: docker_cli_network_unix_test.go:757: TestDockerNetworkDisconnectFromHost.pN59_github_com_docker_docker_integration_cli.DockerNetworkSuite 1.376s | |
PASS: docker_cli_network_unix_test.go:427: TestDockerNetworkDriverOptions.pN59_github_com_docker_docker_integration_cli.DockerNetworkSuite 0.685s | |
PASS: docker_cli_network_unix_test.go:388: TestDockerNetworkInspect.pN59_github_com_docker_docker_integration_cli.DockerNetworkSuite 0.980s | |
PASS: docker_cli_network_unix_test.go:404: TestDockerNetworkIpamInvalidCombinations.pN59_github_com_docker_docker_integration_cli.DockerNetworkSuite 1.658s | |
PASS: docker_cli_network_unix_test.go:333: TestDockerNetworkIpamMultipleNetworks.pN59_github_com_docker_docker_integration_cli.DockerNetworkSuite 6.783s | |
PASS: docker_cli_network_unix_test.go:585: TestDockerNetworkLinkOndefaultNetworkOnly.pN59_github_com_docker_docker_integration_cli.DockerNetworkSuite 5.791s | |
PASS: docker_cli_network_unix_test.go:252: TestDockerNetworkLsDefault.pN59_github_com_docker_docker_integration_cli.DockerNetworkSuite 0.573s | |
PASS: docker_cli_network_unix_test.go:637: TestDockerNetworkMacInspect.pN59_github_com_docker_docker_integration_cli.DockerNetworkSuite 1.803s | |
---------------------------------------------------------------------- | |
FAIL: docker_cli_network_unix_test.go:703: TestDockerNetworkMultipleNetworksGracefulDaemonRestart.pN59_github_com_docker_docker_integration_cli.DockerNetworkSuite | |
[d76047000] waiting for daemon to start | |
[d76047000] daemon started | |
docker_cli_network_unix_test.go:683: | |
c.Assert(err, checker.IsNil, check.Commentf(out)) | |
... value *exec.ExitError = &exec.ExitError{ProcessState:(*os.ProcessState)(0xc20fbdc480)} ("exit status 1") | |
... Unable to find image 'busybox:latest' locally | |
latest: Pulling from library/busybox | |
583635769552: Pulling fs layer | |
b175bcb79023: Pulling fs layer | |
583635769552: Verifying Checksum | |
583635769552: Download complete | |
583635769552: Pull complete | |
b175bcb79023: Verifying Checksum | |
b175bcb79023: Download complete | |
b175bcb79023: Pull complete | |
Digest: sha256:c1bc9b4bffe665bf014a305cc6cf3bca0e6effeb69d681d7a208ce741dad58e0 | |
Status: Downloaded newer image for busybox:latest | |
a55c0c44b1b197326dd1139ad1c1ab0abb2720b89dd339085225bc618f346d3d | |
Error response from daemon: Cannot start container a55c0c44b1b197326dd1139ad1c1ab0abb2720b89dd339085225bc618f346d3d: [8] System error: exec format error | |
[d76047000] exiting daemon | |
---------------------------------------------------------------------- | |
FAIL: docker_cli_network_unix_test.go:721: TestDockerNetworkMultipleNetworksUngracefulDaemonRestart.pN59_github_com_docker_docker_integration_cli.DockerNetworkSuite | |
[d72312000] waiting for daemon to start | |
[d72312000] daemon started | |
docker_cli_network_unix_test.go:683: | |
c.Assert(err, checker.IsNil, check.Commentf(out)) | |
... value *exec.ExitError = &exec.ExitError{ProcessState:(*os.ProcessState)(0xc20b03aa40)} ("exit status 1") | |
... Unable to find image 'busybox:latest' locally | |
latest: Pulling from library/busybox | |
583635769552: Pulling fs layer | |
b175bcb79023: Pulling fs layer | |
b175bcb79023: Verifying Checksum | |
b175bcb79023: Download complete | |
583635769552: Verifying Checksum | |
583635769552: Download complete | |
583635769552: Pull complete | |
b175bcb79023: Pull complete | |
Digest: sha256:c1bc9b4bffe665bf014a305cc6cf3bca0e6effeb69d681d7a208ce741dad58e0 | |
Status: Downloaded newer image for busybox:latest | |
93e005be3c152d03c823ef16eddf9e0648c78a48d443bf0ddb6e245e2d64cd78 | |
Error response from daemon: Cannot start container 93e005be3c152d03c823ef16eddf9e0648c78a48d443bf0ddb6e245e2d64cd78: [8] System error: exec format error | |
[d72312000] exiting daemon | |
---------------------------------------------------------------------- | |
PASS: docker_cli_network_unix_test.go:611: TestDockerNetworkOverlayPortMapping.pN59_github_com_docker_docker_integration_cli.DockerNetworkSuite 1.834s | |
PASS: docker_cli_network_unix_test.go:743: TestDockerNetworkRunNetByID.pN59_github_com_docker_docker_integration_cli.DockerNetworkSuite 1.456s | |
PASS: docker_cli_start_volume_driver_unix_test.go:145: TestStartExternalNamedVolumeDriver.pN66_github_com_docker_docker_integration_cli.DockerExternalVolumeSuite 3.093s | |
PASS: docker_cli_start_volume_driver_unix_test.go:242: TestStartExternalNamedVolumeDriverCheckBindLocalVolume.pN66_github_com_docker_docker_integration_cli.DockerExternalVolumeSuite 7.728s | |
PASS: docker_cli_start_volume_driver_unix_test.go:350: TestStartExternalVolumeDriverBindExternalVolume.pN66_github_com_docker_docker_integration_cli.DockerExternalVolumeSuite 1.475s | |
PASS: docker_cli_start_volume_driver_unix_test.go:218: TestStartExternalVolumeDriverDeleteContainer.N66_github_com_docker_docker_integration_cli.DockerExternalVolumeSuite 3.104s | |
PASS: docker_cli_start_volume_driver_unix_test.go:274: TestStartExternalVolumeDriverLookupNotBlocked.pN66_github_com_docker_docker_integration_cli.DockerExternalVolumeSuite 0.309s | |
PASS: docker_cli_start_volume_driver_unix_test.go:310: TestStartExternalVolumeDriverRetryNotImmediatelyExists.pN66_github_com_docker_docker_integration_cli.DockerExternalVolumeSuite 6.294s | |
PASS: docker_cli_start_volume_driver_unix_test.go:197: TestStartExternalVolumeDriverVolumesFrom.N66_github_com_docker_docker_integration_cli.DockerExternalVolumeSuite 4.307s | |
PASS: docker_cli_start_volume_driver_unix_test.go:176: TestStartExternalVolumeUnnamedDriver.pN66_github_com_docker_docker_integration_cli.DockerExternalVolumeSuite 3.174s | |
PASS: docker_cli_pull_test.go:106: TestPullAllTagsFromCentralRegistry.pN59_github_com_docker_docker_integration_cli.DockerHubPullSuite 97.033s | |
PASS: docker_cli_pull_test.go:137: TestPullClientDisconnect.pN59_github_com_docker_docker_integration_cli.DockerHubPullSuite 9.142s | |
PASS: docker_cli_pull_test.go:20: TestPullFromCentralRegistry.pN59_github_com_docker_docker_integration_cli.DockerHubPullSuite 10.350s | |
PASS: docker_cli_pull_test.go:69: TestPullFromCentralRegistryImplicitRefParts.pN59_github_com_docker_docker_integration_cli.DockerHubPullSuite 32.360s | |
PASS: docker_cli_pull_test.go:46: TestPullNonExistingImage.pN59_github_com_docker_docker_integration_cli.DockerHubPullSuite 23.480s | |
PASS: docker_cli_pull_test.go:96: TestPullScratchNotAllowed.pN59_github_com_docker_docker_integration_cli.DockerHubPullSuite 0.210s | |
OOPS: 1003 passed, 16 skipped, 8 FAILED | |
--- FAIL: Test (4540.17s) | |
FAIL | |
exit status 1 | |
FAIL github.com/docker/docker/integration-cli 4540.452s | |
---> Making bundle: .integration-daemon-stop (in bundles/1.9.1/test-integration-cli) | |
+++++ cat bundles/1.9.1/test-integration-cli/docker.pid | |
++++ kill 1392 | |
++++ /etc/init.d/apparmor stop | |
Clearing AppArmor profiles cache:. | |
All profile caches have been cleared, but no profiles have been unloaded. | |
Unloading profiles will leave already running processes permanently | |
unconfined, which can lead to unexpected situations. | |
To set a process to complain mode, use the command line tool | |
'aa-complain'. To really tear down all profiles, run the init script | |
with the 'teardown' option." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment