Skip to content

Console Output

16:45:32 [2022-04-29T16:45:32.359Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43547/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=82088364e143796457aa668ab23ba07c9d638940 -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:82088364e143796457aa668ab23ba07c9d638940 hack/make.sh dynbinary test-integration
16:45:33 [2022-04-29T16:45:33.301Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
16:45:33 [2022-04-29T16:45:33.301Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
16:45:33 [2022-04-29T16:45:33.301Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
16:45:33 [2022-04-29T16:45:33.301Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
16:45:33 [2022-04-29T16:45:33.301Z] 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)
16:45:33 [2022-04-29T16:45:33.301Z] Detected virtualization docker.
16:45:33 [2022-04-29T16:45:33.301Z] Detected architecture x86-64.
16:45:33 [2022-04-29T16:45:33.301Z] Set hostname to <40abc476375f>.
16:45:33 [2022-04-29T16:45:33.301Z] modprobe@configfs.service: Succeeded.
16:45:33 [2022-04-29T16:45:33.301Z] modprobe@drm.service: Succeeded.
16:45:33 [2022-04-29T16:45:33.301Z] modprobe@fuse.service: Succeeded.
16:45:33 [2022-04-29T16:45:33.562Z] + source /etc/docker-entrypoint-cmd
16:45:33 [2022-04-29T16:45:33.562Z] ++ hack/make.sh dynbinary test-integration
16:45:33 [2022-04-29T16:45:33.562Z] 
16:45:33 [2022-04-29T16:45:33.562Z] Removing bundles/
16:45:33 [2022-04-29T16:45:33.562Z] 
16:45:33 [2022-04-29T16:45:33.562Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
16:45:33 [2022-04-29T16:45:33.562Z] Building: bundles/dynbinary-daemon/dockerd-dev
16:45:33 [2022-04-29T16:45:33.562Z] GOOS="" GOARCH="" GOARM=""
16:47:40 [2022-04-29T16:47:40.095Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
16:47:40 [2022-04-29T16:47:40.095Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
16:47:40 [2022-04-29T16:47:40.095Z] GOOS="" GOARCH="" GOARM=""
16:47:40 [2022-04-29T16:47:40.095Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
16:47:40 [2022-04-29T16:47:40.095Z] 
16:47:40 [2022-04-29T16:47:40.095Z] ---> Making bundle: test-integration (in bundles/test-integration)
16:47:40 [2022-04-29T16:47:40.095Z] DOCKER_SYSTEMD=1
16:47:40 [2022-04-29T16:47:40.095Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
16:47:40 [2022-04-29T16:47:40.095Z] HOSTNAME=40abc476375f
16:47:40 [2022-04-29T16:47:40.095Z] DEST=bundles/test-integration
16:47:40 [2022-04-29T16:47:40.095Z] PWD=/go/src/github.com/docker/docker
16:47:40 [2022-04-29T16:47:40.095Z] DOCKER_GITCOMMIT=82088364e143796457aa668ab23ba07c9d638940
16:47:40 [2022-04-29T16:47:40.095Z] container=docker
16:47:40 [2022-04-29T16:47:40.095Z] HOME=/root
16:47:40 [2022-04-29T16:47:40.095Z] LANG=C.UTF-8
16:47:40 [2022-04-29T16:47:40.095Z] INVOCATION_ID=5402dc2f45fe45c0b1b9c70182cd3b5a
16:47:40 [2022-04-29T16:47:40.095Z] GOLANG_VERSION=1.18.1
16:47:40 [2022-04-29T16:47:40.095Z] VALIDATE_REPO=https://github.com/moby/moby.git
16:47:40 [2022-04-29T16:47:40.095Z] VALIDATE_BRANCH=master
16:47:40 [2022-04-29T16:47:40.095Z] TERM=xterm
16:47:40 [2022-04-29T16:47:40.095Z] DOCKER_PKG=github.com/docker/docker
16:47:40 [2022-04-29T16:47:40.095Z] SHLVL=3
16:47:40 [2022-04-29T16:47:40.095Z] TIMEOUT=120m
16:47:40 [2022-04-29T16:47:40.095Z] DOCKER_BUILDTAGS=apparmor seccomp journald
16:47:40 [2022-04-29T16:47:40.095Z] DOCKER_GRAPHDRIVER=overlay2
16:47:40 [2022-04-29T16:47:40.095Z] GO111MODULE=off
16:47:40 [2022-04-29T16:47:40.095Z] DOCKER_EXPERIMENTAL=1
16:47:40 [2022-04-29T16:47:40.095Z] TEST_SKIP_INTEGRATION_CLI=1
16:47:40 [2022-04-29T16:47:40.095Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
16:47:40 [2022-04-29T16:47:40.095Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
16:47:40 [2022-04-29T16:47:40.095Z] GOPATH=/go
16:47:40 [2022-04-29T16:47:40.095Z] PKG_CONFIG=pkg-config
16:47:40 [2022-04-29T16:47:40.095Z] _=/usr/bin/env
16:47:40 [2022-04-29T16:47:40.095Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
16:48:26 [2022-04-29T16:48:26.826Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
16:48:26 [2022-04-29T16:48:26.826Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
16:48:48 [2022-04-29T16:48:48.800Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
16:48:56 [2022-04-29T16:48:56.943Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
16:49:06 [2022-04-29T16:49:06.950Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
16:49:06 [2022-04-29T16:49:06.950Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
16:49:07 [2022-04-29T16:49:07.895Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
16:49:08 [2022-04-29T16:49:08.467Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
16:49:08 [2022-04-29T16:49:08.728Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
16:49:09 [2022-04-29T16:49:09.672Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
16:49:12 [2022-04-29T16:49:12.221Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
16:49:13 [2022-04-29T16:49:13.165Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
16:49:14 [2022-04-29T16:49:14.108Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
16:49:14 [2022-04-29T16:49:14.369Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
16:49:15 [2022-04-29T16:49:15.312Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
16:49:16 [2022-04-29T16:49:16.256Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
16:49:17 [2022-04-29T16:49:17.643Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
16:49:18 [2022-04-29T16:49:18.216Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
16:49:19 [2022-04-29T16:49:19.159Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
16:49:19 [2022-04-29T16:49:19.731Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
16:49:19 [2022-04-29T16:49:19.731Z] Using test binary docker
16:49:19 [2022-04-29T16:49:19.731Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
16:49:19 [2022-04-29T16:49:19.991Z] Starting apparmor (via systemctl): apparmor.service.
16:49:19 [2022-04-29T16:49:19.991Z] INFO: Waiting for daemon to start...
16:49:19 [2022-04-29T16:49:19.991Z] Starting dockerd
16:49:22 [2022-04-29T16:49:22.533Z] .
16:49:22 [2022-04-29T16:49:22.533Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
16:49:22 [2022-04-29T16:49:22.533Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
16:49:22 [2022-04-29T16:49:22.533Z] Error: No such image: emptyfs
16:49:22 [2022-04-29T16:49:22.793Z] Running integration-test (iteration 1)
16:49:22 [2022-04-29T16:49:22.793Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
16:49:23 [2022-04-29T16:49:23.054Z] Loaded image: busybox:latest
16:49:23 [2022-04-29T16:49:23.054Z] Loaded image: busybox:glibc
16:49:24 [2022-04-29T16:49:24.439Z] Loaded image: debian:bullseye-slim
16:49:24 [2022-04-29T16:49:24.439Z] Loaded image: hello-world:latest
16:49:24 [2022-04-29T16:49:24.716Z] Loaded image: arm32v7/hello-world:latest
16:49:24 [2022-04-29T16:49:24.716Z] INFO: Testing against a local daemon
16:49:24 [2022-04-29T16:49:24.716Z] === RUN   TestCgroupNamespacesBuild
16:49:26 [2022-04-29T16:49:26.127Z] --- PASS: TestCgroupNamespacesBuild (1.39s)
16:49:26 [2022-04-29T16:49:26.127Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
16:49:27 [2022-04-29T16:49:27.512Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.25s)
16:49:27 [2022-04-29T16:49:27.512Z] === RUN   TestBuildWithSession
16:49:27 [2022-04-29T16:49:27.512Z]     build_session_test.go:25: TODO: BuildKit
16:49:27 [2022-04-29T16:49:27.512Z] --- SKIP: TestBuildWithSession (0.00s)
16:49:27 [2022-04-29T16:49:27.512Z] === RUN   TestBuildSquashParent
16:49:31 [2022-04-29T16:49:31.720Z] --- PASS: TestBuildSquashParent (4.15s)
16:49:31 [2022-04-29T16:49:31.720Z] === RUN   TestBuildWithRemoveAndForceRemove
16:49:31 [2022-04-29T16:49:31.720Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:49:31 [2022-04-29T16:49:31.720Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:49:31 [2022-04-29T16:49:31.720Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:49:31 [2022-04-29T16:49:31.720Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:49:31 [2022-04-29T16:49:31.720Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:49:31 [2022-04-29T16:49:31.720Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:49:31 [2022-04-29T16:49:31.720Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:49:31 [2022-04-29T16:49:31.720Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:49:31 [2022-04-29T16:49:31.720Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:49:31 [2022-04-29T16:49:31.720Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:49:31 [2022-04-29T16:49:31.720Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:49:31 [2022-04-29T16:49:31.720Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:49:31 [2022-04-29T16:49:31.720Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:49:31 [2022-04-29T16:49:31.720Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:49:33 [2022-04-29T16:49:33.104Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:49:33 [2022-04-29T16:49:33.365Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:49:34 [2022-04-29T16:49:34.750Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:49:35 [2022-04-29T16:49:35.010Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:49:36 [2022-04-29T16:49:36.922Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
16:49:36 [2022-04-29T16:49:36.922Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.76s)
16:49:36 [2022-04-29T16:49:36.922Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.95s)
16:49:36 [2022-04-29T16:49:36.922Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.47s)
16:49:36 [2022-04-29T16:49:36.922Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.54s)
16:49:36 [2022-04-29T16:49:36.922Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.58s)
16:49:36 [2022-04-29T16:49:36.922Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.63s)
16:49:36 [2022-04-29T16:49:36.922Z] === RUN   TestBuildMultiStageCopy
16:49:36 [2022-04-29T16:49:36.922Z] === RUN   TestBuildMultiStageCopy/copy_to_root
16:49:38 [2022-04-29T16:49:38.305Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
16:49:38 [2022-04-29T16:49:38.305Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
16:49:38 [2022-04-29T16:49:38.566Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
16:49:38 [2022-04-29T16:49:38.566Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
16:49:38 [2022-04-29T16:49:38.827Z] --- PASS: TestBuildMultiStageCopy (2.37s)
16:49:38 [2022-04-29T16:49:38.827Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.45s)
16:49:38 [2022-04-29T16:49:38.827Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.22s)
16:49:38 [2022-04-29T16:49:38.827Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s)
16:49:38 [2022-04-29T16:49:38.827Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s)
16:49:38 [2022-04-29T16:49:38.827Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.25s)
16:49:38 [2022-04-29T16:49:38.827Z] === RUN   TestBuildMultiStageParentConfig
16:49:39 [2022-04-29T16:49:39.772Z] --- PASS: TestBuildMultiStageParentConfig (0.70s)
16:49:39 [2022-04-29T16:49:39.772Z] === RUN   TestBuildLabelWithTargets
16:49:40 [2022-04-29T16:49:40.714Z] --- PASS: TestBuildLabelWithTargets (1.06s)
16:49:40 [2022-04-29T16:49:40.714Z] === RUN   TestBuildWithEmptyLayers
16:49:41 [2022-04-29T16:49:41.286Z] --- PASS: TestBuildWithEmptyLayers (0.47s)
16:49:41 [2022-04-29T16:49:41.286Z] === RUN   TestBuildMultiStageOnBuild
16:49:43 [2022-04-29T16:49:43.200Z] --- PASS: TestBuildMultiStageOnBuild (1.66s)
16:49:43 [2022-04-29T16:49:43.200Z] === RUN   TestBuildUncleanTarFilenames
16:49:43 [2022-04-29T16:49:43.461Z] --- PASS: TestBuildUncleanTarFilenames (0.63s)
16:49:43 [2022-04-29T16:49:43.461Z] === RUN   TestBuildMultiStageLayerLeak
16:49:45 [2022-04-29T16:49:45.373Z] --- PASS: TestBuildMultiStageLayerLeak (1.68s)
16:49:45 [2022-04-29T16:49:45.373Z] === RUN   TestBuildWithHugeFile
16:50:41 [2022-04-29T16:50:41.654Z] --- PASS: TestBuildWithHugeFile (54.35s)
16:50:41 [2022-04-29T16:50:41.654Z] === RUN   TestBuildWCOWSandboxSize
16:50:41 [2022-04-29T16:50:41.654Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
16:50:41 [2022-04-29T16:50:41.654Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
16:50:41 [2022-04-29T16:50:41.654Z] === RUN   TestBuildWithEmptyDockerfile
16:50:41 [2022-04-29T16:50:41.654Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
16:50:41 [2022-04-29T16:50:41.654Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
16:50:41 [2022-04-29T16:50:41.654Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:50:41 [2022-04-29T16:50:41.654Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:50:41 [2022-04-29T16:50:41.654Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:50:41 [2022-04-29T16:50:41.654Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:50:41 [2022-04-29T16:50:41.654Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
16:50:41 [2022-04-29T16:50:41.654Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:50:41 [2022-04-29T16:50:41.654Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:50:41 [2022-04-29T16:50:41.654Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
16:50:41 [2022-04-29T16:50:41.654Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s)
16:50:41 [2022-04-29T16:50:41.654Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s)
16:50:41 [2022-04-29T16:50:41.654Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
16:50:41 [2022-04-29T16:50:41.654Z] === RUN   TestBuildPreserveOwnership
16:50:41 [2022-04-29T16:50:41.654Z] === RUN   TestBuildPreserveOwnership/copy_from
16:50:42 [2022-04-29T16:50:42.225Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
16:50:43 [2022-04-29T16:50:43.609Z] --- PASS: TestBuildPreserveOwnership (3.76s)
16:50:43 [2022-04-29T16:50:43.609Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.50s)
16:50:43 [2022-04-29T16:50:43.609Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.25s)
16:50:43 [2022-04-29T16:50:43.609Z] === RUN   TestBuildPlatformInvalid
16:50:43 [2022-04-29T16:50:43.609Z] --- PASS: TestBuildPlatformInvalid (0.07s)
16:50:43 [2022-04-29T16:50:43.609Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
16:50:44 [2022-04-29T16:50:44.181Z] Loaded image: busybox:latest
16:50:44 [2022-04-29T16:50:44.441Z] Loaded image: busybox:glibc
16:50:45 [2022-04-29T16:50:45.826Z] Loaded image: debian:bullseye-slim
16:50:45 [2022-04-29T16:50:45.826Z] Loaded image: hello-world:latest
16:50:45 [2022-04-29T16:50:45.826Z] Loaded image: arm32v7/hello-world:latest
16:50:55 [2022-04-29T16:50:55.828Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.93s)
16:50:55 [2022-04-29T16:50:55.828Z] PASS
16:50:55 [2022-04-29T16:50:55.828Z] 
16:50:55 [2022-04-29T16:50:55.828Z] === Skipped
16:50:55 [2022-04-29T16:50:55.828Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
16:50:55 [2022-04-29T16:50:55.828Z]     build_session_test.go:25: TODO: BuildKit
16:50:55 [2022-04-29T16:50:55.828Z] 
16:50:55 [2022-04-29T16:50:55.828Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
16:50:55 [2022-04-29T16:50:55.828Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
16:50:55 [2022-04-29T16:50:55.828Z] 
16:50:55 [2022-04-29T16:50:55.828Z] DONE 34 tests, 2 skipped in 91.643s
16:50:55 [2022-04-29T16:50:55.828Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
16:50:55 [2022-04-29T16:50:55.828Z] INFO: Testing against a local daemon
16:50:55 [2022-04-29T16:50:55.828Z] === RUN   TestConfigInspect
16:50:56 [2022-04-29T16:50:56.768Z] --- PASS: TestConfigInspect (2.29s)
16:50:56 [2022-04-29T16:50:56.768Z] === RUN   TestConfigList
16:50:59 [2022-04-29T16:50:59.310Z] --- PASS: TestConfigList (2.16s)
16:50:59 [2022-04-29T16:50:59.310Z] === RUN   TestConfigsCreateAndDelete
16:51:01 [2022-04-29T16:51:01.221Z] --- PASS: TestConfigsCreateAndDelete (2.17s)
16:51:01 [2022-04-29T16:51:01.221Z] === RUN   TestConfigsUpdate
16:51:03 [2022-04-29T16:51:03.134Z] --- PASS: TestConfigsUpdate (2.19s)
16:51:03 [2022-04-29T16:51:03.134Z] === RUN   TestTemplatedConfig
16:51:06 [2022-04-29T16:51:06.432Z] --- PASS: TestTemplatedConfig (2.61s)
16:51:06 [2022-04-29T16:51:06.432Z] === RUN   TestConfigCreateResolve
16:51:08 [2022-04-29T16:51:08.345Z] --- PASS: TestConfigCreateResolve (2.17s)
16:51:08 [2022-04-29T16:51:08.345Z] PASS
16:51:08 [2022-04-29T16:51:08.345Z] 
16:51:08 [2022-04-29T16:51:08.345Z] DONE 6 tests in 13.611s
16:51:08 [2022-04-29T16:51:08.345Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
16:51:08 [2022-04-29T16:51:08.345Z] INFO: Testing against a local daemon
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestCheckpoint
16:51:08 [2022-04-29T16:51:08.345Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
16:51:08 [2022-04-29T16:51:08.345Z] --- SKIP: TestCheckpoint (0.00s)
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/commit
16:51:08 [2022-04-29T16:51:08.345Z] === PAUSE TestContainerInvalidJSON/commit
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/containers/create
16:51:08 [2022-04-29T16:51:08.345Z] === PAUSE TestContainerInvalidJSON/containers/create
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
16:51:08 [2022-04-29T16:51:08.345Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
16:51:08 [2022-04-29T16:51:08.345Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
16:51:08 [2022-04-29T16:51:08.345Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
16:51:08 [2022-04-29T16:51:08.345Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
16:51:08 [2022-04-29T16:51:08.345Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
16:51:08 [2022-04-29T16:51:08.345Z] === CONT  TestContainerInvalidJSON/commit
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
16:51:08 [2022-04-29T16:51:08.345Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/commit/empty_body
16:51:08 [2022-04-29T16:51:08.345Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
16:51:08 [2022-04-29T16:51:08.345Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
16:51:08 [2022-04-29T16:51:08.345Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
16:51:08 [2022-04-29T16:51:08.345Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
16:51:08 [2022-04-29T16:51:08.345Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
16:51:08 [2022-04-29T16:51:08.346Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
16:51:08 [2022-04-29T16:51:08.346Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
16:51:08 [2022-04-29T16:51:08.346Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
16:51:08 [2022-04-29T16:51:08.346Z] === CONT  TestContainerInvalidJSON/containers/create
16:51:08 [2022-04-29T16:51:08.346Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
16:51:08 [2022-04-29T16:51:08.346Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
16:51:08 [2022-04-29T16:51:08.346Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
16:51:08 [2022-04-29T16:51:08.346Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
16:51:08 [2022-04-29T16:51:08.346Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
16:51:08 [2022-04-29T16:51:08.346Z] --- PASS: TestContainerInvalidJSON (0.03s)
16:51:08 [2022-04-29T16:51:08.346Z]     --- PASS: TestContainerInvalidJSON/commit (0.01s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.01s)
16:51:08 [2022-04-29T16:51:08.346Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
16:51:08 [2022-04-29T16:51:08.346Z] === RUN   TestCopyFromContainerPathDoesNotExist
16:51:08 [2022-04-29T16:51:08.346Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.15s)
16:51:08 [2022-04-29T16:51:08.346Z] === RUN   TestCopyFromContainerPathIsNotDir
16:51:08 [2022-04-29T16:51:08.346Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
16:51:08 [2022-04-29T16:51:08.346Z] === RUN   TestCopyToContainerPathDoesNotExist
16:51:08 [2022-04-29T16:51:08.346Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
16:51:08 [2022-04-29T16:51:08.346Z] === RUN   TestCopyEmptyFile
16:51:08 [2022-04-29T16:51:08.606Z] --- PASS: TestCopyEmptyFile (0.22s)
16:51:08 [2022-04-29T16:51:08.606Z] === RUN   TestCopyToContainerPathIsNotDir
16:51:08 [2022-04-29T16:51:08.606Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s)
16:51:08 [2022-04-29T16:51:08.606Z] === RUN   TestCopyFromContainer
16:51:09 [2022-04-29T16:51:09.991Z] === RUN   TestCopyFromContainer//
16:51:09 [2022-04-29T16:51:09.991Z] === RUN   TestCopyFromContainer//bar/root
16:51:09 [2022-04-29T16:51:09.991Z] === RUN   TestCopyFromContainer//bar/root/
16:51:09 [2022-04-29T16:51:09.991Z] === RUN   TestCopyFromContainer/bar/quux
16:51:09 [2022-04-29T16:51:09.991Z] === RUN   TestCopyFromContainer/bar/quux/
16:51:09 [2022-04-29T16:51:09.991Z] === RUN   TestCopyFromContainer/bar/quux/baz
16:51:09 [2022-04-29T16:51:09.991Z] === RUN   TestCopyFromContainer/bar/filesymlink
16:51:10 [2022-04-29T16:51:10.252Z] === RUN   TestCopyFromContainer/bar/dirsymlink
16:51:10 [2022-04-29T16:51:10.252Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
16:51:10 [2022-04-29T16:51:10.252Z] === RUN   TestCopyFromContainer/bar/notarget
16:51:10 [2022-04-29T16:51:10.513Z] --- PASS: TestCopyFromContainer (1.75s)
16:51:10 [2022-04-29T16:51:10.513Z]     --- PASS: TestCopyFromContainer// (0.06s)
16:51:10 [2022-04-29T16:51:10.513Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
16:51:10 [2022-04-29T16:51:10.513Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
16:51:10 [2022-04-29T16:51:10.513Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
16:51:10 [2022-04-29T16:51:10.513Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
16:51:10 [2022-04-29T16:51:10.513Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
16:51:10 [2022-04-29T16:51:10.513Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
16:51:10 [2022-04-29T16:51:10.513Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
16:51:10 [2022-04-29T16:51:10.513Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s)
16:51:10 [2022-04-29T16:51:10.513Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
16:51:10 [2022-04-29T16:51:10.513Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
16:51:10 [2022-04-29T16:51:10.513Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:51:10 [2022-04-29T16:51:10.513Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:51:10 [2022-04-29T16:51:10.513Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:51:10 [2022-04-29T16:51:10.513Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:51:10 [2022-04-29T16:51:10.513Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
16:51:10 [2022-04-29T16:51:10.513Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
16:51:10 [2022-04-29T16:51:10.513Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:51:10 [2022-04-29T16:51:10.513Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
16:51:10 [2022-04-29T16:51:10.513Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:51:10 [2022-04-29T16:51:10.513Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
16:51:10 [2022-04-29T16:51:10.513Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
16:51:10 [2022-04-29T16:51:10.513Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
16:51:10 [2022-04-29T16:51:10.513Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
16:51:10 [2022-04-29T16:51:10.513Z] === RUN   TestCreateLinkToNonExistingContainer
16:51:10 [2022-04-29T16:51:10.513Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
16:51:10 [2022-04-29T16:51:10.513Z] === RUN   TestCreateWithInvalidEnv
16:51:10 [2022-04-29T16:51:10.513Z] === RUN   TestCreateWithInvalidEnv/0
16:51:10 [2022-04-29T16:51:10.513Z] === PAUSE TestCreateWithInvalidEnv/0
16:51:10 [2022-04-29T16:51:10.513Z] === RUN   TestCreateWithInvalidEnv/1
16:51:10 [2022-04-29T16:51:10.513Z] === PAUSE TestCreateWithInvalidEnv/1
16:51:10 [2022-04-29T16:51:10.513Z] === RUN   TestCreateWithInvalidEnv/2
16:51:10 [2022-04-29T16:51:10.513Z] === PAUSE TestCreateWithInvalidEnv/2
16:51:10 [2022-04-29T16:51:10.513Z] === CONT  TestCreateWithInvalidEnv/0
16:51:10 [2022-04-29T16:51:10.513Z] === CONT  TestCreateWithInvalidEnv/2
16:51:10 [2022-04-29T16:51:10.513Z] === CONT  TestCreateWithInvalidEnv/1
16:51:10 [2022-04-29T16:51:10.513Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
16:51:10 [2022-04-29T16:51:10.513Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
16:51:10 [2022-04-29T16:51:10.513Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
16:51:10 [2022-04-29T16:51:10.513Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
16:51:10 [2022-04-29T16:51:10.513Z] === RUN   TestCreateTmpfsMountsTarget
16:51:10 [2022-04-29T16:51:10.513Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
16:51:10 [2022-04-29T16:51:10.513Z] === RUN   TestCreateWithCustomMaskedPaths
16:51:12 [2022-04-29T16:51:12.424Z] --- PASS: TestCreateWithCustomMaskedPaths (1.66s)
16:51:12 [2022-04-29T16:51:12.424Z] === RUN   TestCreateWithCustomReadonlyPaths
16:51:13 [2022-04-29T16:51:13.808Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.70s)
16:51:13 [2022-04-29T16:51:13.808Z] === RUN   TestCreateWithInvalidHealthcheckParams
16:51:13 [2022-04-29T16:51:13.808Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:51:13 [2022-04-29T16:51:13.808Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:51:13 [2022-04-29T16:51:13.808Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:51:13 [2022-04-29T16:51:13.808Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:51:13 [2022-04-29T16:51:13.808Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:51:13 [2022-04-29T16:51:13.808Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:51:13 [2022-04-29T16:51:13.808Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:51:13 [2022-04-29T16:51:13.808Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:51:13 [2022-04-29T16:51:13.808Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:51:13 [2022-04-29T16:51:13.808Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:51:13 [2022-04-29T16:51:13.808Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:51:13 [2022-04-29T16:51:13.808Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:51:13 [2022-04-29T16:51:13.808Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:51:13 [2022-04-29T16:51:13.808Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:51:13 [2022-04-29T16:51:13.808Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:51:13 [2022-04-29T16:51:13.808Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
16:51:13 [2022-04-29T16:51:13.808Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
16:51:13 [2022-04-29T16:51:13.808Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
16:51:13 [2022-04-29T16:51:13.808Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
16:51:13 [2022-04-29T16:51:13.808Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
16:51:13 [2022-04-29T16:51:13.808Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
16:51:13 [2022-04-29T16:51:13.808Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
16:51:14 [2022-04-29T16:51:14.379Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.57s)
16:51:14 [2022-04-29T16:51:14.379Z] === RUN   TestCreateDifferentPlatform
16:51:14 [2022-04-29T16:51:14.379Z] === RUN   TestCreateDifferentPlatform/different_os
16:51:14 [2022-04-29T16:51:14.379Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
16:51:14 [2022-04-29T16:51:14.379Z] --- PASS: TestCreateDifferentPlatform (0.01s)
16:51:14 [2022-04-29T16:51:14.379Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
16:51:14 [2022-04-29T16:51:14.379Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
16:51:14 [2022-04-29T16:51:14.379Z] === RUN   TestCreateVolumesFromNonExistingContainer
16:51:14 [2022-04-29T16:51:14.379Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
16:51:14 [2022-04-29T16:51:14.379Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
16:51:14 [2022-04-29T16:51:14.639Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s)
16:51:14 [2022-04-29T16:51:14.639Z] === RUN   TestContainerStartOnDaemonRestart
16:51:14 [2022-04-29T16:51:14.639Z] === PAUSE TestContainerStartOnDaemonRestart
16:51:14 [2022-04-29T16:51:14.639Z] === RUN   TestDaemonRestartIpcMode
16:51:14 [2022-04-29T16:51:14.639Z] === PAUSE TestDaemonRestartIpcMode
16:51:14 [2022-04-29T16:51:14.639Z] === RUN   TestDaemonHostGatewayIP
16:51:14 [2022-04-29T16:51:14.639Z] === PAUSE TestDaemonHostGatewayIP
16:51:14 [2022-04-29T16:51:14.639Z] === RUN   TestRestartDaemonWithRestartingContainer
16:51:14 [2022-04-29T16:51:14.639Z] === PAUSE TestRestartDaemonWithRestartingContainer
16:51:14 [2022-04-29T16:51:14.639Z] === RUN   TestContainerKillOnDaemonStart
16:51:14 [2022-04-29T16:51:14.639Z] === PAUSE TestContainerKillOnDaemonStart
16:51:14 [2022-04-29T16:51:14.639Z] === RUN   TestDiff
16:51:15 [2022-04-29T16:51:15.210Z] --- PASS: TestDiff (0.59s)
16:51:15 [2022-04-29T16:51:15.210Z] === RUN   TestExecWithCloseStdin
16:51:15 [2022-04-29T16:51:15.781Z] --- PASS: TestExecWithCloseStdin (0.68s)
16:51:15 [2022-04-29T16:51:15.781Z] === RUN   TestExec
16:51:16 [2022-04-29T16:51:16.353Z] --- PASS: TestExec (0.63s)
16:51:16 [2022-04-29T16:51:16.353Z] === RUN   TestExecUser
16:51:17 [2022-04-29T16:51:17.311Z] --- PASS: TestExecUser (0.69s)
16:51:17 [2022-04-29T16:51:17.311Z] === RUN   TestExportContainerAndImportImage
16:51:17 [2022-04-29T16:51:17.892Z] --- PASS: TestExportContainerAndImportImage (0.72s)
16:51:17 [2022-04-29T16:51:17.892Z] === RUN   TestExportContainerAfterDaemonRestart
16:51:19 [2022-04-29T16:51:19.281Z] --- PASS: TestExportContainerAfterDaemonRestart (1.30s)
16:51:19 [2022-04-29T16:51:19.281Z] === RUN   TestHealthCheckWorkdir
16:51:19 [2022-04-29T16:51:19.852Z] --- PASS: TestHealthCheckWorkdir (0.73s)
16:51:19 [2022-04-29T16:51:19.852Z] === RUN   TestHealthKillContainer
16:51:27 [2022-04-29T16:51:27.988Z] --- PASS: TestHealthKillContainer (8.19s)
16:51:27 [2022-04-29T16:51:27.988Z] === RUN   TestInspectCpusetInConfigPre120
16:51:28 [2022-04-29T16:51:28.933Z] --- PASS: TestInspectCpusetInConfigPre120 (0.60s)
16:51:28 [2022-04-29T16:51:28.933Z] === RUN   TestIpcModeNone
16:51:29 [2022-04-29T16:51:29.506Z] --- PASS: TestIpcModeNone (0.63s)
16:51:29 [2022-04-29T16:51:29.507Z] === RUN   TestIpcModePrivate
16:51:29 [2022-04-29T16:51:29.767Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false
16:51:30 [2022-04-29T16:51:30.028Z] --- PASS: TestIpcModePrivate (0.64s)
16:51:30 [2022-04-29T16:51:30.028Z] === RUN   TestIpcModeShareable
16:51:30 [2022-04-29T16:51:30.288Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true
16:51:30 [2022-04-29T16:51:30.549Z] --- PASS: TestIpcModeShareable (0.69s)
16:51:30 [2022-04-29T16:51:30.549Z] === RUN   TestAPIIpcModeShareableAndContainer
16:51:32 [2022-04-29T16:51:32.463Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.85s)
16:51:32 [2022-04-29T16:51:32.463Z] === RUN   TestAPIIpcModeHost
16:51:33 [2022-04-29T16:51:33.041Z] --- PASS: TestAPIIpcModeHost (0.42s)
16:51:33 [2022-04-29T16:51:33.041Z] === RUN   TestDaemonIpcModeShareable
16:51:33 [2022-04-29T16:51:33.983Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
16:51:34 [2022-04-29T16:51:34.244Z] --- PASS: TestDaemonIpcModeShareable (1.29s)
16:51:34 [2022-04-29T16:51:34.244Z] === RUN   TestDaemonIpcModePrivate
16:51:35 [2022-04-29T16:51:35.185Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
16:51:35 [2022-04-29T16:51:35.446Z] --- PASS: TestDaemonIpcModePrivate (1.20s)
16:51:35 [2022-04-29T16:51:35.446Z] === RUN   TestDaemonIpcModePrivateFromConfig
16:51:36 [2022-04-29T16:51:36.386Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
16:51:36 [2022-04-29T16:51:36.647Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.18s)
16:51:36 [2022-04-29T16:51:36.647Z] === RUN   TestDaemonIpcModeShareableFromConfig
16:51:37 [2022-04-29T16:51:37.587Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
16:51:37 [2022-04-29T16:51:37.849Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.17s)
16:51:37 [2022-04-29T16:51:37.849Z] === RUN   TestIpcModeOlderClient
16:51:37 [2022-04-29T16:51:37.849Z] === PAUSE TestIpcModeOlderClient
16:51:37 [2022-04-29T16:51:37.849Z] === RUN   TestKillContainerInvalidSignal
16:51:38 [2022-04-29T16:51:38.421Z] --- PASS: TestKillContainerInvalidSignal (0.48s)
16:51:38 [2022-04-29T16:51:38.421Z] === RUN   TestKillContainer
16:51:38 [2022-04-29T16:51:38.421Z] === RUN   TestKillContainer/no_signal
16:51:38 [2022-04-29T16:51:38.682Z] === RUN   TestKillContainer/non_killing_signal
16:51:38 [2022-04-29T16:51:38.943Z] === RUN   TestKillContainer/killing_signal
16:51:39 [2022-04-29T16:51:39.514Z] --- PASS: TestKillContainer (1.33s)
16:51:39 [2022-04-29T16:51:39.514Z]     --- PASS: TestKillContainer/no_signal (0.43s)
16:51:39 [2022-04-29T16:51:39.514Z]     --- PASS: TestKillContainer/non_killing_signal (0.29s)
16:51:39 [2022-04-29T16:51:39.514Z]     --- PASS: TestKillContainer/killing_signal (0.43s)
16:51:39 [2022-04-29T16:51:39.514Z] === RUN   TestKillWithStopSignalAndRestartPolicies
16:51:39 [2022-04-29T16:51:39.514Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
16:51:40 [2022-04-29T16:51:40.086Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
16:51:41 [2022-04-29T16:51:41.026Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.26s)
16:51:41 [2022-04-29T16:51:41.027Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s)
16:51:41 [2022-04-29T16:51:41.027Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.67s)
16:51:41 [2022-04-29T16:51:41.027Z] === RUN   TestKillStoppedContainer
16:51:41 [2022-04-29T16:51:41.027Z] --- PASS: TestKillStoppedContainer (0.04s)
16:51:41 [2022-04-29T16:51:41.027Z] === RUN   TestKillStoppedContainerAPIPre120
16:51:41 [2022-04-29T16:51:41.027Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
16:51:41 [2022-04-29T16:51:41.027Z] === RUN   TestKillDifferentUserContainer
16:51:41 [2022-04-29T16:51:41.288Z] --- PASS: TestKillDifferentUserContainer (0.44s)
16:51:41 [2022-04-29T16:51:41.288Z] === RUN   TestInspectOomKilledTrue
16:51:41 [2022-04-29T16:51:41.288Z]     kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
16:51:41 [2022-04-29T16:51:41.288Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
16:51:41 [2022-04-29T16:51:41.288Z] === RUN   TestInspectOomKilledFalse
16:51:41 [2022-04-29T16:51:41.288Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
16:51:41 [2022-04-29T16:51:41.288Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
16:51:41 [2022-04-29T16:51:41.288Z] === RUN   TestLinksEtcHostsContentMatch
16:51:41 [2022-04-29T16:51:41.860Z] --- PASS: TestLinksEtcHostsContentMatch (0.34s)
16:51:41 [2022-04-29T16:51:41.860Z] === RUN   TestLinksContainerNames
16:51:42 [2022-04-29T16:51:42.803Z] --- PASS: TestLinksContainerNames (0.88s)
16:51:42 [2022-04-29T16:51:42.803Z] === RUN   TestLogsFollowTailEmpty
16:51:43 [2022-04-29T16:51:43.069Z] --- PASS: TestLogsFollowTailEmpty (0.42s)
16:51:43 [2022-04-29T16:51:43.069Z] === RUN   TestContainerNetworkMountsNoChown
16:51:43 [2022-04-29T16:51:43.333Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s)
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/default
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/default
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/private
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/private
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/rprivate
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/rprivate
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/slave
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/slave
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/rslave
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/rslave
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/shared
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/shared
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/rshared
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/rshared
16:51:43 [2022-04-29T16:51:43.333Z] === CONT  TestMountDaemonRoot/default
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/default/bind_root
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/default/bind_root
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/default/bind_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/default/mount_root
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/default/mount_root
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/default/mount_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === CONT  TestMountDaemonRoot/rslave
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === CONT  TestMountDaemonRoot/rshared
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/rslave/bind_root
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/rshared/bind_root
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/rshared/mount_root
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/rslave/mount_root
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === CONT  TestMountDaemonRoot/shared
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/shared/bind_root
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/shared/bind_root
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/shared/mount_root
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/shared/mount_root
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === CONT  TestMountDaemonRoot/rprivate
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
16:51:43 [2022-04-29T16:51:43.333Z] === CONT  TestMountDaemonRoot/slave
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/slave/bind_root
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/slave/bind_root
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/slave/mount_root
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/slave/mount_root
16:51:43 [2022-04-29T16:51:43.333Z] === CONT  TestMountDaemonRoot/private
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/private/bind_root
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/private/bind_root
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/private/bind_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/private/mount_root
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/private/mount_root
16:51:43 [2022-04-29T16:51:43.333Z] === RUN   TestMountDaemonRoot/private/mount_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
16:51:43 [2022-04-29T16:51:43.333Z] === CONT  TestMountDaemonRoot/default/bind_root
16:51:43 [2022-04-29T16:51:43.333Z] === CONT  TestMountDaemonRoot/default/mount_subpath
16:51:43 [2022-04-29T16:51:43.596Z] === CONT  TestMountDaemonRoot/default/mount_root
16:51:43 [2022-04-29T16:51:43.596Z] === CONT  TestMountDaemonRoot/default/bind_subpath
16:51:43 [2022-04-29T16:51:43.596Z] === CONT  TestMountDaemonRoot/rslave/bind_root
16:51:43 [2022-04-29T16:51:43.596Z] === CONT  TestMountDaemonRoot/rshared/bind_root
16:51:43 [2022-04-29T16:51:43.596Z] === CONT  TestMountDaemonRoot/shared/bind_root
16:51:43 [2022-04-29T16:51:43.596Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
16:51:43 [2022-04-29T16:51:43.596Z] === CONT  TestMountDaemonRoot/rslave/mount_root
16:51:43 [2022-04-29T16:51:43.596Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
16:51:43 [2022-04-29T16:51:43.596Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
16:51:43 [2022-04-29T16:51:43.596Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
16:51:43 [2022-04-29T16:51:43.596Z] === CONT  TestMountDaemonRoot/rshared/mount_root
16:51:43 [2022-04-29T16:51:43.857Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
16:51:43 [2022-04-29T16:51:43.857Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
16:51:43 [2022-04-29T16:51:43.857Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
16:51:43 [2022-04-29T16:51:43.857Z] === CONT  TestMountDaemonRoot/shared/mount_root
16:51:43 [2022-04-29T16:51:43.857Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
16:51:43 [2022-04-29T16:51:43.857Z] === CONT  TestMountDaemonRoot/private/bind_root
16:51:43 [2022-04-29T16:51:43.857Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
16:51:43 [2022-04-29T16:51:43.857Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
16:51:43 [2022-04-29T16:51:43.857Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
16:51:43 [2022-04-29T16:51:43.857Z] === CONT  TestMountDaemonRoot/slave/mount_root
16:51:43 [2022-04-29T16:51:43.857Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
16:51:43 [2022-04-29T16:51:43.857Z] === CONT  TestMountDaemonRoot/slave/bind_root
16:51:43 [2022-04-29T16:51:43.857Z] === CONT  TestMountDaemonRoot/private/mount_subpath
16:51:43 [2022-04-29T16:51:43.857Z] === CONT  TestMountDaemonRoot/private/mount_root
16:51:43 [2022-04-29T16:51:43.857Z] === CONT  TestMountDaemonRoot/private/bind_subpath
16:51:43 [2022-04-29T16:51:43.857Z] --- PASS: TestMountDaemonRoot (0.01s)
16:51:43 [2022-04-29T16:51:43.857Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.08s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
16:51:43 [2022-04-29T16:51:43.857Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s)
16:51:43 [2022-04-29T16:51:43.857Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s)
16:51:43 [2022-04-29T16:51:43.857Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
16:51:43 [2022-04-29T16:51:43.857Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
16:51:43 [2022-04-29T16:51:43.857Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
16:51:43 [2022-04-29T16:51:43.857Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
16:51:43 [2022-04-29T16:51:43.857Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
16:51:43 [2022-04-29T16:51:43.857Z] === RUN   TestContainerBindMountNonRecursive
16:51:45 [2022-04-29T16:51:45.243Z] --- PASS: TestContainerBindMountNonRecursive (1.37s)
16:51:45 [2022-04-29T16:51:45.243Z] === RUN   TestContainerVolumesMountedAsShared
16:51:45 [2022-04-29T16:51:45.815Z] --- PASS: TestContainerVolumesMountedAsShared (0.45s)
16:51:45 [2022-04-29T16:51:45.815Z] === RUN   TestContainerVolumesMountedAsSlave
16:51:46 [2022-04-29T16:51:46.076Z] --- PASS: TestContainerVolumesMountedAsSlave (0.34s)
16:51:46 [2022-04-29T16:51:46.076Z] === RUN   TestNetworkNat
16:51:46 [2022-04-29T16:51:46.648Z] --- PASS: TestNetworkNat (0.46s)
16:51:46 [2022-04-29T16:51:46.648Z] === RUN   TestNetworkLocalhostTCPNat
16:51:47 [2022-04-29T16:51:47.219Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s)
16:51:47 [2022-04-29T16:51:47.220Z] === RUN   TestNetworkLoopbackNat
16:51:49 [2022-04-29T16:51:49.761Z] --- PASS: TestNetworkLoopbackNat (2.56s)
16:51:49 [2022-04-29T16:51:49.761Z] === RUN   TestPause
16:51:50 [2022-04-29T16:51:50.022Z] --- PASS: TestPause (0.48s)
16:51:50 [2022-04-29T16:51:50.022Z] === RUN   TestPauseFailsOnWindowsServerContainers
16:51:50 [2022-04-29T16:51:50.022Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
16:51:50 [2022-04-29T16:51:50.022Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
16:51:50 [2022-04-29T16:51:50.022Z] === RUN   TestPauseStopPausedContainer
16:51:50 [2022-04-29T16:51:50.593Z] --- PASS: TestPauseStopPausedContainer (0.45s)
16:51:50 [2022-04-29T16:51:50.593Z] === RUN   TestPidHost
16:51:51 [2022-04-29T16:51:51.536Z] --- PASS: TestPidHost (1.04s)
16:51:51 [2022-04-29T16:51:51.536Z] === RUN   TestPsFilter
16:51:51 [2022-04-29T16:51:51.797Z] --- PASS: TestPsFilter (0.12s)
16:51:51 [2022-04-29T16:51:51.797Z] === RUN   TestRemoveContainerWithRemovedVolume
16:51:52 [2022-04-29T16:51:52.057Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s)
16:51:52 [2022-04-29T16:51:52.058Z] === RUN   TestRemoveContainerWithVolume
16:51:52 [2022-04-29T16:51:52.628Z] --- PASS: TestRemoveContainerWithVolume (0.43s)
16:51:52 [2022-04-29T16:51:52.628Z] === RUN   TestRemoveContainerRunning
16:51:52 [2022-04-29T16:51:52.889Z] --- PASS: TestRemoveContainerRunning (0.45s)
16:51:52 [2022-04-29T16:51:52.889Z] === RUN   TestRemoveContainerForceRemoveRunning
16:51:53 [2022-04-29T16:51:53.460Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s)
16:51:53 [2022-04-29T16:51:53.460Z] === RUN   TestRemoveInvalidContainer
16:51:53 [2022-04-29T16:51:53.460Z] --- PASS: TestRemoveInvalidContainer (0.01s)
16:51:53 [2022-04-29T16:51:53.460Z] === RUN   TestRenameLinkedContainer
16:51:55 [2022-04-29T16:51:55.374Z] --- PASS: TestRenameLinkedContainer (1.82s)
16:51:55 [2022-04-29T16:51:55.374Z] === RUN   TestRenameStoppedContainer
16:51:55 [2022-04-29T16:51:55.634Z] --- PASS: TestRenameStoppedContainer (0.41s)
16:51:55 [2022-04-29T16:51:55.634Z] === RUN   TestRenameRunningContainerAndReuse
16:51:56 [2022-04-29T16:51:56.575Z] --- PASS: TestRenameRunningContainerAndReuse (0.88s)
16:51:56 [2022-04-29T16:51:56.575Z] === RUN   TestRenameInvalidName
16:51:57 [2022-04-29T16:51:57.146Z] --- PASS: TestRenameInvalidName (0.45s)
16:51:57 [2022-04-29T16:51:57.146Z] === RUN   TestRenameAnonymousContainer
16:51:58 [2022-04-29T16:51:58.531Z] --- PASS: TestRenameAnonymousContainer (1.59s)
16:51:58 [2022-04-29T16:51:58.531Z] === RUN   TestRenameContainerWithSameName
16:51:59 [2022-04-29T16:51:59.104Z] --- PASS: TestRenameContainerWithSameName (0.49s)
16:51:59 [2022-04-29T16:51:59.104Z] === RUN   TestRenameContainerWithLinkedContainer
16:52:00 [2022-04-29T16:52:00.046Z] --- PASS: TestRenameContainerWithLinkedContainer (0.88s)
16:52:00 [2022-04-29T16:52:00.046Z] === RUN   TestResize
16:52:00 [2022-04-29T16:52:00.308Z] --- PASS: TestResize (0.44s)
16:52:00 [2022-04-29T16:52:00.308Z] === RUN   TestResizeWithInvalidSize
16:52:00 [2022-04-29T16:52:00.880Z] --- PASS: TestResizeWithInvalidSize (0.46s)
16:52:00 [2022-04-29T16:52:00.880Z] === RUN   TestResizeWhenContainerNotStarted
16:52:01 [2022-04-29T16:52:01.453Z] --- PASS: TestResizeWhenContainerNotStarted (0.44s)
16:52:01 [2022-04-29T16:52:01.453Z] === RUN   TestDaemonRestartKillContainers
16:52:01 [2022-04-29T16:52:01.453Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:52:01 [2022-04-29T16:52:01.453Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
16:52:03 [2022-04-29T16:52:03.367Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:52:04 [2022-04-29T16:52:04.308Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:52:05 [2022-04-29T16:52:05.691Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:52:05 [2022-04-29T16:52:05.691Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:52:07 [2022-04-29T16:52:07.074Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
16:52:07 [2022-04-29T16:52:07.074Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
16:52:11 [2022-04-29T16:52:11.279Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
16:52:11 [2022-04-29T16:52:11.279Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:52:13 [2022-04-29T16:52:13.192Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:52:14 [2022-04-29T16:52:14.607Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:52:14 [2022-04-29T16:52:14.877Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:52:16 [2022-04-29T16:52:16.267Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:52:16 [2022-04-29T16:52:16.837Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:52:18 [2022-04-29T16:52:18.223Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:52:19 [2022-04-29T16:52:19.607Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
16:52:19 [2022-04-29T16:52:19.607Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.84s)
16:52:19 [2022-04-29T16:52:19.607Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s)
16:52:19 [2022-04-29T16:52:19.607Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.24s)
16:52:19 [2022-04-29T16:52:19.607Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.40s)
16:52:19 [2022-04-29T16:52:19.607Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.32s)
16:52:19 [2022-04-29T16:52:19.607Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.41s)
16:52:19 [2022-04-29T16:52:19.607Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.48s)
16:52:19 [2022-04-29T16:52:19.607Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.67s)
16:52:19 [2022-04-29T16:52:19.607Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.19s)
16:52:19 [2022-04-29T16:52:19.607Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.75s)
16:52:19 [2022-04-29T16:52:19.607Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.20s)
16:52:19 [2022-04-29T16:52:19.607Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.78s)
16:52:19 [2022-04-29T16:52:19.607Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.95s)
16:52:19 [2022-04-29T16:52:19.607Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.71s)
16:52:19 [2022-04-29T16:52:19.607Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.74s)
16:52:19 [2022-04-29T16:52:19.607Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.61s)
16:52:19 [2022-04-29T16:52:19.607Z] === RUN   TestCgroupNamespacesRun
16:52:20 [2022-04-29T16:52:20.989Z] --- PASS: TestCgroupNamespacesRun (1.24s)
16:52:20 [2022-04-29T16:52:20.989Z] === RUN   TestCgroupNamespacesRunPrivileged
16:52:20 [2022-04-29T16:52:20.989Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
16:52:20 [2022-04-29T16:52:20.989Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
16:52:20 [2022-04-29T16:52:20.989Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
16:52:22 [2022-04-29T16:52:22.373Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.23s)
16:52:22 [2022-04-29T16:52:22.373Z] === RUN   TestCgroupNamespacesRunHostMode
16:52:23 [2022-04-29T16:52:23.315Z] --- PASS: TestCgroupNamespacesRunHostMode (1.25s)
16:52:23 [2022-04-29T16:52:23.315Z] === RUN   TestCgroupNamespacesRunPrivateMode
16:52:24 [2022-04-29T16:52:24.698Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.22s)
16:52:24 [2022-04-29T16:52:24.698Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
16:52:25 [2022-04-29T16:52:25.639Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.15s)
16:52:25 [2022-04-29T16:52:25.639Z] === RUN   TestCgroupNamespacesRunInvalidMode
16:52:26 [2022-04-29T16:52:26.580Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s)
16:52:26 [2022-04-29T16:52:26.580Z] === RUN   TestCgroupNamespacesRunOlderClient
16:52:27 [2022-04-29T16:52:27.524Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.22s)
16:52:27 [2022-04-29T16:52:27.524Z] === RUN   TestNISDomainname
16:52:28 [2022-04-29T16:52:28.096Z] --- PASS: TestNISDomainname (0.55s)
16:52:28 [2022-04-29T16:52:28.096Z] === RUN   TestHostnameDnsResolution
16:52:29 [2022-04-29T16:52:29.038Z] --- PASS: TestHostnameDnsResolution (0.74s)
16:52:29 [2022-04-29T16:52:29.038Z] === RUN   TestUnprivilegedPortsAndPing
16:52:29 [2022-04-29T16:52:29.608Z] --- PASS: TestUnprivilegedPortsAndPing (0.56s)
16:52:29 [2022-04-29T16:52:29.608Z] === RUN   TestPrivilegedHostDevices
16:52:29 [2022-04-29T16:52:29.869Z] --- PASS: TestPrivilegedHostDevices (0.50s)
16:52:29 [2022-04-29T16:52:29.869Z] === RUN   TestStats
16:52:32 [2022-04-29T16:52:32.412Z] --- PASS: TestStats (2.52s)
16:52:32 [2022-04-29T16:52:32.413Z] === RUN   TestStopContainerWithTimeout
16:52:32 [2022-04-29T16:52:32.413Z] === RUN   TestStopContainerWithTimeout/0
16:52:32 [2022-04-29T16:52:32.413Z] === PAUSE TestStopContainerWithTimeout/0
16:52:32 [2022-04-29T16:52:32.413Z] === RUN   TestStopContainerWithTimeout/1
16:52:32 [2022-04-29T16:52:32.413Z] === PAUSE TestStopContainerWithTimeout/1
16:52:32 [2022-04-29T16:52:32.413Z] === RUN   TestStopContainerWithTimeout/3
16:52:32 [2022-04-29T16:52:32.413Z] === PAUSE TestStopContainerWithTimeout/3
16:52:32 [2022-04-29T16:52:32.413Z] === RUN   TestStopContainerWithTimeout/-1
16:52:32 [2022-04-29T16:52:32.413Z] === PAUSE TestStopContainerWithTimeout/-1
16:52:32 [2022-04-29T16:52:32.413Z] === CONT  TestStopContainerWithTimeout/0
16:52:32 [2022-04-29T16:52:32.413Z] === CONT  TestStopContainerWithTimeout/3
16:52:33 [2022-04-29T16:52:33.355Z] === CONT  TestStopContainerWithTimeout/-1
16:52:35 [2022-04-29T16:52:35.267Z] === CONT  TestStopContainerWithTimeout/1
16:52:36 [2022-04-29T16:52:36.655Z] --- PASS: TestStopContainerWithTimeout (0.01s)
16:52:36 [2022-04-29T16:52:36.655Z]     --- PASS: TestStopContainerWithTimeout/0 (0.68s)
16:52:36 [2022-04-29T16:52:36.655Z]     --- PASS: TestStopContainerWithTimeout/3 (2.74s)
16:52:36 [2022-04-29T16:52:36.655Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.42s)
16:52:36 [2022-04-29T16:52:36.655Z]     --- PASS: TestStopContainerWithTimeout/1 (1.51s)
16:52:36 [2022-04-29T16:52:36.655Z] === RUN   TestDeleteDevicemapper
16:52:36 [2022-04-29T16:52:36.655Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
16:52:36 [2022-04-29T16:52:36.655Z] --- SKIP: TestDeleteDevicemapper (0.00s)
16:52:36 [2022-04-29T16:52:36.655Z] === RUN   TestStopContainerWithRestartPolicyAlways
16:52:38 [2022-04-29T16:52:38.568Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.51s)
16:52:38 [2022-04-29T16:52:38.568Z] === RUN   TestUpdateMemory
16:52:38 [2022-04-29T16:52:38.568Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
16:52:38 [2022-04-29T16:52:38.568Z] --- SKIP: TestUpdateMemory (0.00s)
16:52:38 [2022-04-29T16:52:38.568Z] === RUN   TestUpdateCPUQuota
16:52:39 [2022-04-29T16:52:39.140Z] --- PASS: TestUpdateCPUQuota (0.95s)
16:52:39 [2022-04-29T16:52:39.140Z] === RUN   TestUpdatePidsLimit
16:52:39 [2022-04-29T16:52:39.140Z] === RUN   TestUpdatePidsLimit/update_from_none
16:52:39 [2022-04-29T16:52:39.402Z] === RUN   TestUpdatePidsLimit/no_change
16:52:39 [2022-04-29T16:52:39.663Z] === RUN   TestUpdatePidsLimit/update_lower
16:52:39 [2022-04-29T16:52:39.925Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
16:52:40 [2022-04-29T16:52:40.186Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
16:52:40 [2022-04-29T16:52:40.447Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
16:52:40 [2022-04-29T16:52:40.447Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
16:52:41 [2022-04-29T16:52:41.390Z] --- PASS: TestUpdatePidsLimit (2.06s)
16:52:41 [2022-04-29T16:52:41.390Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.21s)
16:52:41 [2022-04-29T16:52:41.390Z]     --- PASS: TestUpdatePidsLimit/no_change (0.22s)
16:52:41 [2022-04-29T16:52:41.390Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.22s)
16:52:41 [2022-04-29T16:52:41.390Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.22s)
16:52:41 [2022-04-29T16:52:41.390Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.23s)
16:52:41 [2022-04-29T16:52:41.390Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s)
16:52:41 [2022-04-29T16:52:41.390Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.23s)
16:52:41 [2022-04-29T16:52:41.390Z] === RUN   TestUpdateRestartPolicy
16:52:53 [2022-04-29T16:52:53.613Z] --- PASS: TestUpdateRestartPolicy (11.12s)
16:52:53 [2022-04-29T16:52:53.613Z] === RUN   TestUpdateRestartWithAutoRemove
16:52:53 [2022-04-29T16:52:53.613Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s)
16:52:53 [2022-04-29T16:52:53.613Z] === RUN   TestWaitNonBlocked
16:52:53 [2022-04-29T16:52:53.613Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
16:52:53 [2022-04-29T16:52:53.613Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
16:52:53 [2022-04-29T16:52:53.613Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
16:52:53 [2022-04-29T16:52:53.613Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
16:52:53 [2022-04-29T16:52:53.613Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
16:52:53 [2022-04-29T16:52:53.613Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
16:52:53 [2022-04-29T16:52:53.613Z] --- PASS: TestWaitNonBlocked (0.01s)
16:52:53 [2022-04-29T16:52:53.613Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.74s)
16:52:53 [2022-04-29T16:52:53.613Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.75s)
16:52:53 [2022-04-29T16:52:53.613Z] === RUN   TestWaitBlocked
16:52:53 [2022-04-29T16:52:53.613Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
16:52:53 [2022-04-29T16:52:53.613Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
16:52:53 [2022-04-29T16:52:53.613Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
16:52:53 [2022-04-29T16:52:53.613Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
16:52:53 [2022-04-29T16:52:53.613Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
16:52:53 [2022-04-29T16:52:53.613Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
16:52:54 [2022-04-29T16:52:54.557Z] --- PASS: TestWaitBlocked (0.01s)
16:52:54 [2022-04-29T16:52:54.557Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.76s)
16:52:54 [2022-04-29T16:52:54.557Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.78s)
16:52:54 [2022-04-29T16:52:54.557Z] === CONT  TestContainerStartOnDaemonRestart
16:52:54 [2022-04-29T16:52:54.557Z] === CONT  TestIpcModeOlderClient
16:52:54 [2022-04-29T16:52:54.557Z] --- PASS: TestIpcModeOlderClient (0.13s)
16:52:54 [2022-04-29T16:52:54.557Z] === CONT  TestContainerKillOnDaemonStart
16:52:56 [2022-04-29T16:52:56.472Z] --- PASS: TestContainerStartOnDaemonRestart (2.15s)
16:52:56 [2022-04-29T16:52:56.472Z] === CONT  TestRestartDaemonWithRestartingContainer
16:52:58 [2022-04-29T16:52:58.384Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.77s)
16:52:58 [2022-04-29T16:52:58.384Z] === CONT  TestDaemonHostGatewayIP
16:53:00 [2022-04-29T16:53:00.926Z] --- PASS: TestDaemonHostGatewayIP (2.35s)
16:53:00 [2022-04-29T16:53:00.926Z] === CONT  TestDaemonRestartIpcMode
16:53:02 [2022-04-29T16:53:02.841Z] --- PASS: TestDaemonRestartIpcMode (2.26s)
16:53:07 [2022-04-29T16:53:07.044Z] --- PASS: TestContainerKillOnDaemonStart (11.79s)
16:53:07 [2022-04-29T16:53:07.044Z] PASS
16:53:07 [2022-04-29T16:53:07.044Z] 
16:53:07 [2022-04-29T16:53:07.044Z] === Skipped
16:53:07 [2022-04-29T16:53:07.044Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
16:53:07 [2022-04-29T16:53:07.044Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
16:53:07 [2022-04-29T16:53:07.044Z] 
16:53:07 [2022-04-29T16:53:07.044Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
16:53:07 [2022-04-29T16:53:07.044Z]     kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
16:53:07 [2022-04-29T16:53:07.044Z] 
16:53:07 [2022-04-29T16:53:07.044Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
16:53:07 [2022-04-29T16:53:07.044Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
16:53:07 [2022-04-29T16:53:07.044Z] 
16:53:07 [2022-04-29T16:53:07.044Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
16:53:07 [2022-04-29T16:53:07.044Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
16:53:07 [2022-04-29T16:53:07.044Z] 
16:53:07 [2022-04-29T16:53:07.044Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
16:53:07 [2022-04-29T16:53:07.044Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
16:53:07 [2022-04-29T16:53:07.044Z] 
16:53:07 [2022-04-29T16:53:07.044Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
16:53:07 [2022-04-29T16:53:07.044Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
16:53:07 [2022-04-29T16:53:07.044Z] 
16:53:07 [2022-04-29T16:53:07.044Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
16:53:07 [2022-04-29T16:53:07.044Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
16:53:07 [2022-04-29T16:53:07.044Z] 
16:53:07 [2022-04-29T16:53:07.044Z] DONE 235 tests, 7 skipped in 118.298s
16:53:07 [2022-04-29T16:53:07.044Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
16:53:07 [2022-04-29T16:53:07.044Z] === RUN   TestConfigDaemonLibtrustID
16:53:07 [2022-04-29T16:53:07.044Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
16:53:07 [2022-04-29T16:53:07.044Z] === RUN   TestDaemonConfigValidation
16:53:07 [2022-04-29T16:53:07.044Z] === RUN   TestDaemonConfigValidation/config_with_no_content
16:53:07 [2022-04-29T16:53:07.044Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
16:53:07 [2022-04-29T16:53:07.044Z] === RUN   TestDaemonConfigValidation/config_with_{}
16:53:07 [2022-04-29T16:53:07.044Z] === PAUSE TestDaemonConfigValidation/config_with_{}
16:53:07 [2022-04-29T16:53:07.044Z] === RUN   TestDaemonConfigValidation/invalid_config
16:53:07 [2022-04-29T16:53:07.044Z] === PAUSE TestDaemonConfigValidation/invalid_config
16:53:07 [2022-04-29T16:53:07.044Z] === RUN   TestDaemonConfigValidation/malformed_config
16:53:07 [2022-04-29T16:53:07.044Z] === PAUSE TestDaemonConfigValidation/malformed_config
16:53:07 [2022-04-29T16:53:07.044Z] === RUN   TestDaemonConfigValidation/valid_config
16:53:07 [2022-04-29T16:53:07.044Z] === PAUSE TestDaemonConfigValidation/valid_config
16:53:07 [2022-04-29T16:53:07.044Z] === CONT  TestDaemonConfigValidation/config_with_no_content
16:53:07 [2022-04-29T16:53:07.044Z] === CONT  TestDaemonConfigValidation/malformed_config
16:53:07 [2022-04-29T16:53:07.044Z] === CONT  TestDaemonConfigValidation/invalid_config
16:53:07 [2022-04-29T16:53:07.044Z] === CONT  TestDaemonConfigValidation/config_with_{}
16:53:07 [2022-04-29T16:53:07.044Z] === CONT  TestDaemonConfigValidation/valid_config
16:53:07 [2022-04-29T16:53:07.044Z] --- PASS: TestDaemonConfigValidation (0.00s)
16:53:07 [2022-04-29T16:53:07.044Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s)
16:53:07 [2022-04-29T16:53:07.044Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.11s)
16:53:07 [2022-04-29T16:53:07.044Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.08s)
16:53:07 [2022-04-29T16:53:07.044Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.08s)
16:53:07 [2022-04-29T16:53:07.044Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.07s)
16:53:07 [2022-04-29T16:53:07.044Z] === RUN   TestConfigDaemonSeccompProfiles
16:53:07 [2022-04-29T16:53:07.044Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
16:53:08 [2022-04-29T16:53:08.427Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
16:53:09 [2022-04-29T16:53:09.368Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
16:53:10 [2022-04-29T16:53:10.315Z] === CONT  TestConfigDaemonSeccompProfiles
16:53:10 [2022-04-29T16:53:10.315Z]     daemon_test.go:156: [d1fa12a9822d6] daemon is not started
16:53:10 [2022-04-29T16:53:10.315Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s)
16:53:10 [2022-04-29T16:53:10.315Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
16:53:10 [2022-04-29T16:53:10.315Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
16:53:10 [2022-04-29T16:53:10.315Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
16:53:10 [2022-04-29T16:53:10.315Z] === RUN   TestDaemonProxy
16:53:10 [2022-04-29T16:53:10.315Z] === RUN   TestDaemonProxy/environment_variables
16:53:12 [2022-04-29T16:53:12.224Z] === RUN   TestDaemonProxy/command-line_options
16:53:13 [2022-04-29T16:53:13.605Z] === RUN   TestDaemonProxy/configuration_file
16:53:15 [2022-04-29T16:53:15.518Z] === RUN   TestDaemonProxy/conflicting_options
16:53:16 [2022-04-29T16:53:16.089Z] === RUN   TestDaemonProxy/reload_sanitized
16:53:16 [2022-04-29T16:53:16.349Z] --- PASS: TestDaemonProxy (6.24s)
16:53:16 [2022-04-29T16:53:16.349Z]     --- PASS: TestDaemonProxy/environment_variables (1.73s)
16:53:16 [2022-04-29T16:53:16.349Z]     --- PASS: TestDaemonProxy/command-line_options (1.76s)
16:53:16 [2022-04-29T16:53:16.349Z]     --- PASS: TestDaemonProxy/configuration_file (1.73s)
16:53:16 [2022-04-29T16:53:16.349Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
16:53:16 [2022-04-29T16:53:16.349Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
16:53:16 [2022-04-29T16:53:16.349Z] PASS
16:53:16 [2022-04-29T16:53:16.349Z] 
16:53:16 [2022-04-29T16:53:16.349Z] DONE 17 tests in 10.133s
16:53:16 [2022-04-29T16:53:16.610Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
16:53:16 [2022-04-29T16:53:16.610Z] INFO: Testing against a local daemon
16:53:16 [2022-04-29T16:53:16.610Z] === RUN   TestCommitInheritsEnv
16:53:16 [2022-04-29T16:53:16.871Z] --- PASS: TestCommitInheritsEnv (0.29s)
16:53:16 [2022-04-29T16:53:16.871Z] === RUN   TestImportExtremelyLargeImageWorks
16:53:16 [2022-04-29T16:53:16.871Z] === PAUSE TestImportExtremelyLargeImageWorks
16:53:16 [2022-04-29T16:53:16.871Z] === RUN   TestImportWithCustomPlatform
16:53:16 [2022-04-29T16:53:16.871Z] === RUN   TestImportWithCustomPlatform/#00
16:53:16 [2022-04-29T16:53:16.871Z] === RUN   TestImportWithCustomPlatform/_______
16:53:16 [2022-04-29T16:53:16.871Z] === RUN   TestImportWithCustomPlatform//
16:53:16 [2022-04-29T16:53:16.871Z] === RUN   TestImportWithCustomPlatform/linux
16:53:17 [2022-04-29T16:53:17.132Z] === RUN   TestImportWithCustomPlatform/LINUX
16:53:17 [2022-04-29T16:53:17.132Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
16:53:17 [2022-04-29T16:53:17.132Z] === RUN   TestImportWithCustomPlatform/macos
16:53:17 [2022-04-29T16:53:17.132Z] === RUN   TestImportWithCustomPlatform/macos/arm64
16:53:17 [2022-04-29T16:53:17.132Z] === RUN   TestImportWithCustomPlatform/nintendo64
16:53:17 [2022-04-29T16:53:17.132Z] --- PASS: TestImportWithCustomPlatform (0.32s)
16:53:17 [2022-04-29T16:53:17.132Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.08s)
16:53:17 [2022-04-29T16:53:17.132Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
16:53:17 [2022-04-29T16:53:17.132Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
16:53:17 [2022-04-29T16:53:17.132Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
16:53:17 [2022-04-29T16:53:17.132Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.08s)
16:53:17 [2022-04-29T16:53:17.132Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
16:53:17 [2022-04-29T16:53:17.132Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
16:53:17 [2022-04-29T16:53:17.132Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
16:53:17 [2022-04-29T16:53:17.132Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
16:53:17 [2022-04-29T16:53:17.132Z] === RUN   TestImagesFilterMultiReference
16:53:17 [2022-04-29T16:53:17.132Z] --- PASS: TestImagesFilterMultiReference (0.05s)
16:53:17 [2022-04-29T16:53:17.132Z] === RUN   TestImagePullPlatformInvalid
16:53:17 [2022-04-29T16:53:17.132Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
16:53:17 [2022-04-29T16:53:17.132Z] === RUN   TestRemoveImageOrphaning
16:53:17 [2022-04-29T16:53:17.407Z] --- PASS: TestRemoveImageOrphaning (0.28s)
16:53:17 [2022-04-29T16:53:17.407Z] === RUN   TestRemoveImageGarbageCollector
16:53:18 [2022-04-29T16:53:18.001Z] time="2022-04-29T16:53:17Z" level=info msg="[graphdriver] trying configured driver: overlay2"
16:53:19 [2022-04-29T16:53:19.407Z] --- PASS: TestRemoveImageGarbageCollector (1.88s)
16:53:19 [2022-04-29T16:53:19.407Z] === RUN   TestTagUnprefixedRepoByNameOrName
16:53:19 [2022-04-29T16:53:19.407Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
16:53:19 [2022-04-29T16:53:19.407Z] === RUN   TestTagInvalidReference
16:53:19 [2022-04-29T16:53:19.407Z] --- PASS: TestTagInvalidReference (0.01s)
16:53:19 [2022-04-29T16:53:19.407Z] === RUN   TestTagValidPrefixedRepo
16:53:19 [2022-04-29T16:53:19.407Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
16:53:19 [2022-04-29T16:53:19.407Z] === RUN   TestTagExistedNameWithoutForce
16:53:19 [2022-04-29T16:53:19.407Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
16:53:19 [2022-04-29T16:53:19.407Z] === RUN   TestTagOfficialNames
16:53:19 [2022-04-29T16:53:19.670Z] --- PASS: TestTagOfficialNames (0.05s)
16:53:19 [2022-04-29T16:53:19.670Z] === RUN   TestTagMatchesDigest
16:53:19 [2022-04-29T16:53:19.670Z] --- PASS: TestTagMatchesDigest (0.01s)
16:53:19 [2022-04-29T16:53:19.670Z] === CONT  TestImportExtremelyLargeImageWorks
16:54:56 [2022-04-29T16:54:56.168Z] --- PASS: TestImportExtremelyLargeImageWorks (91.65s)
16:54:56 [2022-04-29T16:54:56.168Z] PASS
16:54:56 [2022-04-29T16:54:56.168Z] 
16:54:56 [2022-04-29T16:54:56.168Z] DONE 22 tests in 94.719s
16:54:56 [2022-04-29T16:54:56.168Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
16:54:56 [2022-04-29T16:54:56.168Z] INFO: Testing against a local daemon
16:54:56 [2022-04-29T16:54:56.168Z] === RUN   TestNetworkCreateDelete
16:54:56 [2022-04-29T16:54:56.168Z] --- PASS: TestNetworkCreateDelete (0.13s)
16:54:56 [2022-04-29T16:54:56.168Z] === RUN   TestDockerNetworkDeletePreferID
16:54:56 [2022-04-29T16:54:56.168Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s)
16:54:56 [2022-04-29T16:54:56.168Z] === RUN   TestDaemonDNSFallback
16:54:58 [2022-04-29T16:54:58.078Z] --- PASS: TestDaemonDNSFallback (6.31s)
16:54:58 [2022-04-29T16:54:58.078Z] === RUN   TestInspectNetwork
16:55:01 [2022-04-29T16:55:01.381Z] === RUN   TestInspectNetwork/full_network_id
16:55:01 [2022-04-29T16:55:01.382Z] === RUN   TestInspectNetwork/partial_network_id
16:55:01 [2022-04-29T16:55:01.382Z] === RUN   TestInspectNetwork/network_name
16:55:01 [2022-04-29T16:55:01.382Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
16:55:05 [2022-04-29T16:55:05.581Z] --- PASS: TestInspectNetwork (7.31s)
16:55:05 [2022-04-29T16:55:05.581Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
16:55:05 [2022-04-29T16:55:05.581Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
16:55:05 [2022-04-29T16:55:05.581Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
16:55:05 [2022-04-29T16:55:05.581Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
16:55:05 [2022-04-29T16:55:05.581Z] === RUN   TestRunContainerWithBridgeNone
16:55:06 [2022-04-29T16:55:06.966Z] --- PASS: TestRunContainerWithBridgeNone (1.72s)
16:55:06 [2022-04-29T16:55:06.966Z] === RUN   TestNetworkInvalidJSON
16:55:06 [2022-04-29T16:55:06.966Z] === RUN   TestNetworkInvalidJSON/networks/create
16:55:06 [2022-04-29T16:55:06.966Z] === PAUSE TestNetworkInvalidJSON/networks/create
16:55:06 [2022-04-29T16:55:06.966Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
16:55:06 [2022-04-29T16:55:06.966Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
16:55:06 [2022-04-29T16:55:06.966Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
16:55:06 [2022-04-29T16:55:06.966Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
16:55:06 [2022-04-29T16:55:06.966Z] === CONT  TestNetworkInvalidJSON/networks/create
16:55:06 [2022-04-29T16:55:06.966Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
16:55:06 [2022-04-29T16:55:06.966Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
16:55:06 [2022-04-29T16:55:06.966Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
16:55:06 [2022-04-29T16:55:06.966Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
16:55:06 [2022-04-29T16:55:06.966Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
16:55:06 [2022-04-29T16:55:06.966Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
16:55:06 [2022-04-29T16:55:06.966Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
16:55:06 [2022-04-29T16:55:06.966Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
16:55:06 [2022-04-29T16:55:06.966Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
16:55:06 [2022-04-29T16:55:06.966Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
16:55:06 [2022-04-29T16:55:06.966Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
16:55:06 [2022-04-29T16:55:06.966Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
16:55:06 [2022-04-29T16:55:06.966Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
16:55:06 [2022-04-29T16:55:06.966Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
16:55:06 [2022-04-29T16:55:06.966Z] --- PASS: TestNetworkInvalidJSON (0.01s)
16:55:06 [2022-04-29T16:55:06.966Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
16:55:06 [2022-04-29T16:55:06.966Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
16:55:06 [2022-04-29T16:55:06.966Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
16:55:06 [2022-04-29T16:55:06.966Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
16:55:06 [2022-04-29T16:55:06.966Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
16:55:06 [2022-04-29T16:55:06.966Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
16:55:06 [2022-04-29T16:55:06.966Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
16:55:06 [2022-04-29T16:55:06.966Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
16:55:06 [2022-04-29T16:55:06.966Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
16:55:06 [2022-04-29T16:55:06.966Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
16:55:06 [2022-04-29T16:55:06.966Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.01s)
16:55:06 [2022-04-29T16:55:06.966Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
16:55:06 [2022-04-29T16:55:06.966Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
16:55:06 [2022-04-29T16:55:06.966Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
16:55:06 [2022-04-29T16:55:06.966Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
16:55:07 [2022-04-29T16:55:07.227Z] === RUN   TestNetworkList
16:55:07 [2022-04-29T16:55:07.227Z] === RUN   TestNetworkList//networks
16:55:07 [2022-04-29T16:55:07.227Z] === PAUSE TestNetworkList//networks
16:55:07 [2022-04-29T16:55:07.227Z] === RUN   TestNetworkList//networks/
16:55:07 [2022-04-29T16:55:07.227Z] === PAUSE TestNetworkList//networks/
16:55:07 [2022-04-29T16:55:07.227Z] === CONT  TestNetworkList//networks
16:55:07 [2022-04-29T16:55:07.227Z] === CONT  TestNetworkList//networks/
16:55:07 [2022-04-29T16:55:07.227Z] --- PASS: TestNetworkList (0.02s)
16:55:07 [2022-04-29T16:55:07.227Z]     --- PASS: TestNetworkList//networks/ (0.00s)
16:55:07 [2022-04-29T16:55:07.227Z]     --- PASS: TestNetworkList//networks (0.00s)
16:55:07 [2022-04-29T16:55:07.227Z] === RUN   TestHostIPv4BridgeLabel
16:55:07 [2022-04-29T16:55:07.797Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
16:55:07 [2022-04-29T16:55:07.797Z] === RUN   TestDaemonRestartWithLiveRestore
16:55:08 [2022-04-29T16:55:08.740Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
16:55:08 [2022-04-29T16:55:08.740Z] === RUN   TestDaemonDefaultNetworkPools
16:55:09 [2022-04-29T16:55:09.311Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s)
16:55:09 [2022-04-29T16:55:09.311Z] === RUN   TestDaemonRestartWithExistingNetwork
16:55:10 [2022-04-29T16:55:10.693Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
16:55:10 [2022-04-29T16:55:10.694Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
16:55:11 [2022-04-29T16:55:11.636Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s)
16:55:11 [2022-04-29T16:55:11.636Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
16:55:12 [2022-04-29T16:55:12.209Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
16:55:12 [2022-04-29T16:55:12.209Z] === RUN   TestServiceWithPredefinedNetwork
16:55:14 [2022-04-29T16:55:14.755Z] --- PASS: TestServiceWithPredefinedNetwork (2.30s)
16:55:14 [2022-04-29T16:55:14.755Z] === RUN   TestServiceRemoveKeepsIngressNetwork
16:55:14 [2022-04-29T16:55:14.755Z]     service_test.go:243: FLAKY_TEST
16:55:14 [2022-04-29T16:55:14.755Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
16:55:14 [2022-04-29T16:55:14.755Z] === RUN   TestServiceWithDataPathPortInit
16:55:29 [2022-04-29T16:55:29.657Z] --- PASS: TestServiceWithDataPathPortInit (14.32s)
16:55:29 [2022-04-29T16:55:29.657Z] === RUN   TestServiceWithDefaultAddressPoolInit
16:55:31 [2022-04-29T16:55:31.569Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:7i9qfwb083vz02k85531uz9rp Created:2022-04-29 16:55:30.219232365 +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[cb114fe105e6353bffaebeff0bc8ec4ad28152350a423d6a96745b4247398c2c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.utnm5urcc78icoo9laikdjv4v EndpointID:dc326e404e34a1667f7034ffa990c6a21f0ff774d2a5c230f45ef4eb33d67e2f MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:63f038c0a647753788d7609adcbcbd35dcf586e36daefc50ead16751e8e75d69 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:9d9d43dc89ee IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.utnm5urcc78icoo9laikdjv4v EndpointID:dc326e404e34a1667f7034ffa990c6a21f0ff774d2a5c230f45ef4eb33d67e2f EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
16:55:35 [2022-04-29T16:55:35.830Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.98s)
16:55:35 [2022-04-29T16:55:35.830Z] PASS
16:55:35 [2022-04-29T16:55:35.830Z] 
16:55:35 [2022-04-29T16:55:35.830Z] === Skipped
16:55:35 [2022-04-29T16:55:35.830Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
16:55:35 [2022-04-29T16:55:35.830Z]     service_test.go:243: FLAKY_TEST
16:55:35 [2022-04-29T16:55:35.830Z] 
16:55:35 [2022-04-29T16:55:35.830Z] DONE 38 tests, 1 skipped in 44.705s
16:55:35 [2022-04-29T16:55:35.830Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
16:55:36 [2022-04-29T16:55:36.094Z] INFO: Testing against a local daemon
16:55:36 [2022-04-29T16:55:36.094Z] === RUN   TestDockerNetworkIpvlanPersistance
16:55:36 [2022-04-29T16:55:36.094Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:55:36 [2022-04-29T16:55:36.094Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
16:55:36 [2022-04-29T16:55:36.094Z] === RUN   TestDockerNetworkIpvlan
16:55:36 [2022-04-29T16:55:36.094Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:55:36 [2022-04-29T16:55:36.094Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
16:55:36 [2022-04-29T16:55:36.094Z] PASS
16:55:36 [2022-04-29T16:55:36.094Z] 
16:55:36 [2022-04-29T16:55:36.094Z] === Skipped
16:55:36 [2022-04-29T16:55:36.094Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
16:55:36 [2022-04-29T16:55:36.094Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:55:36 [2022-04-29T16:55:36.094Z] 
16:55:36 [2022-04-29T16:55:36.094Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
16:55:36 [2022-04-29T16:55:36.094Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:55:36 [2022-04-29T16:55:36.094Z] 
16:55:36 [2022-04-29T16:55:36.094Z] DONE 2 tests, 2 skipped in 0.049s
16:55:36 [2022-04-29T16:55:36.094Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
16:55:36 [2022-04-29T16:55:36.094Z] INFO: Testing against a local daemon
16:55:36 [2022-04-29T16:55:36.094Z] === RUN   TestDockerNetworkMacvlanPersistance
16:55:37 [2022-04-29T16:55:37.492Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.28s)
16:55:37 [2022-04-29T16:55:37.492Z] === RUN   TestDockerNetworkMacvlan
16:55:38 [2022-04-29T16:55:38.063Z] === RUN   TestDockerNetworkMacvlan/Subinterface
16:55:38 [2022-04-29T16:55:38.634Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
16:55:39 [2022-04-29T16:55:39.574Z] === RUN   TestDockerNetworkMacvlan/NilParent
16:55:41 [2022-04-29T16:55:41.488Z] === RUN   TestDockerNetworkMacvlan/InternalMode
16:55:43 [2022-04-29T16:55:43.401Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
16:55:46 [2022-04-29T16:55:46.702Z] === RUN   TestDockerNetworkMacvlan/Addressing
16:55:47 [2022-04-29T16:55:47.273Z] --- PASS: TestDockerNetworkMacvlan (10.04s)
16:55:47 [2022-04-29T16:55:47.273Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
16:55:47 [2022-04-29T16:55:47.273Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s)
16:55:47 [2022-04-29T16:55:47.273Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.91s)
16:55:47 [2022-04-29T16:55:47.273Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.90s)
16:55:47 [2022-04-29T16:55:47.273Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.18s)
16:55:47 [2022-04-29T16:55:47.273Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.65s)
16:55:47 [2022-04-29T16:55:47.273Z] PASS
16:55:47 [2022-04-29T16:55:47.273Z] 
16:55:47 [2022-04-29T16:55:47.273Z] DONE 8 tests in 11.349s
16:55:47 [2022-04-29T16:55:47.273Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
16:55:47 [2022-04-29T16:55:47.273Z] testing: warning: no tests to run
16:55:47 [2022-04-29T16:55:47.273Z] PASS
16:55:47 [2022-04-29T16:55:47.273Z] 
16:55:47 [2022-04-29T16:55:47.273Z] DONE 0 tests in 0.007s
16:55:47 [2022-04-29T16:55:47.273Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
16:55:47 [2022-04-29T16:55:47.534Z] INFO: Testing against a local daemon
16:55:47 [2022-04-29T16:55:47.534Z] === RUN   TestAuthZPluginAllowRequest
16:55:48 [2022-04-29T16:55:48.917Z] --- PASS: TestAuthZPluginAllowRequest (1.19s)
16:55:48 [2022-04-29T16:55:48.917Z] === RUN   TestAuthZPluginTLS
16:55:49 [2022-04-29T16:55:49.177Z] --- PASS: TestAuthZPluginTLS (0.55s)
16:55:49 [2022-04-29T16:55:49.177Z] === RUN   TestAuthZPluginDenyRequest
16:55:49 [2022-04-29T16:55:49.748Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
16:55:49 [2022-04-29T16:55:49.748Z] === RUN   TestAuthZPluginAPIDenyResponse
16:55:50 [2022-04-29T16:55:50.321Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
16:55:50 [2022-04-29T16:55:50.321Z] === RUN   TestAuthZPluginDenyResponse
16:55:50 [2022-04-29T16:55:50.891Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
16:55:50 [2022-04-29T16:55:50.891Z] === RUN   TestAuthZPluginAllowEventStream
16:55:51 [2022-04-29T16:55:51.834Z] --- PASS: TestAuthZPluginAllowEventStream (1.18s)
16:55:51 [2022-04-29T16:55:51.834Z] === RUN   TestAuthZPluginErrorResponse
16:55:52 [2022-04-29T16:55:52.406Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
16:55:52 [2022-04-29T16:55:52.406Z] === RUN   TestAuthZPluginErrorRequest
16:55:52 [2022-04-29T16:55:52.977Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
16:55:52 [2022-04-29T16:55:52.977Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
16:55:53 [2022-04-29T16:55:53.548Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
16:55:53 [2022-04-29T16:55:53.548Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
16:55:54 [2022-04-29T16:55:54.932Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.46s)
16:55:54 [2022-04-29T16:55:54.932Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
16:55:56 [2022-04-29T16:55:56.844Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.49s)
16:55:56 [2022-04-29T16:55:56.844Z] === RUN   TestAuthZPluginHeader
16:55:57 [2022-04-29T16:55:57.105Z] --- PASS: TestAuthZPluginHeader (0.71s)
16:55:57 [2022-04-29T16:55:57.105Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
16:56:01 [2022-04-29T16:56:01.306Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.92s)
16:56:01 [2022-04-29T16:56:01.306Z] === RUN   TestAuthZPluginV2Disable
16:56:04 [2022-04-29T16:56:04.604Z] --- PASS: TestAuthZPluginV2Disable (3.38s)
16:56:04 [2022-04-29T16:56:04.604Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
16:56:07 [2022-04-29T16:56:07.905Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.23s)
16:56:07 [2022-04-29T16:56:07.905Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
16:56:17 [2022-04-29T16:56:17.910Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.46s)
16:56:17 [2022-04-29T16:56:17.911Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
16:56:34 [2022-04-29T16:56:34.487Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s)
16:56:34 [2022-04-29T16:56:34.487Z] PASS
16:56:34 [2022-04-29T16:56:34.487Z] 
16:56:34 [2022-04-29T16:56:34.487Z] DONE 17 tests in 46.346s
16:56:34 [2022-04-29T16:56:34.487Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
16:56:34 [2022-04-29T16:56:34.487Z] INFO: Testing against a local daemon
16:56:34 [2022-04-29T16:56:34.487Z] === RUN   TestPluginInvalidJSON
16:56:34 [2022-04-29T16:56:34.487Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
16:56:34 [2022-04-29T16:56:34.487Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
16:56:34 [2022-04-29T16:56:34.487Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
16:56:34 [2022-04-29T16:56:34.487Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
16:56:34 [2022-04-29T16:56:34.487Z] === RUN   TestPluginInvalidJSON/plugins/pull
16:56:34 [2022-04-29T16:56:34.487Z] === PAUSE TestPluginInvalidJSON/plugins/pull
16:56:34 [2022-04-29T16:56:34.487Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
16:56:34 [2022-04-29T16:56:34.487Z] === CONT  TestPluginInvalidJSON/plugins/pull
16:56:34 [2022-04-29T16:56:34.487Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
16:56:34 [2022-04-29T16:56:34.487Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
16:56:34 [2022-04-29T16:56:34.487Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
16:56:34 [2022-04-29T16:56:34.487Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
16:56:34 [2022-04-29T16:56:34.487Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
16:56:34 [2022-04-29T16:56:34.487Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
16:56:34 [2022-04-29T16:56:34.487Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
16:56:34 [2022-04-29T16:56:34.487Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
16:56:34 [2022-04-29T16:56:34.487Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
16:56:34 [2022-04-29T16:56:34.487Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
16:56:34 [2022-04-29T16:56:34.487Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
16:56:34 [2022-04-29T16:56:34.487Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
16:56:34 [2022-04-29T16:56:34.487Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
16:56:34 [2022-04-29T16:56:34.487Z] --- PASS: TestPluginInvalidJSON (0.02s)
16:56:34 [2022-04-29T16:56:34.487Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s)
16:56:34 [2022-04-29T16:56:34.487Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
16:56:34 [2022-04-29T16:56:34.487Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
16:56:34 [2022-04-29T16:56:34.487Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
16:56:34 [2022-04-29T16:56:34.487Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
16:56:34 [2022-04-29T16:56:34.487Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
16:56:34 [2022-04-29T16:56:34.487Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
16:56:34 [2022-04-29T16:56:34.487Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
16:56:34 [2022-04-29T16:56:34.487Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
16:56:34 [2022-04-29T16:56:34.487Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
16:56:34 [2022-04-29T16:56:34.487Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
16:56:34 [2022-04-29T16:56:34.487Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
16:56:34 [2022-04-29T16:56:34.487Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
16:56:34 [2022-04-29T16:56:34.487Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
16:56:34 [2022-04-29T16:56:34.487Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
16:56:34 [2022-04-29T16:56:34.487Z] === RUN   TestPluginInstall
16:56:34 [2022-04-29T16:56:34.487Z] === RUN   TestPluginInstall/no_auth
16:56:34 [2022-04-29T16:56:34.748Z] time="2022-04-29T16:56:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:56:34 [2022-04-29T16:56:34.748Z] time="2022-04-29T16:56:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b8be3c9984771309247c40d518a7b3ed3f0602413c1015134779e2c1a771eea0" mediatype=application/vnd.docker.plugin.v1+json size=522
16:56:34 [2022-04-29T16:56:34.748Z] time="2022-04-29T16:56:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:56:34 [2022-04-29T16:56:34.748Z] time="2022-04-29T16:56:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b8be3c9984771309247c40d518a7b3ed3f0602413c1015134779e2c1a771eea0" mediatype=application/vnd.docker.plugin.v1+json size=522
16:56:34 [2022-04-29T16:56:34.748Z] === RUN   TestPluginInstall/with_htpasswd
16:56:35 [2022-04-29T16:56:35.320Z] time="2022-04-29T16:56:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:56:35 [2022-04-29T16:56:35.320Z] time="2022-04-29T16:56:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b8be3c9984771309247c40d518a7b3ed3f0602413c1015134779e2c1a771eea0" mediatype=application/vnd.docker.plugin.v1+json size=522
16:56:35 [2022-04-29T16:56:35.320Z] time="2022-04-29T16:56:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:56:35 [2022-04-29T16:56:35.320Z] time="2022-04-29T16:56:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b8be3c9984771309247c40d518a7b3ed3f0602413c1015134779e2c1a771eea0" mediatype=application/vnd.docker.plugin.v1+json size=522
16:56:35 [2022-04-29T16:56:35.581Z] === RUN   TestPluginInstall/with_insecure
16:56:36 [2022-04-29T16:56:36.522Z] time="2022-04-29T16:56:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:56:36 [2022-04-29T16:56:36.522Z] time="2022-04-29T16:56:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5c91dcd297041ab2d947ce2262563e392f766e496773263ce0de1dbec9ffa75f" mediatype=application/vnd.docker.plugin.v1+json size=522
16:56:36 [2022-04-29T16:56:36.522Z] time="2022-04-29T16:56:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:56:36 [2022-04-29T16:56:36.522Z] time="2022-04-29T16:56:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5c91dcd297041ab2d947ce2262563e392f766e496773263ce0de1dbec9ffa75f" mediatype=application/vnd.docker.plugin.v1+json size=522
16:56:36 [2022-04-29T16:56:36.522Z]     plugin_test.go:195: [dfb4e2fbe2d1a] daemon is not started
16:56:36 [2022-04-29T16:56:36.522Z] --- PASS: TestPluginInstall (2.76s)
16:56:36 [2022-04-29T16:56:36.522Z]     --- PASS: TestPluginInstall/no_auth (1.05s)
16:56:36 [2022-04-29T16:56:36.522Z]     --- PASS: TestPluginInstall/with_htpasswd (0.63s)
16:56:36 [2022-04-29T16:56:36.522Z]     --- PASS: TestPluginInstall/with_insecure (1.08s)
16:56:36 [2022-04-29T16:56:36.522Z] === RUN   TestPluginsWithRuntimes
16:56:38 [2022-04-29T16:56:38.434Z] === RUN   TestPluginsWithRuntimes/No_Args
16:56:39 [2022-04-29T16:56:39.005Z] === RUN   TestPluginsWithRuntimes/With_Args
16:56:39 [2022-04-29T16:56:39.947Z] --- PASS: TestPluginsWithRuntimes (3.36s)
16:56:39 [2022-04-29T16:56:39.947Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.88s)
16:56:39 [2022-04-29T16:56:39.947Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.88s)
16:56:39 [2022-04-29T16:56:39.947Z] === RUN   TestPluginBackCompatMediaTypes
16:56:40 [2022-04-29T16:56:40.518Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s)
16:56:40 [2022-04-29T16:56:40.518Z] PASS
16:56:40 [2022-04-29T16:56:40.518Z] 
16:56:40 [2022-04-29T16:56:40.518Z] DONE 24 tests in 6.744s
16:56:40 [2022-04-29T16:56:40.518Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
16:56:40 [2022-04-29T16:56:40.518Z] INFO: Testing against a local daemon
16:56:40 [2022-04-29T16:56:40.518Z] === RUN   TestExternalGraphDriver
16:56:40 [2022-04-29T16:56:40.518Z] === RUN   TestExternalGraphDriver/json
16:56:42 [2022-04-29T16:56:42.429Z] === RUN   TestExternalGraphDriver/spec
16:56:43 [2022-04-29T16:56:43.814Z] === RUN   TestExternalGraphDriver/pull
16:56:45 [2022-04-29T16:56:45.729Z] --- PASS: TestExternalGraphDriver (5.07s)
16:56:45 [2022-04-29T16:56:45.729Z]     --- PASS: TestExternalGraphDriver/json (1.66s)
16:56:45 [2022-04-29T16:56:45.729Z]     --- PASS: TestExternalGraphDriver/spec (1.68s)
16:56:45 [2022-04-29T16:56:45.729Z]     --- PASS: TestExternalGraphDriver/pull (1.70s)
16:56:45 [2022-04-29T16:56:45.729Z] === RUN   TestGraphdriverPluginV2
16:56:49 [2022-04-29T16:56:49.931Z] --- PASS: TestGraphdriverPluginV2 (3.86s)
16:56:49 [2022-04-29T16:56:49.931Z] PASS
16:56:49 [2022-04-29T16:56:49.931Z] 
16:56:49 [2022-04-29T16:56:49.931Z] DONE 5 tests in 8.973s
16:56:49 [2022-04-29T16:56:49.931Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
16:56:49 [2022-04-29T16:56:49.931Z] INFO: Testing against a local daemon
16:56:49 [2022-04-29T16:56:49.931Z] === RUN   TestContinueAfterPluginCrash
16:56:49 [2022-04-29T16:56:49.931Z] === PAUSE TestContinueAfterPluginCrash
16:56:49 [2022-04-29T16:56:49.931Z] === RUN   TestReadPluginNoRead
16:56:49 [2022-04-29T16:56:49.931Z] === PAUSE TestReadPluginNoRead
16:56:49 [2022-04-29T16:56:49.931Z] === RUN   TestDaemonStartWithLogOpt
16:56:49 [2022-04-29T16:56:49.931Z] === PAUSE TestDaemonStartWithLogOpt
16:56:49 [2022-04-29T16:56:49.931Z] === CONT  TestContinueAfterPluginCrash
16:56:49 [2022-04-29T16:56:49.931Z] === CONT  TestDaemonStartWithLogOpt
16:56:53 [2022-04-29T16:56:53.231Z] --- PASS: TestDaemonStartWithLogOpt (3.54s)
16:56:53 [2022-04-29T16:56:53.231Z] === CONT  TestReadPluginNoRead
16:56:55 [2022-04-29T16:56:55.774Z] === RUN   TestReadPluginNoRead/default
16:56:56 [2022-04-29T16:56:56.764Z] === RUN   TestReadPluginNoRead/disabled_caching
16:56:57 [2022-04-29T16:56:57.738Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
16:56:57 [2022-04-29T16:56:57.998Z] --- PASS: TestContinueAfterPluginCrash (8.46s)
16:56:58 [2022-04-29T16:56:58.940Z] === CONT  TestReadPluginNoRead
16:56:58 [2022-04-29T16:56:58.940Z]     read_test.go:92: [dd861020ef651] daemon is not started
16:56:58 [2022-04-29T16:56:58.940Z] --- PASS: TestReadPluginNoRead (5.96s)
16:56:58 [2022-04-29T16:56:58.940Z]     --- PASS: TestReadPluginNoRead/default (1.29s)
16:56:58 [2022-04-29T16:56:58.940Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.23s)
16:56:58 [2022-04-29T16:56:58.940Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.22s)
16:56:58 [2022-04-29T16:56:58.940Z] PASS
16:56:58 [2022-04-29T16:56:58.940Z] 
16:56:58 [2022-04-29T16:56:58.940Z] DONE 6 tests in 9.527s
16:56:58 [2022-04-29T16:56:58.940Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
16:56:58 [2022-04-29T16:56:58.940Z] testing: warning: no tests to run
16:56:58 [2022-04-29T16:56:58.940Z] PASS
16:56:58 [2022-04-29T16:56:58.940Z] 
16:56:58 [2022-04-29T16:56:58.940Z] DONE 0 tests in 0.007s
16:56:58 [2022-04-29T16:56:58.940Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
16:56:59 [2022-04-29T16:56:59.201Z] INFO: Testing against a local daemon
16:56:59 [2022-04-29T16:56:59.201Z] === RUN   TestPluginWithDevMounts
16:56:59 [2022-04-29T16:56:59.201Z] === PAUSE TestPluginWithDevMounts
16:56:59 [2022-04-29T16:56:59.201Z] === CONT  TestPluginWithDevMounts
16:57:00 [2022-04-29T16:57:00.597Z] --- PASS: TestPluginWithDevMounts (1.62s)
16:57:00 [2022-04-29T16:57:00.597Z] PASS
16:57:00 [2022-04-29T16:57:00.597Z] 
16:57:00 [2022-04-29T16:57:00.597Z] DONE 1 tests in 1.639s
16:57:00 [2022-04-29T16:57:00.597Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
16:57:00 [2022-04-29T16:57:00.858Z] INFO: Testing against a local daemon
16:57:00 [2022-04-29T16:57:00.858Z] === RUN   TestSecretInspect
16:57:03 [2022-04-29T16:57:03.401Z] --- PASS: TestSecretInspect (2.19s)
16:57:03 [2022-04-29T16:57:03.401Z] === RUN   TestSecretList
16:57:05 [2022-04-29T16:57:05.311Z] --- PASS: TestSecretList (2.19s)
16:57:05 [2022-04-29T16:57:05.311Z] === RUN   TestSecretsCreateAndDelete
16:57:07 [2022-04-29T16:57:07.223Z] --- PASS: TestSecretsCreateAndDelete (2.19s)
16:57:07 [2022-04-29T16:57:07.223Z] === RUN   TestSecretsUpdate
16:57:09 [2022-04-29T16:57:09.767Z] --- PASS: TestSecretsUpdate (2.22s)
16:57:09 [2022-04-29T16:57:09.767Z] === RUN   TestTemplatedSecret
16:57:12 [2022-04-29T16:57:12.309Z] --- PASS: TestTemplatedSecret (2.61s)
16:57:12 [2022-04-29T16:57:12.309Z] === RUN   TestSecretCreateResolve
16:57:14 [2022-04-29T16:57:14.223Z] --- PASS: TestSecretCreateResolve (2.19s)
16:57:14 [2022-04-29T16:57:14.223Z] PASS
16:57:14 [2022-04-29T16:57:14.223Z] 
16:57:14 [2022-04-29T16:57:14.223Z] DONE 6 tests in 13.614s
16:57:14 [2022-04-29T16:57:14.223Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
16:57:14 [2022-04-29T16:57:14.483Z] INFO: Testing against a local daemon
16:57:14 [2022-04-29T16:57:14.483Z] === RUN   TestServiceCreateInit
16:57:14 [2022-04-29T16:57:14.483Z] === RUN   TestServiceCreateInit/daemonInitDisabled
16:57:18 [2022-04-29T16:57:18.686Z] === RUN   TestServiceCreateInit/daemonInitEnabled
16:57:21 [2022-04-29T16:57:21.986Z] --- PASS: TestServiceCreateInit (7.55s)
16:57:21 [2022-04-29T16:57:21.986Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.68s)
16:57:21 [2022-04-29T16:57:21.986Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.86s)
16:57:21 [2022-04-29T16:57:21.986Z] === RUN   TestCreateServiceMultipleTimes
16:57:40 [2022-04-29T16:57:40.095Z] --- PASS: TestCreateServiceMultipleTimes (16.36s)
16:57:40 [2022-04-29T16:57:40.095Z] === RUN   TestCreateServiceConflict
16:57:40 [2022-04-29T16:57:40.095Z] --- PASS: TestCreateServiceConflict (1.78s)
16:57:40 [2022-04-29T16:57:40.095Z] === RUN   TestCreateServiceMaxReplicas
16:57:43 [2022-04-29T16:57:43.394Z] --- PASS: TestCreateServiceMaxReplicas (2.95s)
16:57:43 [2022-04-29T16:57:43.394Z] === RUN   TestCreateWithDuplicateNetworkNames
16:57:58 [2022-04-29T16:57:58.293Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.19s)
16:57:58 [2022-04-29T16:57:58.293Z] === RUN   TestCreateServiceSecretFileMode
16:57:58 [2022-04-29T16:57:58.865Z] --- PASS: TestCreateServiceSecretFileMode (2.51s)
16:57:58 [2022-04-29T16:57:58.865Z] === RUN   TestCreateServiceConfigFileMode
16:58:01 [2022-04-29T16:58:01.408Z] --- PASS: TestCreateServiceConfigFileMode (2.52s)
16:58:01 [2022-04-29T16:58:01.408Z] === RUN   TestCreateServiceSysctls
16:58:04 [2022-04-29T16:58:04.707Z] --- PASS: TestCreateServiceSysctls (3.18s)
16:58:04 [2022-04-29T16:58:04.707Z] === RUN   TestCreateServiceCapabilities
16:58:07 [2022-04-29T16:58:07.249Z] --- PASS: TestCreateServiceCapabilities (2.49s)
16:58:07 [2022-04-29T16:58:07.249Z] === RUN   TestInspect
16:58:09 [2022-04-29T16:58:09.162Z] --- PASS: TestInspect (2.30s)
16:58:09 [2022-04-29T16:58:09.163Z] === RUN   TestCreateJob
16:58:12 [2022-04-29T16:58:12.459Z] --- PASS: TestCreateJob (3.24s)
16:58:12 [2022-04-29T16:58:12.459Z] === RUN   TestReplicatedJob
16:58:19 [2022-04-29T16:58:19.042Z] --- PASS: TestReplicatedJob (5.52s)
16:58:19 [2022-04-29T16:58:19.042Z] === RUN   TestUpdateReplicatedJob
16:58:20 [2022-04-29T16:58:20.957Z] --- PASS: TestUpdateReplicatedJob (3.12s)
16:58:20 [2022-04-29T16:58:20.957Z] === RUN   TestServiceListWithStatuses
16:58:20 [2022-04-29T16:58:20.957Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
16:58:20 [2022-04-29T16:58:20.957Z] --- SKIP: TestServiceListWithStatuses (0.00s)
16:58:20 [2022-04-29T16:58:20.957Z] === RUN   TestDockerNetworkConnectAlias
16:58:25 [2022-04-29T16:58:25.188Z] --- PASS: TestDockerNetworkConnectAlias (4.20s)
16:58:25 [2022-04-29T16:58:25.188Z] === RUN   TestDockerNetworkReConnect
16:58:29 [2022-04-29T16:58:29.410Z] --- PASS: TestDockerNetworkReConnect (3.52s)
16:58:29 [2022-04-29T16:58:29.410Z] === RUN   TestServicePlugin
16:58:32 [2022-04-29T16:58:32.708Z]     plugin_test.go:61: [d325446f68b9c] joining swarm manager [d2266ca822246]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:58:33 [2022-04-29T16:58:33.650Z]     plugin_test.go:64: [d7d1eeaf94014] joining swarm manager [d2266ca822246]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:59:00 [2022-04-29T16:59:00.222Z] --- PASS: TestServicePlugin (30.15s)
16:59:00 [2022-04-29T16:59:00.222Z] === RUN   TestServiceUpdateLabel
16:59:01 [2022-04-29T16:59:01.164Z] --- PASS: TestServiceUpdateLabel (2.22s)
16:59:01 [2022-04-29T16:59:01.164Z] === RUN   TestServiceUpdateSecrets
16:59:16 [2022-04-29T16:59:16.063Z] --- PASS: TestServiceUpdateSecrets (14.58s)
16:59:16 [2022-04-29T16:59:16.063Z] === RUN   TestServiceUpdateConfigs
16:59:30 [2022-04-29T16:59:30.962Z] --- PASS: TestServiceUpdateConfigs (14.56s)
16:59:30 [2022-04-29T16:59:30.962Z] === RUN   TestServiceUpdateNetwork
16:59:43 [2022-04-29T16:59:43.190Z] --- PASS: TestServiceUpdateNetwork (12.47s)
16:59:43 [2022-04-29T16:59:43.190Z] === RUN   TestServiceUpdatePidsLimit
16:59:44 [2022-04-29T16:59:44.132Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
16:59:44 [2022-04-29T16:59:44.704Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
16:59:52 [2022-04-29T16:59:52.835Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
16:59:59 [2022-04-29T16:59:59.412Z] --- PASS: TestServiceUpdatePidsLimit (16.26s)
16:59:59 [2022-04-29T16:59:59.412Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
16:59:59 [2022-04-29T16:59:59.412Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s)
16:59:59 [2022-04-29T16:59:59.412Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s)
16:59:59 [2022-04-29T16:59:59.412Z] PASS
16:59:59 [2022-04-29T16:59:59.412Z] 
16:59:59 [2022-04-29T16:59:59.412Z] === Skipped
16:59:59 [2022-04-29T16:59:59.412Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
16:59:59 [2022-04-29T16:59:59.412Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
16:59:59 [2022-04-29T16:59:59.412Z] 
16:59:59 [2022-04-29T16:59:59.412Z] DONE 27 tests, 1 skipped in 164.700s
16:59:59 [2022-04-29T16:59:59.412Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
16:59:59 [2022-04-29T16:59:59.412Z] INFO: Testing against a local daemon
16:59:59 [2022-04-29T16:59:59.412Z] === RUN   TestSessionCreate
16:59:59 [2022-04-29T16:59:59.412Z] --- PASS: TestSessionCreate (0.03s)
16:59:59 [2022-04-29T16:59:59.412Z] === RUN   TestSessionCreateWithBadUpgrade
16:59:59 [2022-04-29T16:59:59.412Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
16:59:59 [2022-04-29T16:59:59.412Z] PASS
16:59:59 [2022-04-29T16:59:59.412Z] 
16:59:59 [2022-04-29T16:59:59.412Z] DONE 2 tests in 0.064s
16:59:59 [2022-04-29T16:59:59.412Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
16:59:59 [2022-04-29T16:59:59.412Z] INFO: Testing against a local daemon
16:59:59 [2022-04-29T16:59:59.412Z] === RUN   TestCgroupDriverSystemdMemoryLimit
16:59:59 [2022-04-29T16:59:59.412Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
16:59:59 [2022-04-29T16:59:59.412Z] === RUN   TestDiskUsage
16:59:59 [2022-04-29T16:59:59.412Z] === PAUSE TestDiskUsage
16:59:59 [2022-04-29T16:59:59.412Z] === RUN   TestEventsExecDie
16:59:59 [2022-04-29T16:59:59.673Z] --- PASS: TestEventsExecDie (0.58s)
16:59:59 [2022-04-29T16:59:59.673Z] === RUN   TestEventsBackwardsCompatible
16:59:59 [2022-04-29T16:59:59.673Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
16:59:59 [2022-04-29T16:59:59.673Z] === RUN   TestEventsVolumeCreate
16:59:59 [2022-04-29T16:59:59.933Z] --- PASS: TestEventsVolumeCreate (0.07s)
16:59:59 [2022-04-29T16:59:59.933Z] === RUN   TestInfoBinaryCommits
16:59:59 [2022-04-29T16:59:59.933Z] --- PASS: TestInfoBinaryCommits (0.02s)
16:59:59 [2022-04-29T16:59:59.933Z] === RUN   TestInfoAPIVersioned
16:59:59 [2022-04-29T16:59:59.933Z] --- PASS: TestInfoAPIVersioned (0.01s)
16:59:59 [2022-04-29T16:59:59.933Z] === RUN   TestInfoAPI
16:59:59 [2022-04-29T16:59:59.933Z] --- PASS: TestInfoAPI (0.02s)
16:59:59 [2022-04-29T16:59:59.933Z] === RUN   TestInfoAPIWarnings
17:00:18 [2022-04-29T17:00:18.040Z] --- PASS: TestInfoAPIWarnings (16.54s)
17:00:18 [2022-04-29T17:00:18.040Z] === RUN   TestInfoDebug
17:00:18 [2022-04-29T17:00:18.040Z] --- PASS: TestInfoDebug (0.52s)
17:00:18 [2022-04-29T17:00:18.040Z] === RUN   TestInfoInsecureRegistries
17:00:18 [2022-04-29T17:00:18.040Z] --- PASS: TestInfoInsecureRegistries (0.52s)
17:00:18 [2022-04-29T17:00:18.040Z] === RUN   TestInfoRegistryMirrors
17:00:18 [2022-04-29T17:00:18.040Z] --- PASS: TestInfoRegistryMirrors (0.52s)
17:00:18 [2022-04-29T17:00:18.040Z] === RUN   TestLoginFailsWithBadCredentials
17:00:18 [2022-04-29T17:00:18.040Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s)
17:00:18 [2022-04-29T17:00:18.040Z] === RUN   TestPingCacheHeaders
17:00:18 [2022-04-29T17:00:18.040Z] --- PASS: TestPingCacheHeaders (0.02s)
17:00:18 [2022-04-29T17:00:18.040Z] === RUN   TestPingGet
17:00:18 [2022-04-29T17:00:18.040Z] --- PASS: TestPingGet (0.01s)
17:00:18 [2022-04-29T17:00:18.040Z] === RUN   TestPingHead
17:00:18 [2022-04-29T17:00:18.040Z] --- PASS: TestPingHead (0.02s)
17:00:18 [2022-04-29T17:00:18.040Z] === RUN   TestPingSwarmHeader
17:00:18 [2022-04-29T17:00:18.610Z] === RUN   TestPingSwarmHeader/before_swarm_init
17:00:19 [2022-04-29T17:00:19.181Z] === RUN   TestPingSwarmHeader/after_swarm_init
17:00:20 [2022-04-29T17:00:20.123Z] === RUN   TestPingSwarmHeader/after_swarm_leave
17:00:20 [2022-04-29T17:00:20.123Z] --- PASS: TestPingSwarmHeader (2.03s)
17:00:20 [2022-04-29T17:00:20.123Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
17:00:20 [2022-04-29T17:00:20.123Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
17:00:20 [2022-04-29T17:00:20.123Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
17:00:20 [2022-04-29T17:00:20.123Z] === RUN   TestVersion
17:00:20 [2022-04-29T17:00:20.123Z] --- PASS: TestVersion (0.02s)
17:00:20 [2022-04-29T17:00:20.123Z] === CONT  TestCgroupDriverSystemdMemoryLimit
17:00:20 [2022-04-29T17:00:20.123Z] === CONT  TestDiskUsage
17:00:20 [2022-04-29T17:00:20.695Z] === RUN   TestDiskUsage/empty
17:00:20 [2022-04-29T17:00:20.695Z] === RUN   TestDiskUsage/empty/container_types
17:00:20 [2022-04-29T17:00:20.695Z] === RUN   TestDiskUsage/empty/image_types
17:00:20 [2022-04-29T17:00:20.695Z] === RUN   TestDiskUsage/empty/volume_types
17:00:20 [2022-04-29T17:00:20.695Z] === RUN   TestDiskUsage/empty/build-cache_types
17:00:20 [2022-04-29T17:00:20.695Z] === RUN   TestDiskUsage/empty/container,_volume_types
17:00:20 [2022-04-29T17:00:20.695Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
17:00:20 [2022-04-29T17:00:20.695Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
17:00:20 [2022-04-29T17:00:20.695Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
17:00:20 [2022-04-29T17:00:20.695Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
17:00:20 [2022-04-29T17:00:20.695Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
17:00:20 [2022-04-29T17:00:20.695Z] === RUN   TestDiskUsage/after_LoadBusybox
17:00:20 [2022-04-29T17:00:20.956Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
17:00:20 [2022-04-29T17:00:20.956Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
17:00:20 [2022-04-29T17:00:20.956Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
17:00:20 [2022-04-29T17:00:20.956Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
17:00:20 [2022-04-29T17:00:20.956Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
17:00:20 [2022-04-29T17:00:20.956Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
17:00:20 [2022-04-29T17:00:20.956Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
17:00:20 [2022-04-29T17:00:20.956Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
17:00:20 [2022-04-29T17:00:20.956Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
17:00:20 [2022-04-29T17:00:20.956Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
17:00:20 [2022-04-29T17:00:20.956Z] === RUN   TestDiskUsage/after_container.Run
17:00:21 [2022-04-29T17:00:21.527Z] === RUN   TestDiskUsage/after_container.Run/container_types
17:00:21 [2022-04-29T17:00:21.527Z] === RUN   TestDiskUsage/after_container.Run/image_types
17:00:21 [2022-04-29T17:00:21.527Z] === RUN   TestDiskUsage/after_container.Run/volume_types
17:00:21 [2022-04-29T17:00:21.527Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
17:00:21 [2022-04-29T17:00:21.527Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
17:00:21 [2022-04-29T17:00:21.527Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
17:00:21 [2022-04-29T17:00:21.527Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
17:00:21 [2022-04-29T17:00:21.527Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
17:00:21 [2022-04-29T17:00:21.527Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
17:00:21 [2022-04-29T17:00:21.527Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
17:00:21 [2022-04-29T17:00:21.788Z] --- PASS: TestDiskUsage (1.59s)
17:00:21 [2022-04-29T17:00:21.788Z]     --- PASS: TestDiskUsage/empty (0.01s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.28s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]     --- PASS: TestDiskUsage/after_container.Run (0.58s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
17:00:21 [2022-04-29T17:00:21.788Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s)
17:00:21 [2022-04-29T17:00:21.788Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.63s)
17:00:21 [2022-04-29T17:00:21.788Z] PASS
17:00:21 [2022-04-29T17:00:21.788Z] 
17:00:21 [2022-04-29T17:00:21.788Z] DONE 54 tests in 22.675s
17:00:21 [2022-04-29T17:00:21.788Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
17:00:21 [2022-04-29T17:00:21.788Z] INFO: Testing against a local daemon
17:00:21 [2022-04-29T17:00:21.788Z] === RUN   TestVolumesCreateAndList
17:00:21 [2022-04-29T17:00:21.788Z] --- PASS: TestVolumesCreateAndList (0.02s)
17:00:21 [2022-04-29T17:00:21.788Z] === RUN   TestVolumesRemove
17:00:22 [2022-04-29T17:00:22.049Z] --- PASS: TestVolumesRemove (0.12s)
17:00:22 [2022-04-29T17:00:22.049Z] === RUN   TestVolumesInspect
17:00:22 [2022-04-29T17:00:22.049Z] --- PASS: TestVolumesInspect (0.02s)
17:00:22 [2022-04-29T17:00:22.049Z] === RUN   TestVolumesInvalidJSON
17:00:22 [2022-04-29T17:00:22.049Z] === RUN   TestVolumesInvalidJSON/volumes/create
17:00:22 [2022-04-29T17:00:22.049Z] === PAUSE TestVolumesInvalidJSON/volumes/create
17:00:22 [2022-04-29T17:00:22.049Z] === CONT  TestVolumesInvalidJSON/volumes/create
17:00:22 [2022-04-29T17:00:22.049Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
17:00:22 [2022-04-29T17:00:22.049Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
17:00:22 [2022-04-29T17:00:22.049Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
17:00:22 [2022-04-29T17:00:22.049Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
17:00:22 [2022-04-29T17:00:22.049Z] --- PASS: TestVolumesInvalidJSON (0.01s)
17:00:22 [2022-04-29T17:00:22.049Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
17:00:22 [2022-04-29T17:00:22.049Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
17:00:22 [2022-04-29T17:00:22.049Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
17:00:22 [2022-04-29T17:00:22.049Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
17:00:22 [2022-04-29T17:00:22.049Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
17:00:22 [2022-04-29T17:00:22.049Z] PASS
17:00:22 [2022-04-29T17:00:22.049Z] 
17:00:22 [2022-04-29T17:00:22.049Z] DONE 9 tests in 0.190s
17:00:22 [2022-04-29T17:00:22.049Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
17:00:22 [2022-04-29T17:00:22.620Z] Stopping apparmor (via systemctl): apparmor.service.
17:00:22 [2022-04-29T17:00:22.620Z] Removing test suite binaries
17:00:22 [2022-04-29T17:00:22.620Z] exiting test-integration
17:00:22 [2022-04-29T17:00:22.620Z] ++ exit 0
17:00:22 [2022-04-29T17:00:22.620Z]