Skip to content

Instantly share code, notes, and snippets.

@tonistiigi
Created November 20, 2014 16:16
Show Gist options
  • Save tonistiigi/eca1011c7edaf867d62d to your computer and use it in GitHub Desktop.
Save tonistiigi/eca1011c7edaf867d62d to your computer and use it in GitHub Desktop.
win-integration-cli.log
# TESTFLAGS="-v" ./contrib/local-build integration-cli
docker:osx-integration-cli
Waiting daemon to start....
bundles/1.3.1-dev already exists. Removing.
---> Making bundle: binary (in bundles/1.3.1-dev/binary)
Created binary: /c/Users/IEUser/gopath/src/github.com/docker/docker/bundles/1.3.1-dev/binary/docker-1.3.1-dev.exe
---> Making bundle: local-build (in bundles/1.3.1-dev/local-build)
+ go test -v -test.timeout=30m github.com/docker/docker/integration-cli
=== RUN TestContainerApiGetAll
[PASSED]: container REST API - check GET json/all=1
--- PASS: TestContainerApiGetAll (6.34 seconds)
=== RUN TestContainerApiGetExport
[PASSED]: container REST API - check GET containers/export
--- PASS: TestContainerApiGetExport (0.69 seconds)
=== RUN TestContainerApiGetChanges
[PASSED]: container REST API - check GET containers/changes
--- PASS: TestContainerApiGetChanges (0.37 seconds)
=== RUN TestInspectApiContainerResponse
[PASSED]: container json - check keys in container json response
--- PASS: TestInspectApiContainerResponse (0.31 seconds)
=== RUN TestResizeApiResponse
[PASSED]: container resize - when started
--- PASS: TestResizeApiResponse (0.51 seconds)
=== RUN TestResizeApiResponseWhenContainerNotStarted
[PASSED]: container resize - when not started should not resize
--- PASS: TestResizeApiResponseWhenContainerNotStarted (0.42 seconds)
=== RUN TestAttachMultipleAndRestart
[PASSED]: attach - multiple attach
--- PASS: TestAttachMultipleAndRestart (1.51 seconds)
=== RUN TestBuildShCmdJSONEntrypoint
[PASSED]: build - CMD should always contain /bin/sh -c when specified without JSON
--- PASS: TestBuildShCmdJSONEntrypoint (0.73 seconds)
=== RUN TestBuildEnvironmentReplacementUser
[PASSED]: build - user environment replacement
--- PASS: TestBuildEnvironmentReplacementUser (4.05 seconds)
=== RUN TestBuildEnvironmentReplacementVolume
[PASSED]: build - volume environment replacement
--- PASS: TestBuildEnvironmentReplacementVolume (0.16 seconds)
=== RUN TestBuildEnvironmentReplacementExpose
[PASSED]: build - expose environment replacement
--- PASS: TestBuildEnvironmentReplacementExpose (0.17 seconds)
=== RUN TestBuildEnvironmentReplacementWorkdir
[PASSED]: build - workdir environment replacement
--- PASS: TestBuildEnvironmentReplacementWorkdir (0.82 seconds)
=== RUN TestBuildEnvironmentReplacementAddCopy
[PASSED]: build - add/copy environment replacement
--- PASS: TestBuildEnvironmentReplacementAddCopy (0.20 seconds)
=== RUN TestBuildEnvironmentReplacementEnv
[PASSED]: build - env environment replacement
--- PASS: TestBuildEnvironmentReplacementEnv (0.16 seconds)
=== RUN TestBuildHandleEscapes
[PASSED]: build - handle escapes
--- PASS: TestBuildHandleEscapes (0.41 seconds)
=== RUN TestBuildOnBuildLowercase
[PASSED]: build - handle case-insensitive onbuild statement
--- PASS: TestBuildOnBuildLowercase (0.70 seconds)
=== RUN TestBuildEnvEscapes
[PASSED]: build - env should handle \$ properly
--- PASS: TestBuildEnvEscapes (0.89 seconds)
=== RUN TestBuildEnvOverwrite
[PASSED]: build - env should overwrite builder ENV during run
--- PASS: TestBuildEnvOverwrite (0.69 seconds)
=== RUN TestBuildOnBuildForbiddenMaintainerInSourceImage
[PASSED]: build - onbuild forbidden maintainer in source image
--- PASS: TestBuildOnBuildForbiddenMaintainerInSourceImage (0.27 seconds)
=== RUN TestBuildOnBuildForbiddenFromInSourceImage
[PASSED]: build - onbuild forbidden from in source image
--- PASS: TestBuildOnBuildForbiddenFromInSourceImage (0.30 seconds)
=== RUN TestBuildOnBuildForbiddenChainedInSourceImage
[PASSED]: build - onbuild forbidden chained in source image
--- PASS: TestBuildOnBuildForbiddenChainedInSourceImage (0.28 seconds)
=== RUN TestBuildOnBuildCmdEntrypointJSON
[PASSED]: build - onbuild with json entrypoint/cmd
--- PASS: TestBuildOnBuildCmdEntrypointJSON (2.87 seconds)
=== RUN TestBuildOnBuildEntrypointJSON
[PASSED]: build - onbuild with json entrypoint
--- PASS: TestBuildOnBuildEntrypointJSON (1.28 seconds)
=== RUN TestBuildCacheADD
--- SKIP: TestBuildCacheADD (0.00 seconds)
docker_cli_build_test.go:578: skipping: uses local server
=== RUN TestBuildSixtySteps
[PASSED]: build - build an image with sixty build steps
--- PASS: TestBuildSixtySteps (3.12 seconds)
=== RUN TestBuildAddSingleFileToRoot
--- FAIL: TestBuildAddSingleFileToRoot (3.86 seconds)
docker_cli_build_test.go:645: failed to build the image: Sending build context to Docker daemon 3.072 kB
Sending build context to Docker daemon
Step 0 : FROM busybox
---> e72ac664f4f0
Step 1 : RUN echo 'dockerio:x:1001:1001::/bin:/bin/false' >> /etc/passwd
---> Running in 6ce0d418a7a9
---> 492492621dce
Removing intermediate container 6ce0d418a7a9
Step 2 : RUN echo 'dockerio:x:1001:' >> /etc/group
---> Running in ec5fe9bc885d
---> b28588a43114
Removing intermediate container ec5fe9bc885d
Step 3 : RUN touch /exists
---> Running in 709fbe82880e
---> 9ae44ca0160c
Removing intermediate container 709fbe82880e
Step 4 : RUN chown dockerio.dockerio /exists
---> Running in 2877c985aecf
---> 32ea6f706b4d
Removing intermediate container 2877c985aecf
Step 5 : ADD test_file /
---> 58746e22754e
Removing intermediate container ec2d7c12d638
Step 6 : RUN [ $(ls -l /test_file | awk '{print $3":"$4}') = 'root:root' ]
---> Running in 9152803024fd
---> 6e0839e7f179
Removing intermediate container 9152803024fd
Step 7 : RUN [ $(ls -l /test_file | awk '{print $1}') = '-rw-r--r--' ]
---> Running in 3a964c15b3da
time="2014-11-20T07:32:38-08:00" level="info" msg="The command [/bin/sh -c [ $(ls -l /test_file | awk '{print $1}') = '-rw-r--r--' ]] returned a non-zero code: 1"
=== RUN TestBuildAddSingleFileToWorkdir
[PASSED]: build - add single file to workdir
--- PASS: TestBuildAddSingleFileToWorkdir (0.35 seconds)
=== RUN TestBuildAddSingleFileToExistDir
[PASSED]: build - add single file to existing dir
--- PASS: TestBuildAddSingleFileToExistDir (3.68 seconds)
=== RUN TestBuildCopyAddMultipleFiles
[PASSED]: build - mulitple file copy/add tests
--- PASS: TestBuildCopyAddMultipleFiles (7.78 seconds)
=== RUN TestBuildAddMultipleFilesToFile
[PASSED]: build - multiple add files to file
--- PASS: TestBuildAddMultipleFilesToFile (0.08 seconds)
=== RUN TestBuildAddMultipleFilesToFileWild
[PASSED]: build - multiple add files to file wild
--- PASS: TestBuildAddMultipleFilesToFileWild (0.07 seconds)
=== RUN TestBuildCopyMultipleFilesToFile
[PASSED]: build - multiple copy files to file
--- PASS: TestBuildCopyMultipleFilesToFile (0.07 seconds)
=== RUN TestBuildCopyWildcard
--- SKIP: TestBuildCopyWildcard (0.00 seconds)
docker_cli_build_test.go:811: skipping: uses local server
=== RUN TestBuildCopyWildcardNoFind
[PASSED]: build - copy wild card no find
--- PASS: TestBuildCopyWildcardNoFind (0.06 seconds)
=== RUN TestBuildCopyWildcardCache
[PASSED]: build - copy wild card cache
--- PASS: TestBuildCopyWildcardCache (0.45 seconds)
=== RUN TestBuildAddSingleFileToNonExistingDir
[PASSED]: build - add single file to non-existing dir
--- PASS: TestBuildAddSingleFileToNonExistingDir (2.11 seconds)
=== RUN TestBuildAddDirContentToRoot
--- FAIL: TestBuildAddDirContentToRoot (1.19 seconds)
docker_cli_build_test.go:963: failed to build the image: Sending build context to Docker daemon 3.584 kB
Sending build context to Docker daemon
Step 0 : FROM busybox
---> e72ac664f4f0
Step 1 : RUN echo 'dockerio:x:1001:1001::/bin:/bin/false' >> /etc/passwd
---> Using cache
---> 492492621dce
Step 2 : RUN echo 'dockerio:x:1001:' >> /etc/group
---> Using cache
---> b28588a43114
Step 3 : RUN touch /exists
---> Using cache
---> 9ae44ca0160c
Step 4 : RUN chown dockerio.dockerio exists
---> Running in 243538704b17
---> 7c5e2cc69f4d
Removing intermediate container 243538704b17
Step 5 : ADD test_dir /
---> 3bacace92dce
Removing intermediate container 2be9aae58531
Step 6 : RUN [ $(ls -l /test_file | awk '{print $3":"$4}') = 'root:root' ]
---> Running in 5da261dbdd5d
ls: /test_file: No such file or directory
sh: root:root: unknown operand
time="2014-11-20T07:32:54-08:00" level="info" msg="The command [/bin/sh -c [ $(ls -l /test_file | awk '{print $3\":\"$4}') = 'root:root' ]] returned a non-zero code: 2"
=== RUN TestBuildAddDirContentToExistingDir
--- FAIL: TestBuildAddDirContentToExistingDir (3.40 seconds)
docker_cli_build_test.go:988: failed to build the image: Sending build context to Docker daemon 3.584 kB
Sending build context to Docker daemon
Step 0 : FROM busybox
---> e72ac664f4f0
Step 1 : RUN echo 'dockerio:x:1001:1001::/bin:/bin/false' >> /etc/passwd
---> Using cache
---> 492492621dce
Step 2 : RUN echo 'dockerio:x:1001:' >> /etc/group
---> Using cache
---> b28588a43114
Step 3 : RUN mkdir /exists
---> Running in 47ce6fd5cca4
---> 28566974a52e
Removing intermediate container 47ce6fd5cca4
Step 4 : RUN touch /exists/exists_file
---> Running in bf3d81048383
---> e5920298b5e6
Removing intermediate container bf3d81048383
Step 5 : RUN chown -R dockerio.dockerio /exists
---> Running in f9881da3a578
---> 3d17beaa3a0a
Removing intermediate container f9881da3a578
Step 6 : ADD test_dir/ /exists/
---> 74d9152921e5
Removing intermediate container 7ea210fa2875
Step 7 : RUN [ $(ls -l / | grep exists | awk '{print $3":"$4}') = 'dockerio:dockerio' ]
---> Running in aa9d88136bcf
---> 11153b3c9847
Removing intermediate container aa9d88136bcf
Step 8 : RUN [ $(ls -l /exists/exists_file | awk '{print $3":"$4}') = 'dockerio:dockerio' ]
---> Running in f23343f4d48c
---> dae210bc1edf
Removing intermediate container f23343f4d48c
Step 9 : RUN [ $(ls -l /exists/test_file | awk '{print $3":"$4}') = 'root:root' ]
---> Running in c17b04493a57
ls: /exists/test_file: No such file or directory
sh: root:root: unknown operand
time="2014-11-20T07:32:57-08:00" level="info" msg="The command [/bin/sh -c [ $(ls -l /exists/test_file | awk '{print $3\":\"$4}') = 'root:root' ]] returned a non-zero code: 2"
=== RUN TestBuildAddWholeDirToRoot
--- FAIL: TestBuildAddWholeDirToRoot (1.66 seconds)
docker_cli_build_test.go:1014: failed to build the image: Sending build context to Docker daemon 4.096 kB
Sending build context to Docker daemon
Step 0 : FROM busybox
---> e72ac664f4f0
Step 1 : RUN echo 'dockerio:x:1001:1001::/bin:/bin/false' >> /etc/passwd
---> Using cache
---> 492492621dce
Step 2 : RUN echo 'dockerio:x:1001:' >> /etc/group
---> Using cache
---> b28588a43114
Step 3 : RUN touch /exists
---> Using cache
---> 9ae44ca0160c
Step 4 : RUN chown dockerio.dockerio exists
---> Using cache
---> 7c5e2cc69f4d
Step 5 : ADD test_dir /test_dir
---> 8d7d00802986
Removing intermediate container 38ad0b3227d5
Step 6 : RUN [ $(ls -l / | grep test_dir | awk '{print $3":"$4}') = 'root:root' ]
---> Running in d258ecbfbf91
---> 7ea8ce119f29
Removing intermediate container d258ecbfbf91
Step 7 : RUN [ $(ls -l / | grep test_dir | awk '{print $1}') = 'drwxr-xr-x' ]
---> Running in c5db79c76454
---> 970cd3152fb4
Removing intermediate container c5db79c76454
Step 8 : RUN [ $(ls -l /test_dir/test_file | awk '{print $3":"$4}') = 'root:root' ]
---> Running in 31747b683ba8
ls: /test_dir/test_file: No such file or directory
sh: root:root: unknown operand
time="2014-11-20T07:32:59-08:00" level="info" msg="The command [/bin/sh -c [ $(ls -l /test_dir/test_file | awk '{print $3\":\"$4}') = 'root:root' ]] returned a non-zero code: 2"
=== RUN TestBuildAddEtcToRoot
[PASSED]: build - add etc directory to root
--- PASS: TestBuildAddEtcToRoot (0.16 seconds)
=== RUN TestBuildCopySingleFileToRoot
--- FAIL: TestBuildCopySingleFileToRoot (1.14 seconds)
docker_cli_build_test.go:1056: failed to build the image: Sending build context to Docker daemon 3.072 kB
Sending build context to Docker daemon
Step 0 : FROM busybox
---> e72ac664f4f0
Step 1 : RUN echo 'dockerio:x:1001:1001::/bin:/bin/false' >> /etc/passwd
---> Using cache
---> 492492621dce
Step 2 : RUN echo 'dockerio:x:1001:' >> /etc/group
---> Using cache
---> b28588a43114
Step 3 : RUN touch /exists
---> Using cache
---> 9ae44ca0160c
Step 4 : RUN chown dockerio.dockerio /exists
---> Using cache
---> 32ea6f706b4d
Step 5 : COPY test_file /
---> a99b22bd817e
Removing intermediate container 14242ab7888c
Step 6 : RUN [ $(ls -l /test_file | awk '{print $3":"$4}') = 'root:root' ]
---> Running in 88580cc1d4b6
---> 6312599aa311
Removing intermediate container 88580cc1d4b6
Step 7 : RUN [ $(ls -l /test_file | awk '{print $1}') = '-rw-r--r--' ]
---> Running in 72f92f3ecb5a
time="2014-11-20T07:33:00-08:00" level="info" msg="The command [/bin/sh -c [ $(ls -l /test_file | awk '{print $1}') = '-rw-r--r--' ]] returned a non-zero code: 1"
=== RUN TestBuildCopySingleFileToWorkdir
[PASSED]: build - copy single file to workdir
--- PASS: TestBuildCopySingleFileToWorkdir (0.36 seconds)
=== RUN TestBuildCopySingleFileToExistDir
[PASSED]: build - copy single file to existing dir
--- PASS: TestBuildCopySingleFileToExistDir (1.96 seconds)
=== RUN TestBuildCopySingleFileToNonExistDir
[PASSED]: build - copy single file to non-existing dir
--- PASS: TestBuildCopySingleFileToNonExistDir (1.80 seconds)
=== RUN TestBuildCopyDirContentToRoot
--- FAIL: TestBuildCopyDirContentToRoot (0.52 seconds)
docker_cli_build_test.go:1155: failed to build the image: Sending build context to Docker daemon 3.584 kB
Sending build context to Docker daemon
Step 0 : FROM busybox
---> e72ac664f4f0
Step 1 : RUN echo 'dockerio:x:1001:1001::/bin:/bin/false' >> /etc/passwd
---> Using cache
---> 492492621dce
Step 2 : RUN echo 'dockerio:x:1001:' >> /etc/group
---> Using cache
---> b28588a43114
Step 3 : RUN touch /exists
---> Using cache
---> 9ae44ca0160c
Step 4 : RUN chown dockerio.dockerio exists
---> Using cache
---> 7c5e2cc69f4d
Step 5 : COPY test_dir /
---> 4f5d059b22df
Removing intermediate container 33916f204dc2
Step 6 : RUN [ $(ls -l /test_file | awk '{print $3":"$4}') = 'root:root' ]
---> Running in 6628b8712a21
ls: /test_file: No such file or directory
sh: root:root: unknown operand
time="2014-11-20T07:33:05-08:00" level="info" msg="The command [/bin/sh -c [ $(ls -l /test_file | awk '{print $3\":\"$4}') = 'root:root' ]] returned a non-zero code: 2"
=== RUN TestBuildCopyDirContentToExistDir
--- FAIL: TestBuildCopyDirContentToExistDir (1.61 seconds)
docker_cli_build_test.go:1180: failed to build the image: Sending build context to Docker daemon 3.584 kB
Sending build context to Docker daemon
Step 0 : FROM busybox
---> e72ac664f4f0
Step 1 : RUN echo 'dockerio:x:1001:1001::/bin:/bin/false' >> /etc/passwd
---> Using cache
---> 492492621dce
Step 2 : RUN echo 'dockerio:x:1001:' >> /etc/group
---> Using cache
---> b28588a43114
Step 3 : RUN mkdir /exists
---> Using cache
---> 28566974a52e
Step 4 : RUN touch /exists/exists_file
---> Using cache
---> e5920298b5e6
Step 5 : RUN chown -R dockerio.dockerio /exists
---> Using cache
---> 3d17beaa3a0a
Step 6 : COPY test_dir/ /exists/
---> 90b26aa5da2f
Removing intermediate container 63e17fe2d42b
Step 7 : RUN [ $(ls -l / | grep exists | awk '{print $3":"$4}') = 'dockerio:dockerio' ]
---> Running in 374055672dc4
---> bbc0710cf554
Removing intermediate container 374055672dc4
Step 8 : RUN [ $(ls -l /exists/exists_file | awk '{print $3":"$4}') = 'dockerio:dockerio' ]
---> Running in de74223ca6d4
---> 806d311d776d
Removing intermediate container de74223ca6d4
Step 9 : RUN [ $(ls -l /exists/test_file | awk '{print $3":"$4}') = 'root:root' ]
---> Running in 3f039979d63e
ls: /exists/test_file: No such file or directory
sh: root:root: unknown operand
time="2014-11-20T07:33:06-08:00" level="info" msg="The command [/bin/sh -c [ $(ls -l /exists/test_file | awk '{print $3\":\"$4}') = 'root:root' ]] returned a non-zero code: 2"
=== RUN TestBuildCopyWholeDirToRoot
--- FAIL: TestBuildCopyWholeDirToRoot (1.67 seconds)
docker_cli_build_test.go:1206: failed to build the image: Sending build context to Docker daemon 4.096 kB
Sending build context to Docker daemon
Step 0 : FROM busybox
---> e72ac664f4f0
Step 1 : RUN echo 'dockerio:x:1001:1001::/bin:/bin/false' >> /etc/passwd
---> Using cache
---> 492492621dce
Step 2 : RUN echo 'dockerio:x:1001:' >> /etc/group
---> Using cache
---> b28588a43114
Step 3 : RUN touch /exists
---> Using cache
---> 9ae44ca0160c
Step 4 : RUN chown dockerio.dockerio exists
---> Using cache
---> 7c5e2cc69f4d
Step 5 : COPY test_dir /test_dir
---> c9e625140578
Removing intermediate container 0edab72abfcf
Step 6 : RUN [ $(ls -l / | grep test_dir | awk '{print $3":"$4}') = 'root:root' ]
---> Running in 06ab7144c9c3
---> 12afebec9807
Removing intermediate container 06ab7144c9c3
Step 7 : RUN [ $(ls -l / | grep test_dir | awk '{print $1}') = 'drwxr-xr-x' ]
---> Running in 5aaacbc34ea6
---> 245e24f564ab
Removing intermediate container 5aaacbc34ea6
Step 8 : RUN [ $(ls -l /test_dir/test_file | awk '{print $3":"$4}') = 'root:root' ]
---> Running in 1d08ef28779c
ls: /test_dir/test_file: No such file or directory
sh: root:root: unknown operand
time="2014-11-20T07:33:08-08:00" level="info" msg="The command [/bin/sh -c [ $(ls -l /test_dir/test_file | awk '{print $3\":\"$4}') = 'root:root' ]] returned a non-zero code: 2"
=== RUN TestBuildCopyEtcToRoot
[PASSED]: build - copy etc directory to root
--- PASS: TestBuildCopyEtcToRoot (0.15 seconds)
=== RUN TestBuildCopyDisallowRemote
[PASSED]: build - copy - disallow copy from remote
--- PASS: TestBuildCopyDisallowRemote (0.05 seconds)
=== RUN TestBuildWithInaccessibleFilesInContext
--- SKIP: TestBuildWithInaccessibleFilesInContext (0.00 seconds)
docker_cli_build_test.go:1245: skipping: uses root and unprivilegeduser
=== RUN TestBuildForceRm
[PASSED]: build - ensure --force-rm doesn't leave containers behind
--- PASS: TestBuildForceRm (0.29 seconds)
=== RUN TestBuildRm
[PASSED]: build - ensure --rm doesn't leave containers behind and that --rm=true is the default
[PASSED]: build - ensure --rm=false overrides the default
--- PASS: TestBuildRm (1.09 seconds)
=== RUN TestBuildWithVolumes
[PASSED]: build - with volumes
--- PASS: TestBuildWithVolumes (0.34 seconds)
=== RUN TestBuildMaintainer
[PASSED]: build - maintainer
--- PASS: TestBuildMaintainer (0.17 seconds)
=== RUN TestBuildUser
[PASSED]: build - user
--- PASS: TestBuildUser (0.70 seconds)
=== RUN TestBuildRelativeWorkdir
[PASSED]: build - relative workdir
--- PASS: TestBuildRelativeWorkdir (2.38 seconds)
=== RUN TestBuildWorkdirWithEnvVariables
[PASSED]: build - workdir with env variables
--- PASS: TestBuildWorkdirWithEnvVariables (1.02 seconds)
=== RUN TestBuildEnv
[PASSED]: build - env
--- PASS: TestBuildEnv (0.97 seconds)
=== RUN TestBuildContextCleanup
--- SKIP: TestBuildContextCleanup (0.00 seconds)
docker_cli_build_test.go:1654: skipping: accesses host filesystem
=== RUN TestBuildContextCleanupFailedBuild
--- SKIP: TestBuildContextCleanupFailedBuild (0.00 seconds)
docker_cli_build_test.go:1682: skipping: accesses host filesystem
=== RUN TestBuildCmd
[PASSED]: build - cmd
--- PASS: TestBuildCmd (0.16 seconds)
=== RUN TestBuildExpose
[PASSED]: build - expose
--- PASS: TestBuildExpose (0.16 seconds)
=== RUN TestBuildEmptyEntrypointInheritance
[PASSED]: build - empty entrypoint inheritance
--- PASS: TestBuildEmptyEntrypointInheritance (0.37 seconds)
=== RUN TestBuildEmptyEntrypoint
[PASSED]: build - empty entrypoint
--- PASS: TestBuildEmptyEntrypoint (0.32 seconds)
=== RUN TestBuildEntrypoint
[PASSED]: build - entrypoint
--- PASS: TestBuildEntrypoint (0.16 seconds)
=== RUN TestBuildOnBuildLimitedInheritence
[PASSED]: build - onbuild
--- PASS: TestBuildOnBuildLimitedInheritence (1.07 seconds)
=== RUN TestBuildWithCache
[PASSED]: build - with cache
--- PASS: TestBuildWithCache (0.31 seconds)
=== RUN TestBuildWithoutCache
[PASSED]: build - without cache
--- PASS: TestBuildWithoutCache (0.32 seconds)
=== RUN TestBuildADDLocalFileWithCache
[PASSED]: build - add local file with cache
--- PASS: TestBuildADDLocalFileWithCache (0.90 seconds)
=== RUN TestBuildADDMultipleLocalFileWithCache
[PASSED]: build - add multiple local files with cache
--- PASS: TestBuildADDMultipleLocalFileWithCache (0.90 seconds)
=== RUN TestBuildADDLocalFileWithoutCache
[PASSED]: build - add local file without cache
--- PASS: TestBuildADDLocalFileWithoutCache (1.49 seconds)
=== RUN TestBuildCopyDirButNotFile
[PASSED]: build - add current directory but not file
--- PASS: TestBuildCopyDirButNotFile (0.20 seconds)
=== RUN TestBuildADDCurrentDirWithCache
[PASSED]: build - add current directory with cache
--- PASS: TestBuildADDCurrentDirWithCache (1.50 seconds)
=== RUN TestBuildADDCurrentDirWithoutCache
[PASSED]: build - add current directory without cache
--- PASS: TestBuildADDCurrentDirWithoutCache (0.25 seconds)
=== RUN TestBuildADDRemoteFileWithCache
--- SKIP: TestBuildADDRemoteFileWithCache (0.00 seconds)
docker_cli_build_test.go:2172: skipping: uses local server
=== RUN TestBuildADDRemoteFileWithoutCache
--- SKIP: TestBuildADDRemoteFileWithoutCache (0.00 seconds)
docker_cli_build_test.go:2207: skipping: uses local server
=== RUN TestBuildADDRemoteFileMTime
--- SKIP: TestBuildADDRemoteFileMTime (0.00 seconds)
docker_cli_build_test.go:2242: skipping: uses local server
=== RUN TestBuildADDLocalAndRemoteFilesWithCache
--- SKIP: TestBuildADDLocalAndRemoteFilesWithCache (0.00 seconds)
docker_cli_build_test.go:2303: skipping: uses local server
=== RUN TestBuildContextTarGzip
[PASSED]: build - build an image with a context tar, compression: 2
--- PASS: TestBuildContextTarGzip (0.47 seconds)
=== RUN TestBuildContextTarNoCompression
[PASSED]: build - build an image with a context tar, compression: 0
--- PASS: TestBuildContextTarNoCompression (0.46 seconds)
=== RUN TestBuildNoContext
[PASSED]: build - build an image with no context
--- PASS: TestBuildNoContext (0.43 seconds)
=== RUN TestBuildADDLocalAndRemoteFilesWithoutCache
--- SKIP: TestBuildADDLocalAndRemoteFilesWithoutCache (0.00 seconds)
docker_cli_build_test.go:2394: skipping: uses local server
=== RUN TestBuildWithVolumeOwnership
[PASSED]: build - volume ownership
--- PASS: TestBuildWithVolumeOwnership (0.92 seconds)
=== RUN TestBuildEntrypointRunCleanup
[PASSED]: build - cleanup cmd after RUN
--- PASS: TestBuildEntrypointRunCleanup (0.84 seconds)
=== RUN TestBuildForbiddenContextPath
[PASSED]: build - forbidden context path
--- PASS: TestBuildForbiddenContextPath (0.05 seconds)
=== RUN TestBuildADDFileNotFound
[PASSED]: build - add file not found
--- PASS: TestBuildADDFileNotFound (0.05 seconds)
=== RUN TestBuildInheritance
[PASSED]: build - inheritance
--- PASS: TestBuildInheritance (0.28 seconds)
=== RUN TestBuildFails
[PASSED]: build - fails
--- PASS: TestBuildFails (0.56 seconds)
=== RUN TestBuildFailsDockerfileEmpty
[PASSED]: build - fails with empty dockerfile
--- PASS: TestBuildFailsDockerfileEmpty (0.04 seconds)
=== RUN TestBuildOnBuild
[PASSED]: build - onbuild
--- PASS: TestBuildOnBuild (1.09 seconds)
=== RUN TestBuildOnBuildForbiddenChained
[PASSED]: build - onbuild forbidden chained
--- PASS: TestBuildOnBuildForbiddenChained (0.05 seconds)
=== RUN TestBuildOnBuildForbiddenFrom
[PASSED]: build - onbuild forbidden from
--- PASS: TestBuildOnBuildForbiddenFrom (0.04 seconds)
=== RUN TestBuildOnBuildForbiddenMaintainer
[PASSED]: build - onbuild forbidden maintainer
--- PASS: TestBuildOnBuildForbiddenMaintainer (0.04 seconds)
=== RUN TestBuildAddToSymlinkDest
[PASSED]: build - add to symlink destination
--- PASS: TestBuildAddToSymlinkDest (1.71 seconds)
=== RUN TestBuildEscapeWhitespace
[PASSED]: build - validate escaping whitespace
--- PASS: TestBuildEscapeWhitespace (0.30 seconds)
=== RUN TestBuildDockerignore
--- FAIL: TestBuildDockerignore (0.41 seconds)
docker_cli_build_test.go:2757: failed to build the image: Sending build context to Docker daemon 5.632 kB
Sending build context to Docker daemon
Step 0 : FROM busybox
---> e72ac664f4f0
Step 1 : ADD . /bla
---> 8282c7dde117
Removing intermediate container 65dc909346bd
Step 2 : RUN [[ -f /bla/src/x.go ]]
---> Running in 5622fed8ecce
time="2014-11-20T07:33:31-08:00" level="info" msg="The command [/bin/sh -c [[ -f /bla/src/x.go ]]] returned a non-zero code: 1"
=== RUN TestBuildDockerignoreCleanPaths
[PASSED]: build - test .dockerignore with clean paths
--- PASS: TestBuildDockerignoreCleanPaths (0.56 seconds)
=== RUN TestBuildDockerignoringDockerfile
[PASSED]: build - test .dockerignore of Dockerfile
--- PASS: TestBuildDockerignoringDockerfile (0.06 seconds)
=== RUN TestBuildDockerignoringWholeDir
[PASSED]: build - test .dockerignore whole dir with .*
--- PASS: TestBuildDockerignoringWholeDir (1.00 seconds)
=== RUN TestBuildLineBreak
[PASSED]: build - line break with \
--- PASS: TestBuildLineBreak (1.48 seconds)
=== RUN TestBuildEOLInLine
[PASSED]: build - end of line in dockerfile instruction
--- PASS: TestBuildEOLInLine (1.88 seconds)
=== RUN TestBuildCommentsShebangs
[PASSED]: build - comments and shebangs
--- PASS: TestBuildCommentsShebangs (2.41 seconds)
=== RUN TestBuildUsersAndGroups
[PASSED]: build - users and groups
--- PASS: TestBuildUsersAndGroups (10.24 seconds)
=== RUN TestBuildEnvUsage
--- FAIL: TestBuildEnvUsage (2.98 seconds)
docker_cli_build_test.go:2979: failed to build the image: Sending build context to Docker daemon 4.096 kB
Sending build context to Docker daemon
Step 0 : FROM busybox
---> e72ac664f4f0
Step 1 : ENV HOME /root
---> Running in 081685b13cb4
---> 7be1319f61d2
Removing intermediate container 081685b13cb4
Step 2 : ENV PATH $HOME/bin:$PATH
---> Running in 069e0b369629
---> 1abc83aa7a8e
Removing intermediate container 069e0b369629
Step 3 : ENV PATH /tmp:$PATH
---> Running in 3e3f2f396b96
---> 0f3375dee7ff
Removing intermediate container 3e3f2f396b96
Step 4 : RUN [ "$PATH" = "/tmp:$HOME/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ]
---> Running in 2493779d57f2
---> 1dbe86b221d3
Removing intermediate container 2493779d57f2
Step 5 : ENV FOO /foo/baz
---> Running in 6827ee1cd576
---> 6e8420da560b
Removing intermediate container 6827ee1cd576
Step 6 : ENV BAR /bar
---> Running in d9941a187726
---> 533c37f8d930
Removing intermediate container d9941a187726
Step 7 : ENV BAZ $BAR
---> Running in 3f4a3036c861
---> 23ab71732a78
Removing intermediate container 3f4a3036c861
Step 8 : ENV FOOPATH $PATH:$FOO
---> Running in 4f377aba339a
---> 3df3cf76e0b7
Removing intermediate container 4f377aba339a
Step 9 : RUN [ "$BAR" = "$BAZ" ]
---> Running in 1b6288dbd512
---> 2d5e9ad803aa
Removing intermediate container 1b6288dbd512
Step 10 : RUN [ "$FOOPATH" = "$PATH:/foo/baz" ]
---> Running in 08e15f71b752
---> f598a88246e3
Removing intermediate container 08e15f71b752
Step 11 : ENV FROM hello/docker/world
---> Running in 1042f2ecab7f
---> 96220dffc598
Removing intermediate container 1042f2ecab7f
Step 12 : ENV TO /docker/world/hello
---> Running in 5248f8eb4a98
---> a987054d6148
Removing intermediate container 5248f8eb4a98
Step 13 : ADD $FROM $TO
time="2014-11-20T07:33:51-08:00" level="info" msg="hello/docker/world: no such file or directory"
=== RUN TestBuildAddScript
[PASSED]: build - add and run script
--- PASS: TestBuildAddScript (1.55 seconds)
=== RUN TestBuildAddTar
[PASSED]: build - ADD tar
--- PASS: TestBuildAddTar (5.80 seconds)
=== RUN TestBuildFromGIT
--- FAIL: TestBuildFromGIT (0.10 seconds)
docker_cli_build_test.go:3072: error trying to commit to repo: exit status 128 (
*** Please tell me who you are.
Run
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: unable to auto-detect email address (got 'IEUser@IE11Win7.(none)')
)
=== RUN TestBuildCleanupCmdOnEntrypoint
[PASSED]: build - cleanup cmd on ENTRYPOINT
--- PASS: TestBuildCleanupCmdOnEntrypoint (0.40 seconds)
=== RUN TestBuildClearCmd
[PASSED]: build - clearcmd
--- PASS: TestBuildClearCmd (0.24 seconds)
=== RUN TestBuildEmptyCmd
[PASSED]: build - empty cmd
--- PASS: TestBuildEmptyCmd (0.18 seconds)
=== RUN TestBuildOnBuildOutput
[PASSED]: build - onbuild output
--- PASS: TestBuildOnBuildOutput (0.98 seconds)
=== RUN TestBuildInvalidTag
[PASSED]: build - invalid tag
--- PASS: TestBuildInvalidTag (0.04 seconds)
=== RUN TestBuildCmdShDashC
[PASSED]: build - cmd should have sh -c for non-json
--- PASS: TestBuildCmdShDashC (0.36 seconds)
=== RUN TestBuildCmdJSONNoShDashC
[PASSED]: build - cmd should not have /bin/sh -c for json
--- PASS: TestBuildCmdJSONNoShDashC (0.36 seconds)
=== RUN TestBuildIgnoreInvalidInstruction
[PASSED]: build - ignore invalid Dockerfile instruction
--- PASS: TestBuildIgnoreInvalidInstruction (0.11 seconds)
=== RUN TestBuildEntrypointInheritance
[PASSED]: build - clear entrypoint
--- PASS: TestBuildEntrypointInheritance (1.04 seconds)
=== RUN TestBuildEntrypointInheritanceInspect
[PASSED]: build - entrypoint override inheritance properly
--- PASS: TestBuildEntrypointInheritanceInspect (0.85 seconds)
=== RUN TestBuildRunShEntrypoint
[PASSED]: build - entrypoint with /bin/echo running successfully
--- PASS: TestBuildRunShEntrypoint (0.55 seconds)
=== RUN TestBuildExoticShellInterpolation
[PASSED]: build - exotic shell interpolation
--- PASS: TestBuildExoticShellInterpolation (8.58 seconds)
=== RUN TestBuildVerifySingleQuoteFails
[PASSED]: build - verify single quotes fail
--- PASS: TestBuildVerifySingleQuoteFails (0.64 seconds)
=== RUN TestBuildVerboseOut
[PASSED]: build - verbose output from commands
--- PASS: TestBuildVerboseOut (0.77 seconds)
=== RUN TestBuildWithTabs
[PASSED]: build - with tabs
--- PASS: TestBuildWithTabs (0.57 seconds)
=== RUN TestCommitAfterContainerIsDone
[PASSED]: commit - echo foo and commit the image
--- PASS: TestCommitAfterContainerIsDone (0.61 seconds)
=== RUN TestCommitWithoutPause
[PASSED]: commit - echo foo and commit the image with --pause=false
--- PASS: TestCommitWithoutPause (0.62 seconds)
=== RUN TestCommitNewFile
[PASSED]: commit - commit file and read
--- PASS: TestCommitNewFile (1.28 seconds)
=== RUN TestCommitHardlink
[PASSED]: commit - commit hardlinks
--- PASS: TestCommitHardlink (1.06 seconds)
=== RUN TestCommitTTY
[PASSED]: commit - commit tty
--- PASS: TestCommitTTY (0.84 seconds)
=== RUN TestCommitWithHostBindMount
[PASSED]: commit - commit bind mounted file
--- PASS: TestCommitWithHostBindMount (1.45 seconds)
=== RUN TestCpGarbagePath
--- FAIL: TestCpGarbagePath (0.40 seconds)
docker_utils.go:455: "cp 77ec1b9608b794e2549b12aa491146f439ce5b527466ad757c51f92770ba8355:..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\some\\path\\test C:\\Users\\IEUser\\AppData\\Local\\Temp\\docker-integration228901210" failed with errors: time="2014-11-20T07:34:21-08:00" level="fatal" msg="Error response from daemon: Could not find the file ..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\some\\path\\test in container 77ec1b9608b794e2549b12aa491146f439ce5b527466ad757c51f92770ba8355"
, exit status 1
=== RUN TestCpRelativePath
--- FAIL: TestCpRelativePath (0.54 seconds)
docker_utils.go:455: "cp 848d363cac61b2272accf463de0fad17b74e0a334aa89fc5de3eaef20e2b3a1d:some\\path\\test C:\\Users\\IEUser\\AppData\\Local\\Temp\\docker-integration791184625" failed with errors: time="2014-11-20T07:34:21-08:00" level="fatal" msg="Error response from daemon: Could not find the file some\\path\\test in container 848d363cac61b2272accf463de0fad17b74e0a334aa89fc5de3eaef20e2b3a1d"
, exit status 1
=== RUN TestCpAbsolutePath
[PASSED]: cp - absolute paths relative to container's rootfs
--- PASS: TestCpAbsolutePath (0.59 seconds)
=== RUN TestCpAbsoluteSymlink
--- FAIL: TestCpAbsoluteSymlink (0.56 seconds)
docker_utils.go:455: "cp 808a734514be573e421507f5252f6eeef2c9647f963db0ab7ffe1ee077c77ef7:\\container_path C:\\Users\\IEUser\\AppData\\Local\\Temp\\docker-integration837064267" failed with errors: time="2014-11-20T07:34:22-08:00" level="fatal" msg="Error response from daemon: Could not find the file \\container_path in container 808a734514be573e421507f5252f6eeef2c9647f963db0ab7ffe1ee077c77ef7"
, exit status 1
=== RUN TestCpSymlinkComponent
--- FAIL: TestCpSymlinkComponent (0.58 seconds)
docker_utils.go:455: "cp 3c31a31c0d20aec66ff44d8f86bb60850ec402683c7e847193f78efdfee749a7:\\\\container_path\\test C:\\Users\\IEUser\\AppData\\Local\\Temp\\docker-integration252306222" failed with errors: time="2014-11-20T07:34:23-08:00" level="fatal" msg="Error response from daemon: Could not find the file \\\\container_path\\test in container 3c31a31c0d20aec66ff44d8f86bb60850ec402683c7e847193f78efdfee749a7"
, exit status 1
=== RUN TestCpUnprivilegedUser
--- SKIP: TestCpUnprivilegedUser (0.00 seconds)
docker_cli_cp_test.go:353: skipping: uses unprivilegeduser
=== RUN TestCpVolumePath
--- SKIP: TestCpVolumePath (0.00 seconds)
docker_cli_cp_test.go:391: skipping: tests volumes mounted from host
=== RUN TestCreateArgs
[PASSED]: create - args
--- PASS: TestCreateArgs (0.28 seconds)
=== RUN TestCreateHostConfig
[PASSED]: create - hostconfig
--- PASS: TestCreateHostConfig (0.27 seconds)
=== RUN TestCreateEchoStdout
[PASSED]: create - echo test123
--- PASS: TestCreateEchoStdout (0.46 seconds)
=== RUN TestDaemonRestartWithRunningContainersPorts
--- SKIP: TestDaemonRestartWithRunningContainersPorts (0.00 seconds)
docker_cli_daemon_test.go:14: skipping: tests daemon
=== RUN TestDaemonRestartWithVolumesRefs
--- SKIP: TestDaemonRestartWithVolumesRefs (0.00 seconds)
docker_cli_daemon_test.go:61: skipping: tests daemon
=== RUN TestDaemonStartIptablesFalse
--- SKIP: TestDaemonStartIptablesFalse (0.00 seconds)
docker_cli_daemon_test.go:96: skipping: tests daemon
=== RUN TestDaemonStartBridgeWithoutIPAssociation
--- SKIP: TestDaemonStartBridgeWithoutIPAssociation (0.00 seconds)
docker_cli_daemon_test.go:112: skipping: tests daemon
=== RUN TestDaemonIptablesClean
--- SKIP: TestDaemonIptablesClean (0.00 seconds)
docker_cli_daemon_test.go:147: skipping: tests daemon
=== RUN TestDaemonIptablesCreate
--- SKIP: TestDaemonIptablesCreate (0.00 seconds)
docker_cli_daemon_test.go:193: skipping: tests daemon
=== RUN TestDaemonLoggingLevel
--- SKIP: TestDaemonLoggingLevel (0.00 seconds)
docker_cli_daemon_test.go:248: skipping: tests daemon
=== RUN TestDiffFilenameShownInOutput
[PASSED]: diff - check if created file shows up
--- PASS: TestDiffFilenameShownInOutput (0.37 seconds)
=== RUN TestDiffEnsureDockerinitFilesAreIgnored
[PASSED]: diff - check if ignored files show up in diff
--- PASS: TestDiffEnsureDockerinitFilesAreIgnored (12.84 seconds)
=== RUN TestDiffEnsureOnlyKmsgAndPtmx
[PASSED]: diff - ensure that only kmsg and ptmx in diff
--- PASS: TestDiffEnsureOnlyKmsgAndPtmx (0.97 seconds)
=== RUN TestExec
[PASSED]: exec - basic test
--- PASS: TestExec (1.27 seconds)
=== RUN TestExecInteractiveStdinClose
[PASSED]: exec - interactive mode closes stdin after execution
--- PASS: TestExecInteractiveStdinClose (0.87 seconds)
=== RUN TestExecInteractive
[PASSED]: exec - Interactive test
--- PASS: TestExecInteractive (0.79 seconds)
=== RUN TestExecAfterContainerRestart
[PASSED]: exec - exec running container after container restart
--- PASS: TestExecAfterContainerRestart (1.43 seconds)
=== RUN TestExecAfterDaemonRestart
--- SKIP: TestExecAfterDaemonRestart (0.00 seconds)
docker_cli_exec_test.go:160: skipping: tests daemon
=== RUN TestExportContainerAndImportImage
[PASSED]: export - export a container
[PASSED]: import - import an image
--- PASS: TestExportContainerAndImportImage (2.21 seconds)
=== RUN TestBuildHistory
[PASSED]: history - build history
--- PASS: TestBuildHistory (16.29 seconds)
=== RUN TestHistoryExistentImage
[PASSED]: history - history on existent image must not fail
--- PASS: TestHistoryExistentImage (0.03 seconds)
=== RUN TestHistoryNonExistentImage
[PASSED]: history - history on non-existent image must fail
--- PASS: TestHistoryNonExistentImage (0.03 seconds)
=== RUN TestImagesEnsureImageIsListed
[PASSED]: images - busybox should be listed
--- PASS: TestImagesEnsureImageIsListed (0.10 seconds)
=== RUN TestImagesOrderedByCreationDate
[PASSED]: images - ordering by creation date
--- PASS: TestImagesOrderedByCreationDate (2.81 seconds)
=== RUN TestImportDisplay
--- SKIP: TestImportDisplay (0.00 seconds)
docker_cli_import_test.go:12: skipping: uses local server
=== RUN TestInfoEnsureSucceeds
[PASSED]: info - verify that it works
--- PASS: TestInfoEnsureSucceeds (0.05 seconds)
=== RUN TestInspectImage
[PASSED]: inspect - inspect an image
--- PASS: TestInspectImage (0.03 seconds)
=== RUN TestKillContainer
[PASSED]: kill - kill container running sleep 10
--- PASS: TestKillContainer (0.40 seconds)
=== RUN TestKillDifferentUserContainer
[PASSED]: kill - kill container running sleep 10 from a different user
--- PASS: TestKillDifferentUserContainer (0.51 seconds)
=== RUN TestLinksEtcHostsRegularFile
[PASSED]: link - /etc/hosts is a regular file
--- PASS: TestLinksEtcHostsRegularFile (0.38 seconds)
=== RUN TestLinksEtcHostsContentMatch
--- SKIP: TestLinksEtcHostsContentMatch (0.00 seconds)
docker_cli_links_test.go:31: skipping: accesses local filesystem
=== RUN TestLinksPingUnlinkedContainers
[PASSED]: links - ping unlinked container
--- PASS: TestLinksPingUnlinkedContainers (0.46 seconds)
=== RUN TestLinksPingLinkedContainers
[PASSED]: links - ping linked container
--- PASS: TestLinksPingLinkedContainers (1.21 seconds)
=== RUN TestLinksIpTablesRulesWhenLinkAndUnlink
--- SKIP: TestLinksIpTablesRulesWhenLinkAndUnlink (0.00 seconds)
docker_cli_links_test.go:82: skipping: uses host network tools
=== RUN TestLinksInspectLinksStarted
[PASSED]: link - links in started container inspect
--- PASS: TestLinksInspectLinksStarted (1.12 seconds)
=== RUN TestLinksInspectLinksStopped
[PASSED]: link - links in stopped container inspect
--- PASS: TestLinksInspectLinksStopped (1.13 seconds)
=== RUN TestLinksNotStartedParentNotFail
[PASSED]: link - container start not failing on updating stopped parent links
--- PASS: TestLinksNotStartedParentNotFail (0.72 seconds)
=== RUN TestLogsContainerSmallerThanPage
[PASSED]: logs - logs container running echo smaller than page size
--- PASS: TestLogsContainerSmallerThanPage (0.84 seconds)
=== RUN TestLogsContainerBiggerThanPage
[PASSED]: logs - logs container running echo bigger than page size
--- PASS: TestLogsContainerBiggerThanPage (0.38 seconds)
=== RUN TestLogsContainerMuchBiggerThanPage
[PASSED]: logs - logs container running echo much bigger than page size
--- PASS: TestLogsContainerMuchBiggerThanPage (0.60 seconds)
=== RUN TestLogsTimestamps
[PASSED]: logs - logs with timestamps
--- PASS: TestLogsTimestamps (0.47 seconds)
=== RUN TestLogsSeparateStderr
[PASSED]: logs - separate stderr (without pseudo-tty)
--- PASS: TestLogsSeparateStderr (0.60 seconds)
=== RUN TestLogsStderrInStdout
[PASSED]: logs - stderr in stdout (with pseudo-tty)
--- PASS: TestLogsStderrInStdout (0.45 seconds)
=== RUN TestLogsTail
[PASSED]: logs - logs tail
--- PASS: TestLogsTail (0.50 seconds)
=== RUN TestLogsFollowStopped
[PASSED]: logs - logs follow stopped container
--- PASS: TestLogsFollowStopped (0.36 seconds)
=== RUN TestLogsFollowSlowStdoutConsumer
[PASSED]: logs - follow slow consumer
--- PASS: TestLogsFollowSlowStdoutConsumer (11.66 seconds)
=== RUN TestNetworkNat
--- SKIP: TestNetworkNat (0.00 seconds)
docker_cli_nat_test.go:14: Test not running with `make test`. Interface eth0 not found: %s no such network interface
=== RUN TestPortList
[PASSED]: port - test port list
--- PASS: TestPortList (1.60 seconds)
=== RUN TestPsListContainers
[PASSED]: ps - test ps options
--- PASS: TestPsListContainers (1.60 seconds)
=== RUN TestPsListContainersSize
[PASSED]: ps - test ps size
--- PASS: TestPsListContainersSize (0.37 seconds)
=== RUN TestPsListContainersFilterStatus
[PASSED]: ps - test ps filter status
--- PASS: TestPsListContainersFilterStatus (0.65 seconds)
=== RUN TestPsListContainersFilterID
[PASSED]: ps - test ps filter id
--- PASS: TestPsListContainersFilterID (0.93 seconds)
=== RUN TestPsListContainersFilterName
[PASSED]: ps - test ps filter name
--- PASS: TestPsListContainersFilterName (0.80 seconds)
=== RUN TestPsListContainersFilterExited
[PASSED]: ps - test ps filter exited
--- PASS: TestPsListContainersFilterExited (1.70 seconds)
=== RUN TestPullImageFromCentralRegistry
[PASSED]: pull - pull scratch
--- PASS: TestPullImageFromCentralRegistry (2.87 seconds)
=== RUN TestPullNonExistingImage
[PASSED]: pull - pull fooblahblah1234 (non-existing image)
--- PASS: TestPullNonExistingImage (1.26 seconds)
=== RUN TestPushBusyboxImage
--- SKIP: TestPushBusyboxImage (0.00 seconds)
docker_cli_push_test.go:14:
=== RUN TestPushUnprefixedRepo
--- SKIP: TestPushUnprefixedRepo (0.00 seconds)
docker_cli_push_test.go:35:
=== RUN TestRestartStoppedContainer
[PASSED]: restart - echo foobar for stopped container
--- PASS: TestRestartStoppedContainer (0.57 seconds)
=== RUN TestRestartRunningContainer
[PASSED]: restart - echo foobar for running container
--- PASS: TestRestartRunningContainer (3.39 seconds)
=== RUN TestRestartWithVolumes
[PASSED]: restart - does not create a new volume on restart
--- PASS: TestRestartWithVolumes (0.88 seconds)
=== RUN TestRmContainerWithRemovedVolume
--- SKIP: TestRmContainerWithRemovedVolume (0.00 seconds)
docker_cli_rm_test.go:12: skipping: accesses local filesystem
=== RUN TestRmContainerWithVolume
[PASSED]: rm - volume
--- PASS: TestRmContainerWithVolume (0.59 seconds)
=== RUN TestRmRunningContainer
[PASSED]: rm - running container
--- PASS: TestRmRunningContainer (0.37 seconds)
=== RUN TestRmForceRemoveRunningContainer
[PASSED]: rm - running container with --force=true
--- PASS: TestRmForceRemoveRunningContainer (0.41 seconds)
=== RUN TestRmContainerOrphaning
[PASSED]: rm - container orphaning
--- PASS: TestRmContainerOrphaning (0.82 seconds)
=== RUN TestRmInvalidContainer
[PASSED]: rm - delete unknown container
--- PASS: TestRmInvalidContainer (0.02 seconds)
=== RUN TestRmiWithContainerFails
[PASSED]: rmi- container using image while rmi, should not remove image name
--- PASS: TestRmiWithContainerFails (0.35 seconds)
=== RUN TestRmiTag
[PASSED]: rmi - tag,rmi- tagging the same images multiple times then removing tags
--- PASS: TestRmiTag (2.02 seconds)
=== RUN TestRmiTagWithExistingContainers
[PASSED]: rmi - delete tag with existing containers
--- PASS: TestRmiTagWithExistingContainers (0.32 seconds)
=== RUN TestSearchOnCentralRegistry
[PASSED]: search - search for repositories named (or containing) 'Busybox base image.'
--- PASS: TestSearchOnCentralRegistry (3.12 seconds)
=== RUN TestStartAttachReturnsOnError
[PASSED]: start - error on start with attach exits
--- PASS: TestStartAttachReturnsOnError (0.45 seconds)
=== RUN TestStartAttachCorrectExitCode
[PASSED]: start - correct exit code returned with -a
--- PASS: TestStartAttachCorrectExitCode (2.10 seconds)
=== RUN TestStartRecordError
[PASSED]: start - set state error when start fails
--- PASS: TestStartRecordError (1.00 seconds)
=== RUN TestStartVolumesFromFailsCleanly
[PASSED]: start - missing containers in --volumes-from did not affect subsequent runs
--- PASS: TestStartVolumesFromFailsCleanly (0.95 seconds)
=== RUN TestTagUnprefixedRepoByName
[PASSED]: tag - busybox -> testfoobarbaz
--- PASS: TestTagUnprefixedRepoByName (0.10 seconds)
=== RUN TestTagUnprefixedRepoByID
[PASSED]: tag - busybox's image ID -> testfoobarbaz
--- PASS: TestTagUnprefixedRepoByID (0.08 seconds)
=== RUN TestTagInvalidUnprefixedRepo
[PASSED]: tag - busybox invalid repo names --> must fail
--- PASS: TestTagInvalidUnprefixedRepo (0.13 seconds)
=== RUN TestTagInvalidPrefixedRepo
[PASSED]: tag - busybox with invalid repo:tagnames --> must fail
--- PASS: TestTagInvalidPrefixedRepo (0.26 seconds)
=== RUN TestTagValidPrefixedRepo
[PASSED]: tag - busybox fooo/bar
[PASSED]: tag - busybox fooaa/test
[PASSED]: tag - busybox foooo:t
--- PASS: TestTagValidPrefixedRepo (0.22 seconds)
=== RUN TestTagExistedNameWithoutForce
[PASSED]: tag - busybox with an existed tag name without -f option --> must fail
--- PASS: TestTagExistedNameWithoutForce (0.12 seconds)
=== RUN TestTagExistedNameWithForce
[PASSED]: tag - busybox with an existed tag name with -f option work
--- PASS: TestTagExistedNameWithForce (0.13 seconds)
=== RUN TestTopMultipleArgs
[PASSED]: top - multiple arguments
--- PASS: TestTopMultipleArgs (0.31 seconds)
=== RUN TestTopNonPrivileged
[PASSED]: top - sleep process should be listed in non privileged mode
--- PASS: TestTopNonPrivileged (0.51 seconds)
=== RUN TestTopPrivileged
[PASSED]: top - sleep process should be listed in privileged mode
--- PASS: TestTopPrivileged (0.54 seconds)
=== RUN TestVersionEnsureSucceeds
[PASSED]: version - verify that it works and that the output is properly formatted
--- PASS: TestVersionEnsureSucceeds (0.02 seconds)
FAIL
coverage: 42.0% of statements
exit status 1
FAIL github.com/docker/docker/integration-cli 230.956s
Stopping the daemon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment