Skip to content

Console Output

12:13:47 [2022-05-02T12:13:47.680Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43552/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=789223f2dc6f92553311f22523bb53abf7936039 -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:789223f2dc6f92553311f22523bb53abf7936039 hack/make.sh dynbinary test-integration
12:13:48 [2022-05-02T12:13:48.253Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
12:13:48 [2022-05-02T12:13:48.253Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
12:13:48 [2022-05-02T12:13:48.253Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
12:13:48 [2022-05-02T12:13:48.253Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
12:13:48 [2022-05-02T12:13:48.253Z] 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)
12:13:48 [2022-05-02T12:13:48.253Z] Detected virtualization docker.
12:13:48 [2022-05-02T12:13:48.253Z] Detected architecture x86-64.
12:13:48 [2022-05-02T12:13:48.253Z] Set hostname to <02f757113b49>.
12:13:48 [2022-05-02T12:13:48.253Z] modprobe@configfs.service: Succeeded.
12:13:48 [2022-05-02T12:13:48.253Z] modprobe@drm.service: Succeeded.
12:13:48 [2022-05-02T12:13:48.253Z] modprobe@fuse.service: Succeeded.
12:13:48 [2022-05-02T12:13:48.253Z] + source /etc/docker-entrypoint-cmd
12:13:48 [2022-05-02T12:13:48.253Z] ++ hack/make.sh dynbinary test-integration
12:13:48 [2022-05-02T12:13:48.253Z] 
12:13:48 [2022-05-02T12:13:48.511Z] Removing bundles/
12:13:48 [2022-05-02T12:13:48.511Z] 
12:13:48 [2022-05-02T12:13:48.511Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
12:13:48 [2022-05-02T12:13:48.511Z] Building: bundles/dynbinary-daemon/dockerd-dev
12:13:48 [2022-05-02T12:13:48.511Z] GOOS="" GOARCH="" GOARM=""
12:15:54 [2022-05-02T12:15:54.972Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
12:15:54 [2022-05-02T12:15:54.972Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
12:15:54 [2022-05-02T12:15:54.972Z] GOOS="" GOARCH="" GOARM=""
12:15:54 [2022-05-02T12:15:54.972Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
12:15:54 [2022-05-02T12:15:54.972Z] 
12:15:54 [2022-05-02T12:15:54.972Z] ---> Making bundle: test-integration (in bundles/test-integration)
12:15:54 [2022-05-02T12:15:54.972Z] DOCKER_SYSTEMD=1
12:15:54 [2022-05-02T12:15:54.972Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
12:15:54 [2022-05-02T12:15:54.972Z] HOSTNAME=02f757113b49
12:15:54 [2022-05-02T12:15:54.972Z] DEST=bundles/test-integration
12:15:54 [2022-05-02T12:15:54.972Z] PWD=/go/src/github.com/docker/docker
12:15:54 [2022-05-02T12:15:54.972Z] DOCKER_GITCOMMIT=789223f2dc6f92553311f22523bb53abf7936039
12:15:54 [2022-05-02T12:15:54.972Z] container=docker
12:15:54 [2022-05-02T12:15:54.972Z] HOME=/root
12:15:54 [2022-05-02T12:15:54.972Z] LANG=C.UTF-8
12:15:54 [2022-05-02T12:15:54.972Z] INVOCATION_ID=956334620d2b45959f802d9499d6857a
12:15:54 [2022-05-02T12:15:54.972Z] GOLANG_VERSION=1.18.1
12:15:54 [2022-05-02T12:15:54.972Z] VALIDATE_REPO=https://github.com/moby/moby.git
12:15:54 [2022-05-02T12:15:54.972Z] VALIDATE_BRANCH=master
12:15:54 [2022-05-02T12:15:54.972Z] TERM=xterm
12:15:54 [2022-05-02T12:15:54.972Z] DOCKER_PKG=github.com/docker/docker
12:15:54 [2022-05-02T12:15:54.972Z] SHLVL=3
12:15:54 [2022-05-02T12:15:54.972Z] TIMEOUT=120m
12:15:54 [2022-05-02T12:15:54.972Z] DOCKER_BUILDTAGS=apparmor seccomp journald
12:15:54 [2022-05-02T12:15:54.972Z] DOCKER_GRAPHDRIVER=overlay2
12:15:54 [2022-05-02T12:15:54.972Z] GO111MODULE=off
12:15:54 [2022-05-02T12:15:54.972Z] DOCKER_EXPERIMENTAL=1
12:15:54 [2022-05-02T12:15:54.972Z] TEST_SKIP_INTEGRATION_CLI=1
12:15:54 [2022-05-02T12:15:54.972Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
12:15:54 [2022-05-02T12:15:54.972Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
12:15:54 [2022-05-02T12:15:54.972Z] GOPATH=/go
12:15:54 [2022-05-02T12:15:54.972Z] PKG_CONFIG=pkg-config
12:15:54 [2022-05-02T12:15:54.972Z] _=/usr/bin/env
12:15:54 [2022-05-02T12:15:54.972Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
12:16:41 [2022-05-02T12:16:41.633Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
12:16:41 [2022-05-02T12:16:41.633Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
12:17:03 [2022-05-02T12:17:03.556Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
12:17:13 [2022-05-02T12:17:13.526Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
12:17:21 [2022-05-02T12:17:21.729Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
12:17:22 [2022-05-02T12:17:22.663Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
12:17:23 [2022-05-02T12:17:23.596Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
12:17:24 [2022-05-02T12:17:24.163Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
12:17:24 [2022-05-02T12:17:24.421Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
12:17:25 [2022-05-02T12:17:25.357Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
12:17:27 [2022-05-02T12:17:27.888Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
12:17:28 [2022-05-02T12:17:28.823Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
12:17:29 [2022-05-02T12:17:29.758Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
12:17:30 [2022-05-02T12:17:30.325Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
12:17:31 [2022-05-02T12:17:31.259Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
12:17:31 [2022-05-02T12:17:31.825Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
12:17:33 [2022-05-02T12:17:33.201Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
12:17:33 [2022-05-02T12:17:33.768Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
12:17:34 [2022-05-02T12:17:34.704Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
12:17:35 [2022-05-02T12:17:35.637Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
12:17:35 [2022-05-02T12:17:35.637Z] Using test binary docker
12:17:35 [2022-05-02T12:17:35.637Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
12:17:35 [2022-05-02T12:17:35.637Z] Starting apparmor (via systemctl): apparmor.service.
12:17:35 [2022-05-02T12:17:35.637Z] Starting dockerd
12:17:35 [2022-05-02T12:17:35.637Z] INFO: Waiting for daemon to start...
12:17:37 [2022-05-02T12:17:37.534Z] .
12:17:37 [2022-05-02T12:17:37.534Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
12:17:37 [2022-05-02T12:17:37.792Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
12:17:37 [2022-05-02T12:17:37.792Z] Error: No such image: emptyfs
12:17:37 [2022-05-02T12:17:37.792Z] Running integration-test (iteration 1)
12:17:37 [2022-05-02T12:17:37.792Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
12:17:38 [2022-05-02T12:17:38.050Z] Loaded image: busybox:latest
12:17:38 [2022-05-02T12:17:38.308Z] Loaded image: busybox:glibc
12:17:39 [2022-05-02T12:17:39.682Z] Loaded image: debian:bullseye-slim
12:17:39 [2022-05-02T12:17:39.682Z] Loaded image: hello-world:latest
12:17:39 [2022-05-02T12:17:39.682Z] Loaded image: arm32v7/hello-world:latest
12:17:39 [2022-05-02T12:17:39.682Z] INFO: Testing against a local daemon
12:17:39 [2022-05-02T12:17:39.682Z] === RUN   TestCgroupNamespacesBuild
12:17:41 [2022-05-02T12:17:41.055Z] --- PASS: TestCgroupNamespacesBuild (1.26s)
12:17:41 [2022-05-02T12:17:41.055Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
12:17:42 [2022-05-02T12:17:42.446Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.20s)
12:17:42 [2022-05-02T12:17:42.446Z] === RUN   TestBuildWithSession
12:17:42 [2022-05-02T12:17:42.446Z]     build_session_test.go:25: TODO: BuildKit
12:17:42 [2022-05-02T12:17:42.446Z] --- SKIP: TestBuildWithSession (0.00s)
12:17:42 [2022-05-02T12:17:42.446Z] === RUN   TestBuildSquashParent
12:17:46 [2022-05-02T12:17:46.627Z] --- PASS: TestBuildSquashParent (4.20s)
12:17:46 [2022-05-02T12:17:46.627Z] === RUN   TestBuildWithRemoveAndForceRemove
12:17:46 [2022-05-02T12:17:46.627Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
12:17:46 [2022-05-02T12:17:46.627Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
12:17:46 [2022-05-02T12:17:46.627Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
12:17:46 [2022-05-02T12:17:46.627Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
12:17:46 [2022-05-02T12:17:46.627Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
12:17:46 [2022-05-02T12:17:46.627Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
12:17:46 [2022-05-02T12:17:46.627Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
12:17:46 [2022-05-02T12:17:46.627Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
12:17:46 [2022-05-02T12:17:46.627Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
12:17:46 [2022-05-02T12:17:46.627Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
12:17:46 [2022-05-02T12:17:46.627Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
12:17:46 [2022-05-02T12:17:46.627Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
12:17:46 [2022-05-02T12:17:46.627Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
12:17:46 [2022-05-02T12:17:46.627Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
12:17:48 [2022-05-02T12:17:48.000Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
12:17:48 [2022-05-02T12:17:48.258Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
12:17:49 [2022-05-02T12:17:49.631Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
12:17:49 [2022-05-02T12:17:49.631Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
12:17:51 [2022-05-02T12:17:51.530Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
12:17:51 [2022-05-02T12:17:51.530Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.41s)
12:17:51 [2022-05-02T12:17:51.530Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.84s)
12:17:51 [2022-05-02T12:17:51.530Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.53s)
12:17:51 [2022-05-02T12:17:51.530Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.44s)
12:17:51 [2022-05-02T12:17:51.530Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.52s)
12:17:51 [2022-05-02T12:17:51.530Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.50s)
12:17:51 [2022-05-02T12:17:51.530Z] === RUN   TestBuildMultiStageCopy
12:17:51 [2022-05-02T12:17:51.530Z] === RUN   TestBuildMultiStageCopy/copy_to_root
12:17:52 [2022-05-02T12:17:52.902Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
12:17:52 [2022-05-02T12:17:52.902Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
12:17:53 [2022-05-02T12:17:53.160Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
12:17:53 [2022-05-02T12:17:53.418Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
12:17:53 [2022-05-02T12:17:53.676Z] --- PASS: TestBuildMultiStageCopy (2.38s)
12:17:53 [2022-05-02T12:17:53.676Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.50s)
12:17:53 [2022-05-02T12:17:53.676Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.22s)
12:17:53 [2022-05-02T12:17:53.676Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s)
12:17:53 [2022-05-02T12:17:53.676Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s)
12:17:53 [2022-05-02T12:17:53.676Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s)
12:17:53 [2022-05-02T12:17:53.676Z] === RUN   TestBuildMultiStageParentConfig
12:17:54 [2022-05-02T12:17:54.241Z] --- PASS: TestBuildMultiStageParentConfig (0.64s)
12:17:54 [2022-05-02T12:17:54.241Z] === RUN   TestBuildLabelWithTargets
12:17:55 [2022-05-02T12:17:55.175Z] --- PASS: TestBuildLabelWithTargets (0.97s)
12:17:55 [2022-05-02T12:17:55.175Z] === RUN   TestBuildWithEmptyLayers
12:17:55 [2022-05-02T12:17:55.742Z] --- PASS: TestBuildWithEmptyLayers (0.45s)
12:17:55 [2022-05-02T12:17:55.742Z] === RUN   TestBuildMultiStageOnBuild
12:17:57 [2022-05-02T12:17:57.642Z] --- PASS: TestBuildMultiStageOnBuild (1.71s)
12:17:57 [2022-05-02T12:17:57.642Z] === RUN   TestBuildUncleanTarFilenames
12:17:57 [2022-05-02T12:17:57.900Z] --- PASS: TestBuildUncleanTarFilenames (0.60s)
12:17:57 [2022-05-02T12:17:57.900Z] === RUN   TestBuildMultiStageLayerLeak
12:17:59 [2022-05-02T12:17:59.799Z] --- PASS: TestBuildMultiStageLayerLeak (1.76s)
12:17:59 [2022-05-02T12:17:59.799Z] === RUN   TestBuildWithHugeFile
12:18:56 [2022-05-02T12:18:56.026Z] --- PASS: TestBuildWithHugeFile (48.50s)
12:18:56 [2022-05-02T12:18:56.026Z] === RUN   TestBuildWCOWSandboxSize
12:18:56 [2022-05-02T12:18:56.026Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
12:18:56 [2022-05-02T12:18:56.026Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
12:18:56 [2022-05-02T12:18:56.026Z] === RUN   TestBuildWithEmptyDockerfile
12:18:56 [2022-05-02T12:18:56.026Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
12:18:56 [2022-05-02T12:18:56.026Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
12:18:56 [2022-05-02T12:18:56.026Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
12:18:56 [2022-05-02T12:18:56.026Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
12:18:56 [2022-05-02T12:18:56.026Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
12:18:56 [2022-05-02T12:18:56.026Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
12:18:56 [2022-05-02T12:18:56.026Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
12:18:56 [2022-05-02T12:18:56.026Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
12:18:56 [2022-05-02T12:18:56.026Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
12:18:56 [2022-05-02T12:18:56.026Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
12:18:56 [2022-05-02T12:18:56.026Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s)
12:18:56 [2022-05-02T12:18:56.026Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s)
12:18:56 [2022-05-02T12:18:56.026Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
12:18:56 [2022-05-02T12:18:56.026Z] === RUN   TestBuildPreserveOwnership
12:18:56 [2022-05-02T12:18:56.026Z] === RUN   TestBuildPreserveOwnership/copy_from
12:18:56 [2022-05-02T12:18:56.026Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
12:18:56 [2022-05-02T12:18:56.026Z] --- PASS: TestBuildPreserveOwnership (3.50s)
12:18:56 [2022-05-02T12:18:56.026Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.37s)
12:18:56 [2022-05-02T12:18:56.026Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.13s)
12:18:56 [2022-05-02T12:18:56.026Z] === RUN   TestBuildPlatformInvalid
12:18:56 [2022-05-02T12:18:56.026Z] --- PASS: TestBuildPlatformInvalid (0.08s)
12:18:56 [2022-05-02T12:18:56.026Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
12:18:56 [2022-05-02T12:18:56.026Z] Loaded image: busybox:latest
12:18:56 [2022-05-02T12:18:56.026Z] Loaded image: busybox:glibc
12:18:56 [2022-05-02T12:18:56.026Z] Loaded image: debian:bullseye-slim
12:18:56 [2022-05-02T12:18:56.026Z] Loaded image: hello-world:latest
12:18:56 [2022-05-02T12:18:56.026Z] Loaded image: arm32v7/hello-world:latest
12:19:02 [2022-05-02T12:19:02.582Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.67s)
12:19:02 [2022-05-02T12:19:02.582Z] PASS
12:19:02 [2022-05-02T12:19:02.582Z] 
12:19:02 [2022-05-02T12:19:02.582Z] === Skipped
12:19:02 [2022-05-02T12:19:02.582Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
12:19:02 [2022-05-02T12:19:02.582Z]     build_session_test.go:25: TODO: BuildKit
12:19:02 [2022-05-02T12:19:02.582Z] 
12:19:02 [2022-05-02T12:19:02.582Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
12:19:02 [2022-05-02T12:19:02.582Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
12:19:02 [2022-05-02T12:19:02.582Z] 
12:19:02 [2022-05-02T12:19:02.582Z] DONE 34 tests, 2 skipped in 84.809s
12:19:02 [2022-05-02T12:19:02.582Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
12:19:02 [2022-05-02T12:19:02.582Z] INFO: Testing against a local daemon
12:19:02 [2022-05-02T12:19:02.582Z] === RUN   TestConfigInspect
12:19:05 [2022-05-02T12:19:05.108Z] --- PASS: TestConfigInspect (2.25s)
12:19:05 [2022-05-02T12:19:05.108Z] === RUN   TestConfigList
12:19:07 [2022-05-02T12:19:07.634Z] --- PASS: TestConfigList (2.25s)
12:19:07 [2022-05-02T12:19:07.634Z] === RUN   TestConfigsCreateAndDelete
12:19:09 [2022-05-02T12:19:09.533Z] --- PASS: TestConfigsCreateAndDelete (2.16s)
12:19:09 [2022-05-02T12:19:09.533Z] === RUN   TestConfigsUpdate
12:19:11 [2022-05-02T12:19:11.432Z] --- PASS: TestConfigsUpdate (2.14s)
12:19:11 [2022-05-02T12:19:11.432Z] === RUN   TestTemplatedConfig
12:19:14 [2022-05-02T12:19:14.710Z] --- PASS: TestTemplatedConfig (2.61s)
12:19:14 [2022-05-02T12:19:14.710Z] === RUN   TestConfigCreateResolve
12:19:16 [2022-05-02T12:19:16.608Z] --- PASS: TestConfigCreateResolve (2.14s)
12:19:16 [2022-05-02T12:19:16.608Z] PASS
12:19:16 [2022-05-02T12:19:16.608Z] 
12:19:16 [2022-05-02T12:19:16.608Z] DONE 6 tests in 13.582s
12:19:16 [2022-05-02T12:19:16.608Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
12:19:16 [2022-05-02T12:19:16.608Z] INFO: Testing against a local daemon
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestCheckpoint
12:19:16 [2022-05-02T12:19:16.608Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
12:19:16 [2022-05-02T12:19:16.608Z] --- SKIP: TestCheckpoint (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/commit
12:19:16 [2022-05-02T12:19:16.608Z] === PAUSE TestContainerInvalidJSON/commit
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/containers/create
12:19:16 [2022-05-02T12:19:16.608Z] === PAUSE TestContainerInvalidJSON/containers/create
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
12:19:16 [2022-05-02T12:19:16.608Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
12:19:16 [2022-05-02T12:19:16.608Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
12:19:16 [2022-05-02T12:19:16.608Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
12:19:16 [2022-05-02T12:19:16.608Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
12:19:16 [2022-05-02T12:19:16.608Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
12:19:16 [2022-05-02T12:19:16.608Z] === CONT  TestContainerInvalidJSON/commit
12:19:16 [2022-05-02T12:19:16.608Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/commit/empty_body
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
12:19:16 [2022-05-02T12:19:16.608Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
12:19:16 [2022-05-02T12:19:16.608Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
12:19:16 [2022-05-02T12:19:16.608Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
12:19:16 [2022-05-02T12:19:16.608Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
12:19:16 [2022-05-02T12:19:16.608Z] === CONT  TestContainerInvalidJSON/containers/create
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
12:19:16 [2022-05-02T12:19:16.608Z] --- PASS: TestContainerInvalidJSON (0.01s)
12:19:16 [2022-05-02T12:19:16.608Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestCopyFromContainerPathDoesNotExist
12:19:16 [2022-05-02T12:19:16.608Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestCopyFromContainerPathIsNotDir
12:19:16 [2022-05-02T12:19:16.608Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestCopyToContainerPathDoesNotExist
12:19:16 [2022-05-02T12:19:16.608Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestCopyEmptyFile
12:19:16 [2022-05-02T12:19:16.608Z] --- PASS: TestCopyEmptyFile (0.22s)
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestCopyToContainerPathIsNotDir
12:19:16 [2022-05-02T12:19:16.608Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
12:19:16 [2022-05-02T12:19:16.608Z] === RUN   TestCopyFromContainer
12:19:17 [2022-05-02T12:19:17.982Z] === RUN   TestCopyFromContainer//
12:19:17 [2022-05-02T12:19:17.982Z] === RUN   TestCopyFromContainer//bar/root
12:19:17 [2022-05-02T12:19:17.982Z] === RUN   TestCopyFromContainer//bar/root/
12:19:17 [2022-05-02T12:19:17.982Z] === RUN   TestCopyFromContainer/bar/quux
12:19:17 [2022-05-02T12:19:17.982Z] === RUN   TestCopyFromContainer/bar/quux/
12:19:17 [2022-05-02T12:19:17.982Z] === RUN   TestCopyFromContainer/bar/quux/baz
12:19:18 [2022-05-02T12:19:18.239Z] === RUN   TestCopyFromContainer/bar/filesymlink
12:19:18 [2022-05-02T12:19:18.239Z] === RUN   TestCopyFromContainer/bar/dirsymlink
12:19:18 [2022-05-02T12:19:18.239Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
12:19:18 [2022-05-02T12:19:18.239Z] === RUN   TestCopyFromContainer/bar/notarget
12:19:18 [2022-05-02T12:19:18.497Z] --- PASS: TestCopyFromContainer (1.71s)
12:19:18 [2022-05-02T12:19:18.497Z]     --- PASS: TestCopyFromContainer// (0.06s)
12:19:18 [2022-05-02T12:19:18.497Z]     --- PASS: TestCopyFromContainer//bar/root (0.08s)
12:19:18 [2022-05-02T12:19:18.497Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
12:19:18 [2022-05-02T12:19:18.497Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
12:19:18 [2022-05-02T12:19:18.497Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
12:19:18 [2022-05-02T12:19:18.497Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
12:19:18 [2022-05-02T12:19:18.497Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
12:19:18 [2022-05-02T12:19:18.497Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
12:19:18 [2022-05-02T12:19:18.497Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
12:19:18 [2022-05-02T12:19:18.497Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
12:19:18 [2022-05-02T12:19:18.497Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
12:19:18 [2022-05-02T12:19:18.497Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
12:19:18 [2022-05-02T12:19:18.497Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
12:19:18 [2022-05-02T12:19:18.497Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
12:19:18 [2022-05-02T12:19:18.497Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
12:19:18 [2022-05-02T12:19:18.497Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
12:19:18 [2022-05-02T12:19:18.497Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
12:19:18 [2022-05-02T12:19:18.497Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
12:19:18 [2022-05-02T12:19:18.497Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
12:19:18 [2022-05-02T12:19:18.497Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
12:19:18 [2022-05-02T12:19:18.497Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
12:19:18 [2022-05-02T12:19:18.497Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
12:19:18 [2022-05-02T12:19:18.497Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
12:19:18 [2022-05-02T12:19:18.497Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
12:19:18 [2022-05-02T12:19:18.497Z] === RUN   TestCreateLinkToNonExistingContainer
12:19:18 [2022-05-02T12:19:18.497Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
12:19:18 [2022-05-02T12:19:18.497Z] === RUN   TestCreateWithInvalidEnv
12:19:18 [2022-05-02T12:19:18.497Z] === RUN   TestCreateWithInvalidEnv/0
12:19:18 [2022-05-02T12:19:18.497Z] === PAUSE TestCreateWithInvalidEnv/0
12:19:18 [2022-05-02T12:19:18.497Z] === RUN   TestCreateWithInvalidEnv/1
12:19:18 [2022-05-02T12:19:18.497Z] === PAUSE TestCreateWithInvalidEnv/1
12:19:18 [2022-05-02T12:19:18.497Z] === RUN   TestCreateWithInvalidEnv/2
12:19:18 [2022-05-02T12:19:18.497Z] === PAUSE TestCreateWithInvalidEnv/2
12:19:18 [2022-05-02T12:19:18.497Z] === CONT  TestCreateWithInvalidEnv/0
12:19:18 [2022-05-02T12:19:18.497Z] === CONT  TestCreateWithInvalidEnv/2
12:19:18 [2022-05-02T12:19:18.497Z] === CONT  TestCreateWithInvalidEnv/1
12:19:18 [2022-05-02T12:19:18.497Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
12:19:18 [2022-05-02T12:19:18.497Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
12:19:18 [2022-05-02T12:19:18.497Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
12:19:18 [2022-05-02T12:19:18.497Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
12:19:18 [2022-05-02T12:19:18.497Z] === RUN   TestCreateTmpfsMountsTarget
12:19:18 [2022-05-02T12:19:18.497Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
12:19:18 [2022-05-02T12:19:18.497Z] === RUN   TestCreateWithCustomMaskedPaths
12:19:20 [2022-05-02T12:19:20.398Z] --- PASS: TestCreateWithCustomMaskedPaths (1.58s)
12:19:20 [2022-05-02T12:19:20.398Z] === RUN   TestCreateWithCustomReadonlyPaths
12:19:21 [2022-05-02T12:19:21.772Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.63s)
12:19:21 [2022-05-02T12:19:21.772Z] === RUN   TestCreateWithInvalidHealthcheckParams
12:19:21 [2022-05-02T12:19:21.772Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
12:19:21 [2022-05-02T12:19:21.772Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
12:19:21 [2022-05-02T12:19:21.772Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
12:19:21 [2022-05-02T12:19:21.772Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
12:19:21 [2022-05-02T12:19:21.772Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
12:19:21 [2022-05-02T12:19:21.772Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
12:19:21 [2022-05-02T12:19:21.772Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
12:19:21 [2022-05-02T12:19:21.772Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
12:19:21 [2022-05-02T12:19:21.772Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
12:19:21 [2022-05-02T12:19:21.772Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
12:19:21 [2022-05-02T12:19:21.772Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
12:19:21 [2022-05-02T12:19:21.772Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
12:19:21 [2022-05-02T12:19:21.772Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
12:19:21 [2022-05-02T12:19:21.772Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
12:19:21 [2022-05-02T12:19:21.772Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
12:19:21 [2022-05-02T12:19:21.772Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
12:19:21 [2022-05-02T12:19:21.772Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
12:19:21 [2022-05-02T12:19:21.772Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
12:19:21 [2022-05-02T12:19:21.772Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
12:19:21 [2022-05-02T12:19:21.772Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
12:19:21 [2022-05-02T12:19:21.772Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
12:19:21 [2022-05-02T12:19:21.772Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
12:19:22 [2022-05-02T12:19:22.337Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.54s)
12:19:22 [2022-05-02T12:19:22.337Z] === RUN   TestCreateDifferentPlatform
12:19:22 [2022-05-02T12:19:22.337Z] === RUN   TestCreateDifferentPlatform/different_os
12:19:22 [2022-05-02T12:19:22.337Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
12:19:22 [2022-05-02T12:19:22.337Z] --- PASS: TestCreateDifferentPlatform (0.01s)
12:19:22 [2022-05-02T12:19:22.337Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
12:19:22 [2022-05-02T12:19:22.337Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
12:19:22 [2022-05-02T12:19:22.337Z] === RUN   TestCreateVolumesFromNonExistingContainer
12:19:22 [2022-05-02T12:19:22.337Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
12:19:22 [2022-05-02T12:19:22.337Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
12:19:22 [2022-05-02T12:19:22.337Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
12:19:22 [2022-05-02T12:19:22.337Z] === RUN   TestContainerStartOnDaemonRestart
12:19:22 [2022-05-02T12:19:22.337Z] === PAUSE TestContainerStartOnDaemonRestart
12:19:22 [2022-05-02T12:19:22.337Z] === RUN   TestDaemonRestartIpcMode
12:19:22 [2022-05-02T12:19:22.337Z] === PAUSE TestDaemonRestartIpcMode
12:19:22 [2022-05-02T12:19:22.337Z] === RUN   TestDaemonHostGatewayIP
12:19:22 [2022-05-02T12:19:22.337Z] === PAUSE TestDaemonHostGatewayIP
12:19:22 [2022-05-02T12:19:22.337Z] === RUN   TestRestartDaemonWithRestartingContainer
12:19:22 [2022-05-02T12:19:22.337Z] === PAUSE TestRestartDaemonWithRestartingContainer
12:19:22 [2022-05-02T12:19:22.337Z] === RUN   TestContainerKillOnDaemonStart
12:19:22 [2022-05-02T12:19:22.337Z] === PAUSE TestContainerKillOnDaemonStart
12:19:22 [2022-05-02T12:19:22.337Z] === RUN   TestDiff
12:19:22 [2022-05-02T12:19:22.902Z] --- PASS: TestDiff (0.60s)
12:19:22 [2022-05-02T12:19:22.902Z] === RUN   TestExecWithCloseStdin
12:19:23 [2022-05-02T12:19:23.854Z] --- PASS: TestExecWithCloseStdin (0.64s)
12:19:23 [2022-05-02T12:19:23.854Z] === RUN   TestExec
12:19:24 [2022-05-02T12:19:24.418Z] --- PASS: TestExec (0.65s)
12:19:24 [2022-05-02T12:19:24.418Z] === RUN   TestExecUser
12:19:24 [2022-05-02T12:19:24.983Z] --- PASS: TestExecUser (0.62s)
12:19:24 [2022-05-02T12:19:24.984Z] === RUN   TestExportContainerAndImportImage
12:19:25 [2022-05-02T12:19:25.550Z] --- PASS: TestExportContainerAndImportImage (0.62s)
12:19:25 [2022-05-02T12:19:25.550Z] === RUN   TestExportContainerAfterDaemonRestart
12:19:26 [2022-05-02T12:19:26.922Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s)
12:19:26 [2022-05-02T12:19:26.922Z] === RUN   TestHealthCheckWorkdir
12:19:27 [2022-05-02T12:19:27.487Z] --- PASS: TestHealthCheckWorkdir (0.70s)
12:19:27 [2022-05-02T12:19:27.487Z] === RUN   TestHealthKillContainer
12:19:35 [2022-05-02T12:19:35.588Z] --- PASS: TestHealthKillContainer (8.18s)
12:19:35 [2022-05-02T12:19:35.588Z] === RUN   TestInspectCpusetInConfigPre120
12:19:36 [2022-05-02T12:19:36.153Z] --- PASS: TestInspectCpusetInConfigPre120 (0.51s)
12:19:36 [2022-05-02T12:19:36.153Z] === RUN   TestIpcModeNone
12:19:36 [2022-05-02T12:19:36.720Z] --- PASS: TestIpcModeNone (0.60s)
12:19:36 [2022-05-02T12:19:36.720Z] === RUN   TestIpcModePrivate
12:19:37 [2022-05-02T12:19:37.287Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false
12:19:37 [2022-05-02T12:19:37.547Z] --- PASS: TestIpcModePrivate (0.64s)
12:19:37 [2022-05-02T12:19:37.547Z] === RUN   TestIpcModeShareable
12:19:37 [2022-05-02T12:19:37.805Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:55, shared: true, mustBeShared: true
12:19:38 [2022-05-02T12:19:38.063Z] --- PASS: TestIpcModeShareable (0.63s)
12:19:38 [2022-05-02T12:19:38.063Z] === RUN   TestAPIIpcModeShareableAndContainer
12:19:39 [2022-05-02T12:19:39.965Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.74s)
12:19:39 [2022-05-02T12:19:39.965Z] === RUN   TestAPIIpcModeHost
12:19:40 [2022-05-02T12:19:40.223Z] --- PASS: TestAPIIpcModeHost (0.40s)
12:19:40 [2022-05-02T12:19:40.223Z] === RUN   TestDaemonIpcModeShareable
12:19:41 [2022-05-02T12:19:41.157Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
12:19:41 [2022-05-02T12:19:41.414Z] --- PASS: TestDaemonIpcModeShareable (1.19s)
12:19:41 [2022-05-02T12:19:41.414Z] === RUN   TestDaemonIpcModePrivate
12:19:42 [2022-05-02T12:19:42.347Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false
12:19:42 [2022-05-02T12:19:42.606Z] --- PASS: TestDaemonIpcModePrivate (1.19s)
12:19:42 [2022-05-02T12:19:42.606Z] === RUN   TestDaemonIpcModePrivateFromConfig
12:19:43 [2022-05-02T12:19:43.539Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false
12:19:43 [2022-05-02T12:19:43.797Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.19s)
12:19:43 [2022-05-02T12:19:43.797Z] === RUN   TestDaemonIpcModeShareableFromConfig
12:19:44 [2022-05-02T12:19:44.730Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
12:19:44 [2022-05-02T12:19:44.988Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.17s)
12:19:44 [2022-05-02T12:19:44.988Z] === RUN   TestIpcModeOlderClient
12:19:44 [2022-05-02T12:19:44.988Z] === PAUSE TestIpcModeOlderClient
12:19:44 [2022-05-02T12:19:44.988Z] === RUN   TestKillContainerInvalidSignal
12:19:45 [2022-05-02T12:19:45.554Z] --- PASS: TestKillContainerInvalidSignal (0.44s)
12:19:45 [2022-05-02T12:19:45.554Z] === RUN   TestKillContainer
12:19:45 [2022-05-02T12:19:45.554Z] === RUN   TestKillContainer/no_signal
12:19:45 [2022-05-02T12:19:45.812Z] === RUN   TestKillContainer/non_killing_signal
12:19:46 [2022-05-02T12:19:46.071Z] === RUN   TestKillContainer/killing_signal
12:19:46 [2022-05-02T12:19:46.637Z] --- PASS: TestKillContainer (1.32s)
12:19:46 [2022-05-02T12:19:46.637Z]     --- PASS: TestKillContainer/no_signal (0.44s)
12:19:46 [2022-05-02T12:19:46.637Z]     --- PASS: TestKillContainer/non_killing_signal (0.29s)
12:19:46 [2022-05-02T12:19:46.637Z]     --- PASS: TestKillContainer/killing_signal (0.43s)
12:19:46 [2022-05-02T12:19:46.637Z] === RUN   TestKillWithStopSignalAndRestartPolicies
12:19:46 [2022-05-02T12:19:46.637Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
12:19:47 [2022-05-02T12:19:47.202Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
12:19:48 [2022-05-02T12:19:48.155Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.26s)
12:19:48 [2022-05-02T12:19:48.155Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.44s)
12:19:48 [2022-05-02T12:19:48.155Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.67s)
12:19:48 [2022-05-02T12:19:48.155Z] === RUN   TestKillStoppedContainer
12:19:48 [2022-05-02T12:19:48.155Z] --- PASS: TestKillStoppedContainer (0.04s)
12:19:48 [2022-05-02T12:19:48.155Z] === RUN   TestKillStoppedContainerAPIPre120
12:19:48 [2022-05-02T12:19:48.155Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
12:19:48 [2022-05-02T12:19:48.155Z] === RUN   TestKillDifferentUserContainer
12:19:48 [2022-05-02T12:19:48.418Z] --- PASS: TestKillDifferentUserContainer (0.44s)
12:19:48 [2022-05-02T12:19:48.418Z] === RUN   TestInspectOomKilledTrue
12:19:48 [2022-05-02T12:19:48.418Z]     kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
12:19:48 [2022-05-02T12:19:48.418Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
12:19:48 [2022-05-02T12:19:48.418Z] === RUN   TestInspectOomKilledFalse
12:19:48 [2022-05-02T12:19:48.418Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
12:19:48 [2022-05-02T12:19:48.418Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
12:19:48 [2022-05-02T12:19:48.418Z] === RUN   TestLinksEtcHostsContentMatch
12:19:48 [2022-05-02T12:19:48.983Z] --- PASS: TestLinksEtcHostsContentMatch (0.47s)
12:19:48 [2022-05-02T12:19:48.983Z] === RUN   TestLinksContainerNames
12:19:49 [2022-05-02T12:19:49.916Z] --- PASS: TestLinksContainerNames (0.82s)
12:19:49 [2022-05-02T12:19:49.916Z] === RUN   TestLogsFollowTailEmpty
12:19:50 [2022-05-02T12:19:50.173Z] --- PASS: TestLogsFollowTailEmpty (0.45s)
12:19:50 [2022-05-02T12:19:50.174Z] === RUN   TestContainerNetworkMountsNoChown
12:19:50 [2022-05-02T12:19:50.740Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s)
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/default
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/default
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/private
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/private
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/rprivate
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/rprivate
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/slave
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/slave
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/rslave
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/rslave
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/shared
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/shared
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/rshared
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/rshared
12:19:50 [2022-05-02T12:19:50.740Z] === CONT  TestMountDaemonRoot/default
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/default/bind_root
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/default/bind_root
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/default/bind_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/default/mount_root
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/default/mount_root
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/default/mount_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === CONT  TestMountDaemonRoot/default/bind_root
12:19:50 [2022-05-02T12:19:50.740Z] === CONT  TestMountDaemonRoot/rshared
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/rshared/bind_root
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/rshared/mount_root
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === CONT  TestMountDaemonRoot/rshared/bind_root
12:19:50 [2022-05-02T12:19:50.740Z] === CONT  TestMountDaemonRoot/shared
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/shared/bind_root
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/shared/bind_root
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/shared/mount_root
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/shared/mount_root
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === CONT  TestMountDaemonRoot/rslave
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/rslave/bind_root
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/rslave/mount_root
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === CONT  TestMountDaemonRoot/slave
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/slave/bind_root
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/slave/bind_root
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/slave/mount_root
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/slave/mount_root
12:19:50 [2022-05-02T12:19:50.740Z] === CONT  TestMountDaemonRoot/rprivate
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
12:19:50 [2022-05-02T12:19:50.740Z] === CONT  TestMountDaemonRoot/private
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/private/bind_root
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/private/bind_root
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/private/bind_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/private/mount_root
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/private/mount_root
12:19:50 [2022-05-02T12:19:50.740Z] === RUN   TestMountDaemonRoot/private/mount_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === CONT  TestMountDaemonRoot/default/mount_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === CONT  TestMountDaemonRoot/default/mount_root
12:19:50 [2022-05-02T12:19:50.740Z] === CONT  TestMountDaemonRoot/default/bind_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
12:19:50 [2022-05-02T12:19:50.740Z] === CONT  TestMountDaemonRoot/rshared/mount_root
12:19:50 [2022-05-02T12:19:50.740Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
12:19:50 [2022-05-02T12:19:50.998Z] === CONT  TestMountDaemonRoot/shared/bind_root
12:19:50 [2022-05-02T12:19:50.998Z] === CONT  TestMountDaemonRoot/rslave/bind_root
12:19:50 [2022-05-02T12:19:50.998Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
12:19:50 [2022-05-02T12:19:50.998Z] === CONT  TestMountDaemonRoot/shared/mount_root
12:19:50 [2022-05-02T12:19:50.998Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
12:19:50 [2022-05-02T12:19:50.998Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
12:19:50 [2022-05-02T12:19:50.998Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
12:19:50 [2022-05-02T12:19:50.998Z] === CONT  TestMountDaemonRoot/rslave/mount_root
12:19:50 [2022-05-02T12:19:50.998Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
12:19:50 [2022-05-02T12:19:50.998Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
12:19:50 [2022-05-02T12:19:50.998Z] === CONT  TestMountDaemonRoot/slave/mount_root
12:19:50 [2022-05-02T12:19:50.998Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
12:19:50 [2022-05-02T12:19:50.998Z] === CONT  TestMountDaemonRoot/slave/bind_root
12:19:50 [2022-05-02T12:19:50.998Z] === CONT  TestMountDaemonRoot/private/bind_root
12:19:50 [2022-05-02T12:19:50.998Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
12:19:50 [2022-05-02T12:19:50.998Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
12:19:51 [2022-05-02T12:19:51.256Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
12:19:51 [2022-05-02T12:19:51.256Z] === CONT  TestMountDaemonRoot/private/mount_subpath
12:19:51 [2022-05-02T12:19:51.256Z] === CONT  TestMountDaemonRoot/private/mount_root
12:19:51 [2022-05-02T12:19:51.256Z] === CONT  TestMountDaemonRoot/private/bind_subpath
12:19:51 [2022-05-02T12:19:51.256Z] --- PASS: TestMountDaemonRoot (0.02s)
12:19:51 [2022-05-02T12:19:51.256Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
12:19:51 [2022-05-02T12:19:51.256Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
12:19:51 [2022-05-02T12:19:51.256Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
12:19:51 [2022-05-02T12:19:51.256Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
12:19:51 [2022-05-02T12:19:51.256Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
12:19:51 [2022-05-02T12:19:51.256Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
12:19:51 [2022-05-02T12:19:51.256Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
12:19:51 [2022-05-02T12:19:51.256Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
12:19:51 [2022-05-02T12:19:51.256Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
12:19:51 [2022-05-02T12:19:51.256Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
12:19:51 [2022-05-02T12:19:51.256Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
12:19:51 [2022-05-02T12:19:51.256Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
12:19:51 [2022-05-02T12:19:51.256Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
12:19:51 [2022-05-02T12:19:51.256Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
12:19:51 [2022-05-02T12:19:51.256Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
12:19:51 [2022-05-02T12:19:51.256Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
12:19:51 [2022-05-02T12:19:51.256Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
12:19:51 [2022-05-02T12:19:51.256Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
12:19:51 [2022-05-02T12:19:51.256Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
12:19:51 [2022-05-02T12:19:51.256Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
12:19:51 [2022-05-02T12:19:51.256Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
12:19:51 [2022-05-02T12:19:51.257Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
12:19:51 [2022-05-02T12:19:51.257Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
12:19:51 [2022-05-02T12:19:51.257Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
12:19:51 [2022-05-02T12:19:51.257Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
12:19:51 [2022-05-02T12:19:51.257Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
12:19:51 [2022-05-02T12:19:51.257Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
12:19:51 [2022-05-02T12:19:51.257Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
12:19:51 [2022-05-02T12:19:51.257Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
12:19:51 [2022-05-02T12:19:51.257Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
12:19:51 [2022-05-02T12:19:51.257Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
12:19:51 [2022-05-02T12:19:51.257Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
12:19:51 [2022-05-02T12:19:51.257Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
12:19:51 [2022-05-02T12:19:51.257Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
12:19:51 [2022-05-02T12:19:51.257Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
12:19:51 [2022-05-02T12:19:51.257Z] === RUN   TestContainerBindMountNonRecursive
12:19:52 [2022-05-02T12:19:52.629Z] --- PASS: TestContainerBindMountNonRecursive (1.26s)
12:19:52 [2022-05-02T12:19:52.629Z] === RUN   TestContainerVolumesMountedAsShared
12:19:52 [2022-05-02T12:19:52.887Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s)
12:19:52 [2022-05-02T12:19:52.887Z] === RUN   TestContainerVolumesMountedAsSlave
12:19:53 [2022-05-02T12:19:53.144Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s)
12:19:53 [2022-05-02T12:19:53.144Z] === RUN   TestNetworkNat
12:19:53 [2022-05-02T12:19:53.710Z] --- PASS: TestNetworkNat (0.46s)
12:19:53 [2022-05-02T12:19:53.710Z] === RUN   TestNetworkLocalhostTCPNat
12:19:53 [2022-05-02T12:19:53.968Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s)
12:19:53 [2022-05-02T12:19:53.968Z] === RUN   TestNetworkLoopbackNat
12:19:57 [2022-05-02T12:19:57.247Z] --- PASS: TestNetworkLoopbackNat (2.59s)
12:19:57 [2022-05-02T12:19:57.247Z] === RUN   TestPause
12:19:57 [2022-05-02T12:19:57.247Z] --- PASS: TestPause (0.46s)
12:19:57 [2022-05-02T12:19:57.247Z] === RUN   TestPauseFailsOnWindowsServerContainers
12:19:57 [2022-05-02T12:19:57.247Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
12:19:57 [2022-05-02T12:19:57.247Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
12:19:57 [2022-05-02T12:19:57.247Z] === RUN   TestPauseStopPausedContainer
12:19:57 [2022-05-02T12:19:57.505Z] --- PASS: TestPauseStopPausedContainer (0.44s)
12:19:57 [2022-05-02T12:19:57.505Z] === RUN   TestPidHost
12:19:58 [2022-05-02T12:19:58.439Z] --- PASS: TestPidHost (0.98s)
12:19:58 [2022-05-02T12:19:58.439Z] === RUN   TestPsFilter
12:19:58 [2022-05-02T12:19:58.696Z] --- PASS: TestPsFilter (0.11s)
12:19:58 [2022-05-02T12:19:58.696Z] === RUN   TestRemoveContainerWithRemovedVolume
12:19:58 [2022-05-02T12:19:58.954Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s)
12:19:58 [2022-05-02T12:19:58.954Z] === RUN   TestRemoveContainerWithVolume
12:19:59 [2022-05-02T12:19:59.520Z] --- PASS: TestRemoveContainerWithVolume (0.42s)
12:19:59 [2022-05-02T12:19:59.520Z] === RUN   TestRemoveContainerRunning
12:20:00 [2022-05-02T12:20:00.086Z] --- PASS: TestRemoveContainerRunning (0.43s)
12:20:00 [2022-05-02T12:20:00.086Z] === RUN   TestRemoveContainerForceRemoveRunning
12:20:00 [2022-05-02T12:20:00.343Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s)
12:20:00 [2022-05-02T12:20:00.343Z] === RUN   TestRemoveInvalidContainer
12:20:00 [2022-05-02T12:20:00.343Z] --- PASS: TestRemoveInvalidContainer (0.02s)
12:20:00 [2022-05-02T12:20:00.343Z] === RUN   TestRenameLinkedContainer
12:20:02 [2022-05-02T12:20:02.241Z] --- PASS: TestRenameLinkedContainer (1.73s)
12:20:02 [2022-05-02T12:20:02.241Z] === RUN   TestRenameStoppedContainer
12:20:02 [2022-05-02T12:20:02.499Z] --- PASS: TestRenameStoppedContainer (0.43s)
12:20:02 [2022-05-02T12:20:02.499Z] === RUN   TestRenameRunningContainerAndReuse
12:20:03 [2022-05-02T12:20:03.432Z] --- PASS: TestRenameRunningContainerAndReuse (0.92s)
12:20:03 [2022-05-02T12:20:03.432Z] === RUN   TestRenameInvalidName
12:20:03 [2022-05-02T12:20:03.997Z] --- PASS: TestRenameInvalidName (0.46s)
12:20:03 [2022-05-02T12:20:03.997Z] === RUN   TestRenameAnonymousContainer
12:20:05 [2022-05-02T12:20:05.894Z] --- PASS: TestRenameAnonymousContainer (1.64s)
12:20:05 [2022-05-02T12:20:05.894Z] === RUN   TestRenameContainerWithSameName
12:20:05 [2022-05-02T12:20:05.894Z] --- PASS: TestRenameContainerWithSameName (0.43s)
12:20:05 [2022-05-02T12:20:05.894Z] === RUN   TestRenameContainerWithLinkedContainer
12:20:06 [2022-05-02T12:20:06.827Z] --- PASS: TestRenameContainerWithLinkedContainer (0.90s)
12:20:06 [2022-05-02T12:20:06.827Z] === RUN   TestResize
12:20:07 [2022-05-02T12:20:07.393Z] --- PASS: TestResize (0.43s)
12:20:07 [2022-05-02T12:20:07.394Z] === RUN   TestResizeWithInvalidSize
12:20:07 [2022-05-02T12:20:07.652Z] --- PASS: TestResizeWithInvalidSize (0.43s)
12:20:07 [2022-05-02T12:20:07.652Z] === RUN   TestResizeWhenContainerNotStarted
12:20:08 [2022-05-02T12:20:08.220Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s)
12:20:08 [2022-05-02T12:20:08.220Z] === RUN   TestDaemonRestartKillContainers
12:20:08 [2022-05-02T12:20:08.220Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
12:20:08 [2022-05-02T12:20:08.220Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
12:20:10 [2022-05-02T12:20:10.130Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
12:20:11 [2022-05-02T12:20:11.502Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
12:20:12 [2022-05-02T12:20:12.434Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
12:20:12 [2022-05-02T12:20:12.434Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
12:20:13 [2022-05-02T12:20:13.811Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
12:20:13 [2022-05-02T12:20:13.811Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
12:20:17 [2022-05-02T12:20:17.991Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
12:20:17 [2022-05-02T12:20:17.991Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
12:20:19 [2022-05-02T12:20:19.890Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
12:20:21 [2022-05-02T12:20:21.264Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
12:20:21 [2022-05-02T12:20:21.522Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
12:20:22 [2022-05-02T12:20:22.896Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
12:20:23 [2022-05-02T12:20:23.461Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
12:20:24 [2022-05-02T12:20:24.836Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
12:20:26 [2022-05-02T12:20:26.734Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
12:20:26 [2022-05-02T12:20:26.734Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.83s)
12:20:26 [2022-05-02T12:20:26.734Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s)
12:20:26 [2022-05-02T12:20:26.734Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s)
12:20:26 [2022-05-02T12:20:26.734Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.35s)
12:20:26 [2022-05-02T12:20:26.734Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.35s)
12:20:26 [2022-05-02T12:20:26.734Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.37s)
12:20:26 [2022-05-02T12:20:26.734Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.53s)
12:20:26 [2022-05-02T12:20:26.734Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.56s)
12:20:26 [2022-05-02T12:20:26.734Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.09s)
12:20:26 [2022-05-02T12:20:26.734Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.67s)
12:20:26 [2022-05-02T12:20:26.734Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.07s)
12:20:26 [2022-05-02T12:20:26.734Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.79s)
12:20:26 [2022-05-02T12:20:26.734Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.01s)
12:20:26 [2022-05-02T12:20:26.734Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.77s)
12:20:26 [2022-05-02T12:20:26.734Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.74s)
12:20:26 [2022-05-02T12:20:26.734Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.62s)
12:20:26 [2022-05-02T12:20:26.734Z] === RUN   TestCgroupNamespacesRun
12:20:27 [2022-05-02T12:20:27.667Z] --- PASS: TestCgroupNamespacesRun (1.20s)
12:20:27 [2022-05-02T12:20:27.667Z] === RUN   TestCgroupNamespacesRunPrivileged
12:20:27 [2022-05-02T12:20:27.667Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
12:20:27 [2022-05-02T12:20:27.667Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
12:20:27 [2022-05-02T12:20:27.667Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
12:20:28 [2022-05-02T12:20:28.601Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.16s)
12:20:28 [2022-05-02T12:20:28.601Z] === RUN   TestCgroupNamespacesRunHostMode
12:20:29 [2022-05-02T12:20:29.974Z] --- PASS: TestCgroupNamespacesRunHostMode (1.13s)
12:20:29 [2022-05-02T12:20:29.974Z] === RUN   TestCgroupNamespacesRunPrivateMode
12:20:31 [2022-05-02T12:20:31.347Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.19s)
12:20:31 [2022-05-02T12:20:31.347Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
12:20:32 [2022-05-02T12:20:32.280Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.13s)
12:20:32 [2022-05-02T12:20:32.280Z] === RUN   TestCgroupNamespacesRunInvalidMode
12:20:32 [2022-05-02T12:20:32.845Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s)
12:20:32 [2022-05-02T12:20:32.845Z] === RUN   TestCgroupNamespacesRunOlderClient
12:20:34 [2022-05-02T12:20:34.236Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.22s)
12:20:34 [2022-05-02T12:20:34.236Z] === RUN   TestNISDomainname
12:20:34 [2022-05-02T12:20:34.802Z] --- PASS: TestNISDomainname (0.58s)
12:20:34 [2022-05-02T12:20:34.802Z] === RUN   TestHostnameDnsResolution
12:20:35 [2022-05-02T12:20:35.367Z] --- PASS: TestHostnameDnsResolution (0.71s)
12:20:35 [2022-05-02T12:20:35.367Z] === RUN   TestUnprivilegedPortsAndPing
12:20:35 [2022-05-02T12:20:35.933Z] --- PASS: TestUnprivilegedPortsAndPing (0.55s)
12:20:35 [2022-05-02T12:20:35.933Z] === RUN   TestPrivilegedHostDevices
12:20:36 [2022-05-02T12:20:36.500Z] --- PASS: TestPrivilegedHostDevices (0.51s)
12:20:36 [2022-05-02T12:20:36.500Z] === RUN   TestStats
12:20:39 [2022-05-02T12:20:39.026Z] --- PASS: TestStats (2.48s)
12:20:39 [2022-05-02T12:20:39.026Z] === RUN   TestStopContainerWithTimeout
12:20:39 [2022-05-02T12:20:39.026Z] === RUN   TestStopContainerWithTimeout/0
12:20:39 [2022-05-02T12:20:39.026Z] === PAUSE TestStopContainerWithTimeout/0
12:20:39 [2022-05-02T12:20:39.026Z] === RUN   TestStopContainerWithTimeout/1
12:20:39 [2022-05-02T12:20:39.026Z] === PAUSE TestStopContainerWithTimeout/1
12:20:39 [2022-05-02T12:20:39.026Z] === RUN   TestStopContainerWithTimeout/3
12:20:39 [2022-05-02T12:20:39.026Z] === PAUSE TestStopContainerWithTimeout/3
12:20:39 [2022-05-02T12:20:39.026Z] === RUN   TestStopContainerWithTimeout/-1
12:20:39 [2022-05-02T12:20:39.026Z] === PAUSE TestStopContainerWithTimeout/-1
12:20:39 [2022-05-02T12:20:39.026Z] === CONT  TestStopContainerWithTimeout/0
12:20:39 [2022-05-02T12:20:39.026Z] === CONT  TestStopContainerWithTimeout/-1
12:20:39 [2022-05-02T12:20:39.592Z] === CONT  TestStopContainerWithTimeout/3
12:20:41 [2022-05-02T12:20:41.489Z] === CONT  TestStopContainerWithTimeout/1
12:20:43 [2022-05-02T12:20:43.389Z] --- PASS: TestStopContainerWithTimeout (0.01s)
12:20:43 [2022-05-02T12:20:43.389Z]     --- PASS: TestStopContainerWithTimeout/0 (0.73s)
12:20:43 [2022-05-02T12:20:43.389Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.69s)
12:20:43 [2022-05-02T12:20:43.389Z]     --- PASS: TestStopContainerWithTimeout/3 (2.41s)
12:20:43 [2022-05-02T12:20:43.389Z]     --- PASS: TestStopContainerWithTimeout/1 (1.42s)
12:20:43 [2022-05-02T12:20:43.389Z] === RUN   TestDeleteDevicemapper
12:20:43 [2022-05-02T12:20:43.389Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
12:20:43 [2022-05-02T12:20:43.389Z] --- SKIP: TestDeleteDevicemapper (0.00s)
12:20:43 [2022-05-02T12:20:43.389Z] === RUN   TestStopContainerWithRestartPolicyAlways
12:20:44 [2022-05-02T12:20:44.322Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.27s)
12:20:44 [2022-05-02T12:20:44.322Z] === RUN   TestUpdateMemory
12:20:44 [2022-05-02T12:20:44.322Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
12:20:44 [2022-05-02T12:20:44.322Z] --- SKIP: TestUpdateMemory (0.00s)
12:20:44 [2022-05-02T12:20:44.322Z] === RUN   TestUpdateCPUQuota
12:20:45 [2022-05-02T12:20:45.255Z] --- PASS: TestUpdateCPUQuota (0.95s)
12:20:45 [2022-05-02T12:20:45.255Z] === RUN   TestUpdatePidsLimit
12:20:45 [2022-05-02T12:20:45.255Z] === RUN   TestUpdatePidsLimit/update_from_none
12:20:45 [2022-05-02T12:20:45.513Z] === RUN   TestUpdatePidsLimit/no_change
12:20:45 [2022-05-02T12:20:45.771Z] === RUN   TestUpdatePidsLimit/update_lower
12:20:45 [2022-05-02T12:20:45.771Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
12:20:46 [2022-05-02T12:20:46.029Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
12:20:46 [2022-05-02T12:20:46.287Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
12:20:46 [2022-05-02T12:20:46.545Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
12:20:47 [2022-05-02T12:20:47.111Z] --- PASS: TestUpdatePidsLimit (1.93s)
12:20:47 [2022-05-02T12:20:47.111Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.20s)
12:20:47 [2022-05-02T12:20:47.111Z]     --- PASS: TestUpdatePidsLimit/no_change (0.22s)
12:20:47 [2022-05-02T12:20:47.111Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.21s)
12:20:47 [2022-05-02T12:20:47.111Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s)
12:20:47 [2022-05-02T12:20:47.111Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s)
12:20:47 [2022-05-02T12:20:47.111Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s)
12:20:47 [2022-05-02T12:20:47.111Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.20s)
12:20:47 [2022-05-02T12:20:47.111Z] === RUN   TestUpdateRestartPolicy
12:20:59 [2022-05-02T12:20:59.297Z] --- PASS: TestUpdateRestartPolicy (11.06s)
12:20:59 [2022-05-02T12:20:59.297Z] === RUN   TestUpdateRestartWithAutoRemove
12:20:59 [2022-05-02T12:20:59.297Z] --- PASS: TestUpdateRestartWithAutoRemove (0.47s)
12:20:59 [2022-05-02T12:20:59.297Z] === RUN   TestWaitNonBlocked
12:20:59 [2022-05-02T12:20:59.297Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
12:20:59 [2022-05-02T12:20:59.297Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
12:20:59 [2022-05-02T12:20:59.297Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
12:20:59 [2022-05-02T12:20:59.297Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
12:20:59 [2022-05-02T12:20:59.297Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
12:20:59 [2022-05-02T12:20:59.297Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
12:20:59 [2022-05-02T12:20:59.555Z] --- PASS: TestWaitNonBlocked (0.01s)
12:20:59 [2022-05-02T12:20:59.555Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.71s)
12:20:59 [2022-05-02T12:20:59.555Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.75s)
12:20:59 [2022-05-02T12:20:59.555Z] === RUN   TestWaitBlocked
12:20:59 [2022-05-02T12:20:59.555Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
12:20:59 [2022-05-02T12:20:59.555Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
12:20:59 [2022-05-02T12:20:59.555Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
12:20:59 [2022-05-02T12:20:59.555Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
12:20:59 [2022-05-02T12:20:59.555Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
12:20:59 [2022-05-02T12:20:59.555Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
12:21:00 [2022-05-02T12:21:00.122Z] --- PASS: TestWaitBlocked (0.02s)
12:21:00 [2022-05-02T12:21:00.122Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.69s)
12:21:00 [2022-05-02T12:21:00.122Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.74s)
12:21:00 [2022-05-02T12:21:00.122Z] === CONT  TestContainerStartOnDaemonRestart
12:21:00 [2022-05-02T12:21:00.122Z] === CONT  TestRestartDaemonWithRestartingContainer
12:21:02 [2022-05-02T12:21:02.665Z] --- PASS: TestContainerStartOnDaemonRestart (2.34s)
12:21:02 [2022-05-02T12:21:02.665Z] === CONT  TestIpcModeOlderClient
12:21:02 [2022-05-02T12:21:02.665Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.37s)
12:21:02 [2022-05-02T12:21:02.665Z] === CONT  TestContainerKillOnDaemonStart
12:21:02 [2022-05-02T12:21:02.665Z] --- PASS: TestIpcModeOlderClient (0.09s)
12:21:02 [2022-05-02T12:21:02.665Z] === CONT  TestDaemonHostGatewayIP
12:21:05 [2022-05-02T12:21:05.192Z] --- PASS: TestDaemonHostGatewayIP (2.48s)
12:21:05 [2022-05-02T12:21:05.192Z] === CONT  TestDaemonRestartIpcMode
12:21:07 [2022-05-02T12:21:07.734Z] --- PASS: TestDaemonRestartIpcMode (2.21s)
12:21:14 [2022-05-02T12:21:14.285Z] --- PASS: TestContainerKillOnDaemonStart (11.73s)
12:21:14 [2022-05-02T12:21:14.285Z] PASS
12:21:14 [2022-05-02T12:21:14.285Z] 
12:21:14 [2022-05-02T12:21:14.285Z] === Skipped
12:21:14 [2022-05-02T12:21:14.285Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
12:21:14 [2022-05-02T12:21:14.285Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
12:21:14 [2022-05-02T12:21:14.285Z] 
12:21:14 [2022-05-02T12:21:14.285Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
12:21:14 [2022-05-02T12:21:14.285Z]     kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
12:21:14 [2022-05-02T12:21:14.285Z] 
12:21:14 [2022-05-02T12:21:14.285Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
12:21:14 [2022-05-02T12:21:14.285Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
12:21:14 [2022-05-02T12:21:14.285Z] 
12:21:14 [2022-05-02T12:21:14.285Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
12:21:14 [2022-05-02T12:21:14.285Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
12:21:14 [2022-05-02T12:21:14.285Z] 
12:21:14 [2022-05-02T12:21:14.285Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
12:21:14 [2022-05-02T12:21:14.285Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
12:21:14 [2022-05-02T12:21:14.285Z] 
12:21:14 [2022-05-02T12:21:14.285Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
12:21:14 [2022-05-02T12:21:14.285Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
12:21:14 [2022-05-02T12:21:14.285Z] 
12:21:14 [2022-05-02T12:21:14.285Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
12:21:14 [2022-05-02T12:21:14.285Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
12:21:14 [2022-05-02T12:21:14.285Z] 
12:21:14 [2022-05-02T12:21:14.285Z] DONE 235 tests, 7 skipped in 118.095s
12:21:14 [2022-05-02T12:21:14.285Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
12:21:14 [2022-05-02T12:21:14.285Z] === RUN   TestConfigDaemonLibtrustID
12:21:14 [2022-05-02T12:21:14.851Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
12:21:14 [2022-05-02T12:21:14.851Z] === RUN   TestDaemonConfigValidation
12:21:14 [2022-05-02T12:21:14.851Z] === RUN   TestDaemonConfigValidation/config_with_no_content
12:21:14 [2022-05-02T12:21:14.851Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
12:21:14 [2022-05-02T12:21:14.851Z] === RUN   TestDaemonConfigValidation/config_with_{}
12:21:14 [2022-05-02T12:21:14.851Z] === PAUSE TestDaemonConfigValidation/config_with_{}
12:21:14 [2022-05-02T12:21:14.851Z] === RUN   TestDaemonConfigValidation/invalid_config
12:21:14 [2022-05-02T12:21:14.851Z] === PAUSE TestDaemonConfigValidation/invalid_config
12:21:14 [2022-05-02T12:21:14.851Z] === RUN   TestDaemonConfigValidation/malformed_config
12:21:14 [2022-05-02T12:21:14.851Z] === PAUSE TestDaemonConfigValidation/malformed_config
12:21:14 [2022-05-02T12:21:14.851Z] === RUN   TestDaemonConfigValidation/valid_config
12:21:14 [2022-05-02T12:21:14.851Z] === PAUSE TestDaemonConfigValidation/valid_config
12:21:14 [2022-05-02T12:21:14.851Z] === CONT  TestDaemonConfigValidation/config_with_no_content
12:21:14 [2022-05-02T12:21:14.851Z] === CONT  TestDaemonConfigValidation/malformed_config
12:21:15 [2022-05-02T12:21:15.109Z] === CONT  TestDaemonConfigValidation/valid_config
12:21:15 [2022-05-02T12:21:15.109Z] === CONT  TestDaemonConfigValidation/invalid_config
12:21:15 [2022-05-02T12:21:15.109Z] === CONT  TestDaemonConfigValidation/config_with_{}
12:21:15 [2022-05-02T12:21:15.109Z] --- PASS: TestDaemonConfigValidation (0.00s)
12:21:15 [2022-05-02T12:21:15.109Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.08s)
12:21:15 [2022-05-02T12:21:15.109Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.10s)
12:21:15 [2022-05-02T12:21:15.109Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.08s)
12:21:15 [2022-05-02T12:21:15.109Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.10s)
12:21:15 [2022-05-02T12:21:15.109Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
12:21:15 [2022-05-02T12:21:15.109Z] === RUN   TestConfigDaemonSeccompProfiles
12:21:15 [2022-05-02T12:21:15.109Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
12:21:16 [2022-05-02T12:21:16.481Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
12:21:17 [2022-05-02T12:21:17.414Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
12:21:18 [2022-05-02T12:21:18.347Z] === CONT  TestConfigDaemonSeccompProfiles
12:21:18 [2022-05-02T12:21:18.347Z]     daemon_test.go:156: [d446810b972d7] daemon is not started
12:21:18 [2022-05-02T12:21:18.347Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s)
12:21:18 [2022-05-02T12:21:18.347Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
12:21:18 [2022-05-02T12:21:18.347Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
12:21:18 [2022-05-02T12:21:18.347Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
12:21:18 [2022-05-02T12:21:18.347Z] === RUN   TestDaemonProxy
12:21:18 [2022-05-02T12:21:18.347Z] === RUN   TestDaemonProxy/environment_variables
12:21:20 [2022-05-02T12:21:20.244Z] === RUN   TestDaemonProxy/command-line_options
12:21:21 [2022-05-02T12:21:21.616Z] === RUN   TestDaemonProxy/configuration_file
12:21:23 [2022-05-02T12:21:23.513Z] === RUN   TestDaemonProxy/conflicting_options
12:21:23 [2022-05-02T12:21:23.775Z] === RUN   TestDaemonProxy/reload_sanitized
12:21:24 [2022-05-02T12:21:24.341Z] --- PASS: TestDaemonProxy (6.16s)
12:21:24 [2022-05-02T12:21:24.341Z]     --- PASS: TestDaemonProxy/environment_variables (1.72s)
12:21:24 [2022-05-02T12:21:24.341Z]     --- PASS: TestDaemonProxy/command-line_options (1.71s)
12:21:24 [2022-05-02T12:21:24.341Z]     --- PASS: TestDaemonProxy/configuration_file (1.71s)
12:21:24 [2022-05-02T12:21:24.341Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
12:21:24 [2022-05-02T12:21:24.341Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
12:21:24 [2022-05-02T12:21:24.341Z] PASS
12:21:24 [2022-05-02T12:21:24.341Z] 
12:21:24 [2022-05-02T12:21:24.341Z] DONE 17 tests in 10.057s
12:21:24 [2022-05-02T12:21:24.341Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
12:21:24 [2022-05-02T12:21:24.599Z] INFO: Testing against a local daemon
12:21:24 [2022-05-02T12:21:24.599Z] === RUN   TestCommitInheritsEnv
12:21:24 [2022-05-02T12:21:24.857Z] --- PASS: TestCommitInheritsEnv (0.27s)
12:21:24 [2022-05-02T12:21:24.857Z] === RUN   TestImportExtremelyLargeImageWorks
12:21:24 [2022-05-02T12:21:24.857Z] === PAUSE TestImportExtremelyLargeImageWorks
12:21:24 [2022-05-02T12:21:24.857Z] === RUN   TestImportWithCustomPlatform
12:21:24 [2022-05-02T12:21:24.857Z] === RUN   TestImportWithCustomPlatform/#00
12:21:24 [2022-05-02T12:21:24.857Z] === RUN   TestImportWithCustomPlatform/_______
12:21:24 [2022-05-02T12:21:24.857Z] === RUN   TestImportWithCustomPlatform//
12:21:24 [2022-05-02T12:21:24.857Z] === RUN   TestImportWithCustomPlatform/linux
12:21:24 [2022-05-02T12:21:24.857Z] === RUN   TestImportWithCustomPlatform/LINUX
12:21:24 [2022-05-02T12:21:24.857Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
12:21:25 [2022-05-02T12:21:25.115Z] === RUN   TestImportWithCustomPlatform/macos
12:21:25 [2022-05-02T12:21:25.115Z] === RUN   TestImportWithCustomPlatform/macos/arm64
12:21:25 [2022-05-02T12:21:25.115Z] === RUN   TestImportWithCustomPlatform/nintendo64
12:21:25 [2022-05-02T12:21:25.115Z] --- PASS: TestImportWithCustomPlatform (0.31s)
12:21:25 [2022-05-02T12:21:25.115Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
12:21:25 [2022-05-02T12:21:25.115Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
12:21:25 [2022-05-02T12:21:25.115Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
12:21:25 [2022-05-02T12:21:25.115Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
12:21:25 [2022-05-02T12:21:25.115Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
12:21:25 [2022-05-02T12:21:25.115Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
12:21:25 [2022-05-02T12:21:25.115Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
12:21:25 [2022-05-02T12:21:25.115Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
12:21:25 [2022-05-02T12:21:25.115Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
12:21:25 [2022-05-02T12:21:25.115Z] === RUN   TestImagesFilterMultiReference
12:21:25 [2022-05-02T12:21:25.115Z] --- PASS: TestImagesFilterMultiReference (0.05s)
12:21:25 [2022-05-02T12:21:25.115Z] === RUN   TestImagePullPlatformInvalid
12:21:25 [2022-05-02T12:21:25.115Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
12:21:25 [2022-05-02T12:21:25.115Z] === RUN   TestRemoveImageOrphaning
12:21:25 [2022-05-02T12:21:25.372Z] --- PASS: TestRemoveImageOrphaning (0.25s)
12:21:25 [2022-05-02T12:21:25.372Z] === RUN   TestRemoveImageGarbageCollector
12:21:25 [2022-05-02T12:21:25.938Z] time="2022-05-02T12:21:25Z" level=info msg="[graphdriver] trying configured driver: overlay2"
12:21:27 [2022-05-02T12:21:27.310Z] --- PASS: TestRemoveImageGarbageCollector (1.88s)
12:21:27 [2022-05-02T12:21:27.310Z] === RUN   TestTagUnprefixedRepoByNameOrName
12:21:27 [2022-05-02T12:21:27.310Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
12:21:27 [2022-05-02T12:21:27.310Z] === RUN   TestTagInvalidReference
12:21:27 [2022-05-02T12:21:27.310Z] --- PASS: TestTagInvalidReference (0.01s)
12:21:27 [2022-05-02T12:21:27.310Z] === RUN   TestTagValidPrefixedRepo
12:21:27 [2022-05-02T12:21:27.310Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
12:21:27 [2022-05-02T12:21:27.310Z] === RUN   TestTagExistedNameWithoutForce
12:21:27 [2022-05-02T12:21:27.310Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
12:21:27 [2022-05-02T12:21:27.310Z] === RUN   TestTagOfficialNames
12:21:27 [2022-05-02T12:21:27.310Z] --- PASS: TestTagOfficialNames (0.05s)
12:21:27 [2022-05-02T12:21:27.310Z] === RUN   TestTagMatchesDigest
12:21:27 [2022-05-02T12:21:27.310Z] --- PASS: TestTagMatchesDigest (0.01s)
12:21:27 [2022-05-02T12:21:27.310Z] === CONT  TestImportExtremelyLargeImageWorks
12:23:03 [2022-05-02T12:23:03.764Z] --- PASS: TestImportExtremelyLargeImageWorks (92.07s)
12:23:03 [2022-05-02T12:23:03.764Z] PASS
12:23:03 [2022-05-02T12:23:03.764Z] 
12:23:03 [2022-05-02T12:23:03.764Z] DONE 22 tests in 95.078s
12:23:03 [2022-05-02T12:23:03.764Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
12:23:03 [2022-05-02T12:23:03.764Z] INFO: Testing against a local daemon
12:23:03 [2022-05-02T12:23:03.764Z] === RUN   TestNetworkCreateDelete
12:23:03 [2022-05-02T12:23:03.764Z] --- PASS: TestNetworkCreateDelete (0.13s)
12:23:03 [2022-05-02T12:23:03.764Z] === RUN   TestDockerNetworkDeletePreferID
12:23:03 [2022-05-02T12:23:03.764Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s)
12:23:03 [2022-05-02T12:23:03.764Z] === RUN   TestDaemonDNSFallback
12:23:06 [2022-05-02T12:23:06.289Z] --- PASS: TestDaemonDNSFallback (6.32s)
12:23:06 [2022-05-02T12:23:06.289Z] === RUN   TestInspectNetwork
12:23:09 [2022-05-02T12:23:09.570Z] === RUN   TestInspectNetwork/full_network_id
12:23:09 [2022-05-02T12:23:09.570Z] === RUN   TestInspectNetwork/partial_network_id
12:23:09 [2022-05-02T12:23:09.570Z] === RUN   TestInspectNetwork/network_name
12:23:09 [2022-05-02T12:23:09.570Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
12:23:13 [2022-05-02T12:23:13.752Z] --- PASS: TestInspectNetwork (7.19s)
12:23:13 [2022-05-02T12:23:13.752Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
12:23:13 [2022-05-02T12:23:13.752Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
12:23:13 [2022-05-02T12:23:13.752Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
12:23:13 [2022-05-02T12:23:13.752Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
12:23:13 [2022-05-02T12:23:13.752Z] === RUN   TestRunContainerWithBridgeNone
12:23:15 [2022-05-02T12:23:15.127Z] --- PASS: TestRunContainerWithBridgeNone (1.50s)
12:23:15 [2022-05-02T12:23:15.127Z] === RUN   TestNetworkInvalidJSON
12:23:15 [2022-05-02T12:23:15.127Z] === RUN   TestNetworkInvalidJSON/networks/create
12:23:15 [2022-05-02T12:23:15.127Z] === PAUSE TestNetworkInvalidJSON/networks/create
12:23:15 [2022-05-02T12:23:15.127Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
12:23:15 [2022-05-02T12:23:15.127Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
12:23:15 [2022-05-02T12:23:15.127Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
12:23:15 [2022-05-02T12:23:15.127Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
12:23:15 [2022-05-02T12:23:15.127Z] === CONT  TestNetworkInvalidJSON/networks/create
12:23:15 [2022-05-02T12:23:15.127Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
12:23:15 [2022-05-02T12:23:15.127Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
12:23:15 [2022-05-02T12:23:15.127Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
12:23:15 [2022-05-02T12:23:15.127Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
12:23:15 [2022-05-02T12:23:15.127Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
12:23:15 [2022-05-02T12:23:15.127Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
12:23:15 [2022-05-02T12:23:15.127Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
12:23:15 [2022-05-02T12:23:15.127Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
12:23:15 [2022-05-02T12:23:15.127Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
12:23:15 [2022-05-02T12:23:15.127Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
12:23:15 [2022-05-02T12:23:15.127Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
12:23:15 [2022-05-02T12:23:15.127Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
12:23:15 [2022-05-02T12:23:15.127Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
12:23:15 [2022-05-02T12:23:15.127Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
12:23:15 [2022-05-02T12:23:15.127Z] --- PASS: TestNetworkInvalidJSON (0.01s)
12:23:15 [2022-05-02T12:23:15.127Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
12:23:15 [2022-05-02T12:23:15.127Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
12:23:15 [2022-05-02T12:23:15.127Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
12:23:15 [2022-05-02T12:23:15.127Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
12:23:15 [2022-05-02T12:23:15.127Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
12:23:15 [2022-05-02T12:23:15.127Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
12:23:15 [2022-05-02T12:23:15.127Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
12:23:15 [2022-05-02T12:23:15.127Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
12:23:15 [2022-05-02T12:23:15.127Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
12:23:15 [2022-05-02T12:23:15.127Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
12:23:15 [2022-05-02T12:23:15.127Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
12:23:15 [2022-05-02T12:23:15.127Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
12:23:15 [2022-05-02T12:23:15.127Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
12:23:15 [2022-05-02T12:23:15.127Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
12:23:15 [2022-05-02T12:23:15.127Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
12:23:15 [2022-05-02T12:23:15.127Z] === RUN   TestNetworkList
12:23:15 [2022-05-02T12:23:15.127Z] === RUN   TestNetworkList//networks
12:23:15 [2022-05-02T12:23:15.127Z] === PAUSE TestNetworkList//networks
12:23:15 [2022-05-02T12:23:15.127Z] === RUN   TestNetworkList//networks/
12:23:15 [2022-05-02T12:23:15.127Z] === PAUSE TestNetworkList//networks/
12:23:15 [2022-05-02T12:23:15.127Z] === CONT  TestNetworkList//networks
12:23:15 [2022-05-02T12:23:15.127Z] === CONT  TestNetworkList//networks/
12:23:15 [2022-05-02T12:23:15.127Z] --- PASS: TestNetworkList (0.02s)
12:23:15 [2022-05-02T12:23:15.127Z]     --- PASS: TestNetworkList//networks (0.00s)
12:23:15 [2022-05-02T12:23:15.127Z]     --- PASS: TestNetworkList//networks/ (0.00s)
12:23:15 [2022-05-02T12:23:15.127Z] === RUN   TestHostIPv4BridgeLabel
12:23:15 [2022-05-02T12:23:15.692Z] --- PASS: TestHostIPv4BridgeLabel (0.55s)
12:23:15 [2022-05-02T12:23:15.692Z] === RUN   TestDaemonRestartWithLiveRestore
12:23:16 [2022-05-02T12:23:16.625Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
12:23:16 [2022-05-02T12:23:16.625Z] === RUN   TestDaemonDefaultNetworkPools
12:23:17 [2022-05-02T12:23:17.559Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s)
12:23:17 [2022-05-02T12:23:17.559Z] === RUN   TestDaemonRestartWithExistingNetwork
12:23:18 [2022-05-02T12:23:18.492Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s)
12:23:18 [2022-05-02T12:23:18.492Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
12:23:19 [2022-05-02T12:23:19.864Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s)
12:23:19 [2022-05-02T12:23:19.864Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
12:23:20 [2022-05-02T12:23:20.428Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
12:23:20 [2022-05-02T12:23:20.428Z] === RUN   TestServiceWithPredefinedNetwork
12:23:22 [2022-05-02T12:23:22.957Z] --- PASS: TestServiceWithPredefinedNetwork (2.31s)
12:23:22 [2022-05-02T12:23:22.957Z] === RUN   TestServiceRemoveKeepsIngressNetwork
12:23:22 [2022-05-02T12:23:22.957Z]     service_test.go:243: FLAKY_TEST
12:23:22 [2022-05-02T12:23:22.957Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
12:23:22 [2022-05-02T12:23:22.957Z] === RUN   TestServiceWithDataPathPortInit
12:23:37 [2022-05-02T12:23:37.850Z] --- PASS: TestServiceWithDataPathPortInit (14.14s)
12:23:37 [2022-05-02T12:23:37.850Z] === RUN   TestServiceWithDefaultAddressPoolInit
12:23:39 [2022-05-02T12:23:39.749Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:gv5fh02g96bi2xjlez98w058t Created:2022-05-02 12:23:37.972819845 +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[c40755f15b10598c7f235744f5cae120476fd56c2de9ee9c9147e35b575f2861:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.t9yqjk439hpbgxe9gkzvbr57y EndpointID:c36843573257f2200e78c7224718820f5ce9fcd7961ace8505eae4e9940e5e17 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5b1a014eae4eb0dcf4c5aa3110bea9ef8c980ea8fb656ffb81b5ceb2caa3a3f2 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:8088f06fd9b4 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.t9yqjk439hpbgxe9gkzvbr57y EndpointID:c36843573257f2200e78c7224718820f5ce9fcd7961ace8505eae4e9940e5e17 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
12:23:43 [2022-05-02T12:23:43.927Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.95s)
12:23:43 [2022-05-02T12:23:43.927Z] PASS
12:23:43 [2022-05-02T12:23:43.927Z] 
12:23:43 [2022-05-02T12:23:43.927Z] === Skipped
12:23:43 [2022-05-02T12:23:43.927Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
12:23:43 [2022-05-02T12:23:43.927Z]     service_test.go:243: FLAKY_TEST
12:23:43 [2022-05-02T12:23:43.927Z] 
12:23:43 [2022-05-02T12:23:43.927Z] DONE 38 tests, 1 skipped in 44.152s
12:23:43 [2022-05-02T12:23:43.927Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
12:23:43 [2022-05-02T12:23:43.927Z] INFO: Testing against a local daemon
12:23:43 [2022-05-02T12:23:43.927Z] === RUN   TestDockerNetworkIpvlanPersistance
12:23:43 [2022-05-02T12:23:43.927Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
12:23:43 [2022-05-02T12:23:43.927Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
12:23:43 [2022-05-02T12:23:43.927Z] === RUN   TestDockerNetworkIpvlan
12:23:43 [2022-05-02T12:23:43.927Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
12:23:43 [2022-05-02T12:23:43.927Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
12:23:43 [2022-05-02T12:23:43.927Z] PASS
12:23:43 [2022-05-02T12:23:43.927Z] 
12:23:43 [2022-05-02T12:23:43.927Z] === Skipped
12:23:43 [2022-05-02T12:23:43.927Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
12:23:43 [2022-05-02T12:23:43.927Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
12:23:43 [2022-05-02T12:23:43.927Z] 
12:23:43 [2022-05-02T12:23:43.927Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
12:23:43 [2022-05-02T12:23:43.927Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
12:23:43 [2022-05-02T12:23:43.927Z] 
12:23:43 [2022-05-02T12:23:43.927Z] DONE 2 tests, 2 skipped in 0.023s
12:23:43 [2022-05-02T12:23:43.927Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
12:23:43 [2022-05-02T12:23:43.927Z] INFO: Testing against a local daemon
12:23:43 [2022-05-02T12:23:43.927Z] === RUN   TestDockerNetworkMacvlanPersistance
12:23:44 [2022-05-02T12:23:44.862Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.23s)
12:23:44 [2022-05-02T12:23:44.862Z] === RUN   TestDockerNetworkMacvlan
12:23:45 [2022-05-02T12:23:45.797Z] === RUN   TestDockerNetworkMacvlan/Subinterface
12:23:46 [2022-05-02T12:23:46.361Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
12:23:47 [2022-05-02T12:23:47.296Z] === RUN   TestDockerNetworkMacvlan/NilParent
12:23:49 [2022-05-02T12:23:49.195Z] === RUN   TestDockerNetworkMacvlan/InternalMode
12:23:50 [2022-05-02T12:23:50.568Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
12:23:53 [2022-05-02T12:23:53.852Z] === RUN   TestDockerNetworkMacvlan/Addressing
12:23:54 [2022-05-02T12:23:54.785Z] --- PASS: TestDockerNetworkMacvlan (9.78s)
12:23:54 [2022-05-02T12:23:54.785Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s)
12:23:54 [2022-05-02T12:23:54.785Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
12:23:54 [2022-05-02T12:23:54.785Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.85s)
12:23:54 [2022-05-02T12:23:54.785Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.84s)
12:23:54 [2022-05-02T12:23:54.785Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.21s)
12:23:54 [2022-05-02T12:23:54.785Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.61s)
12:23:54 [2022-05-02T12:23:54.785Z] PASS
12:23:54 [2022-05-02T12:23:54.785Z] 
12:23:54 [2022-05-02T12:23:54.785Z] DONE 8 tests in 11.030s
12:23:54 [2022-05-02T12:23:54.785Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
12:23:54 [2022-05-02T12:23:54.785Z] testing: warning: no tests to run
12:23:54 [2022-05-02T12:23:54.785Z] PASS
12:23:54 [2022-05-02T12:23:54.785Z] 
12:23:54 [2022-05-02T12:23:54.785Z] DONE 0 tests in 0.007s
12:23:54 [2022-05-02T12:23:54.785Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
12:23:54 [2022-05-02T12:23:54.785Z] INFO: Testing against a local daemon
12:23:54 [2022-05-02T12:23:54.785Z] === RUN   TestAuthZPluginAllowRequest
12:23:56 [2022-05-02T12:23:56.156Z] --- PASS: TestAuthZPluginAllowRequest (1.16s)
12:23:56 [2022-05-02T12:23:56.156Z] === RUN   TestAuthZPluginTLS
12:23:56 [2022-05-02T12:23:56.413Z] --- PASS: TestAuthZPluginTLS (0.54s)
12:23:56 [2022-05-02T12:23:56.413Z] === RUN   TestAuthZPluginDenyRequest
12:23:56 [2022-05-02T12:23:56.978Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
12:23:56 [2022-05-02T12:23:56.978Z] === RUN   TestAuthZPluginAPIDenyResponse
12:23:57 [2022-05-02T12:23:57.544Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
12:23:57 [2022-05-02T12:23:57.544Z] === RUN   TestAuthZPluginDenyResponse
12:23:58 [2022-05-02T12:23:58.109Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
12:23:58 [2022-05-02T12:23:58.109Z] === RUN   TestAuthZPluginAllowEventStream
12:23:59 [2022-05-02T12:23:59.482Z] --- PASS: TestAuthZPluginAllowEventStream (1.19s)
12:23:59 [2022-05-02T12:23:59.482Z] === RUN   TestAuthZPluginErrorResponse
12:23:59 [2022-05-02T12:23:59.740Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
12:23:59 [2022-05-02T12:23:59.740Z] === RUN   TestAuthZPluginErrorRequest
12:24:00 [2022-05-02T12:24:00.305Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
12:24:00 [2022-05-02T12:24:00.305Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
12:24:00 [2022-05-02T12:24:00.871Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
12:24:00 [2022-05-02T12:24:00.871Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
12:24:02 [2022-05-02T12:24:02.269Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.45s)
12:24:02 [2022-05-02T12:24:02.269Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
12:24:04 [2022-05-02T12:24:04.167Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.46s)
12:24:04 [2022-05-02T12:24:04.167Z] === RUN   TestAuthZPluginHeader
12:24:04 [2022-05-02T12:24:04.424Z] --- PASS: TestAuthZPluginHeader (0.70s)
12:24:04 [2022-05-02T12:24:04.424Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
12:24:08 [2022-05-02T12:24:08.605Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.84s)
12:24:08 [2022-05-02T12:24:08.605Z] === RUN   TestAuthZPluginV2Disable
12:24:11 [2022-05-02T12:24:11.883Z] --- PASS: TestAuthZPluginV2Disable (3.34s)
12:24:11 [2022-05-02T12:24:11.883Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
12:24:15 [2022-05-02T12:24:15.160Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.16s)
12:24:15 [2022-05-02T12:24:15.160Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
12:24:25 [2022-05-02T12:24:25.122Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.86s)
12:24:25 [2022-05-02T12:24:25.122Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
12:24:43 [2022-05-02T12:24:43.188Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s)
12:24:43 [2022-05-02T12:24:43.188Z] PASS
12:24:43 [2022-05-02T12:24:43.188Z] 
12:24:43 [2022-05-02T12:24:43.188Z] DONE 17 tests in 46.466s
12:24:43 [2022-05-02T12:24:43.188Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
12:24:43 [2022-05-02T12:24:43.188Z] INFO: Testing against a local daemon
12:24:43 [2022-05-02T12:24:43.188Z] === RUN   TestPluginInvalidJSON
12:24:43 [2022-05-02T12:24:43.188Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
12:24:43 [2022-05-02T12:24:43.188Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
12:24:43 [2022-05-02T12:24:43.188Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
12:24:43 [2022-05-02T12:24:43.188Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
12:24:43 [2022-05-02T12:24:43.188Z] === RUN   TestPluginInvalidJSON/plugins/pull
12:24:43 [2022-05-02T12:24:43.188Z] === PAUSE TestPluginInvalidJSON/plugins/pull
12:24:43 [2022-05-02T12:24:43.188Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
12:24:43 [2022-05-02T12:24:43.188Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
12:24:43 [2022-05-02T12:24:43.188Z] === CONT  TestPluginInvalidJSON/plugins/pull
12:24:43 [2022-05-02T12:24:43.188Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
12:24:43 [2022-05-02T12:24:43.188Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
12:24:43 [2022-05-02T12:24:43.188Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
12:24:43 [2022-05-02T12:24:43.188Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
12:24:43 [2022-05-02T12:24:43.188Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
12:24:43 [2022-05-02T12:24:43.188Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
12:24:43 [2022-05-02T12:24:43.188Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
12:24:43 [2022-05-02T12:24:43.188Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
12:24:43 [2022-05-02T12:24:43.188Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
12:24:43 [2022-05-02T12:24:43.188Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
12:24:43 [2022-05-02T12:24:43.188Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
12:24:43 [2022-05-02T12:24:43.188Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
12:24:43 [2022-05-02T12:24:43.188Z] --- PASS: TestPluginInvalidJSON (0.01s)
12:24:43 [2022-05-02T12:24:43.188Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s)
12:24:43 [2022-05-02T12:24:43.188Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
12:24:43 [2022-05-02T12:24:43.188Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
12:24:43 [2022-05-02T12:24:43.188Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
12:24:43 [2022-05-02T12:24:43.188Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
12:24:43 [2022-05-02T12:24:43.188Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
12:24:43 [2022-05-02T12:24:43.188Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
12:24:43 [2022-05-02T12:24:43.188Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
12:24:43 [2022-05-02T12:24:43.188Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
12:24:43 [2022-05-02T12:24:43.188Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
12:24:43 [2022-05-02T12:24:43.189Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
12:24:43 [2022-05-02T12:24:43.189Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
12:24:43 [2022-05-02T12:24:43.189Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
12:24:43 [2022-05-02T12:24:43.189Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
12:24:43 [2022-05-02T12:24:43.189Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
12:24:43 [2022-05-02T12:24:43.189Z] === RUN   TestPluginInstall
12:24:43 [2022-05-02T12:24:43.189Z] === RUN   TestPluginInstall/no_auth
12:24:43 [2022-05-02T12:24:43.189Z] time="2022-05-02T12:24:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:24:43 [2022-05-02T12:24:43.189Z] time="2022-05-02T12:24:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:457afeb241d683e6b43f6da83bbab2df8983a10df54954d452f1a7ef237c7a60" mediatype=application/vnd.docker.plugin.v1+json size=522
12:24:43 [2022-05-02T12:24:43.189Z] time="2022-05-02T12:24:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:24:43 [2022-05-02T12:24:43.189Z] time="2022-05-02T12:24:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:457afeb241d683e6b43f6da83bbab2df8983a10df54954d452f1a7ef237c7a60" mediatype=application/vnd.docker.plugin.v1+json size=522
12:24:43 [2022-05-02T12:24:43.189Z] === RUN   TestPluginInstall/with_htpasswd
12:24:43 [2022-05-02T12:24:43.189Z] time="2022-05-02T12:24:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:24:43 [2022-05-02T12:24:43.189Z] time="2022-05-02T12:24:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7b40a6351b5d72b40dff0212a17806f6775a48630d7fae360f98b6fd79aec97c" mediatype=application/vnd.docker.plugin.v1+json size=522
12:24:43 [2022-05-02T12:24:43.189Z] time="2022-05-02T12:24:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:24:43 [2022-05-02T12:24:43.189Z] time="2022-05-02T12:24:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7b40a6351b5d72b40dff0212a17806f6775a48630d7fae360f98b6fd79aec97c" mediatype=application/vnd.docker.plugin.v1+json size=522
12:24:43 [2022-05-02T12:24:43.189Z] === RUN   TestPluginInstall/with_insecure
12:24:43 [2022-05-02T12:24:43.755Z] time="2022-05-02T12:24:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:24:43 [2022-05-02T12:24:43.755Z] time="2022-05-02T12:24:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3d343b22022a2c0c79bc3bcd1b30abcd6b61ed8538226d01107db7cb114875dc" mediatype=application/vnd.docker.plugin.v1+json size=522
12:24:43 [2022-05-02T12:24:43.755Z] time="2022-05-02T12:24:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:24:43 [2022-05-02T12:24:43.755Z] time="2022-05-02T12:24:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3d343b22022a2c0c79bc3bcd1b30abcd6b61ed8538226d01107db7cb114875dc" mediatype=application/vnd.docker.plugin.v1+json size=522
12:24:44 [2022-05-02T12:24:44.013Z]     plugin_test.go:195: [d9db5d752f070] daemon is not started
12:24:44 [2022-05-02T12:24:44.013Z] --- PASS: TestPluginInstall (2.73s)
12:24:44 [2022-05-02T12:24:44.013Z]     --- PASS: TestPluginInstall/no_auth (1.03s)
12:24:44 [2022-05-02T12:24:44.013Z]     --- PASS: TestPluginInstall/with_htpasswd (0.61s)
12:24:44 [2022-05-02T12:24:44.013Z]     --- PASS: TestPluginInstall/with_insecure (1.08s)
12:24:44 [2022-05-02T12:24:44.013Z] === RUN   TestPluginsWithRuntimes
12:24:45 [2022-05-02T12:24:45.911Z] === RUN   TestPluginsWithRuntimes/No_Args
12:24:46 [2022-05-02T12:24:46.477Z] === RUN   TestPluginsWithRuntimes/With_Args
12:24:47 [2022-05-02T12:24:47.437Z] --- PASS: TestPluginsWithRuntimes (3.31s)
12:24:47 [2022-05-02T12:24:47.437Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.88s)
12:24:47 [2022-05-02T12:24:47.437Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.87s)
12:24:47 [2022-05-02T12:24:47.437Z] === RUN   TestPluginBackCompatMediaTypes
12:24:48 [2022-05-02T12:24:48.002Z] --- PASS: TestPluginBackCompatMediaTypes (0.60s)
12:24:48 [2022-05-02T12:24:48.002Z] PASS
12:24:48 [2022-05-02T12:24:48.002Z] 
12:24:48 [2022-05-02T12:24:48.002Z] DONE 24 tests in 6.688s
12:24:48 [2022-05-02T12:24:48.002Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
12:24:48 [2022-05-02T12:24:48.002Z] INFO: Testing against a local daemon
12:24:48 [2022-05-02T12:24:48.002Z] === RUN   TestExternalGraphDriver
12:24:48 [2022-05-02T12:24:48.002Z] === RUN   TestExternalGraphDriver/json
12:24:49 [2022-05-02T12:24:49.901Z] === RUN   TestExternalGraphDriver/spec
12:24:51 [2022-05-02T12:24:51.274Z] === RUN   TestExternalGraphDriver/pull
12:24:53 [2022-05-02T12:24:53.171Z] --- PASS: TestExternalGraphDriver (5.00s)
12:24:53 [2022-05-02T12:24:53.171Z]     --- PASS: TestExternalGraphDriver/json (1.63s)
12:24:53 [2022-05-02T12:24:53.171Z]     --- PASS: TestExternalGraphDriver/spec (1.66s)
12:24:53 [2022-05-02T12:24:53.171Z]     --- PASS: TestExternalGraphDriver/pull (1.68s)
12:24:53 [2022-05-02T12:24:53.171Z] === RUN   TestGraphdriverPluginV2
12:24:57 [2022-05-02T12:24:57.350Z] --- PASS: TestGraphdriverPluginV2 (3.90s)
12:24:57 [2022-05-02T12:24:57.350Z] PASS
12:24:57 [2022-05-02T12:24:57.350Z] 
12:24:57 [2022-05-02T12:24:57.350Z] DONE 5 tests in 8.938s
12:24:57 [2022-05-02T12:24:57.350Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
12:24:57 [2022-05-02T12:24:57.350Z] INFO: Testing against a local daemon
12:24:57 [2022-05-02T12:24:57.350Z] === RUN   TestContinueAfterPluginCrash
12:24:57 [2022-05-02T12:24:57.350Z] === PAUSE TestContinueAfterPluginCrash
12:24:57 [2022-05-02T12:24:57.350Z] === RUN   TestReadPluginNoRead
12:24:57 [2022-05-02T12:24:57.350Z] === PAUSE TestReadPluginNoRead
12:24:57 [2022-05-02T12:24:57.350Z] === RUN   TestDaemonStartWithLogOpt
12:24:57 [2022-05-02T12:24:57.350Z] === PAUSE TestDaemonStartWithLogOpt
12:24:57 [2022-05-02T12:24:57.350Z] === CONT  TestContinueAfterPluginCrash
12:24:57 [2022-05-02T12:24:57.350Z] === CONT  TestDaemonStartWithLogOpt
12:25:00 [2022-05-02T12:25:00.629Z] --- PASS: TestDaemonStartWithLogOpt (3.37s)
12:25:00 [2022-05-02T12:25:00.629Z] === CONT  TestReadPluginNoRead
12:25:02 [2022-05-02T12:25:02.528Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
12:25:03 [2022-05-02T12:25:03.900Z] === RUN   TestReadPluginNoRead/default
12:25:05 [2022-05-02T12:25:05.273Z] === RUN   TestReadPluginNoRead/disabled_caching
12:25:05 [2022-05-02T12:25:05.273Z] --- PASS: TestContinueAfterPluginCrash (8.39s)
12:25:06 [2022-05-02T12:25:06.206Z] === CONT  TestReadPluginNoRead
12:25:06 [2022-05-02T12:25:06.206Z]     read_test.go:92: [dc3bd16486210] daemon is not started
12:25:06 [2022-05-02T12:25:06.206Z] --- PASS: TestReadPluginNoRead (5.94s)
12:25:06 [2022-05-02T12:25:06.206Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.27s)
12:25:06 [2022-05-02T12:25:06.206Z]     --- PASS: TestReadPluginNoRead/default (1.22s)
12:25:06 [2022-05-02T12:25:06.206Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.22s)
12:25:06 [2022-05-02T12:25:06.206Z] PASS
12:25:06 [2022-05-02T12:25:06.206Z] 
12:25:06 [2022-05-02T12:25:06.206Z] DONE 6 tests in 9.329s
12:25:06 [2022-05-02T12:25:06.206Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
12:25:06 [2022-05-02T12:25:06.206Z] testing: warning: no tests to run
12:25:06 [2022-05-02T12:25:06.206Z] PASS
12:25:06 [2022-05-02T12:25:06.206Z] 
12:25:06 [2022-05-02T12:25:06.206Z] DONE 0 tests in 0.008s
12:25:06 [2022-05-02T12:25:06.206Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
12:25:06 [2022-05-02T12:25:06.206Z] INFO: Testing against a local daemon
12:25:06 [2022-05-02T12:25:06.206Z] === RUN   TestPluginWithDevMounts
12:25:06 [2022-05-02T12:25:06.206Z] === PAUSE TestPluginWithDevMounts
12:25:06 [2022-05-02T12:25:06.206Z] === CONT  TestPluginWithDevMounts
12:25:08 [2022-05-02T12:25:08.104Z] --- PASS: TestPluginWithDevMounts (1.58s)
12:25:08 [2022-05-02T12:25:08.104Z] PASS
12:25:08 [2022-05-02T12:25:08.104Z] 
12:25:08 [2022-05-02T12:25:08.104Z] DONE 1 tests in 1.604s
12:25:08 [2022-05-02T12:25:08.104Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
12:25:08 [2022-05-02T12:25:08.104Z] INFO: Testing against a local daemon
12:25:08 [2022-05-02T12:25:08.104Z] === RUN   TestSecretInspect
12:25:10 [2022-05-02T12:25:10.003Z] --- PASS: TestSecretInspect (2.17s)
12:25:10 [2022-05-02T12:25:10.003Z] === RUN   TestSecretList
12:25:12 [2022-05-02T12:25:12.530Z] --- PASS: TestSecretList (2.16s)
12:25:12 [2022-05-02T12:25:12.531Z] === RUN   TestSecretsCreateAndDelete
12:25:14 [2022-05-02T12:25:14.451Z] --- PASS: TestSecretsCreateAndDelete (2.20s)
12:25:14 [2022-05-02T12:25:14.451Z] === RUN   TestSecretsUpdate
12:25:16 [2022-05-02T12:25:16.976Z] --- PASS: TestSecretsUpdate (2.19s)
12:25:16 [2022-05-02T12:25:16.976Z] === RUN   TestTemplatedSecret
12:25:19 [2022-05-02T12:25:19.502Z] --- PASS: TestTemplatedSecret (2.56s)
12:25:19 [2022-05-02T12:25:19.502Z] === RUN   TestSecretCreateResolve
12:25:21 [2022-05-02T12:25:21.401Z] --- PASS: TestSecretCreateResolve (2.18s)
12:25:21 [2022-05-02T12:25:21.401Z] PASS
12:25:21 [2022-05-02T12:25:21.401Z] 
12:25:21 [2022-05-02T12:25:21.401Z] DONE 6 tests in 13.466s
12:25:21 [2022-05-02T12:25:21.401Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
12:25:21 [2022-05-02T12:25:21.401Z] INFO: Testing against a local daemon
12:25:21 [2022-05-02T12:25:21.401Z] === RUN   TestServiceCreateInit
12:25:21 [2022-05-02T12:25:21.401Z] === RUN   TestServiceCreateInit/daemonInitDisabled
12:25:25 [2022-05-02T12:25:25.584Z] === RUN   TestServiceCreateInit/daemonInitEnabled
12:25:28 [2022-05-02T12:25:28.861Z] --- PASS: TestServiceCreateInit (7.58s)
12:25:28 [2022-05-02T12:25:28.861Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.68s)
12:25:28 [2022-05-02T12:25:28.861Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.88s)
12:25:28 [2022-05-02T12:25:28.861Z] === RUN   TestCreateServiceMultipleTimes
12:25:46 [2022-05-02T12:25:46.928Z] --- PASS: TestCreateServiceMultipleTimes (15.62s)
12:25:46 [2022-05-02T12:25:46.928Z] === RUN   TestCreateServiceConflict
12:25:46 [2022-05-02T12:25:46.928Z] --- PASS: TestCreateServiceConflict (2.24s)
12:25:46 [2022-05-02T12:25:46.928Z] === RUN   TestCreateServiceMaxReplicas
12:25:49 [2022-05-02T12:25:49.452Z] --- PASS: TestCreateServiceMaxReplicas (2.72s)
12:25:49 [2022-05-02T12:25:49.452Z] === RUN   TestCreateWithDuplicateNetworkNames
12:26:04 [2022-05-02T12:26:04.335Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.14s)
12:26:04 [2022-05-02T12:26:04.335Z] === RUN   TestCreateServiceSecretFileMode
12:26:05 [2022-05-02T12:26:05.284Z] --- PASS: TestCreateServiceSecretFileMode (2.53s)
12:26:05 [2022-05-02T12:26:05.284Z] === RUN   TestCreateServiceConfigFileMode
12:26:07 [2022-05-02T12:26:07.810Z] --- PASS: TestCreateServiceConfigFileMode (2.45s)
12:26:07 [2022-05-02T12:26:07.810Z] === RUN   TestCreateServiceSysctls
12:26:11 [2022-05-02T12:26:11.088Z] --- PASS: TestCreateServiceSysctls (3.07s)
12:26:11 [2022-05-02T12:26:11.088Z] === RUN   TestCreateServiceCapabilities
12:26:13 [2022-05-02T12:26:13.614Z] --- PASS: TestCreateServiceCapabilities (2.48s)
12:26:13 [2022-05-02T12:26:13.615Z] === RUN   TestInspect
12:26:16 [2022-05-02T12:26:16.140Z] --- PASS: TestInspect (2.82s)
12:26:16 [2022-05-02T12:26:16.140Z] === RUN   TestCreateJob
12:26:19 [2022-05-02T12:26:19.419Z] --- PASS: TestCreateJob (3.05s)
12:26:19 [2022-05-02T12:26:19.419Z] === RUN   TestReplicatedJob
12:26:24 [2022-05-02T12:26:24.680Z] --- PASS: TestReplicatedJob (5.42s)
12:26:24 [2022-05-02T12:26:24.680Z] === RUN   TestUpdateReplicatedJob
12:26:27 [2022-05-02T12:26:27.958Z] --- PASS: TestUpdateReplicatedJob (3.15s)
12:26:27 [2022-05-02T12:26:27.958Z] === RUN   TestServiceListWithStatuses
12:26:27 [2022-05-02T12:26:27.958Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
12:26:27 [2022-05-02T12:26:27.958Z] --- SKIP: TestServiceListWithStatuses (0.00s)
12:26:27 [2022-05-02T12:26:27.958Z] === RUN   TestDockerNetworkConnectAlias
12:26:32 [2022-05-02T12:26:32.140Z] --- PASS: TestDockerNetworkConnectAlias (4.20s)
12:26:32 [2022-05-02T12:26:32.140Z] === RUN   TestDockerNetworkReConnect
12:26:35 [2022-05-02T12:26:35.423Z] --- PASS: TestDockerNetworkReConnect (3.41s)
12:26:35 [2022-05-02T12:26:35.423Z] === RUN   TestServicePlugin
12:26:39 [2022-05-02T12:26:39.625Z]     plugin_test.go:61: [d508ea7fdcc19] joining swarm manager [d902c2b9c0dbb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:26:40 [2022-05-02T12:26:40.190Z]     plugin_test.go:64: [d5d2a4df25d12] joining swarm manager [d902c2b9c0dbb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
12:27:06 [2022-05-02T12:27:06.714Z] --- PASS: TestServicePlugin (30.07s)
12:27:06 [2022-05-02T12:27:06.714Z] === RUN   TestServiceUpdateLabel
12:27:07 [2022-05-02T12:27:07.646Z] --- PASS: TestServiceUpdateLabel (2.18s)
12:27:07 [2022-05-02T12:27:07.646Z] === RUN   TestServiceUpdateSecrets
12:27:22 [2022-05-02T12:27:22.508Z] --- PASS: TestServiceUpdateSecrets (14.48s)
12:27:22 [2022-05-02T12:27:22.508Z] === RUN   TestServiceUpdateConfigs
12:27:37 [2022-05-02T12:27:37.368Z] --- PASS: TestServiceUpdateConfigs (14.35s)
12:27:37 [2022-05-02T12:27:37.368Z] === RUN   TestServiceUpdateNetwork
12:27:49 [2022-05-02T12:27:49.576Z] --- PASS: TestServiceUpdateNetwork (12.32s)
12:27:49 [2022-05-02T12:27:49.576Z] === RUN   TestServiceUpdatePidsLimit
12:27:49 [2022-05-02T12:27:49.841Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
12:27:50 [2022-05-02T12:27:50.775Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
12:27:58 [2022-05-02T12:27:58.875Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
12:28:05 [2022-05-02T12:28:05.427Z] --- PASS: TestServiceUpdatePidsLimit (16.30s)
12:28:05 [2022-05-02T12:28:05.427Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.83s)
12:28:05 [2022-05-02T12:28:05.427Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.80s)
12:28:05 [2022-05-02T12:28:05.427Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s)
12:28:05 [2022-05-02T12:28:05.427Z] PASS
12:28:05 [2022-05-02T12:28:05.427Z] 
12:28:05 [2022-05-02T12:28:05.427Z] === Skipped
12:28:05 [2022-05-02T12:28:05.427Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
12:28:05 [2022-05-02T12:28:05.427Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
12:28:05 [2022-05-02T12:28:05.427Z] 
12:28:05 [2022-05-02T12:28:05.427Z] DONE 27 tests, 1 skipped in 163.610s
12:28:05 [2022-05-02T12:28:05.427Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
12:28:05 [2022-05-02T12:28:05.427Z] INFO: Testing against a local daemon
12:28:05 [2022-05-02T12:28:05.427Z] === RUN   TestSessionCreate
12:28:05 [2022-05-02T12:28:05.427Z] --- PASS: TestSessionCreate (0.02s)
12:28:05 [2022-05-02T12:28:05.427Z] === RUN   TestSessionCreateWithBadUpgrade
12:28:05 [2022-05-02T12:28:05.427Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
12:28:05 [2022-05-02T12:28:05.427Z] PASS
12:28:05 [2022-05-02T12:28:05.427Z] 
12:28:05 [2022-05-02T12:28:05.427Z] DONE 2 tests in 0.058s
12:28:05 [2022-05-02T12:28:05.427Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
12:28:05 [2022-05-02T12:28:05.427Z] INFO: Testing against a local daemon
12:28:05 [2022-05-02T12:28:05.427Z] === RUN   TestCgroupDriverSystemdMemoryLimit
12:28:05 [2022-05-02T12:28:05.427Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
12:28:05 [2022-05-02T12:28:05.427Z] === RUN   TestDiskUsage
12:28:05 [2022-05-02T12:28:05.427Z] === PAUSE TestDiskUsage
12:28:05 [2022-05-02T12:28:05.427Z] === RUN   TestEventsExecDie
12:28:05 [2022-05-02T12:28:05.685Z] --- PASS: TestEventsExecDie (0.54s)
12:28:05 [2022-05-02T12:28:05.685Z] === RUN   TestEventsBackwardsCompatible
12:28:05 [2022-05-02T12:28:05.685Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
12:28:05 [2022-05-02T12:28:05.685Z] === RUN   TestEventsVolumeCreate
12:28:05 [2022-05-02T12:28:05.685Z] --- PASS: TestEventsVolumeCreate (0.07s)
12:28:05 [2022-05-02T12:28:05.685Z] === RUN   TestInfoBinaryCommits
12:28:05 [2022-05-02T12:28:05.685Z] --- PASS: TestInfoBinaryCommits (0.02s)
12:28:05 [2022-05-02T12:28:05.685Z] === RUN   TestInfoAPIVersioned
12:28:05 [2022-05-02T12:28:05.685Z] --- PASS: TestInfoAPIVersioned (0.01s)
12:28:05 [2022-05-02T12:28:05.685Z] === RUN   TestInfoAPI
12:28:05 [2022-05-02T12:28:05.685Z] --- PASS: TestInfoAPI (0.02s)
12:28:05 [2022-05-02T12:28:05.685Z] === RUN   TestInfoAPIWarnings
12:28:23 [2022-05-02T12:28:23.749Z] --- PASS: TestInfoAPIWarnings (16.54s)
12:28:23 [2022-05-02T12:28:23.749Z] === RUN   TestInfoDebug
12:28:23 [2022-05-02T12:28:23.749Z] --- PASS: TestInfoDebug (0.52s)
12:28:23 [2022-05-02T12:28:23.749Z] === RUN   TestInfoInsecureRegistries
12:28:23 [2022-05-02T12:28:23.749Z] --- PASS: TestInfoInsecureRegistries (0.52s)
12:28:23 [2022-05-02T12:28:23.749Z] === RUN   TestInfoRegistryMirrors
12:28:24 [2022-05-02T12:28:24.007Z] --- PASS: TestInfoRegistryMirrors (0.52s)
12:28:24 [2022-05-02T12:28:24.007Z] === RUN   TestLoginFailsWithBadCredentials
12:28:24 [2022-05-02T12:28:24.007Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s)
12:28:24 [2022-05-02T12:28:24.007Z] === RUN   TestPingCacheHeaders
12:28:24 [2022-05-02T12:28:24.007Z] --- PASS: TestPingCacheHeaders (0.02s)
12:28:24 [2022-05-02T12:28:24.007Z] === RUN   TestPingGet
12:28:24 [2022-05-02T12:28:24.007Z] --- PASS: TestPingGet (0.01s)
12:28:24 [2022-05-02T12:28:24.007Z] === RUN   TestPingHead
12:28:24 [2022-05-02T12:28:24.007Z] --- PASS: TestPingHead (0.02s)
12:28:24 [2022-05-02T12:28:24.007Z] === RUN   TestPingSwarmHeader
12:28:24 [2022-05-02T12:28:24.571Z] === RUN   TestPingSwarmHeader/before_swarm_init
12:28:25 [2022-05-02T12:28:25.137Z] === RUN   TestPingSwarmHeader/after_swarm_init
12:28:26 [2022-05-02T12:28:26.071Z] === RUN   TestPingSwarmHeader/after_swarm_leave
12:28:26 [2022-05-02T12:28:26.071Z] --- PASS: TestPingSwarmHeader (2.06s)
12:28:26 [2022-05-02T12:28:26.071Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
12:28:26 [2022-05-02T12:28:26.071Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
12:28:26 [2022-05-02T12:28:26.071Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
12:28:26 [2022-05-02T12:28:26.071Z] === RUN   TestVersion
12:28:26 [2022-05-02T12:28:26.071Z] --- PASS: TestVersion (0.02s)
12:28:26 [2022-05-02T12:28:26.071Z] === CONT  TestCgroupDriverSystemdMemoryLimit
12:28:26 [2022-05-02T12:28:26.071Z] === CONT  TestDiskUsage
12:28:26 [2022-05-02T12:28:26.636Z] === RUN   TestDiskUsage/empty
12:28:26 [2022-05-02T12:28:26.636Z] === RUN   TestDiskUsage/empty/container_types
12:28:26 [2022-05-02T12:28:26.636Z] === RUN   TestDiskUsage/empty/image_types
12:28:26 [2022-05-02T12:28:26.636Z] === RUN   TestDiskUsage/empty/volume_types
12:28:26 [2022-05-02T12:28:26.636Z] === RUN   TestDiskUsage/empty/build-cache_types
12:28:26 [2022-05-02T12:28:26.636Z] === RUN   TestDiskUsage/empty/container,_volume_types
12:28:26 [2022-05-02T12:28:26.636Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
12:28:26 [2022-05-02T12:28:26.636Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
12:28:26 [2022-05-02T12:28:26.636Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
12:28:26 [2022-05-02T12:28:26.636Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
12:28:26 [2022-05-02T12:28:26.636Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
12:28:26 [2022-05-02T12:28:26.636Z] === RUN   TestDiskUsage/after_LoadBusybox
12:28:26 [2022-05-02T12:28:26.895Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
12:28:26 [2022-05-02T12:28:26.895Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
12:28:26 [2022-05-02T12:28:26.895Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
12:28:26 [2022-05-02T12:28:26.895Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
12:28:26 [2022-05-02T12:28:26.895Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
12:28:26 [2022-05-02T12:28:26.895Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
12:28:26 [2022-05-02T12:28:26.895Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
12:28:26 [2022-05-02T12:28:26.895Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
12:28:26 [2022-05-02T12:28:26.895Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
12:28:26 [2022-05-02T12:28:26.895Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
12:28:26 [2022-05-02T12:28:26.895Z] === RUN   TestDiskUsage/after_container.Run
12:28:27 [2022-05-02T12:28:27.461Z] === RUN   TestDiskUsage/after_container.Run/container_types
12:28:27 [2022-05-02T12:28:27.462Z] === RUN   TestDiskUsage/after_container.Run/image_types
12:28:27 [2022-05-02T12:28:27.462Z] === RUN   TestDiskUsage/after_container.Run/volume_types
12:28:27 [2022-05-02T12:28:27.462Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
12:28:27 [2022-05-02T12:28:27.462Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
12:28:27 [2022-05-02T12:28:27.462Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
12:28:27 [2022-05-02T12:28:27.462Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
12:28:27 [2022-05-02T12:28:27.462Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
12:28:27 [2022-05-02T12:28:27.462Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
12:28:27 [2022-05-02T12:28:27.462Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
12:28:27 [2022-05-02T12:28:27.719Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.56s)
12:28:27 [2022-05-02T12:28:27.719Z] --- PASS: TestDiskUsage (1.57s)
12:28:27 [2022-05-02T12:28:27.719Z]     --- PASS: TestDiskUsage/empty (0.01s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.35s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]     --- PASS: TestDiskUsage/after_container.Run (0.49s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z] PASS
12:28:27 [2022-05-02T12:28:27.719Z] 
12:28:27 [2022-05-02T12:28:27.719Z] DONE 54 tests in 22.621s
12:28:27 [2022-05-02T12:28:27.719Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
12:28:27 [2022-05-02T12:28:27.719Z] INFO: Testing against a local daemon
12:28:27 [2022-05-02T12:28:27.719Z] === RUN   TestVolumesCreateAndList
12:28:27 [2022-05-02T12:28:27.719Z] --- PASS: TestVolumesCreateAndList (0.02s)
12:28:27 [2022-05-02T12:28:27.719Z] === RUN   TestVolumesRemove
12:28:27 [2022-05-02T12:28:27.719Z] --- PASS: TestVolumesRemove (0.06s)
12:28:27 [2022-05-02T12:28:27.719Z] === RUN   TestVolumesInspect
12:28:27 [2022-05-02T12:28:27.719Z] --- PASS: TestVolumesInspect (0.02s)
12:28:27 [2022-05-02T12:28:27.719Z] === RUN   TestVolumesInvalidJSON
12:28:27 [2022-05-02T12:28:27.719Z] === RUN   TestVolumesInvalidJSON/volumes/create
12:28:27 [2022-05-02T12:28:27.719Z] === PAUSE TestVolumesInvalidJSON/volumes/create
12:28:27 [2022-05-02T12:28:27.719Z] === CONT  TestVolumesInvalidJSON/volumes/create
12:28:27 [2022-05-02T12:28:27.719Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
12:28:27 [2022-05-02T12:28:27.719Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
12:28:27 [2022-05-02T12:28:27.719Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
12:28:27 [2022-05-02T12:28:27.719Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
12:28:27 [2022-05-02T12:28:27.719Z] --- PASS: TestVolumesInvalidJSON (0.01s)
12:28:27 [2022-05-02T12:28:27.719Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
12:28:27 [2022-05-02T12:28:27.719Z] PASS
12:28:27 [2022-05-02T12:28:27.719Z] 
12:28:27 [2022-05-02T12:28:27.719Z] DONE 9 tests in 0.133s
12:28:27 [2022-05-02T12:28:27.719Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
12:28:28 [2022-05-02T12:28:28.284Z] Stopping apparmor (via systemctl): apparmor.service.
12:28:28 [2022-05-02T12:28:28.284Z] Removing test suite binaries
12:28:28 [2022-05-02T12:28:28.284Z] exiting test-integration
12:28:28 [2022-05-02T12:28:28.284Z] ++ exit 0
12:28:28 [2022-05-02T12:28:28.284Z]