Skip to content
Success

Console Output

Skipping 1,891 KB.. Full Log
21:02:59 [2019-09-24T21:02:59.617Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
21:03:01 [2019-09-24T21:03:01.664Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
21:03:03 [2019-09-24T21:03:03.697Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
21:03:03 [2019-09-24T21:03:03.697Z] Using test binary docker
21:03:03 [2019-09-24T21:03:03.697Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
21:03:03 [2019-09-24T21:03:03.697Z] +++ /etc/init.d/apparmor start
21:03:03 [2019-09-24T21:03:03.697Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
21:03:03 [2019-09-24T21:03:03.697Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
21:03:03 [2019-09-24T21:03:03.697Z] Warning failed to create cache: (null)
21:03:03 [2019-09-24T21:03:03.697Z] .
21:03:03 [2019-09-24T21:03:03.697Z] INFO: Waiting for daemon to start...
21:03:03 [2019-09-24T21:03:03.697Z] Starting dockerd
21:03:03 [2019-09-24T21:03:03.697Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
21:03:05 [2019-09-24T21:03:05.716Z] .
21:03:05 [2019-09-24T21:03:05.716Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
21:03:05 [2019-09-24T21:03:05.716Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
21:03:05 [2019-09-24T21:03:05.716Z] Error: No such image: emptyfs
21:03:05 [2019-09-24T21:03:05.716Z] ++++ tar -cC bundles/test-integration/emptyfs .
21:03:05 [2019-09-24T21:03:05.716Z] ++++ docker load
21:03:05 [2019-09-24T21:03:05.716Z] Running integration-test (iteration 1)
21:03:05 [2019-09-24T21:03:05.716Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m 
21:03:05 [2019-09-24T21:03:05.716Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m
21:03:05 [2019-09-24T21:03:05.716Z] ++ set -e
21:03:05 [2019-09-24T21:03:05.716Z] ++ '[' -n 0 ']'
21:03:05 [2019-09-24T21:03:05.716Z] ++ set -x
21:03:05 [2019-09-24T21:03:05.716Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m
21:03:20 [2019-09-24T21:03:20.975Z] Loaded image: buildpack-deps:jessie
21:03:20 [2019-09-24T21:03:20.975Z] Loaded image: busybox:latest
21:03:20 [2019-09-24T21:03:20.975Z] Loaded image: busybox:glibc
21:03:20 [2019-09-24T21:03:20.975Z] Loaded image: debian:jessie
21:03:20 [2019-09-24T21:03:20.975Z] Loaded image: hello-world:latest
21:03:20 [2019-09-24T21:03:20.975Z] INFO: Testing against a local daemon
21:03:20 [2019-09-24T21:03:20.975Z] === RUN   TestCgroupNamespacesBuild
21:03:21 [2019-09-24T21:03:21.986Z] --- PASS: TestCgroupNamespacesBuild (1.68s)
21:03:21 [2019-09-24T21:03:21.986Z]     build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild"
21:03:21 [2019-09-24T21:03:21.986Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
21:03:24 [2019-09-24T21:03:24.029Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.61s)
21:03:24 [2019-09-24T21:03:24.029Z]     build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode"
21:03:24 [2019-09-24T21:03:24.029Z] === RUN   TestBuildWithSession
21:03:26 [2019-09-24T21:03:26.055Z] --- PASS: TestBuildWithSession (2.16s)
21:03:26 [2019-09-24T21:03:26.055Z] === RUN   TestBuildSquashParent
21:03:31 [2019-09-24T21:03:31.562Z] --- PASS: TestBuildSquashParent (5.68s)
21:03:31 [2019-09-24T21:03:31.562Z] === RUN   TestBuildWithRemoveAndForceRemove
21:03:31 [2019-09-24T21:03:31.562Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
21:03:31 [2019-09-24T21:03:31.562Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
21:03:31 [2019-09-24T21:03:31.562Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
21:03:31 [2019-09-24T21:03:31.562Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
21:03:31 [2019-09-24T21:03:31.562Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
21:03:31 [2019-09-24T21:03:31.562Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
21:03:31 [2019-09-24T21:03:31.562Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
21:03:31 [2019-09-24T21:03:31.562Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
21:03:31 [2019-09-24T21:03:31.562Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
21:03:31 [2019-09-24T21:03:31.562Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
21:03:31 [2019-09-24T21:03:31.562Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
21:03:31 [2019-09-24T21:03:31.562Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
21:03:31 [2019-09-24T21:03:31.562Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
21:03:31 [2019-09-24T21:03:31.562Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
21:03:31 [2019-09-24T21:03:31.562Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
21:03:31 [2019-09-24T21:03:31.562Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
21:03:35 [2019-09-24T21:03:35.044Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
21:03:35 [2019-09-24T21:03:35.044Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
21:03:37 [2019-09-24T21:03:37.090Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s)
21:03:37 [2019-09-24T21:03:37.090Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.11s)
21:03:37 [2019-09-24T21:03:37.090Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.46s)
21:03:37 [2019-09-24T21:03:37.090Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.46s)
21:03:37 [2019-09-24T21:03:37.090Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.47s)
21:03:37 [2019-09-24T21:03:37.090Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.44s)
21:03:37 [2019-09-24T21:03:37.090Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.15s)
21:03:37 [2019-09-24T21:03:37.090Z] === RUN   TestBuildMultiStageCopy
21:03:37 [2019-09-24T21:03:37.090Z] === RUN   TestBuildMultiStageCopy/copy_to_root
21:03:39 [2019-09-24T21:03:39.118Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
21:03:39 [2019-09-24T21:03:39.407Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
21:03:40 [2019-09-24T21:03:40.029Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
21:03:40 [2019-09-24T21:03:40.311Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
21:03:40 [2019-09-24T21:03:40.594Z] --- PASS: TestBuildMultiStageCopy (3.47s)
21:03:40 [2019-09-24T21:03:40.594Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.93s)
21:03:40 [2019-09-24T21:03:40.594Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.38s)
21:03:40 [2019-09-24T21:03:40.594Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.37s)
21:03:40 [2019-09-24T21:03:40.594Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.37s)
21:03:40 [2019-09-24T21:03:40.594Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.42s)
21:03:40 [2019-09-24T21:03:40.594Z] === RUN   TestBuildMultiStageParentConfig
21:03:41 [2019-09-24T21:03:41.603Z] --- PASS: TestBuildMultiStageParentConfig (0.95s)
21:03:41 [2019-09-24T21:03:41.603Z] === RUN   TestBuildLabelWithTargets
21:03:43 [2019-09-24T21:03:43.074Z] --- PASS: TestBuildLabelWithTargets (1.52s)
21:03:43 [2019-09-24T21:03:43.074Z] === RUN   TestBuildWithEmptyLayers
21:03:44 [2019-09-24T21:03:44.083Z] --- PASS: TestBuildWithEmptyLayers (0.75s)
21:03:44 [2019-09-24T21:03:44.083Z] === RUN   TestBuildMultiStageOnBuild
21:03:46 [2019-09-24T21:03:46.119Z] --- PASS: TestBuildMultiStageOnBuild (2.23s)
21:03:46 [2019-09-24T21:03:46.120Z] === RUN   TestBuildUncleanTarFilenames
21:03:47 [2019-09-24T21:03:47.131Z] --- PASS: TestBuildUncleanTarFilenames (1.12s)
21:03:47 [2019-09-24T21:03:47.131Z] === RUN   TestBuildMultiStageLayerLeak
21:03:49 [2019-09-24T21:03:49.807Z] --- PASS: TestBuildMultiStageLayerLeak (2.33s)
21:03:49 [2019-09-24T21:03:49.807Z] === RUN   TestBuildWithHugeFile
21:05:26 [2019-09-24T21:05:26.858Z] --- PASS: TestBuildWithHugeFile (85.89s)
21:05:26 [2019-09-24T21:05:26.858Z] === RUN   TestBuildWithEmptyDockerfile
21:05:26 [2019-09-24T21:05:26.858Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
21:05:26 [2019-09-24T21:05:26.858Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
21:05:26 [2019-09-24T21:05:26.858Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
21:05:26 [2019-09-24T21:05:26.858Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
21:05:26 [2019-09-24T21:05:26.858Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
21:05:26 [2019-09-24T21:05:26.858Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
21:05:26 [2019-09-24T21:05:26.858Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
21:05:26 [2019-09-24T21:05:26.858Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
21:05:26 [2019-09-24T21:05:26.858Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
21:05:26 [2019-09-24T21:05:26.858Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s)
21:05:26 [2019-09-24T21:05:26.858Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.28s)
21:05:26 [2019-09-24T21:05:26.858Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.28s)
21:05:26 [2019-09-24T21:05:26.858Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.28s)
21:05:26 [2019-09-24T21:05:26.858Z] === RUN   TestBuildPreserveOwnership
21:05:26 [2019-09-24T21:05:26.858Z] === RUN   TestBuildPreserveOwnership/copy_from
21:05:26 [2019-09-24T21:05:26.858Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
21:05:26 [2019-09-24T21:05:26.858Z] --- PASS: TestBuildPreserveOwnership (4.78s)
21:05:26 [2019-09-24T21:05:26.858Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.13s)
21:05:26 [2019-09-24T21:05:26.858Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.63s)
21:05:26 [2019-09-24T21:05:26.858Z] === RUN   TestBuildPlatformInvalid
21:05:26 [2019-09-24T21:05:26.858Z] --- PASS: TestBuildPlatformInvalid (0.16s)
21:05:26 [2019-09-24T21:05:26.858Z] PASS
21:05:26 [2019-09-24T21:05:26.858Z] 
21:05:26 [2019-09-24T21:05:26.858Z] DONE 32 tests in 134.886s
21:05:26 [2019-09-24T21:05:26.858Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m 
21:05:26 [2019-09-24T21:05:26.858Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m
21:05:26 [2019-09-24T21:05:26.858Z] ++ set -e
21:05:26 [2019-09-24T21:05:26.858Z] ++ '[' -n 0 ']'
21:05:26 [2019-09-24T21:05:26.858Z] ++ set -x
21:05:26 [2019-09-24T21:05:26.858Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m
21:05:26 [2019-09-24T21:05:26.858Z] INFO: Testing against a local daemon
21:05:26 [2019-09-24T21:05:26.858Z] === RUN   TestConfigList
21:05:26 [2019-09-24T21:05:26.858Z] --- PASS: TestConfigList (2.21s)
21:05:26 [2019-09-24T21:05:26.858Z]     config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList"
21:05:26 [2019-09-24T21:05:26.858Z] === RUN   TestConfigsCreateAndDelete
21:05:26 [2019-09-24T21:05:26.858Z] --- PASS: TestConfigsCreateAndDelete (2.21s)
21:05:26 [2019-09-24T21:05:26.858Z]     config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete"
21:05:26 [2019-09-24T21:05:26.858Z] === RUN   TestConfigsUpdate
21:05:27 [2019-09-24T21:05:27.475Z] --- PASS: TestConfigsUpdate (2.21s)
21:05:27 [2019-09-24T21:05:27.476Z]     config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate"
21:05:27 [2019-09-24T21:05:27.476Z] === RUN   TestTemplatedConfig
21:05:30 [2019-09-24T21:05:30.168Z] --- PASS: TestTemplatedConfig (2.83s)
21:05:30 [2019-09-24T21:05:30.168Z]     config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig"
21:05:30 [2019-09-24T21:05:30.168Z] === RUN   TestConfigInspect
21:05:32 [2019-09-24T21:05:32.850Z] --- PASS: TestConfigInspect (2.13s)
21:05:32 [2019-09-24T21:05:32.850Z]     config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect"
21:05:32 [2019-09-24T21:05:32.850Z] === RUN   TestConfigCreateWithLabels
21:05:34 [2019-09-24T21:05:34.876Z] --- PASS: TestConfigCreateWithLabels (2.19s)
21:05:34 [2019-09-24T21:05:34.876Z]     config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels"
21:05:34 [2019-09-24T21:05:34.876Z] === RUN   TestConfigCreateResolve
21:05:36 [2019-09-24T21:05:36.910Z] --- PASS: TestConfigCreateResolve (2.15s)
21:05:36 [2019-09-24T21:05:36.910Z]     config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve"
21:05:36 [2019-09-24T21:05:36.910Z] === RUN   TestConfigDaemonLibtrustID
21:05:37 [2019-09-24T21:05:37.202Z] --- PASS: TestConfigDaemonLibtrustID (0.57s)
21:05:37 [2019-09-24T21:05:37.202Z]     config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID"
21:05:37 [2019-09-24T21:05:37.202Z] PASS
21:05:37 [2019-09-24T21:05:37.202Z] 
21:05:37 [2019-09-24T21:05:37.202Z] DONE 8 tests in 16.596s
21:05:37 [2019-09-24T21:05:37.202Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m 
21:05:37 [2019-09-24T21:05:37.202Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m
21:05:37 [2019-09-24T21:05:37.202Z] ++ set -e
21:05:37 [2019-09-24T21:05:37.202Z] ++ '[' -n 0 ']'
21:05:37 [2019-09-24T21:05:37.202Z] ++ set -x
21:05:37 [2019-09-24T21:05:37.202Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m
21:05:37 [2019-09-24T21:05:37.485Z] INFO: Testing against a local daemon
21:05:37 [2019-09-24T21:05:37.485Z] === RUN   TestCheckpoint
21:05:37 [2019-09-24T21:05:37.485Z] --- SKIP: TestCheckpoint (0.00s)
21:05:37 [2019-09-24T21:05:37.485Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
21:05:37 [2019-09-24T21:05:37.485Z] === RUN   TestContainerInvalidJSON
21:05:37 [2019-09-24T21:05:37.485Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
21:05:37 [2019-09-24T21:05:37.485Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
21:05:37 [2019-09-24T21:05:37.485Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
21:05:37 [2019-09-24T21:05:37.485Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
21:05:37 [2019-09-24T21:05:37.485Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
21:05:37 [2019-09-24T21:05:37.485Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
21:05:37 [2019-09-24T21:05:37.485Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
21:05:37 [2019-09-24T21:05:37.485Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
21:05:37 [2019-09-24T21:05:37.485Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
21:05:37 [2019-09-24T21:05:37.485Z] --- PASS: TestContainerInvalidJSON (0.02s)
21:05:37 [2019-09-24T21:05:37.485Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
21:05:37 [2019-09-24T21:05:37.485Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
21:05:37 [2019-09-24T21:05:37.485Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
21:05:37 [2019-09-24T21:05:37.485Z] === RUN   TestCopyFromContainerPathDoesNotExist
21:05:37 [2019-09-24T21:05:37.485Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s)
21:05:37 [2019-09-24T21:05:37.485Z] === RUN   TestCopyFromContainerPathIsNotDir
21:05:37 [2019-09-24T21:05:37.767Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s)
21:05:37 [2019-09-24T21:05:37.767Z] === RUN   TestCopyToContainerPathDoesNotExist
21:05:37 [2019-09-24T21:05:37.767Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s)
21:05:37 [2019-09-24T21:05:37.767Z] === RUN   TestCopyToContainerPathIsNotDir
21:05:37 [2019-09-24T21:05:37.767Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s)
21:05:37 [2019-09-24T21:05:37.767Z] === RUN   TestCopyFromContainer
21:05:39 [2019-09-24T21:05:39.245Z] === RUN   TestCopyFromContainer//
21:05:39 [2019-09-24T21:05:39.530Z] === RUN   TestCopyFromContainer//bar/root
21:05:39 [2019-09-24T21:05:39.530Z] === RUN   TestCopyFromContainer//bar/root/
21:05:39 [2019-09-24T21:05:39.530Z] === RUN   TestCopyFromContainer/bar/quux
21:05:39 [2019-09-24T21:05:39.817Z] === RUN   TestCopyFromContainer/bar/quux/
21:05:39 [2019-09-24T21:05:39.817Z] === RUN   TestCopyFromContainer/bar/quux/baz
21:05:39 [2019-09-24T21:05:39.817Z] === RUN   TestCopyFromContainer/bar/filesymlink
21:05:40 [2019-09-24T21:05:40.103Z] === RUN   TestCopyFromContainer/bar/dirsymlink
21:05:40 [2019-09-24T21:05:40.103Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
21:05:40 [2019-09-24T21:05:40.103Z] === RUN   TestCopyFromContainer/bar/notarget
21:05:40 [2019-09-24T21:05:40.387Z] --- PASS: TestCopyFromContainer (2.50s)
21:05:40 [2019-09-24T21:05:40.387Z]     --- PASS: TestCopyFromContainer// (0.09s)
21:05:40 [2019-09-24T21:05:40.387Z]     --- PASS: TestCopyFromContainer//bar/root (0.11s)
21:05:40 [2019-09-24T21:05:40.387Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.09s)
21:05:40 [2019-09-24T21:05:40.387Z]     --- PASS: TestCopyFromContainer/bar/quux (0.11s)
21:05:40 [2019-09-24T21:05:40.387Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.09s)
21:05:40 [2019-09-24T21:05:40.387Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s)
21:05:40 [2019-09-24T21:05:40.387Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s)
21:05:40 [2019-09-24T21:05:40.387Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s)
21:05:40 [2019-09-24T21:05:40.387Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s)
21:05:40 [2019-09-24T21:05:40.387Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.10s)
21:05:40 [2019-09-24T21:05:40.387Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
21:05:40 [2019-09-24T21:05:40.387Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
21:05:40 [2019-09-24T21:05:40.387Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
21:05:40 [2019-09-24T21:05:40.387Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
21:05:40 [2019-09-24T21:05:40.387Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
21:05:40 [2019-09-24T21:05:40.387Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
21:05:40 [2019-09-24T21:05:40.387Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
21:05:40 [2019-09-24T21:05:40.387Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
21:05:40 [2019-09-24T21:05:40.387Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
21:05:40 [2019-09-24T21:05:40.387Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
21:05:40 [2019-09-24T21:05:40.387Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
21:05:40 [2019-09-24T21:05:40.387Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
21:05:40 [2019-09-24T21:05:40.387Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
21:05:40 [2019-09-24T21:05:40.387Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
21:05:40 [2019-09-24T21:05:40.387Z] === RUN   TestCreateLinkToNonExistingContainer
21:05:40 [2019-09-24T21:05:40.387Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
21:05:40 [2019-09-24T21:05:40.387Z] === RUN   TestCreateWithInvalidEnv
21:05:40 [2019-09-24T21:05:40.387Z] === RUN   TestCreateWithInvalidEnv/0
21:05:40 [2019-09-24T21:05:40.387Z] === PAUSE TestCreateWithInvalidEnv/0
21:05:40 [2019-09-24T21:05:40.387Z] === RUN   TestCreateWithInvalidEnv/1
21:05:40 [2019-09-24T21:05:40.387Z] === PAUSE TestCreateWithInvalidEnv/1
21:05:40 [2019-09-24T21:05:40.387Z] === RUN   TestCreateWithInvalidEnv/2
21:05:40 [2019-09-24T21:05:40.387Z] === PAUSE TestCreateWithInvalidEnv/2
21:05:40 [2019-09-24T21:05:40.387Z] === CONT  TestCreateWithInvalidEnv/0
21:05:40 [2019-09-24T21:05:40.387Z] === CONT  TestCreateWithInvalidEnv/2
21:05:40 [2019-09-24T21:05:40.387Z] === CONT  TestCreateWithInvalidEnv/1
21:05:40 [2019-09-24T21:05:40.387Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
21:05:40 [2019-09-24T21:05:40.387Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
21:05:40 [2019-09-24T21:05:40.387Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
21:05:40 [2019-09-24T21:05:40.387Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
21:05:40 [2019-09-24T21:05:40.387Z] === RUN   TestCreateTmpfsMountsTarget
21:05:40 [2019-09-24T21:05:40.387Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
21:05:40 [2019-09-24T21:05:40.387Z] === RUN   TestCreateWithCustomMaskedPaths
21:05:42 [2019-09-24T21:05:42.420Z] --- PASS: TestCreateWithCustomMaskedPaths (1.97s)
21:05:42 [2019-09-24T21:05:42.420Z] === RUN   TestCreateWithCapabilities
21:05:42 [2019-09-24T21:05:42.420Z] === RUN   TestCreateWithCapabilities/no_capabilities
21:05:42 [2019-09-24T21:05:42.420Z] === PAUSE TestCreateWithCapabilities/no_capabilities
21:05:42 [2019-09-24T21:05:42.420Z] === RUN   TestCreateWithCapabilities/empty_capabilities
21:05:42 [2019-09-24T21:05:42.420Z] === PAUSE TestCreateWithCapabilities/empty_capabilities
21:05:42 [2019-09-24T21:05:42.420Z] === RUN   TestCreateWithCapabilities/valid_capabilities
21:05:42 [2019-09-24T21:05:42.420Z] === PAUSE TestCreateWithCapabilities/valid_capabilities
21:05:42 [2019-09-24T21:05:42.420Z] === RUN   TestCreateWithCapabilities/invalid_capabilities
21:05:42 [2019-09-24T21:05:42.420Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities
21:05:42 [2019-09-24T21:05:42.420Z] === RUN   TestCreateWithCapabilities/duplicate_capabilities
21:05:42 [2019-09-24T21:05:42.420Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities
21:05:42 [2019-09-24T21:05:42.420Z] === RUN   TestCreateWithCapabilities/capabilities_API_v1.39
21:05:42 [2019-09-24T21:05:42.420Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39
21:05:42 [2019-09-24T21:05:42.420Z] === RUN   TestCreateWithCapabilities/empty_capadd
21:05:42 [2019-09-24T21:05:42.420Z] === PAUSE TestCreateWithCapabilities/empty_capadd
21:05:42 [2019-09-24T21:05:42.420Z] === RUN   TestCreateWithCapabilities/empty_capdrop
21:05:42 [2019-09-24T21:05:42.420Z] === PAUSE TestCreateWithCapabilities/empty_capdrop
21:05:42 [2019-09-24T21:05:42.420Z] === RUN   TestCreateWithCapabilities/capadd_capdrop
21:05:42 [2019-09-24T21:05:42.420Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop
21:05:42 [2019-09-24T21:05:42.420Z] === RUN   TestCreateWithCapabilities/conflict_with_capadd
21:05:42 [2019-09-24T21:05:42.420Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd
21:05:42 [2019-09-24T21:05:42.420Z] === RUN   TestCreateWithCapabilities/conflict_with_capdrop
21:05:42 [2019-09-24T21:05:42.420Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop
21:05:42 [2019-09-24T21:05:42.420Z] === CONT  TestCreateWithCapabilities/no_capabilities
21:05:42 [2019-09-24T21:05:42.420Z] === CONT  TestCreateWithCapabilities/empty_capdrop
21:05:42 [2019-09-24T21:05:42.420Z] === CONT  TestCreateWithCapabilities/empty_capadd
21:05:42 [2019-09-24T21:05:42.420Z] === CONT  TestCreateWithCapabilities/conflict_with_capdrop
21:05:42 [2019-09-24T21:05:42.420Z] === CONT  TestCreateWithCapabilities/capadd_capdrop
21:05:42 [2019-09-24T21:05:42.420Z] === CONT  TestCreateWithCapabilities/conflict_with_capadd
21:05:42 [2019-09-24T21:05:42.420Z] === CONT  TestCreateWithCapabilities/invalid_capabilities
21:05:42 [2019-09-24T21:05:42.420Z] === CONT  TestCreateWithCapabilities/capabilities_API_v1.39
21:05:42 [2019-09-24T21:05:42.420Z] === CONT  TestCreateWithCapabilities/duplicate_capabilities
21:05:42 [2019-09-24T21:05:42.420Z] === CONT  TestCreateWithCapabilities/valid_capabilities
21:05:42 [2019-09-24T21:05:42.420Z] === CONT  TestCreateWithCapabilities/empty_capabilities
21:05:42 [2019-09-24T21:05:42.703Z] --- PASS: TestCreateWithCapabilities (0.04s)
21:05:42 [2019-09-24T21:05:42.703Z]     --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s)
21:05:42 [2019-09-24T21:05:42.703Z]     --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s)
21:05:42 [2019-09-24T21:05:42.703Z]     --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s)
21:05:42 [2019-09-24T21:05:42.703Z]     --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s)
21:05:42 [2019-09-24T21:05:42.703Z]     --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s)
21:05:42 [2019-09-24T21:05:42.703Z]     --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s)
21:05:42 [2019-09-24T21:05:42.703Z]     --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s)
21:05:42 [2019-09-24T21:05:42.703Z]     --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s)
21:05:42 [2019-09-24T21:05:42.703Z]     --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s)
21:05:42 [2019-09-24T21:05:42.703Z]     --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s)
21:05:42 [2019-09-24T21:05:42.703Z]     --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s)
21:05:42 [2019-09-24T21:05:42.703Z] === RUN   TestCreateWithCustomReadonlyPaths
21:05:44 [2019-09-24T21:05:44.743Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.94s)
21:05:44 [2019-09-24T21:05:44.743Z] === RUN   TestCreateWithInvalidHealthcheckParams
21:05:44 [2019-09-24T21:05:44.743Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
21:05:44 [2019-09-24T21:05:44.743Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
21:05:44 [2019-09-24T21:05:44.743Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
21:05:44 [2019-09-24T21:05:44.743Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
21:05:44 [2019-09-24T21:05:44.743Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
21:05:44 [2019-09-24T21:05:44.743Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
21:05:44 [2019-09-24T21:05:44.743Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
21:05:44 [2019-09-24T21:05:44.743Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
21:05:44 [2019-09-24T21:05:44.743Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
21:05:44 [2019-09-24T21:05:44.743Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
21:05:44 [2019-09-24T21:05:44.743Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
21:05:44 [2019-09-24T21:05:44.743Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
21:05:44 [2019-09-24T21:05:44.743Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
21:05:44 [2019-09-24T21:05:44.743Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
21:05:44 [2019-09-24T21:05:44.743Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
21:05:44 [2019-09-24T21:05:44.743Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s)
21:05:44 [2019-09-24T21:05:44.743Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
21:05:44 [2019-09-24T21:05:44.743Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s)
21:05:44 [2019-09-24T21:05:44.743Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s)
21:05:44 [2019-09-24T21:05:44.743Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s)
21:05:44 [2019-09-24T21:05:44.743Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
21:05:44 [2019-09-24T21:05:44.743Z] === RUN   TestContainerStartOnDaemonRestart
21:05:44 [2019-09-24T21:05:44.743Z] === PAUSE TestContainerStartOnDaemonRestart
21:05:44 [2019-09-24T21:05:44.743Z] === RUN   TestDaemonRestartIpcMode
21:05:44 [2019-09-24T21:05:44.743Z] === PAUSE TestDaemonRestartIpcMode
21:05:44 [2019-09-24T21:05:44.743Z] === RUN   TestDiff
21:05:45 [2019-09-24T21:05:45.365Z] --- PASS: TestDiff (0.69s)
21:05:45 [2019-09-24T21:05:45.365Z] === RUN   TestExecWithCloseStdin
21:05:46 [2019-09-24T21:05:46.376Z] --- PASS: TestExecWithCloseStdin (0.93s)
21:05:46 [2019-09-24T21:05:46.376Z] === RUN   TestExec
21:05:46 [2019-09-24T21:05:46.996Z] --- PASS: TestExec (0.87s)
21:05:46 [2019-09-24T21:05:46.996Z] === RUN   TestExecUser
21:05:48 [2019-09-24T21:05:48.007Z] --- PASS: TestExecUser (0.83s)
21:05:48 [2019-09-24T21:05:48.007Z] === RUN   TestExportContainerAndImportImage
21:05:49 [2019-09-24T21:05:49.019Z] --- PASS: TestExportContainerAndImportImage (1.03s)
21:05:49 [2019-09-24T21:05:49.019Z] === RUN   TestExportContainerAfterDaemonRestart
21:05:50 [2019-09-24T21:05:50.505Z] --- PASS: TestExportContainerAfterDaemonRestart (1.54s)
21:05:50 [2019-09-24T21:05:50.505Z]     export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart"
21:05:50 [2019-09-24T21:05:50.505Z] === RUN   TestHealthCheckWorkdir
21:05:51 [2019-09-24T21:05:51.527Z] --- PASS: TestHealthCheckWorkdir (1.11s)
21:05:51 [2019-09-24T21:05:51.527Z] === RUN   TestHealthKillContainer
21:05:54 [2019-09-24T21:05:54.994Z] --- PASS: TestHealthKillContainer (2.93s)
21:05:54 [2019-09-24T21:05:54.994Z] === RUN   TestInspectCpusetInConfigPre120
21:05:55 [2019-09-24T21:05:55.278Z] --- PASS: TestInspectCpusetInConfigPre120 (0.65s)
21:05:55 [2019-09-24T21:05:55.278Z] === RUN   TestIpcModeNone
21:05:56 [2019-09-24T21:05:56.287Z] --- PASS: TestIpcModeNone (0.84s)
21:05:56 [2019-09-24T21:05:56.287Z] === RUN   TestIpcModePrivate
21:05:56 [2019-09-24T21:05:56.904Z] --- PASS: TestIpcModePrivate (0.86s)
21:05:56 [2019-09-24T21:05:56.904Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:54, shared: false, mustBeShared: false
21:05:56 [2019-09-24T21:05:56.904Z] === RUN   TestIpcModeShareable
21:05:57 [2019-09-24T21:05:57.911Z] --- PASS: TestIpcModeShareable (0.84s)
21:05:57 [2019-09-24T21:05:57.911Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:48, shared: true, mustBeShared: true
21:05:57 [2019-09-24T21:05:57.911Z] === RUN   TestAPIIpcModeShareableAndContainer
21:06:00 [2019-09-24T21:06:00.606Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.52s)
21:06:00 [2019-09-24T21:06:00.606Z] === RUN   TestAPIIpcModeHost
21:06:00 [2019-09-24T21:06:00.890Z] --- PASS: TestAPIIpcModeHost (0.73s)
21:06:00 [2019-09-24T21:06:00.890Z] === RUN   TestDaemonIpcModeShareable
21:06:02 [2019-09-24T21:06:02.921Z] --- PASS: TestDaemonIpcModeShareable (1.74s)
21:06:02 [2019-09-24T21:06:02.921Z]     ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable"
21:06:02 [2019-09-24T21:06:02.921Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true
21:06:02 [2019-09-24T21:06:02.921Z] === RUN   TestDaemonIpcModePrivate
21:06:04 [2019-09-24T21:06:04.396Z] --- PASS: TestDaemonIpcModePrivate (1.78s)
21:06:04 [2019-09-24T21:06:04.396Z]     ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate"
21:06:04 [2019-09-24T21:06:04.396Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false
21:06:04 [2019-09-24T21:06:04.396Z] === RUN   TestDaemonIpcModePrivateFromConfig
21:06:06 [2019-09-24T21:06:06.429Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.73s)
21:06:06 [2019-09-24T21:06:06.429Z]     ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig"
21:06:06 [2019-09-24T21:06:06.429Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false
21:06:06 [2019-09-24T21:06:06.429Z] === RUN   TestDaemonIpcModeShareableFromConfig
21:06:07 [2019-09-24T21:06:07.905Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.78s)
21:06:07 [2019-09-24T21:06:07.905Z]     ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig"
21:06:07 [2019-09-24T21:06:07.905Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true
21:06:07 [2019-09-24T21:06:07.905Z] === RUN   TestIpcModeOlderClient
21:06:08 [2019-09-24T21:06:08.206Z] === PAUSE TestIpcModeOlderClient
21:06:08 [2019-09-24T21:06:08.206Z] === RUN   TestKillContainerInvalidSignal
21:06:08 [2019-09-24T21:06:08.824Z] --- PASS: TestKillContainerInvalidSignal (0.74s)
21:06:08 [2019-09-24T21:06:08.824Z] === RUN   TestKillContainer
21:06:08 [2019-09-24T21:06:08.824Z] === RUN   TestKillContainer/no_signal
21:06:09 [2019-09-24T21:06:09.441Z] === RUN   TestKillContainer/non_killing_signal
21:06:10 [2019-09-24T21:06:10.058Z] === RUN   TestKillContainer/killing_signal
21:06:11 [2019-09-24T21:06:11.070Z] --- PASS: TestKillContainer (2.12s)
21:06:11 [2019-09-24T21:06:11.070Z]     --- PASS: TestKillContainer/no_signal (0.66s)
21:06:11 [2019-09-24T21:06:11.070Z]     --- PASS: TestKillContainer/non_killing_signal (0.44s)
21:06:11 [2019-09-24T21:06:11.070Z]     --- PASS: TestKillContainer/killing_signal (0.71s)
21:06:11 [2019-09-24T21:06:11.070Z] === RUN   TestKillWithStopSignalAndRestartPolicies
21:06:11 [2019-09-24T21:06:11.070Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
21:06:11 [2019-09-24T21:06:11.687Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
21:06:12 [2019-09-24T21:06:12.308Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.42s)
21:06:12 [2019-09-24T21:06:12.308Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.69s)
21:06:12 [2019-09-24T21:06:12.308Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.49s)
21:06:12 [2019-09-24T21:06:12.308Z] === RUN   TestKillStoppedContainer
21:06:12 [2019-09-24T21:06:12.308Z] --- PASS: TestKillStoppedContainer (0.09s)
21:06:12 [2019-09-24T21:06:12.308Z] === RUN   TestKillStoppedContainerAPIPre120
21:06:12 [2019-09-24T21:06:12.592Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s)
21:06:12 [2019-09-24T21:06:12.592Z] === RUN   TestKillDifferentUserContainer
21:06:13 [2019-09-24T21:06:13.210Z] --- PASS: TestKillDifferentUserContainer (0.72s)
21:06:13 [2019-09-24T21:06:13.210Z] === RUN   TestInspectOomKilledTrue
21:06:14 [2019-09-24T21:06:14.684Z] --- PASS: TestInspectOomKilledTrue (1.18s)
21:06:14 [2019-09-24T21:06:14.684Z] === RUN   TestInspectOomKilledFalse
21:06:14 [2019-09-24T21:06:14.977Z] --- PASS: TestInspectOomKilledFalse (0.69s)
21:06:14 [2019-09-24T21:06:14.977Z] === RUN   TestLinksEtcHostsContentMatch
21:06:16 [2019-09-24T21:06:16.003Z] --- PASS: TestLinksEtcHostsContentMatch (0.65s)
21:06:16 [2019-09-24T21:06:16.003Z] === RUN   TestLinksContainerNames
21:06:17 [2019-09-24T21:06:17.018Z] --- PASS: TestLinksContainerNames (1.35s)
21:06:17 [2019-09-24T21:06:17.018Z] === RUN   TestLogsFollowTailEmpty
21:06:18 [2019-09-24T21:06:18.031Z] --- PASS: TestLogsFollowTailEmpty (0.70s)
21:06:18 [2019-09-24T21:06:18.031Z] === RUN   TestContainerNetworkMountsNoChown
21:06:18 [2019-09-24T21:06:18.651Z] --- PASS: TestContainerNetworkMountsNoChown (0.65s)
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/default
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/default
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/private
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/private
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/rprivate
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/rprivate
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/slave
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/slave
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/rslave
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/rslave
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/shared
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/shared
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/rshared
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/rshared
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/default
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/shared
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/rslave
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/default/bind_root
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/rslave/bind_root
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/default/bind_root
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/rshared
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/shared/bind_root
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/rshared/bind_root
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/shared/bind_root
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/default/bind_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/rshared/mount_root
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/rslave/mount_root
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/default/mount_root
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/shared/mount_root
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/default/mount_root
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/shared/mount_root
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/default/mount_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/rprivate
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/slave
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/slave/bind_root
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/slave/bind_root
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/private
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/private/mount_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/private/bind_root
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/slave/mount_root
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/slave/mount_root
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/rslave/mount_root
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/private/bind_root
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/private/bind_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === RUN   TestMountDaemonRoot/private/mount_root
21:06:18 [2019-09-24T21:06:18.651Z] === PAUSE TestMountDaemonRoot/private/mount_root
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/rslave/bind_root
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/default/bind_root
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/default/mount_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/default/mount_root
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/default/bind_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/shared/bind_root
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/shared/mount_root
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/rshared/bind_root
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/rshared/mount_root
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
21:06:18 [2019-09-24T21:06:18.651Z] === CONT  TestMountDaemonRoot/private/mount_subpath
21:06:18 [2019-09-24T21:06:18.937Z] === CONT  TestMountDaemonRoot/slave/mount_root
21:06:18 [2019-09-24T21:06:18.937Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
21:06:18 [2019-09-24T21:06:18.937Z] === CONT  TestMountDaemonRoot/slave/bind_root
21:06:18 [2019-09-24T21:06:18.937Z] === CONT  TestMountDaemonRoot/private/mount_root
21:06:18 [2019-09-24T21:06:18.937Z] === CONT  TestMountDaemonRoot/private/bind_subpath
21:06:18 [2019-09-24T21:06:18.937Z] === CONT  TestMountDaemonRoot/private/bind_root
21:06:18 [2019-09-24T21:06:18.937Z] --- PASS: TestMountDaemonRoot (0.05s)
21:06:18 [2019-09-24T21:06:18.937Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
21:06:18 [2019-09-24T21:06:18.937Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.09s)
21:06:18 [2019-09-24T21:06:18.937Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
21:06:18 [2019-09-24T21:06:18.937Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s)
21:06:18 [2019-09-24T21:06:18.937Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s)
21:06:18 [2019-09-24T21:06:18.937Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
21:06:18 [2019-09-24T21:06:18.937Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
21:06:18 [2019-09-24T21:06:18.937Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
21:06:18 [2019-09-24T21:06:18.937Z] === RUN   TestContainerBindMountNonRecursive
21:06:20 [2019-09-24T21:06:20.970Z] --- PASS: TestContainerBindMountNonRecursive (1.70s)
21:06:20 [2019-09-24T21:06:20.970Z] === RUN   TestNetworkNat
21:06:21 [2019-09-24T21:06:21.256Z] --- PASS: TestNetworkNat (0.73s)
21:06:21 [2019-09-24T21:06:21.256Z] === RUN   TestNetworkLocalhostTCPNat
21:06:22 [2019-09-24T21:06:22.270Z] --- PASS: TestNetworkLocalhostTCPNat (0.73s)
21:06:22 [2019-09-24T21:06:22.270Z] === RUN   TestNetworkLoopbackNat
21:06:22 [2019-09-24T21:06:22.887Z] --- PASS: TestNetworkLoopbackNat (0.97s)
21:06:22 [2019-09-24T21:06:22.887Z] === RUN   TestPause
21:06:23 [2019-09-24T21:06:23.895Z] --- PASS: TestPause (0.74s)
21:06:23 [2019-09-24T21:06:23.895Z] === RUN   TestPauseFailsOnWindowsServerContainers
21:06:23 [2019-09-24T21:06:23.895Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
21:06:23 [2019-09-24T21:06:23.895Z]     pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
21:06:23 [2019-09-24T21:06:23.895Z] === RUN   TestPauseStopPausedContainer
21:06:24 [2019-09-24T21:06:24.510Z] --- PASS: TestPauseStopPausedContainer (0.74s)
21:06:24 [2019-09-24T21:06:24.510Z] === RUN   TestPsFilter
21:06:24 [2019-09-24T21:06:24.793Z] --- PASS: TestPsFilter (0.19s)
21:06:24 [2019-09-24T21:06:24.793Z] === RUN   TestRemoveContainerWithRemovedVolume
21:06:25 [2019-09-24T21:06:25.408Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.65s)
21:06:25 [2019-09-24T21:06:25.408Z] === RUN   TestRemoveContainerWithVolume
21:06:26 [2019-09-24T21:06:26.031Z] --- PASS: TestRemoveContainerWithVolume (0.71s)
21:06:26 [2019-09-24T21:06:26.031Z] === RUN   TestRemoveContainerRunning
21:06:26 [2019-09-24T21:06:26.657Z] --- PASS: TestRemoveContainerRunning (0.69s)
21:06:26 [2019-09-24T21:06:26.657Z] === RUN   TestRemoveContainerForceRemoveRunning
21:06:27 [2019-09-24T21:06:27.671Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.71s)
21:06:27 [2019-09-24T21:06:27.671Z] === RUN   TestRemoveInvalidContainer
21:06:27 [2019-09-24T21:06:27.671Z] --- PASS: TestRemoveInvalidContainer (0.03s)
21:06:27 [2019-09-24T21:06:27.671Z] === RUN   TestRenameLinkedContainer
21:06:30 [2019-09-24T21:06:30.353Z] --- PASS: TestRenameLinkedContainer (2.73s)
21:06:30 [2019-09-24T21:06:30.353Z] === RUN   TestRenameStoppedContainer
21:06:30 [2019-09-24T21:06:30.975Z] --- PASS: TestRenameStoppedContainer (0.71s)
21:06:30 [2019-09-24T21:06:30.975Z] === RUN   TestRenameRunningContainerAndReuse
21:06:32 [2019-09-24T21:06:32.456Z] --- PASS: TestRenameRunningContainerAndReuse (1.36s)
21:06:32 [2019-09-24T21:06:32.456Z] === RUN   TestRenameInvalidName
21:06:33 [2019-09-24T21:06:33.077Z] --- PASS: TestRenameInvalidName (0.71s)
21:06:33 [2019-09-24T21:06:33.077Z] === RUN   TestRenameAnonymousContainer
21:06:35 [2019-09-24T21:06:35.760Z] --- PASS: TestRenameAnonymousContainer (2.57s)
21:06:35 [2019-09-24T21:06:35.760Z] === RUN   TestRenameContainerWithSameName
21:06:36 [2019-09-24T21:06:36.378Z] --- PASS: TestRenameContainerWithSameName (0.71s)
21:06:36 [2019-09-24T21:06:36.378Z] === RUN   TestRenameContainerWithLinkedContainer
21:06:37 [2019-09-24T21:06:37.866Z] --- PASS: TestRenameContainerWithLinkedContainer (1.42s)
21:06:37 [2019-09-24T21:06:37.866Z] === RUN   TestResize
21:06:38 [2019-09-24T21:06:38.480Z] --- PASS: TestResize (0.70s)
21:06:38 [2019-09-24T21:06:38.481Z] === RUN   TestResizeWithInvalidSize
21:06:39 [2019-09-24T21:06:39.097Z] --- PASS: TestResizeWithInvalidSize (0.73s)
21:06:39 [2019-09-24T21:06:39.097Z] === RUN   TestResizeWhenContainerNotStarted
21:06:39 [2019-09-24T21:06:39.717Z] --- PASS: TestResizeWhenContainerNotStarted (0.65s)
21:06:39 [2019-09-24T21:06:39.717Z] === RUN   TestDaemonRestartKillContainers
21:06:39 [2019-09-24T21:06:39.717Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
21:06:39 [2019-09-24T21:06:39.717Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
21:06:41 [2019-09-24T21:06:41.766Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
21:06:43 [2019-09-24T21:06:43.258Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
21:06:43 [2019-09-24T21:06:43.258Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
21:06:43 [2019-09-24T21:06:43.258Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
21:06:43 [2019-09-24T21:06:43.886Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
21:06:44 [2019-09-24T21:06:44.925Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
21:06:46 [2019-09-24T21:06:46.419Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
21:06:47 [2019-09-24T21:06:47.440Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
21:06:49 [2019-09-24T21:06:49.477Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
21:06:49 [2019-09-24T21:06:49.477Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.08s)
21:06:49 [2019-09-24T21:06:49.477Z]         restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon"
21:06:49 [2019-09-24T21:06:49.477Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.21s)
21:06:49 [2019-09-24T21:06:49.477Z]         restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon"
21:06:49 [2019-09-24T21:06:49.477Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.23s)
21:06:49 [2019-09-24T21:06:49.477Z]         restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon"
21:06:49 [2019-09-24T21:06:49.477Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.43s)
21:06:49 [2019-09-24T21:06:49.477Z]         restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon"
21:06:49 [2019-09-24T21:06:49.477Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.01s)
21:06:49 [2019-09-24T21:06:49.477Z]         restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon"
21:06:49 [2019-09-24T21:06:49.477Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.98s)
21:06:49 [2019-09-24T21:06:49.477Z]         restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon"
21:06:49 [2019-09-24T21:06:49.477Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.43s)
21:06:49 [2019-09-24T21:06:49.477Z]         restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon"
21:06:49 [2019-09-24T21:06:49.477Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.32s)
21:06:49 [2019-09-24T21:06:49.477Z]         restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon"
21:06:49 [2019-09-24T21:06:49.477Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.28s)
21:06:49 [2019-09-24T21:06:49.477Z]         restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon"
21:06:49 [2019-09-24T21:06:49.477Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.28s)
21:06:49 [2019-09-24T21:06:49.477Z]         restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon"
21:06:49 [2019-09-24T21:06:49.477Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.61s)
21:06:49 [2019-09-24T21:06:49.477Z]         restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon"
21:06:49 [2019-09-24T21:06:49.477Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.81s)
21:06:49 [2019-09-24T21:06:49.477Z]         restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon"
21:06:49 [2019-09-24T21:06:49.477Z] === RUN   TestCgroupNamespacesRun
21:06:50 [2019-09-24T21:06:50.957Z] --- PASS: TestCgroupNamespacesRun (1.74s)
21:06:50 [2019-09-24T21:06:50.957Z]     run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun"
21:06:50 [2019-09-24T21:06:50.957Z] === RUN   TestCgroupNamespacesRunPrivileged
21:06:52 [2019-09-24T21:06:52.993Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.76s)
21:06:52 [2019-09-24T21:06:52.993Z]     run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged"
21:06:52 [2019-09-24T21:06:52.993Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
21:06:54 [2019-09-24T21:06:54.473Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.73s)
21:06:54 [2019-09-24T21:06:54.473Z]     run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode"
21:06:54 [2019-09-24T21:06:54.473Z] === RUN   TestCgroupNamespacesRunHostMode
21:06:56 [2019-09-24T21:06:56.496Z] --- PASS: TestCgroupNamespacesRunHostMode (1.74s)
21:06:56 [2019-09-24T21:06:56.496Z]     run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode"
21:06:56 [2019-09-24T21:06:56.496Z] === RUN   TestCgroupNamespacesRunPrivateMode
21:06:57 [2019-09-24T21:06:57.972Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.70s)
21:06:57 [2019-09-24T21:06:57.972Z]     run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode"
21:06:57 [2019-09-24T21:06:57.972Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
21:06:58 [2019-09-24T21:06:58.981Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.90s)
21:06:58 [2019-09-24T21:06:58.981Z]     run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate"
21:06:58 [2019-09-24T21:06:58.981Z] === RUN   TestCgroupNamespacesRunInvalidMode
21:06:59 [2019-09-24T21:06:59.598Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.91s)
21:06:59 [2019-09-24T21:06:59.598Z]     run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode"
21:06:59 [2019-09-24T21:06:59.598Z] === RUN   TestCgroupNamespacesRunOlderClient
21:07:01 [2019-09-24T21:07:01.640Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.75s)
21:07:01 [2019-09-24T21:07:01.640Z]     run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient"
21:07:01 [2019-09-24T21:07:01.640Z] === RUN   TestKernelTCPMemory
21:07:02 [2019-09-24T21:07:02.256Z] --- PASS: TestKernelTCPMemory (0.91s)
21:07:02 [2019-09-24T21:07:02.256Z] === RUN   TestNISDomainname
21:07:03 [2019-09-24T21:07:03.269Z] --- PASS: TestNISDomainname (1.03s)
21:07:03 [2019-09-24T21:07:03.269Z] === RUN   TestHostnameDnsResolution
21:07:04 [2019-09-24T21:07:04.747Z] --- PASS: TestHostnameDnsResolution (1.12s)
21:07:04 [2019-09-24T21:07:04.747Z] === RUN   TestStats
21:07:06 [2019-09-24T21:07:06.771Z] --- PASS: TestStats (2.41s)
21:07:06 [2019-09-24T21:07:06.771Z] === RUN   TestStopContainerWithTimeout
21:07:06 [2019-09-24T21:07:06.771Z] === RUN   TestStopContainerWithTimeout/0
21:07:06 [2019-09-24T21:07:06.771Z] === PAUSE TestStopContainerWithTimeout/0
21:07:06 [2019-09-24T21:07:06.771Z] === RUN   TestStopContainerWithTimeout/1
21:07:06 [2019-09-24T21:07:06.771Z] === PAUSE TestStopContainerWithTimeout/1
21:07:06 [2019-09-24T21:07:06.771Z] === RUN   TestStopContainerWithTimeout/3
21:07:06 [2019-09-24T21:07:06.771Z] === PAUSE TestStopContainerWithTimeout/3
21:07:06 [2019-09-24T21:07:06.771Z] === RUN   TestStopContainerWithTimeout/-1
21:07:06 [2019-09-24T21:07:06.771Z] === PAUSE TestStopContainerWithTimeout/-1
21:07:07 [2019-09-24T21:07:07.055Z] === CONT  TestStopContainerWithTimeout/0
21:07:07 [2019-09-24T21:07:07.055Z] === CONT  TestStopContainerWithTimeout/-1
21:07:07 [2019-09-24T21:07:07.055Z] === CONT  TestStopContainerWithTimeout/1
21:07:07 [2019-09-24T21:07:07.055Z] === CONT  TestStopContainerWithTimeout/3
21:07:10 [2019-09-24T21:07:10.528Z] --- PASS: TestStopContainerWithTimeout (0.04s)
21:07:10 [2019-09-24T21:07:10.528Z]     --- PASS: TestStopContainerWithTimeout/0 (1.24s)
21:07:10 [2019-09-24T21:07:10.528Z]     --- PASS: TestStopContainerWithTimeout/1 (2.42s)
21:07:10 [2019-09-24T21:07:10.528Z]     --- PASS: TestStopContainerWithTimeout/3 (3.24s)
21:07:10 [2019-09-24T21:07:10.528Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.35s)
21:07:10 [2019-09-24T21:07:10.528Z] === RUN   TestDeleteDevicemapper
21:07:10 [2019-09-24T21:07:10.528Z] --- SKIP: TestDeleteDevicemapper (0.00s)
21:07:10 [2019-09-24T21:07:10.528Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
21:07:10 [2019-09-24T21:07:10.528Z] === RUN   TestStopContainerWithRestartPolicyAlways
21:07:13 [2019-09-24T21:07:13.225Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.94s)
21:07:13 [2019-09-24T21:07:13.225Z] === RUN   TestUpdateMemory
21:07:14 [2019-09-24T21:07:14.237Z] --- PASS: TestUpdateMemory (1.07s)
21:07:14 [2019-09-24T21:07:14.237Z] === RUN   TestUpdateCPUQuota
21:07:15 [2019-09-24T21:07:15.712Z] --- PASS: TestUpdateCPUQuota (1.54s)
21:07:15 [2019-09-24T21:07:15.712Z] === RUN   TestUpdatePidsLimit
21:07:15 [2019-09-24T21:07:15.712Z] === RUN   TestUpdatePidsLimit/update_from_none
21:07:16 [2019-09-24T21:07:16.338Z] === RUN   TestUpdatePidsLimit/no_change
21:07:16 [2019-09-24T21:07:16.622Z] === RUN   TestUpdatePidsLimit/update_lower
21:07:16 [2019-09-24T21:07:16.906Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
21:07:17 [2019-09-24T21:07:17.535Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
21:07:17 [2019-09-24T21:07:17.818Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
21:07:18 [2019-09-24T21:07:18.101Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
21:07:20 [2019-09-24T21:07:20.129Z] --- PASS: TestUpdatePidsLimit (3.98s)
21:07:20 [2019-09-24T21:07:20.129Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.40s)
21:07:20 [2019-09-24T21:07:20.129Z]     --- PASS: TestUpdatePidsLimit/no_change (0.39s)
21:07:20 [2019-09-24T21:07:20.129Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.39s)
21:07:20 [2019-09-24T21:07:20.129Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.41s)
21:07:20 [2019-09-24T21:07:20.129Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s)
21:07:20 [2019-09-24T21:07:20.129Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s)
21:07:20 [2019-09-24T21:07:20.129Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s)
21:07:20 [2019-09-24T21:07:20.129Z] === RUN   TestUpdateRestartPolicy
21:07:32 [2019-09-24T21:07:32.651Z] --- PASS: TestUpdateRestartPolicy (12.10s)
21:07:32 [2019-09-24T21:07:32.651Z] === RUN   TestUpdateRestartWithAutoRemove
21:07:32 [2019-09-24T21:07:32.651Z] --- PASS: TestUpdateRestartWithAutoRemove (0.68s)
21:07:32 [2019-09-24T21:07:32.651Z] === RUN   TestWaitNonBlocked
21:07:32 [2019-09-24T21:07:32.651Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
21:07:32 [2019-09-24T21:07:32.651Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
21:07:32 [2019-09-24T21:07:32.651Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
21:07:32 [2019-09-24T21:07:32.651Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
21:07:32 [2019-09-24T21:07:32.651Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
21:07:32 [2019-09-24T21:07:32.651Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
21:07:33 [2019-09-24T21:07:33.665Z] --- PASS: TestWaitNonBlocked (0.05s)
21:07:33 [2019-09-24T21:07:33.665Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.90s)
21:07:33 [2019-09-24T21:07:33.665Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.96s)
21:07:33 [2019-09-24T21:07:33.665Z] === RUN   TestWaitBlocked
21:07:33 [2019-09-24T21:07:33.665Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
21:07:33 [2019-09-24T21:07:33.665Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
21:07:33 [2019-09-24T21:07:33.665Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
21:07:33 [2019-09-24T21:07:33.665Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
21:07:33 [2019-09-24T21:07:33.665Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
21:07:33 [2019-09-24T21:07:33.665Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
21:07:34 [2019-09-24T21:07:34.677Z] --- PASS: TestWaitBlocked (0.03s)
21:07:34 [2019-09-24T21:07:34.677Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.92s)
21:07:34 [2019-09-24T21:07:34.677Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.01s)
21:07:34 [2019-09-24T21:07:34.677Z] === CONT  TestIpcModeOlderClient
21:07:34 [2019-09-24T21:07:34.677Z] === CONT  TestContainerStartOnDaemonRestart
21:07:34 [2019-09-24T21:07:34.677Z] === CONT  TestDaemonRestartIpcMode
21:07:34 [2019-09-24T21:07:34.677Z] --- PASS: TestIpcModeOlderClient (0.14s)
21:07:38 [2019-09-24T21:07:38.169Z] --- PASS: TestContainerStartOnDaemonRestart (3.21s)
21:07:38 [2019-09-24T21:07:38.169Z]     daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart"
21:07:38 [2019-09-24T21:07:38.452Z] --- PASS: TestDaemonRestartIpcMode (3.80s)
21:07:38 [2019-09-24T21:07:38.453Z]     daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode"
21:07:38 [2019-09-24T21:07:38.453Z] PASS
21:07:38 [2019-09-24T21:07:38.453Z] 
21:07:38 [2019-09-24T21:07:38.453Z] === Skipped
21:07:38 [2019-09-24T21:07:38.453Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s)
21:07:38 [2019-09-24T21:07:38.453Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
21:07:38 [2019-09-24T21:07:38.453Z] 
21:07:38 [2019-09-24T21:07:38.453Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
21:07:38 [2019-09-24T21:07:38.453Z]     pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
21:07:38 [2019-09-24T21:07:38.453Z] 
21:07:38 [2019-09-24T21:07:38.453Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s)
21:07:38 [2019-09-24T21:07:38.453Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
21:07:38 [2019-09-24T21:07:38.453Z] 
21:07:38 [2019-09-24T21:07:38.453Z] 
21:07:38 [2019-09-24T21:07:38.453Z] DONE 197 tests, 3 skipped in 121.096s
21:07:38 [2019-09-24T21:07:38.453Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m 
21:07:38 [2019-09-24T21:07:38.453Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m
21:07:38 [2019-09-24T21:07:38.453Z] ++ set -e
21:07:38 [2019-09-24T21:07:38.453Z] ++ '[' -n 0 ']'
21:07:38 [2019-09-24T21:07:38.453Z] ++ set -x
21:07:38 [2019-09-24T21:07:38.453Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m
21:07:38 [2019-09-24T21:07:38.737Z] INFO: Testing against a local daemon
21:07:38 [2019-09-24T21:07:38.737Z] === RUN   TestCommitInheritsEnv
21:07:39 [2019-09-24T21:07:39.021Z] --- PASS: TestCommitInheritsEnv (0.42s)
21:07:39 [2019-09-24T21:07:39.021Z] === RUN   TestImportExtremelyLargeImageWorks
21:07:39 [2019-09-24T21:07:39.021Z] === PAUSE TestImportExtremelyLargeImageWorks
21:07:39 [2019-09-24T21:07:39.021Z] === RUN   TestImagesFilterMultiReference
21:07:39 [2019-09-24T21:07:39.021Z] --- PASS: TestImagesFilterMultiReference (0.07s)
21:07:39 [2019-09-24T21:07:39.021Z] === RUN   TestImagePullPlatformInvalid
21:07:39 [2019-09-24T21:07:39.021Z] --- PASS: TestImagePullPlatformInvalid (0.06s)
21:07:39 [2019-09-24T21:07:39.021Z] === RUN   TestRemoveImageOrphaning
21:07:39 [2019-09-24T21:07:39.638Z] --- PASS: TestRemoveImageOrphaning (0.41s)
21:07:39 [2019-09-24T21:07:39.638Z] === RUN   TestRemoveImageGarbageCollector
21:07:39 [2019-09-24T21:07:39.638Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
21:07:39 [2019-09-24T21:07:39.638Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
21:07:39 [2019-09-24T21:07:39.638Z] === RUN   TestTagUnprefixedRepoByNameOrName
21:07:39 [2019-09-24T21:07:39.638Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
21:07:39 [2019-09-24T21:07:39.638Z] === RUN   TestTagInvalidReference
21:07:39 [2019-09-24T21:07:39.638Z] --- PASS: TestTagInvalidReference (0.04s)
21:07:39 [2019-09-24T21:07:39.638Z] === RUN   TestTagValidPrefixedRepo
21:07:39 [2019-09-24T21:07:39.638Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
21:07:39 [2019-09-24T21:07:39.638Z] === RUN   TestTagExistedNameWithoutForce
21:07:39 [2019-09-24T21:07:39.638Z] --- PASS: TestTagExistedNameWithoutForce (0.05s)
21:07:39 [2019-09-24T21:07:39.638Z] === RUN   TestTagOfficialNames
21:07:39 [2019-09-24T21:07:39.923Z] --- PASS: TestTagOfficialNames (0.06s)
21:07:39 [2019-09-24T21:07:39.923Z] === RUN   TestTagMatchesDigest
21:07:39 [2019-09-24T21:07:39.923Z] --- PASS: TestTagMatchesDigest (0.03s)
21:07:39 [2019-09-24T21:07:39.923Z] === CONT  TestImportExtremelyLargeImageWorks
21:12:47 [2019-09-24T21:12:47.682Z] --- PASS: TestImportExtremelyLargeImageWorks (296.36s)
21:12:47 [2019-09-24T21:12:47.682Z]     import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks"
21:12:47 [2019-09-24T21:12:47.682Z] PASS
21:12:47 [2019-09-24T21:12:47.682Z] 
21:12:47 [2019-09-24T21:12:47.682Z] === Skipped
21:12:47 [2019-09-24T21:12:47.682Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s)
21:12:47 [2019-09-24T21:12:47.682Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
21:12:47 [2019-09-24T21:12:47.682Z] 
21:12:47 [2019-09-24T21:12:47.682Z] 
21:12:47 [2019-09-24T21:12:47.682Z] DONE 12 tests, 1 skipped in 297.714s
21:12:47 [2019-09-24T21:12:47.682Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m 
21:12:47 [2019-09-24T21:12:47.682Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m
21:12:47 [2019-09-24T21:12:47.682Z] ++ set -e
21:12:47 [2019-09-24T21:12:47.682Z] ++ '[' -n 0 ']'
21:12:47 [2019-09-24T21:12:47.682Z] ++ set -x
21:12:47 [2019-09-24T21:12:47.682Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m
21:12:47 [2019-09-24T21:12:47.682Z] INFO: Testing against a local daemon
21:12:47 [2019-09-24T21:12:47.682Z] === RUN   TestNetworkCreateDelete
21:12:47 [2019-09-24T21:12:47.682Z] --- PASS: TestNetworkCreateDelete (0.22s)
21:12:47 [2019-09-24T21:12:47.682Z] === RUN   TestDockerNetworkDeletePreferID
21:12:47 [2019-09-24T21:12:47.682Z] --- PASS: TestDockerNetworkDeletePreferID (0.62s)
21:12:47 [2019-09-24T21:12:47.682Z] === RUN   TestInspectNetwork
21:12:47 [2019-09-24T21:12:47.682Z] === RUN   TestInspectNetwork/full_network_id
21:12:47 [2019-09-24T21:12:47.682Z] === RUN   TestInspectNetwork/partial_network_id
21:12:47 [2019-09-24T21:12:47.682Z] === RUN   TestInspectNetwork/network_name
21:12:47 [2019-09-24T21:12:47.682Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
21:12:47 [2019-09-24T21:12:47.682Z] --- PASS: TestInspectNetwork (7.61s)
21:12:47 [2019-09-24T21:12:47.682Z]     inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork"
21:12:47 [2019-09-24T21:12:47.682Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
21:12:47 [2019-09-24T21:12:47.682Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
21:12:47 [2019-09-24T21:12:47.682Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
21:12:47 [2019-09-24T21:12:47.682Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
21:12:47 [2019-09-24T21:12:47.682Z] === RUN   TestRunContainerWithBridgeNone
21:12:47 [2019-09-24T21:12:47.682Z] --- PASS: TestRunContainerWithBridgeNone (2.65s)
21:12:47 [2019-09-24T21:12:47.682Z]     network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone"
21:12:47 [2019-09-24T21:12:47.682Z] === RUN   TestNetworkInvalidJSON
21:12:47 [2019-09-24T21:12:47.682Z] === RUN   TestNetworkInvalidJSON//networks/create
21:12:47 [2019-09-24T21:12:47.682Z] === PAUSE TestNetworkInvalidJSON//networks/create
21:12:47 [2019-09-24T21:12:47.682Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
21:12:47 [2019-09-24T21:12:47.682Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
21:12:47 [2019-09-24T21:12:47.682Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
21:12:47 [2019-09-24T21:12:47.682Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
21:12:47 [2019-09-24T21:12:47.682Z] === CONT  TestNetworkInvalidJSON//networks/create
21:12:47 [2019-09-24T21:12:47.682Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
21:12:47 [2019-09-24T21:12:47.682Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
21:12:47 [2019-09-24T21:12:47.682Z] --- PASS: TestNetworkInvalidJSON (0.04s)
21:12:47 [2019-09-24T21:12:47.682Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
21:12:47 [2019-09-24T21:12:47.682Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
21:12:47 [2019-09-24T21:12:47.682Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
21:12:47 [2019-09-24T21:12:47.682Z] === RUN   TestDaemonRestartWithLiveRestore
21:12:48 [2019-09-24T21:12:48.720Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s)
21:12:48 [2019-09-24T21:12:48.720Z]     service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore"
21:12:48 [2019-09-24T21:12:48.720Z] === RUN   TestDaemonDefaultNetworkPools
21:12:49 [2019-09-24T21:12:49.340Z] --- PASS: TestDaemonDefaultNetworkPools (0.81s)
21:12:49 [2019-09-24T21:12:49.340Z]     service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools"
21:12:49 [2019-09-24T21:12:49.340Z] === RUN   TestDaemonRestartWithExistingNetwork
21:12:50 [2019-09-24T21:12:50.814Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.21s)
21:12:50 [2019-09-24T21:12:50.814Z]     service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork"
21:12:50 [2019-09-24T21:12:50.814Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
21:12:52 [2019-09-24T21:12:52.291Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.47s)
21:12:52 [2019-09-24T21:12:52.291Z]     service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange"
21:12:52 [2019-09-24T21:12:52.291Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
21:12:52 [2019-09-24T21:12:52.577Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s)
21:12:52 [2019-09-24T21:12:52.577Z]     service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool"
21:12:52 [2019-09-24T21:12:52.577Z] === RUN   TestServiceWithPredefinedNetwork
21:12:55 [2019-09-24T21:12:55.264Z] --- PASS: TestServiceWithPredefinedNetwork (2.36s)
21:12:55 [2019-09-24T21:12:55.264Z]     service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork"
21:12:55 [2019-09-24T21:12:55.264Z] === RUN   TestServiceRemoveKeepsIngressNetwork
21:12:55 [2019-09-24T21:12:55.264Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
21:12:55 [2019-09-24T21:12:55.264Z]     service_test.go:230: FLAKY_TEST
21:12:55 [2019-09-24T21:12:55.264Z] === RUN   TestServiceWithDataPathPortInit
21:13:10 [2019-09-24T21:13:10.485Z] --- PASS: TestServiceWithDataPathPortInit (14.89s)
21:13:10 [2019-09-24T21:13:10.485Z]     service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit"
21:13:10 [2019-09-24T21:13:10.485Z]     service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit"
21:13:10 [2019-09-24T21:13:10.485Z] === RUN   TestServiceWithDefaultAddressPoolInit
21:13:17 [2019-09-24T21:13:17.309Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.30s)
21:13:17 [2019-09-24T21:13:17.309Z]     service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit"
21:13:17 [2019-09-24T21:13:17.309Z]     service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:qa6imkm08ukt35647hs27cgah Created:2019-09-24 21:13:10.939255139 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.0.0/24 IPRange: Gateway:20.20.0.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[eff9bd25f1f682a76f3acab76dad0efc5c67a4e3b015a9d72e06c4f50e2aa895:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.uwfbcp6nbpbg9uv1z57o6umlf EndpointID:004e8ebae4e6db910d6842b107a7c1150db80762e091a3e680ef8e08d41e8b8c MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:be39c8d6f775c711cfe030bdf04dc21f0ce2fda38e7ae145468cd3e0a39bbeeb MacAddress:02:42:14:14:00:04 IPv4Address:20.20.0.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:076ffc99e5f8 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.uwfbcp6nbpbg9uv1z57o6umlf EndpointID:004e8ebae4e6db910d6842b107a7c1150db80762e091a3e680ef8e08d41e8b8c EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]}
21:13:17 [2019-09-24T21:13:17.309Z] PASS
21:13:17 [2019-09-24T21:13:17.309Z] 
21:13:17 [2019-09-24T21:13:17.309Z] === Skipped
21:13:17 [2019-09-24T21:13:17.309Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
21:13:17 [2019-09-24T21:13:17.309Z]     service_test.go:230: FLAKY_TEST
21:13:17 [2019-09-24T21:13:17.309Z] 
21:13:17 [2019-09-24T21:13:17.309Z] 
21:13:17 [2019-09-24T21:13:17.309Z] DONE 21 tests, 1 skipped in 40.925s
21:13:17 [2019-09-24T21:13:17.309Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
21:13:17 [2019-09-24T21:13:17.309Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
21:13:17 [2019-09-24T21:13:17.309Z] ++ set -e
21:13:17 [2019-09-24T21:13:17.309Z] ++ '[' -n 0 ']'
21:13:17 [2019-09-24T21:13:17.309Z] ++ set -x
21:13:17 [2019-09-24T21:13:17.309Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
21:13:17 [2019-09-24T21:13:17.309Z] INFO: Testing against a local daemon
21:13:17 [2019-09-24T21:13:17.309Z] === RUN   TestDockerNetworkIpvlanPersistance
21:13:18 [2019-09-24T21:13:18.794Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.49s)
21:13:18 [2019-09-24T21:13:18.794Z]     ipvlan_test.go:28: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlanPersistance"
21:13:18 [2019-09-24T21:13:18.794Z] === RUN   TestDockerNetworkIpvlan
21:13:19 [2019-09-24T21:13:19.805Z] === RUN   TestDockerNetworkIpvlan/Subinterface
21:13:20 [2019-09-24T21:13:20.825Z] === RUN   TestDockerNetworkIpvlan/OverlapParent
21:13:21 [2019-09-24T21:13:21.846Z] === RUN   TestDockerNetworkIpvlan/L2NilParent
21:13:24 [2019-09-24T21:13:24.529Z] === RUN   TestDockerNetworkIpvlan/L2InternalMode
21:13:28 [2019-09-24T21:13:28.003Z] === RUN   TestDockerNetworkIpvlan/L3NilParent
21:13:30 [2019-09-24T21:13:30.033Z] === RUN   TestDockerNetworkIpvlan/L3InternalMode
21:13:33 [2019-09-24T21:13:33.501Z] === RUN   TestDockerNetworkIpvlan/L2MultiSubnet
21:13:39 [2019-09-24T21:13:39.011Z] === RUN   TestDockerNetworkIpvlan/L3MultiSubnet
21:13:43 [2019-09-24T21:13:43.406Z] === RUN   TestDockerNetworkIpvlan/Addressing
21:13:46 [2019-09-24T21:13:46.094Z] --- PASS: TestDockerNetworkIpvlan (26.86s)
21:13:46 [2019-09-24T21:13:46.094Z]     ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan"
21:13:46 [2019-09-24T21:13:46.094Z]     --- PASS: TestDockerNetworkIpvlan/Subinterface (0.09s)
21:13:46 [2019-09-24T21:13:46.094Z]     ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan"
21:13:46 [2019-09-24T21:13:46.094Z]     --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.07s)
21:13:46 [2019-09-24T21:13:46.094Z]     ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan"
21:13:46 [2019-09-24T21:13:46.094Z]     --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.21s)
21:13:46 [2019-09-24T21:13:46.094Z]     ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan"
21:13:46 [2019-09-24T21:13:46.094Z]     --- PASS: TestDockerNetworkIpvlan/L2InternalMode (2.25s)
21:13:46 [2019-09-24T21:13:46.094Z]     ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan"
21:13:46 [2019-09-24T21:13:46.094Z]     --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.18s)
21:13:46 [2019-09-24T21:13:46.094Z]     ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan"
21:13:46 [2019-09-24T21:13:46.094Z]     --- PASS: TestDockerNetworkIpvlan/L3InternalMode (2.21s)
21:13:46 [2019-09-24T21:13:46.094Z]     ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan"
21:13:46 [2019-09-24T21:13:46.094Z]     --- PASS: TestDockerNetworkIpvlan/L2MultiSubnet (3.33s)
21:13:46 [2019-09-24T21:13:46.094Z]     ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan"
21:13:46 [2019-09-24T21:13:46.094Z]     --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (3.23s)
21:13:46 [2019-09-24T21:13:46.094Z]     ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan"
21:13:46 [2019-09-24T21:13:46.094Z]     --- PASS: TestDockerNetworkIpvlan/Addressing (1.93s)
21:13:46 [2019-09-24T21:13:46.094Z] PASS
21:13:46 [2019-09-24T21:13:46.094Z] 
21:13:46 [2019-09-24T21:13:46.094Z] DONE 11 tests in 28.449s
21:13:46 [2019-09-24T21:13:46.094Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m 
21:13:46 [2019-09-24T21:13:46.094Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
21:13:46 [2019-09-24T21:13:46.094Z] ++ set -e
21:13:46 [2019-09-24T21:13:46.094Z] ++ '[' -n 0 ']'
21:13:46 [2019-09-24T21:13:46.094Z] ++ set -x
21:13:46 [2019-09-24T21:13:46.094Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
21:13:46 [2019-09-24T21:13:46.094Z] INFO: Testing against a local daemon
21:13:46 [2019-09-24T21:13:46.094Z] === RUN   TestDockerNetworkMacvlanPersistance
21:13:47 [2019-09-24T21:13:47.117Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.48s)
21:13:47 [2019-09-24T21:13:47.117Z]     macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance"
21:13:47 [2019-09-24T21:13:47.117Z] === RUN   TestDockerNetworkMacvlan
21:13:48 [2019-09-24T21:13:48.134Z] === RUN   TestDockerNetworkMacvlan/Subinterface
21:13:49 [2019-09-24T21:13:49.145Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
21:13:50 [2019-09-24T21:13:50.157Z] === RUN   TestDockerNetworkMacvlan/NilParent
21:13:52 [2019-09-24T21:13:52.862Z] === RUN   TestDockerNetworkMacvlan/InternalMode
21:13:56 [2019-09-24T21:13:56.328Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
21:14:01 [2019-09-24T21:14:01.832Z] === RUN   TestDockerNetworkMacvlan/Addressing
21:14:02 [2019-09-24T21:14:02.116Z] --- PASS: TestDockerNetworkMacvlan (15.04s)
21:14:02 [2019-09-24T21:14:02.116Z]     macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan"
21:14:02 [2019-09-24T21:14:02.116Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s)
21:14:02 [2019-09-24T21:14:02.116Z]     macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan"
21:14:02 [2019-09-24T21:14:02.116Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s)
21:14:02 [2019-09-24T21:14:02.116Z]     macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan"
21:14:02 [2019-09-24T21:14:02.116Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.20s)
21:14:02 [2019-09-24T21:14:02.116Z]     macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan"
21:14:02 [2019-09-24T21:14:02.116Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.23s)
21:14:02 [2019-09-24T21:14:02.116Z]     macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan"
21:14:02 [2019-09-24T21:14:02.116Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.27s)
21:14:02 [2019-09-24T21:14:02.116Z]     macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan"
21:14:02 [2019-09-24T21:14:02.116Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.96s)
21:14:02 [2019-09-24T21:14:02.116Z] PASS
21:14:02 [2019-09-24T21:14:02.116Z] 
21:14:02 [2019-09-24T21:14:02.116Z] DONE 8 tests in 16.618s
21:14:02 [2019-09-24T21:14:02.401Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m 
21:14:02 [2019-09-24T21:14:02.401Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m
21:14:02 [2019-09-24T21:14:02.401Z] ++ set -e
21:14:02 [2019-09-24T21:14:02.401Z] ++ '[' -n 0 ']'
21:14:02 [2019-09-24T21:14:02.401Z] ++ set -x
21:14:02 [2019-09-24T21:14:02.401Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m
21:14:02 [2019-09-24T21:14:02.401Z] testing: warning: no tests to run
21:14:02 [2019-09-24T21:14:02.401Z] PASS
21:14:02 [2019-09-24T21:14:02.401Z] 
21:14:02 [2019-09-24T21:14:02.401Z] DONE 0 tests in 0.016s
21:14:02 [2019-09-24T21:14:02.401Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m 
21:14:02 [2019-09-24T21:14:02.401Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
21:14:02 [2019-09-24T21:14:02.401Z] ++ set -e
21:14:02 [2019-09-24T21:14:02.401Z] ++ '[' -n 0 ']'
21:14:02 [2019-09-24T21:14:02.401Z] ++ set -x
21:14:02 [2019-09-24T21:14:02.401Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
21:14:02 [2019-09-24T21:14:02.401Z] INFO: Testing against a local daemon
21:14:02 [2019-09-24T21:14:02.401Z] === RUN   TestAuthZPluginAllowRequest
21:14:04 [2019-09-24T21:14:04.441Z] --- PASS: TestAuthZPluginAllowRequest (1.65s)
21:14:04 [2019-09-24T21:14:04.441Z]     main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest"
21:14:04 [2019-09-24T21:14:04.441Z] === RUN   TestAuthZPluginTLS
21:14:04 [2019-09-24T21:14:04.725Z] --- PASS: TestAuthZPluginTLS (0.59s)
21:14:04 [2019-09-24T21:14:04.725Z]     main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS"
21:14:04 [2019-09-24T21:14:04.725Z] === RUN   TestAuthZPluginDenyRequest
21:14:05 [2019-09-24T21:14:05.349Z] --- PASS: TestAuthZPluginDenyRequest (0.56s)
21:14:05 [2019-09-24T21:14:05.349Z]     main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest"
21:14:05 [2019-09-24T21:14:05.349Z] === RUN   TestAuthZPluginAPIDenyResponse
21:14:05 [2019-09-24T21:14:05.978Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.59s)
21:14:05 [2019-09-24T21:14:05.978Z]     main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse"
21:14:05 [2019-09-24T21:14:05.978Z] === RUN   TestAuthZPluginDenyResponse
21:14:06 [2019-09-24T21:14:06.264Z] --- PASS: TestAuthZPluginDenyResponse (0.57s)
21:14:06 [2019-09-24T21:14:06.264Z]     main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse"
21:14:06 [2019-09-24T21:14:06.264Z] === RUN   TestAuthZPluginAllowEventStream
21:14:08 [2019-09-24T21:14:08.295Z] --- PASS: TestAuthZPluginAllowEventStream (1.66s)
21:14:08 [2019-09-24T21:14:08.295Z]     main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream"
21:14:08 [2019-09-24T21:14:08.295Z] === RUN   TestAuthZPluginErrorResponse
21:14:08 [2019-09-24T21:14:08.579Z] --- PASS: TestAuthZPluginErrorResponse (0.57s)
21:14:08 [2019-09-24T21:14:08.579Z]     main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse"
21:14:08 [2019-09-24T21:14:08.579Z] === RUN   TestAuthZPluginErrorRequest
21:14:09 [2019-09-24T21:14:09.198Z] --- PASS: TestAuthZPluginErrorRequest (0.58s)
21:14:09 [2019-09-24T21:14:09.198Z]     main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest"
21:14:09 [2019-09-24T21:14:09.198Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
21:14:09 [2019-09-24T21:14:09.814Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s)
21:14:09 [2019-09-24T21:14:09.814Z]     main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration"
21:14:09 [2019-09-24T21:14:09.814Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
21:14:11 [2019-09-24T21:14:11.846Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.16s)
21:14:11 [2019-09-24T21:14:11.846Z]     main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking"
21:14:11 [2019-09-24T21:14:11.846Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
21:14:14 [2019-09-24T21:14:14.536Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.12s)
21:14:14 [2019-09-24T21:14:14.536Z]     main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom"
21:14:14 [2019-09-24T21:14:14.536Z] === RUN   TestAuthZPluginHeader
21:14:15 [2019-09-24T21:14:15.156Z] --- PASS: TestAuthZPluginHeader (0.92s)
21:14:15 [2019-09-24T21:14:15.156Z]     main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader"
21:14:15 [2019-09-24T21:14:15.156Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
21:14:15 [2019-09-24T21:14:15.156Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
21:14:15 [2019-09-24T21:14:15.156Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
21:14:15 [2019-09-24T21:14:15.156Z] === RUN   TestAuthZPluginV2Disable
21:14:15 [2019-09-24T21:14:15.156Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
21:14:15 [2019-09-24T21:14:15.156Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
21:14:15 [2019-09-24T21:14:15.156Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
21:14:15 [2019-09-24T21:14:15.156Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
21:14:15 [2019-09-24T21:14:15.156Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
21:14:15 [2019-09-24T21:14:15.156Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
21:14:15 [2019-09-24T21:14:15.156Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
21:14:15 [2019-09-24T21:14:15.156Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
21:14:15 [2019-09-24T21:14:15.156Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
21:14:33 [2019-09-24T21:14:33.595Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s)
21:14:33 [2019-09-24T21:14:33.595Z]     main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart"
21:14:33 [2019-09-24T21:14:33.595Z] PASS
21:14:33 [2019-09-24T21:14:33.595Z] 
21:14:33 [2019-09-24T21:14:33.595Z] === Skipped
21:14:33 [2019-09-24T21:14:33.595Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
21:14:33 [2019-09-24T21:14:33.595Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
21:14:33 [2019-09-24T21:14:33.595Z] 
21:14:33 [2019-09-24T21:14:33.595Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
21:14:33 [2019-09-24T21:14:33.595Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
21:14:33 [2019-09-24T21:14:33.595Z] 
21:14:33 [2019-09-24T21:14:33.595Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
21:14:33 [2019-09-24T21:14:33.595Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
21:14:33 [2019-09-24T21:14:33.595Z] 
21:14:33 [2019-09-24T21:14:33.595Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
21:14:33 [2019-09-24T21:14:33.595Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
21:14:33 [2019-09-24T21:14:33.595Z] 
21:14:33 [2019-09-24T21:14:33.595Z] 
21:14:33 [2019-09-24T21:14:33.595Z] DONE 17 tests, 4 skipped in 29.566s
21:14:33 [2019-09-24T21:14:33.595Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m 
21:14:33 [2019-09-24T21:14:33.595Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
21:14:33 [2019-09-24T21:14:33.595Z] ++ set -e
21:14:33 [2019-09-24T21:14:33.595Z] ++ '[' -n 0 ']'
21:14:33 [2019-09-24T21:14:33.595Z] ++ set -x
21:14:33 [2019-09-24T21:14:33.595Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
21:14:33 [2019-09-24T21:14:33.595Z] INFO: Testing against a local daemon
21:14:33 [2019-09-24T21:14:33.595Z] === RUN   TestPluginInvalidJSON
21:14:33 [2019-09-24T21:14:33.595Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
21:14:33 [2019-09-24T21:14:33.595Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
21:14:33 [2019-09-24T21:14:33.595Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
21:14:33 [2019-09-24T21:14:33.595Z] --- PASS: TestPluginInvalidJSON (0.04s)
21:14:33 [2019-09-24T21:14:33.595Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
21:14:33 [2019-09-24T21:14:33.595Z] PASS
21:14:33 [2019-09-24T21:14:33.595Z] 
21:14:33 [2019-09-24T21:14:33.595Z] DONE 2 tests in 0.123s
21:14:33 [2019-09-24T21:14:33.595Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
21:14:33 [2019-09-24T21:14:33.595Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
21:14:33 [2019-09-24T21:14:33.595Z] ++ set -e
21:14:33 [2019-09-24T21:14:33.595Z] ++ '[' -n 0 ']'
21:14:33 [2019-09-24T21:14:33.595Z] ++ set -x
21:14:33 [2019-09-24T21:14:33.596Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
21:14:33 [2019-09-24T21:14:33.596Z] INFO: Testing against a local daemon
21:14:33 [2019-09-24T21:14:33.596Z] === RUN   TestExternalGraphDriver
21:14:33 [2019-09-24T21:14:33.596Z] === RUN   TestExternalGraphDriver/json
21:14:34 [2019-09-24T21:14:34.629Z] === RUN   TestExternalGraphDriver/spec
21:14:36 [2019-09-24T21:14:36.661Z] === RUN   TestExternalGraphDriver/pull
21:14:38 [2019-09-24T21:14:38.686Z] --- PASS: TestExternalGraphDriver (6.63s)
21:14:38 [2019-09-24T21:14:38.687Z]     external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver"
21:14:38 [2019-09-24T21:14:38.687Z]     --- PASS: TestExternalGraphDriver/json (2.09s)
21:14:38 [2019-09-24T21:14:38.687Z]     --- PASS: TestExternalGraphDriver/spec (2.11s)
21:14:38 [2019-09-24T21:14:38.687Z]     --- PASS: TestExternalGraphDriver/pull (2.22s)
21:14:38 [2019-09-24T21:14:38.687Z] === RUN   TestGraphdriverPluginV2
21:14:38 [2019-09-24T21:14:38.974Z] --- SKIP: TestGraphdriverPluginV2 (0.06s)
21:14:38 [2019-09-24T21:14:38.974Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
21:14:38 [2019-09-24T21:14:38.974Z] PASS
21:14:38 [2019-09-24T21:14:38.974Z] 
21:14:38 [2019-09-24T21:14:38.974Z] === Skipped
21:14:38 [2019-09-24T21:14:38.974Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s)
21:14:38 [2019-09-24T21:14:38.974Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
21:14:38 [2019-09-24T21:14:38.974Z] 
21:14:38 [2019-09-24T21:14:38.974Z] 
21:14:38 [2019-09-24T21:14:38.974Z] DONE 5 tests, 1 skipped in 6.783s
21:14:38 [2019-09-24T21:14:38.974Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m 
21:14:38 [2019-09-24T21:14:38.974Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
21:14:38 [2019-09-24T21:14:38.974Z] ++ set -e
21:14:38 [2019-09-24T21:14:38.974Z] ++ '[' -n 0 ']'
21:14:38 [2019-09-24T21:14:38.974Z] ++ set -x
21:14:38 [2019-09-24T21:14:38.974Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
21:14:38 [2019-09-24T21:14:38.974Z] INFO: Testing against a local daemon
21:14:38 [2019-09-24T21:14:38.974Z] === RUN   TestContinueAfterPluginCrash
21:14:38 [2019-09-24T21:14:38.974Z] === PAUSE TestContinueAfterPluginCrash
21:14:38 [2019-09-24T21:14:38.974Z] === RUN   TestDaemonStartWithLogOpt
21:14:38 [2019-09-24T21:14:38.974Z] === PAUSE TestDaemonStartWithLogOpt
21:14:38 [2019-09-24T21:14:38.974Z] === CONT  TestContinueAfterPluginCrash
21:14:38 [2019-09-24T21:14:38.974Z] === CONT  TestDaemonStartWithLogOpt
21:14:57 [2019-09-24T21:14:57.491Z] --- PASS: TestDaemonStartWithLogOpt (15.46s)
21:14:57 [2019-09-24T21:14:57.491Z]     validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt"
21:14:59 [2019-09-24T21:14:59.511Z] --- PASS: TestContinueAfterPluginCrash (20.27s)
21:14:59 [2019-09-24T21:14:59.511Z]     logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash"
21:14:59 [2019-09-24T21:14:59.511Z] PASS
21:14:59 [2019-09-24T21:14:59.511Z] 
21:14:59 [2019-09-24T21:14:59.511Z] DONE 2 tests in 20.370s
21:14:59 [2019-09-24T21:14:59.511Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
21:14:59 [2019-09-24T21:14:59.511Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
21:14:59 [2019-09-24T21:14:59.511Z] ++ set -e
21:14:59 [2019-09-24T21:14:59.511Z] ++ '[' -n 0 ']'
21:14:59 [2019-09-24T21:14:59.511Z] ++ set -x
21:14:59 [2019-09-24T21:14:59.511Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
21:14:59 [2019-09-24T21:14:59.511Z] INFO: Testing against a local daemon
21:14:59 [2019-09-24T21:14:59.511Z] === RUN   TestPluginWithDevMounts
21:14:59 [2019-09-24T21:14:59.511Z] === PAUSE TestPluginWithDevMounts
21:14:59 [2019-09-24T21:14:59.511Z] === CONT  TestPluginWithDevMounts
21:15:01 [2019-09-24T21:15:01.559Z] --- PASS: TestPluginWithDevMounts (2.34s)
21:15:01 [2019-09-24T21:15:01.559Z]     mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts"
21:15:01 [2019-09-24T21:15:01.559Z] PASS
21:15:01 [2019-09-24T21:15:01.559Z] 
21:15:01 [2019-09-24T21:15:01.559Z] DONE 1 tests in 2.437s
21:15:01 [2019-09-24T21:15:01.843Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m 
21:15:01 [2019-09-24T21:15:01.843Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m
21:15:01 [2019-09-24T21:15:01.843Z] ++ set -e
21:15:01 [2019-09-24T21:15:01.843Z] ++ '[' -n 0 ']'
21:15:01 [2019-09-24T21:15:01.843Z] ++ set -x
21:15:01 [2019-09-24T21:15:01.843Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m
21:15:01 [2019-09-24T21:15:01.843Z] INFO: Testing against a local daemon
21:15:01 [2019-09-24T21:15:01.843Z] === RUN   TestSecretInspect
21:15:04 [2019-09-24T21:15:04.534Z] --- PASS: TestSecretInspect (2.24s)
21:15:04 [2019-09-24T21:15:04.534Z]     secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect"
21:15:04 [2019-09-24T21:15:04.534Z] === RUN   TestSecretList
21:15:07 [2019-09-24T21:15:07.233Z] --- PASS: TestSecretList (2.69s)
21:15:07 [2019-09-24T21:15:07.233Z]     secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList"
21:15:07 [2019-09-24T21:15:07.233Z] === RUN   TestSecretsCreateAndDelete
21:15:09 [2019-09-24T21:15:09.261Z] --- PASS: TestSecretsCreateAndDelete (2.21s)
21:15:09 [2019-09-24T21:15:09.261Z]     secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete"
21:15:09 [2019-09-24T21:15:09.261Z] === RUN   TestSecretsUpdate
21:15:11 [2019-09-24T21:15:11.297Z] --- PASS: TestSecretsUpdate (2.18s)
21:15:11 [2019-09-24T21:15:11.297Z]     secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate"
21:15:11 [2019-09-24T21:15:11.297Z] === RUN   TestTemplatedSecret
21:15:13 [2019-09-24T21:15:13.997Z] --- PASS: TestTemplatedSecret (2.92s)
21:15:13 [2019-09-24T21:15:13.997Z]     secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret"
21:15:13 [2019-09-24T21:15:13.997Z] === RUN   TestSecretCreateResolve
21:15:16 [2019-09-24T21:15:16.714Z] --- PASS: TestSecretCreateResolve (2.21s)
21:15:16 [2019-09-24T21:15:16.714Z]     secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve"
21:15:16 [2019-09-24T21:15:16.714Z] PASS
21:15:16 [2019-09-24T21:15:16.714Z] 
21:15:16 [2019-09-24T21:15:16.714Z] DONE 6 tests in 14.542s
21:15:16 [2019-09-24T21:15:16.714Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m 
21:15:16 [2019-09-24T21:15:16.714Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m
21:15:16 [2019-09-24T21:15:16.714Z] ++ set -e
21:15:16 [2019-09-24T21:15:16.714Z] ++ '[' -n 0 ']'
21:15:16 [2019-09-24T21:15:16.714Z] ++ set -x
21:15:16 [2019-09-24T21:15:16.714Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m
21:15:16 [2019-09-24T21:15:16.714Z] INFO: Testing against a local daemon
21:15:16 [2019-09-24T21:15:16.714Z] === RUN   TestServiceCreateInit
21:15:16 [2019-09-24T21:15:16.714Z] === RUN   TestServiceCreateInit/daemonInitDisabled
21:15:21 [2019-09-24T21:15:21.108Z] === RUN   TestServiceCreateInit/daemonInitEnabled
21:15:25 [2019-09-24T21:15:25.504Z] --- PASS: TestServiceCreateInit (8.76s)
21:15:25 [2019-09-24T21:15:25.504Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.37s)
21:15:25 [2019-09-24T21:15:25.504Z]         create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled"
21:15:25 [2019-09-24T21:15:25.504Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.35s)
21:15:25 [2019-09-24T21:15:25.504Z]         create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled"
21:15:25 [2019-09-24T21:15:25.504Z] === RUN   TestCreateServiceMultipleTimes
21:15:43 [2019-09-24T21:15:43.990Z] --- PASS: TestCreateServiceMultipleTimes (18.57s)
21:15:43 [2019-09-24T21:15:43.990Z]     create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes"
21:15:43 [2019-09-24T21:15:43.990Z] === RUN   TestCreateServiceConflict
21:15:46 [2019-09-24T21:15:46.018Z] --- PASS: TestCreateServiceConflict (2.23s)
21:15:46 [2019-09-24T21:15:46.018Z]     create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict"
21:15:46 [2019-09-24T21:15:46.018Z] === RUN   TestCreateServiceMaxReplicas
21:15:49 [2019-09-24T21:15:49.508Z] --- PASS: TestCreateServiceMaxReplicas (3.01s)
21:15:49 [2019-09-24T21:15:49.508Z]     create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas"
21:15:49 [2019-09-24T21:15:49.508Z] === RUN   TestCreateWithDuplicateNetworkNames
21:16:04 [2019-09-24T21:16:04.743Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.25s)
21:16:04 [2019-09-24T21:16:04.743Z]     create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames"
21:16:04 [2019-09-24T21:16:04.743Z] === RUN   TestCreateServiceSecretFileMode
21:16:04 [2019-09-24T21:16:04.743Z] --- PASS: TestCreateServiceSecretFileMode (2.65s)
21:16:04 [2019-09-24T21:16:04.743Z]     create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode"
21:16:04 [2019-09-24T21:16:04.743Z] === RUN   TestCreateServiceConfigFileMode
21:16:07 [2019-09-24T21:16:07.427Z] --- PASS: TestCreateServiceConfigFileMode (2.59s)
21:16:07 [2019-09-24T21:16:07.427Z]     create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode"
21:16:07 [2019-09-24T21:16:07.427Z] === RUN   TestCreateServiceSysctls
21:16:10 [2019-09-24T21:16:10.889Z] --- PASS: TestCreateServiceSysctls (3.51s)
21:16:10 [2019-09-24T21:16:10.889Z]     create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls"
21:16:10 [2019-09-24T21:16:10.889Z] === RUN   TestCreateServiceCapabilities
21:16:13 [2019-09-24T21:16:13.584Z] --- PASS: TestCreateServiceCapabilities (2.71s)
21:16:13 [2019-09-24T21:16:13.584Z]     create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities"
21:16:13 [2019-09-24T21:16:13.584Z] === RUN   TestInspect
21:16:17 [2019-09-24T21:16:17.074Z] --- PASS: TestInspect (2.85s)
21:16:17 [2019-09-24T21:16:17.074Z]     inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect"
21:16:17 [2019-09-24T21:16:17.074Z] === RUN   TestDockerNetworkConnectAlias
21:16:21 [2019-09-24T21:16:21.470Z] --- PASS: TestDockerNetworkConnectAlias (4.69s)
21:16:21 [2019-09-24T21:16:21.470Z]     network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias"
21:16:21 [2019-09-24T21:16:21.470Z] === RUN   TestDockerNetworkReConnect
21:16:24 [2019-09-24T21:16:24.942Z] --- PASS: TestDockerNetworkReConnect (3.62s)
21:16:24 [2019-09-24T21:16:24.942Z]     network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect"
21:16:24 [2019-09-24T21:16:24.942Z] === RUN   TestServicePlugin
21:16:24 [2019-09-24T21:16:24.942Z] --- SKIP: TestServicePlugin (0.00s)
21:16:24 [2019-09-24T21:16:24.942Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
21:16:24 [2019-09-24T21:16:24.942Z] === RUN   TestServiceUpdateLabel
21:16:26 [2019-09-24T21:16:26.972Z] --- PASS: TestServiceUpdateLabel (2.21s)
21:16:26 [2019-09-24T21:16:26.972Z]     update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel"
21:16:26 [2019-09-24T21:16:26.972Z] === RUN   TestServiceUpdateSecrets
21:16:45 [2019-09-24T21:16:45.416Z] --- PASS: TestServiceUpdateSecrets (15.34s)
21:16:45 [2019-09-24T21:16:45.416Z]     update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets"
21:16:45 [2019-09-24T21:16:45.416Z] === RUN   TestServiceUpdateConfigs
21:16:57 [2019-09-24T21:16:57.928Z] --- PASS: TestServiceUpdateConfigs (14.78s)
21:16:57 [2019-09-24T21:16:57.928Z]     update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs"
21:16:57 [2019-09-24T21:16:57.928Z] === RUN   TestServiceUpdateNetwork
21:17:10 [2019-09-24T21:17:10.466Z] --- PASS: TestServiceUpdateNetwork (12.94s)
21:17:10 [2019-09-24T21:17:10.466Z]     update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork"
21:17:10 [2019-09-24T21:17:10.466Z] PASS
21:17:10 [2019-09-24T21:17:10.466Z] 
21:17:10 [2019-09-24T21:17:10.466Z] === Skipped
21:17:10 [2019-09-24T21:17:10.466Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s)
21:17:10 [2019-09-24T21:17:10.466Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
21:17:10 [2019-09-24T21:17:10.466Z] 
21:17:10 [2019-09-24T21:17:10.466Z] 
21:17:10 [2019-09-24T21:17:10.466Z] DONE 19 tests, 1 skipped in 113.819s
21:17:10 [2019-09-24T21:17:10.466Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m 
21:17:10 [2019-09-24T21:17:10.466Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m
21:17:10 [2019-09-24T21:17:10.466Z] ++ set -e
21:17:10 [2019-09-24T21:17:10.466Z] ++ '[' -n 0 ']'
21:17:10 [2019-09-24T21:17:10.466Z] ++ set -x
21:17:10 [2019-09-24T21:17:10.466Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m
21:17:10 [2019-09-24T21:17:10.466Z] INFO: Testing against a local daemon
21:17:10 [2019-09-24T21:17:10.466Z] === RUN   TestSessionCreate
21:17:10 [2019-09-24T21:17:10.466Z] --- PASS: TestSessionCreate (0.05s)
21:17:10 [2019-09-24T21:17:10.466Z] === RUN   TestSessionCreateWithBadUpgrade
21:17:10 [2019-09-24T21:17:10.466Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s)
21:17:10 [2019-09-24T21:17:10.466Z] PASS
21:17:10 [2019-09-24T21:17:10.466Z] 
21:17:10 [2019-09-24T21:17:10.466Z] DONE 2 tests in 0.195s
21:17:10 [2019-09-24T21:17:10.466Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m 
21:17:10 [2019-09-24T21:17:10.466Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m
21:17:10 [2019-09-24T21:17:10.466Z] ++ set -e
21:17:10 [2019-09-24T21:17:10.466Z] ++ '[' -n 0 ']'
21:17:10 [2019-09-24T21:17:10.466Z] ++ set -x
21:17:10 [2019-09-24T21:17:10.466Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m
21:17:10 [2019-09-24T21:17:10.466Z] INFO: Testing against a local daemon
21:17:10 [2019-09-24T21:17:10.466Z] === RUN   TestCgroupDriverSystemdMemoryLimit
21:17:10 [2019-09-24T21:17:10.466Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
21:17:10 [2019-09-24T21:17:10.466Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
21:17:10 [2019-09-24T21:17:10.466Z] === RUN   TestEventsExecDie
21:17:11 [2019-09-24T21:17:11.476Z] --- PASS: TestEventsExecDie (0.92s)
21:17:11 [2019-09-24T21:17:11.476Z] === RUN   TestEventsBackwardsCompatible
21:17:11 [2019-09-24T21:17:11.476Z] --- PASS: TestEventsBackwardsCompatible (0.11s)
21:17:11 [2019-09-24T21:17:11.476Z] === RUN   TestInfoBinaryCommits
21:17:11 [2019-09-24T21:17:11.476Z] --- PASS: TestInfoBinaryCommits (0.05s)
21:17:11 [2019-09-24T21:17:11.476Z] === RUN   TestInfoAPIVersioned
21:17:11 [2019-09-24T21:17:11.476Z] --- PASS: TestInfoAPIVersioned (0.01s)
21:17:11 [2019-09-24T21:17:11.476Z] === RUN   TestInfoAPI
21:17:11 [2019-09-24T21:17:11.476Z] --- PASS: TestInfoAPI (0.05s)
21:17:11 [2019-09-24T21:17:11.476Z] === RUN   TestInfoAPIWarnings
21:17:12 [2019-09-24T21:17:12.496Z] --- PASS: TestInfoAPIWarnings (0.95s)
21:17:12 [2019-09-24T21:17:12.496Z]     info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings"
21:17:12 [2019-09-24T21:17:12.496Z] === RUN   TestLoginFailsWithBadCredentials
21:17:13 [2019-09-24T21:17:13.111Z] --- PASS: TestLoginFailsWithBadCredentials (0.55s)
21:17:13 [2019-09-24T21:17:13.111Z] === RUN   TestPingCacheHeaders
21:17:13 [2019-09-24T21:17:13.111Z] --- PASS: TestPingCacheHeaders (0.06s)
21:17:13 [2019-09-24T21:17:13.111Z] === RUN   TestPingGet
21:17:13 [2019-09-24T21:17:13.111Z] --- PASS: TestPingGet (0.05s)
21:17:13 [2019-09-24T21:17:13.111Z] === RUN   TestPingHead
21:17:13 [2019-09-24T21:17:13.111Z] --- PASS: TestPingHead (0.05s)
21:17:13 [2019-09-24T21:17:13.111Z] === RUN   TestVersion
21:17:13 [2019-09-24T21:17:13.395Z] --- PASS: TestVersion (0.05s)
21:17:13 [2019-09-24T21:17:13.395Z] PASS
21:17:13 [2019-09-24T21:17:13.395Z] 
21:17:13 [2019-09-24T21:17:13.395Z] === Skipped
21:17:13 [2019-09-24T21:17:13.395Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
21:17:13 [2019-09-24T21:17:13.395Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
21:17:13 [2019-09-24T21:17:13.395Z] 
21:17:13 [2019-09-24T21:17:13.395Z] 
21:17:13 [2019-09-24T21:17:13.395Z] DONE 12 tests, 1 skipped in 2.937s
21:17:13 [2019-09-24T21:17:13.395Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m 
21:17:13 [2019-09-24T21:17:13.395Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m
21:17:13 [2019-09-24T21:17:13.395Z] ++ set -e
21:17:13 [2019-09-24T21:17:13.395Z] ++ '[' -n 0 ']'
21:17:13 [2019-09-24T21:17:13.395Z] ++ set -x
21:17:13 [2019-09-24T21:17:13.396Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m
21:17:13 [2019-09-24T21:17:13.396Z] INFO: Testing against a local daemon
21:17:13 [2019-09-24T21:17:13.396Z] === RUN   TestVolumesCreateAndList
21:17:13 [2019-09-24T21:17:13.396Z] --- PASS: TestVolumesCreateAndList (0.04s)
21:17:13 [2019-09-24T21:17:13.396Z] === RUN   TestVolumesRemove
21:17:13 [2019-09-24T21:17:13.396Z] --- PASS: TestVolumesRemove (0.10s)
21:17:13 [2019-09-24T21:17:13.396Z] === RUN   TestVolumesInspect
21:17:13 [2019-09-24T21:17:13.678Z] --- PASS: TestVolumesInspect (0.04s)
21:17:13 [2019-09-24T21:17:13.678Z] === RUN   TestVolumesInvalidJSON
21:17:13 [2019-09-24T21:17:13.678Z] === RUN   TestVolumesInvalidJSON//volumes/create
21:17:13 [2019-09-24T21:17:13.678Z] === PAUSE TestVolumesInvalidJSON//volumes/create
21:17:13 [2019-09-24T21:17:13.678Z] === CONT  TestVolumesInvalidJSON//volumes/create
21:17:13 [2019-09-24T21:17:13.678Z] --- PASS: TestVolumesInvalidJSON (0.03s)
21:17:13 [2019-09-24T21:17:13.678Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
21:17:13 [2019-09-24T21:17:13.678Z] PASS
21:17:13 [2019-09-24T21:17:13.678Z] 
21:17:13 [2019-09-24T21:17:13.678Z] DONE 5 tests in 0.305s
21:17:13 [2019-09-24T21:17:13.678Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
21:17:13 [2019-09-24T21:17:13.960Z] ++++ cat bundles/test-integration/docker.pid
21:17:13 [2019-09-24T21:17:13.960Z] +++ kill 13034
21:17:15 [2019-09-24T21:17:15.443Z] umount: bundles/test-integration/root: mountpoint not found
21:17:15 [2019-09-24T21:17:15.443Z] +++ /etc/init.d/apparmor stop
21:17:15 [2019-09-24T21:17:15.443Z] Clearing AppArmor profiles cache:.
21:17:15 [2019-09-24T21:17:15.443Z] All profile caches have been cleared, but no profiles have been unloaded.
21:17:15 [2019-09-24T21:17:15.443Z] Unloading profiles will leave already running processes permanently
21:17:15 [2019-09-24T21:17:15.443Z] unconfined, which can lead to unexpected situations.
21:17:15 [2019-09-24T21:17:15.443Z] 
21:17:15 [2019-09-24T21:17:15.443Z] To set a process to complain mode, use the command line tool
21:17:15 [2019-09-24T21:17:15.443Z] 'aa-complain'. To really tear down all profiles, run the init script
21:17:15 [2019-09-24T21:17:15.443Z] with the 'teardown' option."
21:17:15 [2019-09-24T21:17:15.443Z] 
Post stage
[Pipeline] junit
21:17:16 [2019-09-24T21:17:16.956Z] Recording test results
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
21:17:17 [2019-09-24T21:17:17.810Z] + echo Ensuring container killed.
21:17:17 [2019-09-24T21:17:17.810Z] Ensuring container killed.
21:17:17 [2019-09-24T21:17:17.810Z] + docker rm -vf docker-pr3
21:17:17 [2019-09-24T21:17:17.810Z] Error: No such container: docker-pr3
21:17:17 [2019-09-24T21:17:17.810Z] + true
[Pipeline] sh
21:17:18 [2019-09-24T21:17:18.192Z] + echo Chowning /workspace to jenkins user
21:17:18 [2019-09-24T21:17:18.192Z] Chowning /workspace to jenkins user
21:17:18 [2019-09-24T21:17:18.192Z] + id -u
21:17:18 [2019-09-24T21:17:18.192Z] + id -g
21:17:18 [2019-09-24T21:17:18.192Z] + docker run --rm -v /home/docker/workspace/moby_PR-39980:/workspace busybox chown -R 1001:1001 /workspace
21:17:18 [2019-09-24T21:17:18.192Z] Unable to find image 'busybox:latest' locally
21:17:18 [2019-09-24T21:17:18.475Z] latest: Pulling from library/busybox
21:17:18 [2019-09-24T21:17:18.475Z] e38168a01e65: Pulling fs layer
21:17:19 [2019-09-24T21:17:19.093Z] e38168a01e65: Verifying Checksum
21:17:19 [2019-09-24T21:17:19.093Z] e38168a01e65: Download complete
21:17:19 [2019-09-24T21:17:19.093Z] e38168a01e65: Pull complete
21:17:19 [2019-09-24T21:17:19.093Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
21:17:19 [2019-09-24T21:17:19.093Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
21:17:21 [2019-09-24T21:17:21.518Z] + bundleName=ppc64le-integration
21:17:21 [2019-09-24T21:17:21.518Z] + echo Creating ppc64le-integration-bundles.tar.gz
21:17:21 [2019-09-24T21:17:21.518Z] Creating ppc64le-integration-bundles.tar.gz
21:17:21 [2019-09-24T21:17:21.518Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name+  *.prof -o -name *-report.xmlxargs ) tar -print -czf
21:17:21 [2019-09-24T21:17:21.518Z]  ppc64le-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
21:17:21 [2019-09-24T21:17:21.835Z] Archiving artifacts
21:17:22 [2019-09-24T21:17:22.219Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39980/3/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
21:17:22 [2019-09-24T21:17:22.619Z] + make clean
21:17:23 [2019-09-24T21:17:23.235Z] docker volume rm -f docker-dev-cache
21:17:23 [2019-09-24T21:17:23.235Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS