Skip to content

Console Output

20:36:40 [2022-06-16T20:36:40.331Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43718/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_GITCOMMIT=5edfd6d081a874032341554f42413201eba71525 -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:5edfd6d081a874032341554f42413201eba71525 hack/make.sh dynbinary test-integration
20:36:42 [2022-06-16T20:36:42.219Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
20:36:42 [2022-06-16T20:36:42.219Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
20:36:42 [2022-06-16T20:36:42.219Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
20:36:42 [2022-06-16T20:36:42.219Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
20:36:42 [2022-06-16T20:36:42.219Z] systemd 247.3-7 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
20:36:42 [2022-06-16T20:36:42.219Z] Detected virtualization docker.
20:36:42 [2022-06-16T20:36:42.219Z] Detected architecture x86-64.
20:36:42 [2022-06-16T20:36:42.219Z] Set hostname to <e00f26f0257b>.
20:36:42 [2022-06-16T20:36:42.219Z] modprobe@configfs.service: Succeeded.
20:36:42 [2022-06-16T20:36:42.219Z] modprobe@drm.service: Succeeded.
20:36:42 [2022-06-16T20:36:42.219Z] modprobe@fuse.service: Succeeded.
20:36:42 [2022-06-16T20:36:42.219Z] + source /etc/docker-entrypoint-cmd
20:36:42 [2022-06-16T20:36:42.219Z] ++ hack/make.sh dynbinary test-integration
20:36:42 [2022-06-16T20:36:42.219Z] 
20:36:42 [2022-06-16T20:36:42.477Z] Removing bundles/
20:36:42 [2022-06-16T20:36:42.478Z] 
20:36:42 [2022-06-16T20:36:42.478Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
20:36:42 [2022-06-16T20:36:42.478Z] Building: bundles/dynbinary-daemon/dockerd-dev
20:36:42 [2022-06-16T20:36:42.478Z] GOOS="" GOARCH="" GOARM=""
20:38:48 [2022-06-16T20:38:48.883Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
20:38:48 [2022-06-16T20:38:48.883Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
20:38:48 [2022-06-16T20:38:48.883Z] GOOS="" GOARCH="" GOARM=""
20:38:48 [2022-06-16T20:38:48.883Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
20:38:48 [2022-06-16T20:38:48.883Z] 
20:38:48 [2022-06-16T20:38:48.883Z] ---> Making bundle: test-integration (in bundles/test-integration)
20:38:48 [2022-06-16T20:38:48.883Z] DOCKER_SYSTEMD=1
20:38:48 [2022-06-16T20:38:48.883Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
20:38:48 [2022-06-16T20:38:48.883Z] HOSTNAME=e00f26f0257b
20:38:48 [2022-06-16T20:38:48.883Z] DEST=bundles/test-integration
20:38:48 [2022-06-16T20:38:48.883Z] PWD=/go/src/github.com/docker/docker
20:38:48 [2022-06-16T20:38:48.883Z] DOCKER_GITCOMMIT=5edfd6d081a874032341554f42413201eba71525
20:38:48 [2022-06-16T20:38:48.883Z] container=docker
20:38:48 [2022-06-16T20:38:48.883Z] HOME=/root
20:38:48 [2022-06-16T20:38:48.883Z] LANG=C.UTF-8
20:38:48 [2022-06-16T20:38:48.883Z] INVOCATION_ID=e7bb726f93d9436a868f6421e98df3db
20:38:48 [2022-06-16T20:38:48.883Z] GOLANG_VERSION=1.18.3
20:38:48 [2022-06-16T20:38:48.883Z] VALIDATE_REPO=https://github.com/moby/moby.git
20:38:48 [2022-06-16T20:38:48.883Z] VALIDATE_BRANCH=master
20:38:48 [2022-06-16T20:38:48.883Z] TERM=xterm
20:38:48 [2022-06-16T20:38:48.883Z] DOCKER_PKG=github.com/docker/docker
20:38:48 [2022-06-16T20:38:48.883Z] SHLVL=3
20:38:48 [2022-06-16T20:38:48.883Z] TIMEOUT=120m
20:38:48 [2022-06-16T20:38:48.883Z] DOCKER_BUILDTAGS= journald
20:38:48 [2022-06-16T20:38:48.883Z] DOCKER_GRAPHDRIVER=overlay2
20:38:48 [2022-06-16T20:38:48.883Z] GO111MODULE=off
20:38:48 [2022-06-16T20:38:48.883Z] DOCKER_EXPERIMENTAL=1
20:38:48 [2022-06-16T20:38:48.883Z] TEST_SKIP_INTEGRATION_CLI=1
20:38:48 [2022-06-16T20:38:48.883Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:38:48 [2022-06-16T20:38:48.883Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
20:38:48 [2022-06-16T20:38:48.883Z] GOPATH=/go
20:38:48 [2022-06-16T20:38:48.883Z] PKG_CONFIG=pkg-config
20:38:48 [2022-06-16T20:38:48.883Z] _=/usr/bin/env
20:38:48 [2022-06-16T20:38:48.883Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
20:39:35 [2022-06-16T20:39:35.548Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
20:39:35 [2022-06-16T20:39:35.548Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
20:40:02 [2022-06-16T20:40:02.056Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
20:40:10 [2022-06-16T20:40:10.149Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
20:40:20 [2022-06-16T20:40:20.099Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
20:40:20 [2022-06-16T20:40:20.099Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
20:40:20 [2022-06-16T20:40:20.099Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
20:40:20 [2022-06-16T20:40:20.661Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
20:40:21 [2022-06-16T20:40:21.591Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
20:40:21 [2022-06-16T20:40:21.848Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
20:40:22 [2022-06-16T20:40:22.776Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
20:40:25 [2022-06-16T20:40:25.294Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
20:40:26 [2022-06-16T20:40:26.223Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
20:40:27 [2022-06-16T20:40:27.589Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
20:40:27 [2022-06-16T20:40:27.845Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
20:40:28 [2022-06-16T20:40:28.774Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
20:40:29 [2022-06-16T20:40:29.704Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
20:40:30 [2022-06-16T20:40:30.633Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
20:40:31 [2022-06-16T20:40:31.563Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
20:40:32 [2022-06-16T20:40:32.492Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
20:40:33 [2022-06-16T20:40:33.420Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
20:40:33 [2022-06-16T20:40:33.420Z] Using test binary docker
20:40:33 [2022-06-16T20:40:33.420Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
20:40:33 [2022-06-16T20:40:33.420Z] Starting apparmor (via systemctl): apparmor.service.
20:40:33 [2022-06-16T20:40:33.420Z] INFO: Waiting for daemon to start...
20:40:33 [2022-06-16T20:40:33.420Z] Starting dockerd
20:40:35 [2022-06-16T20:40:35.308Z] .
20:40:35 [2022-06-16T20:40:35.308Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
20:40:35 [2022-06-16T20:40:35.308Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
20:40:35 [2022-06-16T20:40:35.308Z] Error: No such image: emptyfs
20:40:35 [2022-06-16T20:40:35.565Z] Running integration-test (iteration 1)
20:40:35 [2022-06-16T20:40:35.565Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
20:40:35 [2022-06-16T20:40:35.822Z] Loaded image: busybox:latest
20:40:35 [2022-06-16T20:40:35.822Z] Loaded image: busybox:glibc
20:40:37 [2022-06-16T20:40:37.188Z] Loaded image: debian:bullseye-slim
20:40:37 [2022-06-16T20:40:37.188Z] Loaded image: hello-world:latest
20:40:37 [2022-06-16T20:40:37.444Z] Loaded image: arm32v7/hello-world:latest
20:40:37 [2022-06-16T20:40:37.444Z] INFO: Testing against a local daemon
20:40:37 [2022-06-16T20:40:37.444Z] === RUN   TestCgroupNamespacesBuild
20:40:38 [2022-06-16T20:40:38.809Z] --- PASS: TestCgroupNamespacesBuild (1.43s)
20:40:38 [2022-06-16T20:40:38.809Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
20:40:40 [2022-06-16T20:40:40.175Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.28s)
20:40:40 [2022-06-16T20:40:40.175Z] === RUN   TestBuildWithSession
20:40:40 [2022-06-16T20:40:40.175Z]     build_session_test.go:25: TODO: BuildKit
20:40:40 [2022-06-16T20:40:40.175Z] --- SKIP: TestBuildWithSession (0.00s)
20:40:40 [2022-06-16T20:40:40.175Z] === RUN   TestBuildSquashParent
20:40:44 [2022-06-16T20:40:44.342Z] --- PASS: TestBuildSquashParent (4.22s)
20:40:44 [2022-06-16T20:40:44.342Z] === RUN   TestBuildWithRemoveAndForceRemove
20:40:44 [2022-06-16T20:40:44.342Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:40:44 [2022-06-16T20:40:44.342Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:40:44 [2022-06-16T20:40:44.342Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:40:44 [2022-06-16T20:40:44.342Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:40:44 [2022-06-16T20:40:44.342Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:40:44 [2022-06-16T20:40:44.342Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:40:44 [2022-06-16T20:40:44.342Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:40:44 [2022-06-16T20:40:44.342Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:40:44 [2022-06-16T20:40:44.342Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:40:44 [2022-06-16T20:40:44.342Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:40:44 [2022-06-16T20:40:44.342Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:40:44 [2022-06-16T20:40:44.342Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:40:44 [2022-06-16T20:40:44.342Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:40:44 [2022-06-16T20:40:44.342Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:40:46 [2022-06-16T20:40:46.234Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:40:46 [2022-06-16T20:40:46.491Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:40:47 [2022-06-16T20:40:47.856Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:40:47 [2022-06-16T20:40:47.856Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:40:49 [2022-06-16T20:40:49.744Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.05s)
20:40:49 [2022-06-16T20:40:49.745Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.93s)
20:40:49 [2022-06-16T20:40:49.745Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.00s)
20:40:49 [2022-06-16T20:40:49.745Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.37s)
20:40:49 [2022-06-16T20:40:49.745Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.56s)
20:40:49 [2022-06-16T20:40:49.745Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.57s)
20:40:49 [2022-06-16T20:40:49.745Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.57s)
20:40:49 [2022-06-16T20:40:49.745Z] === RUN   TestBuildMultiStageCopy
20:40:49 [2022-06-16T20:40:49.745Z] === RUN   TestBuildMultiStageCopy/copy_to_root
20:40:51 [2022-06-16T20:40:51.110Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
20:40:51 [2022-06-16T20:40:51.365Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
20:40:51 [2022-06-16T20:40:51.621Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
20:40:51 [2022-06-16T20:40:51.621Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
20:40:51 [2022-06-16T20:40:51.877Z] --- PASS: TestBuildMultiStageCopy (2.48s)
20:40:51 [2022-06-16T20:40:51.877Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.56s)
20:40:51 [2022-06-16T20:40:51.877Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.23s)
20:40:51 [2022-06-16T20:40:51.877Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s)
20:40:51 [2022-06-16T20:40:51.877Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s)
20:40:51 [2022-06-16T20:40:51.877Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.25s)
20:40:51 [2022-06-16T20:40:51.877Z] === RUN   TestBuildMultiStageParentConfig
20:40:52 [2022-06-16T20:40:52.864Z] --- PASS: TestBuildMultiStageParentConfig (0.73s)
20:40:52 [2022-06-16T20:40:52.864Z] === RUN   TestBuildLabelWithTargets
20:40:53 [2022-06-16T20:40:53.814Z] --- PASS: TestBuildLabelWithTargets (1.12s)
20:40:53 [2022-06-16T20:40:53.814Z] === RUN   TestBuildWithEmptyLayers
20:40:54 [2022-06-16T20:40:54.376Z] --- PASS: TestBuildWithEmptyLayers (0.47s)
20:40:54 [2022-06-16T20:40:54.376Z] === RUN   TestBuildMultiStageOnBuild
20:40:56 [2022-06-16T20:40:56.355Z] --- PASS: TestBuildMultiStageOnBuild (1.75s)
20:40:56 [2022-06-16T20:40:56.355Z] === RUN   TestBuildUncleanTarFilenames
20:40:56 [2022-06-16T20:40:56.611Z] --- PASS: TestBuildUncleanTarFilenames (0.62s)
20:40:56 [2022-06-16T20:40:56.611Z] === RUN   TestBuildMultiStageLayerLeak
20:40:58 [2022-06-16T20:40:58.500Z] --- PASS: TestBuildMultiStageLayerLeak (1.71s)
20:40:58 [2022-06-16T20:40:58.500Z] === RUN   TestBuildWithHugeFile
20:41:54 [2022-06-16T20:41:54.672Z] --- PASS: TestBuildWithHugeFile (49.66s)
20:41:54 [2022-06-16T20:41:54.672Z] === RUN   TestBuildWCOWSandboxSize
20:41:54 [2022-06-16T20:41:54.672Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
20:41:54 [2022-06-16T20:41:54.672Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
20:41:54 [2022-06-16T20:41:54.672Z] === RUN   TestBuildWithEmptyDockerfile
20:41:54 [2022-06-16T20:41:54.672Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
20:41:54 [2022-06-16T20:41:54.672Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
20:41:54 [2022-06-16T20:41:54.672Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:41:54 [2022-06-16T20:41:54.672Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:41:54 [2022-06-16T20:41:54.672Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:41:54 [2022-06-16T20:41:54.672Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:41:54 [2022-06-16T20:41:54.672Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
20:41:54 [2022-06-16T20:41:54.672Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:41:54 [2022-06-16T20:41:54.672Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:41:54 [2022-06-16T20:41:54.672Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
20:41:54 [2022-06-16T20:41:54.672Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s)
20:41:54 [2022-06-16T20:41:54.672Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s)
20:41:54 [2022-06-16T20:41:54.672Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
20:41:54 [2022-06-16T20:41:54.672Z] === RUN   TestBuildPreserveOwnership
20:41:54 [2022-06-16T20:41:54.672Z] === RUN   TestBuildPreserveOwnership/copy_from
20:41:54 [2022-06-16T20:41:54.672Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
20:41:54 [2022-06-16T20:41:54.672Z] --- PASS: TestBuildPreserveOwnership (3.66s)
20:41:54 [2022-06-16T20:41:54.672Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.44s)
20:41:54 [2022-06-16T20:41:54.672Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.21s)
20:41:54 [2022-06-16T20:41:54.672Z] === RUN   TestBuildPlatformInvalid
20:41:54 [2022-06-16T20:41:54.672Z] --- PASS: TestBuildPlatformInvalid (0.08s)
20:41:54 [2022-06-16T20:41:54.672Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
20:41:54 [2022-06-16T20:41:54.672Z] Loaded image: busybox:latest
20:41:54 [2022-06-16T20:41:54.672Z] Loaded image: busybox:glibc
20:41:54 [2022-06-16T20:41:54.672Z] Loaded image: debian:bullseye-slim
20:41:54 [2022-06-16T20:41:54.672Z] Loaded image: hello-world:latest
20:41:54 [2022-06-16T20:41:54.672Z] Loaded image: arm32v7/hello-world:latest
20:42:04 [2022-06-16T20:42:04.616Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (11.01s)
20:42:04 [2022-06-16T20:42:04.616Z] PASS
20:42:04 [2022-06-16T20:42:04.616Z] 
20:42:04 [2022-06-16T20:42:04.616Z] === Skipped
20:42:04 [2022-06-16T20:42:04.616Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
20:42:04 [2022-06-16T20:42:04.616Z]     build_session_test.go:25: TODO: BuildKit
20:42:04 [2022-06-16T20:42:04.616Z] 
20:42:04 [2022-06-16T20:42:04.616Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
20:42:04 [2022-06-16T20:42:04.616Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
20:42:04 [2022-06-16T20:42:04.616Z] 
20:42:04 [2022-06-16T20:42:04.616Z] DONE 34 tests, 2 skipped in 87.442s
20:42:04 [2022-06-16T20:42:04.616Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
20:42:04 [2022-06-16T20:42:04.616Z] INFO: Testing against a local daemon
20:42:04 [2022-06-16T20:42:04.616Z] === RUN   TestConfigInspect
20:42:05 [2022-06-16T20:42:05.542Z] --- PASS: TestConfigInspect (2.39s)
20:42:05 [2022-06-16T20:42:05.542Z] === RUN   TestConfigList
20:42:07 [2022-06-16T20:42:07.431Z] --- PASS: TestConfigList (2.18s)
20:42:07 [2022-06-16T20:42:07.431Z] === RUN   TestConfigsCreateAndDelete
20:42:09 [2022-06-16T20:42:09.945Z] --- PASS: TestConfigsCreateAndDelete (2.20s)
20:42:09 [2022-06-16T20:42:09.945Z] === RUN   TestConfigsUpdate
20:42:12 [2022-06-16T20:42:12.460Z] --- PASS: TestConfigsUpdate (2.21s)
20:42:12 [2022-06-16T20:42:12.460Z] === RUN   TestTemplatedConfig
20:42:14 [2022-06-16T20:42:14.977Z] --- PASS: TestTemplatedConfig (2.71s)
20:42:14 [2022-06-16T20:42:14.977Z] === RUN   TestConfigCreateResolve
20:42:16 [2022-06-16T20:42:16.864Z] --- PASS: TestConfigCreateResolve (2.16s)
20:42:16 [2022-06-16T20:42:16.864Z] PASS
20:42:16 [2022-06-16T20:42:16.864Z] 
20:42:16 [2022-06-16T20:42:16.864Z] DONE 6 tests in 13.888s
20:42:16 [2022-06-16T20:42:16.864Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
20:42:16 [2022-06-16T20:42:16.864Z] INFO: Testing against a local daemon
20:42:16 [2022-06-16T20:42:16.864Z] === RUN   TestAttachWithTTY
20:42:16 [2022-06-16T20:42:16.864Z] --- PASS: TestAttachWithTTY (0.06s)
20:42:16 [2022-06-16T20:42:16.864Z] === RUN   TestAttachWithoutTTy
20:42:16 [2022-06-16T20:42:16.864Z] --- PASS: TestAttachWithoutTTy (0.05s)
20:42:16 [2022-06-16T20:42:16.864Z] === RUN   TestCheckpoint
20:42:16 [2022-06-16T20:42:16.864Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:42:16 [2022-06-16T20:42:16.864Z] --- SKIP: TestCheckpoint (0.00s)
20:42:16 [2022-06-16T20:42:16.864Z] === RUN   TestContainerInvalidJSON
20:42:17 [2022-06-16T20:42:17.120Z] === RUN   TestContainerInvalidJSON/commit
20:42:17 [2022-06-16T20:42:17.120Z] === PAUSE TestContainerInvalidJSON/commit
20:42:17 [2022-06-16T20:42:17.120Z] === RUN   TestContainerInvalidJSON/containers/create
20:42:17 [2022-06-16T20:42:17.120Z] === PAUSE TestContainerInvalidJSON/containers/create
20:42:17 [2022-06-16T20:42:17.120Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
20:42:17 [2022-06-16T20:42:17.120Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
20:42:17 [2022-06-16T20:42:17.120Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
20:42:17 [2022-06-16T20:42:17.120Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
20:42:17 [2022-06-16T20:42:17.120Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
20:42:17 [2022-06-16T20:42:17.120Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
20:42:17 [2022-06-16T20:42:17.120Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
20:42:17 [2022-06-16T20:42:17.120Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
20:42:17 [2022-06-16T20:42:17.120Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
20:42:17 [2022-06-16T20:42:17.120Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
20:42:17 [2022-06-16T20:42:17.120Z] === CONT  TestContainerInvalidJSON/commit
20:42:17 [2022-06-16T20:42:17.120Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
20:42:17 [2022-06-16T20:42:17.120Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
20:42:17 [2022-06-16T20:42:17.120Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
20:42:17 [2022-06-16T20:42:17.120Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
20:42:17 [2022-06-16T20:42:17.120Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
20:42:17 [2022-06-16T20:42:17.120Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
20:42:17 [2022-06-16T20:42:17.120Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
20:42:17 [2022-06-16T20:42:17.120Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
20:42:17 [2022-06-16T20:42:17.120Z] === RUN   TestContainerInvalidJSON/commit/empty_body
20:42:17 [2022-06-16T20:42:17.120Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
20:42:17 [2022-06-16T20:42:17.120Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
20:42:17 [2022-06-16T20:42:17.120Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
20:42:17 [2022-06-16T20:42:17.120Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
20:42:17 [2022-06-16T20:42:17.121Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
20:42:17 [2022-06-16T20:42:17.121Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
20:42:17 [2022-06-16T20:42:17.121Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
20:42:17 [2022-06-16T20:42:17.121Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
20:42:17 [2022-06-16T20:42:17.121Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
20:42:17 [2022-06-16T20:42:17.121Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
20:42:17 [2022-06-16T20:42:17.121Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
20:42:17 [2022-06-16T20:42:17.121Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
20:42:17 [2022-06-16T20:42:17.121Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
20:42:17 [2022-06-16T20:42:17.121Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
20:42:17 [2022-06-16T20:42:17.121Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
20:42:17 [2022-06-16T20:42:17.121Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
20:42:17 [2022-06-16T20:42:17.121Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
20:42:17 [2022-06-16T20:42:17.121Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
20:42:17 [2022-06-16T20:42:17.121Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
20:42:17 [2022-06-16T20:42:17.121Z] === CONT  TestContainerInvalidJSON/containers/create
20:42:17 [2022-06-16T20:42:17.121Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
20:42:17 [2022-06-16T20:42:17.121Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
20:42:17 [2022-06-16T20:42:17.121Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
20:42:17 [2022-06-16T20:42:17.121Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
20:42:17 [2022-06-16T20:42:17.121Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
20:42:17 [2022-06-16T20:42:17.121Z] --- PASS: TestContainerInvalidJSON (0.01s)
20:42:17 [2022-06-16T20:42:17.121Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
20:42:17 [2022-06-16T20:42:17.121Z] === RUN   TestCopyFromContainerPathDoesNotExist
20:42:17 [2022-06-16T20:42:17.121Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
20:42:17 [2022-06-16T20:42:17.121Z] === RUN   TestCopyFromContainerPathIsNotDir
20:42:17 [2022-06-16T20:42:17.121Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s)
20:42:17 [2022-06-16T20:42:17.121Z] === RUN   TestCopyToContainerPathDoesNotExist
20:42:17 [2022-06-16T20:42:17.121Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s)
20:42:17 [2022-06-16T20:42:17.121Z] === RUN   TestCopyEmptyFile
20:42:17 [2022-06-16T20:42:17.377Z] --- PASS: TestCopyEmptyFile (0.22s)
20:42:17 [2022-06-16T20:42:17.377Z] === RUN   TestCopyToContainerPathIsNotDir
20:42:17 [2022-06-16T20:42:17.377Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
20:42:17 [2022-06-16T20:42:17.377Z] === RUN   TestCopyFromContainer
20:42:18 [2022-06-16T20:42:18.744Z] === RUN   TestCopyFromContainer//
20:42:18 [2022-06-16T20:42:18.744Z] === RUN   TestCopyFromContainer//bar/root
20:42:18 [2022-06-16T20:42:18.744Z] === RUN   TestCopyFromContainer//bar/root/
20:42:18 [2022-06-16T20:42:18.744Z] === RUN   TestCopyFromContainer/bar/quux
20:42:18 [2022-06-16T20:42:18.744Z] === RUN   TestCopyFromContainer/bar/quux/
20:42:18 [2022-06-16T20:42:18.744Z] === RUN   TestCopyFromContainer/bar/quux/baz
20:42:19 [2022-06-16T20:42:19.001Z] === RUN   TestCopyFromContainer/bar/filesymlink
20:42:19 [2022-06-16T20:42:19.001Z] === RUN   TestCopyFromContainer/bar/dirsymlink
20:42:19 [2022-06-16T20:42:19.001Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
20:42:19 [2022-06-16T20:42:19.001Z] === RUN   TestCopyFromContainer/bar/notarget
20:42:19 [2022-06-16T20:42:19.257Z] --- PASS: TestCopyFromContainer (1.72s)
20:42:19 [2022-06-16T20:42:19.257Z]     --- PASS: TestCopyFromContainer// (0.06s)
20:42:19 [2022-06-16T20:42:19.257Z]     --- PASS: TestCopyFromContainer//bar/root (0.08s)
20:42:19 [2022-06-16T20:42:19.257Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
20:42:19 [2022-06-16T20:42:19.257Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
20:42:19 [2022-06-16T20:42:19.257Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
20:42:19 [2022-06-16T20:42:19.257Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
20:42:19 [2022-06-16T20:42:19.257Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
20:42:19 [2022-06-16T20:42:19.257Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
20:42:19 [2022-06-16T20:42:19.257Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
20:42:19 [2022-06-16T20:42:19.257Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
20:42:19 [2022-06-16T20:42:19.257Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
20:42:19 [2022-06-16T20:42:19.257Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:42:19 [2022-06-16T20:42:19.257Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:42:19 [2022-06-16T20:42:19.257Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:42:19 [2022-06-16T20:42:19.257Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:42:19 [2022-06-16T20:42:19.257Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
20:42:19 [2022-06-16T20:42:19.257Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
20:42:19 [2022-06-16T20:42:19.257Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:42:19 [2022-06-16T20:42:19.257Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
20:42:19 [2022-06-16T20:42:19.257Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:42:19 [2022-06-16T20:42:19.257Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
20:42:19 [2022-06-16T20:42:19.257Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
20:42:19 [2022-06-16T20:42:19.257Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
20:42:19 [2022-06-16T20:42:19.257Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
20:42:19 [2022-06-16T20:42:19.257Z] === RUN   TestCreateLinkToNonExistingContainer
20:42:19 [2022-06-16T20:42:19.257Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
20:42:19 [2022-06-16T20:42:19.257Z] === RUN   TestCreateWithInvalidEnv
20:42:19 [2022-06-16T20:42:19.257Z] === RUN   TestCreateWithInvalidEnv/0
20:42:19 [2022-06-16T20:42:19.257Z] === PAUSE TestCreateWithInvalidEnv/0
20:42:19 [2022-06-16T20:42:19.257Z] === RUN   TestCreateWithInvalidEnv/1
20:42:19 [2022-06-16T20:42:19.257Z] === PAUSE TestCreateWithInvalidEnv/1
20:42:19 [2022-06-16T20:42:19.257Z] === RUN   TestCreateWithInvalidEnv/2
20:42:19 [2022-06-16T20:42:19.257Z] === PAUSE TestCreateWithInvalidEnv/2
20:42:19 [2022-06-16T20:42:19.257Z] === CONT  TestCreateWithInvalidEnv/0
20:42:19 [2022-06-16T20:42:19.257Z] === CONT  TestCreateWithInvalidEnv/2
20:42:19 [2022-06-16T20:42:19.257Z] === CONT  TestCreateWithInvalidEnv/1
20:42:19 [2022-06-16T20:42:19.257Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
20:42:19 [2022-06-16T20:42:19.257Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
20:42:19 [2022-06-16T20:42:19.257Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
20:42:19 [2022-06-16T20:42:19.257Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
20:42:19 [2022-06-16T20:42:19.257Z] === RUN   TestCreateTmpfsMountsTarget
20:42:19 [2022-06-16T20:42:19.257Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
20:42:19 [2022-06-16T20:42:19.257Z] === RUN   TestCreateWithCustomMaskedPaths
20:42:21 [2022-06-16T20:42:21.145Z] --- PASS: TestCreateWithCustomMaskedPaths (1.65s)
20:42:21 [2022-06-16T20:42:21.145Z] === RUN   TestCreateWithCustomReadonlyPaths
20:42:22 [2022-06-16T20:42:22.510Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.61s)
20:42:22 [2022-06-16T20:42:22.510Z] === RUN   TestCreateWithInvalidHealthcheckParams
20:42:22 [2022-06-16T20:42:22.510Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:42:22 [2022-06-16T20:42:22.510Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:42:22 [2022-06-16T20:42:22.510Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:42:22 [2022-06-16T20:42:22.510Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:42:22 [2022-06-16T20:42:22.510Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:42:22 [2022-06-16T20:42:22.510Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:42:22 [2022-06-16T20:42:22.510Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:42:22 [2022-06-16T20:42:22.510Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:42:22 [2022-06-16T20:42:22.510Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:42:22 [2022-06-16T20:42:22.510Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:42:22 [2022-06-16T20:42:22.510Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:42:22 [2022-06-16T20:42:22.510Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:42:22 [2022-06-16T20:42:22.510Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:42:22 [2022-06-16T20:42:22.510Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:42:22 [2022-06-16T20:42:22.510Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:42:22 [2022-06-16T20:42:22.510Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
20:42:22 [2022-06-16T20:42:22.510Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
20:42:22 [2022-06-16T20:42:22.510Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
20:42:22 [2022-06-16T20:42:22.510Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
20:42:22 [2022-06-16T20:42:22.510Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
20:42:22 [2022-06-16T20:42:22.510Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
20:42:22 [2022-06-16T20:42:22.510Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
20:42:23 [2022-06-16T20:42:23.072Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.56s)
20:42:23 [2022-06-16T20:42:23.072Z] === RUN   TestCreateDifferentPlatform
20:42:23 [2022-06-16T20:42:23.072Z] === RUN   TestCreateDifferentPlatform/different_os
20:42:23 [2022-06-16T20:42:23.072Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
20:42:23 [2022-06-16T20:42:23.072Z] --- PASS: TestCreateDifferentPlatform (0.01s)
20:42:23 [2022-06-16T20:42:23.072Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
20:42:23 [2022-06-16T20:42:23.072Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
20:42:23 [2022-06-16T20:42:23.072Z] === RUN   TestCreateVolumesFromNonExistingContainer
20:42:23 [2022-06-16T20:42:23.072Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s)
20:42:23 [2022-06-16T20:42:23.328Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
20:42:23 [2022-06-16T20:42:23.328Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s)
20:42:23 [2022-06-16T20:42:23.328Z] === RUN   TestCreateInvalidHostConfig
20:42:23 [2022-06-16T20:42:23.328Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
20:42:23 [2022-06-16T20:42:23.328Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
20:42:23 [2022-06-16T20:42:23.328Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
20:42:23 [2022-06-16T20:42:23.328Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
20:42:23 [2022-06-16T20:42:23.328Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
20:42:23 [2022-06-16T20:42:23.328Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
20:42:23 [2022-06-16T20:42:23.328Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
20:42:23 [2022-06-16T20:42:23.328Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
20:42:23 [2022-06-16T20:42:23.328Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
20:42:23 [2022-06-16T20:42:23.328Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
20:42:23 [2022-06-16T20:42:23.328Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
20:42:23 [2022-06-16T20:42:23.328Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
20:42:23 [2022-06-16T20:42:23.328Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
20:42:23 [2022-06-16T20:42:23.328Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
20:42:23 [2022-06-16T20:42:23.328Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
20:42:23 [2022-06-16T20:42:23.328Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
20:42:23 [2022-06-16T20:42:23.328Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
20:42:23 [2022-06-16T20:42:23.328Z] === RUN   TestContainerStartOnDaemonRestart
20:42:23 [2022-06-16T20:42:23.328Z] === PAUSE TestContainerStartOnDaemonRestart
20:42:23 [2022-06-16T20:42:23.328Z] === RUN   TestDaemonRestartIpcMode
20:42:23 [2022-06-16T20:42:23.328Z] === PAUSE TestDaemonRestartIpcMode
20:42:23 [2022-06-16T20:42:23.328Z] === RUN   TestDaemonHostGatewayIP
20:42:23 [2022-06-16T20:42:23.328Z] === PAUSE TestDaemonHostGatewayIP
20:42:23 [2022-06-16T20:42:23.328Z] === RUN   TestRestartDaemonWithRestartingContainer
20:42:23 [2022-06-16T20:42:23.328Z] === PAUSE TestRestartDaemonWithRestartingContainer
20:42:23 [2022-06-16T20:42:23.328Z] === RUN   TestContainerKillOnDaemonStart
20:42:23 [2022-06-16T20:42:23.328Z] === PAUSE TestContainerKillOnDaemonStart
20:42:23 [2022-06-16T20:42:23.328Z] === RUN   TestDiff
20:42:23 [2022-06-16T20:42:23.892Z] --- PASS: TestDiff (0.60s)
20:42:23 [2022-06-16T20:42:23.892Z] === RUN   TestExecWithCloseStdin
20:42:24 [2022-06-16T20:42:24.453Z] --- PASS: TestExecWithCloseStdin (0.65s)
20:42:24 [2022-06-16T20:42:24.453Z] === RUN   TestExec
20:42:25 [2022-06-16T20:42:25.382Z] --- PASS: TestExec (0.64s)
20:42:25 [2022-06-16T20:42:25.382Z] === RUN   TestExecUser
20:42:25 [2022-06-16T20:42:25.944Z] --- PASS: TestExecUser (0.60s)
20:42:25 [2022-06-16T20:42:25.944Z] === RUN   TestExportContainerAndImportImage
20:42:26 [2022-06-16T20:42:26.505Z] --- PASS: TestExportContainerAndImportImage (0.76s)
20:42:26 [2022-06-16T20:42:26.505Z] === RUN   TestExportContainerAfterDaemonRestart
20:42:27 [2022-06-16T20:42:27.869Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s)
20:42:27 [2022-06-16T20:42:27.869Z] === RUN   TestHealthCheckWorkdir
20:42:28 [2022-06-16T20:42:28.796Z] --- PASS: TestHealthCheckWorkdir (0.84s)
20:42:28 [2022-06-16T20:42:28.797Z] === RUN   TestHealthKillContainer
20:42:36 [2022-06-16T20:42:36.896Z] --- PASS: TestHealthKillContainer (8.27s)
20:42:36 [2022-06-16T20:42:36.896Z] === RUN   TestInspectCpusetInConfigPre120
20:42:37 [2022-06-16T20:42:37.457Z] --- PASS: TestInspectCpusetInConfigPre120 (0.63s)
20:42:37 [2022-06-16T20:42:37.457Z] === RUN   TestIpcModeNone
20:42:38 [2022-06-16T20:42:38.384Z] --- PASS: TestIpcModeNone (0.67s)
20:42:38 [2022-06-16T20:42:38.384Z] === RUN   TestIpcModePrivate
20:42:38 [2022-06-16T20:42:38.640Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false
20:42:38 [2022-06-16T20:42:38.896Z] --- PASS: TestIpcModePrivate (0.61s)
20:42:38 [2022-06-16T20:42:38.896Z] === RUN   TestIpcModeShareable
20:42:39 [2022-06-16T20:42:39.158Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:55, shared: true, mustBeShared: true
20:42:39 [2022-06-16T20:42:39.720Z] --- PASS: TestIpcModeShareable (0.69s)
20:42:39 [2022-06-16T20:42:39.720Z] === RUN   TestAPIIpcModeShareableAndContainer
20:42:41 [2022-06-16T20:42:41.607Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.85s)
20:42:41 [2022-06-16T20:42:41.607Z] === RUN   TestAPIIpcModeHost
20:42:41 [2022-06-16T20:42:41.863Z] --- PASS: TestAPIIpcModeHost (0.52s)
20:42:41 [2022-06-16T20:42:41.863Z] === RUN   TestDaemonIpcModeShareable
20:42:43 [2022-06-16T20:42:43.228Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
20:42:43 [2022-06-16T20:42:43.228Z] --- PASS: TestDaemonIpcModeShareable (1.22s)
20:42:43 [2022-06-16T20:42:43.228Z] === RUN   TestDaemonIpcModePrivate
20:42:44 [2022-06-16T20:42:44.154Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false
20:42:44 [2022-06-16T20:42:44.411Z] --- PASS: TestDaemonIpcModePrivate (1.20s)
20:42:44 [2022-06-16T20:42:44.411Z] === RUN   TestDaemonIpcModePrivateFromConfig
20:42:45 [2022-06-16T20:42:45.339Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false
20:42:45 [2022-06-16T20:42:45.596Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.27s)
20:42:45 [2022-06-16T20:42:45.596Z] === RUN   TestDaemonIpcModeShareableFromConfig
20:42:46 [2022-06-16T20:42:46.523Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
20:42:46 [2022-06-16T20:42:46.779Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.20s)
20:42:46 [2022-06-16T20:42:46.779Z] === RUN   TestIpcModeOlderClient
20:42:46 [2022-06-16T20:42:46.779Z] === PAUSE TestIpcModeOlderClient
20:42:46 [2022-06-16T20:42:46.779Z] === RUN   TestKillContainerInvalidSignal
20:42:47 [2022-06-16T20:42:47.342Z] --- PASS: TestKillContainerInvalidSignal (0.45s)
20:42:47 [2022-06-16T20:42:47.342Z] === RUN   TestKillContainer
20:42:47 [2022-06-16T20:42:47.342Z] === RUN   TestKillContainer/no_signal
20:42:47 [2022-06-16T20:42:47.903Z] === RUN   TestKillContainer/non_killing_signal
20:42:48 [2022-06-16T20:42:48.159Z] === RUN   TestKillContainer/killing_signal
20:42:48 [2022-06-16T20:42:48.721Z] --- PASS: TestKillContainer (1.35s)
20:42:48 [2022-06-16T20:42:48.721Z]     --- PASS: TestKillContainer/no_signal (0.49s)
20:42:48 [2022-06-16T20:42:48.721Z]     --- PASS: TestKillContainer/non_killing_signal (0.29s)
20:42:48 [2022-06-16T20:42:48.721Z]     --- PASS: TestKillContainer/killing_signal (0.40s)
20:42:48 [2022-06-16T20:42:48.721Z] === RUN   TestKillWithStopSignalAndRestartPolicies
20:42:48 [2022-06-16T20:42:48.721Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
20:42:48 [2022-06-16T20:42:48.977Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
20:42:49 [2022-06-16T20:42:49.907Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.27s)
20:42:49 [2022-06-16T20:42:49.907Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s)
20:42:49 [2022-06-16T20:42:49.907Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.71s)
20:42:49 [2022-06-16T20:42:49.907Z] === RUN   TestKillStoppedContainer
20:42:49 [2022-06-16T20:42:49.907Z] --- PASS: TestKillStoppedContainer (0.04s)
20:42:49 [2022-06-16T20:42:49.907Z] === RUN   TestKillStoppedContainerAPIPre120
20:42:49 [2022-06-16T20:42:49.907Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
20:42:49 [2022-06-16T20:42:49.907Z] === RUN   TestKillDifferentUserContainer
20:42:50 [2022-06-16T20:42:50.505Z] --- PASS: TestKillDifferentUserContainer (0.49s)
20:42:50 [2022-06-16T20:42:50.505Z] === RUN   TestInspectOomKilledTrue
20:42:50 [2022-06-16T20:42:50.505Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
20:42:50 [2022-06-16T20:42:50.505Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
20:42:50 [2022-06-16T20:42:50.505Z] === RUN   TestInspectOomKilledFalse
20:42:50 [2022-06-16T20:42:50.762Z] --- PASS: TestInspectOomKilledFalse (0.42s)
20:42:50 [2022-06-16T20:42:50.762Z] === RUN   TestLinksEtcHostsContentMatch
20:42:51 [2022-06-16T20:42:51.325Z] --- PASS: TestLinksEtcHostsContentMatch (0.36s)
20:42:51 [2022-06-16T20:42:51.325Z] === RUN   TestLinksContainerNames
20:42:52 [2022-06-16T20:42:52.262Z] --- PASS: TestLinksContainerNames (0.87s)
20:42:52 [2022-06-16T20:42:52.262Z] === RUN   TestLogsFollowTailEmpty
20:42:52 [2022-06-16T20:42:52.518Z] --- PASS: TestLogsFollowTailEmpty (0.43s)
20:42:52 [2022-06-16T20:42:52.518Z] === RUN   TestLogs
20:42:52 [2022-06-16T20:42:52.518Z] === RUN   TestLogs/driver_local
20:42:52 [2022-06-16T20:42:52.518Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
20:42:52 [2022-06-16T20:42:52.518Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
20:42:52 [2022-06-16T20:42:52.518Z] === RUN   TestLogs/driver_local/tty/only_stdout
20:42:52 [2022-06-16T20:42:52.518Z] === PAUSE TestLogs/driver_local/tty/only_stdout
20:42:52 [2022-06-16T20:42:52.518Z] === RUN   TestLogs/driver_local/tty/only_stderr
20:42:52 [2022-06-16T20:42:52.518Z] === PAUSE TestLogs/driver_local/tty/only_stderr
20:42:52 [2022-06-16T20:42:52.518Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
20:42:52 [2022-06-16T20:42:52.518Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
20:42:52 [2022-06-16T20:42:52.518Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
20:42:52 [2022-06-16T20:42:52.518Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
20:42:52 [2022-06-16T20:42:52.518Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
20:42:52 [2022-06-16T20:42:52.518Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
20:42:52 [2022-06-16T20:42:52.518Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
20:42:52 [2022-06-16T20:42:52.518Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
20:42:53 [2022-06-16T20:42:53.447Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
20:42:53 [2022-06-16T20:42:53.447Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
20:42:54 [2022-06-16T20:42:54.010Z] === CONT  TestLogs/driver_local/tty/only_stderr
20:42:54 [2022-06-16T20:42:54.010Z] === CONT  TestLogs/driver_local/tty/only_stdout
20:42:54 [2022-06-16T20:42:54.571Z] === RUN   TestLogs/driver_json-file
20:42:54 [2022-06-16T20:42:54.571Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
20:42:54 [2022-06-16T20:42:54.571Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
20:42:54 [2022-06-16T20:42:54.571Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
20:42:54 [2022-06-16T20:42:54.571Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
20:42:54 [2022-06-16T20:42:54.571Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
20:42:54 [2022-06-16T20:42:54.571Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
20:42:54 [2022-06-16T20:42:54.571Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
20:42:54 [2022-06-16T20:42:54.571Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
20:42:54 [2022-06-16T20:42:54.571Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
20:42:54 [2022-06-16T20:42:54.571Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
20:42:54 [2022-06-16T20:42:54.571Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
20:42:54 [2022-06-16T20:42:54.571Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
20:42:54 [2022-06-16T20:42:54.571Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
20:42:54 [2022-06-16T20:42:54.571Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
20:42:55 [2022-06-16T20:42:55.134Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
20:42:55 [2022-06-16T20:42:55.391Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
20:42:55 [2022-06-16T20:42:55.954Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
20:42:55 [2022-06-16T20:42:55.954Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
20:42:56 [2022-06-16T20:42:56.520Z] --- PASS: TestLogs (4.05s)
20:42:56 [2022-06-16T20:42:56.520Z]     --- PASS: TestLogs/driver_local (0.01s)
20:42:56 [2022-06-16T20:42:56.520Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.71s)
20:42:56 [2022-06-16T20:42:56.520Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.81s)
20:42:56 [2022-06-16T20:42:56.521Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.62s)
20:42:56 [2022-06-16T20:42:56.521Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.63s)
20:42:56 [2022-06-16T20:42:56.521Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.60s)
20:42:56 [2022-06-16T20:42:56.521Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.53s)
20:42:56 [2022-06-16T20:42:56.521Z]     --- PASS: TestLogs/driver_json-file (0.01s)
20:42:56 [2022-06-16T20:42:56.521Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.70s)
20:42:56 [2022-06-16T20:42:56.521Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.78s)
20:42:56 [2022-06-16T20:42:56.521Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.75s)
20:42:56 [2022-06-16T20:42:56.521Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.71s)
20:42:56 [2022-06-16T20:42:56.521Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.54s)
20:42:56 [2022-06-16T20:42:56.521Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.57s)
20:42:56 [2022-06-16T20:42:56.521Z] === RUN   TestContainerNetworkMountsNoChown
20:42:57 [2022-06-16T20:42:57.082Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s)
20:42:57 [2022-06-16T20:42:57.082Z] === RUN   TestMountDaemonRoot
20:42:57 [2022-06-16T20:42:57.082Z] === RUN   TestMountDaemonRoot/default
20:42:57 [2022-06-16T20:42:57.082Z] === PAUSE TestMountDaemonRoot/default
20:42:57 [2022-06-16T20:42:57.082Z] === RUN   TestMountDaemonRoot/private
20:42:57 [2022-06-16T20:42:57.082Z] === PAUSE TestMountDaemonRoot/private
20:42:57 [2022-06-16T20:42:57.082Z] === RUN   TestMountDaemonRoot/rprivate
20:42:57 [2022-06-16T20:42:57.082Z] === PAUSE TestMountDaemonRoot/rprivate
20:42:57 [2022-06-16T20:42:57.082Z] === RUN   TestMountDaemonRoot/slave
20:42:57 [2022-06-16T20:42:57.082Z] === PAUSE TestMountDaemonRoot/slave
20:42:57 [2022-06-16T20:42:57.082Z] === RUN   TestMountDaemonRoot/rslave
20:42:57 [2022-06-16T20:42:57.082Z] === PAUSE TestMountDaemonRoot/rslave
20:42:57 [2022-06-16T20:42:57.082Z] === RUN   TestMountDaemonRoot/shared
20:42:57 [2022-06-16T20:42:57.082Z] === PAUSE TestMountDaemonRoot/shared
20:42:57 [2022-06-16T20:42:57.082Z] === RUN   TestMountDaemonRoot/rshared
20:42:57 [2022-06-16T20:42:57.082Z] === PAUSE TestMountDaemonRoot/rshared
20:42:57 [2022-06-16T20:42:57.082Z] === CONT  TestMountDaemonRoot/default
20:42:57 [2022-06-16T20:42:57.082Z] === RUN   TestMountDaemonRoot/default/bind_root
20:42:57 [2022-06-16T20:42:57.082Z] === PAUSE TestMountDaemonRoot/default/bind_root
20:42:57 [2022-06-16T20:42:57.082Z] === RUN   TestMountDaemonRoot/default/bind_subpath
20:42:57 [2022-06-16T20:42:57.082Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
20:42:57 [2022-06-16T20:42:57.082Z] === RUN   TestMountDaemonRoot/default/mount_root
20:42:57 [2022-06-16T20:42:57.082Z] === PAUSE TestMountDaemonRoot/default/mount_root
20:42:57 [2022-06-16T20:42:57.082Z] === RUN   TestMountDaemonRoot/default/mount_subpath
20:42:57 [2022-06-16T20:42:57.082Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === CONT  TestMountDaemonRoot/default/bind_root
20:42:57 [2022-06-16T20:42:57.083Z] === CONT  TestMountDaemonRoot/rshared
20:42:57 [2022-06-16T20:42:57.083Z] === RUN   TestMountDaemonRoot/rshared/bind_root
20:42:57 [2022-06-16T20:42:57.083Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
20:42:57 [2022-06-16T20:42:57.083Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === RUN   TestMountDaemonRoot/rshared/mount_root
20:42:57 [2022-06-16T20:42:57.083Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
20:42:57 [2022-06-16T20:42:57.083Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === CONT  TestMountDaemonRoot/rshared/bind_root
20:42:57 [2022-06-16T20:42:57.083Z] === CONT  TestMountDaemonRoot/shared
20:42:57 [2022-06-16T20:42:57.083Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === RUN   TestMountDaemonRoot/shared/bind_root
20:42:57 [2022-06-16T20:42:57.083Z] === PAUSE TestMountDaemonRoot/shared/bind_root
20:42:57 [2022-06-16T20:42:57.083Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === RUN   TestMountDaemonRoot/shared/mount_root
20:42:57 [2022-06-16T20:42:57.083Z] === PAUSE TestMountDaemonRoot/shared/mount_root
20:42:57 [2022-06-16T20:42:57.083Z] === CONT  TestMountDaemonRoot/rslave
20:42:57 [2022-06-16T20:42:57.083Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === RUN   TestMountDaemonRoot/rslave/bind_root
20:42:57 [2022-06-16T20:42:57.083Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
20:42:57 [2022-06-16T20:42:57.083Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === RUN   TestMountDaemonRoot/rslave/mount_root
20:42:57 [2022-06-16T20:42:57.083Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
20:42:57 [2022-06-16T20:42:57.083Z] === CONT  TestMountDaemonRoot/slave
20:42:57 [2022-06-16T20:42:57.083Z] === RUN   TestMountDaemonRoot/slave/bind_root
20:42:57 [2022-06-16T20:42:57.083Z] === PAUSE TestMountDaemonRoot/slave/bind_root
20:42:57 [2022-06-16T20:42:57.083Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === RUN   TestMountDaemonRoot/slave/mount_root
20:42:57 [2022-06-16T20:42:57.083Z] === PAUSE TestMountDaemonRoot/slave/mount_root
20:42:57 [2022-06-16T20:42:57.083Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === CONT  TestMountDaemonRoot/rprivate
20:42:57 [2022-06-16T20:42:57.083Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
20:42:57 [2022-06-16T20:42:57.083Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
20:42:57 [2022-06-16T20:42:57.083Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
20:42:57 [2022-06-16T20:42:57.083Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
20:42:57 [2022-06-16T20:42:57.083Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === CONT  TestMountDaemonRoot/private
20:42:57 [2022-06-16T20:42:57.083Z] === RUN   TestMountDaemonRoot/private/bind_root
20:42:57 [2022-06-16T20:42:57.083Z] === PAUSE TestMountDaemonRoot/private/bind_root
20:42:57 [2022-06-16T20:42:57.083Z] === RUN   TestMountDaemonRoot/private/bind_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === RUN   TestMountDaemonRoot/private/mount_root
20:42:57 [2022-06-16T20:42:57.083Z] === PAUSE TestMountDaemonRoot/private/mount_root
20:42:57 [2022-06-16T20:42:57.083Z] === RUN   TestMountDaemonRoot/private/mount_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === CONT  TestMountDaemonRoot/default/mount_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === CONT  TestMountDaemonRoot/default/mount_root
20:42:57 [2022-06-16T20:42:57.083Z] === CONT  TestMountDaemonRoot/default/bind_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
20:42:57 [2022-06-16T20:42:57.083Z] === CONT  TestMountDaemonRoot/rshared/mount_root
20:42:57 [2022-06-16T20:42:57.083Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
20:42:57 [2022-06-16T20:42:57.339Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
20:42:57 [2022-06-16T20:42:57.339Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
20:42:57 [2022-06-16T20:42:57.339Z] === CONT  TestMountDaemonRoot/shared/mount_root
20:42:57 [2022-06-16T20:42:57.339Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
20:42:57 [2022-06-16T20:42:57.339Z] === CONT  TestMountDaemonRoot/shared/bind_root
20:42:57 [2022-06-16T20:42:57.339Z] === CONT  TestMountDaemonRoot/slave/bind_root
20:42:57 [2022-06-16T20:42:57.339Z] === CONT  TestMountDaemonRoot/rslave/mount_root
20:42:57 [2022-06-16T20:42:57.339Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
20:42:57 [2022-06-16T20:42:57.339Z] === CONT  TestMountDaemonRoot/rslave/bind_root
20:42:57 [2022-06-16T20:42:57.339Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
20:42:57 [2022-06-16T20:42:57.339Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
20:42:57 [2022-06-16T20:42:57.339Z] === CONT  TestMountDaemonRoot/slave/mount_root
20:42:57 [2022-06-16T20:42:57.339Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
20:42:57 [2022-06-16T20:42:57.339Z] === CONT  TestMountDaemonRoot/private/bind_root
20:42:57 [2022-06-16T20:42:57.596Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
20:42:57 [2022-06-16T20:42:57.596Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
20:42:57 [2022-06-16T20:42:57.596Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
20:42:57 [2022-06-16T20:42:57.596Z] === CONT  TestMountDaemonRoot/private/mount_subpath
20:42:57 [2022-06-16T20:42:57.596Z] === CONT  TestMountDaemonRoot/private/mount_root
20:42:57 [2022-06-16T20:42:57.596Z] === CONT  TestMountDaemonRoot/private/bind_subpath
20:42:57 [2022-06-16T20:42:57.596Z] --- PASS: TestMountDaemonRoot (0.02s)
20:42:57 [2022-06-16T20:42:57.596Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
20:42:57 [2022-06-16T20:42:57.596Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
20:42:57 [2022-06-16T20:42:57.596Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
20:42:57 [2022-06-16T20:42:57.596Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
20:42:57 [2022-06-16T20:42:57.596Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
20:42:57 [2022-06-16T20:42:57.596Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
20:42:57 [2022-06-16T20:42:57.596Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
20:42:57 [2022-06-16T20:42:57.596Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
20:42:57 [2022-06-16T20:42:57.596Z] === RUN   TestContainerBindMountNonRecursive
20:42:58 [2022-06-16T20:42:58.961Z] --- PASS: TestContainerBindMountNonRecursive (1.35s)
20:42:58 [2022-06-16T20:42:58.961Z] === RUN   TestContainerVolumesMountedAsShared
20:42:59 [2022-06-16T20:42:59.523Z] --- PASS: TestContainerVolumesMountedAsShared (0.45s)
20:42:59 [2022-06-16T20:42:59.523Z] === RUN   TestContainerVolumesMountedAsSlave
20:42:59 [2022-06-16T20:42:59.779Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s)
20:42:59 [2022-06-16T20:42:59.779Z] === RUN   TestNetworkNat
20:43:00 [2022-06-16T20:43:00.341Z] --- PASS: TestNetworkNat (0.48s)
20:43:00 [2022-06-16T20:43:00.341Z] === RUN   TestNetworkLocalhostTCPNat
20:43:00 [2022-06-16T20:43:00.597Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s)
20:43:00 [2022-06-16T20:43:00.597Z] === RUN   TestNetworkLoopbackNat
20:43:03 [2022-06-16T20:43:03.113Z] --- PASS: TestNetworkLoopbackNat (2.59s)
20:43:03 [2022-06-16T20:43:03.113Z] === RUN   TestPause
20:43:03 [2022-06-16T20:43:03.674Z] --- PASS: TestPause (0.48s)
20:43:03 [2022-06-16T20:43:03.674Z] === RUN   TestPauseFailsOnWindowsServerContainers
20:43:03 [2022-06-16T20:43:03.674Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:43:03 [2022-06-16T20:43:03.674Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
20:43:03 [2022-06-16T20:43:03.674Z] === RUN   TestPauseStopPausedContainer
20:43:04 [2022-06-16T20:43:04.248Z] --- PASS: TestPauseStopPausedContainer (0.54s)
20:43:04 [2022-06-16T20:43:04.248Z] === RUN   TestPidHost
20:43:05 [2022-06-16T20:43:05.186Z] --- PASS: TestPidHost (1.04s)
20:43:05 [2022-06-16T20:43:05.186Z] === RUN   TestPsFilter
20:43:05 [2022-06-16T20:43:05.442Z] --- PASS: TestPsFilter (0.12s)
20:43:05 [2022-06-16T20:43:05.442Z] === RUN   TestRemoveContainerWithRemovedVolume
20:43:06 [2022-06-16T20:43:06.005Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s)
20:43:06 [2022-06-16T20:43:06.005Z] === RUN   TestRemoveContainerWithVolume
20:43:06 [2022-06-16T20:43:06.262Z] --- PASS: TestRemoveContainerWithVolume (0.40s)
20:43:06 [2022-06-16T20:43:06.262Z] === RUN   TestRemoveContainerRunning
20:43:06 [2022-06-16T20:43:06.824Z] --- PASS: TestRemoveContainerRunning (0.46s)
20:43:06 [2022-06-16T20:43:06.824Z] === RUN   TestRemoveContainerForceRemoveRunning
20:43:07 [2022-06-16T20:43:07.080Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s)
20:43:07 [2022-06-16T20:43:07.080Z] === RUN   TestRemoveInvalidContainer
20:43:07 [2022-06-16T20:43:07.080Z] --- PASS: TestRemoveInvalidContainer (0.01s)
20:43:07 [2022-06-16T20:43:07.080Z] === RUN   TestRenameLinkedContainer
20:43:08 [2022-06-16T20:43:08.969Z] --- PASS: TestRenameLinkedContainer (1.87s)
20:43:08 [2022-06-16T20:43:08.969Z] === RUN   TestRenameStoppedContainer
20:43:09 [2022-06-16T20:43:09.531Z] --- PASS: TestRenameStoppedContainer (0.43s)
20:43:09 [2022-06-16T20:43:09.531Z] === RUN   TestRenameRunningContainerAndReuse
20:43:10 [2022-06-16T20:43:10.459Z] --- PASS: TestRenameRunningContainerAndReuse (0.93s)
20:43:10 [2022-06-16T20:43:10.459Z] === RUN   TestRenameInvalidName
20:43:10 [2022-06-16T20:43:10.715Z] --- PASS: TestRenameInvalidName (0.43s)
20:43:10 [2022-06-16T20:43:10.715Z] === RUN   TestRenameAnonymousContainer
20:43:12 [2022-06-16T20:43:12.606Z] --- PASS: TestRenameAnonymousContainer (1.63s)
20:43:12 [2022-06-16T20:43:12.606Z] === RUN   TestRenameContainerWithSameName
20:43:12 [2022-06-16T20:43:12.862Z] --- PASS: TestRenameContainerWithSameName (0.46s)
20:43:12 [2022-06-16T20:43:12.862Z] === RUN   TestRenameContainerWithLinkedContainer
20:43:13 [2022-06-16T20:43:13.790Z] --- PASS: TestRenameContainerWithLinkedContainer (0.96s)
20:43:13 [2022-06-16T20:43:13.790Z] === RUN   TestResize
20:43:14 [2022-06-16T20:43:14.352Z] --- PASS: TestResize (0.44s)
20:43:14 [2022-06-16T20:43:14.352Z] === RUN   TestResizeWithInvalidSize
20:43:14 [2022-06-16T20:43:14.914Z] --- PASS: TestResizeWithInvalidSize (0.44s)
20:43:14 [2022-06-16T20:43:14.914Z] === RUN   TestResizeWhenContainerNotStarted
20:43:15 [2022-06-16T20:43:15.172Z] --- PASS: TestResizeWhenContainerNotStarted (0.44s)
20:43:15 [2022-06-16T20:43:15.172Z] === RUN   TestDaemonRestartKillContainers
20:43:15 [2022-06-16T20:43:15.172Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:43:15 [2022-06-16T20:43:15.172Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:43:16 [2022-06-16T20:43:16.540Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:43:16 [2022-06-16T20:43:16.796Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:43:17 [2022-06-16T20:43:17.723Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:43:18 [2022-06-16T20:43:18.285Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
20:43:19 [2022-06-16T20:43:19.219Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
20:43:21 [2022-06-16T20:43:21.735Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
20:43:22 [2022-06-16T20:43:22.297Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
20:43:25 [2022-06-16T20:43:25.564Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:43:26 [2022-06-16T20:43:26.493Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:43:27 [2022-06-16T20:43:27.420Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:43:28 [2022-06-16T20:43:28.348Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:43:29 [2022-06-16T20:43:29.713Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:43:30 [2022-06-16T20:43:30.276Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:43:31 [2022-06-16T20:43:31.643Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:43:33 [2022-06-16T20:43:33.009Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
20:43:33 [2022-06-16T20:43:33.009Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.39s)
20:43:33 [2022-06-16T20:43:33.009Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.72s)
20:43:33 [2022-06-16T20:43:33.009Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s)
20:43:33 [2022-06-16T20:43:33.009Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.24s)
20:43:33 [2022-06-16T20:43:33.009Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.25s)
20:43:33 [2022-06-16T20:43:33.009Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.43s)
20:43:33 [2022-06-16T20:43:33.009Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.35s)
20:43:33 [2022-06-16T20:43:33.009Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.97s)
20:43:33 [2022-06-16T20:43:33.009Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.97s)
20:43:33 [2022-06-16T20:43:33.009Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.84s)
20:43:33 [2022-06-16T20:43:33.009Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.73s)
20:43:33 [2022-06-16T20:43:33.009Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.08s)
20:43:33 [2022-06-16T20:43:33.009Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.16s)
20:43:33 [2022-06-16T20:43:33.009Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.91s)
20:43:33 [2022-06-16T20:43:33.009Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.77s)
20:43:33 [2022-06-16T20:43:33.009Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.67s)
20:43:33 [2022-06-16T20:43:33.009Z] === RUN   TestCgroupNamespacesRun
20:43:34 [2022-06-16T20:43:34.375Z] --- PASS: TestCgroupNamespacesRun (1.23s)
20:43:34 [2022-06-16T20:43:34.375Z] === RUN   TestCgroupNamespacesRunPrivileged
20:43:34 [2022-06-16T20:43:34.375Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
20:43:34 [2022-06-16T20:43:34.375Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
20:43:34 [2022-06-16T20:43:34.375Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
20:43:35 [2022-06-16T20:43:35.741Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.24s)
20:43:35 [2022-06-16T20:43:35.741Z] === RUN   TestCgroupNamespacesRunHostMode
20:43:36 [2022-06-16T20:43:36.669Z] --- PASS: TestCgroupNamespacesRunHostMode (1.22s)
20:43:36 [2022-06-16T20:43:36.669Z] === RUN   TestCgroupNamespacesRunPrivateMode
20:43:38 [2022-06-16T20:43:38.039Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.21s)
20:43:38 [2022-06-16T20:43:38.039Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
20:43:39 [2022-06-16T20:43:39.404Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.19s)
20:43:39 [2022-06-16T20:43:39.404Z] === RUN   TestCgroupNamespacesRunInvalidMode
20:43:39 [2022-06-16T20:43:39.966Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s)
20:43:39 [2022-06-16T20:43:39.966Z] === RUN   TestCgroupNamespacesRunOlderClient
20:43:40 [2022-06-16T20:43:40.895Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.20s)
20:43:40 [2022-06-16T20:43:40.895Z] === RUN   TestNISDomainname
20:43:41 [2022-06-16T20:43:41.459Z] --- PASS: TestNISDomainname (0.55s)
20:43:41 [2022-06-16T20:43:41.459Z] === RUN   TestHostnameDnsResolution
20:43:42 [2022-06-16T20:43:42.389Z] --- PASS: TestHostnameDnsResolution (0.72s)
20:43:42 [2022-06-16T20:43:42.389Z] === RUN   TestUnprivilegedPortsAndPing
20:43:42 [2022-06-16T20:43:42.951Z] --- PASS: TestUnprivilegedPortsAndPing (0.57s)
20:43:42 [2022-06-16T20:43:42.951Z] === RUN   TestPrivilegedHostDevices
20:43:43 [2022-06-16T20:43:43.513Z] --- PASS: TestPrivilegedHostDevices (0.52s)
20:43:43 [2022-06-16T20:43:43.514Z] === RUN   TestConsoleSize
20:43:43 [2022-06-16T20:43:43.770Z] --- PASS: TestConsoleSize (0.46s)
20:43:43 [2022-06-16T20:43:43.770Z] === RUN   TestStats
20:43:46 [2022-06-16T20:43:46.287Z] --- PASS: TestStats (2.50s)
20:43:46 [2022-06-16T20:43:46.287Z] === RUN   TestStopContainerWithTimeout
20:43:46 [2022-06-16T20:43:46.287Z] === RUN   TestStopContainerWithTimeout/0
20:43:46 [2022-06-16T20:43:46.287Z] === PAUSE TestStopContainerWithTimeout/0
20:43:46 [2022-06-16T20:43:46.287Z] === RUN   TestStopContainerWithTimeout/1
20:43:46 [2022-06-16T20:43:46.287Z] === PAUSE TestStopContainerWithTimeout/1
20:43:46 [2022-06-16T20:43:46.287Z] === RUN   TestStopContainerWithTimeout/3
20:43:46 [2022-06-16T20:43:46.287Z] === PAUSE TestStopContainerWithTimeout/3
20:43:46 [2022-06-16T20:43:46.287Z] === RUN   TestStopContainerWithTimeout/-1
20:43:46 [2022-06-16T20:43:46.287Z] === PAUSE TestStopContainerWithTimeout/-1
20:43:46 [2022-06-16T20:43:46.287Z] === CONT  TestStopContainerWithTimeout/0
20:43:46 [2022-06-16T20:43:46.287Z] === CONT  TestStopContainerWithTimeout/3
20:43:47 [2022-06-16T20:43:47.218Z] === CONT  TestStopContainerWithTimeout/1
20:43:48 [2022-06-16T20:43:48.586Z] === CONT  TestStopContainerWithTimeout/-1
20:43:51 [2022-06-16T20:43:51.107Z] --- PASS: TestStopContainerWithTimeout (0.01s)
20:43:51 [2022-06-16T20:43:51.107Z]     --- PASS: TestStopContainerWithTimeout/0 (0.72s)
20:43:51 [2022-06-16T20:43:51.107Z]     --- PASS: TestStopContainerWithTimeout/1 (1.47s)
20:43:51 [2022-06-16T20:43:51.107Z]     --- PASS: TestStopContainerWithTimeout/3 (2.73s)
20:43:51 [2022-06-16T20:43:51.107Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.43s)
20:43:51 [2022-06-16T20:43:51.107Z] === RUN   TestDeleteDevicemapper
20:43:51 [2022-06-16T20:43:51.107Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:43:51 [2022-06-16T20:43:51.107Z] --- SKIP: TestDeleteDevicemapper (0.00s)
20:43:51 [2022-06-16T20:43:51.107Z] === RUN   TestStopContainerWithRestartPolicyAlways
20:43:52 [2022-06-16T20:43:52.480Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.38s)
20:43:52 [2022-06-16T20:43:52.480Z] === RUN   TestUpdateMemory
20:43:53 [2022-06-16T20:43:53.043Z] --- PASS: TestUpdateMemory (0.59s)
20:43:53 [2022-06-16T20:43:53.043Z] === RUN   TestUpdateCPUQuota
20:43:54 [2022-06-16T20:43:54.000Z] --- PASS: TestUpdateCPUQuota (0.91s)
20:43:54 [2022-06-16T20:43:54.000Z] === RUN   TestUpdatePidsLimit
20:43:54 [2022-06-16T20:43:54.000Z] === RUN   TestUpdatePidsLimit/update_from_none
20:43:54 [2022-06-16T20:43:54.000Z] === RUN   TestUpdatePidsLimit/no_change
20:43:54 [2022-06-16T20:43:54.263Z] === RUN   TestUpdatePidsLimit/update_lower
20:43:54 [2022-06-16T20:43:54.528Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
20:43:54 [2022-06-16T20:43:54.795Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
20:43:55 [2022-06-16T20:43:55.055Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
20:43:55 [2022-06-16T20:43:55.315Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
20:43:56 [2022-06-16T20:43:56.246Z] --- PASS: TestUpdatePidsLimit (2.20s)
20:43:56 [2022-06-16T20:43:56.246Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.21s)
20:43:56 [2022-06-16T20:43:56.246Z]     --- PASS: TestUpdatePidsLimit/no_change (0.25s)
20:43:56 [2022-06-16T20:43:56.246Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.25s)
20:43:56 [2022-06-16T20:43:56.246Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s)
20:43:56 [2022-06-16T20:43:56.246Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.24s)
20:43:56 [2022-06-16T20:43:56.246Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s)
20:43:56 [2022-06-16T20:43:56.246Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.25s)
20:43:56 [2022-06-16T20:43:56.246Z] === RUN   TestUpdateRestartPolicy
20:44:08 [2022-06-16T20:44:08.420Z] --- PASS: TestUpdateRestartPolicy (11.14s)
20:44:08 [2022-06-16T20:44:08.420Z] === RUN   TestUpdateRestartWithAutoRemove
20:44:08 [2022-06-16T20:44:08.420Z] --- PASS: TestUpdateRestartWithAutoRemove (0.46s)
20:44:08 [2022-06-16T20:44:08.420Z] === RUN   TestWaitNonBlocked
20:44:08 [2022-06-16T20:44:08.420Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
20:44:08 [2022-06-16T20:44:08.420Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
20:44:08 [2022-06-16T20:44:08.420Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
20:44:08 [2022-06-16T20:44:08.420Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
20:44:08 [2022-06-16T20:44:08.420Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
20:44:08 [2022-06-16T20:44:08.420Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
20:44:08 [2022-06-16T20:44:08.420Z] --- PASS: TestWaitNonBlocked (0.01s)
20:44:08 [2022-06-16T20:44:08.420Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.60s)
20:44:08 [2022-06-16T20:44:08.420Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.62s)
20:44:08 [2022-06-16T20:44:08.420Z] === RUN   TestWaitBlocked
20:44:08 [2022-06-16T20:44:08.420Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
20:44:08 [2022-06-16T20:44:08.420Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
20:44:08 [2022-06-16T20:44:08.420Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
20:44:08 [2022-06-16T20:44:08.420Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
20:44:08 [2022-06-16T20:44:08.420Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
20:44:08 [2022-06-16T20:44:08.420Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
20:44:08 [2022-06-16T20:44:08.985Z] --- PASS: TestWaitBlocked (0.01s)
20:44:08 [2022-06-16T20:44:08.985Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.75s)
20:44:08 [2022-06-16T20:44:08.985Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.77s)
20:44:08 [2022-06-16T20:44:08.985Z] === CONT  TestContainerStartOnDaemonRestart
20:44:08 [2022-06-16T20:44:08.985Z] === CONT  TestContainerKillOnDaemonStart
20:44:11 [2022-06-16T20:44:11.509Z] --- PASS: TestContainerStartOnDaemonRestart (2.26s)
20:44:11 [2022-06-16T20:44:11.510Z] === CONT  TestIpcModeOlderClient
20:44:11 [2022-06-16T20:44:11.510Z] --- PASS: TestIpcModeOlderClient (0.07s)
20:44:11 [2022-06-16T20:44:11.510Z] === CONT  TestDaemonHostGatewayIP
20:44:14 [2022-06-16T20:44:14.034Z] --- PASS: TestDaemonHostGatewayIP (2.30s)
20:44:14 [2022-06-16T20:44:14.034Z] === CONT  TestRestartDaemonWithRestartingContainer
20:44:16 [2022-06-16T20:44:16.467Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.77s)
20:44:16 [2022-06-16T20:44:16.467Z] === CONT  TestDaemonRestartIpcMode
20:44:17 [2022-06-16T20:44:17.835Z] --- PASS: TestDaemonRestartIpcMode (2.32s)
20:44:21 [2022-06-16T20:44:21.106Z] --- PASS: TestContainerKillOnDaemonStart (11.85s)
20:44:21 [2022-06-16T20:44:21.106Z] PASS
20:44:21 [2022-06-16T20:44:21.106Z] 
20:44:21 [2022-06-16T20:44:21.106Z] === Skipped
20:44:21 [2022-06-16T20:44:21.106Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
20:44:21 [2022-06-16T20:44:21.106Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:44:21 [2022-06-16T20:44:21.106Z] 
20:44:21 [2022-06-16T20:44:21.106Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
20:44:21 [2022-06-16T20:44:21.106Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
20:44:21 [2022-06-16T20:44:21.106Z] 
20:44:21 [2022-06-16T20:44:21.106Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
20:44:21 [2022-06-16T20:44:21.106Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:44:21 [2022-06-16T20:44:21.106Z] 
20:44:21 [2022-06-16T20:44:21.106Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
20:44:21 [2022-06-16T20:44:21.106Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
20:44:21 [2022-06-16T20:44:21.106Z] 
20:44:21 [2022-06-16T20:44:21.106Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
20:44:21 [2022-06-16T20:44:21.106Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:44:21 [2022-06-16T20:44:21.106Z] 
20:44:21 [2022-06-16T20:44:21.106Z] DONE 258 tests, 5 skipped in 124.025s
20:44:21 [2022-06-16T20:44:21.106Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
20:44:21 [2022-06-16T20:44:21.106Z] === RUN   TestConfigDaemonLibtrustID
20:44:21 [2022-06-16T20:44:21.365Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
20:44:21 [2022-06-16T20:44:21.365Z] === RUN   TestConfigDaemonID
20:44:22 [2022-06-16T20:44:22.736Z]     daemon_test.go:83: [d1a4aef262ce3] daemon is not started
20:44:22 [2022-06-16T20:44:22.736Z] --- PASS: TestConfigDaemonID (1.04s)
20:44:22 [2022-06-16T20:44:22.736Z] === RUN   TestDaemonConfigValidation
20:44:22 [2022-06-16T20:44:22.736Z] === RUN   TestDaemonConfigValidation/config_with_no_content
20:44:22 [2022-06-16T20:44:22.736Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
20:44:22 [2022-06-16T20:44:22.736Z] === RUN   TestDaemonConfigValidation/config_with_{}
20:44:22 [2022-06-16T20:44:22.736Z] === PAUSE TestDaemonConfigValidation/config_with_{}
20:44:22 [2022-06-16T20:44:22.736Z] === RUN   TestDaemonConfigValidation/invalid_config
20:44:22 [2022-06-16T20:44:22.736Z] === PAUSE TestDaemonConfigValidation/invalid_config
20:44:22 [2022-06-16T20:44:22.736Z] === RUN   TestDaemonConfigValidation/malformed_config
20:44:22 [2022-06-16T20:44:22.736Z] === PAUSE TestDaemonConfigValidation/malformed_config
20:44:22 [2022-06-16T20:44:22.736Z] === RUN   TestDaemonConfigValidation/valid_config
20:44:22 [2022-06-16T20:44:22.736Z] === PAUSE TestDaemonConfigValidation/valid_config
20:44:22 [2022-06-16T20:44:22.736Z] === CONT  TestDaemonConfigValidation/config_with_no_content
20:44:22 [2022-06-16T20:44:22.736Z] === CONT  TestDaemonConfigValidation/malformed_config
20:44:22 [2022-06-16T20:44:22.736Z] === CONT  TestDaemonConfigValidation/valid_config
20:44:22 [2022-06-16T20:44:22.736Z] === CONT  TestDaemonConfigValidation/invalid_config
20:44:22 [2022-06-16T20:44:22.736Z] === CONT  TestDaemonConfigValidation/config_with_{}
20:44:22 [2022-06-16T20:44:22.736Z] --- PASS: TestDaemonConfigValidation (0.00s)
20:44:22 [2022-06-16T20:44:22.736Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.11s)
20:44:22 [2022-06-16T20:44:22.736Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.11s)
20:44:22 [2022-06-16T20:44:22.736Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.08s)
20:44:22 [2022-06-16T20:44:22.737Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.10s)
20:44:22 [2022-06-16T20:44:22.737Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
20:44:22 [2022-06-16T20:44:22.737Z] === RUN   TestConfigDaemonSeccompProfiles
20:44:22 [2022-06-16T20:44:22.737Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
20:44:23 [2022-06-16T20:44:23.671Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
20:44:25 [2022-06-16T20:44:25.040Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
20:44:25 [2022-06-16T20:44:25.971Z] === CONT  TestConfigDaemonSeccompProfiles
20:44:25 [2022-06-16T20:44:25.971Z]     daemon_test.go:197: [dad09b387de41] daemon is not started
20:44:25 [2022-06-16T20:44:25.971Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s)
20:44:25 [2022-06-16T20:44:25.971Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
20:44:25 [2022-06-16T20:44:25.971Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
20:44:25 [2022-06-16T20:44:25.971Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
20:44:25 [2022-06-16T20:44:25.971Z] === RUN   TestDaemonProxy
20:44:25 [2022-06-16T20:44:25.971Z] === RUN   TestDaemonProxy/environment_variables
20:44:27 [2022-06-16T20:44:27.863Z] === RUN   TestDaemonProxy/command-line_options
20:44:29 [2022-06-16T20:44:29.230Z] === RUN   TestDaemonProxy/configuration_file
20:44:31 [2022-06-16T20:44:31.122Z] === RUN   TestDaemonProxy/conflicting_options
20:44:31 [2022-06-16T20:44:31.685Z] === RUN   TestDaemonProxy/reload_sanitized
20:44:31 [2022-06-16T20:44:31.943Z] --- PASS: TestDaemonProxy (6.22s)
20:44:31 [2022-06-16T20:44:31.943Z]     --- PASS: TestDaemonProxy/environment_variables (1.73s)
20:44:31 [2022-06-16T20:44:31.943Z]     --- PASS: TestDaemonProxy/command-line_options (1.73s)
20:44:31 [2022-06-16T20:44:31.943Z]     --- PASS: TestDaemonProxy/configuration_file (1.74s)
20:44:31 [2022-06-16T20:44:31.943Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
20:44:31 [2022-06-16T20:44:31.943Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
20:44:31 [2022-06-16T20:44:31.943Z] PASS
20:44:31 [2022-06-16T20:44:31.943Z] 
20:44:31 [2022-06-16T20:44:31.943Z] DONE 18 tests in 11.169s
20:44:32 [2022-06-16T20:44:32.200Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
20:44:32 [2022-06-16T20:44:32.200Z] INFO: Testing against a local daemon
20:44:32 [2022-06-16T20:44:32.200Z] === RUN   TestCommitInheritsEnv
20:44:32 [2022-06-16T20:44:32.458Z] --- PASS: TestCommitInheritsEnv (0.29s)
20:44:32 [2022-06-16T20:44:32.458Z] === RUN   TestImportExtremelyLargeImageWorks
20:44:32 [2022-06-16T20:44:32.458Z] === PAUSE TestImportExtremelyLargeImageWorks
20:44:32 [2022-06-16T20:44:32.458Z] === RUN   TestImportWithCustomPlatform
20:44:32 [2022-06-16T20:44:32.458Z] === RUN   TestImportWithCustomPlatform/#00
20:44:32 [2022-06-16T20:44:32.458Z] === RUN   TestImportWithCustomPlatform/_______
20:44:32 [2022-06-16T20:44:32.458Z] === RUN   TestImportWithCustomPlatform//
20:44:32 [2022-06-16T20:44:32.458Z] === RUN   TestImportWithCustomPlatform/linux
20:44:32 [2022-06-16T20:44:32.716Z] === RUN   TestImportWithCustomPlatform/LINUX
20:44:32 [2022-06-16T20:44:32.716Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
20:44:32 [2022-06-16T20:44:32.716Z] === RUN   TestImportWithCustomPlatform/macos
20:44:32 [2022-06-16T20:44:32.716Z] === RUN   TestImportWithCustomPlatform/macos/arm64
20:44:32 [2022-06-16T20:44:32.716Z] === RUN   TestImportWithCustomPlatform/nintendo64
20:44:32 [2022-06-16T20:44:32.716Z] --- PASS: TestImportWithCustomPlatform (0.32s)
20:44:32 [2022-06-16T20:44:32.716Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
20:44:32 [2022-06-16T20:44:32.716Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
20:44:32 [2022-06-16T20:44:32.716Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
20:44:32 [2022-06-16T20:44:32.716Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
20:44:32 [2022-06-16T20:44:32.716Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.08s)
20:44:32 [2022-06-16T20:44:32.716Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
20:44:32 [2022-06-16T20:44:32.716Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
20:44:32 [2022-06-16T20:44:32.716Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
20:44:32 [2022-06-16T20:44:32.716Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
20:44:32 [2022-06-16T20:44:32.716Z] === RUN   TestImagesFilterMultiReference
20:44:32 [2022-06-16T20:44:32.716Z] --- PASS: TestImagesFilterMultiReference (0.05s)
20:44:32 [2022-06-16T20:44:32.716Z] === RUN   TestImagePullPlatformInvalid
20:44:32 [2022-06-16T20:44:32.716Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
20:44:32 [2022-06-16T20:44:32.716Z] === RUN   TestRemoveImageOrphaning
20:44:32 [2022-06-16T20:44:32.974Z] --- PASS: TestRemoveImageOrphaning (0.28s)
20:44:33 [2022-06-16T20:44:33.231Z] === RUN   TestRemoveImageGarbageCollector
20:44:33 [2022-06-16T20:44:33.489Z] time="2022-06-16T20:44:33Z" level=info msg="[graphdriver] trying configured driver: overlay2"
20:44:35 [2022-06-16T20:44:35.380Z] --- PASS: TestRemoveImageGarbageCollector (1.93s)
20:44:35 [2022-06-16T20:44:35.380Z] === RUN   TestTagUnprefixedRepoByNameOrName
20:44:35 [2022-06-16T20:44:35.380Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
20:44:35 [2022-06-16T20:44:35.380Z] === RUN   TestTagInvalidReference
20:44:35 [2022-06-16T20:44:35.380Z] --- PASS: TestTagInvalidReference (0.01s)
20:44:35 [2022-06-16T20:44:35.380Z] === RUN   TestTagValidPrefixedRepo
20:44:35 [2022-06-16T20:44:35.380Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
20:44:35 [2022-06-16T20:44:35.380Z] === RUN   TestTagExistedNameWithoutForce
20:44:35 [2022-06-16T20:44:35.380Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
20:44:35 [2022-06-16T20:44:35.380Z] === RUN   TestTagOfficialNames
20:44:35 [2022-06-16T20:44:35.380Z] --- PASS: TestTagOfficialNames (0.05s)
20:44:35 [2022-06-16T20:44:35.380Z] === RUN   TestTagMatchesDigest
20:44:35 [2022-06-16T20:44:35.380Z] --- PASS: TestTagMatchesDigest (0.01s)
20:44:35 [2022-06-16T20:44:35.380Z] === CONT  TestImportExtremelyLargeImageWorks
20:46:11 [2022-06-16T20:46:11.780Z] --- PASS: TestImportExtremelyLargeImageWorks (92.06s)
20:46:11 [2022-06-16T20:46:11.780Z] PASS
20:46:11 [2022-06-16T20:46:11.780Z] 
20:46:11 [2022-06-16T20:46:11.780Z] DONE 22 tests in 95.167s
20:46:11 [2022-06-16T20:46:11.780Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
20:46:11 [2022-06-16T20:46:11.780Z] === RUN   TestStripANSICommands
20:46:11 [2022-06-16T20:46:11.780Z] === RUN   TestStripANSICommands/#00
20:46:11 [2022-06-16T20:46:11.780Z] === RUN   TestStripANSICommands/#01
20:46:11 [2022-06-16T20:46:11.780Z] --- PASS: TestStripANSICommands (0.00s)
20:46:11 [2022-06-16T20:46:11.780Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
20:46:11 [2022-06-16T20:46:11.780Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
20:46:11 [2022-06-16T20:46:11.780Z] PASS
20:46:11 [2022-06-16T20:46:11.780Z] 
20:46:11 [2022-06-16T20:46:11.780Z] DONE 3 tests in 0.009s
20:46:11 [2022-06-16T20:46:11.780Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
20:46:11 [2022-06-16T20:46:11.780Z] INFO: Testing against a local daemon
20:46:11 [2022-06-16T20:46:11.780Z] === RUN   TestNetworkCreateDelete
20:46:11 [2022-06-16T20:46:11.780Z] --- PASS: TestNetworkCreateDelete (0.13s)
20:46:11 [2022-06-16T20:46:11.780Z] === RUN   TestDockerNetworkDeletePreferID
20:46:11 [2022-06-16T20:46:11.780Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s)
20:46:11 [2022-06-16T20:46:11.780Z] === RUN   TestDaemonDNSFallback
20:46:14 [2022-06-16T20:46:14.351Z] --- PASS: TestDaemonDNSFallback (6.41s)
20:46:14 [2022-06-16T20:46:14.351Z] === RUN   TestInspectNetwork
20:46:17 [2022-06-16T20:46:17.623Z] === RUN   TestInspectNetwork/full_network_id
20:46:17 [2022-06-16T20:46:17.623Z] === RUN   TestInspectNetwork/partial_network_id
20:46:17 [2022-06-16T20:46:17.623Z] === RUN   TestInspectNetwork/network_name
20:46:17 [2022-06-16T20:46:17.623Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
20:46:21 [2022-06-16T20:46:21.795Z] --- PASS: TestInspectNetwork (7.00s)
20:46:21 [2022-06-16T20:46:21.795Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
20:46:21 [2022-06-16T20:46:21.795Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
20:46:21 [2022-06-16T20:46:21.795Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
20:46:21 [2022-06-16T20:46:21.796Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
20:46:21 [2022-06-16T20:46:21.796Z] === RUN   TestRunContainerWithBridgeNone
20:46:23 [2022-06-16T20:46:23.163Z] --- PASS: TestRunContainerWithBridgeNone (1.70s)
20:46:23 [2022-06-16T20:46:23.163Z] === RUN   TestNetworkInvalidJSON
20:46:23 [2022-06-16T20:46:23.163Z] === RUN   TestNetworkInvalidJSON/networks/create
20:46:23 [2022-06-16T20:46:23.163Z] === PAUSE TestNetworkInvalidJSON/networks/create
20:46:23 [2022-06-16T20:46:23.163Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
20:46:23 [2022-06-16T20:46:23.163Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
20:46:23 [2022-06-16T20:46:23.163Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
20:46:23 [2022-06-16T20:46:23.163Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
20:46:23 [2022-06-16T20:46:23.163Z] === CONT  TestNetworkInvalidJSON/networks/create
20:46:23 [2022-06-16T20:46:23.163Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
20:46:23 [2022-06-16T20:46:23.163Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
20:46:23 [2022-06-16T20:46:23.163Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
20:46:23 [2022-06-16T20:46:23.163Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
20:46:23 [2022-06-16T20:46:23.163Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
20:46:23 [2022-06-16T20:46:23.163Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
20:46:23 [2022-06-16T20:46:23.163Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
20:46:23 [2022-06-16T20:46:23.163Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
20:46:23 [2022-06-16T20:46:23.163Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
20:46:23 [2022-06-16T20:46:23.163Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
20:46:23 [2022-06-16T20:46:23.163Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
20:46:23 [2022-06-16T20:46:23.163Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
20:46:23 [2022-06-16T20:46:23.163Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
20:46:23 [2022-06-16T20:46:23.163Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
20:46:23 [2022-06-16T20:46:23.163Z] --- PASS: TestNetworkInvalidJSON (0.01s)
20:46:23 [2022-06-16T20:46:23.163Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
20:46:23 [2022-06-16T20:46:23.163Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
20:46:23 [2022-06-16T20:46:23.163Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
20:46:23 [2022-06-16T20:46:23.163Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
20:46:23 [2022-06-16T20:46:23.163Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
20:46:23 [2022-06-16T20:46:23.163Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
20:46:23 [2022-06-16T20:46:23.163Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
20:46:23 [2022-06-16T20:46:23.163Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
20:46:23 [2022-06-16T20:46:23.163Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
20:46:23 [2022-06-16T20:46:23.163Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
20:46:23 [2022-06-16T20:46:23.163Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
20:46:23 [2022-06-16T20:46:23.163Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
20:46:23 [2022-06-16T20:46:23.163Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
20:46:23 [2022-06-16T20:46:23.163Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
20:46:23 [2022-06-16T20:46:23.163Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
20:46:23 [2022-06-16T20:46:23.163Z] === RUN   TestNetworkList
20:46:23 [2022-06-16T20:46:23.163Z] === RUN   TestNetworkList//networks
20:46:23 [2022-06-16T20:46:23.163Z] === PAUSE TestNetworkList//networks
20:46:23 [2022-06-16T20:46:23.163Z] === RUN   TestNetworkList//networks/
20:46:23 [2022-06-16T20:46:23.163Z] === PAUSE TestNetworkList//networks/
20:46:23 [2022-06-16T20:46:23.163Z] === CONT  TestNetworkList//networks
20:46:23 [2022-06-16T20:46:23.163Z] === CONT  TestNetworkList//networks/
20:46:23 [2022-06-16T20:46:23.163Z] --- PASS: TestNetworkList (0.01s)
20:46:23 [2022-06-16T20:46:23.163Z]     --- PASS: TestNetworkList//networks/ (0.00s)
20:46:23 [2022-06-16T20:46:23.163Z]     --- PASS: TestNetworkList//networks (0.00s)
20:46:23 [2022-06-16T20:46:23.163Z] === RUN   TestHostIPv4BridgeLabel
20:46:23 [2022-06-16T20:46:23.420Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
20:46:23 [2022-06-16T20:46:23.420Z] === RUN   TestDaemonRestartWithLiveRestore
20:46:24 [2022-06-16T20:46:24.786Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
20:46:24 [2022-06-16T20:46:24.786Z] === RUN   TestDaemonDefaultNetworkPools
20:46:25 [2022-06-16T20:46:25.349Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s)
20:46:25 [2022-06-16T20:46:25.349Z] === RUN   TestDaemonRestartWithExistingNetwork
20:46:26 [2022-06-16T20:46:26.280Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
20:46:26 [2022-06-16T20:46:26.280Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
20:46:27 [2022-06-16T20:46:27.648Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s)
20:46:27 [2022-06-16T20:46:27.648Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
20:46:28 [2022-06-16T20:46:28.211Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s)
20:46:28 [2022-06-16T20:46:28.211Z] === RUN   TestServiceWithPredefinedNetwork
20:46:30 [2022-06-16T20:46:30.731Z] --- PASS: TestServiceWithPredefinedNetwork (2.39s)
20:46:30 [2022-06-16T20:46:30.731Z] === RUN   TestServiceRemoveKeepsIngressNetwork
20:46:30 [2022-06-16T20:46:30.731Z]     service_test.go:243: FLAKY_TEST
20:46:30 [2022-06-16T20:46:30.731Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
20:46:30 [2022-06-16T20:46:30.731Z] === RUN   TestServiceWithDataPathPortInit
20:46:45 [2022-06-16T20:46:45.577Z] --- PASS: TestServiceWithDataPathPortInit (14.07s)
20:46:45 [2022-06-16T20:46:45.577Z] === RUN   TestServiceWithDefaultAddressPoolInit
20:46:47 [2022-06-16T20:46:47.469Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:woq98en16rvssybfi18u8x2ls Created:2022-06-16 20:46:45.925867037 +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[170ab5e76bf3692d2aef2d079cc8f2cefb7d76207f8b055f796239aa7e8e014e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.kuw03033ofu3jf9ozoedk7jdk EndpointID:f109de6ee8d3594e90c55e21eabb7f72cdc4533a98e8a379f19839f807c04666 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:15c5306da82de57dfaebf5a5a03b466e5df61f1fdff13fd3fac6c7515e778fd5 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:d96a08d120ca IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.kuw03033ofu3jf9ozoedk7jdk EndpointID:f109de6ee8d3594e90c55e21eabb7f72cdc4533a98e8a379f19839f807c04666 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
20:46:51 [2022-06-16T20:46:51.639Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.11s)
20:46:51 [2022-06-16T20:46:51.639Z] PASS
20:46:51 [2022-06-16T20:46:51.639Z] 
20:46:51 [2022-06-16T20:46:51.639Z] === Skipped
20:46:51 [2022-06-16T20:46:51.639Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:46:51 [2022-06-16T20:46:51.639Z]     service_test.go:243: FLAKY_TEST
20:46:51 [2022-06-16T20:46:51.639Z] 
20:46:51 [2022-06-16T20:46:51.639Z] DONE 38 tests, 1 skipped in 44.484s
20:46:51 [2022-06-16T20:46:51.896Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
20:46:51 [2022-06-16T20:46:51.896Z] INFO: Testing against a local daemon
20:46:51 [2022-06-16T20:46:51.896Z] === RUN   TestDockerNetworkIpvlanPersistance
20:46:51 [2022-06-16T20:46:51.896Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:46:51 [2022-06-16T20:46:51.896Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
20:46:51 [2022-06-16T20:46:51.896Z] === RUN   TestDockerNetworkIpvlan
20:46:51 [2022-06-16T20:46:51.896Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:46:51 [2022-06-16T20:46:51.896Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
20:46:51 [2022-06-16T20:46:51.896Z] PASS
20:46:51 [2022-06-16T20:46:51.896Z] 
20:46:51 [2022-06-16T20:46:51.896Z] === Skipped
20:46:51 [2022-06-16T20:46:51.896Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
20:46:51 [2022-06-16T20:46:51.896Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:46:51 [2022-06-16T20:46:51.896Z] 
20:46:51 [2022-06-16T20:46:51.896Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
20:46:51 [2022-06-16T20:46:51.896Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:46:51 [2022-06-16T20:46:51.896Z] 
20:46:51 [2022-06-16T20:46:51.896Z] DONE 2 tests, 2 skipped in 0.025s
20:46:51 [2022-06-16T20:46:51.896Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
20:46:51 [2022-06-16T20:46:51.896Z] INFO: Testing against a local daemon
20:46:51 [2022-06-16T20:46:51.896Z] === RUN   TestDockerNetworkMacvlanPersistance
20:46:53 [2022-06-16T20:46:53.264Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.28s)
20:46:53 [2022-06-16T20:46:53.264Z] === RUN   TestDockerNetworkMacvlan
20:46:53 [2022-06-16T20:46:53.830Z] === RUN   TestDockerNetworkMacvlan/Subinterface
20:46:54 [2022-06-16T20:46:54.762Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
20:46:55 [2022-06-16T20:46:55.335Z] === RUN   TestDockerNetworkMacvlan/NilParent
20:46:57 [2022-06-16T20:46:57.231Z] === RUN   TestDockerNetworkMacvlan/InternalMode
20:46:59 [2022-06-16T20:46:59.126Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
20:47:02 [2022-06-16T20:47:02.396Z] === RUN   TestDockerNetworkMacvlan/Addressing
20:47:03 [2022-06-16T20:47:03.326Z] --- PASS: TestDockerNetworkMacvlan (10.10s)
20:47:03 [2022-06-16T20:47:03.326Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s)
20:47:03 [2022-06-16T20:47:03.326Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
20:47:03 [2022-06-16T20:47:03.326Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.91s)
20:47:03 [2022-06-16T20:47:03.326Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.92s)
20:47:03 [2022-06-16T20:47:03.326Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.23s)
20:47:03 [2022-06-16T20:47:03.326Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.67s)
20:47:03 [2022-06-16T20:47:03.326Z] PASS
20:47:03 [2022-06-16T20:47:03.326Z] 
20:47:03 [2022-06-16T20:47:03.326Z] DONE 8 tests in 11.405s
20:47:03 [2022-06-16T20:47:03.326Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
20:47:03 [2022-06-16T20:47:03.326Z] testing: warning: no tests to run
20:47:03 [2022-06-16T20:47:03.326Z] PASS
20:47:03 [2022-06-16T20:47:03.326Z] 
20:47:03 [2022-06-16T20:47:03.326Z] DONE 0 tests in 0.008s
20:47:03 [2022-06-16T20:47:03.326Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
20:47:03 [2022-06-16T20:47:03.326Z] INFO: Testing against a local daemon
20:47:03 [2022-06-16T20:47:03.326Z] === RUN   TestAuthZPluginAllowRequest
20:47:04 [2022-06-16T20:47:04.695Z] --- PASS: TestAuthZPluginAllowRequest (1.24s)
20:47:04 [2022-06-16T20:47:04.695Z] === RUN   TestAuthZPluginTLS
20:47:04 [2022-06-16T20:47:04.952Z] --- PASS: TestAuthZPluginTLS (0.54s)
20:47:04 [2022-06-16T20:47:04.952Z] === RUN   TestAuthZPluginDenyRequest
20:47:05 [2022-06-16T20:47:05.517Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
20:47:05 [2022-06-16T20:47:05.517Z] === RUN   TestAuthZPluginAPIDenyResponse
20:47:06 [2022-06-16T20:47:06.080Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
20:47:06 [2022-06-16T20:47:06.080Z] === RUN   TestAuthZPluginDenyResponse
20:47:06 [2022-06-16T20:47:06.645Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
20:47:06 [2022-06-16T20:47:06.645Z] === RUN   TestAuthZPluginAllowEventStream
20:47:08 [2022-06-16T20:47:08.013Z] --- PASS: TestAuthZPluginAllowEventStream (1.18s)
20:47:08 [2022-06-16T20:47:08.013Z] === RUN   TestAuthZPluginErrorResponse
20:47:08 [2022-06-16T20:47:08.271Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
20:47:08 [2022-06-16T20:47:08.271Z] === RUN   TestAuthZPluginErrorRequest
20:47:08 [2022-06-16T20:47:08.835Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
20:47:08 [2022-06-16T20:47:08.835Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
20:47:09 [2022-06-16T20:47:09.398Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
20:47:09 [2022-06-16T20:47:09.398Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
20:47:10 [2022-06-16T20:47:10.764Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.45s)
20:47:10 [2022-06-16T20:47:10.764Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
20:47:12 [2022-06-16T20:47:12.656Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.50s)
20:47:12 [2022-06-16T20:47:12.656Z] === RUN   TestAuthZPluginHeader
20:47:13 [2022-06-16T20:47:13.219Z] --- PASS: TestAuthZPluginHeader (0.71s)
20:47:13 [2022-06-16T20:47:13.219Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
20:47:17 [2022-06-16T20:47:17.463Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.05s)
20:47:17 [2022-06-16T20:47:17.463Z] === RUN   TestAuthZPluginV2Disable
20:47:20 [2022-06-16T20:47:20.743Z] --- PASS: TestAuthZPluginV2Disable (3.47s)
20:47:20 [2022-06-16T20:47:20.743Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
20:47:24 [2022-06-16T20:47:24.013Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.24s)
20:47:24 [2022-06-16T20:47:24.013Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
20:47:36 [2022-06-16T20:47:36.184Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.35s)
20:47:36 [2022-06-16T20:47:36.185Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
20:47:51 [2022-06-16T20:47:51.022Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s)
20:47:51 [2022-06-16T20:47:51.022Z] PASS
20:47:51 [2022-06-16T20:47:51.022Z] 
20:47:51 [2022-06-16T20:47:51.022Z] DONE 17 tests in 47.508s
20:47:51 [2022-06-16T20:47:51.022Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
20:47:51 [2022-06-16T20:47:51.022Z] INFO: Testing against a local daemon
20:47:51 [2022-06-16T20:47:51.022Z] === RUN   TestPluginInvalidJSON
20:47:51 [2022-06-16T20:47:51.022Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
20:47:51 [2022-06-16T20:47:51.022Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
20:47:51 [2022-06-16T20:47:51.022Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
20:47:51 [2022-06-16T20:47:51.022Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
20:47:51 [2022-06-16T20:47:51.022Z] === RUN   TestPluginInvalidJSON/plugins/pull
20:47:51 [2022-06-16T20:47:51.022Z] === PAUSE TestPluginInvalidJSON/plugins/pull
20:47:51 [2022-06-16T20:47:51.022Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
20:47:51 [2022-06-16T20:47:51.022Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
20:47:51 [2022-06-16T20:47:51.022Z] === CONT  TestPluginInvalidJSON/plugins/pull
20:47:51 [2022-06-16T20:47:51.022Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
20:47:51 [2022-06-16T20:47:51.022Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
20:47:51 [2022-06-16T20:47:51.022Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
20:47:51 [2022-06-16T20:47:51.022Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
20:47:51 [2022-06-16T20:47:51.022Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
20:47:51 [2022-06-16T20:47:51.022Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
20:47:51 [2022-06-16T20:47:51.022Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
20:47:51 [2022-06-16T20:47:51.022Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
20:47:51 [2022-06-16T20:47:51.022Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
20:47:51 [2022-06-16T20:47:51.022Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
20:47:51 [2022-06-16T20:47:51.022Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
20:47:51 [2022-06-16T20:47:51.023Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
20:47:51 [2022-06-16T20:47:51.023Z] --- PASS: TestPluginInvalidJSON (0.01s)
20:47:51 [2022-06-16T20:47:51.023Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
20:47:51 [2022-06-16T20:47:51.023Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
20:47:51 [2022-06-16T20:47:51.023Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
20:47:51 [2022-06-16T20:47:51.023Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
20:47:51 [2022-06-16T20:47:51.023Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
20:47:51 [2022-06-16T20:47:51.023Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s)
20:47:51 [2022-06-16T20:47:51.023Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
20:47:51 [2022-06-16T20:47:51.023Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
20:47:51 [2022-06-16T20:47:51.023Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
20:47:51 [2022-06-16T20:47:51.023Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
20:47:51 [2022-06-16T20:47:51.023Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
20:47:51 [2022-06-16T20:47:51.023Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
20:47:51 [2022-06-16T20:47:51.023Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
20:47:51 [2022-06-16T20:47:51.023Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
20:47:51 [2022-06-16T20:47:51.023Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
20:47:51 [2022-06-16T20:47:51.023Z] === RUN   TestPluginInstall
20:47:51 [2022-06-16T20:47:51.023Z] === RUN   TestPluginInstall/no_auth
20:47:51 [2022-06-16T20:47:51.585Z] time="2022-06-16T20:47:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:47:51 [2022-06-16T20:47:51.585Z] time="2022-06-16T20:47:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:36343f5bf82909498bf56f2bde5c927eaf41d0d9d50dc1202605331d08456908" mediatype=application/vnd.docker.plugin.v1+json size=522
20:47:51 [2022-06-16T20:47:51.585Z] time="2022-06-16T20:47:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:47:51 [2022-06-16T20:47:51.585Z] time="2022-06-16T20:47:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:36343f5bf82909498bf56f2bde5c927eaf41d0d9d50dc1202605331d08456908" mediatype=application/vnd.docker.plugin.v1+json size=522
20:47:51 [2022-06-16T20:47:51.842Z] === RUN   TestPluginInstall/with_htpasswd
20:47:52 [2022-06-16T20:47:52.099Z] time="2022-06-16T20:47:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:47:52 [2022-06-16T20:47:52.099Z] time="2022-06-16T20:47:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:36343f5bf82909498bf56f2bde5c927eaf41d0d9d50dc1202605331d08456908" mediatype=application/vnd.docker.plugin.v1+json size=522
20:47:52 [2022-06-16T20:47:52.099Z] time="2022-06-16T20:47:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:47:52 [2022-06-16T20:47:52.099Z] time="2022-06-16T20:47:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:36343f5bf82909498bf56f2bde5c927eaf41d0d9d50dc1202605331d08456908" mediatype=application/vnd.docker.plugin.v1+json size=522
20:47:52 [2022-06-16T20:47:52.355Z] === RUN   TestPluginInstall/with_insecure
20:47:53 [2022-06-16T20:47:53.284Z] time="2022-06-16T20:47:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:47:53 [2022-06-16T20:47:53.284Z] time="2022-06-16T20:47:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3481587a6981a970796f06dfdbeab4761cdab196e8b6c8f4f7ad7309387d97e6" mediatype=application/vnd.docker.plugin.v1+json size=522
20:47:53 [2022-06-16T20:47:53.284Z] time="2022-06-16T20:47:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:47:53 [2022-06-16T20:47:53.284Z] time="2022-06-16T20:47:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3481587a6981a970796f06dfdbeab4761cdab196e8b6c8f4f7ad7309387d97e6" mediatype=application/vnd.docker.plugin.v1+json size=522
20:47:53 [2022-06-16T20:47:53.540Z]     plugin_test.go:195: [d6c6fd76fb2dd] daemon is not started
20:47:53 [2022-06-16T20:47:53.541Z] --- PASS: TestPluginInstall (2.75s)
20:47:53 [2022-06-16T20:47:53.541Z]     --- PASS: TestPluginInstall/no_auth (1.05s)
20:47:53 [2022-06-16T20:47:53.541Z]     --- PASS: TestPluginInstall/with_htpasswd (0.61s)
20:47:53 [2022-06-16T20:47:53.541Z]     --- PASS: TestPluginInstall/with_insecure (1.09s)
20:47:53 [2022-06-16T20:47:53.541Z] === RUN   TestPluginsWithRuntimes
20:47:55 [2022-06-16T20:47:55.428Z] === RUN   TestPluginsWithRuntimes/No_Args
20:47:55 [2022-06-16T20:47:55.996Z] === RUN   TestPluginsWithRuntimes/With_Args
20:47:56 [2022-06-16T20:47:56.923Z] --- PASS: TestPluginsWithRuntimes (3.39s)
20:47:56 [2022-06-16T20:47:56.923Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.90s)
20:47:56 [2022-06-16T20:47:56.923Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.88s)
20:47:56 [2022-06-16T20:47:56.923Z] === RUN   TestPluginBackCompatMediaTypes
20:47:57 [2022-06-16T20:47:57.485Z] --- PASS: TestPluginBackCompatMediaTypes (0.59s)
20:47:57 [2022-06-16T20:47:57.485Z] PASS
20:47:57 [2022-06-16T20:47:57.485Z] 
20:47:57 [2022-06-16T20:47:57.485Z] DONE 24 tests in 6.770s
20:47:57 [2022-06-16T20:47:57.485Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
20:47:57 [2022-06-16T20:47:57.485Z] INFO: Testing against a local daemon
20:47:57 [2022-06-16T20:47:57.485Z] === RUN   TestExternalGraphDriver
20:47:57 [2022-06-16T20:47:57.741Z] === RUN   TestExternalGraphDriver/json
20:47:59 [2022-06-16T20:47:59.631Z] === RUN   TestExternalGraphDriver/spec
20:48:01 [2022-06-16T20:48:01.000Z] === RUN   TestExternalGraphDriver/pull
20:48:02 [2022-06-16T20:48:02.892Z] --- PASS: TestExternalGraphDriver (5.17s)
20:48:02 [2022-06-16T20:48:02.892Z]     --- PASS: TestExternalGraphDriver/json (1.71s)
20:48:02 [2022-06-16T20:48:02.892Z]     --- PASS: TestExternalGraphDriver/spec (1.70s)
20:48:02 [2022-06-16T20:48:02.892Z]     --- PASS: TestExternalGraphDriver/pull (1.72s)
20:48:02 [2022-06-16T20:48:02.892Z] === RUN   TestGraphdriverPluginV2
20:48:07 [2022-06-16T20:48:07.062Z] --- PASS: TestGraphdriverPluginV2 (3.94s)
20:48:07 [2022-06-16T20:48:07.062Z] PASS
20:48:07 [2022-06-16T20:48:07.062Z] 
20:48:07 [2022-06-16T20:48:07.062Z] DONE 5 tests in 9.143s
20:48:07 [2022-06-16T20:48:07.062Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
20:48:07 [2022-06-16T20:48:07.062Z] INFO: Testing against a local daemon
20:48:07 [2022-06-16T20:48:07.062Z] === RUN   TestContinueAfterPluginCrash
20:48:07 [2022-06-16T20:48:07.062Z] === PAUSE TestContinueAfterPluginCrash
20:48:07 [2022-06-16T20:48:07.062Z] === RUN   TestReadPluginNoRead
20:48:07 [2022-06-16T20:48:07.062Z] === PAUSE TestReadPluginNoRead
20:48:07 [2022-06-16T20:48:07.062Z] === RUN   TestDaemonStartWithLogOpt
20:48:07 [2022-06-16T20:48:07.062Z] === PAUSE TestDaemonStartWithLogOpt
20:48:07 [2022-06-16T20:48:07.062Z] === CONT  TestContinueAfterPluginCrash
20:48:07 [2022-06-16T20:48:07.062Z] === CONT  TestDaemonStartWithLogOpt
20:48:10 [2022-06-16T20:48:10.335Z] --- PASS: TestDaemonStartWithLogOpt (3.48s)
20:48:10 [2022-06-16T20:48:10.335Z] === CONT  TestReadPluginNoRead
20:48:12 [2022-06-16T20:48:12.858Z] === RUN   TestReadPluginNoRead/default
20:48:13 [2022-06-16T20:48:13.788Z] === RUN   TestReadPluginNoRead/disabled_caching
20:48:15 [2022-06-16T20:48:15.162Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
20:48:15 [2022-06-16T20:48:15.162Z] --- PASS: TestContinueAfterPluginCrash (8.55s)
20:48:16 [2022-06-16T20:48:16.532Z] === CONT  TestReadPluginNoRead
20:48:16 [2022-06-16T20:48:16.532Z]     read_test.go:92: [dbc5b4376a1d3] daemon is not started
20:48:16 [2022-06-16T20:48:16.532Z] --- PASS: TestReadPluginNoRead (6.05s)
20:48:16 [2022-06-16T20:48:16.532Z]     --- PASS: TestReadPluginNoRead/default (1.30s)
20:48:16 [2022-06-16T20:48:16.532Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.25s)
20:48:16 [2022-06-16T20:48:16.532Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.26s)
20:48:16 [2022-06-16T20:48:16.532Z] PASS
20:48:16 [2022-06-16T20:48:16.532Z] 
20:48:16 [2022-06-16T20:48:16.532Z] DONE 6 tests in 9.557s
20:48:16 [2022-06-16T20:48:16.532Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
20:48:16 [2022-06-16T20:48:16.532Z] testing: warning: no tests to run
20:48:16 [2022-06-16T20:48:16.532Z] PASS
20:48:16 [2022-06-16T20:48:16.532Z] 
20:48:16 [2022-06-16T20:48:16.532Z] DONE 0 tests in 0.008s
20:48:16 [2022-06-16T20:48:16.532Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
20:48:16 [2022-06-16T20:48:16.532Z] INFO: Testing against a local daemon
20:48:16 [2022-06-16T20:48:16.532Z] === RUN   TestPluginWithDevMounts
20:48:16 [2022-06-16T20:48:16.532Z] === PAUSE TestPluginWithDevMounts
20:48:16 [2022-06-16T20:48:16.532Z] === CONT  TestPluginWithDevMounts
20:48:17 [2022-06-16T20:48:17.901Z] --- PASS: TestPluginWithDevMounts (1.58s)
20:48:17 [2022-06-16T20:48:17.901Z] PASS
20:48:17 [2022-06-16T20:48:17.901Z] 
20:48:17 [2022-06-16T20:48:17.901Z] DONE 1 tests in 1.606s
20:48:17 [2022-06-16T20:48:17.901Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
20:48:17 [2022-06-16T20:48:17.901Z] INFO: Testing against a local daemon
20:48:17 [2022-06-16T20:48:17.901Z] === RUN   TestSecretInspect
20:48:20 [2022-06-16T20:48:20.424Z] --- PASS: TestSecretInspect (2.23s)
20:48:20 [2022-06-16T20:48:20.424Z] === RUN   TestSecretList
20:48:22 [2022-06-16T20:48:22.318Z] --- PASS: TestSecretList (2.17s)
20:48:22 [2022-06-16T20:48:22.318Z] === RUN   TestSecretsCreateAndDelete
20:48:24 [2022-06-16T20:48:24.890Z] --- PASS: TestSecretsCreateAndDelete (2.19s)
20:48:24 [2022-06-16T20:48:24.890Z] === RUN   TestSecretsUpdate
20:48:26 [2022-06-16T20:48:26.784Z] --- PASS: TestSecretsUpdate (2.21s)
20:48:26 [2022-06-16T20:48:26.784Z] === RUN   TestTemplatedSecret
20:48:29 [2022-06-16T20:48:29.303Z] --- PASS: TestTemplatedSecret (2.67s)
20:48:29 [2022-06-16T20:48:29.304Z] === RUN   TestSecretCreateResolve
20:48:31 [2022-06-16T20:48:31.824Z] --- PASS: TestSecretCreateResolve (2.21s)
20:48:31 [2022-06-16T20:48:31.824Z] PASS
20:48:31 [2022-06-16T20:48:31.824Z] 
20:48:31 [2022-06-16T20:48:31.824Z] DONE 6 tests in 13.697s
20:48:31 [2022-06-16T20:48:31.824Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
20:48:31 [2022-06-16T20:48:31.824Z] INFO: Testing against a local daemon
20:48:31 [2022-06-16T20:48:31.824Z] === RUN   TestServiceCreateInit
20:48:31 [2022-06-16T20:48:31.824Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:48:35 [2022-06-16T20:48:35.996Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:48:39 [2022-06-16T20:48:39.267Z] --- PASS: TestServiceCreateInit (7.61s)
20:48:39 [2022-06-16T20:48:39.267Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.83s)
20:48:39 [2022-06-16T20:48:39.267Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.77s)
20:48:39 [2022-06-16T20:48:39.267Z] === RUN   TestCreateServiceMultipleTimes
20:48:57 [2022-06-16T20:48:57.316Z] --- PASS: TestCreateServiceMultipleTimes (15.92s)
20:48:57 [2022-06-16T20:48:57.316Z] === RUN   TestCreateServiceConflict
20:48:57 [2022-06-16T20:48:57.316Z] --- PASS: TestCreateServiceConflict (2.19s)
20:48:57 [2022-06-16T20:48:57.316Z] === RUN   TestCreateServiceMaxReplicas
20:49:00 [2022-06-16T20:49:00.587Z] --- PASS: TestCreateServiceMaxReplicas (2.88s)
20:49:00 [2022-06-16T20:49:00.587Z] === RUN   TestCreateWithDuplicateNetworkNames
20:49:15 [2022-06-16T20:49:15.436Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.21s)
20:49:15 [2022-06-16T20:49:15.436Z] === RUN   TestCreateServiceSecretFileMode
20:49:15 [2022-06-16T20:49:15.999Z] --- PASS: TestCreateServiceSecretFileMode (2.47s)
20:49:15 [2022-06-16T20:49:15.999Z] === RUN   TestCreateServiceConfigFileMode
20:49:18 [2022-06-16T20:49:18.520Z] --- PASS: TestCreateServiceConfigFileMode (2.47s)
20:49:18 [2022-06-16T20:49:18.520Z] === RUN   TestCreateServiceSysctls
20:49:21 [2022-06-16T20:49:21.793Z] --- PASS: TestCreateServiceSysctls (3.18s)
20:49:21 [2022-06-16T20:49:21.793Z] === RUN   TestCreateServiceCapabilities
20:49:23 [2022-06-16T20:49:23.689Z] --- PASS: TestCreateServiceCapabilities (2.20s)
20:49:23 [2022-06-16T20:49:23.689Z] === RUN   TestInspect
20:49:26 [2022-06-16T20:49:26.960Z] --- PASS: TestInspect (2.90s)
20:49:26 [2022-06-16T20:49:26.960Z] === RUN   TestCreateJob
20:49:30 [2022-06-16T20:49:30.231Z] --- PASS: TestCreateJob (3.25s)
20:49:30 [2022-06-16T20:49:30.231Z] === RUN   TestReplicatedJob
20:49:35 [2022-06-16T20:49:35.483Z] --- PASS: TestReplicatedJob (5.42s)
20:49:35 [2022-06-16T20:49:35.483Z] === RUN   TestUpdateReplicatedJob
20:49:38 [2022-06-16T20:49:38.754Z] --- PASS: TestUpdateReplicatedJob (3.22s)
20:49:38 [2022-06-16T20:49:38.754Z] === RUN   TestServiceListWithStatuses
20:49:38 [2022-06-16T20:49:38.754Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:49:38 [2022-06-16T20:49:38.754Z] --- SKIP: TestServiceListWithStatuses (0.00s)
20:49:38 [2022-06-16T20:49:38.754Z] === RUN   TestDockerNetworkConnectAlias
20:49:42 [2022-06-16T20:49:42.927Z] --- PASS: TestDockerNetworkConnectAlias (4.19s)
20:49:42 [2022-06-16T20:49:42.927Z] === RUN   TestDockerNetworkReConnect
20:49:46 [2022-06-16T20:49:46.221Z] --- PASS: TestDockerNetworkReConnect (3.47s)
20:49:46 [2022-06-16T20:49:46.221Z] === RUN   TestServicePlugin
20:49:50 [2022-06-16T20:49:50.406Z]     plugin_test.go:61: [da7c23d86f607] joining swarm manager [dfa7b193c7d85]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:49:50 [2022-06-16T20:49:50.966Z]     plugin_test.go:64: [d62f356675f84] joining swarm manager [dfa7b193c7d85]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:50:17 [2022-06-16T20:50:17.458Z] --- PASS: TestServicePlugin (29.99s)
20:50:17 [2022-06-16T20:50:17.458Z] === RUN   TestServiceUpdateLabel
20:50:18 [2022-06-16T20:50:18.385Z] --- PASS: TestServiceUpdateLabel (2.23s)
20:50:18 [2022-06-16T20:50:18.385Z] === RUN   TestServiceUpdateSecrets
20:50:33 [2022-06-16T20:50:33.228Z] --- PASS: TestServiceUpdateSecrets (14.48s)
20:50:33 [2022-06-16T20:50:33.228Z] === RUN   TestServiceUpdateConfigs
20:50:48 [2022-06-16T20:50:48.079Z] --- PASS: TestServiceUpdateConfigs (14.59s)
20:50:48 [2022-06-16T20:50:48.079Z] === RUN   TestServiceUpdateNetwork
20:51:00 [2022-06-16T20:51:00.245Z] --- PASS: TestServiceUpdateNetwork (12.59s)
20:51:00 [2022-06-16T20:51:00.245Z] === RUN   TestServiceUpdatePidsLimit
20:51:01 [2022-06-16T20:51:01.609Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
20:51:02 [2022-06-16T20:51:02.172Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
20:51:10 [2022-06-16T20:51:10.253Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
20:51:16 [2022-06-16T20:51:16.785Z] --- PASS: TestServiceUpdatePidsLimit (16.35s)
20:51:16 [2022-06-16T20:51:16.785Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s)
20:51:16 [2022-06-16T20:51:16.785Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.81s)
20:51:16 [2022-06-16T20:51:16.785Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.99s)
20:51:16 [2022-06-16T20:51:16.785Z] PASS
20:51:16 [2022-06-16T20:51:16.785Z] 
20:51:16 [2022-06-16T20:51:16.785Z] === Skipped
20:51:16 [2022-06-16T20:51:16.785Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
20:51:16 [2022-06-16T20:51:16.785Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:51:16 [2022-06-16T20:51:16.785Z] 
20:51:16 [2022-06-16T20:51:16.785Z] DONE 27 tests, 1 skipped in 164.835s
20:51:16 [2022-06-16T20:51:16.785Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
20:51:16 [2022-06-16T20:51:16.785Z] INFO: Testing against a local daemon
20:51:16 [2022-06-16T20:51:16.785Z] === RUN   TestSessionCreate
20:51:16 [2022-06-16T20:51:16.785Z] --- PASS: TestSessionCreate (0.02s)
20:51:16 [2022-06-16T20:51:16.785Z] === RUN   TestSessionCreateWithBadUpgrade
20:51:16 [2022-06-16T20:51:16.785Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
20:51:16 [2022-06-16T20:51:16.785Z] PASS
20:51:16 [2022-06-16T20:51:16.785Z] 
20:51:16 [2022-06-16T20:51:16.785Z] DONE 2 tests in 0.063s
20:51:16 [2022-06-16T20:51:16.785Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
20:51:16 [2022-06-16T20:51:16.785Z] INFO: Testing against a local daemon
20:51:16 [2022-06-16T20:51:16.785Z] === RUN   TestCgroupDriverSystemdMemoryLimit
20:51:16 [2022-06-16T20:51:16.785Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
20:51:16 [2022-06-16T20:51:16.785Z] === RUN   TestDiskUsage
20:51:16 [2022-06-16T20:51:16.785Z] === PAUSE TestDiskUsage
20:51:16 [2022-06-16T20:51:16.785Z] === RUN   TestEventsExecDie
20:51:17 [2022-06-16T20:51:17.352Z] --- PASS: TestEventsExecDie (0.62s)
20:51:17 [2022-06-16T20:51:17.352Z] === RUN   TestEventsBackwardsCompatible
20:51:17 [2022-06-16T20:51:17.352Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
20:51:17 [2022-06-16T20:51:17.352Z] === RUN   TestEventsVolumeCreate
20:51:17 [2022-06-16T20:51:17.352Z] --- PASS: TestEventsVolumeCreate (0.06s)
20:51:17 [2022-06-16T20:51:17.352Z] === RUN   TestInfoBinaryCommits
20:51:17 [2022-06-16T20:51:17.352Z] --- PASS: TestInfoBinaryCommits (0.02s)
20:51:17 [2022-06-16T20:51:17.352Z] === RUN   TestInfoAPIVersioned
20:51:17 [2022-06-16T20:51:17.352Z] --- PASS: TestInfoAPIVersioned (0.01s)
20:51:17 [2022-06-16T20:51:17.352Z] === RUN   TestInfoAPI
20:51:17 [2022-06-16T20:51:17.352Z] --- PASS: TestInfoAPI (0.03s)
20:51:17 [2022-06-16T20:51:17.352Z] === RUN   TestInfoAPIWarnings
20:51:35 [2022-06-16T20:51:35.389Z] --- PASS: TestInfoAPIWarnings (16.54s)
20:51:35 [2022-06-16T20:51:35.389Z] === RUN   TestInfoDebug
20:51:35 [2022-06-16T20:51:35.389Z] --- PASS: TestInfoDebug (0.52s)
20:51:35 [2022-06-16T20:51:35.389Z] === RUN   TestInfoInsecureRegistries
20:51:35 [2022-06-16T20:51:35.389Z] --- PASS: TestInfoInsecureRegistries (0.52s)
20:51:35 [2022-06-16T20:51:35.389Z] === RUN   TestInfoRegistryMirrors
20:51:35 [2022-06-16T20:51:35.389Z] --- PASS: TestInfoRegistryMirrors (0.52s)
20:51:35 [2022-06-16T20:51:35.389Z] === RUN   TestLoginFailsWithBadCredentials
20:51:35 [2022-06-16T20:51:35.645Z] --- PASS: TestLoginFailsWithBadCredentials (0.07s)
20:51:35 [2022-06-16T20:51:35.645Z] === RUN   TestPingCacheHeaders
20:51:35 [2022-06-16T20:51:35.645Z] --- PASS: TestPingCacheHeaders (0.02s)
20:51:35 [2022-06-16T20:51:35.645Z] === RUN   TestPingGet
20:51:35 [2022-06-16T20:51:35.645Z] --- PASS: TestPingGet (0.01s)
20:51:35 [2022-06-16T20:51:35.645Z] === RUN   TestPingHead
20:51:35 [2022-06-16T20:51:35.645Z] --- PASS: TestPingHead (0.02s)
20:51:35 [2022-06-16T20:51:35.645Z] === RUN   TestPingSwarmHeader
20:51:36 [2022-06-16T20:51:36.206Z] === RUN   TestPingSwarmHeader/before_swarm_init
20:51:36 [2022-06-16T20:51:36.767Z] === RUN   TestPingSwarmHeader/after_swarm_init
20:51:37 [2022-06-16T20:51:37.696Z] === RUN   TestPingSwarmHeader/after_swarm_leave
20:51:37 [2022-06-16T20:51:37.696Z] --- PASS: TestPingSwarmHeader (2.16s)
20:51:37 [2022-06-16T20:51:37.696Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
20:51:37 [2022-06-16T20:51:37.696Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
20:51:37 [2022-06-16T20:51:37.696Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
20:51:37 [2022-06-16T20:51:37.696Z] === RUN   TestVersion
20:51:37 [2022-06-16T20:51:37.696Z] --- PASS: TestVersion (0.02s)
20:51:37 [2022-06-16T20:51:37.696Z] === CONT  TestCgroupDriverSystemdMemoryLimit
20:51:37 [2022-06-16T20:51:37.696Z] === CONT  TestDiskUsage
20:51:38 [2022-06-16T20:51:38.258Z] === RUN   TestDiskUsage/empty
20:51:38 [2022-06-16T20:51:38.258Z] === RUN   TestDiskUsage/empty/container_types
20:51:38 [2022-06-16T20:51:38.258Z] === RUN   TestDiskUsage/empty/image_types
20:51:38 [2022-06-16T20:51:38.258Z] === RUN   TestDiskUsage/empty/volume_types
20:51:38 [2022-06-16T20:51:38.258Z] === RUN   TestDiskUsage/empty/build-cache_types
20:51:38 [2022-06-16T20:51:38.258Z] === RUN   TestDiskUsage/empty/container,_volume_types
20:51:38 [2022-06-16T20:51:38.258Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
20:51:38 [2022-06-16T20:51:38.258Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
20:51:38 [2022-06-16T20:51:38.258Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
20:51:38 [2022-06-16T20:51:38.258Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
20:51:38 [2022-06-16T20:51:38.258Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
20:51:38 [2022-06-16T20:51:38.258Z] === RUN   TestDiskUsage/after_LoadBusybox
20:51:38 [2022-06-16T20:51:38.514Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
20:51:38 [2022-06-16T20:51:38.514Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
20:51:38 [2022-06-16T20:51:38.514Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
20:51:38 [2022-06-16T20:51:38.514Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
20:51:38 [2022-06-16T20:51:38.514Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
20:51:38 [2022-06-16T20:51:38.514Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
20:51:38 [2022-06-16T20:51:38.514Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
20:51:38 [2022-06-16T20:51:38.514Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
20:51:38 [2022-06-16T20:51:38.514Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
20:51:38 [2022-06-16T20:51:38.514Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
20:51:38 [2022-06-16T20:51:38.514Z] === RUN   TestDiskUsage/after_container.Run
20:51:39 [2022-06-16T20:51:39.076Z] === RUN   TestDiskUsage/after_container.Run/container_types
20:51:39 [2022-06-16T20:51:39.076Z] === RUN   TestDiskUsage/after_container.Run/image_types
20:51:39 [2022-06-16T20:51:39.076Z] === RUN   TestDiskUsage/after_container.Run/volume_types
20:51:39 [2022-06-16T20:51:39.076Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
20:51:39 [2022-06-16T20:51:39.076Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
20:51:39 [2022-06-16T20:51:39.076Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
20:51:39 [2022-06-16T20:51:39.076Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
20:51:39 [2022-06-16T20:51:39.076Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
20:51:39 [2022-06-16T20:51:39.076Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
20:51:39 [2022-06-16T20:51:39.076Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
20:51:39 [2022-06-16T20:51:39.332Z] --- PASS: TestDiskUsage (1.47s)
20:51:39 [2022-06-16T20:51:39.332Z]     --- PASS: TestDiskUsage/empty (0.01s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.29s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]     --- PASS: TestDiskUsage/after_container.Run (0.49s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.52s)
20:51:39 [2022-06-16T20:51:39.332Z] PASS
20:51:39 [2022-06-16T20:51:39.332Z] 
20:51:39 [2022-06-16T20:51:39.332Z] DONE 54 tests in 22.726s
20:51:39 [2022-06-16T20:51:39.332Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
20:51:39 [2022-06-16T20:51:39.332Z] INFO: Testing against a local daemon
20:51:39 [2022-06-16T20:51:39.332Z] === RUN   TestVolumesCreateAndList
20:51:39 [2022-06-16T20:51:39.332Z] --- PASS: TestVolumesCreateAndList (0.02s)
20:51:39 [2022-06-16T20:51:39.332Z] === RUN   TestVolumesRemove
20:51:39 [2022-06-16T20:51:39.332Z] --- PASS: TestVolumesRemove (0.09s)
20:51:39 [2022-06-16T20:51:39.332Z] === RUN   TestVolumesInspect
20:51:39 [2022-06-16T20:51:39.332Z] --- PASS: TestVolumesInspect (0.02s)
20:51:39 [2022-06-16T20:51:39.332Z] === RUN   TestVolumesInvalidJSON
20:51:39 [2022-06-16T20:51:39.332Z] === RUN   TestVolumesInvalidJSON/volumes/create
20:51:39 [2022-06-16T20:51:39.332Z] === PAUSE TestVolumesInvalidJSON/volumes/create
20:51:39 [2022-06-16T20:51:39.332Z] === CONT  TestVolumesInvalidJSON/volumes/create
20:51:39 [2022-06-16T20:51:39.332Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
20:51:39 [2022-06-16T20:51:39.332Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
20:51:39 [2022-06-16T20:51:39.332Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
20:51:39 [2022-06-16T20:51:39.332Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
20:51:39 [2022-06-16T20:51:39.332Z] --- PASS: TestVolumesInvalidJSON (0.01s)
20:51:39 [2022-06-16T20:51:39.332Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
20:51:39 [2022-06-16T20:51:39.332Z] PASS
20:51:39 [2022-06-16T20:51:39.332Z] 
20:51:39 [2022-06-16T20:51:39.332Z] DONE 9 tests in 0.158s
20:51:39 [2022-06-16T20:51:39.588Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:51:40 [2022-06-16T20:51:40.149Z] Stopping apparmor (via systemctl): apparmor.service.
20:51:40 [2022-06-16T20:51:40.149Z] Removing test suite binaries
20:51:40 [2022-06-16T20:51:40.149Z] exiting test-integration
20:51:40 [2022-06-16T20:51:40.149Z] ++ exit 0
20:51:40 [2022-06-16T20:51:40.149Z]