Skip to content

Console Output

20:11:40 [2022-06-07T20:11:40.033Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43702/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=f90056a79d114c529048138027a7834b293a1a47 -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:f90056a79d114c529048138027a7834b293a1a47 hack/make.sh dynbinary test-integration
20:11:41 [2022-06-07T20:11:41.920Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
20:11:41 [2022-06-07T20:11:41.920Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
20:11:41 [2022-06-07T20:11:41.920Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
20:11:41 [2022-06-07T20:11:41.920Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
20:11:41 [2022-06-07T20:11:41.920Z] systemd 247.3-7 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
20:11:41 [2022-06-07T20:11:41.920Z] Detected virtualization docker.
20:11:41 [2022-06-07T20:11:41.920Z] Detected architecture x86-64.
20:11:41 [2022-06-07T20:11:41.920Z] Set hostname to <2d6367e75716>.
20:11:41 [2022-06-07T20:11:41.920Z] modprobe@configfs.service: Succeeded.
20:11:41 [2022-06-07T20:11:41.920Z] modprobe@drm.service: Succeeded.
20:11:41 [2022-06-07T20:11:41.920Z] modprobe@fuse.service: Succeeded.
20:11:42 [2022-06-07T20:11:42.176Z] + source /etc/docker-entrypoint-cmd
20:11:42 [2022-06-07T20:11:42.176Z] ++ hack/make.sh dynbinary test-integration
20:11:42 [2022-06-07T20:11:42.176Z] 
20:11:42 [2022-06-07T20:11:42.176Z] Removing bundles/
20:11:42 [2022-06-07T20:11:42.176Z] 
20:11:42 [2022-06-07T20:11:42.176Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
20:11:42 [2022-06-07T20:11:42.176Z] Building: bundles/dynbinary-daemon/dockerd-dev
20:11:42 [2022-06-07T20:11:42.176Z] GOOS="" GOARCH="" GOARM=""
20:13:48 [2022-06-07T20:13:48.582Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
20:13:48 [2022-06-07T20:13:48.582Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
20:13:48 [2022-06-07T20:13:48.582Z] GOOS="" GOARCH="" GOARM=""
20:13:48 [2022-06-07T20:13:48.582Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
20:13:48 [2022-06-07T20:13:48.582Z] 
20:13:48 [2022-06-07T20:13:48.582Z] ---> Making bundle: test-integration (in bundles/test-integration)
20:13:48 [2022-06-07T20:13:48.582Z] DOCKER_SYSTEMD=1
20:13:48 [2022-06-07T20:13:48.582Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
20:13:48 [2022-06-07T20:13:48.582Z] HOSTNAME=2d6367e75716
20:13:48 [2022-06-07T20:13:48.582Z] DEST=bundles/test-integration
20:13:48 [2022-06-07T20:13:48.582Z] PWD=/go/src/github.com/docker/docker
20:13:48 [2022-06-07T20:13:48.582Z] DOCKER_GITCOMMIT=f90056a79d114c529048138027a7834b293a1a47
20:13:48 [2022-06-07T20:13:48.582Z] container=docker
20:13:48 [2022-06-07T20:13:48.582Z] HOME=/root
20:13:48 [2022-06-07T20:13:48.582Z] LANG=C.UTF-8
20:13:48 [2022-06-07T20:13:48.582Z] INVOCATION_ID=742c52e8e8f146ee9ee98dacff1788bb
20:13:48 [2022-06-07T20:13:48.582Z] GOLANG_VERSION=1.18.3
20:13:48 [2022-06-07T20:13:48.582Z] VALIDATE_REPO=https://github.com/moby/moby.git
20:13:48 [2022-06-07T20:13:48.582Z] VALIDATE_BRANCH=master
20:13:48 [2022-06-07T20:13:48.582Z] TERM=xterm
20:13:48 [2022-06-07T20:13:48.582Z] DOCKER_PKG=github.com/docker/docker
20:13:48 [2022-06-07T20:13:48.582Z] SHLVL=3
20:13:48 [2022-06-07T20:13:48.582Z] TIMEOUT=120m
20:13:48 [2022-06-07T20:13:48.582Z] DOCKER_BUILDTAGS= journald
20:13:48 [2022-06-07T20:13:48.582Z] DOCKER_GRAPHDRIVER=overlay2
20:13:48 [2022-06-07T20:13:48.582Z] GO111MODULE=off
20:13:48 [2022-06-07T20:13:48.582Z] DOCKER_EXPERIMENTAL=1
20:13:48 [2022-06-07T20:13:48.582Z] TEST_SKIP_INTEGRATION_CLI=1
20:13:48 [2022-06-07T20:13:48.582Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:13:48 [2022-06-07T20:13:48.582Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
20:13:48 [2022-06-07T20:13:48.582Z] GOPATH=/go
20:13:48 [2022-06-07T20:13:48.582Z] PKG_CONFIG=pkg-config
20:13:48 [2022-06-07T20:13:48.582Z] _=/usr/bin/env
20:13:48 [2022-06-07T20:13:48.582Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
20:14:35 [2022-06-07T20:14:35.211Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
20:14:35 [2022-06-07T20:14:35.211Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
20:14:57 [2022-06-07T20:14:57.136Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
20:15:03 [2022-06-07T20:15:03.689Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
20:15:13 [2022-06-07T20:15:13.637Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
20:15:13 [2022-06-07T20:15:13.637Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
20:15:13 [2022-06-07T20:15:13.637Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
20:15:14 [2022-06-07T20:15:14.565Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
20:15:14 [2022-06-07T20:15:14.822Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
20:15:15 [2022-06-07T20:15:15.751Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
20:15:18 [2022-06-07T20:15:18.269Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
20:15:19 [2022-06-07T20:15:19.197Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
20:15:20 [2022-06-07T20:15:20.124Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
20:15:20 [2022-06-07T20:15:20.381Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
20:15:21 [2022-06-07T20:15:21.308Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
20:15:22 [2022-06-07T20:15:22.236Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
20:15:23 [2022-06-07T20:15:23.165Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
20:15:24 [2022-06-07T20:15:24.094Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
20:15:25 [2022-06-07T20:15:25.023Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
20:15:25 [2022-06-07T20:15:25.585Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
20:15:25 [2022-06-07T20:15:25.585Z] Using test binary docker
20:15:25 [2022-06-07T20:15:25.585Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
20:15:25 [2022-06-07T20:15:25.585Z] Starting apparmor (via systemctl): apparmor.service.
20:15:25 [2022-06-07T20:15:25.585Z] Starting dockerd
20:15:25 [2022-06-07T20:15:25.585Z] INFO: Waiting for daemon to start...
20:15:28 [2022-06-07T20:15:28.099Z] .
20:15:28 [2022-06-07T20:15:28.099Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
20:15:28 [2022-06-07T20:15:28.099Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
20:15:28 [2022-06-07T20:15:28.099Z] Error: No such image: emptyfs
20:15:28 [2022-06-07T20:15:28.099Z] Running integration-test (iteration 1)
20:15:28 [2022-06-07T20:15:28.355Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
20:15:28 [2022-06-07T20:15:28.611Z] Loaded image: busybox:latest
20:15:28 [2022-06-07T20:15:28.611Z] Loaded image: busybox:glibc
20:15:29 [2022-06-07T20:15:29.975Z] Loaded image: debian:bullseye-slim
20:15:29 [2022-06-07T20:15:29.976Z] Loaded image: hello-world:latest
20:15:29 [2022-06-07T20:15:29.976Z] Loaded image: arm32v7/hello-world:latest
20:15:29 [2022-06-07T20:15:29.976Z] INFO: Testing against a local daemon
20:15:29 [2022-06-07T20:15:29.976Z] === RUN   TestCgroupNamespacesBuild
20:15:31 [2022-06-07T20:15:31.339Z] --- PASS: TestCgroupNamespacesBuild (1.25s)
20:15:31 [2022-06-07T20:15:31.339Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
20:15:32 [2022-06-07T20:15:32.702Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.22s)
20:15:32 [2022-06-07T20:15:32.702Z] === RUN   TestBuildWithSession
20:15:32 [2022-06-07T20:15:32.702Z]     build_session_test.go:25: TODO: BuildKit
20:15:32 [2022-06-07T20:15:32.702Z] --- SKIP: TestBuildWithSession (0.00s)
20:15:32 [2022-06-07T20:15:32.702Z] === RUN   TestBuildSquashParent
20:15:37 [2022-06-07T20:15:37.944Z] --- PASS: TestBuildSquashParent (4.71s)
20:15:37 [2022-06-07T20:15:37.944Z] === RUN   TestBuildWithRemoveAndForceRemove
20:15:37 [2022-06-07T20:15:37.944Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:15:37 [2022-06-07T20:15:37.944Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:15:37 [2022-06-07T20:15:37.944Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:15:37 [2022-06-07T20:15:37.944Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:15:37 [2022-06-07T20:15:37.944Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:15:37 [2022-06-07T20:15:37.944Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:15:37 [2022-06-07T20:15:37.944Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:15:37 [2022-06-07T20:15:37.944Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:15:37 [2022-06-07T20:15:37.944Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:15:37 [2022-06-07T20:15:37.944Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:15:37 [2022-06-07T20:15:37.944Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:15:37 [2022-06-07T20:15:37.944Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:15:37 [2022-06-07T20:15:37.944Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:15:37 [2022-06-07T20:15:37.944Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:15:38 [2022-06-07T20:15:38.872Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:15:38 [2022-06-07T20:15:38.872Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:15:40 [2022-06-07T20:15:40.242Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:15:40 [2022-06-07T20:15:40.499Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:15:41 [2022-06-07T20:15:41.869Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
20:15:41 [2022-06-07T20:15:41.869Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.47s)
20:15:41 [2022-06-07T20:15:41.869Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.71s)
20:15:41 [2022-06-07T20:15:41.869Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.33s)
20:15:41 [2022-06-07T20:15:41.869Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.51s)
20:15:41 [2022-06-07T20:15:41.869Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.61s)
20:15:41 [2022-06-07T20:15:41.869Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.50s)
20:15:41 [2022-06-07T20:15:41.869Z] === RUN   TestBuildMultiStageCopy
20:15:41 [2022-06-07T20:15:41.869Z] === RUN   TestBuildMultiStageCopy/copy_to_root
20:15:43 [2022-06-07T20:15:43.766Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
20:15:43 [2022-06-07T20:15:43.766Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
20:15:43 [2022-06-07T20:15:43.766Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
20:15:44 [2022-06-07T20:15:44.025Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
20:15:44 [2022-06-07T20:15:44.280Z] --- PASS: TestBuildMultiStageCopy (2.34s)
20:15:44 [2022-06-07T20:15:44.280Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.45s)
20:15:44 [2022-06-07T20:15:44.280Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s)
20:15:44 [2022-06-07T20:15:44.280Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s)
20:15:44 [2022-06-07T20:15:44.280Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s)
20:15:44 [2022-06-07T20:15:44.280Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s)
20:15:44 [2022-06-07T20:15:44.280Z] === RUN   TestBuildMultiStageParentConfig
20:15:44 [2022-06-07T20:15:44.842Z] --- PASS: TestBuildMultiStageParentConfig (0.62s)
20:15:44 [2022-06-07T20:15:44.842Z] === RUN   TestBuildLabelWithTargets
20:15:46 [2022-06-07T20:15:46.207Z] --- PASS: TestBuildLabelWithTargets (0.96s)
20:15:46 [2022-06-07T20:15:46.207Z] === RUN   TestBuildWithEmptyLayers
20:15:46 [2022-06-07T20:15:46.463Z] --- PASS: TestBuildWithEmptyLayers (0.43s)
20:15:46 [2022-06-07T20:15:46.463Z] === RUN   TestBuildMultiStageOnBuild
20:15:48 [2022-06-07T20:15:48.351Z] --- PASS: TestBuildMultiStageOnBuild (1.72s)
20:15:48 [2022-06-07T20:15:48.351Z] === RUN   TestBuildUncleanTarFilenames
20:15:48 [2022-06-07T20:15:48.608Z] --- PASS: TestBuildUncleanTarFilenames (0.60s)
20:15:48 [2022-06-07T20:15:48.608Z] === RUN   TestBuildMultiStageLayerLeak
20:15:50 [2022-06-07T20:15:50.496Z] --- PASS: TestBuildMultiStageLayerLeak (1.66s)
20:15:50 [2022-06-07T20:15:50.496Z] === RUN   TestBuildWithHugeFile
20:16:46 [2022-06-07T20:16:46.662Z] --- PASS: TestBuildWithHugeFile (49.96s)
20:16:46 [2022-06-07T20:16:46.663Z] === RUN   TestBuildWCOWSandboxSize
20:16:46 [2022-06-07T20:16:46.663Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
20:16:46 [2022-06-07T20:16:46.663Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
20:16:46 [2022-06-07T20:16:46.663Z] === RUN   TestBuildWithEmptyDockerfile
20:16:46 [2022-06-07T20:16:46.663Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
20:16:46 [2022-06-07T20:16:46.663Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
20:16:46 [2022-06-07T20:16:46.663Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:16:46 [2022-06-07T20:16:46.663Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:16:46 [2022-06-07T20:16:46.663Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:16:46 [2022-06-07T20:16:46.663Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:16:46 [2022-06-07T20:16:46.663Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
20:16:46 [2022-06-07T20:16:46.663Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:16:46 [2022-06-07T20:16:46.663Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:16:46 [2022-06-07T20:16:46.663Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
20:16:46 [2022-06-07T20:16:46.663Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.07s)
20:16:46 [2022-06-07T20:16:46.663Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s)
20:16:46 [2022-06-07T20:16:46.663Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
20:16:46 [2022-06-07T20:16:46.663Z] === RUN   TestBuildPreserveOwnership
20:16:46 [2022-06-07T20:16:46.663Z] === RUN   TestBuildPreserveOwnership/copy_from
20:16:46 [2022-06-07T20:16:46.663Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
20:16:46 [2022-06-07T20:16:46.663Z] --- PASS: TestBuildPreserveOwnership (3.61s)
20:16:46 [2022-06-07T20:16:46.663Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.40s)
20:16:46 [2022-06-07T20:16:46.663Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.20s)
20:16:46 [2022-06-07T20:16:46.663Z] === RUN   TestBuildPlatformInvalid
20:16:46 [2022-06-07T20:16:46.663Z] --- PASS: TestBuildPlatformInvalid (0.08s)
20:16:46 [2022-06-07T20:16:46.663Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
20:16:46 [2022-06-07T20:16:46.663Z] Loaded image: busybox:latest
20:16:46 [2022-06-07T20:16:46.663Z] Loaded image: busybox:glibc
20:16:46 [2022-06-07T20:16:46.663Z] Loaded image: debian:bullseye-slim
20:16:46 [2022-06-07T20:16:46.663Z] Loaded image: hello-world:latest
20:16:46 [2022-06-07T20:16:46.663Z] Loaded image: arm32v7/hello-world:latest
20:16:56 [2022-06-07T20:16:56.637Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.84s)
20:16:56 [2022-06-07T20:16:56.637Z] PASS
20:16:56 [2022-06-07T20:16:56.637Z] 
20:16:56 [2022-06-07T20:16:56.637Z] === Skipped
20:16:56 [2022-06-07T20:16:56.637Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
20:16:56 [2022-06-07T20:16:56.637Z]     build_session_test.go:25: TODO: BuildKit
20:16:56 [2022-06-07T20:16:56.637Z] 
20:16:56 [2022-06-07T20:16:56.637Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
20:16:56 [2022-06-07T20:16:56.637Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
20:16:56 [2022-06-07T20:16:56.637Z] 
20:16:56 [2022-06-07T20:16:56.637Z] DONE 34 tests, 2 skipped in 86.723s
20:16:56 [2022-06-07T20:16:56.637Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
20:16:56 [2022-06-07T20:16:56.637Z] INFO: Testing against a local daemon
20:16:56 [2022-06-07T20:16:56.637Z] === RUN   TestConfigInspect
20:16:57 [2022-06-07T20:16:57.215Z] --- PASS: TestConfigInspect (2.33s)
20:16:57 [2022-06-07T20:16:57.215Z] === RUN   TestConfigList
20:16:59 [2022-06-07T20:16:59.736Z] --- PASS: TestConfigList (2.18s)
20:16:59 [2022-06-07T20:16:59.736Z] === RUN   TestConfigsCreateAndDelete
20:17:01 [2022-06-07T20:17:01.624Z] --- PASS: TestConfigsCreateAndDelete (2.17s)
20:17:01 [2022-06-07T20:17:01.624Z] === RUN   TestConfigsUpdate
20:17:04 [2022-06-07T20:17:04.148Z] --- PASS: TestConfigsUpdate (2.16s)
20:17:04 [2022-06-07T20:17:04.148Z] === RUN   TestTemplatedConfig
20:17:06 [2022-06-07T20:17:06.662Z] --- PASS: TestTemplatedConfig (2.64s)
20:17:06 [2022-06-07T20:17:06.662Z] === RUN   TestConfigCreateResolve
20:17:08 [2022-06-07T20:17:08.549Z] --- PASS: TestConfigCreateResolve (2.18s)
20:17:08 [2022-06-07T20:17:08.549Z] PASS
20:17:08 [2022-06-07T20:17:08.549Z] 
20:17:08 [2022-06-07T20:17:08.549Z] DONE 6 tests in 13.682s
20:17:08 [2022-06-07T20:17:08.549Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
20:17:08 [2022-06-07T20:17:08.804Z] INFO: Testing against a local daemon
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestAttachWithTTY
20:17:08 [2022-06-07T20:17:08.804Z] --- PASS: TestAttachWithTTY (0.07s)
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestAttachWithoutTTy
20:17:08 [2022-06-07T20:17:08.804Z] --- PASS: TestAttachWithoutTTy (0.05s)
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestCheckpoint
20:17:08 [2022-06-07T20:17:08.804Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:17:08 [2022-06-07T20:17:08.804Z] --- SKIP: TestCheckpoint (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/commit
20:17:08 [2022-06-07T20:17:08.804Z] === PAUSE TestContainerInvalidJSON/commit
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/containers/create
20:17:08 [2022-06-07T20:17:08.804Z] === PAUSE TestContainerInvalidJSON/containers/create
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
20:17:08 [2022-06-07T20:17:08.804Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
20:17:08 [2022-06-07T20:17:08.804Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
20:17:08 [2022-06-07T20:17:08.804Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
20:17:08 [2022-06-07T20:17:08.804Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
20:17:08 [2022-06-07T20:17:08.804Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
20:17:08 [2022-06-07T20:17:08.804Z] === CONT  TestContainerInvalidJSON/commit
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
20:17:08 [2022-06-07T20:17:08.804Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/commit/empty_body
20:17:08 [2022-06-07T20:17:08.804Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
20:17:08 [2022-06-07T20:17:08.804Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
20:17:08 [2022-06-07T20:17:08.804Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
20:17:08 [2022-06-07T20:17:08.804Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
20:17:08 [2022-06-07T20:17:08.804Z] === CONT  TestContainerInvalidJSON/containers/create
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
20:17:08 [2022-06-07T20:17:08.804Z] --- PASS: TestContainerInvalidJSON (0.01s)
20:17:08 [2022-06-07T20:17:08.804Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.01s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestCopyFromContainerPathDoesNotExist
20:17:08 [2022-06-07T20:17:08.804Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestCopyFromContainerPathIsNotDir
20:17:08 [2022-06-07T20:17:08.804Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
20:17:08 [2022-06-07T20:17:08.804Z] === RUN   TestCopyToContainerPathDoesNotExist
20:17:09 [2022-06-07T20:17:09.060Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
20:17:09 [2022-06-07T20:17:09.060Z] === RUN   TestCopyEmptyFile
20:17:09 [2022-06-07T20:17:09.060Z] --- PASS: TestCopyEmptyFile (0.21s)
20:17:09 [2022-06-07T20:17:09.060Z] === RUN   TestCopyToContainerPathIsNotDir
20:17:09 [2022-06-07T20:17:09.315Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
20:17:09 [2022-06-07T20:17:09.316Z] === RUN   TestCopyFromContainer
20:17:10 [2022-06-07T20:17:10.242Z] === RUN   TestCopyFromContainer//
20:17:10 [2022-06-07T20:17:10.498Z] === RUN   TestCopyFromContainer//bar/root
20:17:10 [2022-06-07T20:17:10.498Z] === RUN   TestCopyFromContainer//bar/root/
20:17:10 [2022-06-07T20:17:10.498Z] === RUN   TestCopyFromContainer/bar/quux
20:17:10 [2022-06-07T20:17:10.498Z] === RUN   TestCopyFromContainer/bar/quux/
20:17:10 [2022-06-07T20:17:10.754Z] === RUN   TestCopyFromContainer/bar/quux/baz
20:17:10 [2022-06-07T20:17:10.754Z] === RUN   TestCopyFromContainer/bar/filesymlink
20:17:10 [2022-06-07T20:17:10.754Z] === RUN   TestCopyFromContainer/bar/dirsymlink
20:17:10 [2022-06-07T20:17:10.754Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
20:17:11 [2022-06-07T20:17:11.010Z] === RUN   TestCopyFromContainer/bar/notarget
20:17:11 [2022-06-07T20:17:11.010Z] --- PASS: TestCopyFromContainer (1.74s)
20:17:11 [2022-06-07T20:17:11.010Z]     --- PASS: TestCopyFromContainer// (0.06s)
20:17:11 [2022-06-07T20:17:11.010Z]     --- PASS: TestCopyFromContainer//bar/root (0.08s)
20:17:11 [2022-06-07T20:17:11.010Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
20:17:11 [2022-06-07T20:17:11.010Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
20:17:11 [2022-06-07T20:17:11.010Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
20:17:11 [2022-06-07T20:17:11.010Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
20:17:11 [2022-06-07T20:17:11.010Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
20:17:11 [2022-06-07T20:17:11.010Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
20:17:11 [2022-06-07T20:17:11.010Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
20:17:11 [2022-06-07T20:17:11.010Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
20:17:11 [2022-06-07T20:17:11.010Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
20:17:11 [2022-06-07T20:17:11.010Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:17:11 [2022-06-07T20:17:11.010Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:17:11 [2022-06-07T20:17:11.010Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:17:11 [2022-06-07T20:17:11.010Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:17:11 [2022-06-07T20:17:11.010Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
20:17:11 [2022-06-07T20:17:11.010Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
20:17:11 [2022-06-07T20:17:11.010Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:17:11 [2022-06-07T20:17:11.010Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
20:17:11 [2022-06-07T20:17:11.010Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:17:11 [2022-06-07T20:17:11.010Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
20:17:11 [2022-06-07T20:17:11.010Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
20:17:11 [2022-06-07T20:17:11.010Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
20:17:11 [2022-06-07T20:17:11.010Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
20:17:11 [2022-06-07T20:17:11.010Z] === RUN   TestCreateLinkToNonExistingContainer
20:17:11 [2022-06-07T20:17:11.010Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s)
20:17:11 [2022-06-07T20:17:11.010Z] === RUN   TestCreateWithInvalidEnv
20:17:11 [2022-06-07T20:17:11.010Z] === RUN   TestCreateWithInvalidEnv/0
20:17:11 [2022-06-07T20:17:11.010Z] === PAUSE TestCreateWithInvalidEnv/0
20:17:11 [2022-06-07T20:17:11.010Z] === RUN   TestCreateWithInvalidEnv/1
20:17:11 [2022-06-07T20:17:11.010Z] === PAUSE TestCreateWithInvalidEnv/1
20:17:11 [2022-06-07T20:17:11.010Z] === RUN   TestCreateWithInvalidEnv/2
20:17:11 [2022-06-07T20:17:11.010Z] === PAUSE TestCreateWithInvalidEnv/2
20:17:11 [2022-06-07T20:17:11.010Z] === CONT  TestCreateWithInvalidEnv/0
20:17:11 [2022-06-07T20:17:11.010Z] === CONT  TestCreateWithInvalidEnv/2
20:17:11 [2022-06-07T20:17:11.010Z] === CONT  TestCreateWithInvalidEnv/1
20:17:11 [2022-06-07T20:17:11.010Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
20:17:11 [2022-06-07T20:17:11.010Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
20:17:11 [2022-06-07T20:17:11.010Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
20:17:11 [2022-06-07T20:17:11.010Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
20:17:11 [2022-06-07T20:17:11.010Z] === RUN   TestCreateTmpfsMountsTarget
20:17:11 [2022-06-07T20:17:11.010Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
20:17:11 [2022-06-07T20:17:11.010Z] === RUN   TestCreateWithCustomMaskedPaths
20:17:12 [2022-06-07T20:17:12.897Z] --- PASS: TestCreateWithCustomMaskedPaths (1.60s)
20:17:12 [2022-06-07T20:17:12.897Z] === RUN   TestCreateWithCustomReadonlyPaths
20:17:14 [2022-06-07T20:17:14.261Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.59s)
20:17:14 [2022-06-07T20:17:14.261Z] === RUN   TestCreateWithInvalidHealthcheckParams
20:17:14 [2022-06-07T20:17:14.261Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:17:14 [2022-06-07T20:17:14.261Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:17:14 [2022-06-07T20:17:14.261Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:17:14 [2022-06-07T20:17:14.261Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:17:14 [2022-06-07T20:17:14.261Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:17:14 [2022-06-07T20:17:14.261Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:17:14 [2022-06-07T20:17:14.261Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:17:14 [2022-06-07T20:17:14.261Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:17:14 [2022-06-07T20:17:14.261Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:17:14 [2022-06-07T20:17:14.261Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:17:14 [2022-06-07T20:17:14.261Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:17:14 [2022-06-07T20:17:14.261Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:17:14 [2022-06-07T20:17:14.261Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:17:14 [2022-06-07T20:17:14.261Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:17:14 [2022-06-07T20:17:14.261Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:17:14 [2022-06-07T20:17:14.261Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
20:17:14 [2022-06-07T20:17:14.261Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
20:17:14 [2022-06-07T20:17:14.261Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
20:17:14 [2022-06-07T20:17:14.261Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
20:17:14 [2022-06-07T20:17:14.261Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
20:17:14 [2022-06-07T20:17:14.261Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
20:17:14 [2022-06-07T20:17:14.261Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
20:17:14 [2022-06-07T20:17:14.822Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.60s)
20:17:14 [2022-06-07T20:17:14.822Z] === RUN   TestCreateDifferentPlatform
20:17:14 [2022-06-07T20:17:14.822Z] === RUN   TestCreateDifferentPlatform/different_os
20:17:14 [2022-06-07T20:17:14.822Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
20:17:14 [2022-06-07T20:17:14.822Z] --- PASS: TestCreateDifferentPlatform (0.02s)
20:17:14 [2022-06-07T20:17:14.822Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
20:17:14 [2022-06-07T20:17:14.822Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
20:17:14 [2022-06-07T20:17:14.822Z] === RUN   TestCreateVolumesFromNonExistingContainer
20:17:15 [2022-06-07T20:17:15.077Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s)
20:17:15 [2022-06-07T20:17:15.077Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
20:17:15 [2022-06-07T20:17:15.077Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
20:17:15 [2022-06-07T20:17:15.077Z] === RUN   TestCreateInvalidHostConfig
20:17:15 [2022-06-07T20:17:15.077Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
20:17:15 [2022-06-07T20:17:15.077Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
20:17:15 [2022-06-07T20:17:15.077Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
20:17:15 [2022-06-07T20:17:15.077Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
20:17:15 [2022-06-07T20:17:15.077Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
20:17:15 [2022-06-07T20:17:15.077Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
20:17:15 [2022-06-07T20:17:15.077Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
20:17:15 [2022-06-07T20:17:15.077Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
20:17:15 [2022-06-07T20:17:15.077Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
20:17:15 [2022-06-07T20:17:15.077Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
20:17:15 [2022-06-07T20:17:15.077Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
20:17:15 [2022-06-07T20:17:15.077Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
20:17:15 [2022-06-07T20:17:15.077Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
20:17:15 [2022-06-07T20:17:15.077Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
20:17:15 [2022-06-07T20:17:15.077Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
20:17:15 [2022-06-07T20:17:15.077Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
20:17:15 [2022-06-07T20:17:15.077Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
20:17:15 [2022-06-07T20:17:15.077Z] === RUN   TestContainerStartOnDaemonRestart
20:17:15 [2022-06-07T20:17:15.077Z] === PAUSE TestContainerStartOnDaemonRestart
20:17:15 [2022-06-07T20:17:15.077Z] === RUN   TestDaemonRestartIpcMode
20:17:15 [2022-06-07T20:17:15.077Z] === PAUSE TestDaemonRestartIpcMode
20:17:15 [2022-06-07T20:17:15.077Z] === RUN   TestDaemonHostGatewayIP
20:17:15 [2022-06-07T20:17:15.077Z] === PAUSE TestDaemonHostGatewayIP
20:17:15 [2022-06-07T20:17:15.077Z] === RUN   TestRestartDaemonWithRestartingContainer
20:17:15 [2022-06-07T20:17:15.077Z] === PAUSE TestRestartDaemonWithRestartingContainer
20:17:15 [2022-06-07T20:17:15.077Z] === RUN   TestContainerKillOnDaemonStart
20:17:15 [2022-06-07T20:17:15.077Z] === PAUSE TestContainerKillOnDaemonStart
20:17:15 [2022-06-07T20:17:15.077Z] === RUN   TestDiff
20:17:15 [2022-06-07T20:17:15.638Z] --- PASS: TestDiff (0.58s)
20:17:15 [2022-06-07T20:17:15.638Z] === RUN   TestExecWithCloseStdin
20:17:16 [2022-06-07T20:17:16.565Z] --- PASS: TestExecWithCloseStdin (0.72s)
20:17:16 [2022-06-07T20:17:16.565Z] === RUN   TestExec
20:17:17 [2022-06-07T20:17:17.127Z] --- PASS: TestExec (0.61s)
20:17:17 [2022-06-07T20:17:17.127Z] === RUN   TestExecUser
20:17:17 [2022-06-07T20:17:17.688Z] --- PASS: TestExecUser (0.70s)
20:17:17 [2022-06-07T20:17:17.688Z] === RUN   TestExportContainerAndImportImage
20:17:18 [2022-06-07T20:17:18.614Z] --- PASS: TestExportContainerAndImportImage (0.75s)
20:17:18 [2022-06-07T20:17:18.614Z] === RUN   TestExportContainerAfterDaemonRestart
20:17:19 [2022-06-07T20:17:19.978Z] --- PASS: TestExportContainerAfterDaemonRestart (1.30s)
20:17:19 [2022-06-07T20:17:19.978Z] === RUN   TestHealthCheckWorkdir
20:17:20 [2022-06-07T20:17:20.539Z] --- PASS: TestHealthCheckWorkdir (0.81s)
20:17:20 [2022-06-07T20:17:20.539Z] === RUN   TestHealthKillContainer
20:17:28 [2022-06-07T20:17:28.616Z] --- PASS: TestHealthKillContainer (8.21s)
20:17:28 [2022-06-07T20:17:28.616Z] === RUN   TestInspectCpusetInConfigPre120
20:17:29 [2022-06-07T20:17:29.179Z] --- PASS: TestInspectCpusetInConfigPre120 (0.50s)
20:17:29 [2022-06-07T20:17:29.179Z] === RUN   TestIpcModeNone
20:17:29 [2022-06-07T20:17:29.783Z] --- PASS: TestIpcModeNone (0.61s)
20:17:29 [2022-06-07T20:17:29.783Z] === RUN   TestIpcModePrivate
20:17:30 [2022-06-07T20:17:30.345Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false
20:17:30 [2022-06-07T20:17:30.345Z] --- PASS: TestIpcModePrivate (0.61s)
20:17:30 [2022-06-07T20:17:30.345Z] === RUN   TestIpcModeShareable
20:17:30 [2022-06-07T20:17:30.907Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true
20:17:31 [2022-06-07T20:17:31.164Z] --- PASS: TestIpcModeShareable (0.66s)
20:17:31 [2022-06-07T20:17:31.164Z] === RUN   TestAPIIpcModeShareableAndContainer
20:17:33 [2022-06-07T20:17:33.053Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.83s)
20:17:33 [2022-06-07T20:17:33.054Z] === RUN   TestAPIIpcModeHost
20:17:33 [2022-06-07T20:17:33.310Z] --- PASS: TestAPIIpcModeHost (0.41s)
20:17:33 [2022-06-07T20:17:33.310Z] === RUN   TestDaemonIpcModeShareable
20:17:34 [2022-06-07T20:17:34.676Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
20:17:34 [2022-06-07T20:17:34.676Z] --- PASS: TestDaemonIpcModeShareable (1.22s)
20:17:34 [2022-06-07T20:17:34.676Z] === RUN   TestDaemonIpcModePrivate
20:17:35 [2022-06-07T20:17:35.606Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
20:17:35 [2022-06-07T20:17:35.862Z] --- PASS: TestDaemonIpcModePrivate (1.18s)
20:17:35 [2022-06-07T20:17:35.862Z] === RUN   TestDaemonIpcModePrivateFromConfig
20:17:36 [2022-06-07T20:17:36.789Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
20:17:37 [2022-06-07T20:17:37.044Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.20s)
20:17:37 [2022-06-07T20:17:37.044Z] === RUN   TestDaemonIpcModeShareableFromConfig
20:17:37 [2022-06-07T20:17:37.971Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
20:17:38 [2022-06-07T20:17:38.226Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.18s)
20:17:38 [2022-06-07T20:17:38.226Z] === RUN   TestIpcModeOlderClient
20:17:38 [2022-06-07T20:17:38.226Z] === PAUSE TestIpcModeOlderClient
20:17:38 [2022-06-07T20:17:38.226Z] === RUN   TestKillContainerInvalidSignal
20:17:38 [2022-06-07T20:17:38.482Z] --- PASS: TestKillContainerInvalidSignal (0.42s)
20:17:38 [2022-06-07T20:17:38.482Z] === RUN   TestKillContainer
20:17:38 [2022-06-07T20:17:38.482Z] === RUN   TestKillContainer/no_signal
20:17:39 [2022-06-07T20:17:39.044Z] === RUN   TestKillContainer/non_killing_signal
20:17:39 [2022-06-07T20:17:39.301Z] === RUN   TestKillContainer/killing_signal
20:17:39 [2022-06-07T20:17:39.864Z] --- PASS: TestKillContainer (1.36s)
20:17:39 [2022-06-07T20:17:39.864Z]     --- PASS: TestKillContainer/no_signal (0.43s)
20:17:39 [2022-06-07T20:17:39.864Z]     --- PASS: TestKillContainer/non_killing_signal (0.30s)
20:17:39 [2022-06-07T20:17:39.864Z]     --- PASS: TestKillContainer/killing_signal (0.44s)
20:17:39 [2022-06-07T20:17:39.864Z] === RUN   TestKillWithStopSignalAndRestartPolicies
20:17:39 [2022-06-07T20:17:39.864Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
20:17:40 [2022-06-07T20:17:40.424Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
20:17:41 [2022-06-07T20:17:41.351Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.23s)
20:17:41 [2022-06-07T20:17:41.351Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s)
20:17:41 [2022-06-07T20:17:41.351Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.68s)
20:17:41 [2022-06-07T20:17:41.351Z] === RUN   TestKillStoppedContainer
20:17:41 [2022-06-07T20:17:41.351Z] --- PASS: TestKillStoppedContainer (0.07s)
20:17:41 [2022-06-07T20:17:41.351Z] === RUN   TestKillStoppedContainerAPIPre120
20:17:41 [2022-06-07T20:17:41.351Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s)
20:17:41 [2022-06-07T20:17:41.351Z] === RUN   TestKillDifferentUserContainer
20:17:41 [2022-06-07T20:17:41.911Z] --- PASS: TestKillDifferentUserContainer (0.49s)
20:17:41 [2022-06-07T20:17:41.911Z] === RUN   TestInspectOomKilledTrue
20:17:41 [2022-06-07T20:17:41.911Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
20:17:41 [2022-06-07T20:17:41.911Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
20:17:41 [2022-06-07T20:17:41.911Z] === RUN   TestInspectOomKilledFalse
20:17:42 [2022-06-07T20:17:42.167Z] --- PASS: TestInspectOomKilledFalse (0.45s)
20:17:42 [2022-06-07T20:17:42.167Z] === RUN   TestLinksEtcHostsContentMatch
20:17:42 [2022-06-07T20:17:42.424Z] --- PASS: TestLinksEtcHostsContentMatch (0.31s)
20:17:42 [2022-06-07T20:17:42.424Z] === RUN   TestLinksContainerNames
20:17:43 [2022-06-07T20:17:43.350Z] --- PASS: TestLinksContainerNames (0.83s)
20:17:43 [2022-06-07T20:17:43.350Z] === RUN   TestLogsFollowTailEmpty
20:17:43 [2022-06-07T20:17:43.911Z] --- PASS: TestLogsFollowTailEmpty (0.45s)
20:17:43 [2022-06-07T20:17:43.911Z] === RUN   TestContainerNetworkMountsNoChown
20:17:44 [2022-06-07T20:17:44.167Z] --- PASS: TestContainerNetworkMountsNoChown (0.43s)
20:17:44 [2022-06-07T20:17:44.167Z] === RUN   TestMountDaemonRoot
20:17:44 [2022-06-07T20:17:44.167Z] === RUN   TestMountDaemonRoot/default
20:17:44 [2022-06-07T20:17:44.167Z] === PAUSE TestMountDaemonRoot/default
20:17:44 [2022-06-07T20:17:44.167Z] === RUN   TestMountDaemonRoot/private
20:17:44 [2022-06-07T20:17:44.167Z] === PAUSE TestMountDaemonRoot/private
20:17:44 [2022-06-07T20:17:44.167Z] === RUN   TestMountDaemonRoot/rprivate
20:17:44 [2022-06-07T20:17:44.167Z] === PAUSE TestMountDaemonRoot/rprivate
20:17:44 [2022-06-07T20:17:44.167Z] === RUN   TestMountDaemonRoot/slave
20:17:44 [2022-06-07T20:17:44.167Z] === PAUSE TestMountDaemonRoot/slave
20:17:44 [2022-06-07T20:17:44.167Z] === RUN   TestMountDaemonRoot/rslave
20:17:44 [2022-06-07T20:17:44.167Z] === PAUSE TestMountDaemonRoot/rslave
20:17:44 [2022-06-07T20:17:44.167Z] === RUN   TestMountDaemonRoot/shared
20:17:44 [2022-06-07T20:17:44.167Z] === PAUSE TestMountDaemonRoot/shared
20:17:44 [2022-06-07T20:17:44.167Z] === RUN   TestMountDaemonRoot/rshared
20:17:44 [2022-06-07T20:17:44.167Z] === PAUSE TestMountDaemonRoot/rshared
20:17:44 [2022-06-07T20:17:44.167Z] === CONT  TestMountDaemonRoot/default
20:17:44 [2022-06-07T20:17:44.167Z] === RUN   TestMountDaemonRoot/default/mount_subpath
20:17:44 [2022-06-07T20:17:44.167Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
20:17:44 [2022-06-07T20:17:44.167Z] === RUN   TestMountDaemonRoot/default/bind_root
20:17:44 [2022-06-07T20:17:44.167Z] === PAUSE TestMountDaemonRoot/default/bind_root
20:17:44 [2022-06-07T20:17:44.167Z] === RUN   TestMountDaemonRoot/default/bind_subpath
20:17:44 [2022-06-07T20:17:44.167Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
20:17:44 [2022-06-07T20:17:44.167Z] === RUN   TestMountDaemonRoot/default/mount_root
20:17:44 [2022-06-07T20:17:44.167Z] === PAUSE TestMountDaemonRoot/default/mount_root
20:17:44 [2022-06-07T20:17:44.167Z] === CONT  TestMountDaemonRoot/default/mount_subpath
20:17:44 [2022-06-07T20:17:44.167Z] === CONT  TestMountDaemonRoot/rshared
20:17:44 [2022-06-07T20:17:44.167Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
20:17:44 [2022-06-07T20:17:44.167Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
20:17:44 [2022-06-07T20:17:44.167Z] === RUN   TestMountDaemonRoot/rshared/bind_root
20:17:44 [2022-06-07T20:17:44.167Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
20:17:44 [2022-06-07T20:17:44.167Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
20:17:44 [2022-06-07T20:17:44.167Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
20:17:44 [2022-06-07T20:17:44.167Z] === RUN   TestMountDaemonRoot/rshared/mount_root
20:17:44 [2022-06-07T20:17:44.167Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
20:17:44 [2022-06-07T20:17:44.167Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
20:17:44 [2022-06-07T20:17:44.167Z] === CONT  TestMountDaemonRoot/shared
20:17:44 [2022-06-07T20:17:44.167Z] === RUN   TestMountDaemonRoot/shared/bind_root
20:17:44 [2022-06-07T20:17:44.167Z] === PAUSE TestMountDaemonRoot/shared/bind_root
20:17:44 [2022-06-07T20:17:44.167Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
20:17:44 [2022-06-07T20:17:44.167Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
20:17:44 [2022-06-07T20:17:44.167Z] === RUN   TestMountDaemonRoot/shared/mount_root
20:17:44 [2022-06-07T20:17:44.167Z] === PAUSE TestMountDaemonRoot/shared/mount_root
20:17:44 [2022-06-07T20:17:44.167Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
20:17:44 [2022-06-07T20:17:44.167Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
20:17:44 [2022-06-07T20:17:44.167Z] === CONT  TestMountDaemonRoot/rslave
20:17:44 [2022-06-07T20:17:44.167Z] === RUN   TestMountDaemonRoot/rslave/bind_root
20:17:44 [2022-06-07T20:17:44.167Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
20:17:44 [2022-06-07T20:17:44.167Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
20:17:44 [2022-06-07T20:17:44.167Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
20:17:44 [2022-06-07T20:17:44.167Z] === RUN   TestMountDaemonRoot/rslave/mount_root
20:17:44 [2022-06-07T20:17:44.167Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
20:17:44 [2022-06-07T20:17:44.167Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
20:17:44 [2022-06-07T20:17:44.167Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
20:17:44 [2022-06-07T20:17:44.167Z] === CONT  TestMountDaemonRoot/slave
20:17:44 [2022-06-07T20:17:44.423Z] === RUN   TestMountDaemonRoot/slave/mount_root
20:17:44 [2022-06-07T20:17:44.423Z] === PAUSE TestMountDaemonRoot/slave/mount_root
20:17:44 [2022-06-07T20:17:44.423Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
20:17:44 [2022-06-07T20:17:44.423Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
20:17:44 [2022-06-07T20:17:44.423Z] === RUN   TestMountDaemonRoot/slave/bind_root
20:17:44 [2022-06-07T20:17:44.423Z] === PAUSE TestMountDaemonRoot/slave/bind_root
20:17:44 [2022-06-07T20:17:44.423Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
20:17:44 [2022-06-07T20:17:44.423Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
20:17:44 [2022-06-07T20:17:44.423Z] === CONT  TestMountDaemonRoot/rprivate
20:17:44 [2022-06-07T20:17:44.423Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
20:17:44 [2022-06-07T20:17:44.423Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
20:17:44 [2022-06-07T20:17:44.423Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
20:17:44 [2022-06-07T20:17:44.423Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
20:17:44 [2022-06-07T20:17:44.423Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
20:17:44 [2022-06-07T20:17:44.423Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
20:17:44 [2022-06-07T20:17:44.423Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
20:17:44 [2022-06-07T20:17:44.423Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
20:17:44 [2022-06-07T20:17:44.423Z] === CONT  TestMountDaemonRoot/private
20:17:44 [2022-06-07T20:17:44.423Z] === RUN   TestMountDaemonRoot/private/mount_subpath
20:17:44 [2022-06-07T20:17:44.423Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
20:17:44 [2022-06-07T20:17:44.423Z] === RUN   TestMountDaemonRoot/private/bind_root
20:17:44 [2022-06-07T20:17:44.423Z] === PAUSE TestMountDaemonRoot/private/bind_root
20:17:44 [2022-06-07T20:17:44.423Z] === RUN   TestMountDaemonRoot/private/bind_subpath
20:17:44 [2022-06-07T20:17:44.423Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
20:17:44 [2022-06-07T20:17:44.423Z] === RUN   TestMountDaemonRoot/private/mount_root
20:17:44 [2022-06-07T20:17:44.423Z] === PAUSE TestMountDaemonRoot/private/mount_root
20:17:44 [2022-06-07T20:17:44.423Z] === CONT  TestMountDaemonRoot/default/mount_root
20:17:44 [2022-06-07T20:17:44.423Z] === CONT  TestMountDaemonRoot/default/bind_subpath
20:17:44 [2022-06-07T20:17:44.423Z] === CONT  TestMountDaemonRoot/default/bind_root
20:17:44 [2022-06-07T20:17:44.423Z] === CONT  TestMountDaemonRoot/rshared/mount_root
20:17:44 [2022-06-07T20:17:44.423Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
20:17:44 [2022-06-07T20:17:44.423Z] === CONT  TestMountDaemonRoot/rshared/bind_root
20:17:44 [2022-06-07T20:17:44.423Z] === CONT  TestMountDaemonRoot/shared/bind_root
20:17:44 [2022-06-07T20:17:44.423Z] === CONT  TestMountDaemonRoot/rslave/bind_root
20:17:44 [2022-06-07T20:17:44.423Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
20:17:44 [2022-06-07T20:17:44.423Z] === CONT  TestMountDaemonRoot/shared/mount_root
20:17:44 [2022-06-07T20:17:44.423Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
20:17:44 [2022-06-07T20:17:44.423Z] === CONT  TestMountDaemonRoot/slave/mount_root
20:17:44 [2022-06-07T20:17:44.423Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
20:17:44 [2022-06-07T20:17:44.423Z] === CONT  TestMountDaemonRoot/rslave/mount_root
20:17:44 [2022-06-07T20:17:44.423Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
20:17:44 [2022-06-07T20:17:44.679Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
20:17:44 [2022-06-07T20:17:44.679Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
20:17:44 [2022-06-07T20:17:44.679Z] === CONT  TestMountDaemonRoot/slave/bind_root
20:17:44 [2022-06-07T20:17:44.679Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
20:17:44 [2022-06-07T20:17:44.679Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
20:17:44 [2022-06-07T20:17:44.679Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
20:17:44 [2022-06-07T20:17:44.679Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
20:17:44 [2022-06-07T20:17:44.679Z] === CONT  TestMountDaemonRoot/private/mount_subpath
20:17:44 [2022-06-07T20:17:44.679Z] === CONT  TestMountDaemonRoot/private/mount_root
20:17:44 [2022-06-07T20:17:44.679Z] === CONT  TestMountDaemonRoot/private/bind_subpath
20:17:44 [2022-06-07T20:17:44.679Z] === CONT  TestMountDaemonRoot/private/bind_root
20:17:44 [2022-06-07T20:17:44.679Z] --- PASS: TestMountDaemonRoot (0.02s)
20:17:44 [2022-06-07T20:17:44.679Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
20:17:44 [2022-06-07T20:17:44.679Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
20:17:44 [2022-06-07T20:17:44.679Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
20:17:44 [2022-06-07T20:17:44.679Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
20:17:44 [2022-06-07T20:17:44.679Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
20:17:44 [2022-06-07T20:17:44.679Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
20:17:44 [2022-06-07T20:17:44.679Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
20:17:44 [2022-06-07T20:17:44.679Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
20:17:44 [2022-06-07T20:17:44.679Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
20:17:44 [2022-06-07T20:17:44.679Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
20:17:44 [2022-06-07T20:17:44.679Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
20:17:44 [2022-06-07T20:17:44.679Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
20:17:44 [2022-06-07T20:17:44.680Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
20:17:44 [2022-06-07T20:17:44.680Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
20:17:44 [2022-06-07T20:17:44.680Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
20:17:44 [2022-06-07T20:17:44.680Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
20:17:44 [2022-06-07T20:17:44.680Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
20:17:44 [2022-06-07T20:17:44.680Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
20:17:44 [2022-06-07T20:17:44.680Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
20:17:44 [2022-06-07T20:17:44.680Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
20:17:44 [2022-06-07T20:17:44.680Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
20:17:44 [2022-06-07T20:17:44.680Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
20:17:44 [2022-06-07T20:17:44.680Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
20:17:44 [2022-06-07T20:17:44.680Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
20:17:44 [2022-06-07T20:17:44.680Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
20:17:44 [2022-06-07T20:17:44.680Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
20:17:44 [2022-06-07T20:17:44.680Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
20:17:44 [2022-06-07T20:17:44.680Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
20:17:44 [2022-06-07T20:17:44.680Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
20:17:44 [2022-06-07T20:17:44.680Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
20:17:44 [2022-06-07T20:17:44.680Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
20:17:44 [2022-06-07T20:17:44.680Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
20:17:44 [2022-06-07T20:17:44.680Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
20:17:44 [2022-06-07T20:17:44.680Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
20:17:44 [2022-06-07T20:17:44.680Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
20:17:44 [2022-06-07T20:17:44.680Z] === RUN   TestContainerBindMountNonRecursive
20:17:46 [2022-06-07T20:17:46.043Z] --- PASS: TestContainerBindMountNonRecursive (1.34s)
20:17:46 [2022-06-07T20:17:46.043Z] === RUN   TestContainerVolumesMountedAsShared
20:17:46 [2022-06-07T20:17:46.604Z] --- PASS: TestContainerVolumesMountedAsShared (0.42s)
20:17:46 [2022-06-07T20:17:46.604Z] === RUN   TestContainerVolumesMountedAsSlave
20:17:46 [2022-06-07T20:17:46.860Z] --- PASS: TestContainerVolumesMountedAsSlave (0.33s)
20:17:46 [2022-06-07T20:17:46.861Z] === RUN   TestNetworkNat
20:17:47 [2022-06-07T20:17:47.423Z] --- PASS: TestNetworkNat (0.48s)
20:17:47 [2022-06-07T20:17:47.423Z] === RUN   TestNetworkLocalhostTCPNat
20:17:47 [2022-06-07T20:17:47.678Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s)
20:17:47 [2022-06-07T20:17:47.678Z] === RUN   TestNetworkLoopbackNat
20:17:50 [2022-06-07T20:17:50.190Z] --- PASS: TestNetworkLoopbackNat (2.57s)
20:17:50 [2022-06-07T20:17:50.190Z] === RUN   TestPause
20:17:50 [2022-06-07T20:17:50.752Z] --- PASS: TestPause (0.43s)
20:17:50 [2022-06-07T20:17:50.752Z] === RUN   TestPauseFailsOnWindowsServerContainers
20:17:50 [2022-06-07T20:17:50.752Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:17:50 [2022-06-07T20:17:50.752Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
20:17:50 [2022-06-07T20:17:50.752Z] === RUN   TestPauseStopPausedContainer
20:17:51 [2022-06-07T20:17:51.312Z] --- PASS: TestPauseStopPausedContainer (0.50s)
20:17:51 [2022-06-07T20:17:51.312Z] === RUN   TestPidHost
20:17:52 [2022-06-07T20:17:52.289Z] --- PASS: TestPidHost (1.01s)
20:17:52 [2022-06-07T20:17:52.289Z] === RUN   TestPsFilter
20:17:52 [2022-06-07T20:17:52.289Z] --- PASS: TestPsFilter (0.10s)
20:17:52 [2022-06-07T20:17:52.289Z] === RUN   TestRemoveContainerWithRemovedVolume
20:17:52 [2022-06-07T20:17:52.870Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s)
20:17:52 [2022-06-07T20:17:52.870Z] === RUN   TestRemoveContainerWithVolume
20:17:53 [2022-06-07T20:17:53.136Z] --- PASS: TestRemoveContainerWithVolume (0.44s)
20:17:53 [2022-06-07T20:17:53.136Z] === RUN   TestRemoveContainerRunning
20:17:53 [2022-06-07T20:17:53.701Z] --- PASS: TestRemoveContainerRunning (0.44s)
20:17:53 [2022-06-07T20:17:53.701Z] === RUN   TestRemoveContainerForceRemoveRunning
20:17:53 [2022-06-07T20:17:53.956Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s)
20:17:53 [2022-06-07T20:17:53.956Z] === RUN   TestRemoveInvalidContainer
20:17:53 [2022-06-07T20:17:53.956Z] --- PASS: TestRemoveInvalidContainer (0.03s)
20:17:53 [2022-06-07T20:17:53.956Z] === RUN   TestRenameLinkedContainer
20:17:55 [2022-06-07T20:17:55.843Z] --- PASS: TestRenameLinkedContainer (1.72s)
20:17:55 [2022-06-07T20:17:55.844Z] === RUN   TestRenameStoppedContainer
20:17:56 [2022-06-07T20:17:56.099Z] --- PASS: TestRenameStoppedContainer (0.42s)
20:17:56 [2022-06-07T20:17:56.099Z] === RUN   TestRenameRunningContainerAndReuse
20:17:57 [2022-06-07T20:17:57.026Z] --- PASS: TestRenameRunningContainerAndReuse (0.85s)
20:17:57 [2022-06-07T20:17:57.026Z] === RUN   TestRenameInvalidName
20:17:57 [2022-06-07T20:17:57.587Z] --- PASS: TestRenameInvalidName (0.42s)
20:17:57 [2022-06-07T20:17:57.587Z] === RUN   TestRenameAnonymousContainer
20:17:59 [2022-06-07T20:17:59.473Z] --- PASS: TestRenameAnonymousContainer (1.68s)
20:17:59 [2022-06-07T20:17:59.473Z] === RUN   TestRenameContainerWithSameName
20:17:59 [2022-06-07T20:17:59.473Z] --- PASS: TestRenameContainerWithSameName (0.43s)
20:17:59 [2022-06-07T20:17:59.473Z] === RUN   TestRenameContainerWithLinkedContainer
20:18:00 [2022-06-07T20:18:00.401Z] --- PASS: TestRenameContainerWithLinkedContainer (0.88s)
20:18:00 [2022-06-07T20:18:00.401Z] === RUN   TestResize
20:18:00 [2022-06-07T20:18:00.961Z] --- PASS: TestResize (0.42s)
20:18:00 [2022-06-07T20:18:00.961Z] === RUN   TestResizeWithInvalidSize
20:18:01 [2022-06-07T20:18:01.217Z] --- PASS: TestResizeWithInvalidSize (0.43s)
20:18:01 [2022-06-07T20:18:01.217Z] === RUN   TestResizeWhenContainerNotStarted
20:18:01 [2022-06-07T20:18:01.778Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s)
20:18:01 [2022-06-07T20:18:01.778Z] === RUN   TestDaemonRestartKillContainers
20:18:01 [2022-06-07T20:18:01.778Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:18:01 [2022-06-07T20:18:01.778Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
20:18:03 [2022-06-07T20:18:03.668Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:18:05 [2022-06-07T20:18:05.033Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:18:05 [2022-06-07T20:18:05.959Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:18:05 [2022-06-07T20:18:05.959Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:18:07 [2022-06-07T20:18:07.324Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
20:18:07 [2022-06-07T20:18:07.324Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
20:18:11 [2022-06-07T20:18:11.487Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
20:18:11 [2022-06-07T20:18:11.488Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:18:13 [2022-06-07T20:18:13.375Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:18:14 [2022-06-07T20:18:14.741Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:18:14 [2022-06-07T20:18:14.997Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:18:16 [2022-06-07T20:18:16.361Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:18:16 [2022-06-07T20:18:16.922Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:18:18 [2022-06-07T20:18:18.287Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:18:20 [2022-06-07T20:18:20.175Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
20:18:20 [2022-06-07T20:18:20.175Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.83s)
20:18:20 [2022-06-07T20:18:20.175Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.23s)
20:18:20 [2022-06-07T20:18:20.175Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.24s)
20:18:20 [2022-06-07T20:18:20.175Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.36s)
20:18:20 [2022-06-07T20:18:20.175Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.32s)
20:18:20 [2022-06-07T20:18:20.175Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.35s)
20:18:20 [2022-06-07T20:18:20.175Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.59s)
20:18:20 [2022-06-07T20:18:20.175Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.53s)
20:18:20 [2022-06-07T20:18:20.175Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.13s)
20:18:20 [2022-06-07T20:18:20.175Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.65s)
20:18:20 [2022-06-07T20:18:20.175Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.08s)
20:18:20 [2022-06-07T20:18:20.175Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.76s)
20:18:20 [2022-06-07T20:18:20.175Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.94s)
20:18:20 [2022-06-07T20:18:20.175Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.71s)
20:18:20 [2022-06-07T20:18:20.175Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.69s)
20:18:20 [2022-06-07T20:18:20.175Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.62s)
20:18:20 [2022-06-07T20:18:20.175Z] === RUN   TestCgroupNamespacesRun
20:18:21 [2022-06-07T20:18:21.100Z] --- PASS: TestCgroupNamespacesRun (1.19s)
20:18:21 [2022-06-07T20:18:21.100Z] === RUN   TestCgroupNamespacesRunPrivileged
20:18:21 [2022-06-07T20:18:21.100Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
20:18:21 [2022-06-07T20:18:21.100Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
20:18:21 [2022-06-07T20:18:21.100Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
20:18:22 [2022-06-07T20:18:22.465Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.18s)
20:18:22 [2022-06-07T20:18:22.465Z] === RUN   TestCgroupNamespacesRunHostMode
20:18:23 [2022-06-07T20:18:23.392Z] --- PASS: TestCgroupNamespacesRunHostMode (1.19s)
20:18:23 [2022-06-07T20:18:23.392Z] === RUN   TestCgroupNamespacesRunPrivateMode
20:18:24 [2022-06-07T20:18:24.755Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.17s)
20:18:24 [2022-06-07T20:18:24.755Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
20:18:25 [2022-06-07T20:18:25.681Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.13s)
20:18:25 [2022-06-07T20:18:25.681Z] === RUN   TestCgroupNamespacesRunInvalidMode
20:18:26 [2022-06-07T20:18:26.243Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s)
20:18:26 [2022-06-07T20:18:26.243Z] === RUN   TestCgroupNamespacesRunOlderClient
20:18:27 [2022-06-07T20:18:27.610Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.21s)
20:18:27 [2022-06-07T20:18:27.610Z] === RUN   TestNISDomainname
20:18:28 [2022-06-07T20:18:28.172Z] --- PASS: TestNISDomainname (0.52s)
20:18:28 [2022-06-07T20:18:28.172Z] === RUN   TestHostnameDnsResolution
20:18:28 [2022-06-07T20:18:28.736Z] --- PASS: TestHostnameDnsResolution (0.71s)
20:18:28 [2022-06-07T20:18:28.736Z] === RUN   TestUnprivilegedPortsAndPing
20:18:29 [2022-06-07T20:18:29.297Z] --- PASS: TestUnprivilegedPortsAndPing (0.58s)
20:18:29 [2022-06-07T20:18:29.297Z] === RUN   TestPrivilegedHostDevices
20:18:29 [2022-06-07T20:18:29.860Z] --- PASS: TestPrivilegedHostDevices (0.49s)
20:18:29 [2022-06-07T20:18:29.860Z] === RUN   TestConsoleSize
20:18:30 [2022-06-07T20:18:30.420Z] --- PASS: TestConsoleSize (0.45s)
20:18:30 [2022-06-07T20:18:30.420Z] === RUN   TestStats
20:18:32 [2022-06-07T20:18:32.932Z] --- PASS: TestStats (2.48s)
20:18:32 [2022-06-07T20:18:32.933Z] === RUN   TestStopContainerWithTimeout
20:18:32 [2022-06-07T20:18:32.933Z] === RUN   TestStopContainerWithTimeout/0
20:18:32 [2022-06-07T20:18:32.933Z] === PAUSE TestStopContainerWithTimeout/0
20:18:32 [2022-06-07T20:18:32.933Z] === RUN   TestStopContainerWithTimeout/1
20:18:32 [2022-06-07T20:18:32.933Z] === PAUSE TestStopContainerWithTimeout/1
20:18:32 [2022-06-07T20:18:32.933Z] === RUN   TestStopContainerWithTimeout/3
20:18:32 [2022-06-07T20:18:32.933Z] === PAUSE TestStopContainerWithTimeout/3
20:18:32 [2022-06-07T20:18:32.933Z] === RUN   TestStopContainerWithTimeout/-1
20:18:32 [2022-06-07T20:18:32.933Z] === PAUSE TestStopContainerWithTimeout/-1
20:18:32 [2022-06-07T20:18:32.933Z] === CONT  TestStopContainerWithTimeout/0
20:18:32 [2022-06-07T20:18:32.933Z] === CONT  TestStopContainerWithTimeout/3
20:18:33 [2022-06-07T20:18:33.494Z] === CONT  TestStopContainerWithTimeout/-1
20:18:35 [2022-06-07T20:18:35.421Z] === CONT  TestStopContainerWithTimeout/1
20:18:37 [2022-06-07T20:18:37.308Z] --- PASS: TestStopContainerWithTimeout (0.02s)
20:18:37 [2022-06-07T20:18:37.308Z]     --- PASS: TestStopContainerWithTimeout/0 (0.74s)
20:18:37 [2022-06-07T20:18:37.308Z]     --- PASS: TestStopContainerWithTimeout/3 (2.68s)
20:18:37 [2022-06-07T20:18:37.308Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.41s)
20:18:37 [2022-06-07T20:18:37.308Z]     --- PASS: TestStopContainerWithTimeout/1 (1.46s)
20:18:37 [2022-06-07T20:18:37.308Z] === RUN   TestDeleteDevicemapper
20:18:37 [2022-06-07T20:18:37.308Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:18:37 [2022-06-07T20:18:37.308Z] --- SKIP: TestDeleteDevicemapper (0.00s)
20:18:37 [2022-06-07T20:18:37.308Z] === RUN   TestStopContainerWithRestartPolicyAlways
20:18:38 [2022-06-07T20:18:38.341Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.52s)
20:18:38 [2022-06-07T20:18:38.341Z] === RUN   TestUpdateMemory
20:18:38 [2022-06-07T20:18:38.905Z] --- PASS: TestUpdateMemory (0.54s)
20:18:38 [2022-06-07T20:18:38.905Z] === RUN   TestUpdateCPUQuota
20:18:39 [2022-06-07T20:18:39.832Z] --- PASS: TestUpdateCPUQuota (0.97s)
20:18:39 [2022-06-07T20:18:39.832Z] === RUN   TestUpdatePidsLimit
20:18:40 [2022-06-07T20:18:40.088Z] === RUN   TestUpdatePidsLimit/update_from_none
20:18:40 [2022-06-07T20:18:40.088Z] === RUN   TestUpdatePidsLimit/no_change
20:18:40 [2022-06-07T20:18:40.344Z] === RUN   TestUpdatePidsLimit/update_lower
20:18:40 [2022-06-07T20:18:40.602Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
20:18:40 [2022-06-07T20:18:40.857Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
20:18:41 [2022-06-07T20:18:41.113Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
20:18:41 [2022-06-07T20:18:41.369Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
20:18:41 [2022-06-07T20:18:41.929Z] --- PASS: TestUpdatePidsLimit (2.00s)
20:18:41 [2022-06-07T20:18:41.929Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.20s)
20:18:41 [2022-06-07T20:18:41.929Z]     --- PASS: TestUpdatePidsLimit/no_change (0.22s)
20:18:41 [2022-06-07T20:18:41.929Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.22s)
20:18:41 [2022-06-07T20:18:41.929Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s)
20:18:41 [2022-06-07T20:18:41.929Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.23s)
20:18:41 [2022-06-07T20:18:41.929Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s)
20:18:41 [2022-06-07T20:18:41.929Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s)
20:18:41 [2022-06-07T20:18:41.929Z] === RUN   TestUpdateRestartPolicy
20:18:54 [2022-06-07T20:18:54.107Z] --- PASS: TestUpdateRestartPolicy (11.09s)
20:18:54 [2022-06-07T20:18:54.107Z] === RUN   TestUpdateRestartWithAutoRemove
20:18:54 [2022-06-07T20:18:54.107Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s)
20:18:54 [2022-06-07T20:18:54.107Z] === RUN   TestWaitNonBlocked
20:18:54 [2022-06-07T20:18:54.107Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
20:18:54 [2022-06-07T20:18:54.107Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
20:18:54 [2022-06-07T20:18:54.107Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
20:18:54 [2022-06-07T20:18:54.107Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
20:18:54 [2022-06-07T20:18:54.107Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
20:18:54 [2022-06-07T20:18:54.107Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
20:18:54 [2022-06-07T20:18:54.107Z] --- PASS: TestWaitNonBlocked (0.01s)
20:18:54 [2022-06-07T20:18:54.107Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.66s)
20:18:54 [2022-06-07T20:18:54.107Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.71s)
20:18:54 [2022-06-07T20:18:54.107Z] === RUN   TestWaitBlocked
20:18:54 [2022-06-07T20:18:54.107Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
20:18:54 [2022-06-07T20:18:54.107Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
20:18:54 [2022-06-07T20:18:54.107Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
20:18:54 [2022-06-07T20:18:54.107Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
20:18:54 [2022-06-07T20:18:54.366Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
20:18:54 [2022-06-07T20:18:54.366Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
20:18:54 [2022-06-07T20:18:54.942Z] --- PASS: TestWaitBlocked (0.01s)
20:18:54 [2022-06-07T20:18:54.942Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.76s)
20:18:54 [2022-06-07T20:18:54.942Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.79s)
20:18:54 [2022-06-07T20:18:54.942Z] === CONT  TestContainerStartOnDaemonRestart
20:18:54 [2022-06-07T20:18:54.942Z] === CONT  TestRestartDaemonWithRestartingContainer
20:18:57 [2022-06-07T20:18:57.481Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.35s)
20:18:57 [2022-06-07T20:18:57.481Z] === CONT  TestIpcModeOlderClient
20:18:57 [2022-06-07T20:18:57.481Z] --- PASS: TestContainerStartOnDaemonRestart (2.36s)
20:18:57 [2022-06-07T20:18:57.481Z] === CONT  TestContainerKillOnDaemonStart
20:18:57 [2022-06-07T20:18:57.481Z] --- PASS: TestIpcModeOlderClient (0.07s)
20:18:57 [2022-06-07T20:18:57.481Z] === CONT  TestDaemonHostGatewayIP
20:18:59 [2022-06-07T20:18:59.998Z] --- PASS: TestDaemonHostGatewayIP (2.60s)
20:18:59 [2022-06-07T20:18:59.998Z] === CONT  TestDaemonRestartIpcMode
20:19:02 [2022-06-07T20:19:02.511Z] --- PASS: TestDaemonRestartIpcMode (2.23s)
20:19:10 [2022-06-07T20:19:10.589Z] --- PASS: TestContainerKillOnDaemonStart (11.85s)
20:19:10 [2022-06-07T20:19:10.589Z] PASS
20:19:10 [2022-06-07T20:19:10.589Z] 
20:19:10 [2022-06-07T20:19:10.589Z] === Skipped
20:19:10 [2022-06-07T20:19:10.589Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
20:19:10 [2022-06-07T20:19:10.589Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:19:10 [2022-06-07T20:19:10.589Z] 
20:19:10 [2022-06-07T20:19:10.589Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
20:19:10 [2022-06-07T20:19:10.589Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
20:19:10 [2022-06-07T20:19:10.589Z] 
20:19:10 [2022-06-07T20:19:10.589Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
20:19:10 [2022-06-07T20:19:10.589Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:19:10 [2022-06-07T20:19:10.589Z] 
20:19:10 [2022-06-07T20:19:10.589Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
20:19:10 [2022-06-07T20:19:10.589Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
20:19:10 [2022-06-07T20:19:10.589Z] 
20:19:10 [2022-06-07T20:19:10.589Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
20:19:10 [2022-06-07T20:19:10.589Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:19:10 [2022-06-07T20:19:10.589Z] 
20:19:10 [2022-06-07T20:19:10.589Z] DONE 243 tests, 5 skipped in 120.573s
20:19:10 [2022-06-07T20:19:10.589Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
20:19:10 [2022-06-07T20:19:10.589Z] === RUN   TestConfigDaemonLibtrustID
20:19:10 [2022-06-07T20:19:10.589Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
20:19:10 [2022-06-07T20:19:10.589Z] === RUN   TestConfigDaemonID
20:19:10 [2022-06-07T20:19:10.853Z]     daemon_test.go:83: [da8e0cdd67032] daemon is not started
20:19:10 [2022-06-07T20:19:10.853Z] --- PASS: TestConfigDaemonID (1.04s)
20:19:10 [2022-06-07T20:19:10.853Z] === RUN   TestDaemonConfigValidation
20:19:10 [2022-06-07T20:19:10.853Z] === RUN   TestDaemonConfigValidation/config_with_no_content
20:19:10 [2022-06-07T20:19:10.853Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
20:19:10 [2022-06-07T20:19:10.853Z] === RUN   TestDaemonConfigValidation/config_with_{}
20:19:10 [2022-06-07T20:19:10.853Z] === PAUSE TestDaemonConfigValidation/config_with_{}
20:19:10 [2022-06-07T20:19:10.853Z] === RUN   TestDaemonConfigValidation/invalid_config
20:19:10 [2022-06-07T20:19:10.853Z] === PAUSE TestDaemonConfigValidation/invalid_config
20:19:10 [2022-06-07T20:19:10.853Z] === RUN   TestDaemonConfigValidation/malformed_config
20:19:10 [2022-06-07T20:19:10.853Z] === PAUSE TestDaemonConfigValidation/malformed_config
20:19:10 [2022-06-07T20:19:10.853Z] === RUN   TestDaemonConfigValidation/valid_config
20:19:10 [2022-06-07T20:19:10.853Z] === PAUSE TestDaemonConfigValidation/valid_config
20:19:10 [2022-06-07T20:19:10.853Z] === CONT  TestDaemonConfigValidation/config_with_no_content
20:19:10 [2022-06-07T20:19:10.853Z] === CONT  TestDaemonConfigValidation/malformed_config
20:19:10 [2022-06-07T20:19:10.853Z] === CONT  TestDaemonConfigValidation/valid_config
20:19:10 [2022-06-07T20:19:10.853Z] === CONT  TestDaemonConfigValidation/invalid_config
20:19:11 [2022-06-07T20:19:11.109Z] === CONT  TestDaemonConfigValidation/config_with_{}
20:19:11 [2022-06-07T20:19:11.109Z] --- PASS: TestDaemonConfigValidation (0.00s)
20:19:11 [2022-06-07T20:19:11.109Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.08s)
20:19:11 [2022-06-07T20:19:11.109Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.10s)
20:19:11 [2022-06-07T20:19:11.109Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.08s)
20:19:11 [2022-06-07T20:19:11.109Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.10s)
20:19:11 [2022-06-07T20:19:11.109Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
20:19:11 [2022-06-07T20:19:11.109Z] === RUN   TestConfigDaemonSeccompProfiles
20:19:11 [2022-06-07T20:19:11.109Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
20:19:12 [2022-06-07T20:19:12.035Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
20:19:13 [2022-06-07T20:19:13.402Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
20:19:14 [2022-06-07T20:19:14.328Z] === CONT  TestConfigDaemonSeccompProfiles
20:19:14 [2022-06-07T20:19:14.328Z]     daemon_test.go:197: [de8cc1618ef90] daemon is not started
20:19:14 [2022-06-07T20:19:14.328Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s)
20:19:14 [2022-06-07T20:19:14.328Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
20:19:14 [2022-06-07T20:19:14.328Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.03s)
20:19:14 [2022-06-07T20:19:14.328Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
20:19:14 [2022-06-07T20:19:14.328Z] === RUN   TestDaemonProxy
20:19:14 [2022-06-07T20:19:14.328Z] === RUN   TestDaemonProxy/environment_variables
20:19:16 [2022-06-07T20:19:16.215Z] === RUN   TestDaemonProxy/command-line_options
20:19:17 [2022-06-07T20:19:17.577Z] === RUN   TestDaemonProxy/configuration_file
20:19:19 [2022-06-07T20:19:19.463Z] === RUN   TestDaemonProxy/conflicting_options
20:19:19 [2022-06-07T20:19:19.719Z] === RUN   TestDaemonProxy/reload_sanitized
20:19:20 [2022-06-07T20:19:20.282Z] --- PASS: TestDaemonProxy (6.18s)
20:19:20 [2022-06-07T20:19:20.282Z]     --- PASS: TestDaemonProxy/environment_variables (1.72s)
20:19:20 [2022-06-07T20:19:20.282Z]     --- PASS: TestDaemonProxy/command-line_options (1.73s)
20:19:20 [2022-06-07T20:19:20.282Z]     --- PASS: TestDaemonProxy/configuration_file (1.71s)
20:19:20 [2022-06-07T20:19:20.282Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
20:19:20 [2022-06-07T20:19:20.282Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
20:19:20 [2022-06-07T20:19:20.282Z] PASS
20:19:20 [2022-06-07T20:19:20.282Z] 
20:19:20 [2022-06-07T20:19:20.282Z] DONE 18 tests in 11.109s
20:19:20 [2022-06-07T20:19:20.282Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
20:19:20 [2022-06-07T20:19:20.539Z] INFO: Testing against a local daemon
20:19:20 [2022-06-07T20:19:20.539Z] === RUN   TestCommitInheritsEnv
20:19:20 [2022-06-07T20:19:20.798Z] --- PASS: TestCommitInheritsEnv (0.32s)
20:19:20 [2022-06-07T20:19:20.798Z] === RUN   TestImportExtremelyLargeImageWorks
20:19:20 [2022-06-07T20:19:20.798Z] === PAUSE TestImportExtremelyLargeImageWorks
20:19:20 [2022-06-07T20:19:20.798Z] === RUN   TestImportWithCustomPlatform
20:19:20 [2022-06-07T20:19:20.798Z] === RUN   TestImportWithCustomPlatform/#00
20:19:20 [2022-06-07T20:19:20.798Z] === RUN   TestImportWithCustomPlatform/_______
20:19:20 [2022-06-07T20:19:20.798Z] === RUN   TestImportWithCustomPlatform//
20:19:20 [2022-06-07T20:19:20.798Z] === RUN   TestImportWithCustomPlatform/linux
20:19:20 [2022-06-07T20:19:20.798Z] === RUN   TestImportWithCustomPlatform/LINUX
20:19:21 [2022-06-07T20:19:21.053Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
20:19:21 [2022-06-07T20:19:21.053Z] === RUN   TestImportWithCustomPlatform/macos
20:19:21 [2022-06-07T20:19:21.053Z] === RUN   TestImportWithCustomPlatform/macos/arm64
20:19:21 [2022-06-07T20:19:21.053Z] === RUN   TestImportWithCustomPlatform/nintendo64
20:19:21 [2022-06-07T20:19:21.053Z] --- PASS: TestImportWithCustomPlatform (0.31s)
20:19:21 [2022-06-07T20:19:21.053Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
20:19:21 [2022-06-07T20:19:21.053Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
20:19:21 [2022-06-07T20:19:21.053Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
20:19:21 [2022-06-07T20:19:21.053Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
20:19:21 [2022-06-07T20:19:21.053Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.08s)
20:19:21 [2022-06-07T20:19:21.053Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
20:19:21 [2022-06-07T20:19:21.053Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
20:19:21 [2022-06-07T20:19:21.053Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
20:19:21 [2022-06-07T20:19:21.053Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
20:19:21 [2022-06-07T20:19:21.053Z] === RUN   TestImagesFilterMultiReference
20:19:21 [2022-06-07T20:19:21.053Z] --- PASS: TestImagesFilterMultiReference (0.06s)
20:19:21 [2022-06-07T20:19:21.053Z] === RUN   TestImagePullPlatformInvalid
20:19:21 [2022-06-07T20:19:21.053Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
20:19:21 [2022-06-07T20:19:21.053Z] === RUN   TestRemoveImageOrphaning
20:19:21 [2022-06-07T20:19:21.310Z] --- PASS: TestRemoveImageOrphaning (0.28s)
20:19:21 [2022-06-07T20:19:21.310Z] === RUN   TestRemoveImageGarbageCollector
20:19:21 [2022-06-07T20:19:21.871Z] time="2022-06-07T20:19:21Z" level=info msg="[graphdriver] trying configured driver: overlay2"
20:19:23 [2022-06-07T20:19:23.234Z] --- PASS: TestRemoveImageGarbageCollector (1.85s)
20:19:23 [2022-06-07T20:19:23.234Z] === RUN   TestTagUnprefixedRepoByNameOrName
20:19:23 [2022-06-07T20:19:23.234Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
20:19:23 [2022-06-07T20:19:23.234Z] === RUN   TestTagInvalidReference
20:19:23 [2022-06-07T20:19:23.234Z] --- PASS: TestTagInvalidReference (0.01s)
20:19:23 [2022-06-07T20:19:23.234Z] === RUN   TestTagValidPrefixedRepo
20:19:23 [2022-06-07T20:19:23.234Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
20:19:23 [2022-06-07T20:19:23.234Z] === RUN   TestTagExistedNameWithoutForce
20:19:23 [2022-06-07T20:19:23.234Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
20:19:23 [2022-06-07T20:19:23.234Z] === RUN   TestTagOfficialNames
20:19:23 [2022-06-07T20:19:23.490Z] --- PASS: TestTagOfficialNames (0.04s)
20:19:23 [2022-06-07T20:19:23.490Z] === RUN   TestTagMatchesDigest
20:19:23 [2022-06-07T20:19:23.490Z] --- PASS: TestTagMatchesDigest (0.01s)
20:19:23 [2022-06-07T20:19:23.490Z] === CONT  TestImportExtremelyLargeImageWorks
20:20:59 [2022-06-07T20:20:59.862Z] --- PASS: TestImportExtremelyLargeImageWorks (91.93s)
20:20:59 [2022-06-07T20:20:59.862Z] PASS
20:20:59 [2022-06-07T20:20:59.862Z] 
20:20:59 [2022-06-07T20:20:59.862Z] DONE 22 tests in 94.976s
20:20:59 [2022-06-07T20:20:59.862Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
20:20:59 [2022-06-07T20:20:59.862Z] INFO: Testing against a local daemon
20:20:59 [2022-06-07T20:20:59.862Z] === RUN   TestNetworkCreateDelete
20:20:59 [2022-06-07T20:20:59.862Z] --- PASS: TestNetworkCreateDelete (0.13s)
20:20:59 [2022-06-07T20:20:59.862Z] === RUN   TestDockerNetworkDeletePreferID
20:20:59 [2022-06-07T20:20:59.862Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s)
20:20:59 [2022-06-07T20:20:59.862Z] === RUN   TestDaemonDNSFallback
20:21:02 [2022-06-07T20:21:02.374Z] --- PASS: TestDaemonDNSFallback (6.35s)
20:21:02 [2022-06-07T20:21:02.374Z] === RUN   TestInspectNetwork
20:21:05 [2022-06-07T20:21:05.638Z] === RUN   TestInspectNetwork/full_network_id
20:21:05 [2022-06-07T20:21:05.638Z] === RUN   TestInspectNetwork/partial_network_id
20:21:05 [2022-06-07T20:21:05.638Z] === RUN   TestInspectNetwork/network_name
20:21:05 [2022-06-07T20:21:05.638Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
20:21:09 [2022-06-07T20:21:09.798Z] --- PASS: TestInspectNetwork (7.27s)
20:21:09 [2022-06-07T20:21:09.798Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
20:21:09 [2022-06-07T20:21:09.798Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
20:21:09 [2022-06-07T20:21:09.798Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
20:21:09 [2022-06-07T20:21:09.798Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
20:21:09 [2022-06-07T20:21:09.798Z] === RUN   TestRunContainerWithBridgeNone
20:21:11 [2022-06-07T20:21:11.164Z] --- PASS: TestRunContainerWithBridgeNone (1.56s)
20:21:11 [2022-06-07T20:21:11.164Z] === RUN   TestNetworkInvalidJSON
20:21:11 [2022-06-07T20:21:11.164Z] === RUN   TestNetworkInvalidJSON/networks/create
20:21:11 [2022-06-07T20:21:11.164Z] === PAUSE TestNetworkInvalidJSON/networks/create
20:21:11 [2022-06-07T20:21:11.164Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
20:21:11 [2022-06-07T20:21:11.164Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
20:21:11 [2022-06-07T20:21:11.164Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
20:21:11 [2022-06-07T20:21:11.164Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
20:21:11 [2022-06-07T20:21:11.164Z] === CONT  TestNetworkInvalidJSON/networks/create
20:21:11 [2022-06-07T20:21:11.164Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
20:21:11 [2022-06-07T20:21:11.164Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
20:21:11 [2022-06-07T20:21:11.164Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
20:21:11 [2022-06-07T20:21:11.164Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
20:21:11 [2022-06-07T20:21:11.164Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
20:21:11 [2022-06-07T20:21:11.164Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
20:21:11 [2022-06-07T20:21:11.164Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
20:21:11 [2022-06-07T20:21:11.164Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
20:21:11 [2022-06-07T20:21:11.164Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
20:21:11 [2022-06-07T20:21:11.164Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
20:21:11 [2022-06-07T20:21:11.164Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
20:21:11 [2022-06-07T20:21:11.164Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
20:21:11 [2022-06-07T20:21:11.164Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
20:21:11 [2022-06-07T20:21:11.164Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
20:21:11 [2022-06-07T20:21:11.164Z] --- PASS: TestNetworkInvalidJSON (0.02s)
20:21:11 [2022-06-07T20:21:11.164Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
20:21:11 [2022-06-07T20:21:11.164Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
20:21:11 [2022-06-07T20:21:11.164Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
20:21:11 [2022-06-07T20:21:11.164Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
20:21:11 [2022-06-07T20:21:11.164Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
20:21:11 [2022-06-07T20:21:11.164Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.01s)
20:21:11 [2022-06-07T20:21:11.164Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
20:21:11 [2022-06-07T20:21:11.164Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
20:21:11 [2022-06-07T20:21:11.164Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
20:21:11 [2022-06-07T20:21:11.164Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
20:21:11 [2022-06-07T20:21:11.164Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
20:21:11 [2022-06-07T20:21:11.164Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
20:21:11 [2022-06-07T20:21:11.164Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
20:21:11 [2022-06-07T20:21:11.164Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
20:21:11 [2022-06-07T20:21:11.164Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
20:21:11 [2022-06-07T20:21:11.164Z] === RUN   TestNetworkList
20:21:11 [2022-06-07T20:21:11.164Z] === RUN   TestNetworkList//networks
20:21:11 [2022-06-07T20:21:11.164Z] === PAUSE TestNetworkList//networks
20:21:11 [2022-06-07T20:21:11.164Z] === RUN   TestNetworkList//networks/
20:21:11 [2022-06-07T20:21:11.164Z] === PAUSE TestNetworkList//networks/
20:21:11 [2022-06-07T20:21:11.164Z] === CONT  TestNetworkList//networks
20:21:11 [2022-06-07T20:21:11.164Z] === CONT  TestNetworkList//networks/
20:21:11 [2022-06-07T20:21:11.164Z] --- PASS: TestNetworkList (0.01s)
20:21:11 [2022-06-07T20:21:11.164Z]     --- PASS: TestNetworkList//networks/ (0.00s)
20:21:11 [2022-06-07T20:21:11.164Z]     --- PASS: TestNetworkList//networks (0.00s)
20:21:11 [2022-06-07T20:21:11.164Z] === RUN   TestHostIPv4BridgeLabel
20:21:11 [2022-06-07T20:21:11.729Z] --- PASS: TestHostIPv4BridgeLabel (0.55s)
20:21:11 [2022-06-07T20:21:11.729Z] === RUN   TestDaemonRestartWithLiveRestore
20:21:12 [2022-06-07T20:21:12.655Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
20:21:12 [2022-06-07T20:21:12.655Z] === RUN   TestDaemonDefaultNetworkPools
20:21:13 [2022-06-07T20:21:13.581Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s)
20:21:13 [2022-06-07T20:21:13.581Z] === RUN   TestDaemonRestartWithExistingNetwork
20:21:14 [2022-06-07T20:21:14.507Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
20:21:14 [2022-06-07T20:21:14.507Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
20:21:15 [2022-06-07T20:21:15.870Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s)
20:21:15 [2022-06-07T20:21:15.870Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
20:21:16 [2022-06-07T20:21:16.430Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s)
20:21:16 [2022-06-07T20:21:16.430Z] === RUN   TestServiceWithPredefinedNetwork
20:21:18 [2022-06-07T20:21:18.944Z] --- PASS: TestServiceWithPredefinedNetwork (2.29s)
20:21:18 [2022-06-07T20:21:18.944Z] === RUN   TestServiceRemoveKeepsIngressNetwork
20:21:18 [2022-06-07T20:21:18.944Z]     service_test.go:243: FLAKY_TEST
20:21:18 [2022-06-07T20:21:18.944Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
20:21:18 [2022-06-07T20:21:18.944Z] === RUN   TestServiceWithDataPathPortInit
20:21:33 [2022-06-07T20:21:33.786Z] --- PASS: TestServiceWithDataPathPortInit (13.97s)
20:21:33 [2022-06-07T20:21:33.786Z] === RUN   TestServiceWithDefaultAddressPoolInit
20:21:35 [2022-06-07T20:21:35.705Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:364yfgxas58iwj8l62uf6s4ly Created:2022-06-07 20:21:33.836980567 +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[2dd56eded91ac7baf6bce35507bc4bb635e02d7dfceed055a14e19037e05e83c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.56rgud7v9v26tc1wrl9nku8n3 EndpointID:9d65d8fd4146f0f0850f0f69aa7c07a466b96943661c33c1fed5c669e8a81f82 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:3381ffd90848317ea127d3956c165e0d0d32157b2a04e86ee65e8a4a7da51bc5 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:5e2de7f5b616 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.56rgud7v9v26tc1wrl9nku8n3 EndpointID:9d65d8fd4146f0f0850f0f69aa7c07a466b96943661c33c1fed5c669e8a81f82 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
20:21:39 [2022-06-07T20:21:39.866Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.19s)
20:21:39 [2022-06-07T20:21:39.866Z] PASS
20:21:39 [2022-06-07T20:21:39.866Z] 
20:21:39 [2022-06-07T20:21:39.866Z] === Skipped
20:21:39 [2022-06-07T20:21:39.866Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:21:39 [2022-06-07T20:21:39.866Z]     service_test.go:243: FLAKY_TEST
20:21:39 [2022-06-07T20:21:39.866Z] 
20:21:39 [2022-06-07T20:21:39.866Z] DONE 38 tests, 1 skipped in 44.383s
20:21:39 [2022-06-07T20:21:39.866Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
20:21:39 [2022-06-07T20:21:39.866Z] INFO: Testing against a local daemon
20:21:39 [2022-06-07T20:21:39.866Z] === RUN   TestDockerNetworkIpvlanPersistance
20:21:39 [2022-06-07T20:21:39.866Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:21:39 [2022-06-07T20:21:39.866Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
20:21:39 [2022-06-07T20:21:39.866Z] === RUN   TestDockerNetworkIpvlan
20:21:39 [2022-06-07T20:21:39.866Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:21:39 [2022-06-07T20:21:39.866Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
20:21:39 [2022-06-07T20:21:39.866Z] PASS
20:21:39 [2022-06-07T20:21:39.866Z] 
20:21:39 [2022-06-07T20:21:39.866Z] === Skipped
20:21:39 [2022-06-07T20:21:39.866Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
20:21:39 [2022-06-07T20:21:39.866Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:21:39 [2022-06-07T20:21:39.866Z] 
20:21:39 [2022-06-07T20:21:39.866Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
20:21:39 [2022-06-07T20:21:39.866Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:21:39 [2022-06-07T20:21:39.866Z] 
20:21:39 [2022-06-07T20:21:39.866Z] DONE 2 tests, 2 skipped in 0.023s
20:21:39 [2022-06-07T20:21:39.866Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
20:21:39 [2022-06-07T20:21:39.866Z] INFO: Testing against a local daemon
20:21:39 [2022-06-07T20:21:39.866Z] === RUN   TestDockerNetworkMacvlanPersistance
20:21:41 [2022-06-07T20:21:41.229Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.28s)
20:21:41 [2022-06-07T20:21:41.229Z] === RUN   TestDockerNetworkMacvlan
20:21:41 [2022-06-07T20:21:41.791Z] === RUN   TestDockerNetworkMacvlan/Subinterface
20:21:42 [2022-06-07T20:21:42.717Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
20:21:43 [2022-06-07T20:21:43.279Z] === RUN   TestDockerNetworkMacvlan/NilParent
20:21:45 [2022-06-07T20:21:45.169Z] === RUN   TestDockerNetworkMacvlan/InternalMode
20:21:47 [2022-06-07T20:21:47.059Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
20:21:50 [2022-06-07T20:21:50.324Z] === RUN   TestDockerNetworkMacvlan/Addressing
20:21:50 [2022-06-07T20:21:50.885Z] --- PASS: TestDockerNetworkMacvlan (9.82s)
20:21:50 [2022-06-07T20:21:50.885Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s)
20:21:50 [2022-06-07T20:21:50.885Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.06s)
20:21:50 [2022-06-07T20:21:50.885Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.82s)
20:21:50 [2022-06-07T20:21:50.885Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.00s)
20:21:50 [2022-06-07T20:21:50.885Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.10s)
20:21:50 [2022-06-07T20:21:50.885Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.60s)
20:21:50 [2022-06-07T20:21:50.885Z] PASS
20:21:50 [2022-06-07T20:21:50.885Z] 
20:21:50 [2022-06-07T20:21:50.885Z] DONE 8 tests in 11.119s
20:21:50 [2022-06-07T20:21:50.885Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
20:21:50 [2022-06-07T20:21:50.885Z] testing: warning: no tests to run
20:21:50 [2022-06-07T20:21:50.885Z] PASS
20:21:50 [2022-06-07T20:21:50.885Z] 
20:21:50 [2022-06-07T20:21:50.885Z] DONE 0 tests in 0.008s
20:21:50 [2022-06-07T20:21:50.885Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
20:21:50 [2022-06-07T20:21:50.885Z] INFO: Testing against a local daemon
20:21:50 [2022-06-07T20:21:50.885Z] === RUN   TestAuthZPluginAllowRequest
20:21:52 [2022-06-07T20:21:52.248Z] --- PASS: TestAuthZPluginAllowRequest (1.19s)
20:21:52 [2022-06-07T20:21:52.248Z] === RUN   TestAuthZPluginTLS
20:21:52 [2022-06-07T20:21:52.809Z] --- PASS: TestAuthZPluginTLS (0.54s)
20:21:52 [2022-06-07T20:21:52.809Z] === RUN   TestAuthZPluginDenyRequest
20:21:53 [2022-06-07T20:21:53.368Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
20:21:53 [2022-06-07T20:21:53.368Z] === RUN   TestAuthZPluginAPIDenyResponse
20:21:53 [2022-06-07T20:21:53.624Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
20:21:53 [2022-06-07T20:21:53.624Z] === RUN   TestAuthZPluginDenyResponse
20:21:54 [2022-06-07T20:21:54.185Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
20:21:54 [2022-06-07T20:21:54.185Z] === RUN   TestAuthZPluginAllowEventStream
20:21:55 [2022-06-07T20:21:55.551Z] --- PASS: TestAuthZPluginAllowEventStream (1.20s)
20:21:55 [2022-06-07T20:21:55.551Z] === RUN   TestAuthZPluginErrorResponse
20:21:56 [2022-06-07T20:21:56.111Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
20:21:56 [2022-06-07T20:21:56.111Z] === RUN   TestAuthZPluginErrorRequest
20:21:56 [2022-06-07T20:21:56.671Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
20:21:56 [2022-06-07T20:21:56.671Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
20:21:57 [2022-06-07T20:21:57.232Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
20:21:57 [2022-06-07T20:21:57.232Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
20:21:58 [2022-06-07T20:21:58.596Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.39s)
20:21:58 [2022-06-07T20:21:58.596Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
20:21:59 [2022-06-07T20:21:59.960Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.46s)
20:21:59 [2022-06-07T20:21:59.960Z] === RUN   TestAuthZPluginHeader
20:22:00 [2022-06-07T20:22:00.520Z] --- PASS: TestAuthZPluginHeader (0.69s)
20:22:00 [2022-06-07T20:22:00.521Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
20:22:04 [2022-06-07T20:22:04.865Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.97s)
20:22:04 [2022-06-07T20:22:04.865Z] === RUN   TestAuthZPluginV2Disable
20:22:08 [2022-06-07T20:22:08.129Z] --- PASS: TestAuthZPluginV2Disable (3.44s)
20:22:08 [2022-06-07T20:22:08.129Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
20:22:11 [2022-06-07T20:22:11.393Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.25s)
20:22:11 [2022-06-07T20:22:11.393Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
20:22:21 [2022-06-07T20:22:21.339Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.93s)
20:22:21 [2022-06-07T20:22:21.339Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
20:22:39 [2022-06-07T20:22:39.372Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s)
20:22:39 [2022-06-07T20:22:39.372Z] PASS
20:22:39 [2022-06-07T20:22:39.372Z] 
20:22:39 [2022-06-07T20:22:39.372Z] DONE 17 tests in 46.837s
20:22:39 [2022-06-07T20:22:39.372Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
20:22:39 [2022-06-07T20:22:39.372Z] INFO: Testing against a local daemon
20:22:39 [2022-06-07T20:22:39.372Z] === RUN   TestPluginInvalidJSON
20:22:39 [2022-06-07T20:22:39.372Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
20:22:39 [2022-06-07T20:22:39.372Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
20:22:39 [2022-06-07T20:22:39.372Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
20:22:39 [2022-06-07T20:22:39.372Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
20:22:39 [2022-06-07T20:22:39.372Z] === RUN   TestPluginInvalidJSON/plugins/pull
20:22:39 [2022-06-07T20:22:39.372Z] === PAUSE TestPluginInvalidJSON/plugins/pull
20:22:39 [2022-06-07T20:22:39.372Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
20:22:39 [2022-06-07T20:22:39.372Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
20:22:39 [2022-06-07T20:22:39.372Z] === CONT  TestPluginInvalidJSON/plugins/pull
20:22:39 [2022-06-07T20:22:39.372Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
20:22:39 [2022-06-07T20:22:39.372Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
20:22:39 [2022-06-07T20:22:39.372Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
20:22:39 [2022-06-07T20:22:39.372Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
20:22:39 [2022-06-07T20:22:39.372Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
20:22:39 [2022-06-07T20:22:39.372Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
20:22:39 [2022-06-07T20:22:39.372Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
20:22:39 [2022-06-07T20:22:39.372Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
20:22:39 [2022-06-07T20:22:39.372Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
20:22:39 [2022-06-07T20:22:39.372Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
20:22:39 [2022-06-07T20:22:39.372Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
20:22:39 [2022-06-07T20:22:39.372Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
20:22:39 [2022-06-07T20:22:39.372Z] --- PASS: TestPluginInvalidJSON (0.01s)
20:22:39 [2022-06-07T20:22:39.372Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
20:22:39 [2022-06-07T20:22:39.372Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
20:22:39 [2022-06-07T20:22:39.372Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
20:22:39 [2022-06-07T20:22:39.372Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
20:22:39 [2022-06-07T20:22:39.372Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
20:22:39 [2022-06-07T20:22:39.372Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s)
20:22:39 [2022-06-07T20:22:39.372Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
20:22:39 [2022-06-07T20:22:39.372Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
20:22:39 [2022-06-07T20:22:39.372Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
20:22:39 [2022-06-07T20:22:39.372Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
20:22:39 [2022-06-07T20:22:39.372Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
20:22:39 [2022-06-07T20:22:39.372Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
20:22:39 [2022-06-07T20:22:39.372Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
20:22:39 [2022-06-07T20:22:39.372Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
20:22:39 [2022-06-07T20:22:39.372Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
20:22:39 [2022-06-07T20:22:39.372Z] === RUN   TestPluginInstall
20:22:39 [2022-06-07T20:22:39.372Z] === RUN   TestPluginInstall/no_auth
20:22:39 [2022-06-07T20:22:39.372Z] time="2022-06-07T20:22:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:22:39 [2022-06-07T20:22:39.372Z] time="2022-06-07T20:22:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dbb51cb0df1d643b926ddcb078e7924dae1b47f953ba853b8512a248dd53ada0" mediatype=application/vnd.docker.plugin.v1+json size=522
20:22:39 [2022-06-07T20:22:39.372Z] time="2022-06-07T20:22:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:22:39 [2022-06-07T20:22:39.372Z] time="2022-06-07T20:22:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dbb51cb0df1d643b926ddcb078e7924dae1b47f953ba853b8512a248dd53ada0" mediatype=application/vnd.docker.plugin.v1+json size=522
20:22:39 [2022-06-07T20:22:39.372Z] === RUN   TestPluginInstall/with_htpasswd
20:22:39 [2022-06-07T20:22:39.372Z] time="2022-06-07T20:22:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:22:39 [2022-06-07T20:22:39.372Z] time="2022-06-07T20:22:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dbb51cb0df1d643b926ddcb078e7924dae1b47f953ba853b8512a248dd53ada0" mediatype=application/vnd.docker.plugin.v1+json size=522
20:22:39 [2022-06-07T20:22:39.372Z] time="2022-06-07T20:22:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:22:39 [2022-06-07T20:22:39.372Z] time="2022-06-07T20:22:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dbb51cb0df1d643b926ddcb078e7924dae1b47f953ba853b8512a248dd53ada0" mediatype=application/vnd.docker.plugin.v1+json size=522
20:22:39 [2022-06-07T20:22:39.372Z] === RUN   TestPluginInstall/with_insecure
20:22:40 [2022-06-07T20:22:40.298Z] time="2022-06-07T20:22:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:22:40 [2022-06-07T20:22:40.298Z] time="2022-06-07T20:22:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:65a01e1fde3561a52457dc2081e53ec66900a1f9a9070ccf392a70872914a47c" mediatype=application/vnd.docker.plugin.v1+json size=522
20:22:40 [2022-06-07T20:22:40.298Z] time="2022-06-07T20:22:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:22:40 [2022-06-07T20:22:40.298Z] time="2022-06-07T20:22:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:65a01e1fde3561a52457dc2081e53ec66900a1f9a9070ccf392a70872914a47c" mediatype=application/vnd.docker.plugin.v1+json size=522
20:22:40 [2022-06-07T20:22:40.553Z]     plugin_test.go:195: [d9d0215283b98] daemon is not started
20:22:40 [2022-06-07T20:22:40.553Z] --- PASS: TestPluginInstall (2.71s)
20:22:40 [2022-06-07T20:22:40.553Z]     --- PASS: TestPluginInstall/no_auth (1.02s)
20:22:40 [2022-06-07T20:22:40.553Z]     --- PASS: TestPluginInstall/with_htpasswd (0.62s)
20:22:40 [2022-06-07T20:22:40.553Z]     --- PASS: TestPluginInstall/with_insecure (1.07s)
20:22:40 [2022-06-07T20:22:40.553Z] === RUN   TestPluginsWithRuntimes
20:22:42 [2022-06-07T20:22:42.439Z] === RUN   TestPluginsWithRuntimes/No_Args
20:22:42 [2022-06-07T20:22:42.999Z] === RUN   TestPluginsWithRuntimes/With_Args
20:22:43 [2022-06-07T20:22:43.926Z] --- PASS: TestPluginsWithRuntimes (3.39s)
20:22:43 [2022-06-07T20:22:43.926Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.90s)
20:22:43 [2022-06-07T20:22:43.926Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.88s)
20:22:43 [2022-06-07T20:22:43.926Z] === RUN   TestPluginBackCompatMediaTypes
20:22:44 [2022-06-07T20:22:44.487Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s)
20:22:44 [2022-06-07T20:22:44.487Z] PASS
20:22:44 [2022-06-07T20:22:44.487Z] 
20:22:44 [2022-06-07T20:22:44.487Z] DONE 24 tests in 6.711s
20:22:44 [2022-06-07T20:22:44.487Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
20:22:44 [2022-06-07T20:22:44.487Z] INFO: Testing against a local daemon
20:22:44 [2022-06-07T20:22:44.487Z] === RUN   TestExternalGraphDriver
20:22:44 [2022-06-07T20:22:44.487Z] === RUN   TestExternalGraphDriver/json
20:22:46 [2022-06-07T20:22:46.375Z] === RUN   TestExternalGraphDriver/spec
20:22:47 [2022-06-07T20:22:47.751Z] === RUN   TestExternalGraphDriver/pull
20:22:49 [2022-06-07T20:22:49.638Z] --- PASS: TestExternalGraphDriver (5.06s)
20:22:49 [2022-06-07T20:22:49.638Z]     --- PASS: TestExternalGraphDriver/json (1.64s)
20:22:49 [2022-06-07T20:22:49.639Z]     --- PASS: TestExternalGraphDriver/spec (1.64s)
20:22:49 [2022-06-07T20:22:49.639Z]     --- PASS: TestExternalGraphDriver/pull (1.74s)
20:22:49 [2022-06-07T20:22:49.639Z] === RUN   TestGraphdriverPluginV2
20:22:53 [2022-06-07T20:22:53.863Z] --- PASS: TestGraphdriverPluginV2 (3.90s)
20:22:53 [2022-06-07T20:22:53.863Z] PASS
20:22:53 [2022-06-07T20:22:53.863Z] 
20:22:53 [2022-06-07T20:22:53.863Z] DONE 5 tests in 8.992s
20:22:53 [2022-06-07T20:22:53.863Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
20:22:53 [2022-06-07T20:22:53.863Z] INFO: Testing against a local daemon
20:22:53 [2022-06-07T20:22:53.863Z] === RUN   TestContinueAfterPluginCrash
20:22:53 [2022-06-07T20:22:53.863Z] === PAUSE TestContinueAfterPluginCrash
20:22:53 [2022-06-07T20:22:53.863Z] === RUN   TestReadPluginNoRead
20:22:53 [2022-06-07T20:22:53.863Z] === PAUSE TestReadPluginNoRead
20:22:53 [2022-06-07T20:22:53.863Z] === RUN   TestDaemonStartWithLogOpt
20:22:53 [2022-06-07T20:22:53.863Z] === PAUSE TestDaemonStartWithLogOpt
20:22:53 [2022-06-07T20:22:53.863Z] === CONT  TestContinueAfterPluginCrash
20:22:53 [2022-06-07T20:22:53.863Z] === CONT  TestDaemonStartWithLogOpt
20:22:57 [2022-06-07T20:22:57.156Z] --- PASS: TestDaemonStartWithLogOpt (3.40s)
20:22:57 [2022-06-07T20:22:57.156Z] === CONT  TestReadPluginNoRead
20:22:59 [2022-06-07T20:22:59.044Z] === RUN   TestReadPluginNoRead/disabled_caching
20:23:00 [2022-06-07T20:23:00.408Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
20:23:01 [2022-06-07T20:23:01.772Z] === RUN   TestReadPluginNoRead/default
20:23:02 [2022-06-07T20:23:02.028Z] --- PASS: TestContinueAfterPluginCrash (8.42s)
20:23:02 [2022-06-07T20:23:02.955Z] === CONT  TestReadPluginNoRead
20:23:02 [2022-06-07T20:23:02.955Z]     read_test.go:92: [d2653f162aa0b] daemon is not started
20:23:02 [2022-06-07T20:23:02.955Z] --- PASS: TestReadPluginNoRead (5.92s)
20:23:02 [2022-06-07T20:23:02.955Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.27s)
20:23:02 [2022-06-07T20:23:02.955Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.24s)
20:23:02 [2022-06-07T20:23:02.955Z]     --- PASS: TestReadPluginNoRead/default (1.22s)
20:23:02 [2022-06-07T20:23:02.955Z] PASS
20:23:02 [2022-06-07T20:23:02.955Z] 
20:23:02 [2022-06-07T20:23:02.955Z] DONE 6 tests in 9.340s
20:23:02 [2022-06-07T20:23:02.955Z] 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:23:02 [2022-06-07T20:23:02.955Z] testing: warning: no tests to run
20:23:02 [2022-06-07T20:23:02.955Z] PASS
20:23:02 [2022-06-07T20:23:02.955Z] 
20:23:02 [2022-06-07T20:23:02.955Z] DONE 0 tests in 0.008s
20:23:02 [2022-06-07T20:23:02.955Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
20:23:02 [2022-06-07T20:23:02.955Z] INFO: Testing against a local daemon
20:23:02 [2022-06-07T20:23:02.955Z] === RUN   TestPluginWithDevMounts
20:23:02 [2022-06-07T20:23:02.955Z] === PAUSE TestPluginWithDevMounts
20:23:02 [2022-06-07T20:23:02.955Z] === CONT  TestPluginWithDevMounts
20:23:04 [2022-06-07T20:23:04.841Z] --- PASS: TestPluginWithDevMounts (1.57s)
20:23:04 [2022-06-07T20:23:04.841Z] PASS
20:23:04 [2022-06-07T20:23:04.841Z] 
20:23:04 [2022-06-07T20:23:04.841Z] DONE 1 tests in 1.592s
20:23:04 [2022-06-07T20:23:04.841Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
20:23:04 [2022-06-07T20:23:04.841Z] INFO: Testing against a local daemon
20:23:04 [2022-06-07T20:23:04.841Z] === RUN   TestSecretInspect
20:23:06 [2022-06-07T20:23:06.729Z] --- PASS: TestSecretInspect (2.18s)
20:23:06 [2022-06-07T20:23:06.729Z] === RUN   TestSecretList
20:23:09 [2022-06-07T20:23:09.242Z] --- PASS: TestSecretList (2.18s)
20:23:09 [2022-06-07T20:23:09.242Z] === RUN   TestSecretsCreateAndDelete
20:23:11 [2022-06-07T20:23:11.128Z] --- PASS: TestSecretsCreateAndDelete (2.17s)
20:23:11 [2022-06-07T20:23:11.128Z] === RUN   TestSecretsUpdate
20:23:13 [2022-06-07T20:23:13.642Z] --- PASS: TestSecretsUpdate (2.15s)
20:23:13 [2022-06-07T20:23:13.642Z] === RUN   TestTemplatedSecret
20:23:16 [2022-06-07T20:23:16.156Z] --- PASS: TestTemplatedSecret (2.58s)
20:23:16 [2022-06-07T20:23:16.156Z] === RUN   TestSecretCreateResolve
20:23:18 [2022-06-07T20:23:18.044Z] --- PASS: TestSecretCreateResolve (2.19s)
20:23:18 [2022-06-07T20:23:18.044Z] PASS
20:23:18 [2022-06-07T20:23:18.044Z] 
20:23:18 [2022-06-07T20:23:18.044Z] DONE 6 tests in 13.477s
20:23:18 [2022-06-07T20:23:18.044Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
20:23:18 [2022-06-07T20:23:18.044Z] INFO: Testing against a local daemon
20:23:18 [2022-06-07T20:23:18.044Z] === RUN   TestServiceCreateInit
20:23:18 [2022-06-07T20:23:18.044Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:23:22 [2022-06-07T20:23:22.210Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:23:25 [2022-06-07T20:23:25.475Z] --- PASS: TestServiceCreateInit (7.05s)
20:23:25 [2022-06-07T20:23:25.475Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.73s)
20:23:25 [2022-06-07T20:23:25.475Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.30s)
20:23:25 [2022-06-07T20:23:25.475Z] === RUN   TestCreateServiceMultipleTimes
20:23:43 [2022-06-07T20:23:43.551Z] --- PASS: TestCreateServiceMultipleTimes (15.62s)
20:23:43 [2022-06-07T20:23:43.551Z] === RUN   TestCreateServiceConflict
20:23:43 [2022-06-07T20:23:43.551Z] --- PASS: TestCreateServiceConflict (2.17s)
20:23:43 [2022-06-07T20:23:43.551Z] === RUN   TestCreateServiceMaxReplicas
20:23:46 [2022-06-07T20:23:46.068Z] --- PASS: TestCreateServiceMaxReplicas (2.75s)
20:23:46 [2022-06-07T20:23:46.068Z] === RUN   TestCreateWithDuplicateNetworkNames
20:24:00 [2022-06-07T20:24:00.902Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.32s)
20:24:00 [2022-06-07T20:24:00.902Z] === RUN   TestCreateServiceSecretFileMode
20:24:01 [2022-06-07T20:24:01.463Z] --- PASS: TestCreateServiceSecretFileMode (2.51s)
20:24:01 [2022-06-07T20:24:01.463Z] === RUN   TestCreateServiceConfigFileMode
20:24:03 [2022-06-07T20:24:03.975Z] --- PASS: TestCreateServiceConfigFileMode (2.49s)
20:24:03 [2022-06-07T20:24:03.975Z] === RUN   TestCreateServiceSysctls
20:24:07 [2022-06-07T20:24:07.237Z] --- PASS: TestCreateServiceSysctls (3.18s)
20:24:07 [2022-06-07T20:24:07.237Z] === RUN   TestCreateServiceCapabilities
20:24:09 [2022-06-07T20:24:09.749Z] --- PASS: TestCreateServiceCapabilities (2.60s)
20:24:09 [2022-06-07T20:24:09.749Z] === RUN   TestInspect
20:24:13 [2022-06-07T20:24:13.056Z] --- PASS: TestInspect (2.87s)
20:24:13 [2022-06-07T20:24:13.056Z] === RUN   TestCreateJob
20:24:16 [2022-06-07T20:24:16.322Z] --- PASS: TestCreateJob (3.14s)
20:24:16 [2022-06-07T20:24:16.322Z] === RUN   TestReplicatedJob
20:24:21 [2022-06-07T20:24:21.606Z] --- PASS: TestReplicatedJob (5.26s)
20:24:21 [2022-06-07T20:24:21.607Z] === RUN   TestUpdateReplicatedJob
20:24:24 [2022-06-07T20:24:24.189Z] --- PASS: TestUpdateReplicatedJob (3.35s)
20:24:24 [2022-06-07T20:24:24.189Z] === RUN   TestServiceListWithStatuses
20:24:24 [2022-06-07T20:24:24.189Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:24:24 [2022-06-07T20:24:24.189Z] --- SKIP: TestServiceListWithStatuses (0.00s)
20:24:24 [2022-06-07T20:24:24.189Z] === RUN   TestDockerNetworkConnectAlias
20:24:29 [2022-06-07T20:24:29.437Z] --- PASS: TestDockerNetworkConnectAlias (4.19s)
20:24:29 [2022-06-07T20:24:29.437Z] === RUN   TestDockerNetworkReConnect
20:24:31 [2022-06-07T20:24:31.952Z] --- PASS: TestDockerNetworkReConnect (3.35s)
20:24:31 [2022-06-07T20:24:31.952Z] === RUN   TestServicePlugin
20:24:36 [2022-06-07T20:24:36.123Z]     plugin_test.go:61: [d52e09d9ab5e0] joining swarm manager [d3c81a3efe1c3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:36 [2022-06-07T20:24:36.685Z]     plugin_test.go:64: [d1aa9603a3eaa] joining swarm manager [d3c81a3efe1c3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:25:03 [2022-06-07T20:25:03.217Z] --- PASS: TestServicePlugin (30.03s)
20:25:03 [2022-06-07T20:25:03.217Z] === RUN   TestServiceUpdateLabel
20:25:04 [2022-06-07T20:25:04.144Z] --- PASS: TestServiceUpdateLabel (2.19s)
20:25:04 [2022-06-07T20:25:04.144Z] === RUN   TestServiceUpdateSecrets
20:25:18 [2022-06-07T20:25:18.976Z] --- PASS: TestServiceUpdateSecrets (14.60s)
20:25:18 [2022-06-07T20:25:18.976Z] === RUN   TestServiceUpdateConfigs
20:25:33 [2022-06-07T20:25:33.807Z] --- PASS: TestServiceUpdateConfigs (14.45s)
20:25:33 [2022-06-07T20:25:33.807Z] === RUN   TestServiceUpdateNetwork
20:25:45 [2022-06-07T20:25:45.973Z] --- PASS: TestServiceUpdateNetwork (12.34s)
20:25:45 [2022-06-07T20:25:45.973Z] === RUN   TestServiceUpdatePidsLimit
20:25:46 [2022-06-07T20:25:46.900Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
20:25:47 [2022-06-07T20:25:47.827Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
20:25:54 [2022-06-07T20:25:54.358Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
20:26:02 [2022-06-07T20:26:02.439Z] --- PASS: TestServiceUpdatePidsLimit (16.42s)
20:26:02 [2022-06-07T20:26:02.439Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s)
20:26:02 [2022-06-07T20:26:02.439Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s)
20:26:02 [2022-06-07T20:26:02.439Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s)
20:26:02 [2022-06-07T20:26:02.439Z] PASS
20:26:02 [2022-06-07T20:26:02.439Z] 
20:26:02 [2022-06-07T20:26:02.439Z] === Skipped
20:26:02 [2022-06-07T20:26:02.439Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
20:26:02 [2022-06-07T20:26:02.439Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:26:02 [2022-06-07T20:26:02.439Z] 
20:26:02 [2022-06-07T20:26:02.439Z] DONE 27 tests, 1 skipped in 163.886s
20:26:02 [2022-06-07T20:26:02.439Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
20:26:02 [2022-06-07T20:26:02.439Z] INFO: Testing against a local daemon
20:26:02 [2022-06-07T20:26:02.439Z] === RUN   TestSessionCreate
20:26:02 [2022-06-07T20:26:02.439Z] --- PASS: TestSessionCreate (0.02s)
20:26:02 [2022-06-07T20:26:02.439Z] === RUN   TestSessionCreateWithBadUpgrade
20:26:02 [2022-06-07T20:26:02.439Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
20:26:02 [2022-06-07T20:26:02.439Z] PASS
20:26:02 [2022-06-07T20:26:02.439Z] 
20:26:02 [2022-06-07T20:26:02.439Z] DONE 2 tests in 0.063s
20:26:02 [2022-06-07T20:26:02.439Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
20:26:02 [2022-06-07T20:26:02.439Z] INFO: Testing against a local daemon
20:26:02 [2022-06-07T20:26:02.439Z] === RUN   TestCgroupDriverSystemdMemoryLimit
20:26:02 [2022-06-07T20:26:02.439Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
20:26:02 [2022-06-07T20:26:02.439Z] === RUN   TestDiskUsage
20:26:02 [2022-06-07T20:26:02.439Z] === PAUSE TestDiskUsage
20:26:02 [2022-06-07T20:26:02.439Z] === RUN   TestEventsExecDie
20:26:02 [2022-06-07T20:26:02.439Z] --- PASS: TestEventsExecDie (0.57s)
20:26:02 [2022-06-07T20:26:02.439Z] === RUN   TestEventsBackwardsCompatible
20:26:02 [2022-06-07T20:26:02.695Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
20:26:02 [2022-06-07T20:26:02.695Z] === RUN   TestEventsVolumeCreate
20:26:02 [2022-06-07T20:26:02.695Z] --- PASS: TestEventsVolumeCreate (0.05s)
20:26:02 [2022-06-07T20:26:02.695Z] === RUN   TestInfoBinaryCommits
20:26:02 [2022-06-07T20:26:02.695Z] --- PASS: TestInfoBinaryCommits (0.03s)
20:26:02 [2022-06-07T20:26:02.695Z] === RUN   TestInfoAPIVersioned
20:26:02 [2022-06-07T20:26:02.695Z] --- PASS: TestInfoAPIVersioned (0.01s)
20:26:02 [2022-06-07T20:26:02.695Z] === RUN   TestInfoAPI
20:26:02 [2022-06-07T20:26:02.695Z] --- PASS: TestInfoAPI (0.02s)
20:26:02 [2022-06-07T20:26:02.695Z] === RUN   TestInfoAPIWarnings
20:26:20 [2022-06-07T20:26:20.727Z] --- PASS: TestInfoAPIWarnings (16.54s)
20:26:20 [2022-06-07T20:26:20.727Z] === RUN   TestInfoDebug
20:26:20 [2022-06-07T20:26:20.727Z] --- PASS: TestInfoDebug (0.52s)
20:26:20 [2022-06-07T20:26:20.727Z] === RUN   TestInfoInsecureRegistries
20:26:20 [2022-06-07T20:26:20.727Z] --- PASS: TestInfoInsecureRegistries (0.52s)
20:26:20 [2022-06-07T20:26:20.727Z] === RUN   TestInfoRegistryMirrors
20:26:20 [2022-06-07T20:26:20.727Z] --- PASS: TestInfoRegistryMirrors (0.52s)
20:26:20 [2022-06-07T20:26:20.727Z] === RUN   TestLoginFailsWithBadCredentials
20:26:20 [2022-06-07T20:26:20.984Z] --- PASS: TestLoginFailsWithBadCredentials (0.07s)
20:26:20 [2022-06-07T20:26:20.984Z] === RUN   TestPingCacheHeaders
20:26:20 [2022-06-07T20:26:20.984Z] --- PASS: TestPingCacheHeaders (0.02s)
20:26:20 [2022-06-07T20:26:20.984Z] === RUN   TestPingGet
20:26:20 [2022-06-07T20:26:20.984Z] --- PASS: TestPingGet (0.01s)
20:26:20 [2022-06-07T20:26:20.984Z] === RUN   TestPingHead
20:26:20 [2022-06-07T20:26:20.984Z] --- PASS: TestPingHead (0.02s)
20:26:20 [2022-06-07T20:26:20.984Z] === RUN   TestPingSwarmHeader
20:26:21 [2022-06-07T20:26:21.544Z] === RUN   TestPingSwarmHeader/before_swarm_init
20:26:22 [2022-06-07T20:26:22.149Z] === RUN   TestPingSwarmHeader/after_swarm_init
20:26:23 [2022-06-07T20:26:23.075Z] === RUN   TestPingSwarmHeader/after_swarm_leave
20:26:23 [2022-06-07T20:26:23.076Z] --- PASS: TestPingSwarmHeader (2.02s)
20:26:23 [2022-06-07T20:26:23.076Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
20:26:23 [2022-06-07T20:26:23.076Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
20:26:23 [2022-06-07T20:26:23.076Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
20:26:23 [2022-06-07T20:26:23.076Z] === RUN   TestVersion
20:26:23 [2022-06-07T20:26:23.076Z] --- PASS: TestVersion (0.02s)
20:26:23 [2022-06-07T20:26:23.076Z] === CONT  TestCgroupDriverSystemdMemoryLimit
20:26:23 [2022-06-07T20:26:23.076Z] === CONT  TestDiskUsage
20:26:23 [2022-06-07T20:26:23.637Z] === RUN   TestDiskUsage/empty
20:26:23 [2022-06-07T20:26:23.637Z] === RUN   TestDiskUsage/empty/container_types
20:26:23 [2022-06-07T20:26:23.637Z] === RUN   TestDiskUsage/empty/image_types
20:26:23 [2022-06-07T20:26:23.637Z] === RUN   TestDiskUsage/empty/volume_types
20:26:23 [2022-06-07T20:26:23.637Z] === RUN   TestDiskUsage/empty/build-cache_types
20:26:23 [2022-06-07T20:26:23.637Z] === RUN   TestDiskUsage/empty/container,_volume_types
20:26:23 [2022-06-07T20:26:23.637Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
20:26:23 [2022-06-07T20:26:23.637Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
20:26:23 [2022-06-07T20:26:23.637Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
20:26:23 [2022-06-07T20:26:23.637Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
20:26:23 [2022-06-07T20:26:23.637Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
20:26:23 [2022-06-07T20:26:23.637Z] === RUN   TestDiskUsage/after_LoadBusybox
20:26:23 [2022-06-07T20:26:23.637Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
20:26:23 [2022-06-07T20:26:23.893Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
20:26:23 [2022-06-07T20:26:23.893Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
20:26:23 [2022-06-07T20:26:23.893Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
20:26:23 [2022-06-07T20:26:23.893Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
20:26:23 [2022-06-07T20:26:23.893Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
20:26:23 [2022-06-07T20:26:23.893Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
20:26:23 [2022-06-07T20:26:23.893Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
20:26:23 [2022-06-07T20:26:23.893Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
20:26:23 [2022-06-07T20:26:23.893Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
20:26:23 [2022-06-07T20:26:23.893Z] === RUN   TestDiskUsage/after_container.Run
20:26:24 [2022-06-07T20:26:24.455Z] === RUN   TestDiskUsage/after_container.Run/container_types
20:26:24 [2022-06-07T20:26:24.455Z] === RUN   TestDiskUsage/after_container.Run/image_types
20:26:24 [2022-06-07T20:26:24.455Z] === RUN   TestDiskUsage/after_container.Run/volume_types
20:26:24 [2022-06-07T20:26:24.455Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
20:26:24 [2022-06-07T20:26:24.455Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
20:26:24 [2022-06-07T20:26:24.455Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
20:26:24 [2022-06-07T20:26:24.455Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
20:26:24 [2022-06-07T20:26:24.455Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
20:26:24 [2022-06-07T20:26:24.455Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
20:26:24 [2022-06-07T20:26:24.455Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
20:26:24 [2022-06-07T20:26:24.455Z] --- PASS: TestDiskUsage (1.56s)
20:26:24 [2022-06-07T20:26:24.455Z]     --- PASS: TestDiskUsage/empty (0.01s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.31s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.01s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]     --- PASS: TestDiskUsage/after_container.Run (0.52s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
20:26:24 [2022-06-07T20:26:24.455Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.59s)
20:26:24 [2022-06-07T20:26:24.455Z] PASS
20:26:24 [2022-06-07T20:26:24.455Z] 
20:26:24 [2022-06-07T20:26:24.455Z] DONE 54 tests in 22.588s
20:26:24 [2022-06-07T20:26:24.455Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
20:26:24 [2022-06-07T20:26:24.455Z] INFO: Testing against a local daemon
20:26:24 [2022-06-07T20:26:24.455Z] === RUN   TestVolumesCreateAndList
20:26:24 [2022-06-07T20:26:24.711Z] --- PASS: TestVolumesCreateAndList (0.02s)
20:26:24 [2022-06-07T20:26:24.711Z] === RUN   TestVolumesRemove
20:26:24 [2022-06-07T20:26:24.711Z] --- PASS: TestVolumesRemove (0.08s)
20:26:24 [2022-06-07T20:26:24.711Z] === RUN   TestVolumesInspect
20:26:24 [2022-06-07T20:26:24.711Z] --- PASS: TestVolumesInspect (0.02s)
20:26:24 [2022-06-07T20:26:24.711Z] === RUN   TestVolumesInvalidJSON
20:26:24 [2022-06-07T20:26:24.711Z] === RUN   TestVolumesInvalidJSON/volumes/create
20:26:24 [2022-06-07T20:26:24.711Z] === PAUSE TestVolumesInvalidJSON/volumes/create
20:26:24 [2022-06-07T20:26:24.711Z] === CONT  TestVolumesInvalidJSON/volumes/create
20:26:24 [2022-06-07T20:26:24.711Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
20:26:24 [2022-06-07T20:26:24.711Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
20:26:24 [2022-06-07T20:26:24.711Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
20:26:24 [2022-06-07T20:26:24.711Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
20:26:24 [2022-06-07T20:26:24.711Z] --- PASS: TestVolumesInvalidJSON (0.01s)
20:26:24 [2022-06-07T20:26:24.711Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
20:26:24 [2022-06-07T20:26:24.711Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
20:26:24 [2022-06-07T20:26:24.711Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
20:26:24 [2022-06-07T20:26:24.711Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
20:26:24 [2022-06-07T20:26:24.711Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
20:26:24 [2022-06-07T20:26:24.711Z] PASS
20:26:24 [2022-06-07T20:26:24.711Z] 
20:26:24 [2022-06-07T20:26:24.711Z] DONE 9 tests in 0.151s
20:26:24 [2022-06-07T20:26:24.711Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:26:25 [2022-06-07T20:26:25.273Z] Stopping apparmor (via systemctl): apparmor.service.
20:26:25 [2022-06-07T20:26:25.273Z] Removing test suite binaries
20:26:25 [2022-06-07T20:26:25.273Z] exiting test-integration
20:26:25 [2022-06-07T20:26:25.273Z] ++ exit 0
20:26:25 [2022-06-07T20:26:25.273Z]