Skip to content

Console Output

09:06:14 [2022-09-05T09:06:14.244Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44083/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=609d87003a0e9d431ef04a18743cb011cabda6ef -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:609d87003a0e9d431ef04a18743cb011cabda6ef hack/make.sh dynbinary test-integration
09:06:16 [2022-09-05T09:06:16.155Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
09:06:16 [2022-09-05T09:06:16.155Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
09:06:16 [2022-09-05T09:06:16.155Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
09:06:16 [2022-09-05T09:06:16.155Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
09:06:16 [2022-09-05T09:06:16.155Z] 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)
09:06:16 [2022-09-05T09:06:16.155Z] Detected virtualization docker.
09:06:16 [2022-09-05T09:06:16.155Z] Detected architecture x86-64.
09:06:16 [2022-09-05T09:06:16.155Z] Set hostname to <e8bbd0b7532f>.
09:06:16 [2022-09-05T09:06:16.155Z] modprobe@configfs.service: Succeeded.
09:06:16 [2022-09-05T09:06:16.155Z] modprobe@drm.service: Succeeded.
09:06:16 [2022-09-05T09:06:16.155Z] modprobe@fuse.service: Succeeded.
09:06:16 [2022-09-05T09:06:16.155Z] + source /etc/docker-entrypoint-cmd
09:06:16 [2022-09-05T09:06:16.155Z] ++ hack/make.sh dynbinary test-integration
09:06:16 [2022-09-05T09:06:16.155Z] 
09:06:16 [2022-09-05T09:06:16.416Z] Removing bundles/
09:06:16 [2022-09-05T09:06:16.416Z] 
09:06:16 [2022-09-05T09:06:16.416Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
09:06:16 [2022-09-05T09:06:16.416Z] Building: bundles/dynbinary-daemon/dockerd
09:06:16 [2022-09-05T09:06:16.416Z] GOOS="" GOARCH="" GOARM=""
09:08:22 [2022-09-05T09:08:22.938Z] Created binary: bundles/dynbinary-daemon/dockerd
09:08:22 [2022-09-05T09:08:22.938Z] Building: bundles/dynbinary-daemon/docker-proxy
09:08:22 [2022-09-05T09:08:22.938Z] GOOS="" GOARCH="" GOARM=""
09:08:22 [2022-09-05T09:08:22.938Z] Created binary: bundles/dynbinary-daemon/docker-proxy
09:08:22 [2022-09-05T09:08:22.938Z] 
09:08:22 [2022-09-05T09:08:22.938Z] ---> Making bundle: test-integration (in bundles/test-integration)
09:08:22 [2022-09-05T09:08:22.938Z] DOCKER_SYSTEMD=1
09:08:22 [2022-09-05T09:08:22.938Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
09:08:22 [2022-09-05T09:08:22.938Z] HOSTNAME=e8bbd0b7532f
09:08:22 [2022-09-05T09:08:22.938Z] DEST=bundles/test-integration
09:08:22 [2022-09-05T09:08:22.938Z] PWD=/go/src/github.com/docker/docker
09:08:22 [2022-09-05T09:08:22.938Z] DOCKER_GITCOMMIT=609d87003a0e9d431ef04a18743cb011cabda6ef
09:08:22 [2022-09-05T09:08:22.938Z] container=docker
09:08:22 [2022-09-05T09:08:22.938Z] HOME=/root
09:08:22 [2022-09-05T09:08:22.938Z] LANG=C.UTF-8
09:08:22 [2022-09-05T09:08:22.938Z] INVOCATION_ID=d81b1bd2712e46f5b7346c6e71f84592
09:08:22 [2022-09-05T09:08:22.938Z] GOLANG_VERSION=1.18.5
09:08:22 [2022-09-05T09:08:22.938Z] VALIDATE_REPO=https://github.com/moby/moby.git
09:08:22 [2022-09-05T09:08:22.938Z] VALIDATE_BRANCH=master
09:08:22 [2022-09-05T09:08:22.938Z] TERM=xterm
09:08:22 [2022-09-05T09:08:22.938Z] DOCKER_PKG=github.com/docker/docker
09:08:22 [2022-09-05T09:08:22.938Z] SHLVL=3
09:08:22 [2022-09-05T09:08:22.938Z] TIMEOUT=120m
09:08:22 [2022-09-05T09:08:22.938Z] DOCKER_BUILDTAGS= journald
09:08:22 [2022-09-05T09:08:22.938Z] DOCKER_GRAPHDRIVER=overlay2
09:08:22 [2022-09-05T09:08:22.938Z] GO111MODULE=off
09:08:22 [2022-09-05T09:08:22.938Z] DOCKER_EXPERIMENTAL=1
09:08:22 [2022-09-05T09:08:22.938Z] TEST_SKIP_INTEGRATION_CLI=1
09:08:22 [2022-09-05T09:08:22.938Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
09:08:22 [2022-09-05T09:08:22.938Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
09:08:22 [2022-09-05T09:08:22.938Z] GOPATH=/go
09:08:22 [2022-09-05T09:08:22.938Z] PKG_CONFIG=pkg-config
09:08:22 [2022-09-05T09:08:22.938Z] _=/usr/bin/env
09:08:22 [2022-09-05T09:08:22.938Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
09:09:09 [2022-09-05T09:09:09.727Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
09:09:09 [2022-09-05T09:09:09.727Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
09:09:48 [2022-09-05T09:09:48.487Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
09:09:55 [2022-09-05T09:09:55.074Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
09:10:03 [2022-09-05T09:10:03.212Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
09:10:03 [2022-09-05T09:10:03.212Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
09:10:04 [2022-09-05T09:10:04.153Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
09:10:04 [2022-09-05T09:10:04.725Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
09:10:05 [2022-09-05T09:10:05.667Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
09:10:05 [2022-09-05T09:10:05.928Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
09:10:06 [2022-09-05T09:10:06.870Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
09:10:08 [2022-09-05T09:10:08.784Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
09:10:09 [2022-09-05T09:10:09.727Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
09:10:11 [2022-09-05T09:10:11.113Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
09:10:11 [2022-09-05T09:10:11.113Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
09:10:12 [2022-09-05T09:10:12.054Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
09:10:12 [2022-09-05T09:10:12.995Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
09:10:14 [2022-09-05T09:10:14.379Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
09:10:14 [2022-09-05T09:10:14.949Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
09:10:15 [2022-09-05T09:10:15.897Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
09:10:16 [2022-09-05T09:10:16.837Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
09:10:16 [2022-09-05T09:10:16.837Z] Using test binary docker
09:10:16 [2022-09-05T09:10:16.837Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
09:10:16 [2022-09-05T09:10:16.837Z] Starting apparmor (via systemctl): apparmor.service.
09:10:16 [2022-09-05T09:10:16.837Z] INFO: Waiting for daemon to start...
09:10:16 [2022-09-05T09:10:16.837Z] Starting dockerd
09:10:20 [2022-09-05T09:10:20.135Z] .
09:10:20 [2022-09-05T09:10:20.135Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
09:10:20 [2022-09-05T09:10:20.135Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
09:10:20 [2022-09-05T09:10:20.135Z] Error: No such image: emptyfs
09:10:20 [2022-09-05T09:10:20.135Z] Loaded image: emptyfs:latest
09:10:20 [2022-09-05T09:10:20.135Z] Running integration-test (iteration 1)
09:10:20 [2022-09-05T09:10:20.135Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
09:10:20 [2022-09-05T09:10:20.395Z] Loaded image: busybox:latest
09:10:20 [2022-09-05T09:10:20.656Z] Loaded image: busybox:glibc
09:10:22 [2022-09-05T09:10:22.039Z] Loaded image: debian:bullseye-slim
09:10:22 [2022-09-05T09:10:22.039Z] Loaded image: hello-world:latest
09:10:22 [2022-09-05T09:10:22.300Z] Loaded image: arm32v7/hello-world:latest
09:10:22 [2022-09-05T09:10:22.300Z] INFO: Testing against a local daemon
09:10:22 [2022-09-05T09:10:22.300Z] === RUN   TestCgroupNamespacesBuild
09:10:23 [2022-09-05T09:10:23.681Z] --- PASS: TestCgroupNamespacesBuild (1.27s)
09:10:23 [2022-09-05T09:10:23.681Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
09:10:25 [2022-09-05T09:10:25.063Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.32s)
09:10:25 [2022-09-05T09:10:25.063Z] === RUN   TestBuildWithSession
09:10:25 [2022-09-05T09:10:25.063Z]     build_session_test.go:25: TODO: BuildKit
09:10:25 [2022-09-05T09:10:25.063Z] --- SKIP: TestBuildWithSession (0.00s)
09:10:25 [2022-09-05T09:10:25.063Z] === RUN   TestBuildSquashParent
09:10:29 [2022-09-05T09:10:29.263Z] --- PASS: TestBuildSquashParent (4.58s)
09:10:29 [2022-09-05T09:10:29.263Z] === RUN   TestBuildWithRemoveAndForceRemove
09:10:29 [2022-09-05T09:10:29.263Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:10:29 [2022-09-05T09:10:29.263Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:10:29 [2022-09-05T09:10:29.263Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:10:29 [2022-09-05T09:10:29.263Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:10:29 [2022-09-05T09:10:29.263Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:10:29 [2022-09-05T09:10:29.263Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:10:29 [2022-09-05T09:10:29.263Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:10:29 [2022-09-05T09:10:29.263Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:10:29 [2022-09-05T09:10:29.263Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:10:29 [2022-09-05T09:10:29.263Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:10:29 [2022-09-05T09:10:29.263Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:10:29 [2022-09-05T09:10:29.263Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:10:29 [2022-09-05T09:10:29.523Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:10:29 [2022-09-05T09:10:29.523Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:10:30 [2022-09-05T09:10:30.905Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:10:31 [2022-09-05T09:10:31.165Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:10:32 [2022-09-05T09:10:32.548Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:10:32 [2022-09-05T09:10:32.808Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:10:34 [2022-09-05T09:10:34.190Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s)
09:10:34 [2022-09-05T09:10:34.190Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.40s)
09:10:34 [2022-09-05T09:10:34.190Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.70s)
09:10:34 [2022-09-05T09:10:34.190Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.60s)
09:10:34 [2022-09-05T09:10:34.190Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.63s)
09:10:34 [2022-09-05T09:10:34.190Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.57s)
09:10:34 [2022-09-05T09:10:34.190Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.42s)
09:10:34 [2022-09-05T09:10:34.190Z] === RUN   TestBuildMultiStageCopy
09:10:34 [2022-09-05T09:10:34.190Z] === RUN   TestBuildMultiStageCopy/copy_to_root
09:10:35 [2022-09-05T09:10:35.571Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
09:10:35 [2022-09-05T09:10:35.831Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
09:10:36 [2022-09-05T09:10:36.091Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
09:10:36 [2022-09-05T09:10:36.351Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
09:10:36 [2022-09-05T09:10:36.351Z] --- PASS: TestBuildMultiStageCopy (2.33s)
09:10:36 [2022-09-05T09:10:36.351Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.40s)
09:10:36 [2022-09-05T09:10:36.351Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.23s)
09:10:36 [2022-09-05T09:10:36.351Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.23s)
09:10:36 [2022-09-05T09:10:36.351Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s)
09:10:36 [2022-09-05T09:10:36.351Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s)
09:10:36 [2022-09-05T09:10:36.351Z] === RUN   TestBuildMultiStageParentConfig
09:10:37 [2022-09-05T09:10:37.292Z] --- PASS: TestBuildMultiStageParentConfig (0.68s)
09:10:37 [2022-09-05T09:10:37.292Z] === RUN   TestBuildLabelWithTargets
09:10:38 [2022-09-05T09:10:38.231Z] --- PASS: TestBuildLabelWithTargets (1.08s)
09:10:38 [2022-09-05T09:10:38.231Z] === RUN   TestBuildWithEmptyLayers
09:10:38 [2022-09-05T09:10:38.802Z] --- PASS: TestBuildWithEmptyLayers (0.47s)
09:10:38 [2022-09-05T09:10:38.802Z] === RUN   TestBuildMultiStageOnBuild
09:10:40 [2022-09-05T09:10:40.740Z] --- PASS: TestBuildMultiStageOnBuild (1.80s)
09:10:40 [2022-09-05T09:10:40.740Z] === RUN   TestBuildUncleanTarFilenames
09:10:41 [2022-09-05T09:10:41.317Z] --- PASS: TestBuildUncleanTarFilenames (0.67s)
09:10:41 [2022-09-05T09:10:41.317Z] === RUN   TestBuildMultiStageLayerLeak
09:10:43 [2022-09-05T09:10:43.251Z] --- PASS: TestBuildMultiStageLayerLeak (1.77s)
09:10:43 [2022-09-05T09:10:43.251Z] === RUN   TestBuildWithHugeFile
09:11:39 [2022-09-05T09:11:39.511Z] --- PASS: TestBuildWithHugeFile (51.96s)
09:11:39 [2022-09-05T09:11:39.511Z] === RUN   TestBuildWCOWSandboxSize
09:11:39 [2022-09-05T09:11:39.511Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
09:11:39 [2022-09-05T09:11:39.511Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
09:11:39 [2022-09-05T09:11:39.511Z] === RUN   TestBuildWithEmptyDockerfile
09:11:39 [2022-09-05T09:11:39.511Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
09:11:39 [2022-09-05T09:11:39.511Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
09:11:39 [2022-09-05T09:11:39.511Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:11:39 [2022-09-05T09:11:39.511Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:11:39 [2022-09-05T09:11:39.511Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:11:39 [2022-09-05T09:11:39.511Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:11:39 [2022-09-05T09:11:39.511Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
09:11:39 [2022-09-05T09:11:39.511Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:11:39 [2022-09-05T09:11:39.511Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:11:39 [2022-09-05T09:11:39.511Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
09:11:39 [2022-09-05T09:11:39.511Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s)
09:11:39 [2022-09-05T09:11:39.511Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s)
09:11:39 [2022-09-05T09:11:39.511Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
09:11:39 [2022-09-05T09:11:39.511Z] === RUN   TestBuildPreserveOwnership
09:11:39 [2022-09-05T09:11:39.511Z] === RUN   TestBuildPreserveOwnership/copy_from
09:11:39 [2022-09-05T09:11:39.511Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
09:11:39 [2022-09-05T09:11:39.511Z] --- PASS: TestBuildPreserveOwnership (3.72s)
09:11:39 [2022-09-05T09:11:39.511Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.50s)
09:11:39 [2022-09-05T09:11:39.511Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.20s)
09:11:39 [2022-09-05T09:11:39.511Z] === RUN   TestBuildPlatformInvalid
09:11:39 [2022-09-05T09:11:39.511Z] --- PASS: TestBuildPlatformInvalid (0.07s)
09:11:39 [2022-09-05T09:11:39.511Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
09:11:39 [2022-09-05T09:11:39.771Z] Loaded image: busybox:latest
09:11:39 [2022-09-05T09:11:39.771Z] Loaded image: busybox:glibc
09:11:41 [2022-09-05T09:11:41.154Z] Loaded image: debian:bullseye-slim
09:11:41 [2022-09-05T09:11:41.154Z] Loaded image: hello-world:latest
09:11:41 [2022-09-05T09:11:41.414Z] Loaded image: arm32v7/hello-world:latest
09:11:51 [2022-09-05T09:11:51.411Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (11.15s)
09:11:51 [2022-09-05T09:11:51.411Z] PASS
09:11:51 [2022-09-05T09:11:51.411Z] 
09:11:51 [2022-09-05T09:11:51.411Z] === Skipped
09:11:51 [2022-09-05T09:11:51.411Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
09:11:51 [2022-09-05T09:11:51.411Z]     build_session_test.go:25: TODO: BuildKit
09:11:51 [2022-09-05T09:11:51.411Z] 
09:11:51 [2022-09-05T09:11:51.411Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
09:11:51 [2022-09-05T09:11:51.411Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
09:11:51 [2022-09-05T09:11:51.411Z] 
09:11:51 [2022-09-05T09:11:51.411Z] DONE 34 tests, 2 skipped in 89.908s
09:11:51 [2022-09-05T09:11:51.411Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
09:11:51 [2022-09-05T09:11:51.411Z] INFO: Testing against a local daemon
09:11:51 [2022-09-05T09:11:51.411Z] === RUN   TestConfigInspect
09:11:52 [2022-09-05T09:11:52.792Z] --- PASS: TestConfigInspect (2.41s)
09:11:52 [2022-09-05T09:11:52.792Z] === RUN   TestConfigList
09:11:54 [2022-09-05T09:11:54.703Z] --- PASS: TestConfigList (2.21s)
09:11:54 [2022-09-05T09:11:54.703Z] === RUN   TestConfigsCreateAndDelete
09:11:57 [2022-09-05T09:11:57.242Z] --- PASS: TestConfigsCreateAndDelete (2.27s)
09:11:57 [2022-09-05T09:11:57.242Z] === RUN   TestConfigsUpdate
09:11:59 [2022-09-05T09:11:59.151Z] --- PASS: TestConfigsUpdate (2.25s)
09:11:59 [2022-09-05T09:11:59.151Z] === RUN   TestTemplatedConfig
09:12:02 [2022-09-05T09:12:02.446Z] --- PASS: TestTemplatedConfig (2.63s)
09:12:02 [2022-09-05T09:12:02.446Z] === RUN   TestConfigCreateResolve
09:12:04 [2022-09-05T09:12:04.354Z] --- PASS: TestConfigCreateResolve (2.21s)
09:12:04 [2022-09-05T09:12:04.354Z] PASS
09:12:04 [2022-09-05T09:12:04.354Z] 
09:12:04 [2022-09-05T09:12:04.354Z] DONE 6 tests in 14.013s
09:12:04 [2022-09-05T09:12:04.354Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
09:12:04 [2022-09-05T09:12:04.354Z] INFO: Testing against a local daemon
09:12:04 [2022-09-05T09:12:04.354Z] === RUN   TestAttachWithTTY
09:12:04 [2022-09-05T09:12:04.354Z] --- PASS: TestAttachWithTTY (0.09s)
09:12:04 [2022-09-05T09:12:04.354Z] === RUN   TestAttachWithoutTTy
09:12:04 [2022-09-05T09:12:04.354Z] --- PASS: TestAttachWithoutTTy (0.05s)
09:12:04 [2022-09-05T09:12:04.354Z] === RUN   TestCheckpoint
09:12:04 [2022-09-05T09:12:04.354Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
09:12:04 [2022-09-05T09:12:04.354Z] --- SKIP: TestCheckpoint (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/commit
09:12:04 [2022-09-05T09:12:04.355Z] === PAUSE TestContainerInvalidJSON/commit
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/containers/create
09:12:04 [2022-09-05T09:12:04.355Z] === PAUSE TestContainerInvalidJSON/containers/create
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
09:12:04 [2022-09-05T09:12:04.355Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
09:12:04 [2022-09-05T09:12:04.355Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
09:12:04 [2022-09-05T09:12:04.355Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
09:12:04 [2022-09-05T09:12:04.355Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
09:12:04 [2022-09-05T09:12:04.355Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
09:12:04 [2022-09-05T09:12:04.355Z] === CONT  TestContainerInvalidJSON/commit
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
09:12:04 [2022-09-05T09:12:04.355Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/commit/empty_body
09:12:04 [2022-09-05T09:12:04.355Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
09:12:04 [2022-09-05T09:12:04.355Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
09:12:04 [2022-09-05T09:12:04.355Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
09:12:04 [2022-09-05T09:12:04.355Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
09:12:04 [2022-09-05T09:12:04.355Z] === CONT  TestContainerInvalidJSON/containers/create
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
09:12:04 [2022-09-05T09:12:04.355Z] --- PASS: TestContainerInvalidJSON (0.01s)
09:12:04 [2022-09-05T09:12:04.355Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestCopyFromContainerPathDoesNotExist
09:12:04 [2022-09-05T09:12:04.355Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestCopyFromContainerPathIsNotDir
09:12:04 [2022-09-05T09:12:04.355Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s)
09:12:04 [2022-09-05T09:12:04.355Z] === RUN   TestCopyToContainerPathDoesNotExist
09:12:04 [2022-09-05T09:12:04.615Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
09:12:04 [2022-09-05T09:12:04.615Z] === RUN   TestCopyEmptyFile
09:12:04 [2022-09-05T09:12:04.615Z] --- PASS: TestCopyEmptyFile (0.22s)
09:12:04 [2022-09-05T09:12:04.615Z] === RUN   TestCopyToContainerPathIsNotDir
09:12:04 [2022-09-05T09:12:04.875Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s)
09:12:04 [2022-09-05T09:12:04.875Z] === RUN   TestCopyFromContainer
09:12:06 [2022-09-05T09:12:06.258Z] === RUN   TestCopyFromContainer//
09:12:06 [2022-09-05T09:12:06.258Z] === RUN   TestCopyFromContainer//bar/root
09:12:06 [2022-09-05T09:12:06.258Z] === RUN   TestCopyFromContainer//bar/root/
09:12:06 [2022-09-05T09:12:06.258Z] === RUN   TestCopyFromContainer/bar/quux
09:12:06 [2022-09-05T09:12:06.258Z] === RUN   TestCopyFromContainer/bar/quux/
09:12:06 [2022-09-05T09:12:06.258Z] === RUN   TestCopyFromContainer/bar/quux/baz
09:12:06 [2022-09-05T09:12:06.258Z] === RUN   TestCopyFromContainer/bar/filesymlink
09:12:06 [2022-09-05T09:12:06.520Z] === RUN   TestCopyFromContainer/bar/dirsymlink
09:12:06 [2022-09-05T09:12:06.520Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
09:12:06 [2022-09-05T09:12:06.520Z] === RUN   TestCopyFromContainer/bar/notarget
09:12:06 [2022-09-05T09:12:06.520Z] --- PASS: TestCopyFromContainer (1.76s)
09:12:06 [2022-09-05T09:12:06.520Z]     --- PASS: TestCopyFromContainer// (0.06s)
09:12:06 [2022-09-05T09:12:06.520Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
09:12:06 [2022-09-05T09:12:06.520Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
09:12:06 [2022-09-05T09:12:06.520Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
09:12:06 [2022-09-05T09:12:06.520Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
09:12:06 [2022-09-05T09:12:06.520Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
09:12:06 [2022-09-05T09:12:06.520Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
09:12:06 [2022-09-05T09:12:06.520Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
09:12:06 [2022-09-05T09:12:06.520Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
09:12:06 [2022-09-05T09:12:06.520Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
09:12:06 [2022-09-05T09:12:06.520Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
09:12:06 [2022-09-05T09:12:06.520Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:12:06 [2022-09-05T09:12:06.520Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:12:06 [2022-09-05T09:12:06.520Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:12:06 [2022-09-05T09:12:06.520Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:12:06 [2022-09-05T09:12:06.520Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
09:12:06 [2022-09-05T09:12:06.520Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
09:12:06 [2022-09-05T09:12:06.520Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:12:06 [2022-09-05T09:12:06.520Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
09:12:06 [2022-09-05T09:12:06.520Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:12:06 [2022-09-05T09:12:06.520Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
09:12:06 [2022-09-05T09:12:06.520Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
09:12:06 [2022-09-05T09:12:06.520Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
09:12:06 [2022-09-05T09:12:06.520Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
09:12:06 [2022-09-05T09:12:06.520Z] === RUN   TestCreateLinkToNonExistingContainer
09:12:06 [2022-09-05T09:12:06.781Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
09:12:06 [2022-09-05T09:12:06.781Z] === RUN   TestCreateWithInvalidEnv
09:12:06 [2022-09-05T09:12:06.781Z] === RUN   TestCreateWithInvalidEnv/0
09:12:06 [2022-09-05T09:12:06.781Z] === PAUSE TestCreateWithInvalidEnv/0
09:12:06 [2022-09-05T09:12:06.781Z] === RUN   TestCreateWithInvalidEnv/1
09:12:06 [2022-09-05T09:12:06.781Z] === PAUSE TestCreateWithInvalidEnv/1
09:12:06 [2022-09-05T09:12:06.781Z] === RUN   TestCreateWithInvalidEnv/2
09:12:06 [2022-09-05T09:12:06.781Z] === PAUSE TestCreateWithInvalidEnv/2
09:12:06 [2022-09-05T09:12:06.781Z] === CONT  TestCreateWithInvalidEnv/0
09:12:06 [2022-09-05T09:12:06.781Z] === CONT  TestCreateWithInvalidEnv/2
09:12:06 [2022-09-05T09:12:06.781Z] === CONT  TestCreateWithInvalidEnv/1
09:12:06 [2022-09-05T09:12:06.781Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
09:12:06 [2022-09-05T09:12:06.781Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
09:12:06 [2022-09-05T09:12:06.781Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
09:12:06 [2022-09-05T09:12:06.781Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
09:12:06 [2022-09-05T09:12:06.781Z] === RUN   TestCreateTmpfsMountsTarget
09:12:06 [2022-09-05T09:12:06.781Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
09:12:06 [2022-09-05T09:12:06.781Z] === RUN   TestCreateWithCustomMaskedPaths
09:12:08 [2022-09-05T09:12:08.161Z] --- PASS: TestCreateWithCustomMaskedPaths (1.56s)
09:12:08 [2022-09-05T09:12:08.161Z] === RUN   TestCreateWithCustomReadonlyPaths
09:12:10 [2022-09-05T09:12:10.069Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.64s)
09:12:10 [2022-09-05T09:12:10.070Z] === RUN   TestCreateWithInvalidHealthcheckParams
09:12:10 [2022-09-05T09:12:10.070Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:12:10 [2022-09-05T09:12:10.070Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:12:10 [2022-09-05T09:12:10.070Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:12:10 [2022-09-05T09:12:10.070Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:12:10 [2022-09-05T09:12:10.070Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:12:10 [2022-09-05T09:12:10.070Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:12:10 [2022-09-05T09:12:10.070Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:12:10 [2022-09-05T09:12:10.070Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:12:10 [2022-09-05T09:12:10.070Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:12:10 [2022-09-05T09:12:10.070Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:12:10 [2022-09-05T09:12:10.070Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:12:10 [2022-09-05T09:12:10.070Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:12:10 [2022-09-05T09:12:10.070Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:12:10 [2022-09-05T09:12:10.070Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:12:10 [2022-09-05T09:12:10.070Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:12:10 [2022-09-05T09:12:10.070Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
09:12:10 [2022-09-05T09:12:10.070Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
09:12:10 [2022-09-05T09:12:10.070Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
09:12:10 [2022-09-05T09:12:10.070Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
09:12:10 [2022-09-05T09:12:10.070Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
09:12:10 [2022-09-05T09:12:10.070Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
09:12:10 [2022-09-05T09:12:10.070Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
09:12:10 [2022-09-05T09:12:10.640Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.60s)
09:12:10 [2022-09-05T09:12:10.640Z] === RUN   TestCreateDifferentPlatform
09:12:10 [2022-09-05T09:12:10.640Z] === RUN   TestCreateDifferentPlatform/different_os
09:12:10 [2022-09-05T09:12:10.640Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
09:12:10 [2022-09-05T09:12:10.640Z] --- PASS: TestCreateDifferentPlatform (0.01s)
09:12:10 [2022-09-05T09:12:10.640Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
09:12:10 [2022-09-05T09:12:10.640Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
09:12:10 [2022-09-05T09:12:10.640Z] === RUN   TestCreateVolumesFromNonExistingContainer
09:12:10 [2022-09-05T09:12:10.640Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s)
09:12:10 [2022-09-05T09:12:10.640Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
09:12:10 [2022-09-05T09:12:10.640Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
09:12:10 [2022-09-05T09:12:10.640Z] === RUN   TestCreateInvalidHostConfig
09:12:10 [2022-09-05T09:12:10.640Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
09:12:10 [2022-09-05T09:12:10.640Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
09:12:10 [2022-09-05T09:12:10.640Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
09:12:10 [2022-09-05T09:12:10.640Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
09:12:10 [2022-09-05T09:12:10.640Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:12:10 [2022-09-05T09:12:10.640Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:12:10 [2022-09-05T09:12:10.640Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
09:12:10 [2022-09-05T09:12:10.640Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
09:12:10 [2022-09-05T09:12:10.640Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
09:12:10 [2022-09-05T09:12:10.640Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
09:12:10 [2022-09-05T09:12:10.640Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:12:10 [2022-09-05T09:12:10.640Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
09:12:10 [2022-09-05T09:12:10.640Z] --- PASS: TestCreateInvalidHostConfig (0.02s)
09:12:10 [2022-09-05T09:12:10.640Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
09:12:10 [2022-09-05T09:12:10.640Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
09:12:10 [2022-09-05T09:12:10.640Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
09:12:10 [2022-09-05T09:12:10.640Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
09:12:10 [2022-09-05T09:12:10.640Z] === RUN   TestContainerStartOnDaemonRestart
09:12:10 [2022-09-05T09:12:10.640Z] === PAUSE TestContainerStartOnDaemonRestart
09:12:10 [2022-09-05T09:12:10.640Z] === RUN   TestDaemonRestartIpcMode
09:12:10 [2022-09-05T09:12:10.640Z] === PAUSE TestDaemonRestartIpcMode
09:12:10 [2022-09-05T09:12:10.640Z] === RUN   TestDaemonHostGatewayIP
09:12:10 [2022-09-05T09:12:10.640Z] === PAUSE TestDaemonHostGatewayIP
09:12:10 [2022-09-05T09:12:10.640Z] === RUN   TestRestartDaemonWithRestartingContainer
09:12:10 [2022-09-05T09:12:10.640Z] === PAUSE TestRestartDaemonWithRestartingContainer
09:12:10 [2022-09-05T09:12:10.640Z] === RUN   TestContainerKillOnDaemonStart
09:12:10 [2022-09-05T09:12:10.640Z] === PAUSE TestContainerKillOnDaemonStart
09:12:10 [2022-09-05T09:12:10.640Z] === RUN   TestDiff
09:12:11 [2022-09-05T09:12:11.210Z] --- PASS: TestDiff (0.62s)
09:12:11 [2022-09-05T09:12:11.210Z] === RUN   TestExecConsoleSize
09:12:12 [2022-09-05T09:12:12.150Z] --- PASS: TestExecConsoleSize (0.63s)
09:12:12 [2022-09-05T09:12:12.151Z] === RUN   TestExecWithCloseStdin
09:12:12 [2022-09-05T09:12:12.721Z] --- PASS: TestExecWithCloseStdin (0.64s)
09:12:12 [2022-09-05T09:12:12.721Z] === RUN   TestExec
09:12:13 [2022-09-05T09:12:13.291Z] --- PASS: TestExec (0.67s)
09:12:13 [2022-09-05T09:12:13.291Z] === RUN   TestExecUser
09:12:13 [2022-09-05T09:12:13.861Z] --- PASS: TestExecUser (0.64s)
09:12:13 [2022-09-05T09:12:13.861Z] === RUN   TestExportContainerAndImportImage
09:12:14 [2022-09-05T09:12:14.800Z] --- PASS: TestExportContainerAndImportImage (0.69s)
09:12:14 [2022-09-05T09:12:14.800Z] === RUN   TestExportContainerAfterDaemonRestart
09:12:16 [2022-09-05T09:12:16.182Z] --- PASS: TestExportContainerAfterDaemonRestart (1.30s)
09:12:16 [2022-09-05T09:12:16.182Z] === RUN   TestHealthCheckWorkdir
09:12:16 [2022-09-05T09:12:16.752Z] --- PASS: TestHealthCheckWorkdir (0.86s)
09:12:16 [2022-09-05T09:12:16.752Z] === RUN   TestHealthKillContainer
09:12:24 [2022-09-05T09:12:24.879Z] --- PASS: TestHealthKillContainer (8.13s)
09:12:24 [2022-09-05T09:12:24.879Z] === RUN   TestHealthCheckProcessKilled
09:12:25 [2022-09-05T09:12:25.819Z] --- PASS: TestHealthCheckProcessKilled (0.95s)
09:12:25 [2022-09-05T09:12:25.819Z] === RUN   TestInspectCpusetInConfigPre120
09:12:26 [2022-09-05T09:12:26.388Z] --- PASS: TestInspectCpusetInConfigPre120 (0.57s)
09:12:26 [2022-09-05T09:12:26.388Z] === RUN   TestIpcModeNone
09:12:26 [2022-09-05T09:12:26.958Z] --- PASS: TestIpcModeNone (0.66s)
09:12:26 [2022-09-05T09:12:26.958Z] === RUN   TestIpcModePrivate
09:12:27 [2022-09-05T09:12:27.528Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false
09:12:27 [2022-09-05T09:12:27.788Z] --- PASS: TestIpcModePrivate (0.64s)
09:12:27 [2022-09-05T09:12:27.788Z] === RUN   TestIpcModeShareable
09:12:28 [2022-09-05T09:12:28.048Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true
09:12:28 [2022-09-05T09:12:28.308Z] --- PASS: TestIpcModeShareable (0.63s)
09:12:28 [2022-09-05T09:12:28.308Z] === RUN   TestAPIIpcModeShareableAndContainer
09:12:30 [2022-09-05T09:12:30.220Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.90s)
09:12:30 [2022-09-05T09:12:30.220Z] === RUN   TestAPIIpcModeHost
09:12:30 [2022-09-05T09:12:30.789Z] --- PASS: TestAPIIpcModeHost (0.39s)
09:12:30 [2022-09-05T09:12:30.789Z] === RUN   TestDaemonIpcModeShareable
09:12:31 [2022-09-05T09:12:31.730Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
09:12:31 [2022-09-05T09:12:31.730Z] --- PASS: TestDaemonIpcModeShareable (1.20s)
09:12:31 [2022-09-05T09:12:31.730Z] === RUN   TestDaemonIpcModePrivate
09:12:33 [2022-09-05T09:12:33.115Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
09:12:33 [2022-09-05T09:12:33.115Z] --- PASS: TestDaemonIpcModePrivate (1.20s)
09:12:33 [2022-09-05T09:12:33.115Z] === RUN   TestDaemonIpcModePrivateFromConfig
09:12:34 [2022-09-05T09:12:34.082Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
09:12:34 [2022-09-05T09:12:34.345Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.30s)
09:12:34 [2022-09-05T09:12:34.345Z] === RUN   TestDaemonIpcModeShareableFromConfig
09:12:35 [2022-09-05T09:12:35.300Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
09:12:35 [2022-09-05T09:12:35.560Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.25s)
09:12:35 [2022-09-05T09:12:35.560Z] === RUN   TestIpcModeOlderClient
09:12:35 [2022-09-05T09:12:35.560Z] === PAUSE TestIpcModeOlderClient
09:12:35 [2022-09-05T09:12:35.560Z] === RUN   TestKillContainerInvalidSignal
09:12:36 [2022-09-05T09:12:36.130Z] --- PASS: TestKillContainerInvalidSignal (0.46s)
09:12:36 [2022-09-05T09:12:36.130Z] === RUN   TestKillContainer
09:12:36 [2022-09-05T09:12:36.130Z] === RUN   TestKillContainer/no_signal
09:12:36 [2022-09-05T09:12:36.699Z] === RUN   TestKillContainer/non_killing_signal
09:12:36 [2022-09-05T09:12:36.959Z] === RUN   TestKillContainer/killing_signal
09:12:37 [2022-09-05T09:12:37.531Z] --- PASS: TestKillContainer (1.45s)
09:12:37 [2022-09-05T09:12:37.531Z]     --- PASS: TestKillContainer/no_signal (0.51s)
09:12:37 [2022-09-05T09:12:37.531Z]     --- PASS: TestKillContainer/non_killing_signal (0.30s)
09:12:37 [2022-09-05T09:12:37.531Z]     --- PASS: TestKillContainer/killing_signal (0.46s)
09:12:37 [2022-09-05T09:12:37.531Z] === RUN   TestKillWithStopSignalAndRestartPolicies
09:12:37 [2022-09-05T09:12:37.531Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
09:12:38 [2022-09-05T09:12:38.102Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
09:12:39 [2022-09-05T09:12:39.043Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.32s)
09:12:39 [2022-09-05T09:12:39.043Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.45s)
09:12:39 [2022-09-05T09:12:39.043Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.72s)
09:12:39 [2022-09-05T09:12:39.043Z] === RUN   TestKillStoppedContainer
09:12:39 [2022-09-05T09:12:39.043Z] --- PASS: TestKillStoppedContainer (0.05s)
09:12:39 [2022-09-05T09:12:39.043Z] === RUN   TestKillStoppedContainerAPIPre120
09:12:39 [2022-09-05T09:12:39.043Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
09:12:39 [2022-09-05T09:12:39.043Z] === RUN   TestKillDifferentUserContainer
09:12:39 [2022-09-05T09:12:39.303Z] --- PASS: TestKillDifferentUserContainer (0.48s)
09:12:39 [2022-09-05T09:12:39.303Z] === RUN   TestInspectOomKilledTrue
09:12:39 [2022-09-05T09:12:39.303Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
09:12:39 [2022-09-05T09:12:39.303Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
09:12:39 [2022-09-05T09:12:39.303Z] === RUN   TestInspectOomKilledFalse
09:12:39 [2022-09-05T09:12:39.874Z] --- PASS: TestInspectOomKilledFalse (0.42s)
09:12:39 [2022-09-05T09:12:39.874Z] === RUN   TestLinksEtcHostsContentMatch
09:12:40 [2022-09-05T09:12:40.135Z] --- PASS: TestLinksEtcHostsContentMatch (0.33s)
09:12:40 [2022-09-05T09:12:40.135Z] === RUN   TestLinksContainerNames
09:12:41 [2022-09-05T09:12:41.075Z] --- PASS: TestLinksContainerNames (0.92s)
09:12:41 [2022-09-05T09:12:41.075Z] === RUN   TestLogsFollowTailEmpty
09:12:41 [2022-09-05T09:12:41.648Z] --- PASS: TestLogsFollowTailEmpty (0.44s)
09:12:41 [2022-09-05T09:12:41.648Z] === RUN   TestLogs
09:12:41 [2022-09-05T09:12:41.648Z] === RUN   TestLogs/driver_local
09:12:41 [2022-09-05T09:12:41.648Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
09:12:41 [2022-09-05T09:12:41.648Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
09:12:41 [2022-09-05T09:12:41.648Z] === RUN   TestLogs/driver_local/tty/only_stdout
09:12:41 [2022-09-05T09:12:41.648Z] === PAUSE TestLogs/driver_local/tty/only_stdout
09:12:41 [2022-09-05T09:12:41.648Z] === RUN   TestLogs/driver_local/tty/only_stderr
09:12:41 [2022-09-05T09:12:41.648Z] === PAUSE TestLogs/driver_local/tty/only_stderr
09:12:41 [2022-09-05T09:12:41.648Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
09:12:41 [2022-09-05T09:12:41.648Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
09:12:41 [2022-09-05T09:12:41.648Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
09:12:41 [2022-09-05T09:12:41.648Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
09:12:41 [2022-09-05T09:12:41.648Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
09:12:41 [2022-09-05T09:12:41.648Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
09:12:41 [2022-09-05T09:12:41.648Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
09:12:41 [2022-09-05T09:12:41.648Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
09:12:42 [2022-09-05T09:12:42.222Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
09:12:42 [2022-09-05T09:12:42.222Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
09:12:42 [2022-09-05T09:12:42.796Z] === CONT  TestLogs/driver_local/tty/only_stderr
09:12:43 [2022-09-05T09:12:43.056Z] === CONT  TestLogs/driver_local/tty/only_stdout
09:12:43 [2022-09-05T09:12:43.626Z] === RUN   TestLogs/driver_json-file
09:12:43 [2022-09-05T09:12:43.626Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
09:12:43 [2022-09-05T09:12:43.626Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
09:12:43 [2022-09-05T09:12:43.626Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
09:12:43 [2022-09-05T09:12:43.626Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
09:12:43 [2022-09-05T09:12:43.626Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
09:12:43 [2022-09-05T09:12:43.626Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
09:12:43 [2022-09-05T09:12:43.626Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:12:43 [2022-09-05T09:12:43.626Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:12:43 [2022-09-05T09:12:43.626Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
09:12:43 [2022-09-05T09:12:43.626Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
09:12:43 [2022-09-05T09:12:43.626Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
09:12:43 [2022-09-05T09:12:43.626Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
09:12:43 [2022-09-05T09:12:43.626Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
09:12:43 [2022-09-05T09:12:43.626Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
09:12:44 [2022-09-05T09:12:44.197Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
09:12:44 [2022-09-05T09:12:44.197Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:12:45 [2022-09-05T09:12:45.138Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
09:12:45 [2022-09-05T09:12:45.138Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
09:12:45 [2022-09-05T09:12:45.709Z] --- PASS: TestLogs (4.18s)
09:12:45 [2022-09-05T09:12:45.709Z]     --- PASS: TestLogs/driver_local (0.01s)
09:12:45 [2022-09-05T09:12:45.709Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.66s)
09:12:45 [2022-09-05T09:12:45.709Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.78s)
09:12:45 [2022-09-05T09:12:45.709Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.74s)
09:12:45 [2022-09-05T09:12:45.709Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.65s)
09:12:45 [2022-09-05T09:12:45.709Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.65s)
09:12:45 [2022-09-05T09:12:45.709Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.63s)
09:12:45 [2022-09-05T09:12:45.709Z]     --- PASS: TestLogs/driver_json-file (0.01s)
09:12:45 [2022-09-05T09:12:45.709Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.64s)
09:12:45 [2022-09-05T09:12:45.709Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.72s)
09:12:45 [2022-09-05T09:12:45.709Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.59s)
09:12:45 [2022-09-05T09:12:45.709Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.69s)
09:12:45 [2022-09-05T09:12:45.709Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.68s)
09:12:45 [2022-09-05T09:12:45.709Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.77s)
09:12:45 [2022-09-05T09:12:45.709Z] === RUN   TestContainerNetworkMountsNoChown
09:12:46 [2022-09-05T09:12:46.279Z] --- PASS: TestContainerNetworkMountsNoChown (0.46s)
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/default
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/default
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/private
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/private
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/rprivate
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/rprivate
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/slave
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/slave
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/rslave
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/rslave
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/shared
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/shared
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/rshared
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/rshared
09:12:46 [2022-09-05T09:12:46.279Z] === CONT  TestMountDaemonRoot/default
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/default/bind_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/default/mount_root
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/default/mount_root
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/default/mount_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/default/bind_root
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/default/bind_root
09:12:46 [2022-09-05T09:12:46.279Z] === CONT  TestMountDaemonRoot/default/bind_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === CONT  TestMountDaemonRoot/rprivate
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
09:12:46 [2022-09-05T09:12:46.279Z] === CONT  TestMountDaemonRoot/rshared
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/rshared/bind_root
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/rshared/mount_root
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === CONT  TestMountDaemonRoot/shared
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/shared/bind_root
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/shared/bind_root
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/shared/mount_root
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/shared/mount_root
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === CONT  TestMountDaemonRoot/rslave
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/rslave/bind_root
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/rslave/mount_root
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === CONT  TestMountDaemonRoot/slave
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/slave/bind_root
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/slave/bind_root
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/slave/mount_root
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/slave/mount_root
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
09:12:46 [2022-09-05T09:12:46.279Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === CONT  TestMountDaemonRoot/default/bind_root
09:12:46 [2022-09-05T09:12:46.279Z] === CONT  TestMountDaemonRoot/private
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/private/bind_root
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/private/bind_root
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/private/bind_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/private/mount_root
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/private/mount_root
09:12:46 [2022-09-05T09:12:46.279Z] === RUN   TestMountDaemonRoot/private/mount_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === CONT  TestMountDaemonRoot/default/mount_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === CONT  TestMountDaemonRoot/default/mount_root
09:12:46 [2022-09-05T09:12:46.279Z] === CONT  TestMountDaemonRoot/rshared/bind_root
09:12:46 [2022-09-05T09:12:46.279Z] === CONT  TestMountDaemonRoot/shared/bind_root
09:12:46 [2022-09-05T09:12:46.279Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
09:12:46 [2022-09-05T09:12:46.279Z] === CONT  TestMountDaemonRoot/rshared/mount_root
09:12:46 [2022-09-05T09:12:46.541Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
09:12:46 [2022-09-05T09:12:46.541Z] === CONT  TestMountDaemonRoot/rslave/bind_root
09:12:46 [2022-09-05T09:12:46.541Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
09:12:46 [2022-09-05T09:12:46.541Z] === CONT  TestMountDaemonRoot/shared/mount_root
09:12:46 [2022-09-05T09:12:46.541Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
09:12:46 [2022-09-05T09:12:46.541Z] === CONT  TestMountDaemonRoot/slave/bind_root
09:12:46 [2022-09-05T09:12:46.541Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
09:12:46 [2022-09-05T09:12:46.541Z] === CONT  TestMountDaemonRoot/rslave/mount_root
09:12:46 [2022-09-05T09:12:46.541Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
09:12:46 [2022-09-05T09:12:46.541Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
09:12:46 [2022-09-05T09:12:46.541Z] === CONT  TestMountDaemonRoot/slave/mount_root
09:12:46 [2022-09-05T09:12:46.541Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
09:12:46 [2022-09-05T09:12:46.541Z] === CONT  TestMountDaemonRoot/private/bind_root
09:12:46 [2022-09-05T09:12:46.541Z] === CONT  TestMountDaemonRoot/private/mount_root
09:12:46 [2022-09-05T09:12:46.541Z] === CONT  TestMountDaemonRoot/private/mount_subpath
09:12:46 [2022-09-05T09:12:46.802Z] === CONT  TestMountDaemonRoot/private/bind_subpath
09:12:46 [2022-09-05T09:12:46.802Z] --- PASS: TestMountDaemonRoot (0.01s)
09:12:46 [2022-09-05T09:12:46.802Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
09:12:46 [2022-09-05T09:12:46.802Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
09:12:46 [2022-09-05T09:12:46.802Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
09:12:46 [2022-09-05T09:12:46.802Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
09:12:46 [2022-09-05T09:12:46.802Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s)
09:12:46 [2022-09-05T09:12:46.802Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
09:12:46 [2022-09-05T09:12:46.802Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
09:12:46 [2022-09-05T09:12:46.802Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
09:12:46 [2022-09-05T09:12:46.802Z] === RUN   TestContainerBindMountNonRecursive
09:12:48 [2022-09-05T09:12:48.183Z] --- PASS: TestContainerBindMountNonRecursive (1.36s)
09:12:48 [2022-09-05T09:12:48.183Z] === RUN   TestContainerVolumesMountedAsShared
09:12:48 [2022-09-05T09:12:48.443Z] --- PASS: TestContainerVolumesMountedAsShared (0.43s)
09:12:48 [2022-09-05T09:12:48.443Z] === RUN   TestContainerVolumesMountedAsSlave
09:12:49 [2022-09-05T09:12:49.014Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s)
09:12:49 [2022-09-05T09:12:49.014Z] === RUN   TestNetworkNat
09:12:49 [2022-09-05T09:12:49.274Z] --- PASS: TestNetworkNat (0.51s)
09:12:49 [2022-09-05T09:12:49.274Z] === RUN   TestNetworkLocalhostTCPNat
09:12:49 [2022-09-05T09:12:49.844Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s)
09:12:49 [2022-09-05T09:12:49.844Z] === RUN   TestNetworkLoopbackNat
09:12:52 [2022-09-05T09:12:52.386Z] --- PASS: TestNetworkLoopbackNat (2.62s)
09:12:52 [2022-09-05T09:12:52.386Z] === RUN   TestPause
09:12:52 [2022-09-05T09:12:52.956Z] --- PASS: TestPause (0.48s)
09:12:52 [2022-09-05T09:12:52.956Z] === RUN   TestPauseFailsOnWindowsServerContainers
09:12:52 [2022-09-05T09:12:52.956Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
09:12:52 [2022-09-05T09:12:52.956Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
09:12:52 [2022-09-05T09:12:52.956Z] === RUN   TestPauseStopPausedContainer
09:12:53 [2022-09-05T09:12:53.527Z] --- PASS: TestPauseStopPausedContainer (0.46s)
09:12:53 [2022-09-05T09:12:53.527Z] === RUN   TestPidHost
09:12:54 [2022-09-05T09:12:54.467Z] --- PASS: TestPidHost (1.06s)
09:12:54 [2022-09-05T09:12:54.467Z] === RUN   TestPsFilter
09:12:54 [2022-09-05T09:12:54.467Z] --- PASS: TestPsFilter (0.12s)
09:12:54 [2022-09-05T09:12:54.467Z] === RUN   TestRemoveContainerWithRemovedVolume
09:12:55 [2022-09-05T09:12:55.037Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.45s)
09:12:55 [2022-09-05T09:12:55.037Z] === RUN   TestRemoveContainerWithVolume
09:12:55 [2022-09-05T09:12:55.606Z] --- PASS: TestRemoveContainerWithVolume (0.45s)
09:12:55 [2022-09-05T09:12:55.606Z] === RUN   TestRemoveContainerRunning
09:12:55 [2022-09-05T09:12:55.867Z] --- PASS: TestRemoveContainerRunning (0.47s)
09:12:55 [2022-09-05T09:12:55.867Z] === RUN   TestRemoveContainerForceRemoveRunning
09:12:56 [2022-09-05T09:12:56.436Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s)
09:12:56 [2022-09-05T09:12:56.436Z] === RUN   TestRemoveInvalidContainer
09:12:56 [2022-09-05T09:12:56.436Z] --- PASS: TestRemoveInvalidContainer (0.02s)
09:12:56 [2022-09-05T09:12:56.436Z] === RUN   TestRenameLinkedContainer
09:12:58 [2022-09-05T09:12:58.345Z] --- PASS: TestRenameLinkedContainer (1.81s)
09:12:58 [2022-09-05T09:12:58.345Z] === RUN   TestRenameStoppedContainer
09:12:58 [2022-09-05T09:12:58.607Z] --- PASS: TestRenameStoppedContainer (0.44s)
09:12:58 [2022-09-05T09:12:58.607Z] === RUN   TestRenameRunningContainerAndReuse
09:12:59 [2022-09-05T09:12:59.546Z] --- PASS: TestRenameRunningContainerAndReuse (0.93s)
09:12:59 [2022-09-05T09:12:59.546Z] === RUN   TestRenameInvalidName
09:13:00 [2022-09-05T09:13:00.115Z] --- PASS: TestRenameInvalidName (0.46s)
09:13:00 [2022-09-05T09:13:00.115Z] === RUN   TestRenameAnonymousContainer
09:13:02 [2022-09-05T09:13:02.024Z] --- PASS: TestRenameAnonymousContainer (1.62s)
09:13:02 [2022-09-05T09:13:02.024Z] === RUN   TestRenameContainerWithSameName
09:13:02 [2022-09-05T09:13:02.024Z] --- PASS: TestRenameContainerWithSameName (0.48s)
09:13:02 [2022-09-05T09:13:02.024Z] === RUN   TestRenameContainerWithLinkedContainer
09:13:02 [2022-09-05T09:13:02.964Z] --- PASS: TestRenameContainerWithLinkedContainer (0.89s)
09:13:02 [2022-09-05T09:13:02.964Z] === RUN   TestResize
09:13:03 [2022-09-05T09:13:03.535Z] --- PASS: TestResize (0.44s)
09:13:03 [2022-09-05T09:13:03.535Z] === RUN   TestResizeWithInvalidSize
09:13:04 [2022-09-05T09:13:04.106Z] --- PASS: TestResizeWithInvalidSize (0.47s)
09:13:04 [2022-09-05T09:13:04.106Z] === RUN   TestResizeWhenContainerNotStarted
09:13:04 [2022-09-05T09:13:04.366Z] --- PASS: TestResizeWhenContainerNotStarted (0.45s)
09:13:04 [2022-09-05T09:13:04.366Z] === RUN   TestDaemonRestartKillContainers
09:13:04 [2022-09-05T09:13:04.366Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:13:04 [2022-09-05T09:13:04.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:13:04 [2022-09-05T09:13:04.367Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:13:04 [2022-09-05T09:13:04.367Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:13:04 [2022-09-05T09:13:04.367Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:13:04 [2022-09-05T09:13:04.367Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:13:04 [2022-09-05T09:13:04.367Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:13:04 [2022-09-05T09:13:04.367Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:13:04 [2022-09-05T09:13:04.367Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:13:04 [2022-09-05T09:13:04.367Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:13:05 [2022-09-05T09:13:05.750Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:13:06 [2022-09-05T09:13:06.011Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:13:07 [2022-09-05T09:13:07.394Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:13:07 [2022-09-05T09:13:07.654Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:13:09 [2022-09-05T09:13:09.036Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
09:13:09 [2022-09-05T09:13:09.036Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
09:13:13 [2022-09-05T09:13:13.262Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
09:13:13 [2022-09-05T09:13:13.263Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
09:13:16 [2022-09-05T09:13:16.558Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:13:16 [2022-09-05T09:13:16.818Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:13:18 [2022-09-05T09:13:18.201Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:13:18 [2022-09-05T09:13:18.771Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:13:20 [2022-09-05T09:13:20.682Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:13:20 [2022-09-05T09:13:20.682Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:13:22 [2022-09-05T09:13:22.593Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
09:13:22 [2022-09-05T09:13:22.593Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.42s)
09:13:22 [2022-09-05T09:13:22.593Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.73s)
09:13:22 [2022-09-05T09:13:22.593Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.35s)
09:13:22 [2022-09-05T09:13:22.593Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.76s)
09:13:22 [2022-09-05T09:13:22.593Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.36s)
09:13:22 [2022-09-05T09:13:22.593Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.38s)
09:13:22 [2022-09-05T09:13:22.593Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.67s)
09:13:22 [2022-09-05T09:13:22.593Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.73s)
09:13:22 [2022-09-05T09:13:22.593Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.03s)
09:13:22 [2022-09-05T09:13:22.593Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.18s)
09:13:22 [2022-09-05T09:13:22.593Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.73s)
09:13:22 [2022-09-05T09:13:22.593Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.83s)
09:13:22 [2022-09-05T09:13:22.593Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.10s)
09:13:22 [2022-09-05T09:13:22.593Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.13s)
09:13:22 [2022-09-05T09:13:22.593Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.81s)
09:13:22 [2022-09-05T09:13:22.593Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.83s)
09:13:22 [2022-09-05T09:13:22.593Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
09:13:22 [2022-09-05T09:13:22.593Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
09:13:23 [2022-09-05T09:13:23.533Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
09:13:24 [2022-09-05T09:13:24.914Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (2.00s)
09:13:24 [2022-09-05T09:13:24.914Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.96s)
09:13:24 [2022-09-05T09:13:24.914Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (1.02s)
09:13:24 [2022-09-05T09:13:24.914Z] === RUN   TestCgroupNamespacesRun
09:13:25 [2022-09-05T09:13:25.854Z] --- PASS: TestCgroupNamespacesRun (1.23s)
09:13:25 [2022-09-05T09:13:25.854Z] === RUN   TestCgroupNamespacesRunPrivileged
09:13:25 [2022-09-05T09:13:25.854Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
09:13:25 [2022-09-05T09:13:25.854Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
09:13:25 [2022-09-05T09:13:25.854Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
09:13:27 [2022-09-05T09:13:27.236Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.20s)
09:13:27 [2022-09-05T09:13:27.236Z] === RUN   TestCgroupNamespacesRunHostMode
09:13:28 [2022-09-05T09:13:28.671Z] --- PASS: TestCgroupNamespacesRunHostMode (1.32s)
09:13:28 [2022-09-05T09:13:28.671Z] === RUN   TestCgroupNamespacesRunPrivateMode
09:13:29 [2022-09-05T09:13:29.627Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.22s)
09:13:29 [2022-09-05T09:13:29.627Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
09:13:31 [2022-09-05T09:13:31.007Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.20s)
09:13:31 [2022-09-05T09:13:31.007Z] === RUN   TestCgroupNamespacesRunInvalidMode
09:13:31 [2022-09-05T09:13:31.577Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s)
09:13:31 [2022-09-05T09:13:31.577Z] === RUN   TestCgroupNamespacesRunOlderClient
09:13:32 [2022-09-05T09:13:32.959Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.25s)
09:13:32 [2022-09-05T09:13:32.959Z] === RUN   TestNISDomainname
09:13:33 [2022-09-05T09:13:33.219Z] --- PASS: TestNISDomainname (0.56s)
09:13:33 [2022-09-05T09:13:33.219Z] === RUN   TestHostnameDnsResolution
09:13:34 [2022-09-05T09:13:34.158Z] --- PASS: TestHostnameDnsResolution (0.70s)
09:13:34 [2022-09-05T09:13:34.158Z] === RUN   TestUnprivilegedPortsAndPing
09:13:34 [2022-09-05T09:13:34.420Z] --- PASS: TestUnprivilegedPortsAndPing (0.53s)
09:13:34 [2022-09-05T09:13:34.420Z] === RUN   TestPrivilegedHostDevices
09:13:34 [2022-09-05T09:13:34.990Z] --- PASS: TestPrivilegedHostDevices (0.54s)
09:13:34 [2022-09-05T09:13:34.990Z] === RUN   TestRunConsoleSize
09:13:35 [2022-09-05T09:13:35.561Z] --- PASS: TestRunConsoleSize (0.44s)
09:13:35 [2022-09-05T09:13:35.561Z] === RUN   TestRunWithAlternativeContainerdShim
09:13:37 [2022-09-05T09:13:37.470Z] --- PASS: TestRunWithAlternativeContainerdShim (2.09s)
09:13:37 [2022-09-05T09:13:37.470Z] === RUN   TestStats
09:13:40 [2022-09-05T09:13:40.010Z] --- PASS: TestStats (2.50s)
09:13:40 [2022-09-05T09:13:40.010Z] === RUN   TestStopContainerWithTimeout
09:13:40 [2022-09-05T09:13:40.010Z] === RUN   TestStopContainerWithTimeout/0
09:13:40 [2022-09-05T09:13:40.010Z] === PAUSE TestStopContainerWithTimeout/0
09:13:40 [2022-09-05T09:13:40.010Z] === RUN   TestStopContainerWithTimeout/1
09:13:40 [2022-09-05T09:13:40.010Z] === PAUSE TestStopContainerWithTimeout/1
09:13:40 [2022-09-05T09:13:40.010Z] === RUN   TestStopContainerWithTimeout/3
09:13:40 [2022-09-05T09:13:40.010Z] === PAUSE TestStopContainerWithTimeout/3
09:13:40 [2022-09-05T09:13:40.010Z] === RUN   TestStopContainerWithTimeout/-1
09:13:40 [2022-09-05T09:13:40.010Z] === PAUSE TestStopContainerWithTimeout/-1
09:13:40 [2022-09-05T09:13:40.010Z] === CONT  TestStopContainerWithTimeout/0
09:13:40 [2022-09-05T09:13:40.010Z] === CONT  TestStopContainerWithTimeout/-1
09:13:40 [2022-09-05T09:13:40.950Z] === CONT  TestStopContainerWithTimeout/3
09:13:42 [2022-09-05T09:13:42.858Z] === CONT  TestStopContainerWithTimeout/1
09:13:44 [2022-09-05T09:13:44.239Z] --- PASS: TestStopContainerWithTimeout (0.01s)
09:13:44 [2022-09-05T09:13:44.239Z]     --- PASS: TestStopContainerWithTimeout/0 (0.69s)
09:13:44 [2022-09-05T09:13:44.239Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.61s)
09:13:44 [2022-09-05T09:13:44.239Z]     --- PASS: TestStopContainerWithTimeout/3 (2.40s)
09:13:44 [2022-09-05T09:13:44.239Z]     --- PASS: TestStopContainerWithTimeout/1 (1.48s)
09:13:44 [2022-09-05T09:13:44.239Z] === RUN   TestDeleteDevicemapper
09:13:44 [2022-09-05T09:13:44.239Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
09:13:44 [2022-09-05T09:13:44.239Z] --- SKIP: TestDeleteDevicemapper (0.00s)
09:13:44 [2022-09-05T09:13:44.239Z] === RUN   TestStopContainerWithRestartPolicyAlways
09:13:46 [2022-09-05T09:13:46.780Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.26s)
09:13:46 [2022-09-05T09:13:46.780Z] === RUN   TestUpdateMemory
09:13:47 [2022-09-05T09:13:47.040Z] --- PASS: TestUpdateMemory (0.61s)
09:13:47 [2022-09-05T09:13:47.040Z] === RUN   TestUpdateCPUQuota
09:13:47 [2022-09-05T09:13:47.980Z] --- PASS: TestUpdateCPUQuota (0.97s)
09:13:47 [2022-09-05T09:13:47.980Z] === RUN   TestUpdatePidsLimit
09:13:47 [2022-09-05T09:13:47.980Z] === RUN   TestUpdatePidsLimit/update_from_none
09:13:48 [2022-09-05T09:13:48.240Z] === RUN   TestUpdatePidsLimit/no_change
09:13:48 [2022-09-05T09:13:48.500Z] === RUN   TestUpdatePidsLimit/update_lower
09:13:48 [2022-09-05T09:13:48.760Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
09:13:49 [2022-09-05T09:13:49.020Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
09:13:49 [2022-09-05T09:13:49.020Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
09:13:49 [2022-09-05T09:13:49.280Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
09:13:50 [2022-09-05T09:13:50.223Z] --- PASS: TestUpdatePidsLimit (2.00s)
09:13:50 [2022-09-05T09:13:50.223Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.22s)
09:13:50 [2022-09-05T09:13:50.223Z]     --- PASS: TestUpdatePidsLimit/no_change (0.23s)
09:13:50 [2022-09-05T09:13:50.223Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.21s)
09:13:50 [2022-09-05T09:13:50.223Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s)
09:13:50 [2022-09-05T09:13:50.223Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.21s)
09:13:50 [2022-09-05T09:13:50.223Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s)
09:13:50 [2022-09-05T09:13:50.223Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s)
09:13:50 [2022-09-05T09:13:50.223Z] === RUN   TestUpdateRestartPolicy
09:14:02 [2022-09-05T09:14:02.444Z] --- PASS: TestUpdateRestartPolicy (11.12s)
09:14:02 [2022-09-05T09:14:02.444Z] === RUN   TestUpdateRestartWithAutoRemove
09:14:02 [2022-09-05T09:14:02.444Z] --- PASS: TestUpdateRestartWithAutoRemove (0.49s)
09:14:02 [2022-09-05T09:14:02.444Z] === RUN   TestWaitNonBlocked
09:14:02 [2022-09-05T09:14:02.444Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
09:14:02 [2022-09-05T09:14:02.444Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
09:14:02 [2022-09-05T09:14:02.444Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
09:14:02 [2022-09-05T09:14:02.444Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
09:14:02 [2022-09-05T09:14:02.444Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
09:14:02 [2022-09-05T09:14:02.444Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
09:14:02 [2022-09-05T09:14:02.444Z] --- PASS: TestWaitNonBlocked (0.01s)
09:14:02 [2022-09-05T09:14:02.444Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.75s)
09:14:02 [2022-09-05T09:14:02.444Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.76s)
09:14:02 [2022-09-05T09:14:02.444Z] === RUN   TestWaitBlocked
09:14:02 [2022-09-05T09:14:02.444Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
09:14:02 [2022-09-05T09:14:02.444Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
09:14:02 [2022-09-05T09:14:02.444Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
09:14:02 [2022-09-05T09:14:02.444Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
09:14:02 [2022-09-05T09:14:02.444Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
09:14:02 [2022-09-05T09:14:02.444Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
09:14:03 [2022-09-05T09:14:03.384Z] --- PASS: TestWaitBlocked (0.01s)
09:14:03 [2022-09-05T09:14:03.384Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.68s)
09:14:03 [2022-09-05T09:14:03.384Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.77s)
09:14:03 [2022-09-05T09:14:03.384Z] === RUN   TestWaitConditions
09:14:03 [2022-09-05T09:14:03.384Z] === RUN   TestWaitConditions/default
09:14:03 [2022-09-05T09:14:03.384Z] === PAUSE TestWaitConditions/default
09:14:03 [2022-09-05T09:14:03.384Z] === RUN   TestWaitConditions/not-running
09:14:03 [2022-09-05T09:14:03.384Z] === PAUSE TestWaitConditions/not-running
09:14:03 [2022-09-05T09:14:03.384Z] === RUN   TestWaitConditions/next-exit
09:14:03 [2022-09-05T09:14:03.384Z] === PAUSE TestWaitConditions/next-exit
09:14:03 [2022-09-05T09:14:03.384Z] === RUN   TestWaitConditions/removed
09:14:03 [2022-09-05T09:14:03.384Z] === PAUSE TestWaitConditions/removed
09:14:03 [2022-09-05T09:14:03.384Z] === CONT  TestWaitConditions/default
09:14:03 [2022-09-05T09:14:03.384Z] === CONT  TestWaitConditions/next-exit
09:14:03 [2022-09-05T09:14:03.384Z] === CONT  TestWaitConditions/default
09:14:03 [2022-09-05T09:14:03.384Z]     wait_test.go:146: ContainerID = cff7af18fd245d645fa74c1200aeb85996346c00366798236016191d4d11a10d
09:14:03 [2022-09-05T09:14:03.384Z] === CONT  TestWaitConditions/next-exit
09:14:03 [2022-09-05T09:14:03.384Z]     wait_test.go:146: ContainerID = 6c9b1e7777f880070a5ff1ad0072c0f506a7ee925c0ae2d83fe9a2c850a5a807
09:14:03 [2022-09-05T09:14:03.956Z] === CONT  TestWaitConditions/removed
09:14:03 [2022-09-05T09:14:03.956Z] === CONT  TestWaitConditions/not-running
09:14:03 [2022-09-05T09:14:03.956Z] === CONT  TestWaitConditions/removed
09:14:03 [2022-09-05T09:14:03.956Z]     wait_test.go:146: ContainerID = 19d66b53e0144fb98adbc1d08f3215a721bedf663ed04fa92884cddb5e014791
09:14:03 [2022-09-05T09:14:03.956Z] === CONT  TestWaitConditions/not-running
09:14:03 [2022-09-05T09:14:03.956Z]     wait_test.go:146: ContainerID = 42dbd593784a65a240b4c48484d75f730d32df9f1cc63ff1adf2df5ed77390a4
09:14:04 [2022-09-05T09:14:04.898Z] --- PASS: TestWaitConditions (0.01s)
09:14:04 [2022-09-05T09:14:04.898Z]     --- PASS: TestWaitConditions/next-exit (0.77s)
09:14:04 [2022-09-05T09:14:04.898Z]     --- PASS: TestWaitConditions/default (0.79s)
09:14:04 [2022-09-05T09:14:04.898Z]     --- PASS: TestWaitConditions/removed (0.75s)
09:14:04 [2022-09-05T09:14:04.898Z]     --- PASS: TestWaitConditions/not-running (0.73s)
09:14:04 [2022-09-05T09:14:04.898Z] === RUN   TestWaitRestartedContainer
09:14:04 [2022-09-05T09:14:04.898Z] === RUN   TestWaitRestartedContainer/default
09:14:04 [2022-09-05T09:14:04.898Z] === PAUSE TestWaitRestartedContainer/default
09:14:04 [2022-09-05T09:14:04.898Z] === RUN   TestWaitRestartedContainer/not-running
09:14:04 [2022-09-05T09:14:04.898Z] === PAUSE TestWaitRestartedContainer/not-running
09:14:04 [2022-09-05T09:14:04.898Z] === RUN   TestWaitRestartedContainer/next-exit
09:14:04 [2022-09-05T09:14:04.898Z] === PAUSE TestWaitRestartedContainer/next-exit
09:14:04 [2022-09-05T09:14:04.898Z] === CONT  TestWaitRestartedContainer/default
09:14:04 [2022-09-05T09:14:04.898Z] === CONT  TestWaitRestartedContainer/next-exit
09:14:06 [2022-09-05T09:14:06.281Z] === CONT  TestWaitRestartedContainer/not-running
09:14:07 [2022-09-05T09:14:07.222Z] --- PASS: TestWaitRestartedContainer (0.02s)
09:14:07 [2022-09-05T09:14:07.222Z]     --- PASS: TestWaitRestartedContainer/default (1.61s)
09:14:07 [2022-09-05T09:14:07.222Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.61s)
09:14:07 [2022-09-05T09:14:07.222Z]     --- PASS: TestWaitRestartedContainer/not-running (0.91s)
09:14:07 [2022-09-05T09:14:07.222Z] === CONT  TestContainerStartOnDaemonRestart
09:14:07 [2022-09-05T09:14:07.222Z] === CONT  TestRestartDaemonWithRestartingContainer
09:14:09 [2022-09-05T09:14:09.764Z] --- PASS: TestContainerStartOnDaemonRestart (2.40s)
09:14:09 [2022-09-05T09:14:09.764Z] === CONT  TestDaemonHostGatewayIP
09:14:09 [2022-09-05T09:14:09.764Z] === CONT  TestDaemonRestartIpcMode
09:14:09 [2022-09-05T09:14:09.764Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.46s)
09:14:13 [2022-09-05T09:14:13.064Z] --- PASS: TestDaemonRestartIpcMode (2.76s)
09:14:13 [2022-09-05T09:14:13.064Z] === CONT  TestIpcModeOlderClient
09:14:13 [2022-09-05T09:14:13.064Z] --- PASS: TestDaemonHostGatewayIP (2.88s)
09:14:13 [2022-09-05T09:14:13.064Z] === CONT  TestContainerKillOnDaemonStart
09:14:13 [2022-09-05T09:14:13.064Z] --- PASS: TestIpcModeOlderClient (0.09s)
09:14:25 [2022-09-05T09:14:25.280Z] --- PASS: TestContainerKillOnDaemonStart (11.52s)
09:14:25 [2022-09-05T09:14:25.280Z] PASS
09:14:25 [2022-09-05T09:14:25.280Z] 
09:14:25 [2022-09-05T09:14:25.280Z] === Skipped
09:14:25 [2022-09-05T09:14:25.280Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
09:14:25 [2022-09-05T09:14:25.280Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
09:14:25 [2022-09-05T09:14:25.280Z] 
09:14:25 [2022-09-05T09:14:25.280Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
09:14:25 [2022-09-05T09:14:25.280Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
09:14:25 [2022-09-05T09:14:25.280Z] 
09:14:25 [2022-09-05T09:14:25.280Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
09:14:25 [2022-09-05T09:14:25.280Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
09:14:25 [2022-09-05T09:14:25.280Z] 
09:14:25 [2022-09-05T09:14:25.280Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
09:14:25 [2022-09-05T09:14:25.280Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
09:14:25 [2022-09-05T09:14:25.280Z] 
09:14:25 [2022-09-05T09:14:25.280Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
09:14:25 [2022-09-05T09:14:25.280Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
09:14:25 [2022-09-05T09:14:25.280Z] 
09:14:25 [2022-09-05T09:14:25.280Z] DONE 273 tests, 5 skipped in 139.939s
09:14:25 [2022-09-05T09:14:25.280Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
09:14:25 [2022-09-05T09:14:25.280Z] === RUN   TestConfigDaemonLibtrustID
09:14:25 [2022-09-05T09:14:25.280Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
09:14:25 [2022-09-05T09:14:25.280Z] === RUN   TestConfigDaemonID
09:14:25 [2022-09-05T09:14:25.541Z]     daemon_test.go:83: [d2b3035d4c9f7] daemon is not started
09:14:25 [2022-09-05T09:14:25.541Z] --- PASS: TestConfigDaemonID (1.04s)
09:14:25 [2022-09-05T09:14:25.541Z] === RUN   TestDaemonConfigValidation
09:14:25 [2022-09-05T09:14:25.802Z] === RUN   TestDaemonConfigValidation/config_with_no_content
09:14:25 [2022-09-05T09:14:25.802Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
09:14:25 [2022-09-05T09:14:25.802Z] === RUN   TestDaemonConfigValidation/config_with_{}
09:14:25 [2022-09-05T09:14:25.802Z] === PAUSE TestDaemonConfigValidation/config_with_{}
09:14:25 [2022-09-05T09:14:25.802Z] === RUN   TestDaemonConfigValidation/invalid_config
09:14:25 [2022-09-05T09:14:25.802Z] === PAUSE TestDaemonConfigValidation/invalid_config
09:14:25 [2022-09-05T09:14:25.802Z] === RUN   TestDaemonConfigValidation/malformed_config
09:14:25 [2022-09-05T09:14:25.802Z] === PAUSE TestDaemonConfigValidation/malformed_config
09:14:25 [2022-09-05T09:14:25.802Z] === RUN   TestDaemonConfigValidation/valid_config
09:14:25 [2022-09-05T09:14:25.802Z] === PAUSE TestDaemonConfigValidation/valid_config
09:14:25 [2022-09-05T09:14:25.802Z] === CONT  TestDaemonConfigValidation/config_with_no_content
09:14:25 [2022-09-05T09:14:25.802Z] === CONT  TestDaemonConfigValidation/malformed_config
09:14:25 [2022-09-05T09:14:25.802Z] === CONT  TestDaemonConfigValidation/valid_config
09:14:25 [2022-09-05T09:14:25.802Z] === CONT  TestDaemonConfigValidation/invalid_config
09:14:26 [2022-09-05T09:14:26.063Z] === CONT  TestDaemonConfigValidation/config_with_{}
09:14:26 [2022-09-05T09:14:26.064Z] --- PASS: TestDaemonConfigValidation (0.00s)
09:14:26 [2022-09-05T09:14:26.064Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.17s)
09:14:26 [2022-09-05T09:14:26.064Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.17s)
09:14:26 [2022-09-05T09:14:26.064Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.17s)
09:14:26 [2022-09-05T09:14:26.064Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.18s)
09:14:26 [2022-09-05T09:14:26.064Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.11s)
09:14:26 [2022-09-05T09:14:26.064Z] === RUN   TestConfigDaemonSeccompProfiles
09:14:26 [2022-09-05T09:14:26.064Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
09:14:27 [2022-09-05T09:14:27.445Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
09:14:28 [2022-09-05T09:14:28.384Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
09:14:29 [2022-09-05T09:14:29.324Z] === CONT  TestConfigDaemonSeccompProfiles
09:14:29 [2022-09-05T09:14:29.324Z]     daemon_test.go:197: [df20fdfe38618] daemon is not started
09:14:29 [2022-09-05T09:14:29.325Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s)
09:14:29 [2022-09-05T09:14:29.325Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
09:14:29 [2022-09-05T09:14:29.325Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
09:14:29 [2022-09-05T09:14:29.325Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
09:14:29 [2022-09-05T09:14:29.325Z] === RUN   TestDaemonProxy
09:14:29 [2022-09-05T09:14:29.325Z] === RUN   TestDaemonProxy/environment_variables
09:14:31 [2022-09-05T09:14:31.232Z] === RUN   TestDaemonProxy/command-line_options
09:14:32 [2022-09-05T09:14:32.612Z] === RUN   TestDaemonProxy/configuration_file
09:14:34 [2022-09-05T09:14:34.520Z] === RUN   TestDaemonProxy/conflicting_options
09:14:35 [2022-09-05T09:14:35.089Z] === RUN   TestDaemonProxy/reload_sanitized
09:14:35 [2022-09-05T09:14:35.661Z] --- PASS: TestDaemonProxy (6.27s)
09:14:35 [2022-09-05T09:14:35.661Z]     --- PASS: TestDaemonProxy/environment_variables (1.74s)
09:14:35 [2022-09-05T09:14:35.661Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
09:14:35 [2022-09-05T09:14:35.661Z]     --- PASS: TestDaemonProxy/configuration_file (1.76s)
09:14:35 [2022-09-05T09:14:35.661Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
09:14:35 [2022-09-05T09:14:35.661Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
09:14:35 [2022-09-05T09:14:35.661Z] PASS
09:14:35 [2022-09-05T09:14:35.661Z] 
09:14:35 [2022-09-05T09:14:35.661Z] DONE 18 tests in 11.412s
09:14:35 [2022-09-05T09:14:35.661Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
09:14:35 [2022-09-05T09:14:35.661Z] INFO: Testing against a local daemon
09:14:35 [2022-09-05T09:14:35.661Z] === RUN   TestCommitInheritsEnv
09:14:35 [2022-09-05T09:14:35.921Z] --- PASS: TestCommitInheritsEnv (0.32s)
09:14:35 [2022-09-05T09:14:35.921Z] === RUN   TestImportExtremelyLargeImageWorks
09:14:35 [2022-09-05T09:14:35.921Z] === PAUSE TestImportExtremelyLargeImageWorks
09:14:35 [2022-09-05T09:14:35.921Z] === RUN   TestImportWithCustomPlatform
09:14:35 [2022-09-05T09:14:35.921Z] === RUN   TestImportWithCustomPlatform/#00
09:14:35 [2022-09-05T09:14:35.921Z] === RUN   TestImportWithCustomPlatform/_______
09:14:35 [2022-09-05T09:14:35.921Z] === RUN   TestImportWithCustomPlatform//
09:14:35 [2022-09-05T09:14:35.921Z] === RUN   TestImportWithCustomPlatform/linux
09:14:36 [2022-09-05T09:14:36.181Z] === RUN   TestImportWithCustomPlatform/LINUX
09:14:36 [2022-09-05T09:14:36.181Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
09:14:36 [2022-09-05T09:14:36.181Z] === RUN   TestImportWithCustomPlatform/macos
09:14:36 [2022-09-05T09:14:36.181Z] === RUN   TestImportWithCustomPlatform/macos/arm64
09:14:36 [2022-09-05T09:14:36.181Z] === RUN   TestImportWithCustomPlatform/nintendo64
09:14:36 [2022-09-05T09:14:36.181Z] --- PASS: TestImportWithCustomPlatform (0.33s)
09:14:36 [2022-09-05T09:14:36.181Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
09:14:36 [2022-09-05T09:14:36.181Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
09:14:36 [2022-09-05T09:14:36.181Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
09:14:36 [2022-09-05T09:14:36.181Z]     --- PASS: TestImportWithCustomPlatform/linux (0.08s)
09:14:36 [2022-09-05T09:14:36.181Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
09:14:36 [2022-09-05T09:14:36.181Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
09:14:36 [2022-09-05T09:14:36.181Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
09:14:36 [2022-09-05T09:14:36.181Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
09:14:36 [2022-09-05T09:14:36.181Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
09:14:36 [2022-09-05T09:14:36.181Z] === RUN   TestImagesFilterMultiReference
09:14:36 [2022-09-05T09:14:36.181Z] --- PASS: TestImagesFilterMultiReference (0.05s)
09:14:36 [2022-09-05T09:14:36.181Z] === RUN   TestImagePullPlatformInvalid
09:14:36 [2022-09-05T09:14:36.441Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
09:14:36 [2022-09-05T09:14:36.441Z] === RUN   TestRemoveImageOrphaning
09:14:36 [2022-09-05T09:14:36.702Z] --- PASS: TestRemoveImageOrphaning (0.31s)
09:14:36 [2022-09-05T09:14:36.702Z] === RUN   TestRemoveImageGarbageCollector
09:14:37 [2022-09-05T09:14:37.271Z] time="2022-09-05T09:14:37Z" level=info msg="[graphdriver] trying configured driver: overlay2"
09:14:38 [2022-09-05T09:14:38.672Z] --- PASS: TestRemoveImageGarbageCollector (1.92s)
09:14:38 [2022-09-05T09:14:38.672Z] === RUN   TestTagUnprefixedRepoByNameOrName
09:14:38 [2022-09-05T09:14:38.672Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
09:14:38 [2022-09-05T09:14:38.672Z] === RUN   TestTagInvalidReference
09:14:38 [2022-09-05T09:14:38.672Z] --- PASS: TestTagInvalidReference (0.02s)
09:14:38 [2022-09-05T09:14:38.672Z] === RUN   TestTagValidPrefixedRepo
09:14:38 [2022-09-05T09:14:38.672Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
09:14:38 [2022-09-05T09:14:38.672Z] === RUN   TestTagExistedNameWithoutForce
09:14:38 [2022-09-05T09:14:38.672Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
09:14:38 [2022-09-05T09:14:38.672Z] === RUN   TestTagOfficialNames
09:14:38 [2022-09-05T09:14:38.672Z] --- PASS: TestTagOfficialNames (0.06s)
09:14:38 [2022-09-05T09:14:38.672Z] === RUN   TestTagMatchesDigest
09:14:38 [2022-09-05T09:14:38.672Z] --- PASS: TestTagMatchesDigest (0.01s)
09:14:38 [2022-09-05T09:14:38.672Z] === CONT  TestImportExtremelyLargeImageWorks
09:16:15 [2022-09-05T09:16:15.172Z] --- PASS: TestImportExtremelyLargeImageWorks (92.82s)
09:16:15 [2022-09-05T09:16:15.172Z] PASS
09:16:15 [2022-09-05T09:16:15.172Z] 
09:16:15 [2022-09-05T09:16:15.172Z] DONE 22 tests in 96.039s
09:16:15 [2022-09-05T09:16:15.172Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
09:16:15 [2022-09-05T09:16:15.172Z] === RUN   TestStripANSICommands
09:16:15 [2022-09-05T09:16:15.172Z] === RUN   TestStripANSICommands/#00
09:16:15 [2022-09-05T09:16:15.172Z] === RUN   TestStripANSICommands/#01
09:16:15 [2022-09-05T09:16:15.172Z] --- PASS: TestStripANSICommands (0.00s)
09:16:15 [2022-09-05T09:16:15.172Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
09:16:15 [2022-09-05T09:16:15.172Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
09:16:15 [2022-09-05T09:16:15.172Z] PASS
09:16:15 [2022-09-05T09:16:15.172Z] 
09:16:15 [2022-09-05T09:16:15.172Z] DONE 3 tests in 0.010s
09:16:15 [2022-09-05T09:16:15.172Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
09:16:15 [2022-09-05T09:16:15.172Z] INFO: Testing against a local daemon
09:16:15 [2022-09-05T09:16:15.172Z] === RUN   TestNetworkCreateDelete
09:16:15 [2022-09-05T09:16:15.172Z] --- PASS: TestNetworkCreateDelete (0.13s)
09:16:15 [2022-09-05T09:16:15.172Z] === RUN   TestDockerNetworkDeletePreferID
09:16:15 [2022-09-05T09:16:15.172Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s)
09:16:15 [2022-09-05T09:16:15.172Z] === RUN   TestDaemonDNSFallback
09:16:18 [2022-09-05T09:16:18.466Z] --- PASS: TestDaemonDNSFallback (6.41s)
09:16:18 [2022-09-05T09:16:18.466Z] === RUN   TestInspectNetwork
09:16:21 [2022-09-05T09:16:21.761Z] === RUN   TestInspectNetwork/full_network_id
09:16:21 [2022-09-05T09:16:21.761Z] === RUN   TestInspectNetwork/partial_network_id
09:16:21 [2022-09-05T09:16:21.761Z] === RUN   TestInspectNetwork/network_name
09:16:21 [2022-09-05T09:16:21.761Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
09:16:25 [2022-09-05T09:16:25.957Z] --- PASS: TestInspectNetwork (7.01s)
09:16:25 [2022-09-05T09:16:25.957Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
09:16:25 [2022-09-05T09:16:25.957Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
09:16:25 [2022-09-05T09:16:25.957Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
09:16:25 [2022-09-05T09:16:25.957Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
09:16:25 [2022-09-05T09:16:25.957Z] === RUN   TestRunContainerWithBridgeNone
09:16:27 [2022-09-05T09:16:27.340Z] --- PASS: TestRunContainerWithBridgeNone (1.61s)
09:16:27 [2022-09-05T09:16:27.340Z] === RUN   TestNetworkInvalidJSON
09:16:27 [2022-09-05T09:16:27.340Z] === RUN   TestNetworkInvalidJSON/networks/create
09:16:27 [2022-09-05T09:16:27.340Z] === PAUSE TestNetworkInvalidJSON/networks/create
09:16:27 [2022-09-05T09:16:27.340Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
09:16:27 [2022-09-05T09:16:27.340Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
09:16:27 [2022-09-05T09:16:27.340Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
09:16:27 [2022-09-05T09:16:27.340Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
09:16:27 [2022-09-05T09:16:27.340Z] === CONT  TestNetworkInvalidJSON/networks/create
09:16:27 [2022-09-05T09:16:27.340Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
09:16:27 [2022-09-05T09:16:27.340Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
09:16:27 [2022-09-05T09:16:27.340Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
09:16:27 [2022-09-05T09:16:27.340Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
09:16:27 [2022-09-05T09:16:27.340Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
09:16:27 [2022-09-05T09:16:27.340Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
09:16:27 [2022-09-05T09:16:27.340Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
09:16:27 [2022-09-05T09:16:27.340Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
09:16:27 [2022-09-05T09:16:27.340Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
09:16:27 [2022-09-05T09:16:27.340Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
09:16:27 [2022-09-05T09:16:27.340Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
09:16:27 [2022-09-05T09:16:27.340Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
09:16:27 [2022-09-05T09:16:27.340Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
09:16:27 [2022-09-05T09:16:27.340Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
09:16:27 [2022-09-05T09:16:27.340Z] --- PASS: TestNetworkInvalidJSON (0.02s)
09:16:27 [2022-09-05T09:16:27.340Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.01s)
09:16:27 [2022-09-05T09:16:27.340Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
09:16:27 [2022-09-05T09:16:27.340Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
09:16:27 [2022-09-05T09:16:27.340Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
09:16:27 [2022-09-05T09:16:27.340Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
09:16:27 [2022-09-05T09:16:27.340Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s)
09:16:27 [2022-09-05T09:16:27.340Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
09:16:27 [2022-09-05T09:16:27.340Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
09:16:27 [2022-09-05T09:16:27.340Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
09:16:27 [2022-09-05T09:16:27.340Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
09:16:27 [2022-09-05T09:16:27.340Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.01s)
09:16:27 [2022-09-05T09:16:27.340Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.01s)
09:16:27 [2022-09-05T09:16:27.340Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
09:16:27 [2022-09-05T09:16:27.340Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
09:16:27 [2022-09-05T09:16:27.340Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
09:16:27 [2022-09-05T09:16:27.340Z] === RUN   TestNetworkList
09:16:27 [2022-09-05T09:16:27.340Z] === RUN   TestNetworkList//networks
09:16:27 [2022-09-05T09:16:27.340Z] === PAUSE TestNetworkList//networks
09:16:27 [2022-09-05T09:16:27.340Z] === RUN   TestNetworkList//networks/
09:16:27 [2022-09-05T09:16:27.340Z] === PAUSE TestNetworkList//networks/
09:16:27 [2022-09-05T09:16:27.340Z] === CONT  TestNetworkList//networks
09:16:27 [2022-09-05T09:16:27.340Z] === CONT  TestNetworkList//networks/
09:16:27 [2022-09-05T09:16:27.340Z] --- PASS: TestNetworkList (0.03s)
09:16:27 [2022-09-05T09:16:27.340Z]     --- PASS: TestNetworkList//networks (0.00s)
09:16:27 [2022-09-05T09:16:27.340Z]     --- PASS: TestNetworkList//networks/ (0.00s)
09:16:27 [2022-09-05T09:16:27.340Z] === RUN   TestHostIPv4BridgeLabel
09:16:27 [2022-09-05T09:16:27.910Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
09:16:27 [2022-09-05T09:16:27.910Z] === RUN   TestDaemonRestartWithLiveRestore
09:16:28 [2022-09-05T09:16:28.849Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
09:16:28 [2022-09-05T09:16:28.849Z] === RUN   TestDaemonDefaultNetworkPools
09:16:29 [2022-09-05T09:16:29.418Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s)
09:16:29 [2022-09-05T09:16:29.418Z] === RUN   TestDaemonRestartWithExistingNetwork
09:16:30 [2022-09-05T09:16:30.799Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
09:16:30 [2022-09-05T09:16:30.799Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
09:16:31 [2022-09-05T09:16:31.740Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s)
09:16:31 [2022-09-05T09:16:31.740Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
09:16:32 [2022-09-05T09:16:32.310Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s)
09:16:32 [2022-09-05T09:16:32.310Z] === RUN   TestServiceWithPredefinedNetwork
09:16:34 [2022-09-05T09:16:34.850Z] --- PASS: TestServiceWithPredefinedNetwork (2.32s)
09:16:34 [2022-09-05T09:16:34.850Z] === RUN   TestServiceRemoveKeepsIngressNetwork
09:16:34 [2022-09-05T09:16:34.850Z]     service_test.go:243: FLAKY_TEST
09:16:34 [2022-09-05T09:16:34.850Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
09:16:34 [2022-09-05T09:16:34.850Z] === RUN   TestServiceWithDataPathPortInit
09:16:49 [2022-09-05T09:16:49.743Z] --- PASS: TestServiceWithDataPathPortInit (14.21s)
09:16:49 [2022-09-05T09:16:49.743Z] === RUN   TestServiceWithDefaultAddressPoolInit
09:16:51 [2022-09-05T09:16:51.653Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:qza8qjc2w422gmajbza5eedj8 Created:2022-09-05 09:16:50.207580324 +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[985ff192c8aff6fb7221c5f038dcb1d2bfea782ed46d416a2f59c13d32f9dcc4:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.5m250xphd5p8ovxeenikdufq9 EndpointID:723b937f5bb3c9cbed8d5635e8395fb5270e23b4362c2adef3c257746eb9db86 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:17ad4aba88dbea0bc6fc53466de65f65a1d1d221abe853ef4a996551517b5eab 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:1da904b204fe IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.5m250xphd5p8ovxeenikdufq9 EndpointID:723b937f5bb3c9cbed8d5635e8395fb5270e23b4362c2adef3c257746eb9db86 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
09:16:56 [2022-09-05T09:16:56.930Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.08s)
09:16:56 [2022-09-05T09:16:56.930Z] PASS
09:16:56 [2022-09-05T09:16:56.930Z] 
09:16:56 [2022-09-05T09:16:56.930Z] === Skipped
09:16:56 [2022-09-05T09:16:56.930Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
09:16:56 [2022-09-05T09:16:56.930Z]     service_test.go:243: FLAKY_TEST
09:16:56 [2022-09-05T09:16:56.930Z] 
09:16:56 [2022-09-05T09:16:56.930Z] DONE 38 tests, 1 skipped in 44.437s
09:16:56 [2022-09-05T09:16:56.930Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
09:16:56 [2022-09-05T09:16:56.930Z] INFO: Testing against a local daemon
09:16:56 [2022-09-05T09:16:56.930Z] === RUN   TestDockerNetworkIpvlanPersistance
09:16:56 [2022-09-05T09:16:56.930Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
09:16:56 [2022-09-05T09:16:56.930Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
09:16:56 [2022-09-05T09:16:56.930Z] === RUN   TestDockerNetworkIpvlan
09:16:56 [2022-09-05T09:16:56.930Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
09:16:56 [2022-09-05T09:16:56.930Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
09:16:56 [2022-09-05T09:16:56.930Z] PASS
09:16:56 [2022-09-05T09:16:56.930Z] 
09:16:56 [2022-09-05T09:16:56.930Z] === Skipped
09:16:56 [2022-09-05T09:16:56.930Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
09:16:56 [2022-09-05T09:16:56.930Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
09:16:56 [2022-09-05T09:16:56.930Z] 
09:16:56 [2022-09-05T09:16:56.930Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
09:16:56 [2022-09-05T09:16:56.930Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
09:16:56 [2022-09-05T09:16:56.930Z] 
09:16:56 [2022-09-05T09:16:56.930Z] DONE 2 tests, 2 skipped in 0.025s
09:16:56 [2022-09-05T09:16:56.930Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
09:16:56 [2022-09-05T09:16:56.930Z] INFO: Testing against a local daemon
09:16:56 [2022-09-05T09:16:56.930Z] === RUN   TestDockerNetworkMacvlanPersistance
09:16:57 [2022-09-05T09:16:57.500Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.30s)
09:16:57 [2022-09-05T09:16:57.500Z] === RUN   TestDockerNetworkMacvlan
09:16:58 [2022-09-05T09:16:58.071Z] === RUN   TestDockerNetworkMacvlan/Subinterface
09:16:59 [2022-09-05T09:16:59.010Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
09:16:59 [2022-09-05T09:16:59.578Z] === RUN   TestDockerNetworkMacvlan/NilParent
09:17:01 [2022-09-05T09:17:01.487Z] === RUN   TestDockerNetworkMacvlan/InternalMode
09:17:03 [2022-09-05T09:17:03.395Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
09:17:06 [2022-09-05T09:17:06.692Z] === RUN   TestDockerNetworkMacvlan/Addressing
09:17:07 [2022-09-05T09:17:07.631Z] --- PASS: TestDockerNetworkMacvlan (10.15s)
09:17:07 [2022-09-05T09:17:07.631Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s)
09:17:07 [2022-09-05T09:17:07.631Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
09:17:07 [2022-09-05T09:17:07.631Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.02s)
09:17:07 [2022-09-05T09:17:07.631Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.89s)
09:17:07 [2022-09-05T09:17:07.631Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.18s)
09:17:07 [2022-09-05T09:17:07.631Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.65s)
09:17:07 [2022-09-05T09:17:07.631Z] PASS
09:17:07 [2022-09-05T09:17:07.631Z] 
09:17:07 [2022-09-05T09:17:07.631Z] DONE 8 tests in 11.477s
09:17:07 [2022-09-05T09:17:07.631Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
09:17:07 [2022-09-05T09:17:07.631Z] testing: warning: no tests to run
09:17:07 [2022-09-05T09:17:07.631Z] PASS
09:17:07 [2022-09-05T09:17:07.631Z] 
09:17:07 [2022-09-05T09:17:07.631Z] DONE 0 tests in 0.007s
09:17:07 [2022-09-05T09:17:07.631Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
09:17:07 [2022-09-05T09:17:07.631Z] INFO: Testing against a local daemon
09:17:07 [2022-09-05T09:17:07.631Z] === RUN   TestAuthZPluginAllowRequest
09:17:09 [2022-09-05T09:17:09.012Z] --- PASS: TestAuthZPluginAllowRequest (1.17s)
09:17:09 [2022-09-05T09:17:09.012Z] === RUN   TestAuthZPluginTLS
09:17:09 [2022-09-05T09:17:09.273Z] --- PASS: TestAuthZPluginTLS (0.54s)
09:17:09 [2022-09-05T09:17:09.273Z] === RUN   TestAuthZPluginDenyRequest
09:17:09 [2022-09-05T09:17:09.843Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
09:17:09 [2022-09-05T09:17:09.843Z] === RUN   TestAuthZPluginAPIDenyResponse
09:17:10 [2022-09-05T09:17:10.412Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
09:17:10 [2022-09-05T09:17:10.412Z] === RUN   TestAuthZPluginDenyResponse
09:17:10 [2022-09-05T09:17:10.982Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
09:17:10 [2022-09-05T09:17:10.982Z] === RUN   TestAuthZPluginAllowEventStream
09:17:12 [2022-09-05T09:17:12.363Z] --- PASS: TestAuthZPluginAllowEventStream (1.18s)
09:17:12 [2022-09-05T09:17:12.364Z] === RUN   TestAuthZPluginErrorResponse
09:17:12 [2022-09-05T09:17:12.624Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
09:17:12 [2022-09-05T09:17:12.624Z] === RUN   TestAuthZPluginErrorRequest
09:17:13 [2022-09-05T09:17:13.193Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
09:17:13 [2022-09-05T09:17:13.193Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
09:17:13 [2022-09-05T09:17:13.762Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
09:17:13 [2022-09-05T09:17:13.762Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
09:17:15 [2022-09-05T09:17:15.144Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.42s)
09:17:15 [2022-09-05T09:17:15.144Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
09:17:16 [2022-09-05T09:17:16.526Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.49s)
09:17:16 [2022-09-05T09:17:16.527Z] === RUN   TestAuthZPluginHeader
09:17:17 [2022-09-05T09:17:17.489Z] --- PASS: TestAuthZPluginHeader (0.75s)
09:17:17 [2022-09-05T09:17:17.489Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
09:17:21 [2022-09-05T09:17:21.733Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.34s)
09:17:21 [2022-09-05T09:17:21.733Z] === RUN   TestAuthZPluginV2Disable
09:17:28 [2022-09-05T09:17:28.313Z] --- PASS: TestAuthZPluginV2Disable (5.98s)
09:17:28 [2022-09-05T09:17:28.313Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
09:17:31 [2022-09-05T09:17:31.607Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.52s)
09:17:31 [2022-09-05T09:17:31.607Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
09:17:41 [2022-09-05T09:17:41.596Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.11s)
09:17:41 [2022-09-05T09:17:41.596Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
09:17:59 [2022-09-05T09:17:59.695Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s)
09:17:59 [2022-09-05T09:17:59.695Z] PASS
09:17:59 [2022-09-05T09:17:59.695Z] 
09:17:59 [2022-09-05T09:17:59.695Z] DONE 17 tests in 50.586s
09:17:59 [2022-09-05T09:17:59.695Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
09:17:59 [2022-09-05T09:17:59.695Z] INFO: Testing against a local daemon
09:17:59 [2022-09-05T09:17:59.695Z] === RUN   TestPluginInvalidJSON
09:17:59 [2022-09-05T09:17:59.695Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
09:17:59 [2022-09-05T09:17:59.695Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
09:17:59 [2022-09-05T09:17:59.695Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
09:17:59 [2022-09-05T09:17:59.695Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
09:17:59 [2022-09-05T09:17:59.695Z] === RUN   TestPluginInvalidJSON/plugins/pull
09:17:59 [2022-09-05T09:17:59.695Z] === PAUSE TestPluginInvalidJSON/plugins/pull
09:17:59 [2022-09-05T09:17:59.695Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
09:17:59 [2022-09-05T09:17:59.695Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
09:17:59 [2022-09-05T09:17:59.695Z] === CONT  TestPluginInvalidJSON/plugins/pull
09:17:59 [2022-09-05T09:17:59.695Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
09:17:59 [2022-09-05T09:17:59.695Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
09:17:59 [2022-09-05T09:17:59.695Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
09:17:59 [2022-09-05T09:17:59.695Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
09:17:59 [2022-09-05T09:17:59.695Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
09:17:59 [2022-09-05T09:17:59.695Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
09:17:59 [2022-09-05T09:17:59.695Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
09:17:59 [2022-09-05T09:17:59.695Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
09:17:59 [2022-09-05T09:17:59.695Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
09:17:59 [2022-09-05T09:17:59.695Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
09:17:59 [2022-09-05T09:17:59.695Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
09:17:59 [2022-09-05T09:17:59.695Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
09:17:59 [2022-09-05T09:17:59.695Z] --- PASS: TestPluginInvalidJSON (0.02s)
09:17:59 [2022-09-05T09:17:59.695Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
09:17:59 [2022-09-05T09:17:59.695Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
09:17:59 [2022-09-05T09:17:59.695Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
09:17:59 [2022-09-05T09:17:59.695Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
09:17:59 [2022-09-05T09:17:59.695Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
09:17:59 [2022-09-05T09:17:59.695Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
09:17:59 [2022-09-05T09:17:59.695Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
09:17:59 [2022-09-05T09:17:59.695Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
09:17:59 [2022-09-05T09:17:59.695Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
09:17:59 [2022-09-05T09:17:59.695Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
09:17:59 [2022-09-05T09:17:59.695Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
09:17:59 [2022-09-05T09:17:59.695Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
09:17:59 [2022-09-05T09:17:59.695Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
09:17:59 [2022-09-05T09:17:59.695Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
09:17:59 [2022-09-05T09:17:59.695Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
09:17:59 [2022-09-05T09:17:59.695Z] === RUN   TestPluginInstall
09:17:59 [2022-09-05T09:17:59.695Z] === RUN   TestPluginInstall/no_auth
09:17:59 [2022-09-05T09:17:59.695Z] time="2022-09-05T09:17:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:17:59 [2022-09-05T09:17:59.695Z] time="2022-09-05T09:17:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dcff86359b376a7a71fc6c6719263d13676808bd2726dfbc5fd95d02a4bf9994" mediatype=application/vnd.docker.plugin.v1+json size=522
09:17:59 [2022-09-05T09:17:59.695Z] time="2022-09-05T09:17:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:17:59 [2022-09-05T09:17:59.695Z] time="2022-09-05T09:17:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dcff86359b376a7a71fc6c6719263d13676808bd2726dfbc5fd95d02a4bf9994" mediatype=application/vnd.docker.plugin.v1+json size=522
09:17:59 [2022-09-05T09:17:59.695Z] === RUN   TestPluginInstall/with_htpasswd
09:17:59 [2022-09-05T09:17:59.695Z] time="2022-09-05T09:17:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:17:59 [2022-09-05T09:17:59.695Z] time="2022-09-05T09:17:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5491eacc1a758a47321c2c112c50670292c4927bc9d771175b0cc60888d65e3b" mediatype=application/vnd.docker.plugin.v1+json size=522
09:17:59 [2022-09-05T09:17:59.695Z] time="2022-09-05T09:17:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:17:59 [2022-09-05T09:17:59.695Z] time="2022-09-05T09:17:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5491eacc1a758a47321c2c112c50670292c4927bc9d771175b0cc60888d65e3b" mediatype=application/vnd.docker.plugin.v1+json size=522
09:17:59 [2022-09-05T09:17:59.955Z] === RUN   TestPluginInstall/with_insecure
09:18:00 [2022-09-05T09:18:00.895Z] time="2022-09-05T09:18:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:18:00 [2022-09-05T09:18:00.895Z] time="2022-09-05T09:18:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:11bc57cb135ce2b8e49ddd1d9f089c31a2e86aec4a8106649582fd126ae2ce27" mediatype=application/vnd.docker.plugin.v1+json size=522
09:18:00 [2022-09-05T09:18:00.895Z] time="2022-09-05T09:18:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:18:00 [2022-09-05T09:18:00.895Z] time="2022-09-05T09:18:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:11bc57cb135ce2b8e49ddd1d9f089c31a2e86aec4a8106649582fd126ae2ce27" mediatype=application/vnd.docker.plugin.v1+json size=522
09:18:00 [2022-09-05T09:18:00.895Z]     plugin_test.go:196: [d5fd6ce11d184] daemon is not started
09:18:00 [2022-09-05T09:18:00.895Z] --- PASS: TestPluginInstall (2.79s)
09:18:00 [2022-09-05T09:18:00.895Z]     --- PASS: TestPluginInstall/no_auth (1.09s)
09:18:00 [2022-09-05T09:18:00.895Z]     --- PASS: TestPluginInstall/with_htpasswd (0.62s)
09:18:00 [2022-09-05T09:18:00.895Z]     --- PASS: TestPluginInstall/with_insecure (1.08s)
09:18:00 [2022-09-05T09:18:00.895Z] === RUN   TestPluginsWithRuntimes
09:18:02 [2022-09-05T09:18:02.803Z] === RUN   TestPluginsWithRuntimes/No_Args
09:18:03 [2022-09-05T09:18:03.372Z] === RUN   TestPluginsWithRuntimes/With_Args
09:18:04 [2022-09-05T09:18:04.310Z] --- PASS: TestPluginsWithRuntimes (3.36s)
09:18:04 [2022-09-05T09:18:04.310Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.88s)
09:18:04 [2022-09-05T09:18:04.310Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.88s)
09:18:04 [2022-09-05T09:18:04.310Z] === RUN   TestPluginBackCompatMediaTypes
09:18:04 [2022-09-05T09:18:04.880Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s)
09:18:04 [2022-09-05T09:18:04.880Z] PASS
09:18:04 [2022-09-05T09:18:04.880Z] 
09:18:04 [2022-09-05T09:18:04.880Z] DONE 24 tests in 6.779s
09:18:04 [2022-09-05T09:18:04.880Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
09:18:04 [2022-09-05T09:18:04.880Z] INFO: Testing against a local daemon
09:18:04 [2022-09-05T09:18:04.880Z] === RUN   TestExternalGraphDriver
09:18:05 [2022-09-05T09:18:05.449Z] === RUN   TestExternalGraphDriver/json
09:18:07 [2022-09-05T09:18:07.357Z] === RUN   TestExternalGraphDriver/spec
09:18:08 [2022-09-05T09:18:08.738Z] === RUN   TestExternalGraphDriver/pull
09:18:10 [2022-09-05T09:18:10.648Z] --- PASS: TestExternalGraphDriver (5.35s)
09:18:10 [2022-09-05T09:18:10.648Z]     --- PASS: TestExternalGraphDriver/json (1.68s)
09:18:10 [2022-09-05T09:18:10.648Z]     --- PASS: TestExternalGraphDriver/spec (1.66s)
09:18:10 [2022-09-05T09:18:10.648Z]     --- PASS: TestExternalGraphDriver/pull (1.66s)
09:18:10 [2022-09-05T09:18:10.648Z] === RUN   TestGraphdriverPluginV2
09:18:14 [2022-09-05T09:18:14.845Z] --- PASS: TestGraphdriverPluginV2 (4.13s)
09:18:14 [2022-09-05T09:18:14.845Z] PASS
09:18:14 [2022-09-05T09:18:14.845Z] 
09:18:14 [2022-09-05T09:18:14.845Z] DONE 5 tests in 9.518s
09:18:14 [2022-09-05T09:18:14.845Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
09:18:14 [2022-09-05T09:18:14.845Z] INFO: Testing against a local daemon
09:18:14 [2022-09-05T09:18:14.845Z] === RUN   TestContinueAfterPluginCrash
09:18:14 [2022-09-05T09:18:14.845Z] === PAUSE TestContinueAfterPluginCrash
09:18:14 [2022-09-05T09:18:14.845Z] === RUN   TestReadPluginNoRead
09:18:14 [2022-09-05T09:18:14.845Z] === PAUSE TestReadPluginNoRead
09:18:14 [2022-09-05T09:18:14.845Z] === RUN   TestDaemonStartWithLogOpt
09:18:14 [2022-09-05T09:18:14.845Z] === PAUSE TestDaemonStartWithLogOpt
09:18:14 [2022-09-05T09:18:14.845Z] === CONT  TestContinueAfterPluginCrash
09:18:14 [2022-09-05T09:18:14.845Z] === CONT  TestDaemonStartWithLogOpt
09:18:18 [2022-09-05T09:18:18.141Z] --- PASS: TestDaemonStartWithLogOpt (3.52s)
09:18:18 [2022-09-05T09:18:18.141Z] === CONT  TestReadPluginNoRead
09:18:20 [2022-09-05T09:18:20.681Z] === RUN   TestReadPluginNoRead/default
09:18:21 [2022-09-05T09:18:21.622Z] === RUN   TestReadPluginNoRead/disabled_caching
09:18:23 [2022-09-05T09:18:23.005Z] --- PASS: TestContinueAfterPluginCrash (8.43s)
09:18:23 [2022-09-05T09:18:23.005Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
09:18:24 [2022-09-05T09:18:24.387Z] === CONT  TestReadPluginNoRead
09:18:24 [2022-09-05T09:18:24.387Z]     read_test.go:92: [d5223ee961ccf] daemon is not started
09:18:24 [2022-09-05T09:18:24.387Z] --- PASS: TestReadPluginNoRead (6.14s)
09:18:24 [2022-09-05T09:18:24.387Z]     --- PASS: TestReadPluginNoRead/default (1.32s)
09:18:24 [2022-09-05T09:18:24.387Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.34s)
09:18:24 [2022-09-05T09:18:24.387Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.23s)
09:18:24 [2022-09-05T09:18:24.387Z] PASS
09:18:24 [2022-09-05T09:18:24.387Z] 
09:18:24 [2022-09-05T09:18:24.387Z] DONE 6 tests in 9.685s
09:18:24 [2022-09-05T09:18:24.387Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
09:18:24 [2022-09-05T09:18:24.387Z] testing: warning: no tests to run
09:18:24 [2022-09-05T09:18:24.387Z] PASS
09:18:24 [2022-09-05T09:18:24.387Z] 
09:18:24 [2022-09-05T09:18:24.387Z] DONE 0 tests in 0.008s
09:18:24 [2022-09-05T09:18:24.387Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
09:18:24 [2022-09-05T09:18:24.387Z] INFO: Testing against a local daemon
09:18:24 [2022-09-05T09:18:24.387Z] === RUN   TestPluginWithDevMounts
09:18:24 [2022-09-05T09:18:24.387Z] === PAUSE TestPluginWithDevMounts
09:18:24 [2022-09-05T09:18:24.387Z] === CONT  TestPluginWithDevMounts
09:18:25 [2022-09-05T09:18:25.770Z] --- PASS: TestPluginWithDevMounts (1.54s)
09:18:25 [2022-09-05T09:18:25.770Z] PASS
09:18:25 [2022-09-05T09:18:25.770Z] 
09:18:25 [2022-09-05T09:18:25.770Z] DONE 1 tests in 1.561s
09:18:25 [2022-09-05T09:18:25.770Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
09:18:25 [2022-09-05T09:18:25.770Z] INFO: Testing against a local daemon
09:18:25 [2022-09-05T09:18:25.770Z] === RUN   TestSecretInspect
09:18:28 [2022-09-05T09:18:28.310Z] --- PASS: TestSecretInspect (2.19s)
09:18:28 [2022-09-05T09:18:28.310Z] === RUN   TestSecretList
09:18:30 [2022-09-05T09:18:30.219Z] --- PASS: TestSecretList (2.20s)
09:18:30 [2022-09-05T09:18:30.219Z] === RUN   TestSecretsCreateAndDelete
09:18:32 [2022-09-05T09:18:32.759Z] --- PASS: TestSecretsCreateAndDelete (2.19s)
09:18:32 [2022-09-05T09:18:32.759Z] === RUN   TestSecretsUpdate
09:18:34 [2022-09-05T09:18:34.668Z] --- PASS: TestSecretsUpdate (2.18s)
09:18:34 [2022-09-05T09:18:34.668Z] === RUN   TestTemplatedSecret
09:18:37 [2022-09-05T09:18:37.208Z] --- PASS: TestTemplatedSecret (2.58s)
09:18:37 [2022-09-05T09:18:37.208Z] === RUN   TestSecretCreateResolve
09:18:39 [2022-09-05T09:18:39.748Z] --- PASS: TestSecretCreateResolve (2.19s)
09:18:39 [2022-09-05T09:18:39.748Z] PASS
09:18:39 [2022-09-05T09:18:39.748Z] 
09:18:39 [2022-09-05T09:18:39.748Z] DONE 6 tests in 13.542s
09:18:39 [2022-09-05T09:18:39.748Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
09:18:39 [2022-09-05T09:18:39.749Z] INFO: Testing against a local daemon
09:18:39 [2022-09-05T09:18:39.749Z] === RUN   TestServiceCreateInit
09:18:39 [2022-09-05T09:18:39.749Z] === RUN   TestServiceCreateInit/daemonInitDisabled
09:18:43 [2022-09-05T09:18:43.997Z] === RUN   TestServiceCreateInit/daemonInitEnabled
09:18:47 [2022-09-05T09:18:47.298Z] --- PASS: TestServiceCreateInit (7.70s)
09:18:47 [2022-09-05T09:18:47.298Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.84s)
09:18:47 [2022-09-05T09:18:47.298Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.84s)
09:18:47 [2022-09-05T09:18:47.298Z] === RUN   TestCreateServiceMultipleTimes
09:19:05 [2022-09-05T09:19:05.399Z] --- PASS: TestCreateServiceMultipleTimes (15.43s)
09:19:05 [2022-09-05T09:19:05.399Z] === RUN   TestCreateServiceConflict
09:19:05 [2022-09-05T09:19:05.399Z] --- PASS: TestCreateServiceConflict (2.20s)
09:19:05 [2022-09-05T09:19:05.399Z] === RUN   TestCreateServiceMaxReplicas
09:19:07 [2022-09-05T09:19:07.940Z] --- PASS: TestCreateServiceMaxReplicas (2.80s)
09:19:07 [2022-09-05T09:19:07.940Z] === RUN   TestCreateWithDuplicateNetworkNames
09:19:22 [2022-09-05T09:19:22.834Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.24s)
09:19:22 [2022-09-05T09:19:22.834Z] === RUN   TestCreateServiceSecretFileMode
09:19:23 [2022-09-05T09:19:23.403Z] --- PASS: TestCreateServiceSecretFileMode (2.53s)
09:19:23 [2022-09-05T09:19:23.403Z] === RUN   TestCreateServiceConfigFileMode
09:19:25 [2022-09-05T09:19:25.943Z] --- PASS: TestCreateServiceConfigFileMode (2.50s)
09:19:25 [2022-09-05T09:19:25.943Z] === RUN   TestCreateServiceSysctls
09:19:29 [2022-09-05T09:19:29.238Z] --- PASS: TestCreateServiceSysctls (3.29s)
09:19:29 [2022-09-05T09:19:29.238Z] === RUN   TestCreateServiceCapabilities
09:19:31 [2022-09-05T09:19:31.778Z] --- PASS: TestCreateServiceCapabilities (2.54s)
09:19:31 [2022-09-05T09:19:31.778Z] === RUN   TestInspect
09:19:34 [2022-09-05T09:19:34.319Z] --- PASS: TestInspect (2.78s)
09:19:34 [2022-09-05T09:19:34.319Z] === RUN   TestCreateJob
09:19:37 [2022-09-05T09:19:37.615Z] --- PASS: TestCreateJob (3.22s)
09:19:37 [2022-09-05T09:19:37.615Z] === RUN   TestReplicatedJob
09:19:44 [2022-09-05T09:19:44.198Z] --- PASS: TestReplicatedJob (5.45s)
09:19:44 [2022-09-05T09:19:44.198Z] === RUN   TestUpdateReplicatedJob
09:19:46 [2022-09-05T09:19:46.738Z] --- PASS: TestUpdateReplicatedJob (3.25s)
09:19:46 [2022-09-05T09:19:46.738Z] === RUN   TestServiceListWithStatuses
09:19:46 [2022-09-05T09:19:46.738Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
09:19:46 [2022-09-05T09:19:46.738Z] --- SKIP: TestServiceListWithStatuses (0.00s)
09:19:46 [2022-09-05T09:19:46.738Z] === RUN   TestDockerNetworkConnectAlias
09:19:50 [2022-09-05T09:19:50.937Z] --- PASS: TestDockerNetworkConnectAlias (4.16s)
09:19:50 [2022-09-05T09:19:50.938Z] === RUN   TestDockerNetworkReConnect
09:19:54 [2022-09-05T09:19:54.234Z] --- PASS: TestDockerNetworkReConnect (3.48s)
09:19:54 [2022-09-05T09:19:54.234Z] === RUN   TestServicePlugin
09:19:57 [2022-09-05T09:19:57.529Z]     plugin_test.go:61: [d488b0f066d68] joining swarm manager [d7ee781cbe9cb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
09:19:58 [2022-09-05T09:19:58.913Z]     plugin_test.go:64: [d9438ebeeb43f] joining swarm manager [d7ee781cbe9cb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
09:20:25 [2022-09-05T09:20:25.542Z] --- PASS: TestServicePlugin (30.15s)
09:20:25 [2022-09-05T09:20:25.542Z] === RUN   TestServiceUpdateLabel
09:20:26 [2022-09-05T09:20:26.481Z] --- PASS: TestServiceUpdateLabel (2.19s)
09:20:26 [2022-09-05T09:20:26.481Z] === RUN   TestServiceUpdateSecrets
09:20:41 [2022-09-05T09:20:41.374Z] --- PASS: TestServiceUpdateSecrets (14.60s)
09:20:41 [2022-09-05T09:20:41.374Z] === RUN   TestServiceUpdateConfigs
09:20:56 [2022-09-05T09:20:56.265Z] --- PASS: TestServiceUpdateConfigs (14.70s)
09:20:56 [2022-09-05T09:20:56.265Z] === RUN   TestServiceUpdateNetwork
09:21:09 [2022-09-05T09:21:09.347Z] --- PASS: TestServiceUpdateNetwork (12.47s)
09:21:09 [2022-09-05T09:21:09.347Z] === RUN   TestServiceUpdatePidsLimit
09:21:09 [2022-09-05T09:21:09.347Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
09:21:09 [2022-09-05T09:21:09.917Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
09:21:18 [2022-09-05T09:21:18.043Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
09:21:24 [2022-09-05T09:21:24.623Z] --- PASS: TestServiceUpdatePidsLimit (16.33s)
09:21:24 [2022-09-05T09:21:24.623Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s)
09:21:24 [2022-09-05T09:21:24.623Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
09:21:24 [2022-09-05T09:21:24.623Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s)
09:21:24 [2022-09-05T09:21:24.623Z] PASS
09:21:24 [2022-09-05T09:21:24.623Z] 
09:21:24 [2022-09-05T09:21:24.623Z] === Skipped
09:21:24 [2022-09-05T09:21:24.623Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
09:21:24 [2022-09-05T09:21:24.623Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
09:21:24 [2022-09-05T09:21:24.623Z] 
09:21:24 [2022-09-05T09:21:24.623Z] DONE 27 tests, 1 skipped in 165.030s
09:21:24 [2022-09-05T09:21:24.623Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
09:21:24 [2022-09-05T09:21:24.623Z] INFO: Testing against a local daemon
09:21:24 [2022-09-05T09:21:24.623Z] === RUN   TestSessionCreate
09:21:24 [2022-09-05T09:21:24.623Z] --- PASS: TestSessionCreate (0.02s)
09:21:24 [2022-09-05T09:21:24.623Z] === RUN   TestSessionCreateWithBadUpgrade
09:21:24 [2022-09-05T09:21:24.623Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
09:21:24 [2022-09-05T09:21:24.623Z] PASS
09:21:24 [2022-09-05T09:21:24.623Z] 
09:21:24 [2022-09-05T09:21:24.623Z] DONE 2 tests in 0.057s
09:21:24 [2022-09-05T09:21:24.623Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
09:21:24 [2022-09-05T09:21:24.623Z] INFO: Testing against a local daemon
09:21:24 [2022-09-05T09:21:24.623Z] === RUN   TestCgroupDriverSystemdMemoryLimit
09:21:24 [2022-09-05T09:21:24.623Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
09:21:24 [2022-09-05T09:21:24.623Z] === RUN   TestDiskUsage
09:21:24 [2022-09-05T09:21:24.623Z] === PAUSE TestDiskUsage
09:21:24 [2022-09-05T09:21:24.623Z] === RUN   TestEventsExecDie
09:21:25 [2022-09-05T09:21:25.192Z] --- PASS: TestEventsExecDie (0.59s)
09:21:25 [2022-09-05T09:21:25.192Z] === RUN   TestEventsBackwardsCompatible
09:21:25 [2022-09-05T09:21:25.192Z] --- PASS: TestEventsBackwardsCompatible (0.07s)
09:21:25 [2022-09-05T09:21:25.192Z] === RUN   TestEventsVolumeCreate
09:21:25 [2022-09-05T09:21:25.192Z] --- PASS: TestEventsVolumeCreate (0.07s)
09:21:25 [2022-09-05T09:21:25.192Z] === RUN   TestInfoBinaryCommits
09:21:25 [2022-09-05T09:21:25.192Z] --- PASS: TestInfoBinaryCommits (0.02s)
09:21:25 [2022-09-05T09:21:25.192Z] === RUN   TestInfoAPIVersioned
09:21:25 [2022-09-05T09:21:25.192Z] --- PASS: TestInfoAPIVersioned (0.01s)
09:21:25 [2022-09-05T09:21:25.192Z] === RUN   TestInfoAPI
09:21:25 [2022-09-05T09:21:25.192Z] --- PASS: TestInfoAPI (0.02s)
09:21:25 [2022-09-05T09:21:25.192Z] === RUN   TestInfoAPIWarnings
09:21:43 [2022-09-05T09:21:43.289Z] --- PASS: TestInfoAPIWarnings (16.54s)
09:21:43 [2022-09-05T09:21:43.289Z] === RUN   TestInfoDebug
09:21:43 [2022-09-05T09:21:43.289Z] --- PASS: TestInfoDebug (0.52s)
09:21:43 [2022-09-05T09:21:43.289Z] === RUN   TestInfoInsecureRegistries
09:21:43 [2022-09-05T09:21:43.289Z] --- PASS: TestInfoInsecureRegistries (0.52s)
09:21:43 [2022-09-05T09:21:43.289Z] === RUN   TestInfoRegistryMirrors
09:21:43 [2022-09-05T09:21:43.289Z] --- PASS: TestInfoRegistryMirrors (0.52s)
09:21:43 [2022-09-05T09:21:43.289Z] === RUN   TestLoginFailsWithBadCredentials
09:21:43 [2022-09-05T09:21:43.859Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
09:21:43 [2022-09-05T09:21:43.859Z] === RUN   TestPingCacheHeaders
09:21:43 [2022-09-05T09:21:43.859Z] --- PASS: TestPingCacheHeaders (0.02s)
09:21:43 [2022-09-05T09:21:43.859Z] === RUN   TestPingGet
09:21:43 [2022-09-05T09:21:43.859Z] --- PASS: TestPingGet (0.01s)
09:21:43 [2022-09-05T09:21:43.859Z] === RUN   TestPingHead
09:21:43 [2022-09-05T09:21:43.859Z] --- PASS: TestPingHead (0.02s)
09:21:43 [2022-09-05T09:21:43.859Z] === RUN   TestPingSwarmHeader
09:21:44 [2022-09-05T09:21:44.428Z] === RUN   TestPingSwarmHeader/before_swarm_init
09:21:44 [2022-09-05T09:21:44.997Z] === RUN   TestPingSwarmHeader/after_swarm_init
09:21:45 [2022-09-05T09:21:45.936Z] === RUN   TestPingSwarmHeader/after_swarm_leave
09:21:45 [2022-09-05T09:21:45.936Z] --- PASS: TestPingSwarmHeader (2.08s)
09:21:45 [2022-09-05T09:21:45.936Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
09:21:45 [2022-09-05T09:21:45.936Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
09:21:45 [2022-09-05T09:21:45.936Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
09:21:45 [2022-09-05T09:21:45.936Z] === RUN   TestPingBuilderHeader
09:21:45 [2022-09-05T09:21:45.936Z] === RUN   TestPingBuilderHeader/default_config
09:21:46 [2022-09-05T09:21:46.505Z] === RUN   TestPingBuilderHeader/buildkit_disabled
09:21:47 [2022-09-05T09:21:47.075Z] --- PASS: TestPingBuilderHeader (1.05s)
09:21:47 [2022-09-05T09:21:47.075Z]     --- PASS: TestPingBuilderHeader/default_config (0.51s)
09:21:47 [2022-09-05T09:21:47.075Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
09:21:47 [2022-09-05T09:21:47.075Z] === RUN   TestVersion
09:21:47 [2022-09-05T09:21:47.075Z] --- PASS: TestVersion (0.03s)
09:21:47 [2022-09-05T09:21:47.075Z] === CONT  TestCgroupDriverSystemdMemoryLimit
09:21:47 [2022-09-05T09:21:47.075Z] === CONT  TestDiskUsage
09:21:47 [2022-09-05T09:21:47.335Z] === RUN   TestDiskUsage/empty
09:21:47 [2022-09-05T09:21:47.335Z] === RUN   TestDiskUsage/empty/container_types
09:21:47 [2022-09-05T09:21:47.335Z] === RUN   TestDiskUsage/empty/image_types
09:21:47 [2022-09-05T09:21:47.335Z] === RUN   TestDiskUsage/empty/volume_types
09:21:47 [2022-09-05T09:21:47.335Z] === RUN   TestDiskUsage/empty/build-cache_types
09:21:47 [2022-09-05T09:21:47.335Z] === RUN   TestDiskUsage/empty/container,_volume_types
09:21:47 [2022-09-05T09:21:47.335Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
09:21:47 [2022-09-05T09:21:47.335Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
09:21:47 [2022-09-05T09:21:47.335Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
09:21:47 [2022-09-05T09:21:47.335Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
09:21:47 [2022-09-05T09:21:47.335Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
09:21:47 [2022-09-05T09:21:47.335Z] === RUN   TestDiskUsage/after_LoadBusybox
09:21:47 [2022-09-05T09:21:47.906Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
09:21:47 [2022-09-05T09:21:47.906Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
09:21:47 [2022-09-05T09:21:47.906Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
09:21:47 [2022-09-05T09:21:47.906Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
09:21:47 [2022-09-05T09:21:47.906Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
09:21:47 [2022-09-05T09:21:47.906Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
09:21:47 [2022-09-05T09:21:47.906Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
09:21:47 [2022-09-05T09:21:47.906Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
09:21:47 [2022-09-05T09:21:47.906Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
09:21:47 [2022-09-05T09:21:47.906Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
09:21:47 [2022-09-05T09:21:47.906Z] === RUN   TestDiskUsage/after_container.Run
09:21:48 [2022-09-05T09:21:48.477Z] === RUN   TestDiskUsage/after_container.Run/container_types
09:21:48 [2022-09-05T09:21:48.477Z] === RUN   TestDiskUsage/after_container.Run/image_types
09:21:48 [2022-09-05T09:21:48.477Z] === RUN   TestDiskUsage/after_container.Run/volume_types
09:21:48 [2022-09-05T09:21:48.477Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
09:21:48 [2022-09-05T09:21:48.477Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
09:21:48 [2022-09-05T09:21:48.477Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
09:21:48 [2022-09-05T09:21:48.477Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
09:21:48 [2022-09-05T09:21:48.477Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
09:21:48 [2022-09-05T09:21:48.477Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
09:21:48 [2022-09-05T09:21:48.477Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
09:21:48 [2022-09-05T09:21:48.477Z] --- PASS: TestDiskUsage (1.60s)
09:21:48 [2022-09-05T09:21:48.477Z]     --- PASS: TestDiskUsage/empty (0.01s)
09:21:48 [2022-09-05T09:21:48.477Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
09:21:48 [2022-09-05T09:21:48.477Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
09:21:48 [2022-09-05T09:21:48.477Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
09:21:48 [2022-09-05T09:21:48.477Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
09:21:48 [2022-09-05T09:21:48.477Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
09:21:48 [2022-09-05T09:21:48.477Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
09:21:48 [2022-09-05T09:21:48.477Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
09:21:48 [2022-09-05T09:21:48.477Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
09:21:48 [2022-09-05T09:21:48.477Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
09:21:48 [2022-09-05T09:21:48.477Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
09:21:48 [2022-09-05T09:21:48.477Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.33s)
09:21:48 [2022-09-05T09:21:48.477Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
09:21:48 [2022-09-05T09:21:48.477Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
09:21:48 [2022-09-05T09:21:48.477Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
09:21:48 [2022-09-05T09:21:48.477Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
09:21:48 [2022-09-05T09:21:48.477Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
09:21:48 [2022-09-05T09:21:48.477Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
09:21:48 [2022-09-05T09:21:48.477Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
09:21:48 [2022-09-05T09:21:48.477Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
09:21:48 [2022-09-05T09:21:48.477Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
09:21:48 [2022-09-05T09:21:48.477Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
09:21:48 [2022-09-05T09:21:48.477Z]     --- PASS: TestDiskUsage/after_container.Run (0.55s)
09:21:48 [2022-09-05T09:21:48.477Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
09:21:48 [2022-09-05T09:21:48.477Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
09:21:48 [2022-09-05T09:21:48.478Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
09:21:48 [2022-09-05T09:21:48.478Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
09:21:48 [2022-09-05T09:21:48.478Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
09:21:48 [2022-09-05T09:21:48.478Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
09:21:48 [2022-09-05T09:21:48.478Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
09:21:48 [2022-09-05T09:21:48.478Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
09:21:48 [2022-09-05T09:21:48.478Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
09:21:48 [2022-09-05T09:21:48.478Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
09:21:48 [2022-09-05T09:21:48.478Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.62s)
09:21:48 [2022-09-05T09:21:48.478Z] PASS
09:21:48 [2022-09-05T09:21:48.478Z] 
09:21:48 [2022-09-05T09:21:48.478Z] DONE 57 tests in 24.103s
09:21:48 [2022-09-05T09:21:48.478Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
09:21:48 [2022-09-05T09:21:48.738Z] INFO: Testing against a local daemon
09:21:48 [2022-09-05T09:21:48.738Z] === RUN   TestVolumesCreateAndList
09:21:48 [2022-09-05T09:21:48.738Z] --- PASS: TestVolumesCreateAndList (0.02s)
09:21:48 [2022-09-05T09:21:48.738Z] === RUN   TestVolumesRemove
09:21:48 [2022-09-05T09:21:48.738Z] --- PASS: TestVolumesRemove (0.09s)
09:21:48 [2022-09-05T09:21:48.738Z] === RUN   TestVolumesInspect
09:21:48 [2022-09-05T09:21:48.738Z] --- PASS: TestVolumesInspect (0.02s)
09:21:48 [2022-09-05T09:21:48.738Z] === RUN   TestVolumesInvalidJSON
09:21:48 [2022-09-05T09:21:48.738Z] === RUN   TestVolumesInvalidJSON/volumes/create
09:21:48 [2022-09-05T09:21:48.738Z] === PAUSE TestVolumesInvalidJSON/volumes/create
09:21:48 [2022-09-05T09:21:48.738Z] === CONT  TestVolumesInvalidJSON/volumes/create
09:21:48 [2022-09-05T09:21:48.738Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
09:21:48 [2022-09-05T09:21:48.738Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
09:21:48 [2022-09-05T09:21:48.738Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
09:21:48 [2022-09-05T09:21:48.738Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
09:21:48 [2022-09-05T09:21:48.738Z] --- PASS: TestVolumesInvalidJSON (0.02s)
09:21:48 [2022-09-05T09:21:48.738Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
09:21:48 [2022-09-05T09:21:48.738Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
09:21:48 [2022-09-05T09:21:48.738Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
09:21:48 [2022-09-05T09:21:48.738Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
09:21:48 [2022-09-05T09:21:48.738Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
09:21:48 [2022-09-05T09:21:48.738Z] PASS
09:21:48 [2022-09-05T09:21:48.738Z] 
09:21:48 [2022-09-05T09:21:48.738Z] DONE 9 tests in 0.178s
09:21:48 [2022-09-05T09:21:48.738Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
09:21:49 [2022-09-05T09:21:49.309Z] Stopping apparmor (via systemctl): apparmor.service.
09:21:49 [2022-09-05T09:21:49.309Z] Removing test suite binaries
09:21:49 [2022-09-05T09:21:49.309Z] exiting test-integration
09:21:49 [2022-09-05T09:21:49.309Z] ++ exit 0
09:21:49 [2022-09-05T09:21:49.309Z]