Skip to content

Console Output

20:44:49 [2022-06-04T20:44:49.563Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43691/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=a747cd370234fb9c15353e62903fa91fad734682 -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:a747cd370234fb9c15353e62903fa91fad734682 hack/make.sh dynbinary test-integration
20:44:50 [2022-06-04T20:44:50.936Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
20:44:50 [2022-06-04T20:44:50.937Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
20:44:50 [2022-06-04T20:44:50.937Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
20:44:50 [2022-06-04T20:44:50.937Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
20:44:50 [2022-06-04T20:44:50.937Z] 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:44:50 [2022-06-04T20:44:50.937Z] Detected virtualization docker.
20:44:50 [2022-06-04T20:44:50.937Z] Detected architecture x86-64.
20:44:50 [2022-06-04T20:44:50.937Z] Set hostname to <8fb9b82c98df>.
20:44:50 [2022-06-04T20:44:50.937Z] modprobe@configfs.service: Succeeded.
20:44:50 [2022-06-04T20:44:50.937Z] modprobe@drm.service: Succeeded.
20:44:50 [2022-06-04T20:44:50.937Z] modprobe@fuse.service: Succeeded.
20:44:50 [2022-06-04T20:44:50.937Z] + source /etc/docker-entrypoint-cmd
20:44:50 [2022-06-04T20:44:50.937Z] ++ hack/make.sh dynbinary test-integration
20:44:50 [2022-06-04T20:44:50.937Z] 
20:44:50 [2022-06-04T20:44:50.937Z] Removing bundles/
20:44:50 [2022-06-04T20:44:50.937Z] 
20:44:50 [2022-06-04T20:44:50.937Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
20:44:51 [2022-06-04T20:44:51.195Z] Building: bundles/dynbinary-daemon/dockerd-dev
20:44:51 [2022-06-04T20:44:51.195Z] GOOS="" GOARCH="" GOARM=""
20:46:57 [2022-06-04T20:46:57.663Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
20:46:57 [2022-06-04T20:46:57.663Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
20:46:57 [2022-06-04T20:46:57.663Z] GOOS="" GOARCH="" GOARM=""
20:46:57 [2022-06-04T20:46:57.663Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
20:46:57 [2022-06-04T20:46:57.663Z] 
20:46:57 [2022-06-04T20:46:57.663Z] ---> Making bundle: test-integration (in bundles/test-integration)
20:46:57 [2022-06-04T20:46:57.663Z] DOCKER_SYSTEMD=1
20:46:57 [2022-06-04T20:46:57.663Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
20:46:57 [2022-06-04T20:46:57.663Z] HOSTNAME=8fb9b82c98df
20:46:57 [2022-06-04T20:46:57.663Z] DEST=bundles/test-integration
20:46:57 [2022-06-04T20:46:57.663Z] PWD=/go/src/github.com/docker/docker
20:46:57 [2022-06-04T20:46:57.663Z] DOCKER_GITCOMMIT=a747cd370234fb9c15353e62903fa91fad734682
20:46:57 [2022-06-04T20:46:57.663Z] container=docker
20:46:57 [2022-06-04T20:46:57.663Z] HOME=/root
20:46:57 [2022-06-04T20:46:57.663Z] LANG=C.UTF-8
20:46:57 [2022-06-04T20:46:57.663Z] INVOCATION_ID=00f987af02834782a0e2d848b0be97f6
20:46:57 [2022-06-04T20:46:57.663Z] GOLANG_VERSION=1.18.3
20:46:57 [2022-06-04T20:46:57.663Z] VALIDATE_REPO=https://github.com/moby/moby.git
20:46:57 [2022-06-04T20:46:57.663Z] VALIDATE_BRANCH=master
20:46:57 [2022-06-04T20:46:57.663Z] TERM=xterm
20:46:57 [2022-06-04T20:46:57.663Z] DOCKER_PKG=github.com/docker/docker
20:46:57 [2022-06-04T20:46:57.663Z] SHLVL=3
20:46:57 [2022-06-04T20:46:57.663Z] TIMEOUT=120m
20:46:57 [2022-06-04T20:46:57.663Z] DOCKER_BUILDTAGS= journald
20:46:57 [2022-06-04T20:46:57.663Z] DOCKER_GRAPHDRIVER=overlay2
20:46:57 [2022-06-04T20:46:57.663Z] GO111MODULE=off
20:46:57 [2022-06-04T20:46:57.663Z] DOCKER_EXPERIMENTAL=1
20:46:57 [2022-06-04T20:46:57.663Z] TEST_SKIP_INTEGRATION_CLI=1
20:46:57 [2022-06-04T20:46:57.663Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:46:57 [2022-06-04T20:46:57.663Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
20:46:57 [2022-06-04T20:46:57.663Z] GOPATH=/go
20:46:57 [2022-06-04T20:46:57.663Z] PKG_CONFIG=pkg-config
20:46:57 [2022-06-04T20:46:57.663Z] _=/usr/bin/env
20:46:57 [2022-06-04T20:46:57.663Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
20:47:44 [2022-06-04T20:47:44.339Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
20:47:44 [2022-06-04T20:47:44.339Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
20:48:06 [2022-06-04T20:48:06.392Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
20:48:11 [2022-06-04T20:48:11.659Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
20:48:21 [2022-06-04T20:48:21.635Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
20:48:21 [2022-06-04T20:48:21.635Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
20:48:22 [2022-06-04T20:48:22.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
20:48:23 [2022-06-04T20:48:23.138Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
20:48:23 [2022-06-04T20:48:23.138Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
20:48:24 [2022-06-04T20:48:24.076Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
20:48:26 [2022-06-04T20:48:26.608Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
20:48:27 [2022-06-04T20:48:27.543Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
20:48:28 [2022-06-04T20:48:28.479Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
20:48:29 [2022-06-04T20:48:29.046Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
20:48:29 [2022-06-04T20:48:29.982Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
20:48:30 [2022-06-04T20:48:30.549Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
20:48:31 [2022-06-04T20:48:31.926Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
20:48:32 [2022-06-04T20:48:32.494Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
20:48:33 [2022-06-04T20:48:33.431Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
20:48:33 [2022-06-04T20:48:33.999Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
20:48:33 [2022-06-04T20:48:33.999Z] Using test binary docker
20:48:33 [2022-06-04T20:48:33.999Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
20:48:33 [2022-06-04T20:48:33.999Z] Starting apparmor (via systemctl): apparmor.service.
20:48:33 [2022-06-04T20:48:33.999Z] INFO: Waiting for daemon to start...
20:48:33 [2022-06-04T20:48:33.999Z] Starting dockerd
20:48:37 [2022-06-04T20:48:37.281Z] .
20:48:37 [2022-06-04T20:48:37.281Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
20:48:37 [2022-06-04T20:48:37.281Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
20:48:37 [2022-06-04T20:48:37.281Z] Error: No such image: emptyfs
20:48:37 [2022-06-04T20:48:37.281Z] Running integration-test (iteration 1)
20:48:37 [2022-06-04T20:48:37.281Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
20:48:37 [2022-06-04T20:48:37.281Z] Loaded image: busybox:latest
20:48:37 [2022-06-04T20:48:37.539Z] Loaded image: busybox:glibc
20:48:38 [2022-06-04T20:48:38.915Z] Loaded image: debian:bullseye-slim
20:48:38 [2022-06-04T20:48:38.915Z] Loaded image: hello-world:latest
20:48:38 [2022-06-04T20:48:38.915Z] Loaded image: arm32v7/hello-world:latest
20:48:38 [2022-06-04T20:48:38.915Z] INFO: Testing against a local daemon
20:48:38 [2022-06-04T20:48:38.915Z] === RUN   TestCgroupNamespacesBuild
20:48:40 [2022-06-04T20:48:40.289Z] --- PASS: TestCgroupNamespacesBuild (1.31s)
20:48:40 [2022-06-04T20:48:40.289Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
20:48:41 [2022-06-04T20:48:41.670Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.22s)
20:48:41 [2022-06-04T20:48:41.670Z] === RUN   TestBuildWithSession
20:48:41 [2022-06-04T20:48:41.670Z]     build_session_test.go:25: TODO: BuildKit
20:48:41 [2022-06-04T20:48:41.670Z] --- SKIP: TestBuildWithSession (0.00s)
20:48:41 [2022-06-04T20:48:41.670Z] === RUN   TestBuildSquashParent
20:48:45 [2022-06-04T20:48:45.854Z] --- PASS: TestBuildSquashParent (4.10s)
20:48:45 [2022-06-04T20:48:45.854Z] === RUN   TestBuildWithRemoveAndForceRemove
20:48:45 [2022-06-04T20:48:45.854Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:48:45 [2022-06-04T20:48:45.854Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:48:45 [2022-06-04T20:48:45.854Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:48:45 [2022-06-04T20:48:45.854Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:48:45 [2022-06-04T20:48:45.854Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:48:45 [2022-06-04T20:48:45.854Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:48:45 [2022-06-04T20:48:45.854Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:48:45 [2022-06-04T20:48:45.854Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:48:45 [2022-06-04T20:48:45.854Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:48:45 [2022-06-04T20:48:45.854Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:48:45 [2022-06-04T20:48:45.854Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:48:45 [2022-06-04T20:48:45.854Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:48:45 [2022-06-04T20:48:45.854Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:48:45 [2022-06-04T20:48:45.854Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:48:47 [2022-06-04T20:48:47.229Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:48:47 [2022-06-04T20:48:47.489Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:48:48 [2022-06-04T20:48:48.863Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:48:49 [2022-06-04T20:48:49.122Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:48:50 [2022-06-04T20:48:50.497Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
20:48:50 [2022-06-04T20:48:50.497Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.55s)
20:48:50 [2022-06-04T20:48:50.497Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.83s)
20:48:50 [2022-06-04T20:48:50.497Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.50s)
20:48:50 [2022-06-04T20:48:50.497Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.65s)
20:48:50 [2022-06-04T20:48:50.497Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.66s)
20:48:50 [2022-06-04T20:48:50.497Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.44s)
20:48:50 [2022-06-04T20:48:50.497Z] === RUN   TestBuildMultiStageCopy
20:48:50 [2022-06-04T20:48:50.497Z] === RUN   TestBuildMultiStageCopy/copy_to_root
20:48:52 [2022-06-04T20:48:52.399Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
20:48:52 [2022-06-04T20:48:52.399Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
20:48:52 [2022-06-04T20:48:52.399Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
20:48:52 [2022-06-04T20:48:52.657Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
20:48:52 [2022-06-04T20:48:52.915Z] --- PASS: TestBuildMultiStageCopy (2.49s)
20:48:52 [2022-06-04T20:48:52.915Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.53s)
20:48:52 [2022-06-04T20:48:52.915Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.23s)
20:48:52 [2022-06-04T20:48:52.915Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.23s)
20:48:52 [2022-06-04T20:48:52.915Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.25s)
20:48:52 [2022-06-04T20:48:52.915Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.26s)
20:48:52 [2022-06-04T20:48:52.915Z] === RUN   TestBuildMultiStageParentConfig
20:48:53 [2022-06-04T20:48:53.849Z] --- PASS: TestBuildMultiStageParentConfig (0.70s)
20:48:53 [2022-06-04T20:48:53.849Z] === RUN   TestBuildLabelWithTargets
20:48:54 [2022-06-04T20:48:54.785Z] --- PASS: TestBuildLabelWithTargets (1.11s)
20:48:54 [2022-06-04T20:48:54.785Z] === RUN   TestBuildWithEmptyLayers
20:48:55 [2022-06-04T20:48:55.352Z] --- PASS: TestBuildWithEmptyLayers (0.48s)
20:48:55 [2022-06-04T20:48:55.352Z] === RUN   TestBuildMultiStageOnBuild
20:48:57 [2022-06-04T20:48:57.252Z] --- PASS: TestBuildMultiStageOnBuild (1.68s)
20:48:57 [2022-06-04T20:48:57.252Z] === RUN   TestBuildUncleanTarFilenames
20:48:57 [2022-06-04T20:48:57.511Z] --- PASS: TestBuildUncleanTarFilenames (0.60s)
20:48:57 [2022-06-04T20:48:57.511Z] === RUN   TestBuildMultiStageLayerLeak
20:48:59 [2022-06-04T20:48:59.412Z] --- PASS: TestBuildMultiStageLayerLeak (1.83s)
20:48:59 [2022-06-04T20:48:59.412Z] === RUN   TestBuildWithHugeFile
20:49:55 [2022-06-04T20:49:55.652Z] --- PASS: TestBuildWithHugeFile (51.87s)
20:49:55 [2022-06-04T20:49:55.652Z] === RUN   TestBuildWCOWSandboxSize
20:49:55 [2022-06-04T20:49:55.652Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
20:49:55 [2022-06-04T20:49:55.652Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
20:49:55 [2022-06-04T20:49:55.652Z] === RUN   TestBuildWithEmptyDockerfile
20:49:55 [2022-06-04T20:49:55.652Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
20:49:55 [2022-06-04T20:49:55.652Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
20:49:55 [2022-06-04T20:49:55.652Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:49:55 [2022-06-04T20:49:55.652Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:49:55 [2022-06-04T20:49:55.652Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:49:55 [2022-06-04T20:49:55.652Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:49:55 [2022-06-04T20:49:55.652Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
20:49:55 [2022-06-04T20:49:55.652Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:49:55 [2022-06-04T20:49:55.652Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:49:55 [2022-06-04T20:49:55.652Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
20:49:55 [2022-06-04T20:49:55.652Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s)
20:49:55 [2022-06-04T20:49:55.652Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s)
20:49:55 [2022-06-04T20:49:55.652Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
20:49:55 [2022-06-04T20:49:55.652Z] === RUN   TestBuildPreserveOwnership
20:49:55 [2022-06-04T20:49:55.652Z] === RUN   TestBuildPreserveOwnership/copy_from
20:49:55 [2022-06-04T20:49:55.652Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
20:49:55 [2022-06-04T20:49:55.652Z] --- PASS: TestBuildPreserveOwnership (4.09s)
20:49:55 [2022-06-04T20:49:55.652Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.89s)
20:49:55 [2022-06-04T20:49:55.652Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.20s)
20:49:55 [2022-06-04T20:49:55.652Z] === RUN   TestBuildPlatformInvalid
20:49:55 [2022-06-04T20:49:55.652Z] --- PASS: TestBuildPlatformInvalid (0.07s)
20:49:55 [2022-06-04T20:49:55.652Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
20:49:56 [2022-06-04T20:49:56.608Z] Loaded image: busybox:latest
20:49:56 [2022-06-04T20:49:56.608Z] Loaded image: busybox:glibc
20:49:57 [2022-06-04T20:49:57.988Z] Loaded image: debian:bullseye-slim
20:49:57 [2022-06-04T20:49:57.988Z] Loaded image: hello-world:latest
20:49:57 [2022-06-04T20:49:57.988Z] Loaded image: arm32v7/hello-world:latest
20:50:07 [2022-06-04T20:50:07.959Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.88s)
20:50:07 [2022-06-04T20:50:07.959Z] PASS
20:50:07 [2022-06-04T20:50:07.959Z] 
20:50:07 [2022-06-04T20:50:07.959Z] === Skipped
20:50:07 [2022-06-04T20:50:07.959Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
20:50:07 [2022-06-04T20:50:07.959Z]     build_session_test.go:25: TODO: BuildKit
20:50:07 [2022-06-04T20:50:07.959Z] 
20:50:07 [2022-06-04T20:50:07.959Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
20:50:07 [2022-06-04T20:50:07.959Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
20:50:07 [2022-06-04T20:50:07.959Z] 
20:50:07 [2022-06-04T20:50:07.959Z] DONE 34 tests, 2 skipped in 89.425s
20:50:07 [2022-06-04T20:50:07.959Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
20:50:07 [2022-06-04T20:50:07.959Z] INFO: Testing against a local daemon
20:50:07 [2022-06-04T20:50:07.959Z] === RUN   TestConfigInspect
20:50:08 [2022-06-04T20:50:08.892Z] --- PASS: TestConfigInspect (2.25s)
20:50:08 [2022-06-04T20:50:08.892Z] === RUN   TestConfigList
20:50:11 [2022-06-04T20:50:11.420Z] --- PASS: TestConfigList (2.16s)
20:50:11 [2022-06-04T20:50:11.420Z] === RUN   TestConfigsCreateAndDelete
20:50:13 [2022-06-04T20:50:13.321Z] --- PASS: TestConfigsCreateAndDelete (2.15s)
20:50:13 [2022-06-04T20:50:13.321Z] === RUN   TestConfigsUpdate
20:50:15 [2022-06-04T20:50:15.225Z] --- PASS: TestConfigsUpdate (2.17s)
20:50:15 [2022-06-04T20:50:15.225Z] === RUN   TestTemplatedConfig
20:50:18 [2022-06-04T20:50:18.507Z] --- PASS: TestTemplatedConfig (2.65s)
20:50:18 [2022-06-04T20:50:18.507Z] === RUN   TestConfigCreateResolve
20:50:20 [2022-06-04T20:50:20.408Z] --- PASS: TestConfigCreateResolve (2.18s)
20:50:20 [2022-06-04T20:50:20.408Z] PASS
20:50:20 [2022-06-04T20:50:20.408Z] 
20:50:20 [2022-06-04T20:50:20.408Z] DONE 6 tests in 13.600s
20:50:20 [2022-06-04T20:50:20.408Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
20:50:20 [2022-06-04T20:50:20.408Z] INFO: Testing against a local daemon
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestAttachWithTTY
20:50:20 [2022-06-04T20:50:20.408Z] --- PASS: TestAttachWithTTY (0.06s)
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestAttachWithoutTTy
20:50:20 [2022-06-04T20:50:20.408Z] --- PASS: TestAttachWithoutTTy (0.05s)
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestCheckpoint
20:50:20 [2022-06-04T20:50:20.408Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:50:20 [2022-06-04T20:50:20.408Z] --- SKIP: TestCheckpoint (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/commit
20:50:20 [2022-06-04T20:50:20.408Z] === PAUSE TestContainerInvalidJSON/commit
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/containers/create
20:50:20 [2022-06-04T20:50:20.408Z] === PAUSE TestContainerInvalidJSON/containers/create
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
20:50:20 [2022-06-04T20:50:20.408Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
20:50:20 [2022-06-04T20:50:20.408Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
20:50:20 [2022-06-04T20:50:20.408Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
20:50:20 [2022-06-04T20:50:20.408Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
20:50:20 [2022-06-04T20:50:20.408Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
20:50:20 [2022-06-04T20:50:20.408Z] === CONT  TestContainerInvalidJSON/commit
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
20:50:20 [2022-06-04T20:50:20.408Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/commit/empty_body
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
20:50:20 [2022-06-04T20:50:20.408Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
20:50:20 [2022-06-04T20:50:20.408Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
20:50:20 [2022-06-04T20:50:20.408Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
20:50:20 [2022-06-04T20:50:20.408Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
20:50:20 [2022-06-04T20:50:20.408Z] === CONT  TestContainerInvalidJSON/containers/create
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
20:50:20 [2022-06-04T20:50:20.408Z] --- PASS: TestContainerInvalidJSON (0.01s)
20:50:20 [2022-06-04T20:50:20.408Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestCopyFromContainerPathDoesNotExist
20:50:20 [2022-06-04T20:50:20.408Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestCopyFromContainerPathIsNotDir
20:50:20 [2022-06-04T20:50:20.408Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestCopyToContainerPathDoesNotExist
20:50:20 [2022-06-04T20:50:20.408Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
20:50:20 [2022-06-04T20:50:20.408Z] === RUN   TestCopyEmptyFile
20:50:20 [2022-06-04T20:50:20.667Z] --- PASS: TestCopyEmptyFile (0.21s)
20:50:20 [2022-06-04T20:50:20.667Z] === RUN   TestCopyToContainerPathIsNotDir
20:50:20 [2022-06-04T20:50:20.667Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
20:50:20 [2022-06-04T20:50:20.667Z] === RUN   TestCopyFromContainer
20:50:22 [2022-06-04T20:50:22.042Z] === RUN   TestCopyFromContainer//
20:50:22 [2022-06-04T20:50:22.042Z] === RUN   TestCopyFromContainer//bar/root
20:50:22 [2022-06-04T20:50:22.042Z] === RUN   TestCopyFromContainer//bar/root/
20:50:22 [2022-06-04T20:50:22.042Z] === RUN   TestCopyFromContainer/bar/quux
20:50:22 [2022-06-04T20:50:22.042Z] === RUN   TestCopyFromContainer/bar/quux/
20:50:22 [2022-06-04T20:50:22.042Z] === RUN   TestCopyFromContainer/bar/quux/baz
20:50:22 [2022-06-04T20:50:22.301Z] === RUN   TestCopyFromContainer/bar/filesymlink
20:50:22 [2022-06-04T20:50:22.301Z] === RUN   TestCopyFromContainer/bar/dirsymlink
20:50:22 [2022-06-04T20:50:22.301Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
20:50:22 [2022-06-04T20:50:22.301Z] === RUN   TestCopyFromContainer/bar/notarget
20:50:22 [2022-06-04T20:50:22.560Z] --- PASS: TestCopyFromContainer (1.76s)
20:50:22 [2022-06-04T20:50:22.560Z]     --- PASS: TestCopyFromContainer// (0.06s)
20:50:22 [2022-06-04T20:50:22.560Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
20:50:22 [2022-06-04T20:50:22.560Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
20:50:22 [2022-06-04T20:50:22.560Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
20:50:22 [2022-06-04T20:50:22.560Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
20:50:22 [2022-06-04T20:50:22.560Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
20:50:22 [2022-06-04T20:50:22.560Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
20:50:22 [2022-06-04T20:50:22.560Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
20:50:22 [2022-06-04T20:50:22.560Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
20:50:22 [2022-06-04T20:50:22.560Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
20:50:22 [2022-06-04T20:50:22.560Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
20:50:22 [2022-06-04T20:50:22.560Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:50:22 [2022-06-04T20:50:22.560Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:50:22 [2022-06-04T20:50:22.560Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:50:22 [2022-06-04T20:50:22.560Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:50:22 [2022-06-04T20:50:22.560Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
20:50:22 [2022-06-04T20:50:22.560Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
20:50:22 [2022-06-04T20:50:22.560Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:50:22 [2022-06-04T20:50:22.560Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
20:50:22 [2022-06-04T20:50:22.560Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:50:22 [2022-06-04T20:50:22.560Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
20:50:22 [2022-06-04T20:50:22.560Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
20:50:22 [2022-06-04T20:50:22.560Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
20:50:22 [2022-06-04T20:50:22.560Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
20:50:22 [2022-06-04T20:50:22.560Z] === RUN   TestCreateLinkToNonExistingContainer
20:50:22 [2022-06-04T20:50:22.560Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
20:50:22 [2022-06-04T20:50:22.560Z] === RUN   TestCreateWithInvalidEnv
20:50:22 [2022-06-04T20:50:22.560Z] === RUN   TestCreateWithInvalidEnv/0
20:50:22 [2022-06-04T20:50:22.560Z] === PAUSE TestCreateWithInvalidEnv/0
20:50:22 [2022-06-04T20:50:22.560Z] === RUN   TestCreateWithInvalidEnv/1
20:50:22 [2022-06-04T20:50:22.560Z] === PAUSE TestCreateWithInvalidEnv/1
20:50:22 [2022-06-04T20:50:22.560Z] === RUN   TestCreateWithInvalidEnv/2
20:50:22 [2022-06-04T20:50:22.560Z] === PAUSE TestCreateWithInvalidEnv/2
20:50:22 [2022-06-04T20:50:22.560Z] === CONT  TestCreateWithInvalidEnv/0
20:50:22 [2022-06-04T20:50:22.560Z] === CONT  TestCreateWithInvalidEnv/2
20:50:22 [2022-06-04T20:50:22.560Z] === CONT  TestCreateWithInvalidEnv/1
20:50:22 [2022-06-04T20:50:22.560Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
20:50:22 [2022-06-04T20:50:22.560Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
20:50:22 [2022-06-04T20:50:22.560Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
20:50:22 [2022-06-04T20:50:22.560Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
20:50:22 [2022-06-04T20:50:22.560Z] === RUN   TestCreateTmpfsMountsTarget
20:50:22 [2022-06-04T20:50:22.560Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
20:50:22 [2022-06-04T20:50:22.560Z] === RUN   TestCreateWithCustomMaskedPaths
20:50:24 [2022-06-04T20:50:24.460Z] --- PASS: TestCreateWithCustomMaskedPaths (1.71s)
20:50:24 [2022-06-04T20:50:24.460Z] === RUN   TestCreateWithCustomReadonlyPaths
20:50:25 [2022-06-04T20:50:25.834Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.51s)
20:50:25 [2022-06-04T20:50:25.834Z] === RUN   TestCreateWithInvalidHealthcheckParams
20:50:25 [2022-06-04T20:50:25.834Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:50:25 [2022-06-04T20:50:25.834Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:50:25 [2022-06-04T20:50:25.834Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:50:25 [2022-06-04T20:50:25.834Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:50:25 [2022-06-04T20:50:25.834Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:50:25 [2022-06-04T20:50:25.834Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:50:25 [2022-06-04T20:50:25.834Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:50:25 [2022-06-04T20:50:25.834Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:50:25 [2022-06-04T20:50:25.834Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:50:25 [2022-06-04T20:50:25.834Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:50:25 [2022-06-04T20:50:25.834Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:50:25 [2022-06-04T20:50:25.834Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:50:25 [2022-06-04T20:50:25.834Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:50:25 [2022-06-04T20:50:25.834Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:50:25 [2022-06-04T20:50:25.834Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:50:25 [2022-06-04T20:50:25.834Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
20:50:25 [2022-06-04T20:50:25.834Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
20:50:25 [2022-06-04T20:50:25.834Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
20:50:25 [2022-06-04T20:50:25.834Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
20:50:25 [2022-06-04T20:50:25.834Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
20:50:25 [2022-06-04T20:50:25.834Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
20:50:25 [2022-06-04T20:50:25.834Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
20:50:26 [2022-06-04T20:50:26.402Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.59s)
20:50:26 [2022-06-04T20:50:26.402Z] === RUN   TestCreateDifferentPlatform
20:50:26 [2022-06-04T20:50:26.402Z] === RUN   TestCreateDifferentPlatform/different_os
20:50:26 [2022-06-04T20:50:26.402Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
20:50:26 [2022-06-04T20:50:26.402Z] --- PASS: TestCreateDifferentPlatform (0.01s)
20:50:26 [2022-06-04T20:50:26.402Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
20:50:26 [2022-06-04T20:50:26.402Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
20:50:26 [2022-06-04T20:50:26.402Z] === RUN   TestCreateVolumesFromNonExistingContainer
20:50:26 [2022-06-04T20:50:26.402Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
20:50:26 [2022-06-04T20:50:26.402Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
20:50:26 [2022-06-04T20:50:26.402Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s)
20:50:26 [2022-06-04T20:50:26.402Z] === RUN   TestCreateInvalidHostConfig
20:50:26 [2022-06-04T20:50:26.402Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
20:50:26 [2022-06-04T20:50:26.402Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
20:50:26 [2022-06-04T20:50:26.402Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
20:50:26 [2022-06-04T20:50:26.402Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
20:50:26 [2022-06-04T20:50:26.402Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
20:50:26 [2022-06-04T20:50:26.402Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
20:50:26 [2022-06-04T20:50:26.402Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
20:50:26 [2022-06-04T20:50:26.402Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
20:50:26 [2022-06-04T20:50:26.402Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
20:50:26 [2022-06-04T20:50:26.402Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
20:50:26 [2022-06-04T20:50:26.402Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
20:50:26 [2022-06-04T20:50:26.402Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
20:50:26 [2022-06-04T20:50:26.402Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
20:50:26 [2022-06-04T20:50:26.402Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
20:50:26 [2022-06-04T20:50:26.402Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
20:50:26 [2022-06-04T20:50:26.402Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
20:50:26 [2022-06-04T20:50:26.402Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
20:50:26 [2022-06-04T20:50:26.402Z] === RUN   TestContainerStartOnDaemonRestart
20:50:26 [2022-06-04T20:50:26.402Z] === PAUSE TestContainerStartOnDaemonRestart
20:50:26 [2022-06-04T20:50:26.402Z] === RUN   TestDaemonRestartIpcMode
20:50:26 [2022-06-04T20:50:26.402Z] === PAUSE TestDaemonRestartIpcMode
20:50:26 [2022-06-04T20:50:26.402Z] === RUN   TestDaemonHostGatewayIP
20:50:26 [2022-06-04T20:50:26.402Z] === PAUSE TestDaemonHostGatewayIP
20:50:26 [2022-06-04T20:50:26.402Z] === RUN   TestRestartDaemonWithRestartingContainer
20:50:26 [2022-06-04T20:50:26.402Z] === PAUSE TestRestartDaemonWithRestartingContainer
20:50:26 [2022-06-04T20:50:26.402Z] === RUN   TestContainerKillOnDaemonStart
20:50:26 [2022-06-04T20:50:26.402Z] === PAUSE TestContainerKillOnDaemonStart
20:50:26 [2022-06-04T20:50:26.402Z] === RUN   TestDiff
20:50:27 [2022-06-04T20:50:27.336Z] --- PASS: TestDiff (0.59s)
20:50:27 [2022-06-04T20:50:27.336Z] === RUN   TestExecWithCloseStdin
20:50:27 [2022-06-04T20:50:27.902Z] --- PASS: TestExecWithCloseStdin (0.66s)
20:50:27 [2022-06-04T20:50:27.903Z] === RUN   TestExec
20:50:28 [2022-06-04T20:50:28.469Z] --- PASS: TestExec (0.64s)
20:50:28 [2022-06-04T20:50:28.469Z] === RUN   TestExecUser
20:50:29 [2022-06-04T20:50:29.035Z] --- PASS: TestExecUser (0.63s)
20:50:29 [2022-06-04T20:50:29.035Z] === RUN   TestExportContainerAndImportImage
20:50:29 [2022-06-04T20:50:29.970Z] --- PASS: TestExportContainerAndImportImage (0.73s)
20:50:29 [2022-06-04T20:50:29.970Z] === RUN   TestExportContainerAfterDaemonRestart
20:50:31 [2022-06-04T20:50:31.345Z] --- PASS: TestExportContainerAfterDaemonRestart (1.30s)
20:50:31 [2022-06-04T20:50:31.345Z] === RUN   TestHealthCheckWorkdir
20:50:31 [2022-06-04T20:50:31.911Z] --- PASS: TestHealthCheckWorkdir (0.88s)
20:50:31 [2022-06-04T20:50:31.911Z] === RUN   TestHealthKillContainer
20:50:40 [2022-06-04T20:50:40.020Z] --- PASS: TestHealthKillContainer (8.20s)
20:50:40 [2022-06-04T20:50:40.020Z] === RUN   TestInspectCpusetInConfigPre120
20:50:40 [2022-06-04T20:50:40.587Z] --- PASS: TestInspectCpusetInConfigPre120 (0.49s)
20:50:40 [2022-06-04T20:50:40.587Z] === RUN   TestIpcModeNone
20:50:41 [2022-06-04T20:50:41.524Z] --- PASS: TestIpcModeNone (0.66s)
20:50:41 [2022-06-04T20:50:41.524Z] === RUN   TestIpcModePrivate
20:50:41 [2022-06-04T20:50:41.524Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false
20:50:42 [2022-06-04T20:50:42.091Z] --- PASS: TestIpcModePrivate (0.63s)
20:50:42 [2022-06-04T20:50:42.091Z] === RUN   TestIpcModeShareable
20:50:42 [2022-06-04T20:50:42.349Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true
20:50:42 [2022-06-04T20:50:42.607Z] --- PASS: TestIpcModeShareable (0.63s)
20:50:42 [2022-06-04T20:50:42.607Z] === RUN   TestAPIIpcModeShareableAndContainer
20:50:44 [2022-06-04T20:50:44.507Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.75s)
20:50:44 [2022-06-04T20:50:44.507Z] === RUN   TestAPIIpcModeHost
20:50:44 [2022-06-04T20:50:44.765Z] --- PASS: TestAPIIpcModeHost (0.39s)
20:50:44 [2022-06-04T20:50:44.765Z] === RUN   TestDaemonIpcModeShareable
20:50:45 [2022-06-04T20:50:45.699Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
20:50:45 [2022-06-04T20:50:45.957Z] --- PASS: TestDaemonIpcModeShareable (1.23s)
20:50:45 [2022-06-04T20:50:45.957Z] === RUN   TestDaemonIpcModePrivate
20:50:46 [2022-06-04T20:50:46.891Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
20:50:47 [2022-06-04T20:50:47.149Z] --- PASS: TestDaemonIpcModePrivate (1.18s)
20:50:47 [2022-06-04T20:50:47.149Z] === RUN   TestDaemonIpcModePrivateFromConfig
20:50:48 [2022-06-04T20:50:48.082Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
20:50:48 [2022-06-04T20:50:48.340Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.19s)
20:50:48 [2022-06-04T20:50:48.340Z] === RUN   TestDaemonIpcModeShareableFromConfig
20:50:49 [2022-06-04T20:50:49.275Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
20:50:49 [2022-06-04T20:50:49.534Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.28s)
20:50:49 [2022-06-04T20:50:49.534Z] === RUN   TestIpcModeOlderClient
20:50:49 [2022-06-04T20:50:49.534Z] === PAUSE TestIpcModeOlderClient
20:50:49 [2022-06-04T20:50:49.534Z] === RUN   TestKillContainerInvalidSignal
20:50:50 [2022-06-04T20:50:50.100Z] --- PASS: TestKillContainerInvalidSignal (0.47s)
20:50:50 [2022-06-04T20:50:50.100Z] === RUN   TestKillContainer
20:50:50 [2022-06-04T20:50:50.100Z] === RUN   TestKillContainer/no_signal
20:50:50 [2022-06-04T20:50:50.358Z] === RUN   TestKillContainer/non_killing_signal
20:50:50 [2022-06-04T20:50:50.924Z] === RUN   TestKillContainer/killing_signal
20:50:51 [2022-06-04T20:50:51.490Z] --- PASS: TestKillContainer (1.35s)
20:50:51 [2022-06-04T20:50:51.490Z]     --- PASS: TestKillContainer/no_signal (0.41s)
20:50:51 [2022-06-04T20:50:51.490Z]     --- PASS: TestKillContainer/non_killing_signal (0.29s)
20:50:51 [2022-06-04T20:50:51.490Z]     --- PASS: TestKillContainer/killing_signal (0.45s)
20:50:51 [2022-06-04T20:50:51.490Z] === RUN   TestKillWithStopSignalAndRestartPolicies
20:50:51 [2022-06-04T20:50:51.490Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
20:50:51 [2022-06-04T20:50:51.749Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
20:50:52 [2022-06-04T20:50:52.684Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.27s)
20:50:52 [2022-06-04T20:50:52.684Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.43s)
20:50:52 [2022-06-04T20:50:52.684Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.67s)
20:50:52 [2022-06-04T20:50:52.684Z] === RUN   TestKillStoppedContainer
20:50:52 [2022-06-04T20:50:52.684Z] --- PASS: TestKillStoppedContainer (0.05s)
20:50:52 [2022-06-04T20:50:52.684Z] === RUN   TestKillStoppedContainerAPIPre120
20:50:52 [2022-06-04T20:50:52.684Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
20:50:52 [2022-06-04T20:50:52.684Z] === RUN   TestKillDifferentUserContainer
20:50:53 [2022-06-04T20:50:53.250Z] --- PASS: TestKillDifferentUserContainer (0.41s)
20:50:53 [2022-06-04T20:50:53.250Z] === RUN   TestInspectOomKilledTrue
20:50:53 [2022-06-04T20:50:53.250Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
20:50:53 [2022-06-04T20:50:53.250Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
20:50:53 [2022-06-04T20:50:53.250Z] === RUN   TestInspectOomKilledFalse
20:50:53 [2022-06-04T20:50:53.510Z] --- PASS: TestInspectOomKilledFalse (0.43s)
20:50:53 [2022-06-04T20:50:53.510Z] === RUN   TestLinksEtcHostsContentMatch
20:50:54 [2022-06-04T20:50:54.076Z] --- PASS: TestLinksEtcHostsContentMatch (0.31s)
20:50:54 [2022-06-04T20:50:54.076Z] === RUN   TestLinksContainerNames
20:50:55 [2022-06-04T20:50:55.011Z] --- PASS: TestLinksContainerNames (0.94s)
20:50:55 [2022-06-04T20:50:55.011Z] === RUN   TestLogsFollowTailEmpty
20:50:55 [2022-06-04T20:50:55.269Z] --- PASS: TestLogsFollowTailEmpty (0.43s)
20:50:55 [2022-06-04T20:50:55.269Z] === RUN   TestContainerNetworkMountsNoChown
20:50:55 [2022-06-04T20:50:55.834Z] --- PASS: TestContainerNetworkMountsNoChown (0.46s)
20:50:55 [2022-06-04T20:50:55.834Z] === RUN   TestMountDaemonRoot
20:50:55 [2022-06-04T20:50:55.834Z] === RUN   TestMountDaemonRoot/default
20:50:55 [2022-06-04T20:50:55.834Z] === PAUSE TestMountDaemonRoot/default
20:50:55 [2022-06-04T20:50:55.834Z] === RUN   TestMountDaemonRoot/private
20:50:55 [2022-06-04T20:50:55.834Z] === PAUSE TestMountDaemonRoot/private
20:50:55 [2022-06-04T20:50:55.834Z] === RUN   TestMountDaemonRoot/rprivate
20:50:55 [2022-06-04T20:50:55.834Z] === PAUSE TestMountDaemonRoot/rprivate
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/slave
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/slave
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/rslave
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/rslave
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/shared
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/shared
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/rshared
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/rshared
20:50:55 [2022-06-04T20:50:55.835Z] === CONT  TestMountDaemonRoot/default
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/default/bind_root
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/default/bind_root
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/default/bind_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/default/mount_root
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/default/mount_root
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/default/mount_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === CONT  TestMountDaemonRoot/default/bind_root
20:50:55 [2022-06-04T20:50:55.835Z] === CONT  TestMountDaemonRoot/rshared
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/rshared/bind_root
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/rshared/mount_root
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === CONT  TestMountDaemonRoot/rshared/bind_root
20:50:55 [2022-06-04T20:50:55.835Z] === CONT  TestMountDaemonRoot/shared
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/shared/bind_root
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/shared/bind_root
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/shared/mount_root
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/shared/mount_root
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === CONT  TestMountDaemonRoot/rslave
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/rslave/bind_root
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/rslave/mount_root
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === CONT  TestMountDaemonRoot/slave
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/slave/bind_root
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/slave/bind_root
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/slave/mount_root
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/slave/mount_root
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === CONT  TestMountDaemonRoot/rprivate
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === CONT  TestMountDaemonRoot/private
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/private/mount_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/private/bind_root
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/private/bind_root
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/private/bind_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === RUN   TestMountDaemonRoot/private/mount_root
20:50:55 [2022-06-04T20:50:55.835Z] === PAUSE TestMountDaemonRoot/private/mount_root
20:50:55 [2022-06-04T20:50:55.835Z] === CONT  TestMountDaemonRoot/default/mount_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === CONT  TestMountDaemonRoot/default/mount_root
20:50:55 [2022-06-04T20:50:55.835Z] === CONT  TestMountDaemonRoot/default/bind_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
20:50:55 [2022-06-04T20:50:55.835Z] === CONT  TestMountDaemonRoot/rshared/mount_root
20:50:55 [2022-06-04T20:50:55.835Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
20:50:56 [2022-06-04T20:50:56.093Z] === CONT  TestMountDaemonRoot/shared/bind_root
20:50:56 [2022-06-04T20:50:56.093Z] === CONT  TestMountDaemonRoot/rslave/bind_root
20:50:56 [2022-06-04T20:50:56.093Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
20:50:56 [2022-06-04T20:50:56.093Z] === CONT  TestMountDaemonRoot/shared/mount_root
20:50:56 [2022-06-04T20:50:56.093Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
20:50:56 [2022-06-04T20:50:56.093Z] === CONT  TestMountDaemonRoot/slave/bind_root
20:50:56 [2022-06-04T20:50:56.093Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
20:50:56 [2022-06-04T20:50:56.093Z] === CONT  TestMountDaemonRoot/rslave/mount_root
20:50:56 [2022-06-04T20:50:56.093Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
20:50:56 [2022-06-04T20:50:56.093Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
20:50:56 [2022-06-04T20:50:56.093Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
20:50:56 [2022-06-04T20:50:56.093Z] === CONT  TestMountDaemonRoot/slave/mount_root
20:50:56 [2022-06-04T20:50:56.093Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
20:50:56 [2022-06-04T20:50:56.093Z] === CONT  TestMountDaemonRoot/private/mount_subpath
20:50:56 [2022-06-04T20:50:56.352Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
20:50:56 [2022-06-04T20:50:56.352Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
20:50:56 [2022-06-04T20:50:56.352Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
20:50:56 [2022-06-04T20:50:56.352Z] === CONT  TestMountDaemonRoot/private/mount_root
20:50:56 [2022-06-04T20:50:56.352Z] === CONT  TestMountDaemonRoot/private/bind_subpath
20:50:56 [2022-06-04T20:50:56.352Z] === CONT  TestMountDaemonRoot/private/bind_root
20:50:56 [2022-06-04T20:50:56.352Z] --- PASS: TestMountDaemonRoot (0.02s)
20:50:56 [2022-06-04T20:50:56.352Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
20:50:56 [2022-06-04T20:50:56.352Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
20:50:56 [2022-06-04T20:50:56.352Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
20:50:56 [2022-06-04T20:50:56.352Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s)
20:50:56 [2022-06-04T20:50:56.352Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
20:50:56 [2022-06-04T20:50:56.352Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
20:50:56 [2022-06-04T20:50:56.352Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
20:50:56 [2022-06-04T20:50:56.352Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
20:50:56 [2022-06-04T20:50:56.352Z] === RUN   TestContainerBindMountNonRecursive
20:50:57 [2022-06-04T20:50:57.773Z] --- PASS: TestContainerBindMountNonRecursive (1.34s)
20:50:57 [2022-06-04T20:50:57.773Z] === RUN   TestContainerVolumesMountedAsShared
20:50:58 [2022-06-04T20:50:58.037Z] --- PASS: TestContainerVolumesMountedAsShared (0.44s)
20:50:58 [2022-06-04T20:50:58.037Z] === RUN   TestContainerVolumesMountedAsSlave
20:50:58 [2022-06-04T20:50:58.630Z] --- PASS: TestContainerVolumesMountedAsSlave (0.40s)
20:50:58 [2022-06-04T20:50:58.630Z] === RUN   TestNetworkNat
20:50:58 [2022-06-04T20:50:58.891Z] --- PASS: TestNetworkNat (0.46s)
20:50:58 [2022-06-04T20:50:58.891Z] === RUN   TestNetworkLocalhostTCPNat
20:50:59 [2022-06-04T20:50:59.457Z] --- PASS: TestNetworkLocalhostTCPNat (0.49s)
20:50:59 [2022-06-04T20:50:59.457Z] === RUN   TestNetworkLoopbackNat
20:51:01 [2022-06-04T20:51:01.985Z] --- PASS: TestNetworkLoopbackNat (2.61s)
20:51:01 [2022-06-04T20:51:01.985Z] === RUN   TestPause
20:51:02 [2022-06-04T20:51:02.551Z] --- PASS: TestPause (0.46s)
20:51:02 [2022-06-04T20:51:02.551Z] === RUN   TestPauseFailsOnWindowsServerContainers
20:51:02 [2022-06-04T20:51:02.551Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:51:02 [2022-06-04T20:51:02.551Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
20:51:02 [2022-06-04T20:51:02.551Z] === RUN   TestPauseStopPausedContainer
20:51:03 [2022-06-04T20:51:03.117Z] --- PASS: TestPauseStopPausedContainer (0.47s)
20:51:03 [2022-06-04T20:51:03.117Z] === RUN   TestPidHost
20:51:04 [2022-06-04T20:51:04.052Z] --- PASS: TestPidHost (1.03s)
20:51:04 [2022-06-04T20:51:04.052Z] === RUN   TestPsFilter
20:51:04 [2022-06-04T20:51:04.052Z] --- PASS: TestPsFilter (0.12s)
20:51:04 [2022-06-04T20:51:04.052Z] === RUN   TestRemoveContainerWithRemovedVolume
20:51:04 [2022-06-04T20:51:04.619Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s)
20:51:04 [2022-06-04T20:51:04.619Z] === RUN   TestRemoveContainerWithVolume
20:51:04 [2022-06-04T20:51:04.877Z] --- PASS: TestRemoveContainerWithVolume (0.45s)
20:51:04 [2022-06-04T20:51:04.878Z] === RUN   TestRemoveContainerRunning
20:51:05 [2022-06-04T20:51:05.444Z] --- PASS: TestRemoveContainerRunning (0.44s)
20:51:05 [2022-06-04T20:51:05.444Z] === RUN   TestRemoveContainerForceRemoveRunning
20:51:06 [2022-06-04T20:51:06.010Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.46s)
20:51:06 [2022-06-04T20:51:06.010Z] === RUN   TestRemoveInvalidContainer
20:51:06 [2022-06-04T20:51:06.010Z] --- PASS: TestRemoveInvalidContainer (0.01s)
20:51:06 [2022-06-04T20:51:06.010Z] === RUN   TestRenameLinkedContainer
20:51:07 [2022-06-04T20:51:07.911Z] --- PASS: TestRenameLinkedContainer (1.82s)
20:51:07 [2022-06-04T20:51:07.911Z] === RUN   TestRenameStoppedContainer
20:51:08 [2022-06-04T20:51:08.169Z] --- PASS: TestRenameStoppedContainer (0.47s)
20:51:08 [2022-06-04T20:51:08.169Z] === RUN   TestRenameRunningContainerAndReuse
20:51:09 [2022-06-04T20:51:09.104Z] --- PASS: TestRenameRunningContainerAndReuse (0.93s)
20:51:09 [2022-06-04T20:51:09.104Z] === RUN   TestRenameInvalidName
20:51:09 [2022-06-04T20:51:09.670Z] --- PASS: TestRenameInvalidName (0.46s)
20:51:09 [2022-06-04T20:51:09.670Z] === RUN   TestRenameAnonymousContainer
20:51:11 [2022-06-04T20:51:11.571Z] --- PASS: TestRenameAnonymousContainer (1.77s)
20:51:11 [2022-06-04T20:51:11.571Z] === RUN   TestRenameContainerWithSameName
20:51:11 [2022-06-04T20:51:11.829Z] --- PASS: TestRenameContainerWithSameName (0.43s)
20:51:11 [2022-06-04T20:51:11.829Z] === RUN   TestRenameContainerWithLinkedContainer
20:51:12 [2022-06-04T20:51:12.763Z] --- PASS: TestRenameContainerWithLinkedContainer (0.89s)
20:51:12 [2022-06-04T20:51:12.763Z] === RUN   TestResize
20:51:13 [2022-06-04T20:51:13.021Z] --- PASS: TestResize (0.46s)
20:51:13 [2022-06-04T20:51:13.021Z] === RUN   TestResizeWithInvalidSize
20:51:13 [2022-06-04T20:51:13.587Z] --- PASS: TestResizeWithInvalidSize (0.44s)
20:51:13 [2022-06-04T20:51:13.587Z] === RUN   TestResizeWhenContainerNotStarted
20:51:13 [2022-06-04T20:51:13.846Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s)
20:51:13 [2022-06-04T20:51:13.846Z] === RUN   TestDaemonRestartKillContainers
20:51:13 [2022-06-04T20:51:13.846Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:51:13 [2022-06-04T20:51:13.846Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
20:51:15 [2022-06-04T20:51:15.747Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:51:17 [2022-06-04T20:51:17.121Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:51:18 [2022-06-04T20:51:18.495Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:51:18 [2022-06-04T20:51:18.495Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:51:19 [2022-06-04T20:51:19.431Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
20:51:19 [2022-06-04T20:51:19.690Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
20:51:23 [2022-06-04T20:51:23.874Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
20:51:23 [2022-06-04T20:51:23.874Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:51:25 [2022-06-04T20:51:25.250Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:51:27 [2022-06-04T20:51:27.151Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:51:27 [2022-06-04T20:51:27.151Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:51:29 [2022-06-04T20:51:29.051Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:51:29 [2022-06-04T20:51:29.309Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:51:30 [2022-06-04T20:51:30.683Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:51:32 [2022-06-04T20:51:32.061Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
20:51:32 [2022-06-04T20:51:32.061Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.84s)
20:51:32 [2022-06-04T20:51:32.061Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.24s)
20:51:32 [2022-06-04T20:51:32.061Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.24s)
20:51:32 [2022-06-04T20:51:32.061Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.25s)
20:51:32 [2022-06-04T20:51:32.061Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.34s)
20:51:32 [2022-06-04T20:51:32.061Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.36s)
20:51:32 [2022-06-04T20:51:32.061Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.56s)
20:51:32 [2022-06-04T20:51:32.061Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.58s)
20:51:32 [2022-06-04T20:51:32.061Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.05s)
20:51:32 [2022-06-04T20:51:32.061Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.69s)
20:51:32 [2022-06-04T20:51:32.061Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.07s)
20:51:32 [2022-06-04T20:51:32.061Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.81s)
20:51:32 [2022-06-04T20:51:32.061Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.08s)
20:51:32 [2022-06-04T20:51:32.061Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.71s)
20:51:32 [2022-06-04T20:51:32.061Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.78s)
20:51:32 [2022-06-04T20:51:32.061Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.66s)
20:51:32 [2022-06-04T20:51:32.061Z] === RUN   TestCgroupNamespacesRun
20:51:33 [2022-06-04T20:51:33.434Z] --- PASS: TestCgroupNamespacesRun (1.23s)
20:51:33 [2022-06-04T20:51:33.434Z] === RUN   TestCgroupNamespacesRunPrivileged
20:51:33 [2022-06-04T20:51:33.434Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
20:51:33 [2022-06-04T20:51:33.434Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
20:51:33 [2022-06-04T20:51:33.434Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
20:51:34 [2022-06-04T20:51:34.810Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.19s)
20:51:34 [2022-06-04T20:51:34.810Z] === RUN   TestCgroupNamespacesRunHostMode
20:51:35 [2022-06-04T20:51:35.745Z] --- PASS: TestCgroupNamespacesRunHostMode (1.22s)
20:51:35 [2022-06-04T20:51:35.745Z] === RUN   TestCgroupNamespacesRunPrivateMode
20:51:37 [2022-06-04T20:51:37.121Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.18s)
20:51:37 [2022-06-04T20:51:37.121Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
20:51:38 [2022-06-04T20:51:38.058Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.15s)
20:51:38 [2022-06-04T20:51:38.058Z] === RUN   TestCgroupNamespacesRunInvalidMode
20:51:38 [2022-06-04T20:51:38.991Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s)
20:51:38 [2022-06-04T20:51:38.992Z] === RUN   TestCgroupNamespacesRunOlderClient
20:51:39 [2022-06-04T20:51:39.927Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.23s)
20:51:39 [2022-06-04T20:51:39.927Z] === RUN   TestNISDomainname
20:51:40 [2022-06-04T20:51:40.493Z] --- PASS: TestNISDomainname (0.57s)
20:51:40 [2022-06-04T20:51:40.494Z] === RUN   TestHostnameDnsResolution
20:51:41 [2022-06-04T20:51:41.427Z] --- PASS: TestHostnameDnsResolution (0.79s)
20:51:41 [2022-06-04T20:51:41.427Z] === RUN   TestUnprivilegedPortsAndPing
20:51:41 [2022-06-04T20:51:41.994Z] --- PASS: TestUnprivilegedPortsAndPing (0.56s)
20:51:41 [2022-06-04T20:51:41.994Z] === RUN   TestPrivilegedHostDevices
20:51:42 [2022-06-04T20:51:42.561Z] --- PASS: TestPrivilegedHostDevices (0.54s)
20:51:42 [2022-06-04T20:51:42.561Z] === RUN   TestConsoleSize
20:51:43 [2022-06-04T20:51:43.127Z] --- PASS: TestConsoleSize (0.46s)
20:51:43 [2022-06-04T20:51:43.127Z] === RUN   TestStats
20:51:45 [2022-06-04T20:51:45.654Z] --- PASS: TestStats (2.53s)
20:51:45 [2022-06-04T20:51:45.654Z] === RUN   TestStopContainerWithTimeout
20:51:45 [2022-06-04T20:51:45.654Z] === RUN   TestStopContainerWithTimeout/0
20:51:45 [2022-06-04T20:51:45.654Z] === PAUSE TestStopContainerWithTimeout/0
20:51:45 [2022-06-04T20:51:45.654Z] === RUN   TestStopContainerWithTimeout/1
20:51:45 [2022-06-04T20:51:45.654Z] === PAUSE TestStopContainerWithTimeout/1
20:51:45 [2022-06-04T20:51:45.654Z] === RUN   TestStopContainerWithTimeout/3
20:51:45 [2022-06-04T20:51:45.654Z] === PAUSE TestStopContainerWithTimeout/3
20:51:45 [2022-06-04T20:51:45.654Z] === RUN   TestStopContainerWithTimeout/-1
20:51:45 [2022-06-04T20:51:45.654Z] === PAUSE TestStopContainerWithTimeout/-1
20:51:45 [2022-06-04T20:51:45.654Z] === CONT  TestStopContainerWithTimeout/0
20:51:45 [2022-06-04T20:51:45.654Z] === CONT  TestStopContainerWithTimeout/3
20:51:46 [2022-06-04T20:51:46.220Z] === CONT  TestStopContainerWithTimeout/1
20:51:48 [2022-06-04T20:51:48.121Z] === CONT  TestStopContainerWithTimeout/-1
20:51:50 [2022-06-04T20:51:50.649Z] --- PASS: TestStopContainerWithTimeout (0.01s)
20:51:50 [2022-06-04T20:51:50.649Z]     --- PASS: TestStopContainerWithTimeout/0 (0.78s)
20:51:50 [2022-06-04T20:51:50.649Z]     --- PASS: TestStopContainerWithTimeout/1 (1.46s)
20:51:50 [2022-06-04T20:51:50.649Z]     --- PASS: TestStopContainerWithTimeout/3 (2.75s)
20:51:50 [2022-06-04T20:51:50.649Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.46s)
20:51:50 [2022-06-04T20:51:50.649Z] === RUN   TestDeleteDevicemapper
20:51:50 [2022-06-04T20:51:50.649Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:51:50 [2022-06-04T20:51:50.649Z] --- SKIP: TestDeleteDevicemapper (0.00s)
20:51:50 [2022-06-04T20:51:50.649Z] === RUN   TestStopContainerWithRestartPolicyAlways
20:51:52 [2022-06-04T20:51:52.022Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.59s)
20:51:52 [2022-06-04T20:51:52.022Z] === RUN   TestUpdateMemory
20:51:52 [2022-06-04T20:51:52.599Z] --- PASS: TestUpdateMemory (0.61s)
20:51:52 [2022-06-04T20:51:52.599Z] === RUN   TestUpdateCPUQuota
20:51:53 [2022-06-04T20:51:53.569Z] --- PASS: TestUpdateCPUQuota (0.95s)
20:51:53 [2022-06-04T20:51:53.569Z] === RUN   TestUpdatePidsLimit
20:51:53 [2022-06-04T20:51:53.569Z] === RUN   TestUpdatePidsLimit/update_from_none
20:51:53 [2022-06-04T20:51:53.569Z] === RUN   TestUpdatePidsLimit/no_change
20:51:53 [2022-06-04T20:51:53.833Z] === RUN   TestUpdatePidsLimit/update_lower
20:51:54 [2022-06-04T20:51:54.093Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
20:51:54 [2022-06-04T20:51:54.351Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
20:51:54 [2022-06-04T20:51:54.609Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
20:51:54 [2022-06-04T20:51:54.866Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
20:51:55 [2022-06-04T20:51:55.803Z] --- PASS: TestUpdatePidsLimit (2.38s)
20:51:55 [2022-06-04T20:51:55.803Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.21s)
20:51:55 [2022-06-04T20:51:55.803Z]     --- PASS: TestUpdatePidsLimit/no_change (0.23s)
20:51:55 [2022-06-04T20:51:55.803Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.27s)
20:51:55 [2022-06-04T20:51:55.803Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.33s)
20:51:55 [2022-06-04T20:51:55.803Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s)
20:51:55 [2022-06-04T20:51:55.803Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.23s)
20:51:55 [2022-06-04T20:51:55.803Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.24s)
20:51:55 [2022-06-04T20:51:55.803Z] === RUN   TestUpdateRestartPolicy
20:52:08 [2022-06-04T20:52:08.003Z] --- PASS: TestUpdateRestartPolicy (11.07s)
20:52:08 [2022-06-04T20:52:08.003Z] === RUN   TestUpdateRestartWithAutoRemove
20:52:08 [2022-06-04T20:52:08.003Z] --- PASS: TestUpdateRestartWithAutoRemove (0.46s)
20:52:08 [2022-06-04T20:52:08.003Z] === RUN   TestWaitNonBlocked
20:52:08 [2022-06-04T20:52:08.003Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
20:52:08 [2022-06-04T20:52:08.003Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
20:52:08 [2022-06-04T20:52:08.003Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
20:52:08 [2022-06-04T20:52:08.003Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
20:52:08 [2022-06-04T20:52:08.003Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
20:52:08 [2022-06-04T20:52:08.003Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
20:52:08 [2022-06-04T20:52:08.003Z] --- PASS: TestWaitNonBlocked (0.01s)
20:52:08 [2022-06-04T20:52:08.003Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.80s)
20:52:08 [2022-06-04T20:52:08.003Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.81s)
20:52:08 [2022-06-04T20:52:08.003Z] === RUN   TestWaitBlocked
20:52:08 [2022-06-04T20:52:08.003Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
20:52:08 [2022-06-04T20:52:08.003Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
20:52:08 [2022-06-04T20:52:08.003Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
20:52:08 [2022-06-04T20:52:08.003Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
20:52:08 [2022-06-04T20:52:08.003Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
20:52:08 [2022-06-04T20:52:08.003Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
20:52:08 [2022-06-04T20:52:08.940Z] --- PASS: TestWaitBlocked (0.01s)
20:52:08 [2022-06-04T20:52:08.940Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.82s)
20:52:08 [2022-06-04T20:52:08.940Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.83s)
20:52:08 [2022-06-04T20:52:08.940Z] === CONT  TestContainerStartOnDaemonRestart
20:52:08 [2022-06-04T20:52:08.940Z] === CONT  TestRestartDaemonWithRestartingContainer
20:52:11 [2022-06-04T20:52:11.473Z] === CONT  TestIpcModeOlderClient
20:52:11 [2022-06-04T20:52:11.473Z] --- PASS: TestContainerStartOnDaemonRestart (2.44s)
20:52:11 [2022-06-04T20:52:11.473Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.49s)
20:52:11 [2022-06-04T20:52:11.473Z] === CONT  TestContainerKillOnDaemonStart
20:52:11 [2022-06-04T20:52:11.473Z] --- PASS: TestIpcModeOlderClient (0.12s)
20:52:11 [2022-06-04T20:52:11.473Z] === CONT  TestDaemonHostGatewayIP
20:52:14 [2022-06-04T20:52:14.004Z] --- PASS: TestDaemonHostGatewayIP (2.54s)
20:52:14 [2022-06-04T20:52:14.004Z] === CONT  TestDaemonRestartIpcMode
20:52:16 [2022-06-04T20:52:16.534Z] --- PASS: TestDaemonRestartIpcMode (2.28s)
20:52:23 [2022-06-04T20:52:23.087Z] --- PASS: TestContainerKillOnDaemonStart (11.69s)
20:52:23 [2022-06-04T20:52:23.087Z] PASS
20:52:23 [2022-06-04T20:52:23.087Z] 
20:52:23 [2022-06-04T20:52:23.087Z] === Skipped
20:52:23 [2022-06-04T20:52:23.087Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
20:52:23 [2022-06-04T20:52:23.087Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:52:23 [2022-06-04T20:52:23.087Z] 
20:52:23 [2022-06-04T20:52:23.087Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
20:52:23 [2022-06-04T20:52:23.087Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
20:52:23 [2022-06-04T20:52:23.087Z] 
20:52:23 [2022-06-04T20:52:23.087Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
20:52:23 [2022-06-04T20:52:23.087Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:52:23 [2022-06-04T20:52:23.087Z] 
20:52:23 [2022-06-04T20:52:23.087Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
20:52:23 [2022-06-04T20:52:23.087Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
20:52:23 [2022-06-04T20:52:23.087Z] 
20:52:23 [2022-06-04T20:52:23.087Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
20:52:23 [2022-06-04T20:52:23.087Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:52:23 [2022-06-04T20:52:23.087Z] 
20:52:23 [2022-06-04T20:52:23.087Z] DONE 243 tests, 5 skipped in 122.992s
20:52:23 [2022-06-04T20:52:23.087Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
20:52:23 [2022-06-04T20:52:23.087Z] === RUN   TestConfigDaemonLibtrustID
20:52:23 [2022-06-04T20:52:23.654Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
20:52:23 [2022-06-04T20:52:23.654Z] === RUN   TestConfigDaemonID
20:52:25 [2022-06-04T20:52:25.029Z]     daemon_test.go:83: [d6057138572a1] daemon is not started
20:52:25 [2022-06-04T20:52:25.029Z] --- PASS: TestConfigDaemonID (1.04s)
20:52:25 [2022-06-04T20:52:25.029Z] === RUN   TestDaemonConfigValidation
20:52:25 [2022-06-04T20:52:25.029Z] === RUN   TestDaemonConfigValidation/config_with_no_content
20:52:25 [2022-06-04T20:52:25.029Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
20:52:25 [2022-06-04T20:52:25.029Z] === RUN   TestDaemonConfigValidation/config_with_{}
20:52:25 [2022-06-04T20:52:25.029Z] === PAUSE TestDaemonConfigValidation/config_with_{}
20:52:25 [2022-06-04T20:52:25.029Z] === RUN   TestDaemonConfigValidation/invalid_config
20:52:25 [2022-06-04T20:52:25.029Z] === PAUSE TestDaemonConfigValidation/invalid_config
20:52:25 [2022-06-04T20:52:25.029Z] === RUN   TestDaemonConfigValidation/malformed_config
20:52:25 [2022-06-04T20:52:25.029Z] === PAUSE TestDaemonConfigValidation/malformed_config
20:52:25 [2022-06-04T20:52:25.029Z] === RUN   TestDaemonConfigValidation/valid_config
20:52:25 [2022-06-04T20:52:25.029Z] === PAUSE TestDaemonConfigValidation/valid_config
20:52:25 [2022-06-04T20:52:25.029Z] === CONT  TestDaemonConfigValidation/config_with_no_content
20:52:25 [2022-06-04T20:52:25.029Z] === CONT  TestDaemonConfigValidation/malformed_config
20:52:25 [2022-06-04T20:52:25.029Z] === CONT  TestDaemonConfigValidation/invalid_config
20:52:25 [2022-06-04T20:52:25.029Z] === CONT  TestDaemonConfigValidation/config_with_{}
20:52:25 [2022-06-04T20:52:25.029Z] === CONT  TestDaemonConfigValidation/valid_config
20:52:25 [2022-06-04T20:52:25.029Z] --- PASS: TestDaemonConfigValidation (0.00s)
20:52:25 [2022-06-04T20:52:25.029Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.09s)
20:52:25 [2022-06-04T20:52:25.029Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s)
20:52:25 [2022-06-04T20:52:25.029Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.09s)
20:52:25 [2022-06-04T20:52:25.029Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s)
20:52:25 [2022-06-04T20:52:25.029Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.05s)
20:52:25 [2022-06-04T20:52:25.029Z] === RUN   TestConfigDaemonSeccompProfiles
20:52:25 [2022-06-04T20:52:25.029Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
20:52:25 [2022-06-04T20:52:25.963Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
20:52:27 [2022-06-04T20:52:27.338Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
20:52:28 [2022-06-04T20:52:28.272Z] === CONT  TestConfigDaemonSeccompProfiles
20:52:28 [2022-06-04T20:52:28.272Z]     daemon_test.go:197: [d1bf2f6bc5ce1] daemon is not started
20:52:28 [2022-06-04T20:52:28.272Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s)
20:52:28 [2022-06-04T20:52:28.272Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
20:52:28 [2022-06-04T20:52:28.272Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
20:52:28 [2022-06-04T20:52:28.272Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
20:52:28 [2022-06-04T20:52:28.272Z] === RUN   TestDaemonProxy
20:52:28 [2022-06-04T20:52:28.272Z] === RUN   TestDaemonProxy/environment_variables
20:52:30 [2022-06-04T20:52:30.172Z] === RUN   TestDaemonProxy/command-line_options
20:52:31 [2022-06-04T20:52:31.545Z] === RUN   TestDaemonProxy/configuration_file
20:52:33 [2022-06-04T20:52:33.445Z] === RUN   TestDaemonProxy/conflicting_options
20:52:33 [2022-06-04T20:52:33.704Z] === RUN   TestDaemonProxy/reload_sanitized
20:52:34 [2022-06-04T20:52:34.272Z] --- PASS: TestDaemonProxy (6.22s)
20:52:34 [2022-06-04T20:52:34.272Z]     --- PASS: TestDaemonProxy/environment_variables (1.74s)
20:52:34 [2022-06-04T20:52:34.272Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
20:52:34 [2022-06-04T20:52:34.272Z]     --- PASS: TestDaemonProxy/configuration_file (1.73s)
20:52:34 [2022-06-04T20:52:34.272Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
20:52:34 [2022-06-04T20:52:34.272Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
20:52:34 [2022-06-04T20:52:34.272Z] PASS
20:52:34 [2022-06-04T20:52:34.272Z] 
20:52:34 [2022-06-04T20:52:34.272Z] DONE 18 tests in 11.158s
20:52:34 [2022-06-04T20:52:34.272Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
20:52:34 [2022-06-04T20:52:34.272Z] INFO: Testing against a local daemon
20:52:34 [2022-06-04T20:52:34.272Z] === RUN   TestCommitInheritsEnv
20:52:34 [2022-06-04T20:52:34.838Z] --- PASS: TestCommitInheritsEnv (0.29s)
20:52:34 [2022-06-04T20:52:34.838Z] === RUN   TestImportExtremelyLargeImageWorks
20:52:34 [2022-06-04T20:52:34.838Z] === PAUSE TestImportExtremelyLargeImageWorks
20:52:34 [2022-06-04T20:52:34.838Z] === RUN   TestImportWithCustomPlatform
20:52:34 [2022-06-04T20:52:34.838Z] === RUN   TestImportWithCustomPlatform/#00
20:52:34 [2022-06-04T20:52:34.838Z] === RUN   TestImportWithCustomPlatform/_______
20:52:34 [2022-06-04T20:52:34.838Z] === RUN   TestImportWithCustomPlatform//
20:52:34 [2022-06-04T20:52:34.838Z] === RUN   TestImportWithCustomPlatform/linux
20:52:34 [2022-06-04T20:52:34.838Z] === RUN   TestImportWithCustomPlatform/LINUX
20:52:34 [2022-06-04T20:52:34.838Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
20:52:35 [2022-06-04T20:52:35.097Z] === RUN   TestImportWithCustomPlatform/macos
20:52:35 [2022-06-04T20:52:35.097Z] === RUN   TestImportWithCustomPlatform/macos/arm64
20:52:35 [2022-06-04T20:52:35.097Z] === RUN   TestImportWithCustomPlatform/nintendo64
20:52:35 [2022-06-04T20:52:35.097Z] --- PASS: TestImportWithCustomPlatform (0.34s)
20:52:35 [2022-06-04T20:52:35.097Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
20:52:35 [2022-06-04T20:52:35.097Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
20:52:35 [2022-06-04T20:52:35.097Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
20:52:35 [2022-06-04T20:52:35.097Z]     --- PASS: TestImportWithCustomPlatform/linux (0.08s)
20:52:35 [2022-06-04T20:52:35.097Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
20:52:35 [2022-06-04T20:52:35.097Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s)
20:52:35 [2022-06-04T20:52:35.097Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
20:52:35 [2022-06-04T20:52:35.097Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
20:52:35 [2022-06-04T20:52:35.097Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
20:52:35 [2022-06-04T20:52:35.097Z] === RUN   TestImagesFilterMultiReference
20:52:35 [2022-06-04T20:52:35.097Z] --- PASS: TestImagesFilterMultiReference (0.06s)
20:52:35 [2022-06-04T20:52:35.097Z] === RUN   TestImagePullPlatformInvalid
20:52:35 [2022-06-04T20:52:35.097Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
20:52:35 [2022-06-04T20:52:35.097Z] === RUN   TestRemoveImageOrphaning
20:52:35 [2022-06-04T20:52:35.355Z] --- PASS: TestRemoveImageOrphaning (0.27s)
20:52:35 [2022-06-04T20:52:35.356Z] === RUN   TestRemoveImageGarbageCollector
20:52:35 [2022-06-04T20:52:35.921Z] time="2022-06-04T20:52:35Z" level=info msg="[graphdriver] trying configured driver: overlay2"
20:52:37 [2022-06-04T20:52:37.294Z] --- PASS: TestRemoveImageGarbageCollector (1.89s)
20:52:37 [2022-06-04T20:52:37.295Z] === RUN   TestTagUnprefixedRepoByNameOrName
20:52:37 [2022-06-04T20:52:37.295Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
20:52:37 [2022-06-04T20:52:37.295Z] === RUN   TestTagInvalidReference
20:52:37 [2022-06-04T20:52:37.295Z] --- PASS: TestTagInvalidReference (0.01s)
20:52:37 [2022-06-04T20:52:37.295Z] === RUN   TestTagValidPrefixedRepo
20:52:37 [2022-06-04T20:52:37.295Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
20:52:37 [2022-06-04T20:52:37.295Z] === RUN   TestTagExistedNameWithoutForce
20:52:37 [2022-06-04T20:52:37.295Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
20:52:37 [2022-06-04T20:52:37.295Z] === RUN   TestTagOfficialNames
20:52:37 [2022-06-04T20:52:37.295Z] --- PASS: TestTagOfficialNames (0.05s)
20:52:37 [2022-06-04T20:52:37.295Z] === RUN   TestTagMatchesDigest
20:52:37 [2022-06-04T20:52:37.295Z] --- PASS: TestTagMatchesDigest (0.01s)
20:52:37 [2022-06-04T20:52:37.295Z] === CONT  TestImportExtremelyLargeImageWorks
20:54:13 [2022-06-04T20:54:13.727Z] --- PASS: TestImportExtremelyLargeImageWorks (91.61s)
20:54:13 [2022-06-04T20:54:13.727Z] PASS
20:54:13 [2022-06-04T20:54:13.727Z] 
20:54:13 [2022-06-04T20:54:13.727Z] DONE 22 tests in 94.713s
20:54:13 [2022-06-04T20:54:13.727Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
20:54:13 [2022-06-04T20:54:13.727Z] INFO: Testing against a local daemon
20:54:13 [2022-06-04T20:54:13.727Z] === RUN   TestNetworkCreateDelete
20:54:13 [2022-06-04T20:54:13.727Z] --- PASS: TestNetworkCreateDelete (0.13s)
20:54:13 [2022-06-04T20:54:13.727Z] === RUN   TestDockerNetworkDeletePreferID
20:54:13 [2022-06-04T20:54:13.727Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s)
20:54:13 [2022-06-04T20:54:13.727Z] === RUN   TestDaemonDNSFallback
20:54:16 [2022-06-04T20:54:16.252Z] --- PASS: TestDaemonDNSFallback (6.37s)
20:54:16 [2022-06-04T20:54:16.252Z] === RUN   TestInspectNetwork
20:54:19 [2022-06-04T20:54:19.531Z] === RUN   TestInspectNetwork/full_network_id
20:54:19 [2022-06-04T20:54:19.531Z] === RUN   TestInspectNetwork/partial_network_id
20:54:19 [2022-06-04T20:54:19.531Z] === RUN   TestInspectNetwork/network_name
20:54:19 [2022-06-04T20:54:19.531Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
20:54:23 [2022-06-04T20:54:23.712Z] --- PASS: TestInspectNetwork (7.34s)
20:54:23 [2022-06-04T20:54:23.713Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
20:54:23 [2022-06-04T20:54:23.713Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
20:54:23 [2022-06-04T20:54:23.713Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
20:54:23 [2022-06-04T20:54:23.713Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
20:54:23 [2022-06-04T20:54:23.713Z] === RUN   TestRunContainerWithBridgeNone
20:54:25 [2022-06-04T20:54:25.087Z] --- PASS: TestRunContainerWithBridgeNone (1.55s)
20:54:25 [2022-06-04T20:54:25.087Z] === RUN   TestNetworkInvalidJSON
20:54:25 [2022-06-04T20:54:25.087Z] === RUN   TestNetworkInvalidJSON/networks/create
20:54:25 [2022-06-04T20:54:25.087Z] === PAUSE TestNetworkInvalidJSON/networks/create
20:54:25 [2022-06-04T20:54:25.087Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
20:54:25 [2022-06-04T20:54:25.087Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
20:54:25 [2022-06-04T20:54:25.087Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
20:54:25 [2022-06-04T20:54:25.087Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
20:54:25 [2022-06-04T20:54:25.087Z] === CONT  TestNetworkInvalidJSON/networks/create
20:54:25 [2022-06-04T20:54:25.087Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
20:54:25 [2022-06-04T20:54:25.087Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
20:54:25 [2022-06-04T20:54:25.087Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
20:54:25 [2022-06-04T20:54:25.087Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
20:54:25 [2022-06-04T20:54:25.087Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
20:54:25 [2022-06-04T20:54:25.087Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
20:54:25 [2022-06-04T20:54:25.087Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
20:54:25 [2022-06-04T20:54:25.087Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
20:54:25 [2022-06-04T20:54:25.087Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
20:54:25 [2022-06-04T20:54:25.087Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
20:54:25 [2022-06-04T20:54:25.087Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
20:54:25 [2022-06-04T20:54:25.087Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
20:54:25 [2022-06-04T20:54:25.087Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
20:54:25 [2022-06-04T20:54:25.087Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
20:54:25 [2022-06-04T20:54:25.087Z] --- PASS: TestNetworkInvalidJSON (0.01s)
20:54:25 [2022-06-04T20:54:25.087Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s)
20:54:25 [2022-06-04T20:54:25.087Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
20:54:25 [2022-06-04T20:54:25.087Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
20:54:25 [2022-06-04T20:54:25.087Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
20:54:25 [2022-06-04T20:54:25.087Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
20:54:25 [2022-06-04T20:54:25.087Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.01s)
20:54:25 [2022-06-04T20:54:25.087Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
20:54:25 [2022-06-04T20:54:25.087Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
20:54:25 [2022-06-04T20:54:25.087Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
20:54:25 [2022-06-04T20:54:25.087Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
20:54:25 [2022-06-04T20:54:25.087Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
20:54:25 [2022-06-04T20:54:25.087Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
20:54:25 [2022-06-04T20:54:25.087Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
20:54:25 [2022-06-04T20:54:25.087Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
20:54:25 [2022-06-04T20:54:25.087Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
20:54:25 [2022-06-04T20:54:25.087Z] === RUN   TestNetworkList
20:54:25 [2022-06-04T20:54:25.087Z] === RUN   TestNetworkList//networks
20:54:25 [2022-06-04T20:54:25.087Z] === PAUSE TestNetworkList//networks
20:54:25 [2022-06-04T20:54:25.087Z] === RUN   TestNetworkList//networks/
20:54:25 [2022-06-04T20:54:25.087Z] === PAUSE TestNetworkList//networks/
20:54:25 [2022-06-04T20:54:25.087Z] === CONT  TestNetworkList//networks
20:54:25 [2022-06-04T20:54:25.087Z] === CONT  TestNetworkList//networks/
20:54:25 [2022-06-04T20:54:25.087Z] --- PASS: TestNetworkList (0.01s)
20:54:25 [2022-06-04T20:54:25.087Z]     --- PASS: TestNetworkList//networks (0.00s)
20:54:25 [2022-06-04T20:54:25.087Z]     --- PASS: TestNetworkList//networks/ (0.00s)
20:54:25 [2022-06-04T20:54:25.087Z] === RUN   TestHostIPv4BridgeLabel
20:54:25 [2022-06-04T20:54:25.346Z] --- PASS: TestHostIPv4BridgeLabel (0.55s)
20:54:25 [2022-06-04T20:54:25.346Z] === RUN   TestDaemonRestartWithLiveRestore
20:54:26 [2022-06-04T20:54:26.718Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
20:54:26 [2022-06-04T20:54:26.718Z] === RUN   TestDaemonDefaultNetworkPools
20:54:27 [2022-06-04T20:54:27.284Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s)
20:54:27 [2022-06-04T20:54:27.284Z] === RUN   TestDaemonRestartWithExistingNetwork
20:54:28 [2022-06-04T20:54:28.274Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s)
20:54:28 [2022-06-04T20:54:28.274Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
20:54:29 [2022-06-04T20:54:29.668Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s)
20:54:29 [2022-06-04T20:54:29.668Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
20:54:30 [2022-06-04T20:54:30.234Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s)
20:54:30 [2022-06-04T20:54:30.234Z] === RUN   TestServiceWithPredefinedNetwork
20:54:32 [2022-06-04T20:54:32.763Z] --- PASS: TestServiceWithPredefinedNetwork (2.30s)
20:54:32 [2022-06-04T20:54:32.763Z] === RUN   TestServiceRemoveKeepsIngressNetwork
20:54:32 [2022-06-04T20:54:32.763Z]     service_test.go:243: FLAKY_TEST
20:54:32 [2022-06-04T20:54:32.763Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
20:54:32 [2022-06-04T20:54:32.763Z] === RUN   TestServiceWithDataPathPortInit
20:54:47 [2022-06-04T20:54:47.630Z] --- PASS: TestServiceWithDataPathPortInit (14.15s)
20:54:47 [2022-06-04T20:54:47.630Z] === RUN   TestServiceWithDefaultAddressPoolInit
20:54:49 [2022-06-04T20:54:49.003Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:kw72exy79fn89ch2t4clyzxo1 Created:2022-06-04 20:54:47.817540239 +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[e3c548521cd23fa70f93ccd57044cdb0a84190ce907b84ebeaa555a0aa60b307:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.tq2nbcnott6fvczng8l2oa8yu EndpointID:699ada3f41c275321b44bcb6ac75568a88754dc64a73b8788cc23f0a3316a966 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:37a1b17eb77d5956364e1c28dd0ef7746863b594ba0d2c3be65fa8b831cf9565 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:2ef23423333e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.tq2nbcnott6fvczng8l2oa8yu EndpointID:699ada3f41c275321b44bcb6ac75568a88754dc64a73b8788cc23f0a3316a966 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
20:54:54 [2022-06-04T20:54:54.264Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.00s)
20:54:54 [2022-06-04T20:54:54.264Z] PASS
20:54:54 [2022-06-04T20:54:54.264Z] 
20:54:54 [2022-06-04T20:54:54.264Z] === Skipped
20:54:54 [2022-06-04T20:54:54.264Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:54:54 [2022-06-04T20:54:54.264Z]     service_test.go:243: FLAKY_TEST
20:54:54 [2022-06-04T20:54:54.264Z] 
20:54:54 [2022-06-04T20:54:54.264Z] DONE 38 tests, 1 skipped in 44.505s
20:54:54 [2022-06-04T20:54:54.264Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
20:54:54 [2022-06-04T20:54:54.264Z] INFO: Testing against a local daemon
20:54:54 [2022-06-04T20:54:54.264Z] === RUN   TestDockerNetworkIpvlanPersistance
20:54:54 [2022-06-04T20:54:54.264Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:54:54 [2022-06-04T20:54:54.264Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
20:54:54 [2022-06-04T20:54:54.264Z] === RUN   TestDockerNetworkIpvlan
20:54:54 [2022-06-04T20:54:54.264Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:54:54 [2022-06-04T20:54:54.264Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
20:54:54 [2022-06-04T20:54:54.264Z] PASS
20:54:54 [2022-06-04T20:54:54.264Z] 
20:54:54 [2022-06-04T20:54:54.264Z] === Skipped
20:54:54 [2022-06-04T20:54:54.264Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
20:54:54 [2022-06-04T20:54:54.264Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:54:54 [2022-06-04T20:54:54.264Z] 
20:54:54 [2022-06-04T20:54:54.264Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
20:54:54 [2022-06-04T20:54:54.264Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:54:54 [2022-06-04T20:54:54.264Z] 
20:54:54 [2022-06-04T20:54:54.264Z] DONE 2 tests, 2 skipped in 0.032s
20:54:54 [2022-06-04T20:54:54.264Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
20:54:54 [2022-06-04T20:54:54.264Z] INFO: Testing against a local daemon
20:54:54 [2022-06-04T20:54:54.264Z] === RUN   TestDockerNetworkMacvlanPersistance
20:54:54 [2022-06-04T20:54:54.830Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.27s)
20:54:54 [2022-06-04T20:54:54.830Z] === RUN   TestDockerNetworkMacvlan
20:54:55 [2022-06-04T20:54:55.764Z] === RUN   TestDockerNetworkMacvlan/Subinterface
20:54:56 [2022-06-04T20:54:56.331Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
20:54:57 [2022-06-04T20:54:57.265Z] === RUN   TestDockerNetworkMacvlan/NilParent
20:54:59 [2022-06-04T20:54:59.166Z] === RUN   TestDockerNetworkMacvlan/InternalMode
20:55:01 [2022-06-04T20:55:01.069Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
20:55:04 [2022-06-04T20:55:04.353Z] === RUN   TestDockerNetworkMacvlan/Addressing
20:55:04 [2022-06-04T20:55:04.921Z] --- PASS: TestDockerNetworkMacvlan (10.05s)
20:55:04 [2022-06-04T20:55:04.921Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
20:55:04 [2022-06-04T20:55:04.921Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
20:55:04 [2022-06-04T20:55:04.921Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.85s)
20:55:04 [2022-06-04T20:55:04.921Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.01s)
20:55:04 [2022-06-04T20:55:04.921Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.24s)
20:55:04 [2022-06-04T20:55:04.921Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.64s)
20:55:04 [2022-06-04T20:55:04.921Z] PASS
20:55:04 [2022-06-04T20:55:04.921Z] 
20:55:04 [2022-06-04T20:55:04.921Z] DONE 8 tests in 11.341s
20:55:04 [2022-06-04T20:55:04.921Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
20:55:04 [2022-06-04T20:55:04.921Z] testing: warning: no tests to run
20:55:04 [2022-06-04T20:55:04.921Z] PASS
20:55:04 [2022-06-04T20:55:04.921Z] 
20:55:04 [2022-06-04T20:55:04.921Z] DONE 0 tests in 0.007s
20:55:04 [2022-06-04T20:55:04.921Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
20:55:04 [2022-06-04T20:55:04.921Z] INFO: Testing against a local daemon
20:55:04 [2022-06-04T20:55:04.921Z] === RUN   TestAuthZPluginAllowRequest
20:55:06 [2022-06-04T20:55:06.295Z] --- PASS: TestAuthZPluginAllowRequest (1.15s)
20:55:06 [2022-06-04T20:55:06.295Z] === RUN   TestAuthZPluginTLS
20:55:06 [2022-06-04T20:55:06.860Z] --- PASS: TestAuthZPluginTLS (0.55s)
20:55:06 [2022-06-04T20:55:06.860Z] === RUN   TestAuthZPluginDenyRequest
20:55:07 [2022-06-04T20:55:07.119Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
20:55:07 [2022-06-04T20:55:07.119Z] === RUN   TestAuthZPluginAPIDenyResponse
20:55:07 [2022-06-04T20:55:07.686Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
20:55:07 [2022-06-04T20:55:07.686Z] === RUN   TestAuthZPluginDenyResponse
20:55:08 [2022-06-04T20:55:08.253Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
20:55:08 [2022-06-04T20:55:08.253Z] === RUN   TestAuthZPluginAllowEventStream
20:55:09 [2022-06-04T20:55:09.635Z] --- PASS: TestAuthZPluginAllowEventStream (1.19s)
20:55:09 [2022-06-04T20:55:09.635Z] === RUN   TestAuthZPluginErrorResponse
20:55:09 [2022-06-04T20:55:09.894Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
20:55:09 [2022-06-04T20:55:09.894Z] === RUN   TestAuthZPluginErrorRequest
20:55:10 [2022-06-04T20:55:10.460Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
20:55:10 [2022-06-04T20:55:10.460Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
20:55:11 [2022-06-04T20:55:11.025Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
20:55:11 [2022-06-04T20:55:11.025Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
20:55:12 [2022-06-04T20:55:12.398Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.42s)
20:55:12 [2022-06-04T20:55:12.398Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
20:55:14 [2022-06-04T20:55:14.296Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.46s)
20:55:14 [2022-06-04T20:55:14.297Z] === RUN   TestAuthZPluginHeader
20:55:14 [2022-06-04T20:55:14.554Z] --- PASS: TestAuthZPluginHeader (0.70s)
20:55:14 [2022-06-04T20:55:14.554Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
20:55:18 [2022-06-04T20:55:18.734Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.89s)
20:55:18 [2022-06-04T20:55:18.734Z] === RUN   TestAuthZPluginV2Disable
20:55:22 [2022-06-04T20:55:22.015Z] --- PASS: TestAuthZPluginV2Disable (3.35s)
20:55:22 [2022-06-04T20:55:22.015Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
20:55:25 [2022-06-04T20:55:25.295Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.15s)
20:55:25 [2022-06-04T20:55:25.295Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
20:55:35 [2022-06-04T20:55:35.261Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.39s)
20:55:35 [2022-06-04T20:55:35.261Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
20:55:53 [2022-06-04T20:55:53.328Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s)
20:55:53 [2022-06-04T20:55:53.328Z] PASS
20:55:53 [2022-06-04T20:55:53.328Z] 
20:55:53 [2022-06-04T20:55:53.328Z] DONE 17 tests in 46.009s
20:55:53 [2022-06-04T20:55:53.328Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
20:55:53 [2022-06-04T20:55:53.328Z] INFO: Testing against a local daemon
20:55:53 [2022-06-04T20:55:53.328Z] === RUN   TestPluginInvalidJSON
20:55:53 [2022-06-04T20:55:53.328Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
20:55:53 [2022-06-04T20:55:53.328Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
20:55:53 [2022-06-04T20:55:53.328Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
20:55:53 [2022-06-04T20:55:53.328Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
20:55:53 [2022-06-04T20:55:53.328Z] === RUN   TestPluginInvalidJSON/plugins/pull
20:55:53 [2022-06-04T20:55:53.328Z] === PAUSE TestPluginInvalidJSON/plugins/pull
20:55:53 [2022-06-04T20:55:53.328Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
20:55:53 [2022-06-04T20:55:53.328Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
20:55:53 [2022-06-04T20:55:53.328Z] === CONT  TestPluginInvalidJSON/plugins/pull
20:55:53 [2022-06-04T20:55:53.328Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
20:55:53 [2022-06-04T20:55:53.328Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
20:55:53 [2022-06-04T20:55:53.328Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
20:55:53 [2022-06-04T20:55:53.328Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
20:55:53 [2022-06-04T20:55:53.328Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
20:55:53 [2022-06-04T20:55:53.328Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
20:55:53 [2022-06-04T20:55:53.328Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
20:55:53 [2022-06-04T20:55:53.328Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
20:55:53 [2022-06-04T20:55:53.328Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
20:55:53 [2022-06-04T20:55:53.328Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
20:55:53 [2022-06-04T20:55:53.328Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
20:55:53 [2022-06-04T20:55:53.328Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
20:55:53 [2022-06-04T20:55:53.328Z] --- PASS: TestPluginInvalidJSON (0.02s)
20:55:53 [2022-06-04T20:55:53.328Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
20:55:53 [2022-06-04T20:55:53.328Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
20:55:53 [2022-06-04T20:55:53.328Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
20:55:53 [2022-06-04T20:55:53.328Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
20:55:53 [2022-06-04T20:55:53.328Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
20:55:53 [2022-06-04T20:55:53.328Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
20:55:53 [2022-06-04T20:55:53.328Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
20:55:53 [2022-06-04T20:55:53.328Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
20:55:53 [2022-06-04T20:55:53.328Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
20:55:53 [2022-06-04T20:55:53.328Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
20:55:53 [2022-06-04T20:55:53.328Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
20:55:53 [2022-06-04T20:55:53.328Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
20:55:53 [2022-06-04T20:55:53.328Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
20:55:53 [2022-06-04T20:55:53.328Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
20:55:53 [2022-06-04T20:55:53.328Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
20:55:53 [2022-06-04T20:55:53.328Z] === RUN   TestPluginInstall
20:55:53 [2022-06-04T20:55:53.328Z] === RUN   TestPluginInstall/no_auth
20:55:53 [2022-06-04T20:55:53.328Z] time="2022-06-04T20:55:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:55:53 [2022-06-04T20:55:53.328Z] time="2022-06-04T20:55:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:89542a4ed9650fa9d9bef1e46c46c57c90bba1af98639a78cf4fb526ad502399" mediatype=application/vnd.docker.plugin.v1+json size=522
20:55:53 [2022-06-04T20:55:53.328Z] time="2022-06-04T20:55:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:55:53 [2022-06-04T20:55:53.328Z] time="2022-06-04T20:55:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:89542a4ed9650fa9d9bef1e46c46c57c90bba1af98639a78cf4fb526ad502399" mediatype=application/vnd.docker.plugin.v1+json size=522
20:55:53 [2022-06-04T20:55:53.328Z] === RUN   TestPluginInstall/with_htpasswd
20:55:53 [2022-06-04T20:55:53.328Z] time="2022-06-04T20:55:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:55:53 [2022-06-04T20:55:53.328Z] time="2022-06-04T20:55:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:89542a4ed9650fa9d9bef1e46c46c57c90bba1af98639a78cf4fb526ad502399" mediatype=application/vnd.docker.plugin.v1+json size=522
20:55:53 [2022-06-04T20:55:53.328Z] time="2022-06-04T20:55:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:55:53 [2022-06-04T20:55:53.328Z] time="2022-06-04T20:55:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:89542a4ed9650fa9d9bef1e46c46c57c90bba1af98639a78cf4fb526ad502399" mediatype=application/vnd.docker.plugin.v1+json size=522
20:55:53 [2022-06-04T20:55:53.328Z] === RUN   TestPluginInstall/with_insecure
20:55:53 [2022-06-04T20:55:53.587Z] time="2022-06-04T20:55:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:55:53 [2022-06-04T20:55:53.587Z] time="2022-06-04T20:55:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:af39ae8d17a3ac7ac773a8e178e72fa59f7d93417a451034c91c1bb83a304c8a" mediatype=application/vnd.docker.plugin.v1+json size=522
20:55:53 [2022-06-04T20:55:53.587Z] time="2022-06-04T20:55:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:55:53 [2022-06-04T20:55:53.587Z] time="2022-06-04T20:55:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:af39ae8d17a3ac7ac773a8e178e72fa59f7d93417a451034c91c1bb83a304c8a" mediatype=application/vnd.docker.plugin.v1+json size=522
20:55:53 [2022-06-04T20:55:53.845Z]     plugin_test.go:195: [d8fb6bedbffbb] daemon is not started
20:55:53 [2022-06-04T20:55:53.845Z] --- PASS: TestPluginInstall (2.74s)
20:55:53 [2022-06-04T20:55:53.845Z]     --- PASS: TestPluginInstall/no_auth (1.03s)
20:55:53 [2022-06-04T20:55:53.845Z]     --- PASS: TestPluginInstall/with_htpasswd (0.62s)
20:55:53 [2022-06-04T20:55:53.845Z]     --- PASS: TestPluginInstall/with_insecure (1.08s)
20:55:53 [2022-06-04T20:55:53.845Z] === RUN   TestPluginsWithRuntimes
20:55:55 [2022-06-04T20:55:55.218Z] === RUN   TestPluginsWithRuntimes/No_Args
20:55:56 [2022-06-04T20:55:56.154Z] === RUN   TestPluginsWithRuntimes/With_Args
20:55:57 [2022-06-04T20:55:57.136Z] --- PASS: TestPluginsWithRuntimes (3.37s)
20:55:57 [2022-06-04T20:55:57.136Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.89s)
20:55:57 [2022-06-04T20:55:57.136Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.90s)
20:55:57 [2022-06-04T20:55:57.136Z] === RUN   TestPluginBackCompatMediaTypes
20:55:57 [2022-06-04T20:55:57.712Z] --- PASS: TestPluginBackCompatMediaTypes (0.61s)
20:55:57 [2022-06-04T20:55:57.712Z] PASS
20:55:57 [2022-06-04T20:55:57.712Z] 
20:55:57 [2022-06-04T20:55:57.712Z] DONE 24 tests in 6.767s
20:55:57 [2022-06-04T20:55:57.712Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
20:55:57 [2022-06-04T20:55:57.712Z] INFO: Testing against a local daemon
20:55:57 [2022-06-04T20:55:57.712Z] === RUN   TestExternalGraphDriver
20:55:57 [2022-06-04T20:55:57.977Z] === RUN   TestExternalGraphDriver/json
20:55:59 [2022-06-04T20:55:59.883Z] === RUN   TestExternalGraphDriver/spec
20:56:01 [2022-06-04T20:56:01.256Z] === RUN   TestExternalGraphDriver/pull
20:56:03 [2022-06-04T20:56:03.155Z] --- PASS: TestExternalGraphDriver (5.07s)
20:56:03 [2022-06-04T20:56:03.155Z]     --- PASS: TestExternalGraphDriver/json (1.67s)
20:56:03 [2022-06-04T20:56:03.155Z]     --- PASS: TestExternalGraphDriver/spec (1.68s)
20:56:03 [2022-06-04T20:56:03.155Z]     --- PASS: TestExternalGraphDriver/pull (1.68s)
20:56:03 [2022-06-04T20:56:03.155Z] === RUN   TestGraphdriverPluginV2
20:56:07 [2022-06-04T20:56:07.335Z] --- PASS: TestGraphdriverPluginV2 (3.85s)
20:56:07 [2022-06-04T20:56:07.335Z] PASS
20:56:07 [2022-06-04T20:56:07.335Z] 
20:56:07 [2022-06-04T20:56:07.335Z] DONE 5 tests in 8.972s
20:56:07 [2022-06-04T20:56:07.335Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
20:56:07 [2022-06-04T20:56:07.335Z] INFO: Testing against a local daemon
20:56:07 [2022-06-04T20:56:07.335Z] === RUN   TestContinueAfterPluginCrash
20:56:07 [2022-06-04T20:56:07.335Z] === PAUSE TestContinueAfterPluginCrash
20:56:07 [2022-06-04T20:56:07.335Z] === RUN   TestReadPluginNoRead
20:56:07 [2022-06-04T20:56:07.335Z] === PAUSE TestReadPluginNoRead
20:56:07 [2022-06-04T20:56:07.335Z] === RUN   TestDaemonStartWithLogOpt
20:56:07 [2022-06-04T20:56:07.335Z] === PAUSE TestDaemonStartWithLogOpt
20:56:07 [2022-06-04T20:56:07.335Z] === CONT  TestContinueAfterPluginCrash
20:56:07 [2022-06-04T20:56:07.335Z] === CONT  TestDaemonStartWithLogOpt
20:56:10 [2022-06-04T20:56:10.618Z] --- PASS: TestDaemonStartWithLogOpt (3.43s)
20:56:10 [2022-06-04T20:56:10.618Z] === CONT  TestReadPluginNoRead
20:56:12 [2022-06-04T20:56:12.516Z] === RUN   TestReadPluginNoRead/default
20:56:13 [2022-06-04T20:56:13.889Z] === RUN   TestReadPluginNoRead/disabled_caching
20:56:14 [2022-06-04T20:56:14.823Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
20:56:15 [2022-06-04T20:56:15.081Z] --- PASS: TestContinueAfterPluginCrash (8.36s)
20:56:16 [2022-06-04T20:56:16.454Z] === CONT  TestReadPluginNoRead
20:56:16 [2022-06-04T20:56:16.454Z]     read_test.go:92: [d1ffb2a21624d] daemon is not started
20:56:16 [2022-06-04T20:56:16.454Z] --- PASS: TestReadPluginNoRead (5.98s)
20:56:16 [2022-06-04T20:56:16.454Z]     --- PASS: TestReadPluginNoRead/default (1.27s)
20:56:16 [2022-06-04T20:56:16.454Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.23s)
20:56:16 [2022-06-04T20:56:16.454Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.25s)
20:56:16 [2022-06-04T20:56:16.454Z] PASS
20:56:16 [2022-06-04T20:56:16.454Z] 
20:56:16 [2022-06-04T20:56:16.454Z] DONE 6 tests in 9.439s
20:56:16 [2022-06-04T20:56:16.454Z] 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:56:16 [2022-06-04T20:56:16.454Z] testing: warning: no tests to run
20:56:16 [2022-06-04T20:56:16.454Z] PASS
20:56:16 [2022-06-04T20:56:16.454Z] 
20:56:16 [2022-06-04T20:56:16.454Z] DONE 0 tests in 0.007s
20:56:16 [2022-06-04T20:56:16.454Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
20:56:16 [2022-06-04T20:56:16.454Z] INFO: Testing against a local daemon
20:56:16 [2022-06-04T20:56:16.454Z] === RUN   TestPluginWithDevMounts
20:56:16 [2022-06-04T20:56:16.454Z] === PAUSE TestPluginWithDevMounts
20:56:16 [2022-06-04T20:56:16.454Z] === CONT  TestPluginWithDevMounts
20:56:17 [2022-06-04T20:56:17.828Z] --- PASS: TestPluginWithDevMounts (1.57s)
20:56:17 [2022-06-04T20:56:17.828Z] PASS
20:56:17 [2022-06-04T20:56:17.828Z] 
20:56:17 [2022-06-04T20:56:17.828Z] DONE 1 tests in 1.588s
20:56:17 [2022-06-04T20:56:17.828Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
20:56:17 [2022-06-04T20:56:17.828Z] INFO: Testing against a local daemon
20:56:17 [2022-06-04T20:56:17.828Z] === RUN   TestSecretInspect
20:56:20 [2022-06-04T20:56:20.355Z] --- PASS: TestSecretInspect (2.15s)
20:56:20 [2022-06-04T20:56:20.355Z] === RUN   TestSecretList
20:56:22 [2022-06-04T20:56:22.253Z] --- PASS: TestSecretList (2.19s)
20:56:22 [2022-06-04T20:56:22.253Z] === RUN   TestSecretsCreateAndDelete
20:56:24 [2022-06-04T20:56:24.781Z] --- PASS: TestSecretsCreateAndDelete (2.19s)
20:56:24 [2022-06-04T20:56:24.781Z] === RUN   TestSecretsUpdate
20:56:26 [2022-06-04T20:56:26.678Z] --- PASS: TestSecretsUpdate (2.17s)
20:56:26 [2022-06-04T20:56:26.679Z] === RUN   TestTemplatedSecret
20:56:29 [2022-06-04T20:56:29.206Z] --- PASS: TestTemplatedSecret (2.58s)
20:56:29 [2022-06-04T20:56:29.206Z] === RUN   TestSecretCreateResolve
20:56:31 [2022-06-04T20:56:31.734Z] --- PASS: TestSecretCreateResolve (2.19s)
20:56:31 [2022-06-04T20:56:31.734Z] PASS
20:56:31 [2022-06-04T20:56:31.734Z] 
20:56:31 [2022-06-04T20:56:31.734Z] DONE 6 tests in 13.487s
20:56:31 [2022-06-04T20:56:31.734Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
20:56:31 [2022-06-04T20:56:31.734Z] INFO: Testing against a local daemon
20:56:31 [2022-06-04T20:56:31.734Z] === RUN   TestServiceCreateInit
20:56:31 [2022-06-04T20:56:31.734Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:56:35 [2022-06-04T20:56:35.919Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:56:39 [2022-06-04T20:56:39.200Z] --- PASS: TestServiceCreateInit (7.84s)
20:56:39 [2022-06-04T20:56:39.200Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.94s)
20:56:39 [2022-06-04T20:56:39.200Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.88s)
20:56:39 [2022-06-04T20:56:39.200Z] === RUN   TestCreateServiceMultipleTimes
20:56:57 [2022-06-04T20:56:57.276Z] --- PASS: TestCreateServiceMultipleTimes (15.56s)
20:56:57 [2022-06-04T20:56:57.276Z] === RUN   TestCreateServiceConflict
20:56:57 [2022-06-04T20:56:57.276Z] --- PASS: TestCreateServiceConflict (2.17s)
20:56:57 [2022-06-04T20:56:57.276Z] === RUN   TestCreateServiceMaxReplicas
20:56:59 [2022-06-04T20:56:59.805Z] --- PASS: TestCreateServiceMaxReplicas (2.88s)
20:56:59 [2022-06-04T20:56:59.805Z] === RUN   TestCreateWithDuplicateNetworkNames
20:57:14 [2022-06-04T20:57:14.671Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.24s)
20:57:14 [2022-06-04T20:57:14.671Z] === RUN   TestCreateServiceSecretFileMode
20:57:15 [2022-06-04T20:57:15.606Z] --- PASS: TestCreateServiceSecretFileMode (2.62s)
20:57:15 [2022-06-04T20:57:15.606Z] === RUN   TestCreateServiceConfigFileMode
20:57:18 [2022-06-04T20:57:18.137Z] --- PASS: TestCreateServiceConfigFileMode (2.51s)
20:57:18 [2022-06-04T20:57:18.137Z] === RUN   TestCreateServiceSysctls
20:57:21 [2022-06-04T20:57:21.418Z] --- PASS: TestCreateServiceSysctls (3.18s)
20:57:21 [2022-06-04T20:57:21.418Z] === RUN   TestCreateServiceCapabilities
20:57:23 [2022-06-04T20:57:23.961Z] --- PASS: TestCreateServiceCapabilities (2.50s)
20:57:23 [2022-06-04T20:57:23.961Z] === RUN   TestInspect
20:57:26 [2022-06-04T20:57:26.521Z] --- PASS: TestInspect (2.79s)
20:57:26 [2022-06-04T20:57:26.521Z] === RUN   TestCreateJob
20:57:29 [2022-06-04T20:57:29.802Z] --- PASS: TestCreateJob (3.18s)
20:57:29 [2022-06-04T20:57:29.802Z] === RUN   TestReplicatedJob
20:57:36 [2022-06-04T20:57:36.361Z] --- PASS: TestReplicatedJob (5.53s)
20:57:36 [2022-06-04T20:57:36.361Z] === RUN   TestUpdateReplicatedJob
20:57:38 [2022-06-04T20:57:38.892Z] --- PASS: TestUpdateReplicatedJob (3.12s)
20:57:38 [2022-06-04T20:57:38.892Z] === RUN   TestServiceListWithStatuses
20:57:38 [2022-06-04T20:57:38.892Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:57:38 [2022-06-04T20:57:38.892Z] --- SKIP: TestServiceListWithStatuses (0.00s)
20:57:38 [2022-06-04T20:57:38.892Z] === RUN   TestDockerNetworkConnectAlias
20:57:43 [2022-06-04T20:57:43.079Z] --- PASS: TestDockerNetworkConnectAlias (4.23s)
20:57:43 [2022-06-04T20:57:43.079Z] === RUN   TestDockerNetworkReConnect
20:57:46 [2022-06-04T20:57:46.360Z] --- PASS: TestDockerNetworkReConnect (3.46s)
20:57:46 [2022-06-04T20:57:46.360Z] === RUN   TestServicePlugin
20:57:49 [2022-06-04T20:57:49.644Z]     plugin_test.go:61: [d84ec442b3587] joining swarm manager [d26834f885e5f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:57:51 [2022-06-04T20:57:51.017Z]     plugin_test.go:64: [d270a3bc6fd16] joining swarm manager [d26834f885e5f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:58:17 [2022-06-04T20:58:17.542Z] --- PASS: TestServicePlugin (30.19s)
20:58:17 [2022-06-04T20:58:17.542Z] === RUN   TestServiceUpdateLabel
20:58:18 [2022-06-04T20:58:18.477Z] --- PASS: TestServiceUpdateLabel (2.19s)
20:58:18 [2022-06-04T20:58:18.477Z] === RUN   TestServiceUpdateSecrets
20:58:33 [2022-06-04T20:58:33.341Z] --- PASS: TestServiceUpdateSecrets (14.67s)
20:58:33 [2022-06-04T20:58:33.341Z] === RUN   TestServiceUpdateConfigs
20:58:48 [2022-06-04T20:58:48.211Z] --- PASS: TestServiceUpdateConfigs (14.77s)
20:58:48 [2022-06-04T20:58:48.211Z] === RUN   TestServiceUpdateNetwork
20:59:00 [2022-06-04T20:59:00.406Z] --- PASS: TestServiceUpdateNetwork (12.46s)
20:59:00 [2022-06-04T20:59:00.406Z] === RUN   TestServiceUpdatePidsLimit
20:59:01 [2022-06-04T20:59:01.781Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
20:59:02 [2022-06-04T20:59:02.347Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
20:59:10 [2022-06-04T20:59:10.450Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
20:59:17 [2022-06-04T20:59:17.004Z] --- PASS: TestServiceUpdatePidsLimit (16.28s)
20:59:17 [2022-06-04T20:59:17.004Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
20:59:17 [2022-06-04T20:59:17.004Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s)
20:59:17 [2022-06-04T20:59:17.004Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s)
20:59:17 [2022-06-04T20:59:17.004Z] PASS
20:59:17 [2022-06-04T20:59:17.004Z] 
20:59:17 [2022-06-04T20:59:17.004Z] === Skipped
20:59:17 [2022-06-04T20:59:17.004Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
20:59:17 [2022-06-04T20:59:17.004Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:59:17 [2022-06-04T20:59:17.004Z] 
20:59:17 [2022-06-04T20:59:17.004Z] DONE 27 tests, 1 skipped in 165.399s
20:59:17 [2022-06-04T20:59:17.004Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
20:59:17 [2022-06-04T20:59:17.004Z] INFO: Testing against a local daemon
20:59:17 [2022-06-04T20:59:17.004Z] === RUN   TestSessionCreate
20:59:17 [2022-06-04T20:59:17.004Z] --- PASS: TestSessionCreate (0.02s)
20:59:17 [2022-06-04T20:59:17.004Z] === RUN   TestSessionCreateWithBadUpgrade
20:59:17 [2022-06-04T20:59:17.004Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
20:59:17 [2022-06-04T20:59:17.004Z] PASS
20:59:17 [2022-06-04T20:59:17.004Z] 
20:59:17 [2022-06-04T20:59:17.004Z] DONE 2 tests in 0.054s
20:59:17 [2022-06-04T20:59:17.004Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
20:59:17 [2022-06-04T20:59:17.004Z] INFO: Testing against a local daemon
20:59:17 [2022-06-04T20:59:17.004Z] === RUN   TestCgroupDriverSystemdMemoryLimit
20:59:17 [2022-06-04T20:59:17.004Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
20:59:17 [2022-06-04T20:59:17.004Z] === RUN   TestDiskUsage
20:59:17 [2022-06-04T20:59:17.004Z] === PAUSE TestDiskUsage
20:59:17 [2022-06-04T20:59:17.004Z] === RUN   TestEventsExecDie
20:59:17 [2022-06-04T20:59:17.263Z] --- PASS: TestEventsExecDie (0.57s)
20:59:17 [2022-06-04T20:59:17.263Z] === RUN   TestEventsBackwardsCompatible
20:59:17 [2022-06-04T20:59:17.520Z] --- PASS: TestEventsBackwardsCompatible (0.07s)
20:59:17 [2022-06-04T20:59:17.520Z] === RUN   TestEventsVolumeCreate
20:59:17 [2022-06-04T20:59:17.520Z] --- PASS: TestEventsVolumeCreate (0.06s)
20:59:17 [2022-06-04T20:59:17.520Z] === RUN   TestInfoBinaryCommits
20:59:17 [2022-06-04T20:59:17.520Z] --- PASS: TestInfoBinaryCommits (0.02s)
20:59:17 [2022-06-04T20:59:17.520Z] === RUN   TestInfoAPIVersioned
20:59:17 [2022-06-04T20:59:17.520Z] --- PASS: TestInfoAPIVersioned (0.01s)
20:59:17 [2022-06-04T20:59:17.520Z] === RUN   TestInfoAPI
20:59:17 [2022-06-04T20:59:17.520Z] --- PASS: TestInfoAPI (0.02s)
20:59:17 [2022-06-04T20:59:17.520Z] === RUN   TestInfoAPIWarnings
20:59:35 [2022-06-04T20:59:35.609Z] --- PASS: TestInfoAPIWarnings (16.55s)
20:59:35 [2022-06-04T20:59:35.609Z] === RUN   TestInfoDebug
20:59:35 [2022-06-04T20:59:35.609Z] --- PASS: TestInfoDebug (0.52s)
20:59:35 [2022-06-04T20:59:35.609Z] === RUN   TestInfoInsecureRegistries
20:59:35 [2022-06-04T20:59:35.609Z] --- PASS: TestInfoInsecureRegistries (0.52s)
20:59:35 [2022-06-04T20:59:35.609Z] === RUN   TestInfoRegistryMirrors
20:59:35 [2022-06-04T20:59:35.609Z] --- PASS: TestInfoRegistryMirrors (0.52s)
20:59:35 [2022-06-04T20:59:35.609Z] === RUN   TestLoginFailsWithBadCredentials
20:59:35 [2022-06-04T20:59:35.881Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s)
20:59:35 [2022-06-04T20:59:35.882Z] === RUN   TestPingCacheHeaders
20:59:35 [2022-06-04T20:59:35.882Z] --- PASS: TestPingCacheHeaders (0.02s)
20:59:35 [2022-06-04T20:59:35.882Z] === RUN   TestPingGet
20:59:35 [2022-06-04T20:59:35.882Z] --- PASS: TestPingGet (0.01s)
20:59:35 [2022-06-04T20:59:35.882Z] === RUN   TestPingHead
20:59:35 [2022-06-04T20:59:35.882Z] --- PASS: TestPingHead (0.01s)
20:59:35 [2022-06-04T20:59:35.882Z] === RUN   TestPingSwarmHeader
20:59:36 [2022-06-04T20:59:36.453Z] === RUN   TestPingSwarmHeader/before_swarm_init
20:59:37 [2022-06-04T20:59:37.025Z] === RUN   TestPingSwarmHeader/after_swarm_init
20:59:37 [2022-06-04T20:59:37.959Z] === RUN   TestPingSwarmHeader/after_swarm_leave
20:59:37 [2022-06-04T20:59:37.959Z] --- PASS: TestPingSwarmHeader (2.11s)
20:59:37 [2022-06-04T20:59:37.959Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
20:59:37 [2022-06-04T20:59:37.959Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
20:59:37 [2022-06-04T20:59:37.959Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
20:59:37 [2022-06-04T20:59:37.959Z] === RUN   TestVersion
20:59:37 [2022-06-04T20:59:37.959Z] --- PASS: TestVersion (0.02s)
20:59:37 [2022-06-04T20:59:37.959Z] === CONT  TestCgroupDriverSystemdMemoryLimit
20:59:37 [2022-06-04T20:59:37.959Z] === CONT  TestDiskUsage
20:59:38 [2022-06-04T20:59:38.524Z] === RUN   TestDiskUsage/empty
20:59:38 [2022-06-04T20:59:38.524Z] === RUN   TestDiskUsage/empty/container_types
20:59:38 [2022-06-04T20:59:38.524Z] === RUN   TestDiskUsage/empty/image_types
20:59:38 [2022-06-04T20:59:38.524Z] === RUN   TestDiskUsage/empty/volume_types
20:59:38 [2022-06-04T20:59:38.524Z] === RUN   TestDiskUsage/empty/build-cache_types
20:59:38 [2022-06-04T20:59:38.524Z] === RUN   TestDiskUsage/empty/container,_volume_types
20:59:38 [2022-06-04T20:59:38.524Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
20:59:38 [2022-06-04T20:59:38.524Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
20:59:38 [2022-06-04T20:59:38.524Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
20:59:38 [2022-06-04T20:59:38.524Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
20:59:38 [2022-06-04T20:59:38.524Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
20:59:38 [2022-06-04T20:59:38.524Z] === RUN   TestDiskUsage/after_LoadBusybox
20:59:38 [2022-06-04T20:59:38.783Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
20:59:38 [2022-06-04T20:59:38.783Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
20:59:38 [2022-06-04T20:59:38.783Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
20:59:38 [2022-06-04T20:59:38.783Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
20:59:38 [2022-06-04T20:59:38.783Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
20:59:38 [2022-06-04T20:59:38.783Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
20:59:38 [2022-06-04T20:59:38.783Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
20:59:38 [2022-06-04T20:59:38.783Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
20:59:38 [2022-06-04T20:59:38.783Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
20:59:38 [2022-06-04T20:59:38.783Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
20:59:38 [2022-06-04T20:59:38.783Z] === RUN   TestDiskUsage/after_container.Run
20:59:39 [2022-06-04T20:59:39.349Z] === RUN   TestDiskUsage/after_container.Run/container_types
20:59:39 [2022-06-04T20:59:39.349Z] === RUN   TestDiskUsage/after_container.Run/image_types
20:59:39 [2022-06-04T20:59:39.349Z] === RUN   TestDiskUsage/after_container.Run/volume_types
20:59:39 [2022-06-04T20:59:39.349Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
20:59:39 [2022-06-04T20:59:39.349Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
20:59:39 [2022-06-04T20:59:39.349Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
20:59:39 [2022-06-04T20:59:39.349Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
20:59:39 [2022-06-04T20:59:39.349Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
20:59:39 [2022-06-04T20:59:39.349Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
20:59:39 [2022-06-04T20:59:39.349Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
20:59:39 [2022-06-04T20:59:39.349Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.51s)
20:59:39 [2022-06-04T20:59:39.349Z] --- PASS: TestDiskUsage (1.55s)
20:59:39 [2022-06-04T20:59:39.349Z]     --- PASS: TestDiskUsage/empty (0.01s)
20:59:39 [2022-06-04T20:59:39.349Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
20:59:39 [2022-06-04T20:59:39.349Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
20:59:39 [2022-06-04T20:59:39.349Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
20:59:39 [2022-06-04T20:59:39.349Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
20:59:39 [2022-06-04T20:59:39.349Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
20:59:39 [2022-06-04T20:59:39.349Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
20:59:39 [2022-06-04T20:59:39.349Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
20:59:39 [2022-06-04T20:59:39.349Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
20:59:39 [2022-06-04T20:59:39.349Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
20:59:39 [2022-06-04T20:59:39.349Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
20:59:39 [2022-06-04T20:59:39.608Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.31s)
20:59:39 [2022-06-04T20:59:39.608Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
20:59:39 [2022-06-04T20:59:39.608Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
20:59:39 [2022-06-04T20:59:39.608Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
20:59:39 [2022-06-04T20:59:39.608Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
20:59:39 [2022-06-04T20:59:39.608Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
20:59:39 [2022-06-04T20:59:39.608Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
20:59:39 [2022-06-04T20:59:39.608Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
20:59:39 [2022-06-04T20:59:39.608Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
20:59:39 [2022-06-04T20:59:39.608Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
20:59:39 [2022-06-04T20:59:39.608Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
20:59:39 [2022-06-04T20:59:39.608Z]     --- PASS: TestDiskUsage/after_container.Run (0.53s)
20:59:39 [2022-06-04T20:59:39.608Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s)
20:59:39 [2022-06-04T20:59:39.608Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.01s)
20:59:39 [2022-06-04T20:59:39.608Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
20:59:39 [2022-06-04T20:59:39.608Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
20:59:39 [2022-06-04T20:59:39.608Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
20:59:39 [2022-06-04T20:59:39.608Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
20:59:39 [2022-06-04T20:59:39.608Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
20:59:39 [2022-06-04T20:59:39.608Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
20:59:39 [2022-06-04T20:59:39.608Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
20:59:39 [2022-06-04T20:59:39.608Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
20:59:39 [2022-06-04T20:59:39.608Z] PASS
20:59:39 [2022-06-04T20:59:39.608Z] 
20:59:39 [2022-06-04T20:59:39.608Z] DONE 54 tests in 22.683s
20:59:39 [2022-06-04T20:59:39.608Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
20:59:39 [2022-06-04T20:59:39.608Z] INFO: Testing against a local daemon
20:59:39 [2022-06-04T20:59:39.608Z] === RUN   TestVolumesCreateAndList
20:59:39 [2022-06-04T20:59:39.608Z] --- PASS: TestVolumesCreateAndList (0.02s)
20:59:39 [2022-06-04T20:59:39.608Z] === RUN   TestVolumesRemove
20:59:39 [2022-06-04T20:59:39.608Z] --- PASS: TestVolumesRemove (0.09s)
20:59:39 [2022-06-04T20:59:39.608Z] === RUN   TestVolumesInspect
20:59:39 [2022-06-04T20:59:39.608Z] --- PASS: TestVolumesInspect (0.02s)
20:59:39 [2022-06-04T20:59:39.608Z] === RUN   TestVolumesInvalidJSON
20:59:39 [2022-06-04T20:59:39.608Z] === RUN   TestVolumesInvalidJSON/volumes/create
20:59:39 [2022-06-04T20:59:39.608Z] === PAUSE TestVolumesInvalidJSON/volumes/create
20:59:39 [2022-06-04T20:59:39.608Z] === CONT  TestVolumesInvalidJSON/volumes/create
20:59:39 [2022-06-04T20:59:39.608Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
20:59:39 [2022-06-04T20:59:39.608Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
20:59:39 [2022-06-04T20:59:39.608Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
20:59:39 [2022-06-04T20:59:39.608Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
20:59:39 [2022-06-04T20:59:39.608Z] --- PASS: TestVolumesInvalidJSON (0.01s)
20:59:39 [2022-06-04T20:59:39.608Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
20:59:39 [2022-06-04T20:59:39.608Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
20:59:39 [2022-06-04T20:59:39.608Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
20:59:39 [2022-06-04T20:59:39.608Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
20:59:39 [2022-06-04T20:59:39.608Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
20:59:39 [2022-06-04T20:59:39.608Z] PASS
20:59:39 [2022-06-04T20:59:39.608Z] 
20:59:39 [2022-06-04T20:59:39.608Z] DONE 9 tests in 0.157s
20:59:39 [2022-06-04T20:59:39.608Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:59:40 [2022-06-04T20:59:40.176Z] Stopping apparmor (via systemctl): apparmor.service.
20:59:40 [2022-06-04T20:59:40.176Z] Removing test suite binaries
20:59:40 [2022-06-04T20:59:40.176Z] exiting test-integration
20:59:40 [2022-06-04T20:59:40.176Z] ++ exit 0
20:59:40 [2022-06-04T20:59:40.176Z]