Skip to content

Console Output

21:27:31 [2022-08-16T21:27:31.104Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43940/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=9d74c7ab9993719ed5f45e492d393f0ad923b536 -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:9d74c7ab9993719ed5f45e492d393f0ad923b536 hack/make.sh dynbinary test-integration
21:27:31 [2022-08-16T21:27:31.672Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
21:27:31 [2022-08-16T21:27:31.672Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
21:27:31 [2022-08-16T21:27:31.672Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
21:27:31 [2022-08-16T21:27:31.672Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
21:27:31 [2022-08-16T21:27:31.672Z] 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)
21:27:31 [2022-08-16T21:27:31.672Z] Detected virtualization docker.
21:27:31 [2022-08-16T21:27:31.672Z] Detected architecture x86-64.
21:27:31 [2022-08-16T21:27:31.672Z] Set hostname to <db7abf0421f6>.
21:27:31 [2022-08-16T21:27:31.672Z] modprobe@configfs.service: Succeeded.
21:27:31 [2022-08-16T21:27:31.672Z] modprobe@drm.service: Succeeded.
21:27:31 [2022-08-16T21:27:31.672Z] modprobe@fuse.service: Succeeded.
21:27:31 [2022-08-16T21:27:31.672Z] + source /etc/docker-entrypoint-cmd
21:27:31 [2022-08-16T21:27:31.672Z] ++ hack/make.sh dynbinary test-integration
21:27:31 [2022-08-16T21:27:31.672Z] 
21:27:31 [2022-08-16T21:27:31.931Z] Removing bundles/
21:27:31 [2022-08-16T21:27:31.931Z] 
21:27:31 [2022-08-16T21:27:31.931Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
21:27:31 [2022-08-16T21:27:31.931Z] Building: bundles/dynbinary-daemon/dockerd
21:27:31 [2022-08-16T21:27:31.931Z] GOOS="" GOARCH="" GOARM=""
21:29:38 [2022-08-16T21:29:38.425Z] Created binary: bundles/dynbinary-daemon/dockerd
21:29:38 [2022-08-16T21:29:38.425Z] Building: bundles/dynbinary-daemon/docker-proxy
21:29:38 [2022-08-16T21:29:38.425Z] GOOS="" GOARCH="" GOARM=""
21:29:38 [2022-08-16T21:29:38.425Z] Created binary: bundles/dynbinary-daemon/docker-proxy
21:29:38 [2022-08-16T21:29:38.425Z] 
21:29:38 [2022-08-16T21:29:38.425Z] ---> Making bundle: test-integration (in bundles/test-integration)
21:29:38 [2022-08-16T21:29:38.425Z] DOCKER_SYSTEMD=1
21:29:38 [2022-08-16T21:29:38.425Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
21:29:38 [2022-08-16T21:29:38.425Z] HOSTNAME=db7abf0421f6
21:29:38 [2022-08-16T21:29:38.425Z] DEST=bundles/test-integration
21:29:38 [2022-08-16T21:29:38.425Z] PWD=/go/src/github.com/docker/docker
21:29:38 [2022-08-16T21:29:38.425Z] DOCKER_GITCOMMIT=9d74c7ab9993719ed5f45e492d393f0ad923b536
21:29:38 [2022-08-16T21:29:38.425Z] container=docker
21:29:38 [2022-08-16T21:29:38.425Z] HOME=/root
21:29:38 [2022-08-16T21:29:38.425Z] LANG=C.UTF-8
21:29:38 [2022-08-16T21:29:38.425Z] INVOCATION_ID=957a8181c0204604b6d15f358f2d436f
21:29:38 [2022-08-16T21:29:38.425Z] GOLANG_VERSION=1.18.5
21:29:38 [2022-08-16T21:29:38.425Z] VALIDATE_REPO=https://github.com/moby/moby.git
21:29:38 [2022-08-16T21:29:38.425Z] VALIDATE_BRANCH=master
21:29:38 [2022-08-16T21:29:38.425Z] TERM=xterm
21:29:38 [2022-08-16T21:29:38.425Z] DOCKER_PKG=github.com/docker/docker
21:29:38 [2022-08-16T21:29:38.425Z] SHLVL=3
21:29:38 [2022-08-16T21:29:38.425Z] TIMEOUT=120m
21:29:38 [2022-08-16T21:29:38.425Z] DOCKER_BUILDTAGS= journald
21:29:38 [2022-08-16T21:29:38.425Z] DOCKER_GRAPHDRIVER=overlay2
21:29:38 [2022-08-16T21:29:38.425Z] GO111MODULE=off
21:29:38 [2022-08-16T21:29:38.425Z] DOCKER_EXPERIMENTAL=1
21:29:38 [2022-08-16T21:29:38.425Z] TEST_SKIP_INTEGRATION_CLI=1
21:29:38 [2022-08-16T21:29:38.425Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
21:29:38 [2022-08-16T21:29:38.425Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
21:29:38 [2022-08-16T21:29:38.425Z] GOPATH=/go
21:29:38 [2022-08-16T21:29:38.425Z] PKG_CONFIG=pkg-config
21:29:38 [2022-08-16T21:29:38.425Z] _=/usr/bin/env
21:29:38 [2022-08-16T21:29:38.425Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
21:30:25 [2022-08-16T21:30:25.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
21:30:25 [2022-08-16T21:30:25.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
21:30:47 [2022-08-16T21:30:47.143Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
21:30:57 [2022-08-16T21:30:57.134Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
21:31:05 [2022-08-16T21:31:05.278Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
21:31:05 [2022-08-16T21:31:05.537Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
21:31:06 [2022-08-16T21:31:06.476Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
21:31:07 [2022-08-16T21:31:07.414Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
21:31:08 [2022-08-16T21:31:08.353Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
21:31:08 [2022-08-16T21:31:08.353Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
21:31:09 [2022-08-16T21:31:09.289Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
21:31:11 [2022-08-16T21:31:11.829Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
21:31:12 [2022-08-16T21:31:12.767Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
21:31:13 [2022-08-16T21:31:13.707Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
21:31:14 [2022-08-16T21:31:14.276Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
21:31:15 [2022-08-16T21:31:15.217Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
21:31:15 [2022-08-16T21:31:15.786Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
21:31:17 [2022-08-16T21:31:17.166Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
21:31:17 [2022-08-16T21:31:17.736Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
21:31:18 [2022-08-16T21:31:18.675Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
21:31:19 [2022-08-16T21:31:19.614Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
21:31:19 [2022-08-16T21:31:19.614Z] Using test binary docker
21:31:19 [2022-08-16T21:31:19.614Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
21:31:19 [2022-08-16T21:31:19.614Z] Starting apparmor (via systemctl): apparmor.service.
21:31:19 [2022-08-16T21:31:19.614Z] Starting dockerd
21:31:19 [2022-08-16T21:31:19.614Z] INFO: Waiting for daemon to start...
21:31:21 [2022-08-16T21:31:21.518Z] .
21:31:21 [2022-08-16T21:31:21.518Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
21:31:21 [2022-08-16T21:31:21.777Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
21:31:21 [2022-08-16T21:31:21.777Z] Error: No such image: emptyfs
21:31:21 [2022-08-16T21:31:21.777Z] Loaded image: emptyfs:latest
21:31:21 [2022-08-16T21:31:21.777Z] Running integration-test (iteration 1)
21:31:21 [2022-08-16T21:31:21.777Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
21:31:22 [2022-08-16T21:31:22.037Z] Loaded image: busybox:latest
21:31:22 [2022-08-16T21:31:22.299Z] Loaded image: busybox:glibc
21:31:23 [2022-08-16T21:31:23.685Z] Loaded image: debian:bullseye-slim
21:31:23 [2022-08-16T21:31:23.685Z] Loaded image: hello-world:latest
21:31:23 [2022-08-16T21:31:23.685Z] Loaded image: arm32v7/hello-world:latest
21:31:23 [2022-08-16T21:31:23.685Z] INFO: Testing against a local daemon
21:31:23 [2022-08-16T21:31:23.685Z] === RUN   TestCgroupNamespacesBuild
21:31:25 [2022-08-16T21:31:25.209Z] --- PASS: TestCgroupNamespacesBuild (1.30s)
21:31:25 [2022-08-16T21:31:25.209Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
21:31:26 [2022-08-16T21:31:26.154Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.25s)
21:31:26 [2022-08-16T21:31:26.154Z] === RUN   TestBuildWithSession
21:31:26 [2022-08-16T21:31:26.154Z]     build_session_test.go:25: TODO: BuildKit
21:31:26 [2022-08-16T21:31:26.154Z] --- SKIP: TestBuildWithSession (0.00s)
21:31:26 [2022-08-16T21:31:26.154Z] === RUN   TestBuildSquashParent
21:31:30 [2022-08-16T21:31:30.382Z] --- PASS: TestBuildSquashParent (4.24s)
21:31:30 [2022-08-16T21:31:30.382Z] === RUN   TestBuildWithRemoveAndForceRemove
21:31:30 [2022-08-16T21:31:30.382Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
21:31:30 [2022-08-16T21:31:30.382Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
21:31:30 [2022-08-16T21:31:30.382Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
21:31:30 [2022-08-16T21:31:30.382Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
21:31:30 [2022-08-16T21:31:30.382Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
21:31:30 [2022-08-16T21:31:30.382Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
21:31:30 [2022-08-16T21:31:30.382Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
21:31:30 [2022-08-16T21:31:30.382Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
21:31:30 [2022-08-16T21:31:30.382Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
21:31:30 [2022-08-16T21:31:30.382Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
21:31:30 [2022-08-16T21:31:30.383Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
21:31:30 [2022-08-16T21:31:30.383Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
21:31:30 [2022-08-16T21:31:30.383Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
21:31:30 [2022-08-16T21:31:30.383Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
21:31:32 [2022-08-16T21:31:32.302Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
21:31:32 [2022-08-16T21:31:32.562Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
21:31:33 [2022-08-16T21:31:33.947Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
21:31:33 [2022-08-16T21:31:33.948Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
21:31:35 [2022-08-16T21:31:35.456Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
21:31:35 [2022-08-16T21:31:35.456Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.65s)
21:31:35 [2022-08-16T21:31:35.456Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.96s)
21:31:35 [2022-08-16T21:31:35.456Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.50s)
21:31:35 [2022-08-16T21:31:35.456Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.56s)
21:31:35 [2022-08-16T21:31:35.456Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.60s)
21:31:35 [2022-08-16T21:31:35.456Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.48s)
21:31:35 [2022-08-16T21:31:35.457Z] === RUN   TestBuildMultiStageCopy
21:31:35 [2022-08-16T21:31:35.457Z] === RUN   TestBuildMultiStageCopy/copy_to_root
21:31:37 [2022-08-16T21:31:37.373Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
21:31:37 [2022-08-16T21:31:37.373Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
21:31:37 [2022-08-16T21:31:37.373Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
21:31:37 [2022-08-16T21:31:37.637Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
21:31:37 [2022-08-16T21:31:37.897Z] --- PASS: TestBuildMultiStageCopy (2.43s)
21:31:37 [2022-08-16T21:31:37.897Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.52s)
21:31:37 [2022-08-16T21:31:37.897Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.22s)
21:31:37 [2022-08-16T21:31:37.897Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s)
21:31:37 [2022-08-16T21:31:37.897Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s)
21:31:37 [2022-08-16T21:31:37.897Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s)
21:31:37 [2022-08-16T21:31:37.897Z] === RUN   TestBuildMultiStageParentConfig
21:31:38 [2022-08-16T21:31:38.471Z] --- PASS: TestBuildMultiStageParentConfig (0.63s)
21:31:38 [2022-08-16T21:31:38.471Z] === RUN   TestBuildLabelWithTargets
21:31:39 [2022-08-16T21:31:39.875Z] --- PASS: TestBuildLabelWithTargets (1.01s)
21:31:39 [2022-08-16T21:31:39.875Z] === RUN   TestBuildWithEmptyLayers
21:31:40 [2022-08-16T21:31:40.138Z] --- PASS: TestBuildWithEmptyLayers (0.43s)
21:31:40 [2022-08-16T21:31:40.138Z] === RUN   TestBuildMultiStageOnBuild
21:31:42 [2022-08-16T21:31:42.051Z] --- PASS: TestBuildMultiStageOnBuild (1.75s)
21:31:42 [2022-08-16T21:31:42.051Z] === RUN   TestBuildUncleanTarFilenames
21:31:42 [2022-08-16T21:31:42.454Z] --- PASS: TestBuildUncleanTarFilenames (0.62s)
21:31:42 [2022-08-16T21:31:42.454Z] === RUN   TestBuildMultiStageLayerLeak
21:31:44 [2022-08-16T21:31:44.369Z] --- PASS: TestBuildMultiStageLayerLeak (1.79s)
21:31:44 [2022-08-16T21:31:44.369Z] === RUN   TestBuildWithHugeFile
21:32:40 [2022-08-16T21:32:40.632Z] --- PASS: TestBuildWithHugeFile (48.83s)
21:32:40 [2022-08-16T21:32:40.632Z] === RUN   TestBuildWCOWSandboxSize
21:32:40 [2022-08-16T21:32:40.632Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
21:32:40 [2022-08-16T21:32:40.632Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
21:32:40 [2022-08-16T21:32:40.632Z] === RUN   TestBuildWithEmptyDockerfile
21:32:40 [2022-08-16T21:32:40.632Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
21:32:40 [2022-08-16T21:32:40.632Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
21:32:40 [2022-08-16T21:32:40.632Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
21:32:40 [2022-08-16T21:32:40.632Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
21:32:40 [2022-08-16T21:32:40.632Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
21:32:40 [2022-08-16T21:32:40.632Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
21:32:40 [2022-08-16T21:32:40.632Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
21:32:40 [2022-08-16T21:32:40.632Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
21:32:40 [2022-08-16T21:32:40.632Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
21:32:40 [2022-08-16T21:32:40.632Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
21:32:40 [2022-08-16T21:32:40.632Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s)
21:32:40 [2022-08-16T21:32:40.632Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s)
21:32:40 [2022-08-16T21:32:40.632Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
21:32:40 [2022-08-16T21:32:40.632Z] === RUN   TestBuildPreserveOwnership
21:32:40 [2022-08-16T21:32:40.632Z] === RUN   TestBuildPreserveOwnership/copy_from
21:32:40 [2022-08-16T21:32:40.633Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
21:32:40 [2022-08-16T21:32:40.633Z] --- PASS: TestBuildPreserveOwnership (3.56s)
21:32:40 [2022-08-16T21:32:40.633Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.37s)
21:32:40 [2022-08-16T21:32:40.633Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.18s)
21:32:40 [2022-08-16T21:32:40.633Z] === RUN   TestBuildPlatformInvalid
21:32:40 [2022-08-16T21:32:40.633Z] --- PASS: TestBuildPlatformInvalid (0.07s)
21:32:40 [2022-08-16T21:32:40.633Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
21:32:40 [2022-08-16T21:32:40.633Z] Loaded image: busybox:latest
21:32:40 [2022-08-16T21:32:40.633Z] Loaded image: busybox:glibc
21:32:40 [2022-08-16T21:32:40.633Z] Loaded image: debian:bullseye-slim
21:32:40 [2022-08-16T21:32:40.633Z] Loaded image: hello-world:latest
21:32:40 [2022-08-16T21:32:40.633Z] Loaded image: arm32v7/hello-world:latest
21:32:48 [2022-08-16T21:32:48.755Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.69s)
21:32:48 [2022-08-16T21:32:48.755Z] PASS
21:32:48 [2022-08-16T21:32:48.755Z] 
21:32:48 [2022-08-16T21:32:48.755Z] === Skipped
21:32:48 [2022-08-16T21:32:48.755Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
21:32:48 [2022-08-16T21:32:48.755Z]     build_session_test.go:25: TODO: BuildKit
21:32:48 [2022-08-16T21:32:48.755Z] 
21:32:48 [2022-08-16T21:32:48.755Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
21:32:48 [2022-08-16T21:32:48.755Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
21:32:48 [2022-08-16T21:32:48.755Z] 
21:32:48 [2022-08-16T21:32:48.755Z] DONE 34 tests, 2 skipped in 85.709s
21:32:48 [2022-08-16T21:32:48.755Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
21:32:48 [2022-08-16T21:32:48.755Z] INFO: Testing against a local daemon
21:32:48 [2022-08-16T21:32:48.755Z] === RUN   TestConfigInspect
21:32:49 [2022-08-16T21:32:49.691Z] --- PASS: TestConfigInspect (2.20s)
21:32:49 [2022-08-16T21:32:49.691Z] === RUN   TestConfigList
21:32:52 [2022-08-16T21:32:52.224Z] --- PASS: TestConfigList (2.20s)
21:32:52 [2022-08-16T21:32:52.224Z] === RUN   TestConfigsCreateAndDelete
21:32:54 [2022-08-16T21:32:54.127Z] --- PASS: TestConfigsCreateAndDelete (2.16s)
21:32:54 [2022-08-16T21:32:54.127Z] === RUN   TestConfigsUpdate
21:32:56 [2022-08-16T21:32:56.271Z] --- PASS: TestConfigsUpdate (2.18s)
21:32:56 [2022-08-16T21:32:56.271Z] === RUN   TestTemplatedConfig
21:32:59 [2022-08-16T21:32:59.558Z] --- PASS: TestTemplatedConfig (2.83s)
21:32:59 [2022-08-16T21:32:59.558Z] === RUN   TestConfigCreateResolve
21:33:01 [2022-08-16T21:33:01.461Z] --- PASS: TestConfigCreateResolve (2.19s)
21:33:01 [2022-08-16T21:33:01.461Z] PASS
21:33:01 [2022-08-16T21:33:01.461Z] 
21:33:01 [2022-08-16T21:33:01.461Z] DONE 6 tests in 13.784s
21:33:01 [2022-08-16T21:33:01.461Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
21:33:01 [2022-08-16T21:33:01.461Z] INFO: Testing against a local daemon
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestAttachWithTTY
21:33:01 [2022-08-16T21:33:01.461Z] --- PASS: TestAttachWithTTY (0.06s)
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestAttachWithoutTTy
21:33:01 [2022-08-16T21:33:01.461Z] --- PASS: TestAttachWithoutTTy (0.05s)
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestCheckpoint
21:33:01 [2022-08-16T21:33:01.461Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
21:33:01 [2022-08-16T21:33:01.461Z] --- SKIP: TestCheckpoint (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/commit
21:33:01 [2022-08-16T21:33:01.461Z] === PAUSE TestContainerInvalidJSON/commit
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/containers/create
21:33:01 [2022-08-16T21:33:01.461Z] === PAUSE TestContainerInvalidJSON/containers/create
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
21:33:01 [2022-08-16T21:33:01.461Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
21:33:01 [2022-08-16T21:33:01.461Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
21:33:01 [2022-08-16T21:33:01.461Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
21:33:01 [2022-08-16T21:33:01.461Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
21:33:01 [2022-08-16T21:33:01.461Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
21:33:01 [2022-08-16T21:33:01.461Z] === CONT  TestContainerInvalidJSON/commit
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
21:33:01 [2022-08-16T21:33:01.461Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/commit/empty_body
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
21:33:01 [2022-08-16T21:33:01.461Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
21:33:01 [2022-08-16T21:33:01.461Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
21:33:01 [2022-08-16T21:33:01.461Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
21:33:01 [2022-08-16T21:33:01.461Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
21:33:01 [2022-08-16T21:33:01.461Z] === CONT  TestContainerInvalidJSON/containers/create
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
21:33:01 [2022-08-16T21:33:01.461Z] --- PASS: TestContainerInvalidJSON (0.01s)
21:33:01 [2022-08-16T21:33:01.461Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
21:33:01 [2022-08-16T21:33:01.461Z] === RUN   TestCopyFromContainerPathDoesNotExist
21:33:01 [2022-08-16T21:33:01.720Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
21:33:01 [2022-08-16T21:33:01.720Z] === RUN   TestCopyFromContainerPathIsNotDir
21:33:01 [2022-08-16T21:33:01.720Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
21:33:01 [2022-08-16T21:33:01.720Z] === RUN   TestCopyToContainerPathDoesNotExist
21:33:01 [2022-08-16T21:33:01.720Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
21:33:01 [2022-08-16T21:33:01.720Z] === RUN   TestCopyEmptyFile
21:33:01 [2022-08-16T21:33:01.980Z] --- PASS: TestCopyEmptyFile (0.23s)
21:33:01 [2022-08-16T21:33:01.980Z] === RUN   TestCopyToContainerPathIsNotDir
21:33:01 [2022-08-16T21:33:01.980Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s)
21:33:01 [2022-08-16T21:33:01.980Z] === RUN   TestCopyFromContainer
21:33:03 [2022-08-16T21:33:03.358Z] === RUN   TestCopyFromContainer//
21:33:03 [2022-08-16T21:33:03.359Z] === RUN   TestCopyFromContainer//bar/root
21:33:03 [2022-08-16T21:33:03.359Z] === RUN   TestCopyFromContainer//bar/root/
21:33:03 [2022-08-16T21:33:03.359Z] === RUN   TestCopyFromContainer/bar/quux
21:33:03 [2022-08-16T21:33:03.359Z] === RUN   TestCopyFromContainer/bar/quux/
21:33:03 [2022-08-16T21:33:03.359Z] === RUN   TestCopyFromContainer/bar/quux/baz
21:33:03 [2022-08-16T21:33:03.618Z] === RUN   TestCopyFromContainer/bar/filesymlink
21:33:03 [2022-08-16T21:33:03.618Z] === RUN   TestCopyFromContainer/bar/dirsymlink
21:33:03 [2022-08-16T21:33:03.618Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
21:33:03 [2022-08-16T21:33:03.618Z] === RUN   TestCopyFromContainer/bar/notarget
21:33:03 [2022-08-16T21:33:03.877Z] --- PASS: TestCopyFromContainer (1.78s)
21:33:03 [2022-08-16T21:33:03.877Z]     --- PASS: TestCopyFromContainer// (0.06s)
21:33:03 [2022-08-16T21:33:03.877Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
21:33:03 [2022-08-16T21:33:03.877Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
21:33:03 [2022-08-16T21:33:03.877Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
21:33:03 [2022-08-16T21:33:03.877Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
21:33:03 [2022-08-16T21:33:03.877Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
21:33:03 [2022-08-16T21:33:03.877Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
21:33:03 [2022-08-16T21:33:03.877Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
21:33:03 [2022-08-16T21:33:03.877Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
21:33:03 [2022-08-16T21:33:03.877Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
21:33:03 [2022-08-16T21:33:03.877Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
21:33:03 [2022-08-16T21:33:03.877Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
21:33:03 [2022-08-16T21:33:03.877Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
21:33:03 [2022-08-16T21:33:03.877Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
21:33:03 [2022-08-16T21:33:03.877Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
21:33:03 [2022-08-16T21:33:03.877Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
21:33:03 [2022-08-16T21:33:03.877Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
21:33:03 [2022-08-16T21:33:03.877Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
21:33:03 [2022-08-16T21:33:03.877Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
21:33:03 [2022-08-16T21:33:03.877Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
21:33:03 [2022-08-16T21:33:03.877Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
21:33:03 [2022-08-16T21:33:03.877Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
21:33:03 [2022-08-16T21:33:03.877Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
21:33:03 [2022-08-16T21:33:03.877Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
21:33:03 [2022-08-16T21:33:03.877Z] === RUN   TestCreateLinkToNonExistingContainer
21:33:03 [2022-08-16T21:33:03.877Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
21:33:03 [2022-08-16T21:33:03.877Z] === RUN   TestCreateWithInvalidEnv
21:33:03 [2022-08-16T21:33:03.877Z] === RUN   TestCreateWithInvalidEnv/0
21:33:03 [2022-08-16T21:33:03.877Z] === PAUSE TestCreateWithInvalidEnv/0
21:33:03 [2022-08-16T21:33:03.877Z] === RUN   TestCreateWithInvalidEnv/1
21:33:03 [2022-08-16T21:33:03.877Z] === PAUSE TestCreateWithInvalidEnv/1
21:33:03 [2022-08-16T21:33:03.877Z] === RUN   TestCreateWithInvalidEnv/2
21:33:03 [2022-08-16T21:33:03.877Z] === PAUSE TestCreateWithInvalidEnv/2
21:33:03 [2022-08-16T21:33:03.877Z] === CONT  TestCreateWithInvalidEnv/0
21:33:03 [2022-08-16T21:33:03.877Z] === CONT  TestCreateWithInvalidEnv/2
21:33:03 [2022-08-16T21:33:03.877Z] === CONT  TestCreateWithInvalidEnv/1
21:33:03 [2022-08-16T21:33:03.877Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
21:33:03 [2022-08-16T21:33:03.877Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
21:33:03 [2022-08-16T21:33:03.877Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
21:33:03 [2022-08-16T21:33:03.877Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
21:33:03 [2022-08-16T21:33:03.877Z] === RUN   TestCreateTmpfsMountsTarget
21:33:03 [2022-08-16T21:33:03.877Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
21:33:03 [2022-08-16T21:33:03.877Z] === RUN   TestCreateWithCustomMaskedPaths
21:33:05 [2022-08-16T21:33:05.797Z] --- PASS: TestCreateWithCustomMaskedPaths (1.77s)
21:33:05 [2022-08-16T21:33:05.797Z] === RUN   TestCreateWithCustomReadonlyPaths
21:33:07 [2022-08-16T21:33:07.701Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.79s)
21:33:07 [2022-08-16T21:33:07.701Z] === RUN   TestCreateWithInvalidHealthcheckParams
21:33:07 [2022-08-16T21:33:07.701Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
21:33:07 [2022-08-16T21:33:07.701Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
21:33:07 [2022-08-16T21:33:07.701Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
21:33:07 [2022-08-16T21:33:07.701Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
21:33:07 [2022-08-16T21:33:07.701Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
21:33:07 [2022-08-16T21:33:07.701Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
21:33:07 [2022-08-16T21:33:07.701Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
21:33:07 [2022-08-16T21:33:07.701Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
21:33:07 [2022-08-16T21:33:07.701Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
21:33:07 [2022-08-16T21:33:07.701Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
21:33:07 [2022-08-16T21:33:07.701Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
21:33:07 [2022-08-16T21:33:07.701Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
21:33:07 [2022-08-16T21:33:07.701Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
21:33:07 [2022-08-16T21:33:07.701Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
21:33:07 [2022-08-16T21:33:07.701Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
21:33:07 [2022-08-16T21:33:07.701Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
21:33:07 [2022-08-16T21:33:07.701Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
21:33:07 [2022-08-16T21:33:07.701Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
21:33:07 [2022-08-16T21:33:07.701Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
21:33:07 [2022-08-16T21:33:07.701Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
21:33:07 [2022-08-16T21:33:07.701Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
21:33:07 [2022-08-16T21:33:07.701Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
21:33:07 [2022-08-16T21:33:07.961Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.58s)
21:33:07 [2022-08-16T21:33:07.961Z] === RUN   TestCreateDifferentPlatform
21:33:07 [2022-08-16T21:33:07.961Z] === RUN   TestCreateDifferentPlatform/different_os
21:33:07 [2022-08-16T21:33:07.961Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
21:33:07 [2022-08-16T21:33:07.961Z] --- PASS: TestCreateDifferentPlatform (0.01s)
21:33:07 [2022-08-16T21:33:07.961Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
21:33:07 [2022-08-16T21:33:07.961Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
21:33:07 [2022-08-16T21:33:07.961Z] === RUN   TestCreateVolumesFromNonExistingContainer
21:33:07 [2022-08-16T21:33:07.961Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
21:33:07 [2022-08-16T21:33:07.961Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
21:33:08 [2022-08-16T21:33:08.219Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
21:33:08 [2022-08-16T21:33:08.219Z] === RUN   TestCreateInvalidHostConfig
21:33:08 [2022-08-16T21:33:08.219Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
21:33:08 [2022-08-16T21:33:08.219Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
21:33:08 [2022-08-16T21:33:08.219Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
21:33:08 [2022-08-16T21:33:08.219Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
21:33:08 [2022-08-16T21:33:08.219Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
21:33:08 [2022-08-16T21:33:08.219Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
21:33:08 [2022-08-16T21:33:08.219Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
21:33:08 [2022-08-16T21:33:08.219Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
21:33:08 [2022-08-16T21:33:08.219Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
21:33:08 [2022-08-16T21:33:08.219Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
21:33:08 [2022-08-16T21:33:08.219Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
21:33:08 [2022-08-16T21:33:08.219Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
21:33:08 [2022-08-16T21:33:08.219Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
21:33:08 [2022-08-16T21:33:08.219Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
21:33:08 [2022-08-16T21:33:08.219Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
21:33:08 [2022-08-16T21:33:08.219Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
21:33:08 [2022-08-16T21:33:08.219Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
21:33:08 [2022-08-16T21:33:08.219Z] === RUN   TestContainerStartOnDaemonRestart
21:33:08 [2022-08-16T21:33:08.219Z] === PAUSE TestContainerStartOnDaemonRestart
21:33:08 [2022-08-16T21:33:08.219Z] === RUN   TestDaemonRestartIpcMode
21:33:08 [2022-08-16T21:33:08.219Z] === PAUSE TestDaemonRestartIpcMode
21:33:08 [2022-08-16T21:33:08.219Z] === RUN   TestDaemonHostGatewayIP
21:33:08 [2022-08-16T21:33:08.219Z] === PAUSE TestDaemonHostGatewayIP
21:33:08 [2022-08-16T21:33:08.219Z] === RUN   TestRestartDaemonWithRestartingContainer
21:33:08 [2022-08-16T21:33:08.219Z] === PAUSE TestRestartDaemonWithRestartingContainer
21:33:08 [2022-08-16T21:33:08.219Z] === RUN   TestContainerKillOnDaemonStart
21:33:08 [2022-08-16T21:33:08.219Z] === PAUSE TestContainerKillOnDaemonStart
21:33:08 [2022-08-16T21:33:08.219Z] === RUN   TestDiff
21:33:08 [2022-08-16T21:33:08.786Z] --- PASS: TestDiff (0.58s)
21:33:08 [2022-08-16T21:33:08.786Z] === RUN   TestExecConsoleSize
21:33:09 [2022-08-16T21:33:09.353Z] --- PASS: TestExecConsoleSize (0.62s)
21:33:09 [2022-08-16T21:33:09.353Z] === RUN   TestExecWithCloseStdin
21:33:09 [2022-08-16T21:33:09.921Z] --- PASS: TestExecWithCloseStdin (0.63s)
21:33:09 [2022-08-16T21:33:09.921Z] === RUN   TestExec
21:33:10 [2022-08-16T21:33:10.857Z] --- PASS: TestExec (0.67s)
21:33:10 [2022-08-16T21:33:10.857Z] === RUN   TestExecUser
21:33:11 [2022-08-16T21:33:11.432Z] --- PASS: TestExecUser (0.63s)
21:33:11 [2022-08-16T21:33:11.432Z] === RUN   TestExportContainerAndImportImage
21:33:12 [2022-08-16T21:33:12.001Z] --- PASS: TestExportContainerAndImportImage (0.69s)
21:33:12 [2022-08-16T21:33:12.001Z] === RUN   TestExportContainerAfterDaemonRestart
21:33:13 [2022-08-16T21:33:13.377Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s)
21:33:13 [2022-08-16T21:33:13.377Z] === RUN   TestHealthCheckWorkdir
21:33:13 [2022-08-16T21:33:13.945Z] --- PASS: TestHealthCheckWorkdir (0.84s)
21:33:13 [2022-08-16T21:33:13.945Z] === RUN   TestHealthKillContainer
21:33:23 [2022-08-16T21:33:23.920Z] --- PASS: TestHealthKillContainer (8.23s)
21:33:23 [2022-08-16T21:33:23.920Z] === RUN   TestInspectCpusetInConfigPre120
21:33:23 [2022-08-16T21:33:23.920Z] --- PASS: TestInspectCpusetInConfigPre120 (0.57s)
21:33:23 [2022-08-16T21:33:23.920Z] === RUN   TestIpcModeNone
21:33:23 [2022-08-16T21:33:23.920Z] --- PASS: TestIpcModeNone (0.62s)
21:33:23 [2022-08-16T21:33:23.920Z] === RUN   TestIpcModePrivate
21:33:23 [2022-08-16T21:33:23.920Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false
21:33:24 [2022-08-16T21:33:24.184Z] --- PASS: TestIpcModePrivate (0.62s)
21:33:24 [2022-08-16T21:33:24.184Z] === RUN   TestIpcModeShareable
21:33:24 [2022-08-16T21:33:24.448Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:55, shared: true, mustBeShared: true
21:33:24 [2022-08-16T21:33:24.706Z] --- PASS: TestIpcModeShareable (0.61s)
21:33:24 [2022-08-16T21:33:24.706Z] === RUN   TestAPIIpcModeShareableAndContainer
21:33:26 [2022-08-16T21:33:26.608Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.86s)
21:33:26 [2022-08-16T21:33:26.608Z] === RUN   TestAPIIpcModeHost
21:33:26 [2022-08-16T21:33:26.867Z] --- PASS: TestAPIIpcModeHost (0.36s)
21:33:26 [2022-08-16T21:33:26.867Z] === RUN   TestDaemonIpcModeShareable
21:33:28 [2022-08-16T21:33:28.244Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
21:33:28 [2022-08-16T21:33:28.245Z] --- PASS: TestDaemonIpcModeShareable (1.23s)
21:33:28 [2022-08-16T21:33:28.245Z] === RUN   TestDaemonIpcModePrivate
21:33:29 [2022-08-16T21:33:29.183Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false
21:33:29 [2022-08-16T21:33:29.442Z] --- PASS: TestDaemonIpcModePrivate (1.18s)
21:33:29 [2022-08-16T21:33:29.442Z] === RUN   TestDaemonIpcModePrivateFromConfig
21:33:30 [2022-08-16T21:33:30.378Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false
21:33:30 [2022-08-16T21:33:30.637Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.23s)
21:33:30 [2022-08-16T21:33:30.637Z] === RUN   TestDaemonIpcModeShareableFromConfig
21:33:31 [2022-08-16T21:33:31.573Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
21:33:31 [2022-08-16T21:33:31.832Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.22s)
21:33:31 [2022-08-16T21:33:31.832Z] === RUN   TestIpcModeOlderClient
21:33:31 [2022-08-16T21:33:31.832Z] === PAUSE TestIpcModeOlderClient
21:33:31 [2022-08-16T21:33:31.832Z] === RUN   TestKillContainerInvalidSignal
21:33:32 [2022-08-16T21:33:32.091Z] --- PASS: TestKillContainerInvalidSignal (0.43s)
21:33:32 [2022-08-16T21:33:32.091Z] === RUN   TestKillContainer
21:33:32 [2022-08-16T21:33:32.091Z] === RUN   TestKillContainer/no_signal
21:33:32 [2022-08-16T21:33:32.660Z] === RUN   TestKillContainer/non_killing_signal
21:33:33 [2022-08-16T21:33:33.229Z] === RUN   TestKillContainer/killing_signal
21:33:33 [2022-08-16T21:33:33.796Z] --- PASS: TestKillContainer (1.51s)
21:33:33 [2022-08-16T21:33:33.796Z]     --- PASS: TestKillContainer/no_signal (0.57s)
21:33:33 [2022-08-16T21:33:33.796Z]     --- PASS: TestKillContainer/non_killing_signal (0.29s)
21:33:33 [2022-08-16T21:33:33.796Z]     --- PASS: TestKillContainer/killing_signal (0.46s)
21:33:33 [2022-08-16T21:33:33.796Z] === RUN   TestKillWithStopSignalAndRestartPolicies
21:33:33 [2022-08-16T21:33:33.796Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
21:33:34 [2022-08-16T21:33:34.055Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
21:33:34 [2022-08-16T21:33:34.992Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.30s)
21:33:34 [2022-08-16T21:33:34.992Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.44s)
21:33:34 [2022-08-16T21:33:34.992Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.70s)
21:33:34 [2022-08-16T21:33:34.992Z] === RUN   TestKillStoppedContainer
21:33:34 [2022-08-16T21:33:34.992Z] --- PASS: TestKillStoppedContainer (0.05s)
21:33:34 [2022-08-16T21:33:34.992Z] === RUN   TestKillStoppedContainerAPIPre120
21:33:34 [2022-08-16T21:33:34.992Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
21:33:34 [2022-08-16T21:33:34.992Z] === RUN   TestKillDifferentUserContainer
21:33:35 [2022-08-16T21:33:35.560Z] --- PASS: TestKillDifferentUserContainer (0.43s)
21:33:35 [2022-08-16T21:33:35.560Z] === RUN   TestInspectOomKilledTrue
21:33:35 [2022-08-16T21:33:35.560Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
21:33:35 [2022-08-16T21:33:35.560Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
21:33:35 [2022-08-16T21:33:35.560Z] === RUN   TestInspectOomKilledFalse
21:33:35 [2022-08-16T21:33:35.819Z] --- PASS: TestInspectOomKilledFalse (0.41s)
21:33:35 [2022-08-16T21:33:35.819Z] === RUN   TestLinksEtcHostsContentMatch
21:33:36 [2022-08-16T21:33:36.386Z] --- PASS: TestLinksEtcHostsContentMatch (0.33s)
21:33:36 [2022-08-16T21:33:36.386Z] === RUN   TestLinksContainerNames
21:33:37 [2022-08-16T21:33:37.323Z] --- PASS: TestLinksContainerNames (0.89s)
21:33:37 [2022-08-16T21:33:37.323Z] === RUN   TestLogsFollowTailEmpty
21:33:37 [2022-08-16T21:33:37.584Z] --- PASS: TestLogsFollowTailEmpty (0.45s)
21:33:37 [2022-08-16T21:33:37.584Z] === RUN   TestLogs
21:33:37 [2022-08-16T21:33:37.584Z] === RUN   TestLogs/driver_local
21:33:37 [2022-08-16T21:33:37.584Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
21:33:37 [2022-08-16T21:33:37.584Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
21:33:37 [2022-08-16T21:33:37.584Z] === RUN   TestLogs/driver_local/tty/only_stdout
21:33:37 [2022-08-16T21:33:37.584Z] === PAUSE TestLogs/driver_local/tty/only_stdout
21:33:37 [2022-08-16T21:33:37.584Z] === RUN   TestLogs/driver_local/tty/only_stderr
21:33:37 [2022-08-16T21:33:37.584Z] === PAUSE TestLogs/driver_local/tty/only_stderr
21:33:37 [2022-08-16T21:33:37.584Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
21:33:37 [2022-08-16T21:33:37.584Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
21:33:37 [2022-08-16T21:33:37.584Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
21:33:37 [2022-08-16T21:33:37.584Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
21:33:37 [2022-08-16T21:33:37.584Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
21:33:37 [2022-08-16T21:33:37.584Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
21:33:37 [2022-08-16T21:33:37.584Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
21:33:37 [2022-08-16T21:33:37.584Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
21:33:38 [2022-08-16T21:33:38.170Z] === CONT  TestLogs/driver_local/tty/only_stderr
21:33:38 [2022-08-16T21:33:38.429Z] === CONT  TestLogs/driver_local/tty/only_stdout
21:33:38 [2022-08-16T21:33:38.996Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
21:33:38 [2022-08-16T21:33:38.996Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
21:33:39 [2022-08-16T21:33:39.563Z] === RUN   TestLogs/driver_json-file
21:33:39 [2022-08-16T21:33:39.563Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
21:33:39 [2022-08-16T21:33:39.563Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
21:33:39 [2022-08-16T21:33:39.563Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
21:33:39 [2022-08-16T21:33:39.563Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
21:33:39 [2022-08-16T21:33:39.563Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
21:33:39 [2022-08-16T21:33:39.563Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
21:33:39 [2022-08-16T21:33:39.563Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
21:33:39 [2022-08-16T21:33:39.563Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
21:33:39 [2022-08-16T21:33:39.563Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
21:33:39 [2022-08-16T21:33:39.563Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
21:33:39 [2022-08-16T21:33:39.563Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
21:33:39 [2022-08-16T21:33:39.563Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
21:33:39 [2022-08-16T21:33:39.563Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
21:33:39 [2022-08-16T21:33:39.563Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
21:33:40 [2022-08-16T21:33:40.130Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
21:33:40 [2022-08-16T21:33:40.130Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
21:33:41 [2022-08-16T21:33:41.067Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
21:33:41 [2022-08-16T21:33:41.067Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
21:33:41 [2022-08-16T21:33:41.326Z] --- PASS: TestLogs (3.82s)
21:33:41 [2022-08-16T21:33:41.326Z]     --- PASS: TestLogs/driver_local (0.01s)
21:33:41 [2022-08-16T21:33:41.326Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.65s)
21:33:41 [2022-08-16T21:33:41.326Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.69s)
21:33:41 [2022-08-16T21:33:41.326Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.61s)
21:33:41 [2022-08-16T21:33:41.326Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.61s)
21:33:41 [2022-08-16T21:33:41.326Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.58s)
21:33:41 [2022-08-16T21:33:41.326Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.56s)
21:33:41 [2022-08-16T21:33:41.326Z]     --- PASS: TestLogs/driver_json-file (0.01s)
21:33:41 [2022-08-16T21:33:41.326Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.61s)
21:33:41 [2022-08-16T21:33:41.326Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.69s)
21:33:41 [2022-08-16T21:33:41.326Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.75s)
21:33:41 [2022-08-16T21:33:41.326Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.69s)
21:33:41 [2022-08-16T21:33:41.327Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.57s)
21:33:41 [2022-08-16T21:33:41.327Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.55s)
21:33:41 [2022-08-16T21:33:41.327Z] === RUN   TestContainerNetworkMountsNoChown
21:33:41 [2022-08-16T21:33:41.895Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s)
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/default
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/default
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/private
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/private
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/rprivate
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/rprivate
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/slave
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/slave
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/rslave
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/rslave
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/shared
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/shared
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/rshared
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/rshared
21:33:41 [2022-08-16T21:33:41.895Z] === CONT  TestMountDaemonRoot/default
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/default/bind_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/default/mount_root
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/default/mount_root
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/default/mount_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/default/bind_root
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/default/bind_root
21:33:41 [2022-08-16T21:33:41.895Z] === CONT  TestMountDaemonRoot/default/bind_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === CONT  TestMountDaemonRoot/rshared
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/rshared/mount_root
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/rshared/bind_root
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
21:33:41 [2022-08-16T21:33:41.895Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === CONT  TestMountDaemonRoot/shared
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/shared/bind_root
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/shared/bind_root
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/shared/mount_root
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/shared/mount_root
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === CONT  TestMountDaemonRoot/rslave
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/rslave/mount_root
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/rslave/bind_root
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
21:33:41 [2022-08-16T21:33:41.895Z] === CONT  TestMountDaemonRoot/slave
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/slave/bind_root
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/slave/bind_root
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/slave/mount_root
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/slave/mount_root
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === CONT  TestMountDaemonRoot/rprivate
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === CONT  TestMountDaemonRoot/private
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/private/bind_root
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/private/bind_root
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/private/bind_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/private/mount_root
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/private/mount_root
21:33:41 [2022-08-16T21:33:41.895Z] === RUN   TestMountDaemonRoot/private/mount_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === CONT  TestMountDaemonRoot/default/bind_root
21:33:41 [2022-08-16T21:33:41.895Z] === CONT  TestMountDaemonRoot/default/mount_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === CONT  TestMountDaemonRoot/default/mount_root
21:33:41 [2022-08-16T21:33:41.895Z] === CONT  TestMountDaemonRoot/rshared/bind_root
21:33:41 [2022-08-16T21:33:41.895Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
21:33:41 [2022-08-16T21:33:41.895Z] === CONT  TestMountDaemonRoot/rshared/mount_root
21:33:42 [2022-08-16T21:33:42.156Z] === CONT  TestMountDaemonRoot/shared/bind_root
21:33:42 [2022-08-16T21:33:42.156Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
21:33:42 [2022-08-16T21:33:42.156Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
21:33:42 [2022-08-16T21:33:42.156Z] === CONT  TestMountDaemonRoot/shared/mount_root
21:33:42 [2022-08-16T21:33:42.156Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
21:33:42 [2022-08-16T21:33:42.156Z] === CONT  TestMountDaemonRoot/slave/bind_root
21:33:42 [2022-08-16T21:33:42.156Z] === CONT  TestMountDaemonRoot/rslave/bind_root
21:33:42 [2022-08-16T21:33:42.156Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
21:33:42 [2022-08-16T21:33:42.156Z] === CONT  TestMountDaemonRoot/rslave/mount_root
21:33:42 [2022-08-16T21:33:42.156Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
21:33:42 [2022-08-16T21:33:42.156Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
21:33:42 [2022-08-16T21:33:42.156Z] === CONT  TestMountDaemonRoot/slave/mount_root
21:33:42 [2022-08-16T21:33:42.156Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
21:33:42 [2022-08-16T21:33:42.156Z] === CONT  TestMountDaemonRoot/private/bind_root
21:33:42 [2022-08-16T21:33:42.156Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
21:33:42 [2022-08-16T21:33:42.415Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
21:33:42 [2022-08-16T21:33:42.415Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
21:33:42 [2022-08-16T21:33:42.415Z] === CONT  TestMountDaemonRoot/private/mount_subpath
21:33:42 [2022-08-16T21:33:42.415Z] === CONT  TestMountDaemonRoot/private/mount_root
21:33:42 [2022-08-16T21:33:42.415Z] === CONT  TestMountDaemonRoot/private/bind_subpath
21:33:42 [2022-08-16T21:33:42.415Z] --- PASS: TestMountDaemonRoot (0.02s)
21:33:42 [2022-08-16T21:33:42.415Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
21:33:42 [2022-08-16T21:33:42.415Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
21:33:42 [2022-08-16T21:33:42.415Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
21:33:42 [2022-08-16T21:33:42.415Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
21:33:42 [2022-08-16T21:33:42.415Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
21:33:42 [2022-08-16T21:33:42.415Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
21:33:42 [2022-08-16T21:33:42.415Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
21:33:42 [2022-08-16T21:33:42.416Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
21:33:42 [2022-08-16T21:33:42.416Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
21:33:42 [2022-08-16T21:33:42.416Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
21:33:42 [2022-08-16T21:33:42.416Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
21:33:42 [2022-08-16T21:33:42.416Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
21:33:42 [2022-08-16T21:33:42.416Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
21:33:42 [2022-08-16T21:33:42.416Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
21:33:42 [2022-08-16T21:33:42.416Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
21:33:42 [2022-08-16T21:33:42.416Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
21:33:42 [2022-08-16T21:33:42.416Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
21:33:42 [2022-08-16T21:33:42.416Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
21:33:42 [2022-08-16T21:33:42.416Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
21:33:42 [2022-08-16T21:33:42.416Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
21:33:42 [2022-08-16T21:33:42.416Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
21:33:42 [2022-08-16T21:33:42.416Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
21:33:42 [2022-08-16T21:33:42.416Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
21:33:42 [2022-08-16T21:33:42.416Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
21:33:42 [2022-08-16T21:33:42.416Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
21:33:42 [2022-08-16T21:33:42.416Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
21:33:42 [2022-08-16T21:33:42.416Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
21:33:42 [2022-08-16T21:33:42.416Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
21:33:42 [2022-08-16T21:33:42.416Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
21:33:42 [2022-08-16T21:33:42.416Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
21:33:42 [2022-08-16T21:33:42.416Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
21:33:42 [2022-08-16T21:33:42.416Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
21:33:42 [2022-08-16T21:33:42.416Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
21:33:42 [2022-08-16T21:33:42.416Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
21:33:42 [2022-08-16T21:33:42.416Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
21:33:42 [2022-08-16T21:33:42.416Z] === RUN   TestContainerBindMountNonRecursive
21:33:43 [2022-08-16T21:33:43.793Z] --- PASS: TestContainerBindMountNonRecursive (1.34s)
21:33:43 [2022-08-16T21:33:43.793Z] === RUN   TestContainerVolumesMountedAsShared
21:33:44 [2022-08-16T21:33:44.052Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s)
21:33:44 [2022-08-16T21:33:44.052Z] === RUN   TestContainerVolumesMountedAsSlave
21:33:44 [2022-08-16T21:33:44.620Z] --- PASS: TestContainerVolumesMountedAsSlave (0.34s)
21:33:44 [2022-08-16T21:33:44.620Z] === RUN   TestNetworkNat
21:33:44 [2022-08-16T21:33:44.879Z] --- PASS: TestNetworkNat (0.49s)
21:33:44 [2022-08-16T21:33:44.879Z] === RUN   TestNetworkLocalhostTCPNat
21:33:45 [2022-08-16T21:33:45.448Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s)
21:33:45 [2022-08-16T21:33:45.448Z] === RUN   TestNetworkLoopbackNat
21:33:47 [2022-08-16T21:33:47.982Z] --- PASS: TestNetworkLoopbackNat (2.59s)
21:33:47 [2022-08-16T21:33:47.982Z] === RUN   TestPause
21:33:48 [2022-08-16T21:33:48.550Z] --- PASS: TestPause (0.48s)
21:33:48 [2022-08-16T21:33:48.550Z] === RUN   TestPauseFailsOnWindowsServerContainers
21:33:48 [2022-08-16T21:33:48.550Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
21:33:48 [2022-08-16T21:33:48.550Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
21:33:48 [2022-08-16T21:33:48.550Z] === RUN   TestPauseStopPausedContainer
21:33:48 [2022-08-16T21:33:48.811Z] --- PASS: TestPauseStopPausedContainer (0.47s)
21:33:48 [2022-08-16T21:33:48.811Z] === RUN   TestPidHost
21:33:50 [2022-08-16T21:33:50.188Z] --- PASS: TestPidHost (0.99s)
21:33:50 [2022-08-16T21:33:50.188Z] === RUN   TestPsFilter
21:33:50 [2022-08-16T21:33:50.188Z] --- PASS: TestPsFilter (0.12s)
21:33:50 [2022-08-16T21:33:50.188Z] === RUN   TestRemoveContainerWithRemovedVolume
21:33:50 [2022-08-16T21:33:50.447Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.44s)
21:33:50 [2022-08-16T21:33:50.447Z] === RUN   TestRemoveContainerWithVolume
21:33:51 [2022-08-16T21:33:51.017Z] --- PASS: TestRemoveContainerWithVolume (0.45s)
21:33:51 [2022-08-16T21:33:51.017Z] === RUN   TestRemoveContainerRunning
21:33:51 [2022-08-16T21:33:51.277Z] --- PASS: TestRemoveContainerRunning (0.46s)
21:33:51 [2022-08-16T21:33:51.277Z] === RUN   TestRemoveContainerForceRemoveRunning
21:33:51 [2022-08-16T21:33:51.844Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.49s)
21:33:51 [2022-08-16T21:33:51.844Z] === RUN   TestRemoveInvalidContainer
21:33:51 [2022-08-16T21:33:51.844Z] --- PASS: TestRemoveInvalidContainer (0.01s)
21:33:51 [2022-08-16T21:33:51.844Z] === RUN   TestRenameLinkedContainer
21:33:53 [2022-08-16T21:33:53.748Z] --- PASS: TestRenameLinkedContainer (1.78s)
21:33:53 [2022-08-16T21:33:53.748Z] === RUN   TestRenameStoppedContainer
21:33:54 [2022-08-16T21:33:54.006Z] --- PASS: TestRenameStoppedContainer (0.42s)
21:33:54 [2022-08-16T21:33:54.006Z] === RUN   TestRenameRunningContainerAndReuse
21:33:54 [2022-08-16T21:33:54.944Z] --- PASS: TestRenameRunningContainerAndReuse (0.93s)
21:33:54 [2022-08-16T21:33:54.944Z] === RUN   TestRenameInvalidName
21:33:55 [2022-08-16T21:33:55.513Z] --- PASS: TestRenameInvalidName (0.42s)
21:33:55 [2022-08-16T21:33:55.513Z] === RUN   TestRenameAnonymousContainer
21:33:56 [2022-08-16T21:33:56.891Z] --- PASS: TestRenameAnonymousContainer (1.57s)
21:33:56 [2022-08-16T21:33:56.891Z] === RUN   TestRenameContainerWithSameName
21:33:57 [2022-08-16T21:33:57.459Z] --- PASS: TestRenameContainerWithSameName (0.44s)
21:33:57 [2022-08-16T21:33:57.459Z] === RUN   TestRenameContainerWithLinkedContainer
21:33:58 [2022-08-16T21:33:58.397Z] --- PASS: TestRenameContainerWithLinkedContainer (0.86s)
21:33:58 [2022-08-16T21:33:58.397Z] === RUN   TestResize
21:33:58 [2022-08-16T21:33:58.656Z] --- PASS: TestResize (0.45s)
21:33:58 [2022-08-16T21:33:58.656Z] === RUN   TestResizeWithInvalidSize
21:33:59 [2022-08-16T21:33:59.225Z] --- PASS: TestResizeWithInvalidSize (0.47s)
21:33:59 [2022-08-16T21:33:59.225Z] === RUN   TestResizeWhenContainerNotStarted
21:33:59 [2022-08-16T21:33:59.793Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s)
21:33:59 [2022-08-16T21:33:59.793Z] === RUN   TestDaemonRestartKillContainers
21:33:59 [2022-08-16T21:33:59.793Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
21:33:59 [2022-08-16T21:33:59.793Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
21:34:01 [2022-08-16T21:34:01.185Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
21:34:01 [2022-08-16T21:34:01.446Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
21:34:02 [2022-08-16T21:34:02.824Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
21:34:02 [2022-08-16T21:34:02.824Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
21:34:04 [2022-08-16T21:34:04.205Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
21:34:04 [2022-08-16T21:34:04.205Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
21:34:07 [2022-08-16T21:34:07.496Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
21:34:07 [2022-08-16T21:34:07.755Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
21:34:11 [2022-08-16T21:34:11.946Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
21:34:11 [2022-08-16T21:34:11.946Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
21:34:13 [2022-08-16T21:34:13.852Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
21:34:13 [2022-08-16T21:34:13.852Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
21:34:15 [2022-08-16T21:34:15.756Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
21:34:16 [2022-08-16T21:34:16.015Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
21:34:17 [2022-08-16T21:34:17.920Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
21:34:17 [2022-08-16T21:34:17.920Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.43s)
21:34:17 [2022-08-16T21:34:17.920Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.73s)
21:34:17 [2022-08-16T21:34:17.920Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.36s)
21:34:17 [2022-08-16T21:34:17.920Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.77s)
21:34:17 [2022-08-16T21:34:17.920Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.29s)
21:34:17 [2022-08-16T21:34:17.920Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.35s)
21:34:17 [2022-08-16T21:34:17.920Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.59s)
21:34:17 [2022-08-16T21:34:17.920Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.65s)
21:34:17 [2022-08-16T21:34:17.920Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.12s)
21:34:17 [2022-08-16T21:34:17.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.11s)
21:34:17 [2022-08-16T21:34:17.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.75s)
21:34:17 [2022-08-16T21:34:17.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.84s)
21:34:17 [2022-08-16T21:34:17.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.06s)
21:34:17 [2022-08-16T21:34:17.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.18s)
21:34:17 [2022-08-16T21:34:17.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.75s)
21:34:17 [2022-08-16T21:34:17.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.80s)
21:34:17 [2022-08-16T21:34:17.921Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
21:34:17 [2022-08-16T21:34:17.921Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
21:34:18 [2022-08-16T21:34:18.857Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
21:34:19 [2022-08-16T21:34:19.793Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.93s)
21:34:19 [2022-08-16T21:34:19.793Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.94s)
21:34:19 [2022-08-16T21:34:19.793Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.98s)
21:34:19 [2022-08-16T21:34:19.793Z] === RUN   TestCgroupNamespacesRun
21:34:21 [2022-08-16T21:34:21.171Z] --- PASS: TestCgroupNamespacesRun (1.27s)
21:34:21 [2022-08-16T21:34:21.171Z] === RUN   TestCgroupNamespacesRunPrivileged
21:34:21 [2022-08-16T21:34:21.171Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
21:34:21 [2022-08-16T21:34:21.171Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
21:34:21 [2022-08-16T21:34:21.171Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
21:34:22 [2022-08-16T21:34:22.115Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.23s)
21:34:22 [2022-08-16T21:34:22.115Z] === RUN   TestCgroupNamespacesRunHostMode
21:34:23 [2022-08-16T21:34:23.493Z] --- PASS: TestCgroupNamespacesRunHostMode (1.23s)
21:34:23 [2022-08-16T21:34:23.493Z] === RUN   TestCgroupNamespacesRunPrivateMode
21:34:24 [2022-08-16T21:34:24.870Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.19s)
21:34:24 [2022-08-16T21:34:24.870Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
21:34:25 [2022-08-16T21:34:25.807Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.17s)
21:34:25 [2022-08-16T21:34:25.807Z] === RUN   TestCgroupNamespacesRunInvalidMode
21:34:26 [2022-08-16T21:34:26.375Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s)
21:34:26 [2022-08-16T21:34:26.375Z] === RUN   TestCgroupNamespacesRunOlderClient
21:34:27 [2022-08-16T21:34:27.753Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.24s)
21:34:27 [2022-08-16T21:34:27.753Z] === RUN   TestNISDomainname
21:34:28 [2022-08-16T21:34:28.322Z] --- PASS: TestNISDomainname (0.60s)
21:34:28 [2022-08-16T21:34:28.322Z] === RUN   TestHostnameDnsResolution
21:34:29 [2022-08-16T21:34:29.259Z] --- PASS: TestHostnameDnsResolution (0.68s)
21:34:29 [2022-08-16T21:34:29.259Z] === RUN   TestUnprivilegedPortsAndPing
21:34:29 [2022-08-16T21:34:29.518Z] --- PASS: TestUnprivilegedPortsAndPing (0.55s)
21:34:29 [2022-08-16T21:34:29.518Z] === RUN   TestPrivilegedHostDevices
21:34:30 [2022-08-16T21:34:30.087Z] --- PASS: TestPrivilegedHostDevices (0.51s)
21:34:30 [2022-08-16T21:34:30.087Z] === RUN   TestRunConsoleSize
21:34:30 [2022-08-16T21:34:30.656Z] --- PASS: TestRunConsoleSize (0.45s)
21:34:30 [2022-08-16T21:34:30.656Z] === RUN   TestRunWithAlternativeContainerdShim
21:34:31 [2022-08-16T21:34:31.593Z] --- PASS: TestRunWithAlternativeContainerdShim (1.15s)
21:34:31 [2022-08-16T21:34:31.593Z] === RUN   TestStats
21:34:34 [2022-08-16T21:34:34.125Z] --- PASS: TestStats (2.51s)
21:34:34 [2022-08-16T21:34:34.125Z] === RUN   TestStopContainerWithTimeout
21:34:34 [2022-08-16T21:34:34.125Z] === RUN   TestStopContainerWithTimeout/0
21:34:34 [2022-08-16T21:34:34.125Z] === PAUSE TestStopContainerWithTimeout/0
21:34:34 [2022-08-16T21:34:34.125Z] === RUN   TestStopContainerWithTimeout/1
21:34:34 [2022-08-16T21:34:34.125Z] === PAUSE TestStopContainerWithTimeout/1
21:34:34 [2022-08-16T21:34:34.125Z] === RUN   TestStopContainerWithTimeout/3
21:34:34 [2022-08-16T21:34:34.125Z] === PAUSE TestStopContainerWithTimeout/3
21:34:34 [2022-08-16T21:34:34.125Z] === RUN   TestStopContainerWithTimeout/-1
21:34:34 [2022-08-16T21:34:34.125Z] === PAUSE TestStopContainerWithTimeout/-1
21:34:34 [2022-08-16T21:34:34.125Z] === CONT  TestStopContainerWithTimeout/0
21:34:34 [2022-08-16T21:34:34.125Z] === CONT  TestStopContainerWithTimeout/-1
21:34:35 [2022-08-16T21:34:35.062Z] === CONT  TestStopContainerWithTimeout/3
21:34:36 [2022-08-16T21:34:36.969Z] === CONT  TestStopContainerWithTimeout/1
21:34:38 [2022-08-16T21:34:38.872Z] --- PASS: TestStopContainerWithTimeout (0.01s)
21:34:38 [2022-08-16T21:34:38.872Z]     --- PASS: TestStopContainerWithTimeout/0 (0.80s)
21:34:38 [2022-08-16T21:34:38.872Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.82s)
21:34:38 [2022-08-16T21:34:38.872Z]     --- PASS: TestStopContainerWithTimeout/3 (2.41s)
21:34:38 [2022-08-16T21:34:38.872Z]     --- PASS: TestStopContainerWithTimeout/1 (1.51s)
21:34:38 [2022-08-16T21:34:38.872Z] === RUN   TestDeleteDevicemapper
21:34:38 [2022-08-16T21:34:38.872Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
21:34:38 [2022-08-16T21:34:38.872Z] --- SKIP: TestDeleteDevicemapper (0.00s)
21:34:38 [2022-08-16T21:34:38.872Z] === RUN   TestStopContainerWithRestartPolicyAlways
21:34:40 [2022-08-16T21:34:40.250Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.46s)
21:34:40 [2022-08-16T21:34:40.250Z] === RUN   TestUpdateMemory
21:34:40 [2022-08-16T21:34:40.510Z] --- PASS: TestUpdateMemory (0.61s)
21:34:40 [2022-08-16T21:34:40.510Z] === RUN   TestUpdateCPUQuota
21:34:41 [2022-08-16T21:34:41.447Z] --- PASS: TestUpdateCPUQuota (0.90s)
21:34:41 [2022-08-16T21:34:41.447Z] === RUN   TestUpdatePidsLimit
21:34:41 [2022-08-16T21:34:41.447Z] === RUN   TestUpdatePidsLimit/update_from_none
21:34:41 [2022-08-16T21:34:41.707Z] === RUN   TestUpdatePidsLimit/no_change
21:34:41 [2022-08-16T21:34:41.967Z] === RUN   TestUpdatePidsLimit/update_lower
21:34:42 [2022-08-16T21:34:42.226Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
21:34:42 [2022-08-16T21:34:42.484Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
21:34:42 [2022-08-16T21:34:42.743Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
21:34:43 [2022-08-16T21:34:43.001Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
21:34:43 [2022-08-16T21:34:43.939Z] --- PASS: TestUpdatePidsLimit (2.22s)
21:34:43 [2022-08-16T21:34:43.939Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.23s)
21:34:43 [2022-08-16T21:34:43.939Z]     --- PASS: TestUpdatePidsLimit/no_change (0.23s)
21:34:43 [2022-08-16T21:34:43.939Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.23s)
21:34:43 [2022-08-16T21:34:43.939Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s)
21:34:43 [2022-08-16T21:34:43.939Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.24s)
21:34:43 [2022-08-16T21:34:43.939Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.23s)
21:34:43 [2022-08-16T21:34:43.939Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.30s)
21:34:43 [2022-08-16T21:34:43.939Z] === RUN   TestUpdateRestartPolicy
21:34:56 [2022-08-16T21:34:56.142Z] --- PASS: TestUpdateRestartPolicy (11.13s)
21:34:56 [2022-08-16T21:34:56.142Z] === RUN   TestUpdateRestartWithAutoRemove
21:34:56 [2022-08-16T21:34:56.142Z] --- PASS: TestUpdateRestartWithAutoRemove (0.48s)
21:34:56 [2022-08-16T21:34:56.142Z] === RUN   TestWaitNonBlocked
21:34:56 [2022-08-16T21:34:56.142Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
21:34:56 [2022-08-16T21:34:56.142Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
21:34:56 [2022-08-16T21:34:56.142Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
21:34:56 [2022-08-16T21:34:56.143Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
21:34:56 [2022-08-16T21:34:56.143Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
21:34:56 [2022-08-16T21:34:56.143Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
21:34:56 [2022-08-16T21:34:56.143Z] --- PASS: TestWaitNonBlocked (0.01s)
21:34:56 [2022-08-16T21:34:56.143Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.73s)
21:34:56 [2022-08-16T21:34:56.143Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.74s)
21:34:56 [2022-08-16T21:34:56.143Z] === RUN   TestWaitBlocked
21:34:56 [2022-08-16T21:34:56.143Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
21:34:56 [2022-08-16T21:34:56.143Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
21:34:56 [2022-08-16T21:34:56.143Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
21:34:56 [2022-08-16T21:34:56.143Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
21:34:56 [2022-08-16T21:34:56.143Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
21:34:56 [2022-08-16T21:34:56.143Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
21:34:56 [2022-08-16T21:34:56.711Z] --- PASS: TestWaitBlocked (0.01s)
21:34:56 [2022-08-16T21:34:56.711Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.66s)
21:34:56 [2022-08-16T21:34:56.711Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.71s)
21:34:56 [2022-08-16T21:34:56.711Z] === RUN   TestWaitConditions
21:34:56 [2022-08-16T21:34:56.711Z] === RUN   TestWaitConditions/default
21:34:56 [2022-08-16T21:34:56.711Z] === PAUSE TestWaitConditions/default
21:34:56 [2022-08-16T21:34:56.711Z] === RUN   TestWaitConditions/not-running
21:34:56 [2022-08-16T21:34:56.711Z] === PAUSE TestWaitConditions/not-running
21:34:56 [2022-08-16T21:34:56.711Z] === RUN   TestWaitConditions/next-exit
21:34:56 [2022-08-16T21:34:56.711Z] === PAUSE TestWaitConditions/next-exit
21:34:56 [2022-08-16T21:34:56.711Z] === RUN   TestWaitConditions/removed
21:34:56 [2022-08-16T21:34:56.711Z] === PAUSE TestWaitConditions/removed
21:34:56 [2022-08-16T21:34:56.711Z] === CONT  TestWaitConditions/default
21:34:56 [2022-08-16T21:34:56.711Z] === CONT  TestWaitConditions/removed
21:34:58 [2022-08-16T21:34:58.620Z] === CONT  TestWaitConditions/next-exit
21:34:58 [2022-08-16T21:34:58.620Z] === CONT  TestWaitConditions/not-running
21:35:00 [2022-08-16T21:35:00.524Z] --- PASS: TestWaitConditions (0.01s)
21:35:00 [2022-08-16T21:35:00.524Z]     --- PASS: TestWaitConditions/removed (1.75s)
21:35:00 [2022-08-16T21:35:00.524Z]     --- PASS: TestWaitConditions/default (1.75s)
21:35:00 [2022-08-16T21:35:00.524Z]     --- PASS: TestWaitConditions/not-running (1.63s)
21:35:00 [2022-08-16T21:35:00.524Z]     --- PASS: TestWaitConditions/next-exit (1.64s)
21:35:00 [2022-08-16T21:35:00.524Z] === RUN   TestWaitRestartedContainer
21:35:00 [2022-08-16T21:35:00.524Z] === RUN   TestWaitRestartedContainer/default
21:35:00 [2022-08-16T21:35:00.524Z] === PAUSE TestWaitRestartedContainer/default
21:35:00 [2022-08-16T21:35:00.524Z] === RUN   TestWaitRestartedContainer/not-running
21:35:00 [2022-08-16T21:35:00.524Z] === PAUSE TestWaitRestartedContainer/not-running
21:35:00 [2022-08-16T21:35:00.524Z] === RUN   TestWaitRestartedContainer/next-exit
21:35:00 [2022-08-16T21:35:00.524Z] === PAUSE TestWaitRestartedContainer/next-exit
21:35:00 [2022-08-16T21:35:00.524Z] === CONT  TestWaitRestartedContainer/default
21:35:00 [2022-08-16T21:35:00.524Z] === CONT  TestWaitRestartedContainer/next-exit
21:35:01 [2022-08-16T21:35:01.903Z] === CONT  TestWaitRestartedContainer/not-running
21:35:02 [2022-08-16T21:35:02.840Z] --- PASS: TestWaitRestartedContainer (0.01s)
21:35:02 [2022-08-16T21:35:02.840Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.67s)
21:35:02 [2022-08-16T21:35:02.840Z]     --- PASS: TestWaitRestartedContainer/default (1.69s)
21:35:02 [2022-08-16T21:35:02.840Z]     --- PASS: TestWaitRestartedContainer/not-running (0.92s)
21:35:02 [2022-08-16T21:35:02.840Z] === CONT  TestContainerStartOnDaemonRestart
21:35:02 [2022-08-16T21:35:02.840Z] === CONT  TestRestartDaemonWithRestartingContainer
21:35:05 [2022-08-16T21:35:05.376Z] --- PASS: TestContainerStartOnDaemonRestart (2.38s)
21:35:05 [2022-08-16T21:35:05.376Z] === CONT  TestIpcModeOlderClient
21:35:05 [2022-08-16T21:35:05.376Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.39s)
21:35:05 [2022-08-16T21:35:05.376Z] === CONT  TestContainerKillOnDaemonStart
21:35:05 [2022-08-16T21:35:05.376Z] --- PASS: TestIpcModeOlderClient (0.10s)
21:35:05 [2022-08-16T21:35:05.376Z] === CONT  TestDaemonHostGatewayIP
21:35:07 [2022-08-16T21:35:07.914Z] --- PASS: TestDaemonHostGatewayIP (2.73s)
21:35:07 [2022-08-16T21:35:07.914Z] === CONT  TestDaemonRestartIpcMode
21:35:10 [2022-08-16T21:35:10.448Z] --- PASS: TestDaemonRestartIpcMode (2.30s)
21:35:17 [2022-08-16T21:35:17.010Z] --- PASS: TestContainerKillOnDaemonStart (11.71s)
21:35:17 [2022-08-16T21:35:17.011Z] PASS
21:35:17 [2022-08-16T21:35:17.011Z] 
21:35:17 [2022-08-16T21:35:17.011Z] === Skipped
21:35:17 [2022-08-16T21:35:17.011Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
21:35:17 [2022-08-16T21:35:17.011Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
21:35:17 [2022-08-16T21:35:17.011Z] 
21:35:17 [2022-08-16T21:35:17.011Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
21:35:17 [2022-08-16T21:35:17.011Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
21:35:17 [2022-08-16T21:35:17.011Z] 
21:35:17 [2022-08-16T21:35:17.011Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
21:35:17 [2022-08-16T21:35:17.011Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
21:35:17 [2022-08-16T21:35:17.011Z] 
21:35:17 [2022-08-16T21:35:17.011Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
21:35:17 [2022-08-16T21:35:17.011Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
21:35:17 [2022-08-16T21:35:17.011Z] 
21:35:17 [2022-08-16T21:35:17.011Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
21:35:17 [2022-08-16T21:35:17.011Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
21:35:17 [2022-08-16T21:35:17.011Z] 
21:35:17 [2022-08-16T21:35:17.011Z] DONE 272 tests, 5 skipped in 135.537s
21:35:17 [2022-08-16T21:35:17.011Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
21:35:17 [2022-08-16T21:35:17.011Z] === RUN   TestConfigDaemonLibtrustID
21:35:17 [2022-08-16T21:35:17.578Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
21:35:17 [2022-08-16T21:35:17.578Z] === RUN   TestConfigDaemonID
21:35:18 [2022-08-16T21:35:18.514Z]     daemon_test.go:83: [da05d108afa74] daemon is not started
21:35:18 [2022-08-16T21:35:18.514Z] --- PASS: TestConfigDaemonID (1.04s)
21:35:18 [2022-08-16T21:35:18.514Z] === RUN   TestDaemonConfigValidation
21:35:18 [2022-08-16T21:35:18.514Z] === RUN   TestDaemonConfigValidation/config_with_no_content
21:35:18 [2022-08-16T21:35:18.514Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
21:35:18 [2022-08-16T21:35:18.514Z] === RUN   TestDaemonConfigValidation/config_with_{}
21:35:18 [2022-08-16T21:35:18.514Z] === PAUSE TestDaemonConfigValidation/config_with_{}
21:35:18 [2022-08-16T21:35:18.514Z] === RUN   TestDaemonConfigValidation/invalid_config
21:35:18 [2022-08-16T21:35:18.514Z] === PAUSE TestDaemonConfigValidation/invalid_config
21:35:18 [2022-08-16T21:35:18.514Z] === RUN   TestDaemonConfigValidation/malformed_config
21:35:18 [2022-08-16T21:35:18.514Z] === PAUSE TestDaemonConfigValidation/malformed_config
21:35:18 [2022-08-16T21:35:18.514Z] === RUN   TestDaemonConfigValidation/valid_config
21:35:18 [2022-08-16T21:35:18.514Z] === PAUSE TestDaemonConfigValidation/valid_config
21:35:18 [2022-08-16T21:35:18.514Z] === CONT  TestDaemonConfigValidation/config_with_no_content
21:35:18 [2022-08-16T21:35:18.514Z] === CONT  TestDaemonConfigValidation/malformed_config
21:35:18 [2022-08-16T21:35:18.514Z] === CONT  TestDaemonConfigValidation/valid_config
21:35:18 [2022-08-16T21:35:18.514Z] === CONT  TestDaemonConfigValidation/invalid_config
21:35:18 [2022-08-16T21:35:18.780Z] === CONT  TestDaemonConfigValidation/config_with_{}
21:35:18 [2022-08-16T21:35:18.780Z] --- PASS: TestDaemonConfigValidation (0.00s)
21:35:18 [2022-08-16T21:35:18.780Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s)
21:35:18 [2022-08-16T21:35:18.781Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.10s)
21:35:18 [2022-08-16T21:35:18.781Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.09s)
21:35:18 [2022-08-16T21:35:18.781Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.09s)
21:35:18 [2022-08-16T21:35:18.781Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
21:35:18 [2022-08-16T21:35:18.781Z] === RUN   TestConfigDaemonSeccompProfiles
21:35:18 [2022-08-16T21:35:18.781Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
21:35:19 [2022-08-16T21:35:19.718Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
21:35:21 [2022-08-16T21:35:21.095Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
21:35:22 [2022-08-16T21:35:22.031Z] === CONT  TestConfigDaemonSeccompProfiles
21:35:22 [2022-08-16T21:35:22.031Z]     daemon_test.go:197: [d22312514bf19] daemon is not started
21:35:22 [2022-08-16T21:35:22.031Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s)
21:35:22 [2022-08-16T21:35:22.031Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.03s)
21:35:22 [2022-08-16T21:35:22.031Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.03s)
21:35:22 [2022-08-16T21:35:22.031Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
21:35:22 [2022-08-16T21:35:22.031Z] === RUN   TestDaemonProxy
21:35:22 [2022-08-16T21:35:22.031Z] === RUN   TestDaemonProxy/environment_variables
21:35:23 [2022-08-16T21:35:23.933Z] === RUN   TestDaemonProxy/command-line_options
21:35:25 [2022-08-16T21:35:25.310Z] === RUN   TestDaemonProxy/configuration_file
21:35:27 [2022-08-16T21:35:27.213Z] === RUN   TestDaemonProxy/conflicting_options
21:35:27 [2022-08-16T21:35:27.472Z] === RUN   TestDaemonProxy/reload_sanitized
21:35:28 [2022-08-16T21:35:28.040Z] --- PASS: TestDaemonProxy (6.26s)
21:35:28 [2022-08-16T21:35:28.040Z]     --- PASS: TestDaemonProxy/environment_variables (1.75s)
21:35:28 [2022-08-16T21:35:28.040Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
21:35:28 [2022-08-16T21:35:28.040Z]     --- PASS: TestDaemonProxy/configuration_file (1.75s)
21:35:28 [2022-08-16T21:35:28.040Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
21:35:28 [2022-08-16T21:35:28.040Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
21:35:28 [2022-08-16T21:35:28.040Z] PASS
21:35:28 [2022-08-16T21:35:28.040Z] 
21:35:28 [2022-08-16T21:35:28.040Z] DONE 18 tests in 11.182s
21:35:28 [2022-08-16T21:35:28.040Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
21:35:28 [2022-08-16T21:35:28.300Z] INFO: Testing against a local daemon
21:35:28 [2022-08-16T21:35:28.300Z] === RUN   TestCommitInheritsEnv
21:35:28 [2022-08-16T21:35:28.559Z] --- PASS: TestCommitInheritsEnv (0.34s)
21:35:28 [2022-08-16T21:35:28.559Z] === RUN   TestImportExtremelyLargeImageWorks
21:35:28 [2022-08-16T21:35:28.559Z] === PAUSE TestImportExtremelyLargeImageWorks
21:35:28 [2022-08-16T21:35:28.559Z] === RUN   TestImportWithCustomPlatform
21:35:28 [2022-08-16T21:35:28.559Z] === RUN   TestImportWithCustomPlatform/#00
21:35:28 [2022-08-16T21:35:28.559Z] === RUN   TestImportWithCustomPlatform/_______
21:35:28 [2022-08-16T21:35:28.559Z] === RUN   TestImportWithCustomPlatform//
21:35:28 [2022-08-16T21:35:28.559Z] === RUN   TestImportWithCustomPlatform/linux
21:35:28 [2022-08-16T21:35:28.559Z] === RUN   TestImportWithCustomPlatform/LINUX
21:35:28 [2022-08-16T21:35:28.818Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
21:35:28 [2022-08-16T21:35:28.818Z] === RUN   TestImportWithCustomPlatform/macos
21:35:28 [2022-08-16T21:35:28.818Z] === RUN   TestImportWithCustomPlatform/macos/arm64
21:35:28 [2022-08-16T21:35:28.818Z] === RUN   TestImportWithCustomPlatform/nintendo64
21:35:28 [2022-08-16T21:35:28.818Z] --- PASS: TestImportWithCustomPlatform (0.32s)
21:35:28 [2022-08-16T21:35:28.818Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
21:35:28 [2022-08-16T21:35:28.818Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
21:35:28 [2022-08-16T21:35:28.818Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
21:35:28 [2022-08-16T21:35:28.818Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
21:35:28 [2022-08-16T21:35:28.818Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
21:35:28 [2022-08-16T21:35:28.818Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s)
21:35:28 [2022-08-16T21:35:28.818Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
21:35:28 [2022-08-16T21:35:28.818Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
21:35:28 [2022-08-16T21:35:28.818Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
21:35:28 [2022-08-16T21:35:28.818Z] === RUN   TestImagesFilterMultiReference
21:35:28 [2022-08-16T21:35:28.818Z] --- PASS: TestImagesFilterMultiReference (0.05s)
21:35:28 [2022-08-16T21:35:28.818Z] === RUN   TestImagePullPlatformInvalid
21:35:28 [2022-08-16T21:35:28.818Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
21:35:28 [2022-08-16T21:35:28.818Z] === RUN   TestRemoveImageOrphaning
21:35:29 [2022-08-16T21:35:29.386Z] --- PASS: TestRemoveImageOrphaning (0.30s)
21:35:29 [2022-08-16T21:35:29.386Z] === RUN   TestRemoveImageGarbageCollector
21:35:29 [2022-08-16T21:35:29.646Z] time="2022-08-16T21:35:29Z" level=info msg="[graphdriver] trying configured driver: overlay2"
21:35:31 [2022-08-16T21:35:31.024Z] --- PASS: TestRemoveImageGarbageCollector (1.91s)
21:35:31 [2022-08-16T21:35:31.024Z] === RUN   TestTagUnprefixedRepoByNameOrName
21:35:31 [2022-08-16T21:35:31.024Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
21:35:31 [2022-08-16T21:35:31.024Z] === RUN   TestTagInvalidReference
21:35:31 [2022-08-16T21:35:31.283Z] --- PASS: TestTagInvalidReference (0.02s)
21:35:31 [2022-08-16T21:35:31.283Z] === RUN   TestTagValidPrefixedRepo
21:35:31 [2022-08-16T21:35:31.283Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
21:35:31 [2022-08-16T21:35:31.283Z] === RUN   TestTagExistedNameWithoutForce
21:35:31 [2022-08-16T21:35:31.283Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
21:35:31 [2022-08-16T21:35:31.283Z] === RUN   TestTagOfficialNames
21:35:31 [2022-08-16T21:35:31.283Z] --- PASS: TestTagOfficialNames (0.05s)
21:35:31 [2022-08-16T21:35:31.283Z] === RUN   TestTagMatchesDigest
21:35:31 [2022-08-16T21:35:31.283Z] --- PASS: TestTagMatchesDigest (0.02s)
21:35:31 [2022-08-16T21:35:31.283Z] === CONT  TestImportExtremelyLargeImageWorks
21:37:07 [2022-08-16T21:37:07.740Z] --- PASS: TestImportExtremelyLargeImageWorks (92.45s)
21:37:07 [2022-08-16T21:37:07.740Z] PASS
21:37:07 [2022-08-16T21:37:07.740Z] 
21:37:07 [2022-08-16T21:37:07.740Z] DONE 22 tests in 95.639s
21:37:07 [2022-08-16T21:37:07.740Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
21:37:07 [2022-08-16T21:37:07.740Z] === RUN   TestStripANSICommands
21:37:07 [2022-08-16T21:37:07.740Z] === RUN   TestStripANSICommands/#00
21:37:07 [2022-08-16T21:37:07.740Z] === RUN   TestStripANSICommands/#01
21:37:07 [2022-08-16T21:37:07.740Z] --- PASS: TestStripANSICommands (0.00s)
21:37:07 [2022-08-16T21:37:07.741Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
21:37:07 [2022-08-16T21:37:07.741Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
21:37:07 [2022-08-16T21:37:07.741Z] PASS
21:37:07 [2022-08-16T21:37:07.741Z] 
21:37:07 [2022-08-16T21:37:07.741Z] DONE 3 tests in 0.010s
21:37:07 [2022-08-16T21:37:07.741Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
21:37:07 [2022-08-16T21:37:07.741Z] INFO: Testing against a local daemon
21:37:07 [2022-08-16T21:37:07.741Z] === RUN   TestNetworkCreateDelete
21:37:07 [2022-08-16T21:37:07.741Z] --- PASS: TestNetworkCreateDelete (0.13s)
21:37:07 [2022-08-16T21:37:07.741Z] === RUN   TestDockerNetworkDeletePreferID
21:37:07 [2022-08-16T21:37:07.741Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s)
21:37:07 [2022-08-16T21:37:07.741Z] === RUN   TestDaemonDNSFallback
21:37:11 [2022-08-16T21:37:11.025Z] --- PASS: TestDaemonDNSFallback (6.44s)
21:37:11 [2022-08-16T21:37:11.025Z] === RUN   TestInspectNetwork
21:37:14 [2022-08-16T21:37:14.312Z] === RUN   TestInspectNetwork/full_network_id
21:37:14 [2022-08-16T21:37:14.312Z] === RUN   TestInspectNetwork/partial_network_id
21:37:14 [2022-08-16T21:37:14.312Z] === RUN   TestInspectNetwork/network_name
21:37:14 [2022-08-16T21:37:14.312Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
21:37:18 [2022-08-16T21:37:18.500Z] --- PASS: TestInspectNetwork (7.10s)
21:37:18 [2022-08-16T21:37:18.500Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
21:37:18 [2022-08-16T21:37:18.500Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
21:37:18 [2022-08-16T21:37:18.500Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
21:37:18 [2022-08-16T21:37:18.500Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
21:37:18 [2022-08-16T21:37:18.500Z] === RUN   TestRunContainerWithBridgeNone
21:37:19 [2022-08-16T21:37:19.438Z] --- PASS: TestRunContainerWithBridgeNone (1.69s)
21:37:19 [2022-08-16T21:37:19.438Z] === RUN   TestNetworkInvalidJSON
21:37:19 [2022-08-16T21:37:19.438Z] === RUN   TestNetworkInvalidJSON/networks/create
21:37:19 [2022-08-16T21:37:19.438Z] === PAUSE TestNetworkInvalidJSON/networks/create
21:37:19 [2022-08-16T21:37:19.438Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
21:37:19 [2022-08-16T21:37:19.438Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
21:37:19 [2022-08-16T21:37:19.438Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
21:37:19 [2022-08-16T21:37:19.438Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
21:37:19 [2022-08-16T21:37:19.438Z] === CONT  TestNetworkInvalidJSON/networks/create
21:37:19 [2022-08-16T21:37:19.438Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
21:37:19 [2022-08-16T21:37:19.438Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
21:37:19 [2022-08-16T21:37:19.438Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
21:37:19 [2022-08-16T21:37:19.438Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
21:37:19 [2022-08-16T21:37:19.438Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
21:37:19 [2022-08-16T21:37:19.438Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
21:37:19 [2022-08-16T21:37:19.438Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
21:37:19 [2022-08-16T21:37:19.438Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
21:37:19 [2022-08-16T21:37:19.438Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
21:37:19 [2022-08-16T21:37:19.438Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
21:37:19 [2022-08-16T21:37:19.438Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
21:37:19 [2022-08-16T21:37:19.438Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
21:37:19 [2022-08-16T21:37:19.438Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
21:37:19 [2022-08-16T21:37:19.438Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
21:37:19 [2022-08-16T21:37:19.438Z] --- PASS: TestNetworkInvalidJSON (0.01s)
21:37:19 [2022-08-16T21:37:19.438Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
21:37:19 [2022-08-16T21:37:19.438Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
21:37:19 [2022-08-16T21:37:19.438Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
21:37:19 [2022-08-16T21:37:19.438Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
21:37:19 [2022-08-16T21:37:19.438Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
21:37:19 [2022-08-16T21:37:19.438Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
21:37:19 [2022-08-16T21:37:19.438Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
21:37:19 [2022-08-16T21:37:19.438Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
21:37:19 [2022-08-16T21:37:19.438Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
21:37:19 [2022-08-16T21:37:19.438Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
21:37:19 [2022-08-16T21:37:19.438Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
21:37:19 [2022-08-16T21:37:19.438Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
21:37:19 [2022-08-16T21:37:19.438Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
21:37:19 [2022-08-16T21:37:19.438Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
21:37:19 [2022-08-16T21:37:19.438Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
21:37:19 [2022-08-16T21:37:19.438Z] === RUN   TestNetworkList
21:37:19 [2022-08-16T21:37:19.438Z] === RUN   TestNetworkList//networks
21:37:19 [2022-08-16T21:37:19.438Z] === PAUSE TestNetworkList//networks
21:37:19 [2022-08-16T21:37:19.438Z] === RUN   TestNetworkList//networks/
21:37:19 [2022-08-16T21:37:19.438Z] === PAUSE TestNetworkList//networks/
21:37:19 [2022-08-16T21:37:19.696Z] === CONT  TestNetworkList//networks
21:37:19 [2022-08-16T21:37:19.697Z] === CONT  TestNetworkList//networks/
21:37:19 [2022-08-16T21:37:19.697Z] --- PASS: TestNetworkList (0.02s)
21:37:19 [2022-08-16T21:37:19.697Z]     --- PASS: TestNetworkList//networks/ (0.00s)
21:37:19 [2022-08-16T21:37:19.697Z]     --- PASS: TestNetworkList//networks (0.00s)
21:37:19 [2022-08-16T21:37:19.697Z] === RUN   TestHostIPv4BridgeLabel
21:37:20 [2022-08-16T21:37:20.273Z] --- PASS: TestHostIPv4BridgeLabel (0.58s)
21:37:20 [2022-08-16T21:37:20.273Z] === RUN   TestDaemonRestartWithLiveRestore
21:37:21 [2022-08-16T21:37:21.209Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
21:37:21 [2022-08-16T21:37:21.209Z] === RUN   TestDaemonDefaultNetworkPools
21:37:22 [2022-08-16T21:37:22.146Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s)
21:37:22 [2022-08-16T21:37:22.146Z] === RUN   TestDaemonRestartWithExistingNetwork
21:37:23 [2022-08-16T21:37:23.083Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
21:37:23 [2022-08-16T21:37:23.083Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
21:37:24 [2022-08-16T21:37:24.460Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s)
21:37:24 [2022-08-16T21:37:24.460Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
21:37:24 [2022-08-16T21:37:24.719Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
21:37:24 [2022-08-16T21:37:24.719Z] === RUN   TestServiceWithPredefinedNetwork
21:37:27 [2022-08-16T21:37:27.253Z] --- PASS: TestServiceWithPredefinedNetwork (2.32s)
21:37:27 [2022-08-16T21:37:27.253Z] === RUN   TestServiceRemoveKeepsIngressNetwork
21:37:27 [2022-08-16T21:37:27.253Z]     service_test.go:243: FLAKY_TEST
21:37:27 [2022-08-16T21:37:27.253Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
21:37:27 [2022-08-16T21:37:27.253Z] === RUN   TestServiceWithDataPathPortInit
21:37:42 [2022-08-16T21:37:42.132Z] --- PASS: TestServiceWithDataPathPortInit (13.97s)
21:37:42 [2022-08-16T21:37:42.132Z] === RUN   TestServiceWithDefaultAddressPoolInit
21:37:44 [2022-08-16T21:37:44.038Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:xc6c30to556stf22ksy6pglof Created:2022-08-16 21:37:42.387403588 +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[1b27b7c9e44c3e27c48cee890cfbca2da97b92dac3cd45b8935d4ffda3012765:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.9djevy3inxx7bsqeiii3srez3 EndpointID:b8ff2dae8542e9f263b9f3ef258a50734d7c4fbdd9447c03c74ceeb026ca789b MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:a55425fe2fb2a4a4857ded5208e63967f66700a7e2fac5d3eaed8a344c9027b6 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:63428bee8ec5 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.9djevy3inxx7bsqeiii3srez3 EndpointID:b8ff2dae8542e9f263b9f3ef258a50734d7c4fbdd9447c03c74ceeb026ca789b EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
21:37:48 [2022-08-16T21:37:48.230Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.10s)
21:37:48 [2022-08-16T21:37:48.230Z] PASS
21:37:48 [2022-08-16T21:37:48.230Z] 
21:37:48 [2022-08-16T21:37:48.230Z] === Skipped
21:37:48 [2022-08-16T21:37:48.230Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
21:37:48 [2022-08-16T21:37:48.230Z]     service_test.go:243: FLAKY_TEST
21:37:48 [2022-08-16T21:37:48.230Z] 
21:37:48 [2022-08-16T21:37:48.230Z] DONE 38 tests, 1 skipped in 44.419s
21:37:48 [2022-08-16T21:37:48.230Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
21:37:48 [2022-08-16T21:37:48.230Z] INFO: Testing against a local daemon
21:37:48 [2022-08-16T21:37:48.230Z] === RUN   TestDockerNetworkIpvlanPersistance
21:37:48 [2022-08-16T21:37:48.230Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
21:37:48 [2022-08-16T21:37:48.230Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
21:37:48 [2022-08-16T21:37:48.230Z] === RUN   TestDockerNetworkIpvlan
21:37:48 [2022-08-16T21:37:48.230Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
21:37:48 [2022-08-16T21:37:48.230Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
21:37:48 [2022-08-16T21:37:48.230Z] PASS
21:37:48 [2022-08-16T21:37:48.230Z] 
21:37:48 [2022-08-16T21:37:48.230Z] === Skipped
21:37:48 [2022-08-16T21:37:48.230Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
21:37:48 [2022-08-16T21:37:48.230Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
21:37:48 [2022-08-16T21:37:48.230Z] 
21:37:48 [2022-08-16T21:37:48.230Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
21:37:48 [2022-08-16T21:37:48.230Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
21:37:48 [2022-08-16T21:37:48.230Z] 
21:37:48 [2022-08-16T21:37:48.230Z] DONE 2 tests, 2 skipped in 0.023s
21:37:48 [2022-08-16T21:37:48.230Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
21:37:48 [2022-08-16T21:37:48.230Z] INFO: Testing against a local daemon
21:37:48 [2022-08-16T21:37:48.230Z] === RUN   TestDockerNetworkMacvlanPersistance
21:37:49 [2022-08-16T21:37:49.607Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.23s)
21:37:49 [2022-08-16T21:37:49.607Z] === RUN   TestDockerNetworkMacvlan
21:37:50 [2022-08-16T21:37:50.174Z] === RUN   TestDockerNetworkMacvlan/Subinterface
21:37:51 [2022-08-16T21:37:51.112Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
21:37:51 [2022-08-16T21:37:51.680Z] === RUN   TestDockerNetworkMacvlan/NilParent
21:37:53 [2022-08-16T21:37:53.583Z] === RUN   TestDockerNetworkMacvlan/InternalMode
21:37:55 [2022-08-16T21:37:55.491Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
21:37:58 [2022-08-16T21:37:58.779Z] === RUN   TestDockerNetworkMacvlan/Addressing
21:37:59 [2022-08-16T21:37:59.347Z] --- PASS: TestDockerNetworkMacvlan (9.92s)
21:37:59 [2022-08-16T21:37:59.347Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s)
21:37:59 [2022-08-16T21:37:59.347Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
21:37:59 [2022-08-16T21:37:59.347Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.90s)
21:37:59 [2022-08-16T21:37:59.347Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.91s)
21:37:59 [2022-08-16T21:37:59.347Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.14s)
21:37:59 [2022-08-16T21:37:59.347Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.66s)
21:37:59 [2022-08-16T21:37:59.347Z] PASS
21:37:59 [2022-08-16T21:37:59.347Z] 
21:37:59 [2022-08-16T21:37:59.347Z] DONE 8 tests in 11.175s
21:37:59 [2022-08-16T21:37:59.347Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
21:37:59 [2022-08-16T21:37:59.347Z] testing: warning: no tests to run
21:37:59 [2022-08-16T21:37:59.347Z] PASS
21:37:59 [2022-08-16T21:37:59.347Z] 
21:37:59 [2022-08-16T21:37:59.347Z] DONE 0 tests in 0.007s
21:37:59 [2022-08-16T21:37:59.347Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
21:37:59 [2022-08-16T21:37:59.612Z] INFO: Testing against a local daemon
21:37:59 [2022-08-16T21:37:59.612Z] === RUN   TestAuthZPluginAllowRequest
21:38:00 [2022-08-16T21:38:00.990Z] --- PASS: TestAuthZPluginAllowRequest (1.20s)
21:38:00 [2022-08-16T21:38:00.990Z] === RUN   TestAuthZPluginTLS
21:38:01 [2022-08-16T21:38:01.249Z] --- PASS: TestAuthZPluginTLS (0.54s)
21:38:01 [2022-08-16T21:38:01.249Z] === RUN   TestAuthZPluginDenyRequest
21:38:01 [2022-08-16T21:38:01.816Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
21:38:01 [2022-08-16T21:38:01.816Z] === RUN   TestAuthZPluginAPIDenyResponse
21:38:02 [2022-08-16T21:38:02.383Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
21:38:02 [2022-08-16T21:38:02.383Z] === RUN   TestAuthZPluginDenyResponse
21:38:02 [2022-08-16T21:38:02.957Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
21:38:02 [2022-08-16T21:38:02.957Z] === RUN   TestAuthZPluginAllowEventStream
21:38:04 [2022-08-16T21:38:04.341Z] --- PASS: TestAuthZPluginAllowEventStream (1.23s)
21:38:04 [2022-08-16T21:38:04.341Z] === RUN   TestAuthZPluginErrorResponse
21:38:04 [2022-08-16T21:38:04.600Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
21:38:04 [2022-08-16T21:38:04.600Z] === RUN   TestAuthZPluginErrorRequest
21:38:05 [2022-08-16T21:38:05.168Z] --- PASS: TestAuthZPluginErrorRequest (0.54s)
21:38:05 [2022-08-16T21:38:05.168Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
21:38:05 [2022-08-16T21:38:05.736Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
21:38:05 [2022-08-16T21:38:05.736Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
21:38:07 [2022-08-16T21:38:07.115Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.42s)
21:38:07 [2022-08-16T21:38:07.115Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
21:38:08 [2022-08-16T21:38:08.492Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.44s)
21:38:08 [2022-08-16T21:38:08.492Z] === RUN   TestAuthZPluginHeader
21:38:09 [2022-08-16T21:38:09.429Z] --- PASS: TestAuthZPluginHeader (0.70s)
21:38:09 [2022-08-16T21:38:09.429Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
21:38:13 [2022-08-16T21:38:13.619Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.34s)
21:38:13 [2022-08-16T21:38:13.619Z] === RUN   TestAuthZPluginV2Disable
21:38:17 [2022-08-16T21:38:17.808Z] --- PASS: TestAuthZPluginV2Disable (3.70s)
21:38:17 [2022-08-16T21:38:17.808Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
21:38:21 [2022-08-16T21:38:21.092Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.80s)
21:38:21 [2022-08-16T21:38:21.092Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
21:38:31 [2022-08-16T21:38:31.074Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.14s)
21:38:31 [2022-08-16T21:38:31.074Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
21:38:49 [2022-08-16T21:38:49.156Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s)
21:38:49 [2022-08-16T21:38:49.156Z] PASS
21:38:49 [2022-08-16T21:38:49.156Z] 
21:38:49 [2022-08-16T21:38:49.156Z] DONE 17 tests in 48.594s
21:38:49 [2022-08-16T21:38:49.156Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
21:38:49 [2022-08-16T21:38:49.156Z] INFO: Testing against a local daemon
21:38:49 [2022-08-16T21:38:49.156Z] === RUN   TestPluginInvalidJSON
21:38:49 [2022-08-16T21:38:49.156Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
21:38:49 [2022-08-16T21:38:49.156Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
21:38:49 [2022-08-16T21:38:49.156Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
21:38:49 [2022-08-16T21:38:49.156Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
21:38:49 [2022-08-16T21:38:49.156Z] === RUN   TestPluginInvalidJSON/plugins/pull
21:38:49 [2022-08-16T21:38:49.156Z] === PAUSE TestPluginInvalidJSON/plugins/pull
21:38:49 [2022-08-16T21:38:49.156Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
21:38:49 [2022-08-16T21:38:49.156Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
21:38:49 [2022-08-16T21:38:49.156Z] === CONT  TestPluginInvalidJSON/plugins/pull
21:38:49 [2022-08-16T21:38:49.156Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
21:38:49 [2022-08-16T21:38:49.156Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
21:38:49 [2022-08-16T21:38:49.156Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
21:38:49 [2022-08-16T21:38:49.156Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
21:38:49 [2022-08-16T21:38:49.156Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
21:38:49 [2022-08-16T21:38:49.156Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
21:38:49 [2022-08-16T21:38:49.156Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
21:38:49 [2022-08-16T21:38:49.156Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
21:38:49 [2022-08-16T21:38:49.156Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
21:38:49 [2022-08-16T21:38:49.156Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
21:38:49 [2022-08-16T21:38:49.156Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
21:38:49 [2022-08-16T21:38:49.156Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
21:38:49 [2022-08-16T21:38:49.156Z] --- PASS: TestPluginInvalidJSON (0.02s)
21:38:49 [2022-08-16T21:38:49.156Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
21:38:49 [2022-08-16T21:38:49.156Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
21:38:49 [2022-08-16T21:38:49.156Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
21:38:49 [2022-08-16T21:38:49.156Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
21:38:49 [2022-08-16T21:38:49.156Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
21:38:49 [2022-08-16T21:38:49.156Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
21:38:49 [2022-08-16T21:38:49.156Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
21:38:49 [2022-08-16T21:38:49.156Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
21:38:49 [2022-08-16T21:38:49.156Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
21:38:49 [2022-08-16T21:38:49.156Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
21:38:49 [2022-08-16T21:38:49.156Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
21:38:49 [2022-08-16T21:38:49.156Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
21:38:49 [2022-08-16T21:38:49.156Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
21:38:49 [2022-08-16T21:38:49.156Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
21:38:49 [2022-08-16T21:38:49.156Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
21:38:49 [2022-08-16T21:38:49.156Z] === RUN   TestPluginInstall
21:38:49 [2022-08-16T21:38:49.156Z] === RUN   TestPluginInstall/no_auth
21:38:49 [2022-08-16T21:38:49.156Z] time="2022-08-16T21:38:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
21:38:49 [2022-08-16T21:38:49.156Z] time="2022-08-16T21:38:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:02f201eeb51de98a1293cb9425f78b07ec7d50490cba704b5be86176f23dbd84" mediatype=application/vnd.docker.plugin.v1+json size=522
21:38:49 [2022-08-16T21:38:49.156Z] time="2022-08-16T21:38:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
21:38:49 [2022-08-16T21:38:49.156Z] time="2022-08-16T21:38:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:02f201eeb51de98a1293cb9425f78b07ec7d50490cba704b5be86176f23dbd84" mediatype=application/vnd.docker.plugin.v1+json size=522
21:38:49 [2022-08-16T21:38:49.156Z] === RUN   TestPluginInstall/with_htpasswd
21:38:49 [2022-08-16T21:38:49.415Z] time="2022-08-16T21:38:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
21:38:49 [2022-08-16T21:38:49.415Z] time="2022-08-16T21:38:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8fe45c0f6d00de67e81c3c64b1d090036b115a50a55b7ec78b61a0a890fee3a2" mediatype=application/vnd.docker.plugin.v1+json size=522
21:38:49 [2022-08-16T21:38:49.415Z] time="2022-08-16T21:38:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
21:38:49 [2022-08-16T21:38:49.415Z] time="2022-08-16T21:38:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8fe45c0f6d00de67e81c3c64b1d090036b115a50a55b7ec78b61a0a890fee3a2" mediatype=application/vnd.docker.plugin.v1+json size=522
21:38:49 [2022-08-16T21:38:49.674Z] === RUN   TestPluginInstall/with_insecure
21:38:50 [2022-08-16T21:38:50.611Z] time="2022-08-16T21:38:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
21:38:50 [2022-08-16T21:38:50.611Z] time="2022-08-16T21:38:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:39fadb644c816e834e7498c0376e7aca92a275f2bd6c44476f08df3be74a9e8b" mediatype=application/vnd.docker.plugin.v1+json size=522
21:38:50 [2022-08-16T21:38:50.611Z] time="2022-08-16T21:38:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
21:38:50 [2022-08-16T21:38:50.611Z] time="2022-08-16T21:38:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:39fadb644c816e834e7498c0376e7aca92a275f2bd6c44476f08df3be74a9e8b" mediatype=application/vnd.docker.plugin.v1+json size=522
21:38:50 [2022-08-16T21:38:50.870Z]     plugin_test.go:196: [d9a268a76f5c7] daemon is not started
21:38:50 [2022-08-16T21:38:50.870Z] --- PASS: TestPluginInstall (2.75s)
21:38:50 [2022-08-16T21:38:50.870Z]     --- PASS: TestPluginInstall/no_auth (1.06s)
21:38:50 [2022-08-16T21:38:50.870Z]     --- PASS: TestPluginInstall/with_htpasswd (0.62s)
21:38:50 [2022-08-16T21:38:50.870Z]     --- PASS: TestPluginInstall/with_insecure (1.07s)
21:38:50 [2022-08-16T21:38:50.870Z] === RUN   TestPluginsWithRuntimes
21:38:52 [2022-08-16T21:38:52.773Z] === RUN   TestPluginsWithRuntimes/No_Args
21:38:53 [2022-08-16T21:38:53.341Z] === RUN   TestPluginsWithRuntimes/With_Args
21:38:54 [2022-08-16T21:38:54.279Z] --- PASS: TestPluginsWithRuntimes (3.41s)
21:38:54 [2022-08-16T21:38:54.279Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.92s)
21:38:54 [2022-08-16T21:38:54.279Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.91s)
21:38:54 [2022-08-16T21:38:54.279Z] === RUN   TestPluginBackCompatMediaTypes
21:38:54 [2022-08-16T21:38:54.847Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s)
21:38:54 [2022-08-16T21:38:54.847Z] PASS
21:38:54 [2022-08-16T21:38:54.847Z] 
21:38:54 [2022-08-16T21:38:54.847Z] DONE 24 tests in 6.788s
21:38:54 [2022-08-16T21:38:54.847Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
21:38:54 [2022-08-16T21:38:54.847Z] INFO: Testing against a local daemon
21:38:54 [2022-08-16T21:38:54.847Z] === RUN   TestExternalGraphDriver
21:38:55 [2022-08-16T21:38:55.424Z] === RUN   TestExternalGraphDriver/json
21:38:56 [2022-08-16T21:38:56.805Z] === RUN   TestExternalGraphDriver/spec
21:38:58 [2022-08-16T21:38:58.711Z] === RUN   TestExternalGraphDriver/pull
21:39:00 [2022-08-16T21:39:00.089Z] --- PASS: TestExternalGraphDriver (5.30s)
21:39:00 [2022-08-16T21:39:00.089Z]     --- PASS: TestExternalGraphDriver/json (1.66s)
21:39:00 [2022-08-16T21:39:00.089Z]     --- PASS: TestExternalGraphDriver/spec (1.65s)
21:39:00 [2022-08-16T21:39:00.089Z]     --- PASS: TestExternalGraphDriver/pull (1.65s)
21:39:00 [2022-08-16T21:39:00.089Z] === RUN   TestGraphdriverPluginV2
21:39:04 [2022-08-16T21:39:04.278Z] --- PASS: TestGraphdriverPluginV2 (4.18s)
21:39:04 [2022-08-16T21:39:04.278Z] PASS
21:39:04 [2022-08-16T21:39:04.278Z] 
21:39:04 [2022-08-16T21:39:04.278Z] DONE 5 tests in 9.524s
21:39:04 [2022-08-16T21:39:04.538Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
21:39:04 [2022-08-16T21:39:04.538Z] INFO: Testing against a local daemon
21:39:04 [2022-08-16T21:39:04.538Z] === RUN   TestContinueAfterPluginCrash
21:39:04 [2022-08-16T21:39:04.538Z] === PAUSE TestContinueAfterPluginCrash
21:39:04 [2022-08-16T21:39:04.538Z] === RUN   TestReadPluginNoRead
21:39:04 [2022-08-16T21:39:04.538Z] === PAUSE TestReadPluginNoRead
21:39:04 [2022-08-16T21:39:04.538Z] === RUN   TestDaemonStartWithLogOpt
21:39:04 [2022-08-16T21:39:04.538Z] === PAUSE TestDaemonStartWithLogOpt
21:39:04 [2022-08-16T21:39:04.538Z] === CONT  TestContinueAfterPluginCrash
21:39:04 [2022-08-16T21:39:04.538Z] === CONT  TestDaemonStartWithLogOpt
21:39:07 [2022-08-16T21:39:07.826Z] --- PASS: TestDaemonStartWithLogOpt (3.44s)
21:39:07 [2022-08-16T21:39:07.826Z] === CONT  TestReadPluginNoRead
21:39:10 [2022-08-16T21:39:10.360Z] === RUN   TestReadPluginNoRead/default
21:39:11 [2022-08-16T21:39:11.297Z] === RUN   TestReadPluginNoRead/disabled_caching
21:39:12 [2022-08-16T21:39:12.675Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
21:39:12 [2022-08-16T21:39:12.934Z] --- PASS: TestContinueAfterPluginCrash (8.45s)
21:39:13 [2022-08-16T21:39:13.873Z] === CONT  TestReadPluginNoRead
21:39:13 [2022-08-16T21:39:13.873Z]     read_test.go:92: [d3a01da85aea0] daemon is not started
21:39:13 [2022-08-16T21:39:13.873Z] --- PASS: TestReadPluginNoRead (6.01s)
21:39:13 [2022-08-16T21:39:13.873Z]     --- PASS: TestReadPluginNoRead/default (1.29s)
21:39:13 [2022-08-16T21:39:13.873Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.22s)
21:39:13 [2022-08-16T21:39:13.873Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.26s)
21:39:13 [2022-08-16T21:39:13.873Z] PASS
21:39:13 [2022-08-16T21:39:13.873Z] 
21:39:13 [2022-08-16T21:39:13.873Z] DONE 6 tests in 9.469s
21:39:13 [2022-08-16T21:39:13.873Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
21:39:13 [2022-08-16T21:39:13.873Z] testing: warning: no tests to run
21:39:13 [2022-08-16T21:39:13.873Z] PASS
21:39:13 [2022-08-16T21:39:13.873Z] 
21:39:13 [2022-08-16T21:39:13.873Z] DONE 0 tests in 0.008s
21:39:13 [2022-08-16T21:39:13.873Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
21:39:13 [2022-08-16T21:39:13.873Z] INFO: Testing against a local daemon
21:39:13 [2022-08-16T21:39:13.873Z] === RUN   TestPluginWithDevMounts
21:39:13 [2022-08-16T21:39:13.873Z] === PAUSE TestPluginWithDevMounts
21:39:13 [2022-08-16T21:39:13.873Z] === CONT  TestPluginWithDevMounts
21:39:15 [2022-08-16T21:39:15.777Z] --- PASS: TestPluginWithDevMounts (1.61s)
21:39:15 [2022-08-16T21:39:15.777Z] PASS
21:39:15 [2022-08-16T21:39:15.777Z] 
21:39:15 [2022-08-16T21:39:15.777Z] DONE 1 tests in 1.637s
21:39:15 [2022-08-16T21:39:15.777Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
21:39:15 [2022-08-16T21:39:15.777Z] INFO: Testing against a local daemon
21:39:15 [2022-08-16T21:39:15.777Z] === RUN   TestSecretInspect
21:39:17 [2022-08-16T21:39:17.681Z] --- PASS: TestSecretInspect (2.21s)
21:39:17 [2022-08-16T21:39:17.681Z] === RUN   TestSecretList
21:39:20 [2022-08-16T21:39:20.214Z] --- PASS: TestSecretList (2.17s)
21:39:20 [2022-08-16T21:39:20.214Z] === RUN   TestSecretsCreateAndDelete
21:39:22 [2022-08-16T21:39:22.755Z] --- PASS: TestSecretsCreateAndDelete (2.29s)
21:39:22 [2022-08-16T21:39:22.755Z] === RUN   TestSecretsUpdate
21:39:24 [2022-08-16T21:39:24.658Z] --- PASS: TestSecretsUpdate (2.18s)
21:39:24 [2022-08-16T21:39:24.658Z] === RUN   TestTemplatedSecret
21:39:27 [2022-08-16T21:39:27.193Z] --- PASS: TestTemplatedSecret (2.60s)
21:39:27 [2022-08-16T21:39:27.193Z] === RUN   TestSecretCreateResolve
21:39:29 [2022-08-16T21:39:29.098Z] --- PASS: TestSecretCreateResolve (2.19s)
21:39:29 [2022-08-16T21:39:29.098Z] PASS
21:39:29 [2022-08-16T21:39:29.358Z] 
21:39:29 [2022-08-16T21:39:29.358Z] DONE 6 tests in 13.664s
21:39:29 [2022-08-16T21:39:29.358Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
21:39:29 [2022-08-16T21:39:29.358Z] INFO: Testing against a local daemon
21:39:29 [2022-08-16T21:39:29.358Z] === RUN   TestServiceCreateInit
21:39:29 [2022-08-16T21:39:29.358Z] === RUN   TestServiceCreateInit/daemonInitDisabled
21:39:33 [2022-08-16T21:39:33.553Z] === RUN   TestServiceCreateInit/daemonInitEnabled
21:39:36 [2022-08-16T21:39:36.842Z] --- PASS: TestServiceCreateInit (7.61s)
21:39:36 [2022-08-16T21:39:36.842Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.77s)
21:39:36 [2022-08-16T21:39:36.842Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.82s)
21:39:36 [2022-08-16T21:39:36.842Z] === RUN   TestCreateServiceMultipleTimes
21:39:54 [2022-08-16T21:39:54.929Z] --- PASS: TestCreateServiceMultipleTimes (15.64s)
21:39:54 [2022-08-16T21:39:54.929Z] === RUN   TestCreateServiceConflict
21:39:54 [2022-08-16T21:39:54.929Z] --- PASS: TestCreateServiceConflict (2.15s)
21:39:54 [2022-08-16T21:39:54.929Z] === RUN   TestCreateServiceMaxReplicas
21:39:58 [2022-08-16T21:39:58.216Z] --- PASS: TestCreateServiceMaxReplicas (2.97s)
21:39:58 [2022-08-16T21:39:58.216Z] === RUN   TestCreateWithDuplicateNetworkNames
21:40:13 [2022-08-16T21:40:13.104Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.18s)
21:40:13 [2022-08-16T21:40:13.104Z] === RUN   TestCreateServiceSecretFileMode
21:40:13 [2022-08-16T21:40:13.362Z] --- PASS: TestCreateServiceSecretFileMode (2.47s)
21:40:13 [2022-08-16T21:40:13.362Z] === RUN   TestCreateServiceConfigFileMode
21:40:15 [2022-08-16T21:40:15.894Z] --- PASS: TestCreateServiceConfigFileMode (2.50s)
21:40:15 [2022-08-16T21:40:15.894Z] === RUN   TestCreateServiceSysctls
21:40:19 [2022-08-16T21:40:19.181Z] --- PASS: TestCreateServiceSysctls (3.09s)
21:40:19 [2022-08-16T21:40:19.181Z] === RUN   TestCreateServiceCapabilities
21:40:21 [2022-08-16T21:40:21.717Z] --- PASS: TestCreateServiceCapabilities (2.52s)
21:40:21 [2022-08-16T21:40:21.717Z] === RUN   TestInspect
21:40:24 [2022-08-16T21:40:24.252Z] --- PASS: TestInspect (2.49s)
21:40:24 [2022-08-16T21:40:24.252Z] === RUN   TestCreateJob
21:40:27 [2022-08-16T21:40:27.540Z] --- PASS: TestCreateJob (3.16s)
21:40:27 [2022-08-16T21:40:27.540Z] === RUN   TestReplicatedJob
21:40:32 [2022-08-16T21:40:32.812Z] --- PASS: TestReplicatedJob (5.20s)
21:40:32 [2022-08-16T21:40:32.812Z] === RUN   TestUpdateReplicatedJob
21:40:36 [2022-08-16T21:40:36.104Z] --- PASS: TestUpdateReplicatedJob (3.35s)
21:40:36 [2022-08-16T21:40:36.104Z] === RUN   TestServiceListWithStatuses
21:40:36 [2022-08-16T21:40:36.104Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
21:40:36 [2022-08-16T21:40:36.104Z] --- SKIP: TestServiceListWithStatuses (0.00s)
21:40:36 [2022-08-16T21:40:36.104Z] === RUN   TestDockerNetworkConnectAlias
21:40:40 [2022-08-16T21:40:40.293Z] --- PASS: TestDockerNetworkConnectAlias (4.23s)
21:40:40 [2022-08-16T21:40:40.293Z] === RUN   TestDockerNetworkReConnect
21:40:43 [2022-08-16T21:40:43.579Z] --- PASS: TestDockerNetworkReConnect (3.41s)
21:40:43 [2022-08-16T21:40:43.579Z] === RUN   TestServicePlugin
21:40:46 [2022-08-16T21:40:46.868Z]     plugin_test.go:61: [d3d1ca2de9350] joining swarm manager [dff624fd3ea8c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:40:48 [2022-08-16T21:40:48.244Z]     plugin_test.go:64: [dee4f4a37eeb0] joining swarm manager [dff624fd3ea8c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:41:14 [2022-08-16T21:41:14.798Z] --- PASS: TestServicePlugin (30.05s)
21:41:14 [2022-08-16T21:41:14.798Z] === RUN   TestServiceUpdateLabel
21:41:15 [2022-08-16T21:41:15.365Z] --- PASS: TestServiceUpdateLabel (2.20s)
21:41:15 [2022-08-16T21:41:15.365Z] === RUN   TestServiceUpdateSecrets
21:41:30 [2022-08-16T21:41:30.244Z] --- PASS: TestServiceUpdateSecrets (14.63s)
21:41:30 [2022-08-16T21:41:30.244Z] === RUN   TestServiceUpdateConfigs
21:41:45 [2022-08-16T21:41:45.122Z] --- PASS: TestServiceUpdateConfigs (14.49s)
21:41:45 [2022-08-16T21:41:45.122Z] === RUN   TestServiceUpdateNetwork
21:41:57 [2022-08-16T21:41:57.330Z] --- PASS: TestServiceUpdateNetwork (12.56s)
21:41:57 [2022-08-16T21:41:57.330Z] === RUN   TestServiceUpdatePidsLimit
21:41:58 [2022-08-16T21:41:58.713Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
21:41:59 [2022-08-16T21:41:59.280Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
21:42:07 [2022-08-16T21:42:07.394Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
21:42:13 [2022-08-16T21:42:13.955Z] --- PASS: TestServiceUpdatePidsLimit (16.32s)
21:42:13 [2022-08-16T21:42:13.955Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
21:42:13 [2022-08-16T21:42:13.955Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.90s)
21:42:13 [2022-08-16T21:42:13.955Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s)
21:42:13 [2022-08-16T21:42:13.955Z] PASS
21:42:13 [2022-08-16T21:42:13.955Z] 
21:42:13 [2022-08-16T21:42:13.955Z] === Skipped
21:42:13 [2022-08-16T21:42:13.955Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
21:42:13 [2022-08-16T21:42:13.955Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
21:42:13 [2022-08-16T21:42:13.955Z] 
21:42:13 [2022-08-16T21:42:13.955Z] DONE 27 tests, 1 skipped in 164.254s
21:42:13 [2022-08-16T21:42:13.955Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
21:42:13 [2022-08-16T21:42:13.955Z] INFO: Testing against a local daemon
21:42:13 [2022-08-16T21:42:13.955Z] === RUN   TestSessionCreate
21:42:13 [2022-08-16T21:42:13.955Z] --- PASS: TestSessionCreate (0.02s)
21:42:13 [2022-08-16T21:42:13.955Z] === RUN   TestSessionCreateWithBadUpgrade
21:42:13 [2022-08-16T21:42:13.955Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
21:42:13 [2022-08-16T21:42:13.955Z] PASS
21:42:13 [2022-08-16T21:42:13.955Z] 
21:42:13 [2022-08-16T21:42:13.955Z] DONE 2 tests in 0.057s
21:42:13 [2022-08-16T21:42:13.955Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
21:42:13 [2022-08-16T21:42:13.955Z] INFO: Testing against a local daemon
21:42:13 [2022-08-16T21:42:13.955Z] === RUN   TestCgroupDriverSystemdMemoryLimit
21:42:13 [2022-08-16T21:42:13.955Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
21:42:13 [2022-08-16T21:42:13.955Z] === RUN   TestDiskUsage
21:42:13 [2022-08-16T21:42:13.955Z] === PAUSE TestDiskUsage
21:42:13 [2022-08-16T21:42:13.955Z] === RUN   TestEventsExecDie
21:42:14 [2022-08-16T21:42:14.214Z] --- PASS: TestEventsExecDie (0.57s)
21:42:14 [2022-08-16T21:42:14.214Z] === RUN   TestEventsBackwardsCompatible
21:42:14 [2022-08-16T21:42:14.214Z] --- PASS: TestEventsBackwardsCompatible (0.07s)
21:42:14 [2022-08-16T21:42:14.214Z] === RUN   TestEventsVolumeCreate
21:42:14 [2022-08-16T21:42:14.214Z] --- PASS: TestEventsVolumeCreate (0.06s)
21:42:14 [2022-08-16T21:42:14.214Z] === RUN   TestInfoBinaryCommits
21:42:14 [2022-08-16T21:42:14.214Z] --- PASS: TestInfoBinaryCommits (0.02s)
21:42:14 [2022-08-16T21:42:14.214Z] === RUN   TestInfoAPIVersioned
21:42:14 [2022-08-16T21:42:14.214Z] --- PASS: TestInfoAPIVersioned (0.01s)
21:42:14 [2022-08-16T21:42:14.214Z] === RUN   TestInfoAPI
21:42:14 [2022-08-16T21:42:14.473Z] --- PASS: TestInfoAPI (0.02s)
21:42:14 [2022-08-16T21:42:14.473Z] === RUN   TestInfoAPIWarnings
21:42:32 [2022-08-16T21:42:32.555Z] --- PASS: TestInfoAPIWarnings (16.54s)
21:42:32 [2022-08-16T21:42:32.555Z] === RUN   TestInfoDebug
21:42:32 [2022-08-16T21:42:32.555Z] --- PASS: TestInfoDebug (0.52s)
21:42:32 [2022-08-16T21:42:32.555Z] === RUN   TestInfoInsecureRegistries
21:42:32 [2022-08-16T21:42:32.555Z] --- PASS: TestInfoInsecureRegistries (0.52s)
21:42:32 [2022-08-16T21:42:32.555Z] === RUN   TestInfoRegistryMirrors
21:42:32 [2022-08-16T21:42:32.555Z] --- PASS: TestInfoRegistryMirrors (0.52s)
21:42:32 [2022-08-16T21:42:32.555Z] === RUN   TestLoginFailsWithBadCredentials
21:42:32 [2022-08-16T21:42:32.815Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
21:42:32 [2022-08-16T21:42:32.815Z] === RUN   TestPingCacheHeaders
21:42:32 [2022-08-16T21:42:32.815Z] --- PASS: TestPingCacheHeaders (0.02s)
21:42:32 [2022-08-16T21:42:32.815Z] === RUN   TestPingGet
21:42:32 [2022-08-16T21:42:32.815Z] --- PASS: TestPingGet (0.01s)
21:42:32 [2022-08-16T21:42:32.815Z] === RUN   TestPingHead
21:42:32 [2022-08-16T21:42:32.815Z] --- PASS: TestPingHead (0.02s)
21:42:32 [2022-08-16T21:42:32.815Z] === RUN   TestPingSwarmHeader
21:42:33 [2022-08-16T21:42:33.384Z] === RUN   TestPingSwarmHeader/before_swarm_init
21:42:33 [2022-08-16T21:42:33.950Z] === RUN   TestPingSwarmHeader/after_swarm_init
21:42:34 [2022-08-16T21:42:34.887Z] === RUN   TestPingSwarmHeader/after_swarm_leave
21:42:34 [2022-08-16T21:42:34.887Z] --- PASS: TestPingSwarmHeader (2.12s)
21:42:34 [2022-08-16T21:42:34.887Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
21:42:34 [2022-08-16T21:42:34.887Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
21:42:34 [2022-08-16T21:42:34.887Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
21:42:34 [2022-08-16T21:42:34.887Z] === RUN   TestVersion
21:42:34 [2022-08-16T21:42:34.887Z] --- PASS: TestVersion (0.02s)
21:42:35 [2022-08-16T21:42:35.146Z] === CONT  TestCgroupDriverSystemdMemoryLimit
21:42:35 [2022-08-16T21:42:35.146Z] === CONT  TestDiskUsage
21:42:35 [2022-08-16T21:42:35.405Z] === RUN   TestDiskUsage/empty
21:42:35 [2022-08-16T21:42:35.664Z] === RUN   TestDiskUsage/empty/container_types
21:42:35 [2022-08-16T21:42:35.664Z] === RUN   TestDiskUsage/empty/image_types
21:42:35 [2022-08-16T21:42:35.664Z] === RUN   TestDiskUsage/empty/volume_types
21:42:35 [2022-08-16T21:42:35.664Z] === RUN   TestDiskUsage/empty/build-cache_types
21:42:35 [2022-08-16T21:42:35.664Z] === RUN   TestDiskUsage/empty/container,_volume_types
21:42:35 [2022-08-16T21:42:35.664Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
21:42:35 [2022-08-16T21:42:35.664Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
21:42:35 [2022-08-16T21:42:35.664Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
21:42:35 [2022-08-16T21:42:35.664Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
21:42:35 [2022-08-16T21:42:35.664Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
21:42:35 [2022-08-16T21:42:35.664Z] === RUN   TestDiskUsage/after_LoadBusybox
21:42:35 [2022-08-16T21:42:35.924Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
21:42:35 [2022-08-16T21:42:35.924Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
21:42:35 [2022-08-16T21:42:35.924Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
21:42:35 [2022-08-16T21:42:35.924Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
21:42:35 [2022-08-16T21:42:35.924Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
21:42:35 [2022-08-16T21:42:35.924Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
21:42:35 [2022-08-16T21:42:35.924Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
21:42:35 [2022-08-16T21:42:35.924Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
21:42:35 [2022-08-16T21:42:35.924Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
21:42:35 [2022-08-16T21:42:35.924Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
21:42:35 [2022-08-16T21:42:35.924Z] === RUN   TestDiskUsage/after_container.Run
21:42:36 [2022-08-16T21:42:36.492Z] === RUN   TestDiskUsage/after_container.Run/container_types
21:42:36 [2022-08-16T21:42:36.492Z] === RUN   TestDiskUsage/after_container.Run/image_types
21:42:36 [2022-08-16T21:42:36.492Z] === RUN   TestDiskUsage/after_container.Run/volume_types
21:42:36 [2022-08-16T21:42:36.492Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
21:42:36 [2022-08-16T21:42:36.492Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
21:42:36 [2022-08-16T21:42:36.493Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
21:42:36 [2022-08-16T21:42:36.493Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
21:42:36 [2022-08-16T21:42:36.493Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
21:42:36 [2022-08-16T21:42:36.493Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
21:42:36 [2022-08-16T21:42:36.493Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
21:42:36 [2022-08-16T21:42:36.493Z] --- PASS: TestDiskUsage (1.58s)
21:42:36 [2022-08-16T21:42:36.493Z]     --- PASS: TestDiskUsage/empty (0.01s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.29s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]     --- PASS: TestDiskUsage/after_container.Run (0.54s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
21:42:36 [2022-08-16T21:42:36.493Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.60s)
21:42:36 [2022-08-16T21:42:36.493Z] PASS
21:42:36 [2022-08-16T21:42:36.493Z] 
21:42:36 [2022-08-16T21:42:36.493Z] DONE 54 tests in 23.035s
21:42:36 [2022-08-16T21:42:36.752Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
21:42:36 [2022-08-16T21:42:36.752Z] INFO: Testing against a local daemon
21:42:36 [2022-08-16T21:42:36.752Z] === RUN   TestVolumesCreateAndList
21:42:36 [2022-08-16T21:42:36.752Z] --- PASS: TestVolumesCreateAndList (0.02s)
21:42:36 [2022-08-16T21:42:36.752Z] === RUN   TestVolumesRemove
21:42:36 [2022-08-16T21:42:36.752Z] --- PASS: TestVolumesRemove (0.07s)
21:42:36 [2022-08-16T21:42:36.752Z] === RUN   TestVolumesInspect
21:42:36 [2022-08-16T21:42:36.752Z] --- PASS: TestVolumesInspect (0.02s)
21:42:36 [2022-08-16T21:42:36.752Z] === RUN   TestVolumesInvalidJSON
21:42:36 [2022-08-16T21:42:36.752Z] === RUN   TestVolumesInvalidJSON/volumes/create
21:42:36 [2022-08-16T21:42:36.752Z] === PAUSE TestVolumesInvalidJSON/volumes/create
21:42:36 [2022-08-16T21:42:36.752Z] === CONT  TestVolumesInvalidJSON/volumes/create
21:42:36 [2022-08-16T21:42:36.752Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
21:42:36 [2022-08-16T21:42:36.752Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
21:42:36 [2022-08-16T21:42:36.752Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
21:42:36 [2022-08-16T21:42:36.752Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
21:42:36 [2022-08-16T21:42:36.752Z] --- PASS: TestVolumesInvalidJSON (0.01s)
21:42:36 [2022-08-16T21:42:36.752Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
21:42:36 [2022-08-16T21:42:36.752Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
21:42:36 [2022-08-16T21:42:36.752Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
21:42:36 [2022-08-16T21:42:36.752Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
21:42:36 [2022-08-16T21:42:36.752Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
21:42:36 [2022-08-16T21:42:36.752Z] PASS
21:42:36 [2022-08-16T21:42:36.752Z] 
21:42:36 [2022-08-16T21:42:36.752Z] DONE 9 tests in 0.150s
21:42:36 [2022-08-16T21:42:36.752Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
21:42:37 [2022-08-16T21:42:37.320Z] Stopping apparmor (via systemctl): apparmor.service.
21:42:37 [2022-08-16T21:42:37.320Z] Removing test suite binaries
21:42:37 [2022-08-16T21:42:37.320Z] exiting test-integration
21:42:37 [2022-08-16T21:42:37.320Z] ++ exit 0
21:42:37 [2022-08-16T21:42:37.320Z]