Skip to content

Console Output

20:47:21 [2021-06-10T20:47:21.960Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42511/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=dc7cbb9b337c84bdd76e849ae361dffb191dd936 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_SYSTEMD -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:dc7cbb9b337c84bdd76e849ae361dffb191dd936 hack/make.sh dynbinary test-integration
20:47:23 [2021-06-10T20:47:23.873Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
20:47:23 [2021-06-10T20:47:23.873Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
20:47:23 [2021-06-10T20:47:23.873Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
20:47:23 [2021-06-10T20:47:23.873Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
20:47:23 [2021-06-10T20:47:23.873Z] systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
20:47:23 [2021-06-10T20:47:23.873Z] Detected virtualization docker.
20:47:23 [2021-06-10T20:47:23.873Z] Detected architecture x86-64.
20:47:23 [2021-06-10T20:47:23.873Z] Set hostname to <f7092fc6c68c>.
20:47:24 [2021-06-10T20:47:24.134Z] + source /etc/docker-entrypoint-cmd
20:47:24 [2021-06-10T20:47:24.134Z] ++ hack/make.sh dynbinary test-integration
20:47:24 [2021-06-10T20:47:24.134Z] 
20:47:24 [2021-06-10T20:47:24.395Z] Removing bundles/
20:47:24 [2021-06-10T20:47:24.395Z] 
20:47:24 [2021-06-10T20:47:24.395Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
20:47:24 [2021-06-10T20:47:24.395Z] Building: bundles/dynbinary-daemon/dockerd-dev
20:47:24 [2021-06-10T20:47:24.395Z] GOOS="" GOARCH="" GOARM=""
20:49:03 [2021-06-10T20:49:03.967Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
20:49:03 [2021-06-10T20:49:03.967Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
20:49:03 [2021-06-10T20:49:03.967Z] GOOS="" GOARCH="" GOARM=""
20:49:03 [2021-06-10T20:49:03.967Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
20:49:03 [2021-06-10T20:49:03.967Z] 
20:49:03 [2021-06-10T20:49:03.967Z] ---> Making bundle: test-integration (in bundles/test-integration)
20:49:03 [2021-06-10T20:49:03.967Z] DOCKER_SYSTEMD=1
20:49:03 [2021-06-10T20:49:03.967Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
20:49:03 [2021-06-10T20:49:03.967Z] HOSTNAME=f7092fc6c68c
20:49:03 [2021-06-10T20:49:03.967Z] DEST=bundles/test-integration
20:49:03 [2021-06-10T20:49:03.967Z] PWD=/go/src/github.com/docker/docker
20:49:03 [2021-06-10T20:49:03.967Z] DOCKER_GITCOMMIT=dc7cbb9b337c84bdd76e849ae361dffb191dd936
20:49:03 [2021-06-10T20:49:03.967Z] container=docker
20:49:03 [2021-06-10T20:49:03.967Z] HOME=/root
20:49:03 [2021-06-10T20:49:03.967Z] LANG=C.UTF-8
20:49:03 [2021-06-10T20:49:03.967Z] INVOCATION_ID=2a802763347b435788646923cc23e80d
20:49:03 [2021-06-10T20:49:03.967Z] GOLANG_VERSION=1.13.15
20:49:03 [2021-06-10T20:49:03.967Z] VALIDATE_REPO=https://github.com/moby/moby.git
20:49:03 [2021-06-10T20:49:03.967Z] VALIDATE_BRANCH=master
20:49:03 [2021-06-10T20:49:03.967Z] TERM=xterm
20:49:03 [2021-06-10T20:49:03.967Z] DOCKER_PKG=github.com/docker/docker
20:49:03 [2021-06-10T20:49:03.967Z] SHLVL=3
20:49:03 [2021-06-10T20:49:03.967Z] TIMEOUT=120m
20:49:03 [2021-06-10T20:49:03.967Z] DOCKER_BUILDTAGS=apparmor seccomp journald
20:49:03 [2021-06-10T20:49:03.967Z] DOCKER_GRAPHDRIVER=overlay2
20:49:03 [2021-06-10T20:49:03.967Z] GO111MODULE=off
20:49:03 [2021-06-10T20:49:03.967Z] DOCKER_EXPERIMENTAL=1
20:49:03 [2021-06-10T20:49:03.967Z] TEST_SKIP_INTEGRATION_CLI=1
20:49:03 [2021-06-10T20:49:03.967Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:49:03 [2021-06-10T20:49:03.967Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
20:49:03 [2021-06-10T20:49:03.967Z] GOPATH=/go
20:49:03 [2021-06-10T20:49:03.967Z] PKG_CONFIG=pkg-config
20:49:03 [2021-06-10T20:49:03.967Z] _=/usr/bin/env
20:49:03 [2021-06-10T20:49:03.967Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
20:49:30 [2021-06-10T20:49:30.551Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
20:49:30 [2021-06-10T20:49:30.551Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
20:49:57 [2021-06-10T20:49:57.192Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
20:50:05 [2021-06-10T20:50:05.340Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
20:50:06 [2021-06-10T20:50:06.725Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
20:50:08 [2021-06-10T20:50:08.110Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
20:50:09 [2021-06-10T20:50:09.054Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
20:50:09 [2021-06-10T20:50:09.315Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
20:50:11 [2021-06-10T20:50:11.232Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
20:50:14 [2021-06-10T20:50:14.537Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
20:50:15 [2021-06-10T20:50:15.924Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
20:50:17 [2021-06-10T20:50:17.313Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
20:50:18 [2021-06-10T20:50:18.257Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
20:50:19 [2021-06-10T20:50:19.643Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
20:50:21 [2021-06-10T20:50:21.028Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
20:50:22 [2021-06-10T20:50:22.944Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
20:50:23 [2021-06-10T20:50:23.888Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
20:50:25 [2021-06-10T20:50:25.279Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
20:50:26 [2021-06-10T20:50:26.665Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
20:50:26 [2021-06-10T20:50:26.665Z] Using test binary docker
20:50:26 [2021-06-10T20:50:26.665Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
20:50:26 [2021-06-10T20:50:26.665Z] Starting apparmor (via systemctl): apparmor.service.
20:50:26 [2021-06-10T20:50:26.665Z] INFO: Waiting for daemon to start...
20:50:26 [2021-06-10T20:50:26.665Z] Starting dockerd
20:50:28 [2021-06-10T20:50:28.578Z] .
20:50:28 [2021-06-10T20:50:28.578Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
20:50:28 [2021-06-10T20:50:28.578Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
20:50:28 [2021-06-10T20:50:28.578Z] Error: No such image: emptyfs
20:50:28 [2021-06-10T20:50:28.839Z] Running integration-test (iteration 1)
20:50:28 [2021-06-10T20:50:28.839Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
20:50:43 [2021-06-10T20:50:43.761Z] Loaded image: buildpack-deps:buster
20:50:43 [2021-06-10T20:50:43.761Z] Loaded image: busybox:latest
20:50:43 [2021-06-10T20:50:43.761Z] Loaded image: busybox:glibc
20:50:44 [2021-06-10T20:50:44.022Z] Loaded image: debian:bullseye
20:50:44 [2021-06-10T20:50:44.022Z] Loaded image: hello-world:latest
20:50:44 [2021-06-10T20:50:44.595Z] Loaded image: arm32v7/hello-world:latest
20:50:44 [2021-06-10T20:50:44.595Z] INFO: Testing against a local daemon
20:50:44 [2021-06-10T20:50:44.595Z] === RUN   TestCgroupNamespacesBuild
20:50:47 [2021-06-10T20:50:47.143Z] --- PASS: TestCgroupNamespacesBuild (2.01s)
20:50:47 [2021-06-10T20:50:47.144Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
20:50:48 [2021-06-10T20:50:48.530Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.53s)
20:50:48 [2021-06-10T20:50:48.530Z] === RUN   TestBuildWithSession
20:50:48 [2021-06-10T20:50:48.530Z] --- SKIP: TestBuildWithSession (0.00s)
20:50:48 [2021-06-10T20:50:48.530Z]     build_session_test.go:25: TODO: BuildKit
20:50:48 [2021-06-10T20:50:48.530Z] === RUN   TestBuildSquashParent
20:50:55 [2021-06-10T20:50:55.121Z] --- PASS: TestBuildSquashParent (5.78s)
20:50:55 [2021-06-10T20:50:55.121Z] === RUN   TestBuildWithRemoveAndForceRemove
20:50:55 [2021-06-10T20:50:55.121Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:50:55 [2021-06-10T20:50:55.121Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:50:55 [2021-06-10T20:50:55.121Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:50:55 [2021-06-10T20:50:55.121Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:50:55 [2021-06-10T20:50:55.121Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:50:55 [2021-06-10T20:50:55.121Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:50:55 [2021-06-10T20:50:55.121Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:50:55 [2021-06-10T20:50:55.121Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:50:55 [2021-06-10T20:50:55.121Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:50:55 [2021-06-10T20:50:55.121Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:50:55 [2021-06-10T20:50:55.121Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:50:55 [2021-06-10T20:50:55.121Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:50:55 [2021-06-10T20:50:55.121Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:50:55 [2021-06-10T20:50:55.121Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:50:56 [2021-06-10T20:50:56.508Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:50:56 [2021-06-10T20:50:56.508Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:50:59 [2021-06-10T20:50:59.095Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:50:59 [2021-06-10T20:50:59.095Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:51:01 [2021-06-10T20:51:01.665Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
20:51:01 [2021-06-10T20:51:01.665Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.32s)
20:51:01 [2021-06-10T20:51:01.665Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.57s)
20:51:01 [2021-06-10T20:51:01.665Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.21s)
20:51:01 [2021-06-10T20:51:01.665Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.33s)
20:51:01 [2021-06-10T20:51:01.665Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.33s)
20:51:01 [2021-06-10T20:51:01.665Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.34s)
20:51:01 [2021-06-10T20:51:01.665Z] === RUN   TestBuildMultiStageCopy
20:51:01 [2021-06-10T20:51:01.665Z] === RUN   TestBuildMultiStageCopy/copy_to_root
20:51:03 [2021-06-10T20:51:03.582Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
20:51:03 [2021-06-10T20:51:03.582Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
20:51:03 [2021-06-10T20:51:03.844Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
20:51:04 [2021-06-10T20:51:04.105Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
20:51:04 [2021-06-10T20:51:04.367Z] --- PASS: TestBuildMultiStageCopy (3.15s)
20:51:04 [2021-06-10T20:51:04.367Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.01s)
20:51:04 [2021-06-10T20:51:04.367Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.25s)
20:51:04 [2021-06-10T20:51:04.367Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.24s)
20:51:04 [2021-06-10T20:51:04.367Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.25s)
20:51:04 [2021-06-10T20:51:04.367Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.41s)
20:51:04 [2021-06-10T20:51:04.367Z] === RUN   TestBuildMultiStageParentConfig
20:51:05 [2021-06-10T20:51:05.311Z] --- PASS: TestBuildMultiStageParentConfig (0.69s)
20:51:05 [2021-06-10T20:51:05.311Z] === RUN   TestBuildLabelWithTargets
20:51:06 [2021-06-10T20:51:06.254Z] --- PASS: TestBuildLabelWithTargets (1.07s)
20:51:06 [2021-06-10T20:51:06.255Z] === RUN   TestBuildWithEmptyLayers
20:51:06 [2021-06-10T20:51:06.826Z] --- PASS: TestBuildWithEmptyLayers (0.50s)
20:51:06 [2021-06-10T20:51:06.826Z] === RUN   TestBuildMultiStageOnBuild
20:51:09 [2021-06-10T20:51:09.377Z] --- PASS: TestBuildMultiStageOnBuild (2.31s)
20:51:09 [2021-06-10T20:51:09.377Z] === RUN   TestBuildUncleanTarFilenames
20:51:09 [2021-06-10T20:51:09.638Z] --- PASS: TestBuildUncleanTarFilenames (0.69s)
20:51:09 [2021-06-10T20:51:09.638Z] === RUN   TestBuildMultiStageLayerLeak
20:51:12 [2021-06-10T20:51:12.188Z] --- PASS: TestBuildMultiStageLayerLeak (2.34s)
20:51:12 [2021-06-10T20:51:12.188Z] === RUN   TestBuildWithHugeFile
20:52:08 [2021-06-10T20:52:08.486Z] --- PASS: TestBuildWithHugeFile (54.88s)
20:52:08 [2021-06-10T20:52:08.486Z] === RUN   TestBuildWCOWSandboxSize
20:52:08 [2021-06-10T20:52:08.486Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
20:52:08 [2021-06-10T20:52:08.486Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
20:52:08 [2021-06-10T20:52:08.486Z] === RUN   TestBuildWithEmptyDockerfile
20:52:08 [2021-06-10T20:52:08.486Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
20:52:08 [2021-06-10T20:52:08.486Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
20:52:08 [2021-06-10T20:52:08.486Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:52:08 [2021-06-10T20:52:08.486Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:52:08 [2021-06-10T20:52:08.486Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:52:08 [2021-06-10T20:52:08.486Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:52:08 [2021-06-10T20:52:08.486Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
20:52:08 [2021-06-10T20:52:08.486Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:52:08 [2021-06-10T20:52:08.486Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:52:08 [2021-06-10T20:52:08.486Z] --- PASS: TestBuildWithEmptyDockerfile (0.14s)
20:52:08 [2021-06-10T20:52:08.486Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s)
20:52:08 [2021-06-10T20:52:08.486Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s)
20:52:08 [2021-06-10T20:52:08.486Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.07s)
20:52:08 [2021-06-10T20:52:08.486Z] === RUN   TestBuildPreserveOwnership
20:52:08 [2021-06-10T20:52:08.486Z] === RUN   TestBuildPreserveOwnership/copy_from
20:52:11 [2021-06-10T20:52:11.034Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
20:52:11 [2021-06-10T20:52:11.977Z] --- PASS: TestBuildPreserveOwnership (4.75s)
20:52:11 [2021-06-10T20:52:11.977Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.28s)
20:52:11 [2021-06-10T20:52:11.977Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.46s)
20:52:11 [2021-06-10T20:52:11.977Z] === RUN   TestBuildPlatformInvalid
20:52:12 [2021-06-10T20:52:12.238Z] --- PASS: TestBuildPlatformInvalid (0.10s)
20:52:12 [2021-06-10T20:52:12.238Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
20:52:27 [2021-06-10T20:52:27.154Z] Loaded image: buildpack-deps:buster
20:52:27 [2021-06-10T20:52:27.154Z] Loaded image: busybox:latest
20:52:27 [2021-06-10T20:52:27.154Z] Loaded image: busybox:glibc
20:52:27 [2021-06-10T20:52:27.726Z] Loaded image: debian:bullseye
20:52:27 [2021-06-10T20:52:27.726Z] Loaded image: hello-world:latest
20:52:27 [2021-06-10T20:52:27.986Z] Loaded image: arm32v7/hello-world:latest
20:52:36 [2021-06-10T20:52:36.126Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.64s)
20:52:36 [2021-06-10T20:52:36.127Z] PASS
20:52:36 [2021-06-10T20:52:36.127Z] 
20:52:36 [2021-06-10T20:52:36.127Z] === Skipped
20:52:36 [2021-06-10T20:52:36.127Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
20:52:36 [2021-06-10T20:52:36.127Z]     build_session_test.go:25: TODO: BuildKit
20:52:36 [2021-06-10T20:52:36.127Z] 
20:52:36 [2021-06-10T20:52:36.127Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
20:52:36 [2021-06-10T20:52:36.127Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
20:52:36 [2021-06-10T20:52:36.127Z] 
20:52:36 [2021-06-10T20:52:36.127Z] 
20:52:36 [2021-06-10T20:52:36.127Z] DONE 34 tests, 2 skipped in 127.033s
20:52:36 [2021-06-10T20:52:36.127Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
20:52:36 [2021-06-10T20:52:36.127Z] INFO: Testing against a local daemon
20:52:36 [2021-06-10T20:52:36.127Z] === RUN   TestConfigInspect
20:52:38 [2021-06-10T20:52:38.673Z] --- PASS: TestConfigInspect (2.49s)
20:52:38 [2021-06-10T20:52:38.673Z] === RUN   TestConfigList
20:52:40 [2021-06-10T20:52:40.588Z] --- PASS: TestConfigList (2.27s)
20:52:40 [2021-06-10T20:52:40.588Z] === RUN   TestConfigsCreateAndDelete
20:52:43 [2021-06-10T20:52:43.139Z] --- PASS: TestConfigsCreateAndDelete (2.34s)
20:52:43 [2021-06-10T20:52:43.139Z] === RUN   TestConfigsUpdate
20:52:45 [2021-06-10T20:52:45.683Z] --- PASS: TestConfigsUpdate (2.29s)
20:52:45 [2021-06-10T20:52:45.684Z] === RUN   TestTemplatedConfig
20:52:48 [2021-06-10T20:52:48.986Z] --- PASS: TestTemplatedConfig (3.48s)
20:52:48 [2021-06-10T20:52:48.986Z] === RUN   TestConfigCreateResolve
20:52:51 [2021-06-10T20:52:51.536Z] --- PASS: TestConfigCreateResolve (2.33s)
20:52:51 [2021-06-10T20:52:51.536Z] === RUN   TestConfigDaemonLibtrustID
20:52:51 [2021-06-10T20:52:51.536Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
20:52:51 [2021-06-10T20:52:51.536Z] PASS
20:52:51 [2021-06-10T20:52:51.536Z] 
20:52:51 [2021-06-10T20:52:51.536Z] DONE 7 tests in 15.769s
20:52:51 [2021-06-10T20:52:51.536Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
20:52:51 [2021-06-10T20:52:51.798Z] INFO: Testing against a local daemon
20:52:51 [2021-06-10T20:52:51.798Z] === RUN   TestCheckpoint
20:52:51 [2021-06-10T20:52:51.798Z] --- SKIP: TestCheckpoint (0.00s)
20:52:51 [2021-06-10T20:52:51.798Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:52:51 [2021-06-10T20:52:51.798Z] === RUN   TestContainerInvalidJSON
20:52:51 [2021-06-10T20:52:51.798Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
20:52:51 [2021-06-10T20:52:51.798Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
20:52:51 [2021-06-10T20:52:51.798Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
20:52:51 [2021-06-10T20:52:51.798Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
20:52:51 [2021-06-10T20:52:51.798Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
20:52:51 [2021-06-10T20:52:51.798Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
20:52:51 [2021-06-10T20:52:51.798Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
20:52:51 [2021-06-10T20:52:51.798Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
20:52:51 [2021-06-10T20:52:51.798Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
20:52:51 [2021-06-10T20:52:51.798Z] --- PASS: TestContainerInvalidJSON (0.01s)
20:52:51 [2021-06-10T20:52:51.798Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
20:52:51 [2021-06-10T20:52:51.798Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
20:52:51 [2021-06-10T20:52:51.798Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
20:52:51 [2021-06-10T20:52:51.798Z] === RUN   TestCopyFromContainerPathDoesNotExist
20:52:51 [2021-06-10T20:52:51.798Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s)
20:52:51 [2021-06-10T20:52:51.798Z] === RUN   TestCopyFromContainerPathIsNotDir
20:52:51 [2021-06-10T20:52:51.798Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
20:52:51 [2021-06-10T20:52:51.798Z] === RUN   TestCopyToContainerPathDoesNotExist
20:52:51 [2021-06-10T20:52:51.798Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
20:52:51 [2021-06-10T20:52:51.798Z] === RUN   TestCopyToContainerPathIsNotDir
20:52:52 [2021-06-10T20:52:52.059Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
20:52:52 [2021-06-10T20:52:52.059Z] === RUN   TestCopyFromContainer
20:52:53 [2021-06-10T20:52:53.474Z] === RUN   TestCopyFromContainer//
20:52:53 [2021-06-10T20:52:53.474Z] === RUN   TestCopyFromContainer//bar/root
20:52:53 [2021-06-10T20:52:53.474Z] === RUN   TestCopyFromContainer//bar/root/
20:52:53 [2021-06-10T20:52:53.735Z] === RUN   TestCopyFromContainer/bar/quux
20:52:53 [2021-06-10T20:52:53.735Z] === RUN   TestCopyFromContainer/bar/quux/
20:52:53 [2021-06-10T20:52:53.735Z] === RUN   TestCopyFromContainer/bar/quux/baz
20:52:53 [2021-06-10T20:52:53.996Z] === RUN   TestCopyFromContainer/bar/filesymlink
20:52:53 [2021-06-10T20:52:53.996Z] === RUN   TestCopyFromContainer/bar/dirsymlink
20:52:53 [2021-06-10T20:52:53.996Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
20:52:53 [2021-06-10T20:52:53.996Z] === RUN   TestCopyFromContainer/bar/notarget
20:52:54 [2021-06-10T20:52:54.256Z] --- PASS: TestCopyFromContainer (2.27s)
20:52:54 [2021-06-10T20:52:54.256Z]     --- PASS: TestCopyFromContainer// (0.08s)
20:52:54 [2021-06-10T20:52:54.256Z]     --- PASS: TestCopyFromContainer//bar/root (0.07s)
20:52:54 [2021-06-10T20:52:54.256Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.11s)
20:52:54 [2021-06-10T20:52:54.256Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
20:52:54 [2021-06-10T20:52:54.256Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
20:52:54 [2021-06-10T20:52:54.256Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s)
20:52:54 [2021-06-10T20:52:54.256Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
20:52:54 [2021-06-10T20:52:54.256Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
20:52:54 [2021-06-10T20:52:54.256Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
20:52:54 [2021-06-10T20:52:54.256Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
20:52:54 [2021-06-10T20:52:54.256Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
20:52:54 [2021-06-10T20:52:54.256Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:52:54 [2021-06-10T20:52:54.256Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:52:54 [2021-06-10T20:52:54.256Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:52:54 [2021-06-10T20:52:54.256Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:52:54 [2021-06-10T20:52:54.256Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
20:52:54 [2021-06-10T20:52:54.256Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
20:52:54 [2021-06-10T20:52:54.256Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:52:54 [2021-06-10T20:52:54.256Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
20:52:54 [2021-06-10T20:52:54.256Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:52:54 [2021-06-10T20:52:54.256Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
20:52:54 [2021-06-10T20:52:54.256Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
20:52:54 [2021-06-10T20:52:54.256Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
20:52:54 [2021-06-10T20:52:54.256Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
20:52:54 [2021-06-10T20:52:54.256Z] === RUN   TestCreateLinkToNonExistingContainer
20:52:54 [2021-06-10T20:52:54.256Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
20:52:54 [2021-06-10T20:52:54.256Z] === RUN   TestCreateWithInvalidEnv
20:52:54 [2021-06-10T20:52:54.256Z] === RUN   TestCreateWithInvalidEnv/0
20:52:54 [2021-06-10T20:52:54.256Z] === PAUSE TestCreateWithInvalidEnv/0
20:52:54 [2021-06-10T20:52:54.256Z] === RUN   TestCreateWithInvalidEnv/1
20:52:54 [2021-06-10T20:52:54.256Z] === PAUSE TestCreateWithInvalidEnv/1
20:52:54 [2021-06-10T20:52:54.256Z] === RUN   TestCreateWithInvalidEnv/2
20:52:54 [2021-06-10T20:52:54.256Z] === PAUSE TestCreateWithInvalidEnv/2
20:52:54 [2021-06-10T20:52:54.256Z] === CONT  TestCreateWithInvalidEnv/0
20:52:54 [2021-06-10T20:52:54.256Z] === CONT  TestCreateWithInvalidEnv/2
20:52:54 [2021-06-10T20:52:54.256Z] === CONT  TestCreateWithInvalidEnv/1
20:52:54 [2021-06-10T20:52:54.256Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
20:52:54 [2021-06-10T20:52:54.256Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
20:52:54 [2021-06-10T20:52:54.256Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
20:52:54 [2021-06-10T20:52:54.256Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
20:52:54 [2021-06-10T20:52:54.256Z] === RUN   TestCreateTmpfsMountsTarget
20:52:54 [2021-06-10T20:52:54.256Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
20:52:54 [2021-06-10T20:52:54.256Z] === RUN   TestCreateWithCustomMaskedPaths
20:52:56 [2021-06-10T20:52:56.802Z] --- PASS: TestCreateWithCustomMaskedPaths (2.35s)
20:52:56 [2021-06-10T20:52:56.802Z] === RUN   TestCreateWithCustomReadonlyPaths
20:52:59 [2021-06-10T20:52:59.348Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.48s)
20:52:59 [2021-06-10T20:52:59.348Z] === RUN   TestCreateWithInvalidHealthcheckParams
20:52:59 [2021-06-10T20:52:59.348Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:52:59 [2021-06-10T20:52:59.348Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:52:59 [2021-06-10T20:52:59.348Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:52:59 [2021-06-10T20:52:59.348Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:52:59 [2021-06-10T20:52:59.348Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:52:59 [2021-06-10T20:52:59.348Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:52:59 [2021-06-10T20:52:59.348Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:52:59 [2021-06-10T20:52:59.348Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:52:59 [2021-06-10T20:52:59.348Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:52:59 [2021-06-10T20:52:59.348Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:52:59 [2021-06-10T20:52:59.348Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:52:59 [2021-06-10T20:52:59.348Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:52:59 [2021-06-10T20:52:59.348Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:52:59 [2021-06-10T20:52:59.348Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:52:59 [2021-06-10T20:52:59.348Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:52:59 [2021-06-10T20:52:59.348Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
20:52:59 [2021-06-10T20:52:59.348Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
20:52:59 [2021-06-10T20:52:59.348Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
20:52:59 [2021-06-10T20:52:59.348Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s)
20:52:59 [2021-06-10T20:52:59.348Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
20:52:59 [2021-06-10T20:52:59.348Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
20:52:59 [2021-06-10T20:52:59.348Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
20:53:00 [2021-06-10T20:53:00.291Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.89s)
20:53:00 [2021-06-10T20:53:00.291Z] === RUN   TestCreateDifferentPlatform
20:53:00 [2021-06-10T20:53:00.291Z] === RUN   TestCreateDifferentPlatform/different_os
20:53:00 [2021-06-10T20:53:00.291Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
20:53:00 [2021-06-10T20:53:00.291Z] --- PASS: TestCreateDifferentPlatform (0.01s)
20:53:00 [2021-06-10T20:53:00.291Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
20:53:00 [2021-06-10T20:53:00.291Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
20:53:00 [2021-06-10T20:53:00.291Z] === RUN   TestCreateVolumesFromNonExistingContainer
20:53:00 [2021-06-10T20:53:00.291Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s)
20:53:00 [2021-06-10T20:53:00.291Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
20:53:00 [2021-06-10T20:53:00.291Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
20:53:00 [2021-06-10T20:53:00.291Z] === RUN   TestContainerStartOnDaemonRestart
20:53:00 [2021-06-10T20:53:00.291Z] === PAUSE TestContainerStartOnDaemonRestart
20:53:00 [2021-06-10T20:53:00.291Z] === RUN   TestDaemonRestartIpcMode
20:53:00 [2021-06-10T20:53:00.291Z] === PAUSE TestDaemonRestartIpcMode
20:53:00 [2021-06-10T20:53:00.291Z] === RUN   TestDaemonHostGatewayIP
20:53:00 [2021-06-10T20:53:00.291Z] === PAUSE TestDaemonHostGatewayIP
20:53:00 [2021-06-10T20:53:00.291Z] === RUN   TestRestartDaemonWithRestartingContainer
20:53:00 [2021-06-10T20:53:00.291Z] === PAUSE TestRestartDaemonWithRestartingContainer
20:53:00 [2021-06-10T20:53:00.291Z] === RUN   TestContainerKillOnDaemonStart
20:53:00 [2021-06-10T20:53:00.291Z] === PAUSE TestContainerKillOnDaemonStart
20:53:00 [2021-06-10T20:53:00.291Z] === RUN   TestDiff
20:53:01 [2021-06-10T20:53:01.234Z] --- PASS: TestDiff (0.86s)
20:53:01 [2021-06-10T20:53:01.234Z] === RUN   TestExecWithCloseStdin
20:53:02 [2021-06-10T20:53:02.286Z] --- PASS: TestExecWithCloseStdin (1.17s)
20:53:02 [2021-06-10T20:53:02.286Z] === RUN   TestExec
20:53:03 [2021-06-10T20:53:03.229Z] --- PASS: TestExec (1.13s)
20:53:03 [2021-06-10T20:53:03.229Z] === RUN   TestExecUser
20:53:04 [2021-06-10T20:53:04.615Z] --- PASS: TestExecUser (1.15s)
20:53:04 [2021-06-10T20:53:04.615Z] === RUN   TestExportContainerAndImportImage
20:53:05 [2021-06-10T20:53:05.559Z] --- PASS: TestExportContainerAndImportImage (1.05s)
20:53:05 [2021-06-10T20:53:05.559Z] === RUN   TestExportContainerAfterDaemonRestart
20:53:06 [2021-06-10T20:53:06.944Z] --- PASS: TestExportContainerAfterDaemonRestart (1.31s)
20:53:06 [2021-06-10T20:53:06.944Z] === RUN   TestHealthCheckWorkdir
20:53:08 [2021-06-10T20:53:08.331Z] --- PASS: TestHealthCheckWorkdir (1.54s)
20:53:08 [2021-06-10T20:53:08.331Z] === RUN   TestHealthKillContainer
20:53:11 [2021-06-10T20:53:11.631Z] --- PASS: TestHealthKillContainer (3.16s)
20:53:11 [2021-06-10T20:53:11.631Z] === RUN   TestInspectCpusetInConfigPre120
20:53:12 [2021-06-10T20:53:12.572Z] --- PASS: TestInspectCpusetInConfigPre120 (0.85s)
20:53:12 [2021-06-10T20:53:12.572Z] === RUN   TestIpcModeNone
20:53:13 [2021-06-10T20:53:13.514Z] --- PASS: TestIpcModeNone (1.15s)
20:53:13 [2021-06-10T20:53:13.514Z] === RUN   TestIpcModePrivate
20:53:14 [2021-06-10T20:53:14.899Z] --- PASS: TestIpcModePrivate (1.10s)
20:53:14 [2021-06-10T20:53:14.899Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:56, shared: false, mustBeShared: false
20:53:14 [2021-06-10T20:53:14.899Z] === RUN   TestIpcModeShareable
20:53:15 [2021-06-10T20:53:15.843Z] --- PASS: TestIpcModeShareable (1.13s)
20:53:15 [2021-06-10T20:53:15.843Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:51, shared: true, mustBeShared: true
20:53:15 [2021-06-10T20:53:15.843Z] === RUN   TestAPIIpcModeShareableAndContainer
20:53:19 [2021-06-10T20:53:19.147Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.16s)
20:53:19 [2021-06-10T20:53:19.147Z] === RUN   TestAPIIpcModeHost
20:53:20 [2021-06-10T20:53:20.092Z] --- PASS: TestAPIIpcModeHost (1.16s)
20:53:20 [2021-06-10T20:53:20.092Z] === RUN   TestDaemonIpcModeShareable
20:53:22 [2021-06-10T20:53:22.017Z] --- PASS: TestDaemonIpcModeShareable (1.76s)
20:53:22 [2021-06-10T20:53:22.017Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:59, shared: true, mustBeShared: true
20:53:22 [2021-06-10T20:53:22.017Z] === RUN   TestDaemonIpcModePrivate
20:53:23 [2021-06-10T20:53:23.932Z] --- PASS: TestDaemonIpcModePrivate (1.73s)
20:53:23 [2021-06-10T20:53:23.932Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false
20:53:23 [2021-06-10T20:53:23.932Z] === RUN   TestDaemonIpcModePrivateFromConfig
20:53:25 [2021-06-10T20:53:25.319Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.72s)
20:53:25 [2021-06-10T20:53:25.319Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false
20:53:25 [2021-06-10T20:53:25.319Z] === RUN   TestDaemonIpcModeShareableFromConfig
20:53:27 [2021-06-10T20:53:27.235Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.74s)
20:53:27 [2021-06-10T20:53:27.235Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:59, shared: true, mustBeShared: true
20:53:27 [2021-06-10T20:53:27.235Z] === RUN   TestIpcModeOlderClient
20:53:27 [2021-06-10T20:53:27.235Z] === PAUSE TestIpcModeOlderClient
20:53:27 [2021-06-10T20:53:27.235Z] === RUN   TestKillContainerInvalidSignal
20:53:27 [2021-06-10T20:53:27.807Z] --- PASS: TestKillContainerInvalidSignal (0.73s)
20:53:27 [2021-06-10T20:53:27.807Z] === RUN   TestKillContainer
20:53:27 [2021-06-10T20:53:27.807Z] === RUN   TestKillContainer/no_signal
20:53:28 [2021-06-10T20:53:28.750Z] === RUN   TestKillContainer/non_killing_signal
20:53:29 [2021-06-10T20:53:29.321Z] === RUN   TestKillContainer/killing_signal
20:53:30 [2021-06-10T20:53:30.264Z] --- PASS: TestKillContainer (2.43s)
20:53:30 [2021-06-10T20:53:30.264Z]     --- PASS: TestKillContainer/no_signal (0.74s)
20:53:30 [2021-06-10T20:53:30.264Z]     --- PASS: TestKillContainer/non_killing_signal (0.66s)
20:53:30 [2021-06-10T20:53:30.264Z]     --- PASS: TestKillContainer/killing_signal (0.83s)
20:53:30 [2021-06-10T20:53:30.264Z] === RUN   TestKillWithStopSignalAndRestartPolicies
20:53:30 [2021-06-10T20:53:30.264Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
20:53:30 [2021-06-10T20:53:30.838Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
20:53:31 [2021-06-10T20:53:31.781Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.47s)
20:53:31 [2021-06-10T20:53:31.781Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.76s)
20:53:31 [2021-06-10T20:53:31.781Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.56s)
20:53:31 [2021-06-10T20:53:31.781Z] === RUN   TestKillStoppedContainer
20:53:31 [2021-06-10T20:53:31.781Z] --- PASS: TestKillStoppedContainer (0.05s)
20:53:31 [2021-06-10T20:53:31.781Z] === RUN   TestKillStoppedContainerAPIPre120
20:53:31 [2021-06-10T20:53:31.781Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
20:53:31 [2021-06-10T20:53:31.781Z] === RUN   TestKillDifferentUserContainer
20:53:32 [2021-06-10T20:53:32.726Z] --- PASS: TestKillDifferentUserContainer (0.74s)
20:53:32 [2021-06-10T20:53:32.726Z] === RUN   TestInspectOomKilledTrue
20:53:32 [2021-06-10T20:53:32.726Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
20:53:32 [2021-06-10T20:53:32.726Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
20:53:32 [2021-06-10T20:53:32.726Z] === RUN   TestInspectOomKilledFalse
20:53:33 [2021-06-10T20:53:33.301Z] --- PASS: TestInspectOomKilledFalse (0.74s)
20:53:33 [2021-06-10T20:53:33.301Z] === RUN   TestLinksEtcHostsContentMatch
20:53:34 [2021-06-10T20:53:34.243Z] --- PASS: TestLinksEtcHostsContentMatch (0.83s)
20:53:34 [2021-06-10T20:53:34.243Z] === RUN   TestLinksContainerNames
20:53:35 [2021-06-10T20:53:35.631Z] --- PASS: TestLinksContainerNames (1.54s)
20:53:35 [2021-06-10T20:53:35.631Z] === RUN   TestLogsFollowTailEmpty
20:53:36 [2021-06-10T20:53:36.574Z] --- PASS: TestLogsFollowTailEmpty (0.76s)
20:53:36 [2021-06-10T20:53:36.574Z] === RUN   TestContainerNetworkMountsNoChown
20:53:37 [2021-06-10T20:53:37.145Z] --- PASS: TestContainerNetworkMountsNoChown (0.70s)
20:53:37 [2021-06-10T20:53:37.145Z] === RUN   TestMountDaemonRoot
20:53:37 [2021-06-10T20:53:37.145Z] === RUN   TestMountDaemonRoot/default
20:53:37 [2021-06-10T20:53:37.145Z] === PAUSE TestMountDaemonRoot/default
20:53:37 [2021-06-10T20:53:37.145Z] === RUN   TestMountDaemonRoot/private
20:53:37 [2021-06-10T20:53:37.145Z] === PAUSE TestMountDaemonRoot/private
20:53:37 [2021-06-10T20:53:37.145Z] === RUN   TestMountDaemonRoot/rprivate
20:53:37 [2021-06-10T20:53:37.145Z] === PAUSE TestMountDaemonRoot/rprivate
20:53:37 [2021-06-10T20:53:37.145Z] === RUN   TestMountDaemonRoot/slave
20:53:37 [2021-06-10T20:53:37.145Z] === PAUSE TestMountDaemonRoot/slave
20:53:37 [2021-06-10T20:53:37.145Z] === RUN   TestMountDaemonRoot/rslave
20:53:37 [2021-06-10T20:53:37.145Z] === PAUSE TestMountDaemonRoot/rslave
20:53:37 [2021-06-10T20:53:37.145Z] === RUN   TestMountDaemonRoot/shared
20:53:37 [2021-06-10T20:53:37.145Z] === PAUSE TestMountDaemonRoot/shared
20:53:37 [2021-06-10T20:53:37.145Z] === RUN   TestMountDaemonRoot/rshared
20:53:37 [2021-06-10T20:53:37.145Z] === PAUSE TestMountDaemonRoot/rshared
20:53:37 [2021-06-10T20:53:37.145Z] === CONT  TestMountDaemonRoot/default
20:53:37 [2021-06-10T20:53:37.145Z] === RUN   TestMountDaemonRoot/default/bind_root
20:53:37 [2021-06-10T20:53:37.145Z] === PAUSE TestMountDaemonRoot/default/bind_root
20:53:37 [2021-06-10T20:53:37.145Z] === RUN   TestMountDaemonRoot/default/bind_subpath
20:53:37 [2021-06-10T20:53:37.145Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
20:53:37 [2021-06-10T20:53:37.145Z] === RUN   TestMountDaemonRoot/default/mount_root
20:53:37 [2021-06-10T20:53:37.145Z] === PAUSE TestMountDaemonRoot/default/mount_root
20:53:37 [2021-06-10T20:53:37.145Z] === RUN   TestMountDaemonRoot/default/mount_subpath
20:53:37 [2021-06-10T20:53:37.145Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
20:53:37 [2021-06-10T20:53:37.145Z] === CONT  TestMountDaemonRoot/default/bind_root
20:53:37 [2021-06-10T20:53:37.145Z] === CONT  TestMountDaemonRoot/rshared
20:53:37 [2021-06-10T20:53:37.145Z] === RUN   TestMountDaemonRoot/rshared/bind_root
20:53:37 [2021-06-10T20:53:37.145Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
20:53:37 [2021-06-10T20:53:37.145Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
20:53:37 [2021-06-10T20:53:37.145Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
20:53:37 [2021-06-10T20:53:37.145Z] === RUN   TestMountDaemonRoot/rshared/mount_root
20:53:37 [2021-06-10T20:53:37.145Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
20:53:37 [2021-06-10T20:53:37.145Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
20:53:37 [2021-06-10T20:53:37.145Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
20:53:37 [2021-06-10T20:53:37.145Z] === CONT  TestMountDaemonRoot/rshared/bind_root
20:53:37 [2021-06-10T20:53:37.145Z] === CONT  TestMountDaemonRoot/default/mount_subpath
20:53:37 [2021-06-10T20:53:37.145Z] === CONT  TestMountDaemonRoot/shared
20:53:37 [2021-06-10T20:53:37.145Z] === RUN   TestMountDaemonRoot/shared/bind_root
20:53:37 [2021-06-10T20:53:37.146Z] === PAUSE TestMountDaemonRoot/shared/bind_root
20:53:37 [2021-06-10T20:53:37.146Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
20:53:37 [2021-06-10T20:53:37.146Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
20:53:37 [2021-06-10T20:53:37.146Z] === RUN   TestMountDaemonRoot/shared/mount_root
20:53:37 [2021-06-10T20:53:37.146Z] === PAUSE TestMountDaemonRoot/shared/mount_root
20:53:37 [2021-06-10T20:53:37.146Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
20:53:37 [2021-06-10T20:53:37.146Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
20:53:37 [2021-06-10T20:53:37.146Z] === CONT  TestMountDaemonRoot/rslave
20:53:37 [2021-06-10T20:53:37.146Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
20:53:37 [2021-06-10T20:53:37.146Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
20:53:37 [2021-06-10T20:53:37.146Z] === RUN   TestMountDaemonRoot/rslave/mount_root
20:53:37 [2021-06-10T20:53:37.146Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
20:53:37 [2021-06-10T20:53:37.146Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
20:53:37 [2021-06-10T20:53:37.146Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
20:53:37 [2021-06-10T20:53:37.146Z] === RUN   TestMountDaemonRoot/rslave/bind_root
20:53:37 [2021-06-10T20:53:37.146Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
20:53:37 [2021-06-10T20:53:37.146Z] === CONT  TestMountDaemonRoot/slave
20:53:37 [2021-06-10T20:53:37.146Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
20:53:37 [2021-06-10T20:53:37.146Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
20:53:37 [2021-06-10T20:53:37.146Z] === RUN   TestMountDaemonRoot/slave/mount_root
20:53:37 [2021-06-10T20:53:37.146Z] === PAUSE TestMountDaemonRoot/slave/mount_root
20:53:37 [2021-06-10T20:53:37.146Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
20:53:37 [2021-06-10T20:53:37.146Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
20:53:37 [2021-06-10T20:53:37.146Z] === RUN   TestMountDaemonRoot/slave/bind_root
20:53:37 [2021-06-10T20:53:37.146Z] === PAUSE TestMountDaemonRoot/slave/bind_root
20:53:37 [2021-06-10T20:53:37.146Z] === CONT  TestMountDaemonRoot/rprivate
20:53:37 [2021-06-10T20:53:37.146Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
20:53:37 [2021-06-10T20:53:37.146Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
20:53:37 [2021-06-10T20:53:37.146Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
20:53:37 [2021-06-10T20:53:37.146Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
20:53:37 [2021-06-10T20:53:37.146Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
20:53:37 [2021-06-10T20:53:37.146Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
20:53:37 [2021-06-10T20:53:37.146Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
20:53:37 [2021-06-10T20:53:37.146Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
20:53:37 [2021-06-10T20:53:37.146Z] === CONT  TestMountDaemonRoot/private
20:53:37 [2021-06-10T20:53:37.146Z] === RUN   TestMountDaemonRoot/private/bind_root
20:53:37 [2021-06-10T20:53:37.146Z] === PAUSE TestMountDaemonRoot/private/bind_root
20:53:37 [2021-06-10T20:53:37.146Z] === RUN   TestMountDaemonRoot/private/bind_subpath
20:53:37 [2021-06-10T20:53:37.146Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
20:53:37 [2021-06-10T20:53:37.146Z] === RUN   TestMountDaemonRoot/private/mount_root
20:53:37 [2021-06-10T20:53:37.146Z] === PAUSE TestMountDaemonRoot/private/mount_root
20:53:37 [2021-06-10T20:53:37.146Z] === RUN   TestMountDaemonRoot/private/mount_subpath
20:53:37 [2021-06-10T20:53:37.146Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
20:53:37 [2021-06-10T20:53:37.146Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
20:53:37 [2021-06-10T20:53:37.146Z] === CONT  TestMountDaemonRoot/default/mount_root
20:53:37 [2021-06-10T20:53:37.146Z] === CONT  TestMountDaemonRoot/default/bind_subpath
20:53:37 [2021-06-10T20:53:37.146Z] === CONT  TestMountDaemonRoot/rshared/mount_root
20:53:37 [2021-06-10T20:53:37.146Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
20:53:37 [2021-06-10T20:53:37.146Z] === CONT  TestMountDaemonRoot/shared/bind_root
20:53:37 [2021-06-10T20:53:37.407Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
20:53:37 [2021-06-10T20:53:37.407Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
20:53:37 [2021-06-10T20:53:37.407Z] === CONT  TestMountDaemonRoot/shared/mount_root
20:53:37 [2021-06-10T20:53:37.407Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
20:53:37 [2021-06-10T20:53:37.407Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
20:53:37 [2021-06-10T20:53:37.407Z] === CONT  TestMountDaemonRoot/rslave/bind_root
20:53:37 [2021-06-10T20:53:37.407Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
20:53:37 [2021-06-10T20:53:37.407Z] === CONT  TestMountDaemonRoot/rslave/mount_root
20:53:37 [2021-06-10T20:53:37.407Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
20:53:37 [2021-06-10T20:53:37.407Z] === CONT  TestMountDaemonRoot/slave/bind_root
20:53:37 [2021-06-10T20:53:37.407Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
20:53:37 [2021-06-10T20:53:37.407Z] === CONT  TestMountDaemonRoot/slave/mount_root
20:53:37 [2021-06-10T20:53:37.407Z] === CONT  TestMountDaemonRoot/private/bind_root
20:53:37 [2021-06-10T20:53:37.407Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
20:53:37 [2021-06-10T20:53:37.407Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
20:53:37 [2021-06-10T20:53:37.407Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
20:53:37 [2021-06-10T20:53:37.407Z] === CONT  TestMountDaemonRoot/private/mount_subpath
20:53:37 [2021-06-10T20:53:37.407Z] === CONT  TestMountDaemonRoot/private/mount_root
20:53:37 [2021-06-10T20:53:37.407Z] === CONT  TestMountDaemonRoot/private/bind_subpath
20:53:37 [2021-06-10T20:53:37.668Z] --- PASS: TestMountDaemonRoot (0.02s)
20:53:37 [2021-06-10T20:53:37.668Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
20:53:37 [2021-06-10T20:53:37.668Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
20:53:37 [2021-06-10T20:53:37.668Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
20:53:37 [2021-06-10T20:53:37.668Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
20:53:37 [2021-06-10T20:53:37.668Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.01s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
20:53:37 [2021-06-10T20:53:37.668Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.01s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
20:53:37 [2021-06-10T20:53:37.668Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
20:53:37 [2021-06-10T20:53:37.668Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
20:53:37 [2021-06-10T20:53:37.668Z] === RUN   TestContainerBindMountNonRecursive
20:53:40 [2021-06-10T20:53:40.254Z] --- PASS: TestContainerBindMountNonRecursive (2.21s)
20:53:40 [2021-06-10T20:53:40.254Z] === RUN   TestContainerVolumesMountedAsShared
20:53:40 [2021-06-10T20:53:40.254Z] --- PASS: TestContainerVolumesMountedAsShared (0.59s)
20:53:40 [2021-06-10T20:53:40.254Z] === RUN   TestContainerVolumesMountedAsSlave
20:53:41 [2021-06-10T20:53:41.205Z] --- PASS: TestContainerVolumesMountedAsSlave (0.88s)
20:53:41 [2021-06-10T20:53:41.205Z] === RUN   TestNetworkNat
20:53:42 [2021-06-10T20:53:42.148Z] --- PASS: TestNetworkNat (0.76s)
20:53:42 [2021-06-10T20:53:42.148Z] === RUN   TestNetworkLocalhostTCPNat
20:53:42 [2021-06-10T20:53:42.721Z] --- PASS: TestNetworkLocalhostTCPNat (0.85s)
20:53:42 [2021-06-10T20:53:42.721Z] === RUN   TestNetworkLoopbackNat
20:53:46 [2021-06-10T20:53:46.021Z] --- PASS: TestNetworkLoopbackNat (3.16s)
20:53:46 [2021-06-10T20:53:46.021Z] === RUN   TestPause
20:53:46 [2021-06-10T20:53:46.964Z] --- PASS: TestPause (0.77s)
20:53:46 [2021-06-10T20:53:46.964Z] === RUN   TestPauseFailsOnWindowsServerContainers
20:53:46 [2021-06-10T20:53:46.964Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
20:53:46 [2021-06-10T20:53:46.964Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:53:46 [2021-06-10T20:53:46.964Z] === RUN   TestPauseStopPausedContainer
20:53:47 [2021-06-10T20:53:47.536Z] --- PASS: TestPauseStopPausedContainer (0.74s)
20:53:47 [2021-06-10T20:53:47.536Z] === RUN   TestPidHost
20:53:50 [2021-06-10T20:53:50.084Z] --- PASS: TestPidHost (2.13s)
20:53:50 [2021-06-10T20:53:50.084Z] === RUN   TestPsFilter
20:53:50 [2021-06-10T20:53:50.084Z] --- PASS: TestPsFilter (0.13s)
20:53:50 [2021-06-10T20:53:50.084Z] === RUN   TestRemoveContainerWithRemovedVolume
20:53:50 [2021-06-10T20:53:50.345Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.71s)
20:53:50 [2021-06-10T20:53:50.346Z] === RUN   TestRemoveContainerWithVolume
20:53:51 [2021-06-10T20:53:51.290Z] --- PASS: TestRemoveContainerWithVolume (0.74s)
20:53:51 [2021-06-10T20:53:51.290Z] === RUN   TestRemoveContainerRunning
20:53:51 [2021-06-10T20:53:51.863Z] --- PASS: TestRemoveContainerRunning (0.75s)
20:53:51 [2021-06-10T20:53:51.863Z] === RUN   TestRemoveContainerForceRemoveRunning
20:53:52 [2021-06-10T20:53:52.806Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.71s)
20:53:52 [2021-06-10T20:53:52.807Z] === RUN   TestRemoveInvalidContainer
20:53:52 [2021-06-10T20:53:52.807Z] --- PASS: TestRemoveInvalidContainer (0.01s)
20:53:52 [2021-06-10T20:53:52.807Z] === RUN   TestRenameLinkedContainer
20:53:56 [2021-06-10T20:53:56.110Z] --- PASS: TestRenameLinkedContainer (3.01s)
20:53:56 [2021-06-10T20:53:56.110Z] === RUN   TestRenameStoppedContainer
20:53:56 [2021-06-10T20:53:56.379Z] --- PASS: TestRenameStoppedContainer (0.73s)
20:53:56 [2021-06-10T20:53:56.379Z] === RUN   TestRenameRunningContainerAndReuse
20:53:57 [2021-06-10T20:53:57.765Z] --- PASS: TestRenameRunningContainerAndReuse (1.45s)
20:53:57 [2021-06-10T20:53:57.765Z] === RUN   TestRenameInvalidName
20:53:58 [2021-06-10T20:53:58.707Z] --- PASS: TestRenameInvalidName (0.73s)
20:53:58 [2021-06-10T20:53:58.707Z] === RUN   TestRenameAnonymousContainer
20:54:01 [2021-06-10T20:54:01.253Z] --- PASS: TestRenameAnonymousContainer (2.52s)
20:54:01 [2021-06-10T20:54:01.253Z] === RUN   TestRenameContainerWithSameName
20:54:01 [2021-06-10T20:54:01.827Z] --- PASS: TestRenameContainerWithSameName (0.75s)
20:54:01 [2021-06-10T20:54:01.827Z] === RUN   TestRenameContainerWithLinkedContainer
20:54:03 [2021-06-10T20:54:03.741Z] --- PASS: TestRenameContainerWithLinkedContainer (1.57s)
20:54:03 [2021-06-10T20:54:03.741Z] === RUN   TestResize
20:54:04 [2021-06-10T20:54:04.313Z] --- PASS: TestResize (0.79s)
20:54:04 [2021-06-10T20:54:04.313Z] === RUN   TestResizeWithInvalidSize
20:54:04 [2021-06-10T20:54:04.883Z] --- PASS: TestResizeWithInvalidSize (0.76s)
20:54:04 [2021-06-10T20:54:04.883Z] === RUN   TestResizeWhenContainerNotStarted
20:54:05 [2021-06-10T20:54:05.830Z] --- PASS: TestResizeWhenContainerNotStarted (0.86s)
20:54:05 [2021-06-10T20:54:05.830Z] === RUN   TestDaemonRestartKillContainers
20:54:05 [2021-06-10T20:54:05.830Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:54:05 [2021-06-10T20:54:05.830Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:54:08 [2021-06-10T20:54:08.378Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:54:08 [2021-06-10T20:54:08.378Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:54:09 [2021-06-10T20:54:09.762Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:54:09 [2021-06-10T20:54:09.762Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:54:11 [2021-06-10T20:54:11.151Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:54:11 [2021-06-10T20:54:11.151Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:54:13 [2021-06-10T20:54:13.697Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:54:13 [2021-06-10T20:54:13.697Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:54:16 [2021-06-10T20:54:16.999Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:54:16 [2021-06-10T20:54:16.999Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:54:19 [2021-06-10T20:54:19.545Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
20:54:19 [2021-06-10T20:54:19.545Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.44s)
20:54:19 [2021-06-10T20:54:19.545Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.48s)
20:54:19 [2021-06-10T20:54:19.545Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.44s)
20:54:19 [2021-06-10T20:54:19.545Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.44s)
20:54:19 [2021-06-10T20:54:19.545Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.40s)
20:54:19 [2021-06-10T20:54:19.545Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.46s)
20:54:19 [2021-06-10T20:54:19.545Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.38s)
20:54:19 [2021-06-10T20:54:19.545Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.50s)
20:54:19 [2021-06-10T20:54:19.545Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.09s)
20:54:19 [2021-06-10T20:54:19.545Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.19s)
20:54:19 [2021-06-10T20:54:19.545Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.45s)
20:54:19 [2021-06-10T20:54:19.545Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.22s)
20:54:19 [2021-06-10T20:54:19.545Z] === RUN   TestCgroupNamespacesRun
20:54:20 [2021-06-10T20:54:20.927Z] --- PASS: TestCgroupNamespacesRun (1.74s)
20:54:20 [2021-06-10T20:54:20.927Z] === RUN   TestCgroupNamespacesRunPrivileged
20:54:20 [2021-06-10T20:54:20.927Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
20:54:20 [2021-06-10T20:54:20.927Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
20:54:20 [2021-06-10T20:54:20.927Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
20:54:22 [2021-06-10T20:54:22.839Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.95s)
20:54:22 [2021-06-10T20:54:22.839Z] === RUN   TestCgroupNamespacesRunHostMode
20:54:24 [2021-06-10T20:54:24.752Z] --- PASS: TestCgroupNamespacesRunHostMode (1.77s)
20:54:24 [2021-06-10T20:54:24.752Z] === RUN   TestCgroupNamespacesRunPrivateMode
20:54:26 [2021-06-10T20:54:26.665Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.75s)
20:54:26 [2021-06-10T20:54:26.665Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
20:54:27 [2021-06-10T20:54:27.607Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.26s)
20:54:27 [2021-06-10T20:54:27.607Z] === RUN   TestCgroupNamespacesRunInvalidMode
20:54:28 [2021-06-10T20:54:28.178Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s)
20:54:28 [2021-06-10T20:54:28.178Z] === RUN   TestCgroupNamespacesRunOlderClient
20:54:30 [2021-06-10T20:54:30.122Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.74s)
20:54:30 [2021-06-10T20:54:30.122Z] === RUN   TestNISDomainname
20:54:31 [2021-06-10T20:54:31.512Z] --- PASS: TestNISDomainname (1.49s)
20:54:31 [2021-06-10T20:54:31.512Z] === RUN   TestHostnameDnsResolution
20:54:32 [2021-06-10T20:54:32.901Z] --- PASS: TestHostnameDnsResolution (1.26s)
20:54:32 [2021-06-10T20:54:32.901Z] === RUN   TestStats
20:54:35 [2021-06-10T20:54:35.443Z] --- PASS: TestStats (2.78s)
20:54:35 [2021-06-10T20:54:35.443Z] === RUN   TestStopContainerWithTimeout
20:54:35 [2021-06-10T20:54:35.443Z] === RUN   TestStopContainerWithTimeout/0
20:54:35 [2021-06-10T20:54:35.443Z] === PAUSE TestStopContainerWithTimeout/0
20:54:35 [2021-06-10T20:54:35.443Z] === RUN   TestStopContainerWithTimeout/1
20:54:35 [2021-06-10T20:54:35.443Z] === PAUSE TestStopContainerWithTimeout/1
20:54:35 [2021-06-10T20:54:35.443Z] === RUN   TestStopContainerWithTimeout/3
20:54:35 [2021-06-10T20:54:35.443Z] === PAUSE TestStopContainerWithTimeout/3
20:54:35 [2021-06-10T20:54:35.443Z] === RUN   TestStopContainerWithTimeout/-1
20:54:35 [2021-06-10T20:54:35.443Z] === PAUSE TestStopContainerWithTimeout/-1
20:54:35 [2021-06-10T20:54:35.443Z] === CONT  TestStopContainerWithTimeout/0
20:54:35 [2021-06-10T20:54:35.443Z] === CONT  TestStopContainerWithTimeout/-1
20:54:36 [2021-06-10T20:54:36.831Z] === CONT  TestStopContainerWithTimeout/3
20:54:38 [2021-06-10T20:54:38.744Z] === CONT  TestStopContainerWithTimeout/1
20:54:40 [2021-06-10T20:54:40.657Z] --- PASS: TestStopContainerWithTimeout (0.01s)
20:54:40 [2021-06-10T20:54:40.657Z]     --- PASS: TestStopContainerWithTimeout/0 (1.13s)
20:54:40 [2021-06-10T20:54:40.657Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.08s)
20:54:40 [2021-06-10T20:54:40.657Z]     --- PASS: TestStopContainerWithTimeout/3 (2.68s)
20:54:40 [2021-06-10T20:54:40.657Z]     --- PASS: TestStopContainerWithTimeout/1 (1.73s)
20:54:40 [2021-06-10T20:54:40.657Z] === RUN   TestDeleteDevicemapper
20:54:40 [2021-06-10T20:54:40.657Z] --- SKIP: TestDeleteDevicemapper (0.00s)
20:54:40 [2021-06-10T20:54:40.657Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:54:40 [2021-06-10T20:54:40.657Z] === RUN   TestStopContainerWithRestartPolicyAlways
20:54:44 [2021-06-10T20:54:44.863Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.75s)
20:54:44 [2021-06-10T20:54:44.863Z] === RUN   TestUpdateMemory
20:54:45 [2021-06-10T20:54:45.435Z] --- PASS: TestUpdateMemory (1.37s)
20:54:45 [2021-06-10T20:54:45.435Z] === RUN   TestUpdateCPUQuota
20:54:53 [2021-06-10T20:54:53.576Z] --- PASS: TestUpdateCPUQuota (6.88s)
20:54:53 [2021-06-10T20:54:53.576Z] === RUN   TestUpdatePidsLimit
20:54:53 [2021-06-10T20:54:53.576Z] === RUN   TestUpdatePidsLimit/update_from_none
20:54:53 [2021-06-10T20:54:53.576Z] === RUN   TestUpdatePidsLimit/no_change
20:54:53 [2021-06-10T20:54:53.837Z] === RUN   TestUpdatePidsLimit/update_lower
20:54:54 [2021-06-10T20:54:54.409Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
20:54:55 [2021-06-10T20:54:55.353Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
20:54:55 [2021-06-10T20:54:55.925Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
20:54:56 [2021-06-10T20:54:56.868Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
20:54:58 [2021-06-10T20:54:58.255Z] --- PASS: TestUpdatePidsLimit (5.65s)
20:54:58 [2021-06-10T20:54:58.255Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.70s)
20:54:58 [2021-06-10T20:54:58.255Z]     --- PASS: TestUpdatePidsLimit/no_change (0.71s)
20:54:58 [2021-06-10T20:54:58.255Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.73s)
20:54:58 [2021-06-10T20:54:58.255Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.73s)
20:54:58 [2021-06-10T20:54:58.255Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.71s)
20:54:58 [2021-06-10T20:54:58.255Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.69s)
20:54:58 [2021-06-10T20:54:58.255Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.71s)
20:54:58 [2021-06-10T20:54:58.255Z] === RUN   TestUpdateRestartPolicy
20:55:13 [2021-06-10T20:55:13.211Z] --- PASS: TestUpdateRestartPolicy (13.12s)
20:55:13 [2021-06-10T20:55:13.211Z] === RUN   TestUpdateRestartWithAutoRemove
20:55:13 [2021-06-10T20:55:13.211Z] --- PASS: TestUpdateRestartWithAutoRemove (0.72s)
20:55:13 [2021-06-10T20:55:13.211Z] === RUN   TestWaitNonBlocked
20:55:13 [2021-06-10T20:55:13.211Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
20:55:13 [2021-06-10T20:55:13.211Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
20:55:13 [2021-06-10T20:55:13.211Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
20:55:13 [2021-06-10T20:55:13.211Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
20:55:13 [2021-06-10T20:55:13.211Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
20:55:13 [2021-06-10T20:55:13.211Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
20:55:13 [2021-06-10T20:55:13.211Z] --- PASS: TestWaitNonBlocked (0.01s)
20:55:13 [2021-06-10T20:55:13.211Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.04s)
20:55:13 [2021-06-10T20:55:13.211Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.08s)
20:55:13 [2021-06-10T20:55:13.211Z] === RUN   TestWaitBlocked
20:55:13 [2021-06-10T20:55:13.211Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
20:55:13 [2021-06-10T20:55:13.211Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
20:55:13 [2021-06-10T20:55:13.211Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
20:55:13 [2021-06-10T20:55:13.211Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
20:55:13 [2021-06-10T20:55:13.211Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
20:55:13 [2021-06-10T20:55:13.211Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
20:55:14 [2021-06-10T20:55:14.155Z] --- PASS: TestWaitBlocked (0.02s)
20:55:14 [2021-06-10T20:55:14.155Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.12s)
20:55:14 [2021-06-10T20:55:14.155Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.17s)
20:55:14 [2021-06-10T20:55:14.155Z] === CONT  TestContainerStartOnDaemonRestart
20:55:14 [2021-06-10T20:55:14.155Z] === CONT  TestContainerKillOnDaemonStart
20:55:17 [2021-06-10T20:55:17.460Z] --- PASS: TestContainerStartOnDaemonRestart (3.08s)
20:55:17 [2021-06-10T20:55:17.460Z] === CONT  TestIpcModeOlderClient
20:55:17 [2021-06-10T20:55:17.460Z] --- PASS: TestIpcModeOlderClient (0.14s)
20:55:17 [2021-06-10T20:55:17.460Z] === CONT  TestDaemonHostGatewayIP
20:55:20 [2021-06-10T20:55:20.763Z] --- PASS: TestDaemonHostGatewayIP (3.36s)
20:55:20 [2021-06-10T20:55:20.763Z] === CONT  TestRestartDaemonWithRestartingContainer
20:55:23 [2021-06-10T20:55:23.310Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.42s)
20:55:23 [2021-06-10T20:55:23.310Z] === CONT  TestDaemonRestartIpcMode
20:55:26 [2021-06-10T20:55:26.613Z] --- PASS: TestDaemonRestartIpcMode (3.08s)
20:55:26 [2021-06-10T20:55:26.613Z] --- PASS: TestContainerKillOnDaemonStart (12.36s)
20:55:26 [2021-06-10T20:55:26.613Z] PASS
20:55:26 [2021-06-10T20:55:26.613Z] 
20:55:26 [2021-06-10T20:55:26.613Z] === Skipped
20:55:26 [2021-06-10T20:55:26.613Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
20:55:26 [2021-06-10T20:55:26.613Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:55:26 [2021-06-10T20:55:26.613Z] 
20:55:26 [2021-06-10T20:55:26.613Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
20:55:26 [2021-06-10T20:55:26.613Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
20:55:26 [2021-06-10T20:55:26.613Z] 
20:55:26 [2021-06-10T20:55:26.613Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
20:55:26 [2021-06-10T20:55:26.613Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:55:26 [2021-06-10T20:55:26.613Z] 
20:55:26 [2021-06-10T20:55:26.613Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
20:55:26 [2021-06-10T20:55:26.613Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
20:55:26 [2021-06-10T20:55:26.613Z] 
20:55:26 [2021-06-10T20:55:26.613Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
20:55:26 [2021-06-10T20:55:26.613Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:55:26 [2021-06-10T20:55:26.613Z] 
20:55:26 [2021-06-10T20:55:26.613Z] 
20:55:26 [2021-06-10T20:55:26.613Z] DONE 196 tests, 5 skipped in 154.846s
20:55:26 [2021-06-10T20:55:26.613Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
20:55:26 [2021-06-10T20:55:26.613Z] INFO: Testing against a local daemon
20:55:26 [2021-06-10T20:55:26.613Z] === RUN   TestCommitInheritsEnv
20:55:26 [2021-06-10T20:55:26.878Z] --- PASS: TestCommitInheritsEnv (0.32s)
20:55:26 [2021-06-10T20:55:26.878Z] === RUN   TestImportExtremelyLargeImageWorks
20:55:26 [2021-06-10T20:55:26.878Z] === PAUSE TestImportExtremelyLargeImageWorks
20:55:26 [2021-06-10T20:55:26.878Z] === RUN   TestImagesFilterMultiReference
20:55:26 [2021-06-10T20:55:26.878Z] --- PASS: TestImagesFilterMultiReference (0.06s)
20:55:26 [2021-06-10T20:55:26.878Z] === RUN   TestImagePullPlatformInvalid
20:55:26 [2021-06-10T20:55:26.878Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
20:55:26 [2021-06-10T20:55:26.878Z] === RUN   TestRemoveImageOrphaning
20:55:27 [2021-06-10T20:55:27.138Z] --- PASS: TestRemoveImageOrphaning (0.28s)
20:55:27 [2021-06-10T20:55:27.138Z] === RUN   TestRemoveImageGarbageCollector
20:55:29 [2021-06-10T20:55:29.684Z] --- PASS: TestRemoveImageGarbageCollector (2.02s)
20:55:29 [2021-06-10T20:55:29.684Z] === RUN   TestTagUnprefixedRepoByNameOrName
20:55:29 [2021-06-10T20:55:29.684Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
20:55:29 [2021-06-10T20:55:29.684Z] === RUN   TestTagInvalidReference
20:55:29 [2021-06-10T20:55:29.684Z] --- PASS: TestTagInvalidReference (0.01s)
20:55:29 [2021-06-10T20:55:29.684Z] === RUN   TestTagValidPrefixedRepo
20:55:29 [2021-06-10T20:55:29.684Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
20:55:29 [2021-06-10T20:55:29.684Z] === RUN   TestTagExistedNameWithoutForce
20:55:29 [2021-06-10T20:55:29.684Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
20:55:29 [2021-06-10T20:55:29.684Z] === RUN   TestTagOfficialNames
20:55:29 [2021-06-10T20:55:29.684Z] --- PASS: TestTagOfficialNames (0.06s)
20:55:29 [2021-06-10T20:55:29.684Z] === RUN   TestTagMatchesDigest
20:55:29 [2021-06-10T20:55:29.684Z] --- PASS: TestTagMatchesDigest (0.02s)
20:55:29 [2021-06-10T20:55:29.684Z] === CONT  TestImportExtremelyLargeImageWorks
20:57:21 [2021-06-10T20:57:21.285Z] --- PASS: TestImportExtremelyLargeImageWorks (102.25s)
20:57:21 [2021-06-10T20:57:21.285Z] PASS
20:57:21 [2021-06-10T20:57:21.285Z] 
20:57:21 [2021-06-10T20:57:21.285Z] DONE 12 tests in 105.186s
20:57:21 [2021-06-10T20:57:21.285Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
20:57:21 [2021-06-10T20:57:21.285Z] INFO: Testing against a local daemon
20:57:21 [2021-06-10T20:57:21.285Z] === RUN   TestNetworkCreateDelete
20:57:21 [2021-06-10T20:57:21.285Z] --- PASS: TestNetworkCreateDelete (0.14s)
20:57:21 [2021-06-10T20:57:21.285Z] === RUN   TestDockerNetworkDeletePreferID
20:57:21 [2021-06-10T20:57:21.285Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s)
20:57:21 [2021-06-10T20:57:21.285Z] === RUN   TestDaemonDNSFallback
20:57:21 [2021-06-10T20:57:21.285Z] --- PASS: TestDaemonDNSFallback (6.71s)
20:57:21 [2021-06-10T20:57:21.285Z] === RUN   TestInspectNetwork
20:57:23 [2021-06-10T20:57:23.196Z] === RUN   TestInspectNetwork/full_network_id
20:57:23 [2021-06-10T20:57:23.197Z] === RUN   TestInspectNetwork/partial_network_id
20:57:23 [2021-06-10T20:57:23.197Z] === RUN   TestInspectNetwork/network_name
20:57:23 [2021-06-10T20:57:23.197Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
20:57:27 [2021-06-10T20:57:27.401Z] --- PASS: TestInspectNetwork (8.04s)
20:57:27 [2021-06-10T20:57:27.401Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
20:57:27 [2021-06-10T20:57:27.401Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
20:57:27 [2021-06-10T20:57:27.401Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
20:57:27 [2021-06-10T20:57:27.401Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
20:57:27 [2021-06-10T20:57:27.401Z] === RUN   TestRunContainerWithBridgeNone
20:57:30 [2021-06-10T20:57:30.702Z] --- PASS: TestRunContainerWithBridgeNone (3.25s)
20:57:30 [2021-06-10T20:57:30.702Z] === RUN   TestNetworkInvalidJSON
20:57:30 [2021-06-10T20:57:30.702Z] === RUN   TestNetworkInvalidJSON//networks/create
20:57:30 [2021-06-10T20:57:30.702Z] === PAUSE TestNetworkInvalidJSON//networks/create
20:57:30 [2021-06-10T20:57:30.702Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
20:57:30 [2021-06-10T20:57:30.702Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
20:57:30 [2021-06-10T20:57:30.702Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
20:57:30 [2021-06-10T20:57:30.702Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
20:57:30 [2021-06-10T20:57:30.702Z] === CONT  TestNetworkInvalidJSON//networks/create
20:57:30 [2021-06-10T20:57:30.702Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
20:57:30 [2021-06-10T20:57:30.702Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
20:57:30 [2021-06-10T20:57:30.702Z] --- PASS: TestNetworkInvalidJSON (0.02s)
20:57:30 [2021-06-10T20:57:30.702Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
20:57:30 [2021-06-10T20:57:30.702Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
20:57:30 [2021-06-10T20:57:30.702Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
20:57:30 [2021-06-10T20:57:30.702Z] === RUN   TestNetworkList
20:57:30 [2021-06-10T20:57:30.702Z] === RUN   TestNetworkList//networks
20:57:30 [2021-06-10T20:57:30.702Z] === PAUSE TestNetworkList//networks
20:57:30 [2021-06-10T20:57:30.702Z] === RUN   TestNetworkList//networks/
20:57:30 [2021-06-10T20:57:30.702Z] === PAUSE TestNetworkList//networks/
20:57:30 [2021-06-10T20:57:30.702Z] === CONT  TestNetworkList//networks
20:57:30 [2021-06-10T20:57:30.702Z] === CONT  TestNetworkList//networks/
20:57:30 [2021-06-10T20:57:30.702Z] --- PASS: TestNetworkList (0.01s)
20:57:30 [2021-06-10T20:57:30.702Z]     --- PASS: TestNetworkList//networks (0.00s)
20:57:30 [2021-06-10T20:57:30.702Z]     --- PASS: TestNetworkList//networks/ (0.00s)
20:57:30 [2021-06-10T20:57:30.702Z] === RUN   TestHostIPv4BridgeLabel
20:57:30 [2021-06-10T20:57:30.971Z] --- PASS: TestHostIPv4BridgeLabel (0.59s)
20:57:30 [2021-06-10T20:57:30.971Z] === RUN   TestDaemonRestartWithLiveRestore
20:57:31 [2021-06-10T20:57:31.912Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
20:57:31 [2021-06-10T20:57:31.912Z] === RUN   TestDaemonDefaultNetworkPools
20:57:32 [2021-06-10T20:57:32.852Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s)
20:57:32 [2021-06-10T20:57:32.852Z] === RUN   TestDaemonRestartWithExistingNetwork
20:57:33 [2021-06-10T20:57:33.795Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
20:57:33 [2021-06-10T20:57:33.795Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
20:57:35 [2021-06-10T20:57:35.180Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s)
20:57:35 [2021-06-10T20:57:35.180Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
20:57:35 [2021-06-10T20:57:35.751Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
20:57:35 [2021-06-10T20:57:35.751Z] === RUN   TestServiceWithPredefinedNetwork
20:57:38 [2021-06-10T20:57:38.297Z] --- PASS: TestServiceWithPredefinedNetwork (2.79s)
20:57:38 [2021-06-10T20:57:38.297Z] === RUN   TestServiceRemoveKeepsIngressNetwork
20:57:38 [2021-06-10T20:57:38.297Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
20:57:38 [2021-06-10T20:57:38.297Z]     service_test.go:242: FLAKY_TEST
20:57:38 [2021-06-10T20:57:38.297Z] === RUN   TestServiceWithDataPathPortInit
20:57:56 [2021-06-10T20:57:56.417Z] --- PASS: TestServiceWithDataPathPortInit (14.99s)
20:57:56 [2021-06-10T20:57:56.417Z] === RUN   TestServiceWithDefaultAddressPoolInit
20:58:01 [2021-06-10T20:58:01.705Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.49s)
20:58:01 [2021-06-10T20:58:01.706Z]     service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ppvpbnhqs1cptrxs6omhidtg3 Created:2021-06-10 20:57:54.686949402 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.1.0/24 IPRange: Gateway:20.20.1.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[a24129ea40878e6e0337cead23e78e6250cc82d86152aa5a5f9bca709dc4e7eb:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.7x6s2dp6s1sxpslefng2d6o02 EndpointID:ad65985f2877e02f73016c340c87844871db7bcb3cc79de08be267ed1961c582 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:2f8ad34bdcc885735c7f103a30ab4f013699dbf39c6313d1d4d0921a58cf655f MacAddress:02:42:14:14:01:04 IPv4Address:20.20.1.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:78bebb54dca6 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.7x6s2dp6s1sxpslefng2d6o02 EndpointID:ad65985f2877e02f73016c340c87844871db7bcb3cc79de08be267ed1961c582 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
20:58:01 [2021-06-10T20:58:01.706Z] PASS
20:58:01 [2021-06-10T20:58:01.706Z] 
20:58:01 [2021-06-10T20:58:01.706Z] === Skipped
20:58:01 [2021-06-10T20:58:01.706Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:58:01 [2021-06-10T20:58:01.706Z]     service_test.go:242: FLAKY_TEST
20:58:01 [2021-06-10T20:58:01.706Z] 
20:58:01 [2021-06-10T20:58:01.706Z] 
20:58:01 [2021-06-10T20:58:01.706Z] DONE 26 tests, 1 skipped in 49.141s
20:58:01 [2021-06-10T20:58:01.706Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
20:58:01 [2021-06-10T20:58:01.706Z] INFO: Testing against a local daemon
20:58:01 [2021-06-10T20:58:01.706Z] === RUN   TestDockerNetworkIpvlanPersistance
20:58:01 [2021-06-10T20:58:01.706Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
20:58:01 [2021-06-10T20:58:01.706Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:58:01 [2021-06-10T20:58:01.706Z] === RUN   TestDockerNetworkIpvlan
20:58:01 [2021-06-10T20:58:01.706Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
20:58:01 [2021-06-10T20:58:01.706Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:58:01 [2021-06-10T20:58:01.706Z] PASS
20:58:01 [2021-06-10T20:58:01.706Z] 
20:58:01 [2021-06-10T20:58:01.706Z] === Skipped
20:58:01 [2021-06-10T20:58:01.706Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
20:58:01 [2021-06-10T20:58:01.706Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:58:01 [2021-06-10T20:58:01.706Z] 
20:58:01 [2021-06-10T20:58:01.706Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
20:58:01 [2021-06-10T20:58:01.706Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:58:01 [2021-06-10T20:58:01.706Z] 
20:58:01 [2021-06-10T20:58:01.706Z] 
20:58:01 [2021-06-10T20:58:01.706Z] DONE 2 tests, 2 skipped in 0.037s
20:58:01 [2021-06-10T20:58:01.706Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
20:58:01 [2021-06-10T20:58:01.706Z] INFO: Testing against a local daemon
20:58:01 [2021-06-10T20:58:01.706Z] === RUN   TestDockerNetworkMacvlanPersistance
20:58:02 [2021-06-10T20:58:02.281Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.40s)
20:58:02 [2021-06-10T20:58:02.281Z] === RUN   TestDockerNetworkMacvlan
20:58:03 [2021-06-10T20:58:03.225Z] === RUN   TestDockerNetworkMacvlan/Subinterface
20:58:03 [2021-06-10T20:58:03.797Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
20:58:04 [2021-06-10T20:58:04.742Z] === RUN   TestDockerNetworkMacvlan/NilParent
20:58:08 [2021-06-10T20:58:08.049Z] === RUN   TestDockerNetworkMacvlan/InternalMode
20:58:10 [2021-06-10T20:58:10.598Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
20:58:15 [2021-06-10T20:58:15.895Z] === RUN   TestDockerNetworkMacvlan/Addressing
20:58:17 [2021-06-10T20:58:17.812Z] --- PASS: TestDockerNetworkMacvlan (15.07s)
20:58:17 [2021-06-10T20:58:17.812Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s)
20:58:17 [2021-06-10T20:58:17.812Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
20:58:17 [2021-06-10T20:58:17.812Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.80s)
20:58:17 [2021-06-10T20:58:17.812Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.93s)
20:58:17 [2021-06-10T20:58:17.812Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.25s)
20:58:17 [2021-06-10T20:58:17.812Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.42s)
20:58:17 [2021-06-10T20:58:17.812Z] PASS
20:58:17 [2021-06-10T20:58:17.812Z] 
20:58:17 [2021-06-10T20:58:17.812Z] DONE 8 tests in 16.513s
20:58:17 [2021-06-10T20:58:17.812Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
20:58:17 [2021-06-10T20:58:17.812Z] testing: warning: no tests to run
20:58:17 [2021-06-10T20:58:17.812Z] PASS
20:58:17 [2021-06-10T20:58:17.812Z] 
20:58:17 [2021-06-10T20:58:17.812Z] DONE 0 tests in 0.006s
20:58:17 [2021-06-10T20:58:17.812Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
20:58:17 [2021-06-10T20:58:17.812Z] INFO: Testing against a local daemon
20:58:17 [2021-06-10T20:58:17.812Z] === RUN   TestAuthZPluginAllowRequest
20:58:19 [2021-06-10T20:58:19.198Z] --- PASS: TestAuthZPluginAllowRequest (1.49s)
20:58:19 [2021-06-10T20:58:19.198Z] === RUN   TestAuthZPluginTLS
20:58:19 [2021-06-10T20:58:19.459Z] --- PASS: TestAuthZPluginTLS (0.54s)
20:58:19 [2021-06-10T20:58:19.459Z] === RUN   TestAuthZPluginDenyRequest
20:58:20 [2021-06-10T20:58:20.032Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
20:58:20 [2021-06-10T20:58:20.032Z] === RUN   TestAuthZPluginAPIDenyResponse
20:58:20 [2021-06-10T20:58:20.604Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
20:58:20 [2021-06-10T20:58:20.604Z] === RUN   TestAuthZPluginDenyResponse
20:58:21 [2021-06-10T20:58:21.176Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
20:58:21 [2021-06-10T20:58:21.176Z] === RUN   TestAuthZPluginAllowEventStream
20:58:22 [2021-06-10T20:58:22.563Z] --- PASS: TestAuthZPluginAllowEventStream (1.51s)
20:58:22 [2021-06-10T20:58:22.563Z] === RUN   TestAuthZPluginErrorResponse
20:58:23 [2021-06-10T20:58:23.134Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
20:58:23 [2021-06-10T20:58:23.134Z] === RUN   TestAuthZPluginErrorRequest
20:58:23 [2021-06-10T20:58:23.706Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
20:58:23 [2021-06-10T20:58:23.706Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
20:58:24 [2021-06-10T20:58:24.288Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
20:58:24 [2021-06-10T20:58:24.288Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
20:58:26 [2021-06-10T20:58:26.219Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.91s)
20:58:26 [2021-06-10T20:58:26.220Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
20:58:28 [2021-06-10T20:58:28.134Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.82s)
20:58:28 [2021-06-10T20:58:28.134Z] === RUN   TestAuthZPluginHeader
20:58:28 [2021-06-10T20:58:28.707Z] --- PASS: TestAuthZPluginHeader (0.74s)
20:58:28 [2021-06-10T20:58:28.707Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
20:58:32 [2021-06-10T20:58:32.913Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.95s)
20:58:32 [2021-06-10T20:58:32.914Z] === RUN   TestAuthZPluginV2Disable
20:58:36 [2021-06-10T20:58:36.214Z] --- PASS: TestAuthZPluginV2Disable (3.00s)
20:58:36 [2021-06-10T20:58:36.215Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
20:58:38 [2021-06-10T20:58:38.762Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.68s)
20:58:38 [2021-06-10T20:58:38.762Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
20:58:48 [2021-06-10T20:58:48.773Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (8.76s)
20:58:48 [2021-06-10T20:58:48.773Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
20:59:03 [2021-06-10T20:59:03.677Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s)
20:59:03 [2021-06-10T20:59:03.677Z] PASS
20:59:03 [2021-06-10T20:59:03.677Z] 
20:59:03 [2021-06-10T20:59:03.677Z] DONE 17 tests in 46.207s
20:59:03 [2021-06-10T20:59:03.677Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
20:59:03 [2021-06-10T20:59:03.677Z] INFO: Testing against a local daemon
20:59:03 [2021-06-10T20:59:03.677Z] === RUN   TestPluginInvalidJSON
20:59:03 [2021-06-10T20:59:03.677Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
20:59:03 [2021-06-10T20:59:03.677Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
20:59:03 [2021-06-10T20:59:03.677Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
20:59:03 [2021-06-10T20:59:03.677Z] --- PASS: TestPluginInvalidJSON (0.02s)
20:59:03 [2021-06-10T20:59:03.677Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
20:59:03 [2021-06-10T20:59:03.677Z] === RUN   TestPluginInstall
20:59:03 [2021-06-10T20:59:03.677Z] === RUN   TestPluginInstall/no_auth
20:59:06 [2021-06-10T20:59:06.222Z] time="2021-06-10T20:59:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:59:06 [2021-06-10T20:59:06.222Z] time="2021-06-10T20:59:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a18e7fc628e6f61ba077eefc365f8b7b597bf2aba21e90d6912ad3058591876f" mediatype=application/vnd.docker.plugin.v1+json size=522
20:59:06 [2021-06-10T20:59:06.222Z] time="2021-06-10T20:59:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:59:06 [2021-06-10T20:59:06.222Z] time="2021-06-10T20:59:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a18e7fc628e6f61ba077eefc365f8b7b597bf2aba21e90d6912ad3058591876f" mediatype=application/vnd.docker.plugin.v1+json size=522
20:59:06 [2021-06-10T20:59:06.222Z] === RUN   TestPluginInstall/with_htpasswd
20:59:06 [2021-06-10T20:59:06.484Z] time="2021-06-10T20:59:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:59:06 [2021-06-10T20:59:06.484Z] time="2021-06-10T20:59:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a18e7fc628e6f61ba077eefc365f8b7b597bf2aba21e90d6912ad3058591876f" mediatype=application/vnd.docker.plugin.v1+json size=522
20:59:06 [2021-06-10T20:59:06.484Z] time="2021-06-10T20:59:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:59:06 [2021-06-10T20:59:06.484Z] time="2021-06-10T20:59:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a18e7fc628e6f61ba077eefc365f8b7b597bf2aba21e90d6912ad3058591876f" mediatype=application/vnd.docker.plugin.v1+json size=522
20:59:06 [2021-06-10T20:59:06.744Z] === RUN   TestPluginInstall/with_insecure
20:59:07 [2021-06-10T20:59:07.687Z] time="2021-06-10T20:59:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:59:07 [2021-06-10T20:59:07.687Z] time="2021-06-10T20:59:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:92a8768552ecf18252269bc139f3824799d3f446290a77515da9accd10b03a4b" mediatype=application/vnd.docker.plugin.v1+json size=522
20:59:07 [2021-06-10T20:59:07.687Z] time="2021-06-10T20:59:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:59:07 [2021-06-10T20:59:07.687Z] time="2021-06-10T20:59:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:92a8768552ecf18252269bc139f3824799d3f446290a77515da9accd10b03a4b" mediatype=application/vnd.docker.plugin.v1+json size=522
20:59:07 [2021-06-10T20:59:07.948Z] --- PASS: TestPluginInstall (4.28s)
20:59:07 [2021-06-10T20:59:07.948Z]     --- PASS: TestPluginInstall/no_auth (2.23s)
20:59:07 [2021-06-10T20:59:07.948Z]     --- PASS: TestPluginInstall/with_htpasswd (0.79s)
20:59:07 [2021-06-10T20:59:07.948Z]     --- PASS: TestPluginInstall/with_insecure (1.26s)
20:59:07 [2021-06-10T20:59:07.948Z]         plugin_test.go:165: [d97b279848a3c] daemon is not started
20:59:07 [2021-06-10T20:59:07.948Z] === RUN   TestPluginsWithRuntimes
20:59:09 [2021-06-10T20:59:09.862Z] === RUN   TestPluginsWithRuntimes/No_Args
20:59:10 [2021-06-10T20:59:10.803Z] === RUN   TestPluginsWithRuntimes/With_Args
20:59:11 [2021-06-10T20:59:11.746Z] --- PASS: TestPluginsWithRuntimes (3.64s)
20:59:11 [2021-06-10T20:59:11.746Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.95s)
20:59:11 [2021-06-10T20:59:11.746Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.94s)
20:59:11 [2021-06-10T20:59:11.746Z] === RUN   TestPluginBackCompatMediaTypes
20:59:12 [2021-06-10T20:59:12.319Z] --- PASS: TestPluginBackCompatMediaTypes (0.73s)
20:59:12 [2021-06-10T20:59:12.319Z] PASS
20:59:12 [2021-06-10T20:59:12.319Z] 
20:59:12 [2021-06-10T20:59:12.319Z] DONE 10 tests in 8.714s
20:59:12 [2021-06-10T20:59:12.319Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
20:59:12 [2021-06-10T20:59:12.580Z] INFO: Testing against a local daemon
20:59:12 [2021-06-10T20:59:12.580Z] === RUN   TestExternalGraphDriver
20:59:12 [2021-06-10T20:59:12.580Z] === RUN   TestExternalGraphDriver/json
20:59:14 [2021-06-10T20:59:14.495Z] === RUN   TestExternalGraphDriver/spec
20:59:16 [2021-06-10T20:59:16.410Z] === RUN   TestExternalGraphDriver/pull
20:59:18 [2021-06-10T20:59:18.324Z] --- PASS: TestExternalGraphDriver (5.66s)
20:59:18 [2021-06-10T20:59:18.324Z]     --- PASS: TestExternalGraphDriver/json (1.97s)
20:59:18 [2021-06-10T20:59:18.324Z]     --- PASS: TestExternalGraphDriver/spec (1.93s)
20:59:18 [2021-06-10T20:59:18.324Z]     --- PASS: TestExternalGraphDriver/pull (1.69s)
20:59:18 [2021-06-10T20:59:18.324Z] === RUN   TestGraphdriverPluginV2
20:59:22 [2021-06-10T20:59:22.530Z] --- PASS: TestGraphdriverPluginV2 (3.78s)
20:59:22 [2021-06-10T20:59:22.530Z] PASS
20:59:22 [2021-06-10T20:59:22.530Z] 
20:59:22 [2021-06-10T20:59:22.530Z] DONE 5 tests in 9.485s
20:59:22 [2021-06-10T20:59:22.530Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
20:59:22 [2021-06-10T20:59:22.530Z] INFO: Testing against a local daemon
20:59:22 [2021-06-10T20:59:22.530Z] === RUN   TestContinueAfterPluginCrash
20:59:22 [2021-06-10T20:59:22.530Z] === PAUSE TestContinueAfterPluginCrash
20:59:22 [2021-06-10T20:59:22.530Z] === RUN   TestReadPluginNoRead
20:59:22 [2021-06-10T20:59:22.530Z] === PAUSE TestReadPluginNoRead
20:59:22 [2021-06-10T20:59:22.530Z] === RUN   TestDaemonStartWithLogOpt
20:59:22 [2021-06-10T20:59:22.530Z] === PAUSE TestDaemonStartWithLogOpt
20:59:22 [2021-06-10T20:59:22.530Z] === CONT  TestContinueAfterPluginCrash
20:59:22 [2021-06-10T20:59:22.530Z] === CONT  TestDaemonStartWithLogOpt
20:59:26 [2021-06-10T20:59:26.740Z] --- PASS: TestDaemonStartWithLogOpt (4.14s)
20:59:26 [2021-06-10T20:59:26.740Z] === CONT  TestReadPluginNoRead
20:59:29 [2021-06-10T20:59:29.290Z] === RUN   TestReadPluginNoRead/disabled_caching
20:59:30 [2021-06-10T20:59:30.677Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
20:59:31 [2021-06-10T20:59:31.619Z] --- PASS: TestContinueAfterPluginCrash (9.63s)
20:59:32 [2021-06-10T20:59:32.190Z] === RUN   TestReadPluginNoRead/default
20:59:33 [2021-06-10T20:59:33.604Z] --- PASS: TestReadPluginNoRead (7.54s)
20:59:33 [2021-06-10T20:59:33.604Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.60s)
20:59:33 [2021-06-10T20:59:33.604Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.65s)
20:59:33 [2021-06-10T20:59:33.604Z]     --- PASS: TestReadPluginNoRead/default (1.58s)
20:59:33 [2021-06-10T20:59:33.604Z]     read_test.go:92: [d641a06af4177] daemon is not started
20:59:33 [2021-06-10T20:59:33.604Z] PASS
20:59:33 [2021-06-10T20:59:33.604Z] 
20:59:33 [2021-06-10T20:59:33.604Z] DONE 6 tests in 11.719s
20:59:33 [2021-06-10T20:59:33.604Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
20:59:33 [2021-06-10T20:59:33.604Z] testing: warning: no tests to run
20:59:33 [2021-06-10T20:59:33.604Z] PASS
20:59:33 [2021-06-10T20:59:33.604Z] 
20:59:33 [2021-06-10T20:59:33.604Z] DONE 0 tests in 0.007s
20:59:33 [2021-06-10T20:59:33.604Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
20:59:33 [2021-06-10T20:59:33.604Z] INFO: Testing against a local daemon
20:59:33 [2021-06-10T20:59:33.604Z] === RUN   TestPluginWithDevMounts
20:59:33 [2021-06-10T20:59:33.604Z] === PAUSE TestPluginWithDevMounts
20:59:33 [2021-06-10T20:59:33.604Z] === CONT  TestPluginWithDevMounts
20:59:35 [2021-06-10T20:59:35.535Z] --- PASS: TestPluginWithDevMounts (1.78s)
20:59:35 [2021-06-10T20:59:35.535Z] PASS
20:59:35 [2021-06-10T20:59:35.535Z] 
20:59:35 [2021-06-10T20:59:35.535Z] DONE 1 tests in 1.831s
20:59:35 [2021-06-10T20:59:35.535Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
20:59:35 [2021-06-10T20:59:35.535Z] INFO: Testing against a local daemon
20:59:35 [2021-06-10T20:59:35.535Z] === RUN   TestSecretInspect
20:59:38 [2021-06-10T20:59:38.081Z] --- PASS: TestSecretInspect (2.33s)
20:59:38 [2021-06-10T20:59:38.081Z] === RUN   TestSecretList
20:59:40 [2021-06-10T20:59:40.627Z] --- PASS: TestSecretList (2.32s)
20:59:40 [2021-06-10T20:59:40.627Z] === RUN   TestSecretsCreateAndDelete
20:59:42 [2021-06-10T20:59:42.022Z] --- PASS: TestSecretsCreateAndDelete (1.94s)
20:59:42 [2021-06-10T20:59:42.022Z] === RUN   TestSecretsUpdate
20:59:44 [2021-06-10T20:59:44.566Z] --- PASS: TestSecretsUpdate (2.28s)
20:59:44 [2021-06-10T20:59:44.566Z] === RUN   TestTemplatedSecret
20:59:47 [2021-06-10T20:59:47.870Z] --- PASS: TestTemplatedSecret (3.41s)
20:59:47 [2021-06-10T20:59:47.870Z] === RUN   TestSecretCreateResolve
20:59:50 [2021-06-10T20:59:50.418Z] --- PASS: TestSecretCreateResolve (2.30s)
20:59:50 [2021-06-10T20:59:50.418Z] PASS
20:59:50 [2021-06-10T20:59:50.418Z] 
20:59:50 [2021-06-10T20:59:50.418Z] DONE 6 tests in 14.607s
20:59:50 [2021-06-10T20:59:50.418Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
20:59:50 [2021-06-10T20:59:50.418Z] INFO: Testing against a local daemon
20:59:50 [2021-06-10T20:59:50.418Z] === RUN   TestServiceCreateInit
20:59:50 [2021-06-10T20:59:50.418Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:59:54 [2021-06-10T20:59:54.628Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:59:59 [2021-06-10T20:59:59.917Z] --- PASS: TestServiceCreateInit (9.22s)
20:59:59 [2021-06-10T20:59:59.917Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.41s)
20:59:59 [2021-06-10T20:59:59.917Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.79s)
20:59:59 [2021-06-10T20:59:59.917Z] === RUN   TestCreateServiceMultipleTimes
21:00:18 [2021-06-10T21:00:18.030Z] --- PASS: TestCreateServiceMultipleTimes (17.55s)
21:00:18 [2021-06-10T21:00:18.030Z] === RUN   TestCreateServiceConflict
21:00:19 [2021-06-10T21:00:19.413Z] --- PASS: TestCreateServiceConflict (2.34s)
21:00:19 [2021-06-10T21:00:19.413Z] === RUN   TestCreateServiceMaxReplicas
21:00:22 [2021-06-10T21:00:22.712Z] --- PASS: TestCreateServiceMaxReplicas (3.38s)
21:00:22 [2021-06-10T21:00:22.712Z] === RUN   TestCreateWithDuplicateNetworkNames
21:00:37 [2021-06-10T21:00:37.613Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.65s)
21:00:37 [2021-06-10T21:00:37.613Z] === RUN   TestCreateServiceSecretFileMode
21:00:39 [2021-06-10T21:00:39.525Z] --- PASS: TestCreateServiceSecretFileMode (2.87s)
21:00:39 [2021-06-10T21:00:39.525Z] === RUN   TestCreateServiceConfigFileMode
21:00:42 [2021-06-10T21:00:42.068Z] --- PASS: TestCreateServiceConfigFileMode (2.90s)
21:00:42 [2021-06-10T21:00:42.068Z] === RUN   TestCreateServiceSysctls
21:00:46 [2021-06-10T21:00:46.274Z] --- PASS: TestCreateServiceSysctls (3.81s)
21:00:46 [2021-06-10T21:00:46.274Z] === RUN   TestCreateServiceCapabilities
21:00:48 [2021-06-10T21:00:48.820Z] --- PASS: TestCreateServiceCapabilities (2.97s)
21:00:48 [2021-06-10T21:00:48.820Z] === RUN   TestInspect
21:00:52 [2021-06-10T21:00:52.120Z] --- PASS: TestInspect (3.37s)
21:00:52 [2021-06-10T21:00:52.120Z] === RUN   TestCreateJob
21:00:56 [2021-06-10T21:00:56.361Z] --- PASS: TestCreateJob (3.78s)
21:00:56 [2021-06-10T21:00:56.361Z] === RUN   TestReplicatedJob
21:01:04 [2021-06-10T21:01:04.511Z] --- PASS: TestReplicatedJob (7.10s)
21:01:04 [2021-06-10T21:01:04.511Z] === RUN   TestUpdateReplicatedJob
21:01:07 [2021-06-10T21:01:07.813Z] --- PASS: TestUpdateReplicatedJob (4.09s)
21:01:07 [2021-06-10T21:01:07.813Z] === RUN   TestServiceListWithStatuses
21:01:07 [2021-06-10T21:01:07.813Z] --- SKIP: TestServiceListWithStatuses (0.00s)
21:01:07 [2021-06-10T21:01:07.813Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
21:01:07 [2021-06-10T21:01:07.813Z] === RUN   TestDockerNetworkConnectAlias
21:01:12 [2021-06-10T21:01:12.021Z] --- PASS: TestDockerNetworkConnectAlias (4.94s)
21:01:12 [2021-06-10T21:01:12.021Z] === RUN   TestDockerNetworkReConnect
21:01:16 [2021-06-10T21:01:16.228Z] --- PASS: TestDockerNetworkReConnect (4.01s)
21:01:16 [2021-06-10T21:01:16.228Z] === RUN   TestServicePlugin
21:01:48 [2021-06-10T21:01:48.337Z] --- PASS: TestServicePlugin (31.26s)
21:01:48 [2021-06-10T21:01:48.337Z]     plugin_test.go:62: [d1b93767656b4] joining swarm manager [dd60e67857382]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:01:48 [2021-06-10T21:01:48.337Z]     plugin_test.go:65: [d7d782f1ef901] joining swarm manager [dd60e67857382]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:01:48 [2021-06-10T21:01:48.337Z] === RUN   TestServiceUpdateLabel
21:01:49 [2021-06-10T21:01:49.725Z] --- PASS: TestServiceUpdateLabel (2.31s)
21:01:49 [2021-06-10T21:01:49.725Z] === RUN   TestServiceUpdateSecrets
21:02:07 [2021-06-10T21:02:07.837Z] --- PASS: TestServiceUpdateSecrets (15.28s)
21:02:07 [2021-06-10T21:02:07.837Z] === RUN   TestServiceUpdateConfigs
21:02:20 [2021-06-10T21:02:20.067Z] --- PASS: TestServiceUpdateConfigs (15.09s)
21:02:20 [2021-06-10T21:02:20.067Z] === RUN   TestServiceUpdateNetwork
21:02:34 [2021-06-10T21:02:34.976Z] --- PASS: TestServiceUpdateNetwork (13.36s)
21:02:34 [2021-06-10T21:02:34.976Z] === RUN   TestServiceUpdatePidsLimit
21:02:34 [2021-06-10T21:02:34.976Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
21:02:35 [2021-06-10T21:02:35.920Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
21:02:44 [2021-06-10T21:02:44.054Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
21:02:52 [2021-06-10T21:02:52.192Z] --- PASS: TestServiceUpdatePidsLimit (17.38s)
21:02:52 [2021-06-10T21:02:52.192Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.13s)
21:02:52 [2021-06-10T21:02:52.192Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.19s)
21:02:52 [2021-06-10T21:02:52.192Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.19s)
21:02:52 [2021-06-10T21:02:52.192Z] PASS
21:02:52 [2021-06-10T21:02:52.192Z] 
21:02:52 [2021-06-10T21:02:52.192Z] === Skipped
21:02:52 [2021-06-10T21:02:52.192Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
21:02:52 [2021-06-10T21:02:52.192Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
21:02:52 [2021-06-10T21:02:52.192Z] 
21:02:52 [2021-06-10T21:02:52.192Z] 
21:02:52 [2021-06-10T21:02:52.192Z] DONE 27 tests, 1 skipped in 180.711s
21:02:52 [2021-06-10T21:02:52.192Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
21:02:52 [2021-06-10T21:02:52.192Z] INFO: Testing against a local daemon
21:02:52 [2021-06-10T21:02:52.192Z] === RUN   TestSessionCreate
21:02:52 [2021-06-10T21:02:52.192Z] --- PASS: TestSessionCreate (0.02s)
21:02:52 [2021-06-10T21:02:52.192Z] === RUN   TestSessionCreateWithBadUpgrade
21:02:52 [2021-06-10T21:02:52.192Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
21:02:52 [2021-06-10T21:02:52.192Z] PASS
21:02:52 [2021-06-10T21:02:52.192Z] 
21:02:52 [2021-06-10T21:02:52.192Z] DONE 2 tests in 0.076s
21:02:52 [2021-06-10T21:02:52.192Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
21:02:52 [2021-06-10T21:02:52.192Z] INFO: Testing against a local daemon
21:02:52 [2021-06-10T21:02:52.192Z] === RUN   TestCgroupDriverSystemdMemoryLimit
21:02:52 [2021-06-10T21:02:52.192Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
21:02:52 [2021-06-10T21:02:52.192Z] === RUN   TestEventsExecDie
21:02:52 [2021-06-10T21:02:52.192Z] --- PASS: TestEventsExecDie (1.12s)
21:02:52 [2021-06-10T21:02:52.192Z] === RUN   TestEventsBackwardsCompatible
21:02:52 [2021-06-10T21:02:52.192Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
21:02:52 [2021-06-10T21:02:52.192Z] === RUN   TestEventsVolumeCreate
21:02:52 [2021-06-10T21:02:52.192Z] --- PASS: TestEventsVolumeCreate (0.07s)
21:02:52 [2021-06-10T21:02:52.192Z] === RUN   TestInfoBinaryCommits
21:02:52 [2021-06-10T21:02:52.192Z] --- PASS: TestInfoBinaryCommits (0.02s)
21:02:52 [2021-06-10T21:02:52.192Z] === RUN   TestInfoAPIVersioned
21:02:52 [2021-06-10T21:02:52.192Z] --- PASS: TestInfoAPIVersioned (0.01s)
21:02:52 [2021-06-10T21:02:52.192Z] === RUN   TestInfoDiscoveryBackend
21:02:52 [2021-06-10T21:02:52.764Z] --- PASS: TestInfoDiscoveryBackend (0.52s)
21:02:52 [2021-06-10T21:02:52.764Z] === RUN   TestInfoDiscoveryInvalidAdvertise
21:02:53 [2021-06-10T21:02:53.707Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
21:02:53 [2021-06-10T21:02:53.707Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
21:02:54 [2021-06-10T21:02:54.278Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s)
21:02:54 [2021-06-10T21:02:54.278Z] === RUN   TestInfoAPI
21:02:54 [2021-06-10T21:02:54.278Z] --- PASS: TestInfoAPI (0.02s)
21:02:54 [2021-06-10T21:02:54.278Z] === RUN   TestInfoAPIWarnings
21:03:12 [2021-06-10T21:03:12.432Z] --- PASS: TestInfoAPIWarnings (16.26s)
21:03:12 [2021-06-10T21:03:12.432Z] === RUN   TestInfoDebug
21:03:12 [2021-06-10T21:03:12.432Z] --- PASS: TestInfoDebug (0.52s)
21:03:12 [2021-06-10T21:03:12.432Z] === RUN   TestInfoInsecureRegistries
21:03:12 [2021-06-10T21:03:12.432Z] --- PASS: TestInfoInsecureRegistries (0.52s)
21:03:12 [2021-06-10T21:03:12.432Z] === RUN   TestInfoRegistryMirrors
21:03:12 [2021-06-10T21:03:12.432Z] --- PASS: TestInfoRegistryMirrors (0.52s)
21:03:12 [2021-06-10T21:03:12.432Z] === RUN   TestLoginFailsWithBadCredentials
21:03:12 [2021-06-10T21:03:12.432Z] --- PASS: TestLoginFailsWithBadCredentials (0.14s)
21:03:12 [2021-06-10T21:03:12.432Z] === RUN   TestPingCacheHeaders
21:03:12 [2021-06-10T21:03:12.432Z] --- PASS: TestPingCacheHeaders (0.02s)
21:03:12 [2021-06-10T21:03:12.432Z] === RUN   TestPingGet
21:03:12 [2021-06-10T21:03:12.432Z] --- PASS: TestPingGet (0.02s)
21:03:12 [2021-06-10T21:03:12.432Z] === RUN   TestPingHead
21:03:12 [2021-06-10T21:03:12.432Z] --- PASS: TestPingHead (0.02s)
21:03:12 [2021-06-10T21:03:12.432Z] === RUN   TestVersion
21:03:12 [2021-06-10T21:03:12.432Z] --- PASS: TestVersion (0.02s)
21:03:12 [2021-06-10T21:03:12.432Z] === CONT  TestCgroupDriverSystemdMemoryLimit
21:03:13 [2021-06-10T21:03:13.818Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.50s)
21:03:13 [2021-06-10T21:03:13.818Z] PASS
21:03:13 [2021-06-10T21:03:13.818Z] 
21:03:13 [2021-06-10T21:03:13.818Z] DONE 19 tests in 22.911s
21:03:13 [2021-06-10T21:03:13.818Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
21:03:13 [2021-06-10T21:03:13.818Z] INFO: Testing against a local daemon
21:03:13 [2021-06-10T21:03:13.818Z] === RUN   TestVolumesCreateAndList
21:03:13 [2021-06-10T21:03:13.818Z] --- PASS: TestVolumesCreateAndList (0.02s)
21:03:13 [2021-06-10T21:03:13.818Z] === RUN   TestVolumesRemove
21:03:14 [2021-06-10T21:03:14.080Z] --- PASS: TestVolumesRemove (0.08s)
21:03:14 [2021-06-10T21:03:14.080Z] === RUN   TestVolumesInspect
21:03:14 [2021-06-10T21:03:14.080Z] --- PASS: TestVolumesInspect (0.02s)
21:03:14 [2021-06-10T21:03:14.080Z] === RUN   TestVolumesInvalidJSON
21:03:14 [2021-06-10T21:03:14.080Z] === RUN   TestVolumesInvalidJSON//volumes/create
21:03:14 [2021-06-10T21:03:14.080Z] === PAUSE TestVolumesInvalidJSON//volumes/create
21:03:14 [2021-06-10T21:03:14.080Z] === CONT  TestVolumesInvalidJSON//volumes/create
21:03:14 [2021-06-10T21:03:14.080Z] --- PASS: TestVolumesInvalidJSON (0.01s)
21:03:14 [2021-06-10T21:03:14.080Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
21:03:14 [2021-06-10T21:03:14.080Z] PASS
21:03:14 [2021-06-10T21:03:14.080Z] 
21:03:14 [2021-06-10T21:03:14.080Z] DONE 5 tests in 0.173s
21:03:14 [2021-06-10T21:03:14.080Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
21:03:15 [2021-06-10T21:03:15.995Z] Stopping apparmor (via systemctl): apparmor.service.
21:03:15 [2021-06-10T21:03:15.995Z] Removing test suite binaries
21:03:15 [2021-06-10T21:03:15.995Z] exiting test-integration
21:03:15 [2021-06-10T21:03:15.995Z] ++ exit 0
21:03:15 [2021-06-10T21:03:15.995Z]