Skip to content

Console Output

22:30:38 [2022-08-04T22:30:38.542Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43919/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=8ae63006f13986bd61032f9cf1f040cc4498d027 -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=22.06 docker:8ae63006f13986bd61032f9cf1f040cc4498d027 hack/make.sh dynbinary test-integration
22:30:38 [2022-08-04T22:30:38.801Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
22:30:38 [2022-08-04T22:30:38.802Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
22:30:38 [2022-08-04T22:30:38.802Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
22:30:38 [2022-08-04T22:30:38.802Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
22:30:38 [2022-08-04T22:30:38.802Z] 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)
22:30:38 [2022-08-04T22:30:38.802Z] Detected virtualization docker.
22:30:38 [2022-08-04T22:30:38.802Z] Detected architecture x86-64.
22:30:38 [2022-08-04T22:30:38.802Z] Set hostname to <8d5d892affd1>.
22:30:39 [2022-08-04T22:30:39.061Z] modprobe@configfs.service: Succeeded.
22:30:39 [2022-08-04T22:30:39.061Z] modprobe@drm.service: Succeeded.
22:30:39 [2022-08-04T22:30:39.061Z] modprobe@fuse.service: Succeeded.
22:30:39 [2022-08-04T22:30:39.061Z] + source /etc/docker-entrypoint-cmd
22:30:39 [2022-08-04T22:30:39.061Z] ++ hack/make.sh dynbinary test-integration
22:30:39 [2022-08-04T22:30:39.061Z] 
22:30:39 [2022-08-04T22:30:39.322Z] Removing bundles/
22:30:39 [2022-08-04T22:30:39.322Z] 
22:30:39 [2022-08-04T22:30:39.322Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
22:30:39 [2022-08-04T22:30:39.322Z] Building: bundles/dynbinary-daemon/dockerd
22:30:39 [2022-08-04T22:30:39.322Z] GOOS="" GOARCH="" GOARM=""
22:32:45 [2022-08-04T22:32:45.829Z] Created binary: bundles/dynbinary-daemon/dockerd
22:32:45 [2022-08-04T22:32:45.829Z] Building: bundles/dynbinary-daemon/docker-proxy
22:32:45 [2022-08-04T22:32:45.829Z] GOOS="" GOARCH="" GOARM=""
22:32:45 [2022-08-04T22:32:45.829Z] Created binary: bundles/dynbinary-daemon/docker-proxy
22:32:45 [2022-08-04T22:32:45.829Z] 
22:32:45 [2022-08-04T22:32:45.829Z] ---> Making bundle: test-integration (in bundles/test-integration)
22:32:45 [2022-08-04T22:32:45.829Z] DOCKER_SYSTEMD=1
22:32:45 [2022-08-04T22:32:45.829Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
22:32:45 [2022-08-04T22:32:45.829Z] HOSTNAME=8d5d892affd1
22:32:45 [2022-08-04T22:32:45.829Z] DEST=bundles/test-integration
22:32:45 [2022-08-04T22:32:45.829Z] PWD=/go/src/github.com/docker/docker
22:32:45 [2022-08-04T22:32:45.829Z] DOCKER_GITCOMMIT=8ae63006f13986bd61032f9cf1f040cc4498d027
22:32:45 [2022-08-04T22:32:45.829Z] container=docker
22:32:45 [2022-08-04T22:32:45.829Z] HOME=/root
22:32:45 [2022-08-04T22:32:45.829Z] LANG=C.UTF-8
22:32:45 [2022-08-04T22:32:45.829Z] INVOCATION_ID=e4c682b315bd494ebf158541f1169348
22:32:45 [2022-08-04T22:32:45.829Z] GOLANG_VERSION=1.18.5
22:32:45 [2022-08-04T22:32:45.829Z] VALIDATE_REPO=https://github.com/moby/moby.git
22:32:45 [2022-08-04T22:32:45.829Z] VALIDATE_BRANCH=22.06
22:32:45 [2022-08-04T22:32:45.829Z] TERM=xterm
22:32:45 [2022-08-04T22:32:45.829Z] DOCKER_PKG=github.com/docker/docker
22:32:45 [2022-08-04T22:32:45.829Z] SHLVL=3
22:32:45 [2022-08-04T22:32:45.829Z] TIMEOUT=120m
22:32:45 [2022-08-04T22:32:45.829Z] DOCKER_BUILDTAGS= journald
22:32:45 [2022-08-04T22:32:45.829Z] DOCKER_GRAPHDRIVER=overlay2
22:32:45 [2022-08-04T22:32:45.829Z] GO111MODULE=off
22:32:45 [2022-08-04T22:32:45.829Z] DOCKER_EXPERIMENTAL=1
22:32:45 [2022-08-04T22:32:45.829Z] TEST_SKIP_INTEGRATION_CLI=1
22:32:45 [2022-08-04T22:32:45.829Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
22:32:45 [2022-08-04T22:32:45.829Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
22:32:45 [2022-08-04T22:32:45.829Z] GOPATH=/go
22:32:45 [2022-08-04T22:32:45.829Z] PKG_CONFIG=pkg-config
22:32:45 [2022-08-04T22:32:45.829Z] _=/usr/bin/env
22:32:45 [2022-08-04T22:32:45.829Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
22:33:32 [2022-08-04T22:33:32.541Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
22:33:32 [2022-08-04T22:33:32.541Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
22:33:54 [2022-08-04T22:33:54.501Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
22:34:04 [2022-08-04T22:34:04.526Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
22:34:12 [2022-08-04T22:34:12.725Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
22:34:12 [2022-08-04T22:34:12.985Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
22:34:13 [2022-08-04T22:34:13.924Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
22:34:14 [2022-08-04T22:34:14.495Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
22:34:15 [2022-08-04T22:34:15.437Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
22:34:15 [2022-08-04T22:34:15.697Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
22:34:16 [2022-08-04T22:34:16.637Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
22:34:19 [2022-08-04T22:34:19.180Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
22:34:20 [2022-08-04T22:34:20.120Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
22:34:21 [2022-08-04T22:34:21.189Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
22:34:21 [2022-08-04T22:34:21.449Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
22:34:22 [2022-08-04T22:34:22.389Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
22:34:23 [2022-08-04T22:34:23.329Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
22:34:24 [2022-08-04T22:34:24.711Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
22:34:24 [2022-08-04T22:34:24.972Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
22:34:26 [2022-08-04T22:34:26.353Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
22:34:26 [2022-08-04T22:34:26.923Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
22:34:26 [2022-08-04T22:34:26.923Z] Using test binary docker
22:34:26 [2022-08-04T22:34:26.923Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
22:34:26 [2022-08-04T22:34:26.923Z] Starting apparmor (via systemctl): apparmor.service.
22:34:26 [2022-08-04T22:34:26.923Z] Starting dockerd
22:34:26 [2022-08-04T22:34:26.923Z] INFO: Waiting for daemon to start...
22:34:31 [2022-08-04T22:34:31.115Z] .
22:34:31 [2022-08-04T22:34:31.115Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
22:34:31 [2022-08-04T22:34:31.115Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
22:34:31 [2022-08-04T22:34:31.115Z] Error: No such image: emptyfs
22:34:31 [2022-08-04T22:34:31.115Z] Running integration-test (iteration 1)
22:34:31 [2022-08-04T22:34:31.115Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
22:34:31 [2022-08-04T22:34:31.375Z] Loaded image: busybox:latest
22:34:31 [2022-08-04T22:34:31.635Z] Loaded image: busybox:glibc
22:34:33 [2022-08-04T22:34:33.016Z] Loaded image: debian:bullseye-slim
22:34:33 [2022-08-04T22:34:33.016Z] Loaded image: hello-world:latest
22:34:33 [2022-08-04T22:34:33.016Z] Loaded image: arm32v7/hello-world:latest
22:34:33 [2022-08-04T22:34:33.016Z] INFO: Testing against a local daemon
22:34:33 [2022-08-04T22:34:33.016Z] === RUN   TestCgroupNamespacesBuild
22:34:34 [2022-08-04T22:34:34.396Z] --- PASS: TestCgroupNamespacesBuild (1.28s)
22:34:34 [2022-08-04T22:34:34.396Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
22:34:35 [2022-08-04T22:34:35.776Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.22s)
22:34:35 [2022-08-04T22:34:35.776Z] === RUN   TestBuildWithSession
22:34:35 [2022-08-04T22:34:35.776Z]     build_session_test.go:25: TODO: BuildKit
22:34:35 [2022-08-04T22:34:35.776Z] --- SKIP: TestBuildWithSession (0.00s)
22:34:35 [2022-08-04T22:34:35.776Z] === RUN   TestBuildSquashParent
22:34:41 [2022-08-04T22:34:41.055Z] --- PASS: TestBuildSquashParent (5.12s)
22:34:41 [2022-08-04T22:34:41.055Z] === RUN   TestBuildWithRemoveAndForceRemove
22:34:41 [2022-08-04T22:34:41.055Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:34:41 [2022-08-04T22:34:41.055Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:34:41 [2022-08-04T22:34:41.055Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:34:41 [2022-08-04T22:34:41.055Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:34:41 [2022-08-04T22:34:41.055Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:34:41 [2022-08-04T22:34:41.055Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:34:41 [2022-08-04T22:34:41.055Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:34:41 [2022-08-04T22:34:41.055Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:34:41 [2022-08-04T22:34:41.055Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:34:41 [2022-08-04T22:34:41.055Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:34:41 [2022-08-04T22:34:41.055Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:34:41 [2022-08-04T22:34:41.055Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:34:41 [2022-08-04T22:34:41.055Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:34:41 [2022-08-04T22:34:41.055Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:34:42 [2022-08-04T22:34:42.965Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:34:42 [2022-08-04T22:34:42.966Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:34:44 [2022-08-04T22:34:44.347Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:34:44 [2022-08-04T22:34:44.347Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:34:46 [2022-08-04T22:34:46.256Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
22:34:46 [2022-08-04T22:34:46.256Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.97s)
22:34:46 [2022-08-04T22:34:46.256Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.97s)
22:34:46 [2022-08-04T22:34:46.256Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.57s)
22:34:46 [2022-08-04T22:34:46.256Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.83s)
22:34:46 [2022-08-04T22:34:46.256Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.51s)
22:34:46 [2022-08-04T22:34:46.256Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.41s)
22:34:46 [2022-08-04T22:34:46.256Z] === RUN   TestBuildMultiStageCopy
22:34:46 [2022-08-04T22:34:46.256Z] === RUN   TestBuildMultiStageCopy/copy_to_root
22:34:47 [2022-08-04T22:34:47.636Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
22:34:47 [2022-08-04T22:34:47.637Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
22:34:47 [2022-08-04T22:34:47.896Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
22:34:47 [2022-08-04T22:34:47.896Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
22:34:48 [2022-08-04T22:34:48.157Z] --- PASS: TestBuildMultiStageCopy (2.36s)
22:34:48 [2022-08-04T22:34:48.157Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.47s)
22:34:48 [2022-08-04T22:34:48.157Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.22s)
22:34:48 [2022-08-04T22:34:48.157Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s)
22:34:48 [2022-08-04T22:34:48.157Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s)
22:34:48 [2022-08-04T22:34:48.157Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s)
22:34:48 [2022-08-04T22:34:48.157Z] === RUN   TestBuildMultiStageParentConfig
22:34:48 [2022-08-04T22:34:48.727Z] --- PASS: TestBuildMultiStageParentConfig (0.61s)
22:34:48 [2022-08-04T22:34:48.727Z] === RUN   TestBuildLabelWithTargets
22:34:50 [2022-08-04T22:34:50.108Z] --- PASS: TestBuildLabelWithTargets (0.96s)
22:34:50 [2022-08-04T22:34:50.108Z] === RUN   TestBuildWithEmptyLayers
22:34:50 [2022-08-04T22:34:50.369Z] --- PASS: TestBuildWithEmptyLayers (0.44s)
22:34:50 [2022-08-04T22:34:50.369Z] === RUN   TestBuildMultiStageOnBuild
22:34:51 [2022-08-04T22:34:51.750Z] --- PASS: TestBuildMultiStageOnBuild (1.60s)
22:34:51 [2022-08-04T22:34:51.750Z] === RUN   TestBuildUncleanTarFilenames
22:34:52 [2022-08-04T22:34:52.319Z] --- PASS: TestBuildUncleanTarFilenames (0.59s)
22:34:52 [2022-08-04T22:34:52.319Z] === RUN   TestBuildMultiStageLayerLeak
22:34:54 [2022-08-04T22:34:54.228Z] --- PASS: TestBuildMultiStageLayerLeak (1.75s)
22:34:54 [2022-08-04T22:34:54.228Z] === RUN   TestBuildWithHugeFile
22:35:50 [2022-08-04T22:35:50.488Z] --- PASS: TestBuildWithHugeFile (50.79s)
22:35:50 [2022-08-04T22:35:50.488Z] === RUN   TestBuildWCOWSandboxSize
22:35:50 [2022-08-04T22:35:50.488Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
22:35:50 [2022-08-04T22:35:50.488Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
22:35:50 [2022-08-04T22:35:50.488Z] === RUN   TestBuildWithEmptyDockerfile
22:35:50 [2022-08-04T22:35:50.488Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
22:35:50 [2022-08-04T22:35:50.488Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
22:35:50 [2022-08-04T22:35:50.488Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:35:50 [2022-08-04T22:35:50.488Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:35:50 [2022-08-04T22:35:50.488Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:35:50 [2022-08-04T22:35:50.488Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:35:50 [2022-08-04T22:35:50.488Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
22:35:50 [2022-08-04T22:35:50.488Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:35:50 [2022-08-04T22:35:50.488Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:35:50 [2022-08-04T22:35:50.488Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
22:35:50 [2022-08-04T22:35:50.488Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s)
22:35:50 [2022-08-04T22:35:50.488Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s)
22:35:50 [2022-08-04T22:35:50.488Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
22:35:50 [2022-08-04T22:35:50.488Z] === RUN   TestBuildPreserveOwnership
22:35:50 [2022-08-04T22:35:50.488Z] === RUN   TestBuildPreserveOwnership/copy_from
22:35:50 [2022-08-04T22:35:50.488Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
22:35:50 [2022-08-04T22:35:50.488Z] --- PASS: TestBuildPreserveOwnership (3.56s)
22:35:50 [2022-08-04T22:35:50.488Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.41s)
22:35:50 [2022-08-04T22:35:50.488Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.14s)
22:35:50 [2022-08-04T22:35:50.488Z] === RUN   TestBuildPlatformInvalid
22:35:50 [2022-08-04T22:35:50.488Z] --- PASS: TestBuildPlatformInvalid (0.07s)
22:35:50 [2022-08-04T22:35:50.488Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
22:35:50 [2022-08-04T22:35:50.488Z] Loaded image: busybox:latest
22:35:50 [2022-08-04T22:35:50.488Z] Loaded image: busybox:glibc
22:35:51 [2022-08-04T22:35:51.058Z] Loaded image: debian:bullseye-slim
22:35:51 [2022-08-04T22:35:51.058Z] Loaded image: hello-world:latest
22:35:51 [2022-08-04T22:35:51.058Z] Loaded image: arm32v7/hello-world:latest
22:36:01 [2022-08-04T22:36:01.045Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.52s)
22:36:01 [2022-08-04T22:36:01.045Z] PASS
22:36:01 [2022-08-04T22:36:01.045Z] 
22:36:01 [2022-08-04T22:36:01.045Z] === Skipped
22:36:01 [2022-08-04T22:36:01.045Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
22:36:01 [2022-08-04T22:36:01.045Z]     build_session_test.go:25: TODO: BuildKit
22:36:01 [2022-08-04T22:36:01.045Z] 
22:36:01 [2022-08-04T22:36:01.045Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
22:36:01 [2022-08-04T22:36:01.045Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
22:36:01 [2022-08-04T22:36:01.045Z] 
22:36:01 [2022-08-04T22:36:01.045Z] DONE 34 tests, 2 skipped in 88.222s
22:36:01 [2022-08-04T22:36:01.045Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
22:36:01 [2022-08-04T22:36:01.045Z] INFO: Testing against a local daemon
22:36:01 [2022-08-04T22:36:01.045Z] === RUN   TestConfigInspect
22:36:01 [2022-08-04T22:36:01.613Z] --- PASS: TestConfigInspect (2.17s)
22:36:01 [2022-08-04T22:36:01.614Z] === RUN   TestConfigList
22:36:04 [2022-08-04T22:36:04.152Z] --- PASS: TestConfigList (2.16s)
22:36:04 [2022-08-04T22:36:04.152Z] === RUN   TestConfigsCreateAndDelete
22:36:06 [2022-08-04T22:36:06.058Z] --- PASS: TestConfigsCreateAndDelete (2.27s)
22:36:06 [2022-08-04T22:36:06.058Z] === RUN   TestConfigsUpdate
22:36:08 [2022-08-04T22:36:08.595Z] --- PASS: TestConfigsUpdate (2.17s)
22:36:08 [2022-08-04T22:36:08.595Z] === RUN   TestTemplatedConfig
22:36:11 [2022-08-04T22:36:11.131Z] --- PASS: TestTemplatedConfig (2.62s)
22:36:11 [2022-08-04T22:36:11.131Z] === RUN   TestConfigCreateResolve
22:36:13 [2022-08-04T22:36:13.038Z] --- PASS: TestConfigCreateResolve (2.17s)
22:36:13 [2022-08-04T22:36:13.038Z] PASS
22:36:13 [2022-08-04T22:36:13.038Z] 
22:36:13 [2022-08-04T22:36:13.038Z] DONE 6 tests in 13.593s
22:36:13 [2022-08-04T22:36:13.038Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
22:36:13 [2022-08-04T22:36:13.038Z] INFO: Testing against a local daemon
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestAttachWithTTY
22:36:13 [2022-08-04T22:36:13.038Z] --- PASS: TestAttachWithTTY (0.06s)
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestAttachWithoutTTy
22:36:13 [2022-08-04T22:36:13.038Z] --- PASS: TestAttachWithoutTTy (0.04s)
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestCheckpoint
22:36:13 [2022-08-04T22:36:13.038Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:36:13 [2022-08-04T22:36:13.038Z] --- SKIP: TestCheckpoint (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/commit
22:36:13 [2022-08-04T22:36:13.038Z] === PAUSE TestContainerInvalidJSON/commit
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/containers/create
22:36:13 [2022-08-04T22:36:13.038Z] === PAUSE TestContainerInvalidJSON/containers/create
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
22:36:13 [2022-08-04T22:36:13.038Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
22:36:13 [2022-08-04T22:36:13.038Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
22:36:13 [2022-08-04T22:36:13.038Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
22:36:13 [2022-08-04T22:36:13.038Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
22:36:13 [2022-08-04T22:36:13.038Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
22:36:13 [2022-08-04T22:36:13.038Z] === CONT  TestContainerInvalidJSON/commit
22:36:13 [2022-08-04T22:36:13.038Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/commit/empty_body
22:36:13 [2022-08-04T22:36:13.038Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
22:36:13 [2022-08-04T22:36:13.038Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
22:36:13 [2022-08-04T22:36:13.038Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
22:36:13 [2022-08-04T22:36:13.038Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
22:36:13 [2022-08-04T22:36:13.038Z] === CONT  TestContainerInvalidJSON/containers/create
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
22:36:13 [2022-08-04T22:36:13.038Z] --- PASS: TestContainerInvalidJSON (0.01s)
22:36:13 [2022-08-04T22:36:13.038Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestCopyFromContainerPathDoesNotExist
22:36:13 [2022-08-04T22:36:13.038Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
22:36:13 [2022-08-04T22:36:13.038Z] === RUN   TestCopyFromContainerPathIsNotDir
22:36:13 [2022-08-04T22:36:13.298Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
22:36:13 [2022-08-04T22:36:13.298Z] === RUN   TestCopyToContainerPathDoesNotExist
22:36:13 [2022-08-04T22:36:13.298Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
22:36:13 [2022-08-04T22:36:13.298Z] === RUN   TestCopyEmptyFile
22:36:13 [2022-08-04T22:36:13.558Z] --- PASS: TestCopyEmptyFile (0.22s)
22:36:13 [2022-08-04T22:36:13.558Z] === RUN   TestCopyToContainerPathIsNotDir
22:36:13 [2022-08-04T22:36:13.558Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
22:36:13 [2022-08-04T22:36:13.558Z] === RUN   TestCopyFromContainer
22:36:14 [2022-08-04T22:36:14.938Z] === RUN   TestCopyFromContainer//
22:36:14 [2022-08-04T22:36:14.938Z] === RUN   TestCopyFromContainer//bar/root
22:36:14 [2022-08-04T22:36:14.938Z] === RUN   TestCopyFromContainer//bar/root/
22:36:14 [2022-08-04T22:36:14.938Z] === RUN   TestCopyFromContainer/bar/quux
22:36:14 [2022-08-04T22:36:14.938Z] === RUN   TestCopyFromContainer/bar/quux/
22:36:14 [2022-08-04T22:36:14.938Z] === RUN   TestCopyFromContainer/bar/quux/baz
22:36:14 [2022-08-04T22:36:14.938Z] === RUN   TestCopyFromContainer/bar/filesymlink
22:36:14 [2022-08-04T22:36:14.938Z] === RUN   TestCopyFromContainer/bar/dirsymlink
22:36:15 [2022-08-04T22:36:15.198Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
22:36:15 [2022-08-04T22:36:15.198Z] === RUN   TestCopyFromContainer/bar/notarget
22:36:15 [2022-08-04T22:36:15.198Z] --- PASS: TestCopyFromContainer (1.74s)
22:36:15 [2022-08-04T22:36:15.198Z]     --- PASS: TestCopyFromContainer// (0.06s)
22:36:15 [2022-08-04T22:36:15.198Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
22:36:15 [2022-08-04T22:36:15.198Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
22:36:15 [2022-08-04T22:36:15.198Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
22:36:15 [2022-08-04T22:36:15.198Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
22:36:15 [2022-08-04T22:36:15.198Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
22:36:15 [2022-08-04T22:36:15.198Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
22:36:15 [2022-08-04T22:36:15.198Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
22:36:15 [2022-08-04T22:36:15.198Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
22:36:15 [2022-08-04T22:36:15.198Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
22:36:15 [2022-08-04T22:36:15.198Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
22:36:15 [2022-08-04T22:36:15.198Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:36:15 [2022-08-04T22:36:15.198Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:36:15 [2022-08-04T22:36:15.198Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:36:15 [2022-08-04T22:36:15.198Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:36:15 [2022-08-04T22:36:15.198Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
22:36:15 [2022-08-04T22:36:15.198Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
22:36:15 [2022-08-04T22:36:15.198Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:36:15 [2022-08-04T22:36:15.198Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
22:36:15 [2022-08-04T22:36:15.198Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:36:15 [2022-08-04T22:36:15.198Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
22:36:15 [2022-08-04T22:36:15.198Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
22:36:15 [2022-08-04T22:36:15.198Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
22:36:15 [2022-08-04T22:36:15.198Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
22:36:15 [2022-08-04T22:36:15.198Z] === RUN   TestCreateLinkToNonExistingContainer
22:36:15 [2022-08-04T22:36:15.198Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
22:36:15 [2022-08-04T22:36:15.198Z] === RUN   TestCreateWithInvalidEnv
22:36:15 [2022-08-04T22:36:15.198Z] === RUN   TestCreateWithInvalidEnv/0
22:36:15 [2022-08-04T22:36:15.198Z] === PAUSE TestCreateWithInvalidEnv/0
22:36:15 [2022-08-04T22:36:15.198Z] === RUN   TestCreateWithInvalidEnv/1
22:36:15 [2022-08-04T22:36:15.198Z] === PAUSE TestCreateWithInvalidEnv/1
22:36:15 [2022-08-04T22:36:15.198Z] === RUN   TestCreateWithInvalidEnv/2
22:36:15 [2022-08-04T22:36:15.198Z] === PAUSE TestCreateWithInvalidEnv/2
22:36:15 [2022-08-04T22:36:15.468Z] === CONT  TestCreateWithInvalidEnv/0
22:36:15 [2022-08-04T22:36:15.468Z] === CONT  TestCreateWithInvalidEnv/2
22:36:15 [2022-08-04T22:36:15.468Z] === CONT  TestCreateWithInvalidEnv/1
22:36:15 [2022-08-04T22:36:15.468Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
22:36:15 [2022-08-04T22:36:15.468Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
22:36:15 [2022-08-04T22:36:15.468Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
22:36:15 [2022-08-04T22:36:15.468Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.01s)
22:36:15 [2022-08-04T22:36:15.468Z] === RUN   TestCreateTmpfsMountsTarget
22:36:15 [2022-08-04T22:36:15.468Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
22:36:15 [2022-08-04T22:36:15.468Z] === RUN   TestCreateWithCustomMaskedPaths
22:36:16 [2022-08-04T22:36:16.851Z] --- PASS: TestCreateWithCustomMaskedPaths (1.61s)
22:36:16 [2022-08-04T22:36:16.851Z] === RUN   TestCreateWithCustomReadonlyPaths
22:36:18 [2022-08-04T22:36:18.759Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.65s)
22:36:18 [2022-08-04T22:36:18.759Z] === RUN   TestCreateWithInvalidHealthcheckParams
22:36:18 [2022-08-04T22:36:18.759Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:36:18 [2022-08-04T22:36:18.759Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:36:18 [2022-08-04T22:36:18.759Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:36:18 [2022-08-04T22:36:18.759Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:36:18 [2022-08-04T22:36:18.759Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:36:18 [2022-08-04T22:36:18.759Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:36:18 [2022-08-04T22:36:18.759Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:36:18 [2022-08-04T22:36:18.759Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:36:18 [2022-08-04T22:36:18.759Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:36:18 [2022-08-04T22:36:18.759Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:36:18 [2022-08-04T22:36:18.759Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:36:18 [2022-08-04T22:36:18.759Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:36:18 [2022-08-04T22:36:18.759Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:36:18 [2022-08-04T22:36:18.759Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:36:18 [2022-08-04T22:36:18.759Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:36:18 [2022-08-04T22:36:18.759Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
22:36:18 [2022-08-04T22:36:18.759Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
22:36:18 [2022-08-04T22:36:18.759Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
22:36:18 [2022-08-04T22:36:18.759Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
22:36:18 [2022-08-04T22:36:18.759Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
22:36:18 [2022-08-04T22:36:18.759Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
22:36:18 [2022-08-04T22:36:18.759Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
22:36:19 [2022-08-04T22:36:19.328Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.58s)
22:36:19 [2022-08-04T22:36:19.328Z] === RUN   TestCreateDifferentPlatform
22:36:19 [2022-08-04T22:36:19.328Z] === RUN   TestCreateDifferentPlatform/different_os
22:36:19 [2022-08-04T22:36:19.328Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
22:36:19 [2022-08-04T22:36:19.328Z] --- PASS: TestCreateDifferentPlatform (0.01s)
22:36:19 [2022-08-04T22:36:19.328Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
22:36:19 [2022-08-04T22:36:19.328Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
22:36:19 [2022-08-04T22:36:19.328Z] === RUN   TestCreateVolumesFromNonExistingContainer
22:36:19 [2022-08-04T22:36:19.328Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
22:36:19 [2022-08-04T22:36:19.328Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
22:36:19 [2022-08-04T22:36:19.328Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
22:36:19 [2022-08-04T22:36:19.328Z] === RUN   TestCreateInvalidHostConfig
22:36:19 [2022-08-04T22:36:19.328Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
22:36:19 [2022-08-04T22:36:19.328Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
22:36:19 [2022-08-04T22:36:19.328Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
22:36:19 [2022-08-04T22:36:19.328Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
22:36:19 [2022-08-04T22:36:19.328Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
22:36:19 [2022-08-04T22:36:19.328Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
22:36:19 [2022-08-04T22:36:19.328Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
22:36:19 [2022-08-04T22:36:19.328Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
22:36:19 [2022-08-04T22:36:19.328Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
22:36:19 [2022-08-04T22:36:19.328Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
22:36:19 [2022-08-04T22:36:19.328Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
22:36:19 [2022-08-04T22:36:19.328Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
22:36:19 [2022-08-04T22:36:19.328Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
22:36:19 [2022-08-04T22:36:19.328Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
22:36:19 [2022-08-04T22:36:19.328Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
22:36:19 [2022-08-04T22:36:19.328Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
22:36:19 [2022-08-04T22:36:19.328Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
22:36:19 [2022-08-04T22:36:19.328Z] === RUN   TestContainerStartOnDaemonRestart
22:36:19 [2022-08-04T22:36:19.328Z] === PAUSE TestContainerStartOnDaemonRestart
22:36:19 [2022-08-04T22:36:19.328Z] === RUN   TestDaemonRestartIpcMode
22:36:19 [2022-08-04T22:36:19.328Z] === PAUSE TestDaemonRestartIpcMode
22:36:19 [2022-08-04T22:36:19.328Z] === RUN   TestDaemonHostGatewayIP
22:36:19 [2022-08-04T22:36:19.328Z] === PAUSE TestDaemonHostGatewayIP
22:36:19 [2022-08-04T22:36:19.328Z] === RUN   TestRestartDaemonWithRestartingContainer
22:36:19 [2022-08-04T22:36:19.328Z] === PAUSE TestRestartDaemonWithRestartingContainer
22:36:19 [2022-08-04T22:36:19.328Z] === RUN   TestContainerKillOnDaemonStart
22:36:19 [2022-08-04T22:36:19.328Z] === PAUSE TestContainerKillOnDaemonStart
22:36:19 [2022-08-04T22:36:19.328Z] === RUN   TestDiff
22:36:19 [2022-08-04T22:36:19.897Z] --- PASS: TestDiff (0.59s)
22:36:19 [2022-08-04T22:36:19.897Z] === RUN   TestExecConsoleSize
22:36:20 [2022-08-04T22:36:20.468Z] --- PASS: TestExecConsoleSize (0.66s)
22:36:20 [2022-08-04T22:36:20.468Z] === RUN   TestExecWithCloseStdin
22:36:21 [2022-08-04T22:36:21.406Z] --- PASS: TestExecWithCloseStdin (0.64s)
22:36:21 [2022-08-04T22:36:21.406Z] === RUN   TestExec
22:36:21 [2022-08-04T22:36:21.975Z] --- PASS: TestExec (0.65s)
22:36:21 [2022-08-04T22:36:21.975Z] === RUN   TestExecUser
22:36:22 [2022-08-04T22:36:22.545Z] --- PASS: TestExecUser (0.64s)
22:36:22 [2022-08-04T22:36:22.545Z] === RUN   TestExportContainerAndImportImage
22:36:23 [2022-08-04T22:36:23.113Z] --- PASS: TestExportContainerAndImportImage (0.68s)
22:36:23 [2022-08-04T22:36:23.113Z] === RUN   TestExportContainerAfterDaemonRestart
22:36:24 [2022-08-04T22:36:24.493Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s)
22:36:24 [2022-08-04T22:36:24.493Z] === RUN   TestHealthCheckWorkdir
22:36:25 [2022-08-04T22:36:25.431Z] --- PASS: TestHealthCheckWorkdir (0.82s)
22:36:25 [2022-08-04T22:36:25.431Z] === RUN   TestHealthKillContainer
22:36:33 [2022-08-04T22:36:33.552Z] --- PASS: TestHealthKillContainer (8.18s)
22:36:33 [2022-08-04T22:36:33.552Z] === RUN   TestInspectCpusetInConfigPre120
22:36:34 [2022-08-04T22:36:34.121Z] --- PASS: TestInspectCpusetInConfigPre120 (0.53s)
22:36:34 [2022-08-04T22:36:34.121Z] === RUN   TestIpcModeNone
22:36:34 [2022-08-04T22:36:34.691Z] --- PASS: TestIpcModeNone (0.61s)
22:36:34 [2022-08-04T22:36:34.691Z] === RUN   TestIpcModePrivate
22:36:34 [2022-08-04T22:36:34.950Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false
22:36:35 [2022-08-04T22:36:35.209Z] --- PASS: TestIpcModePrivate (0.65s)
22:36:35 [2022-08-04T22:36:35.209Z] === RUN   TestIpcModeShareable
22:36:35 [2022-08-04T22:36:35.778Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:55, shared: true, mustBeShared: true
22:36:36 [2022-08-04T22:36:36.038Z] --- PASS: TestIpcModeShareable (0.66s)
22:36:36 [2022-08-04T22:36:36.038Z] === RUN   TestAPIIpcModeShareableAndContainer
22:36:37 [2022-08-04T22:36:37.946Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.79s)
22:36:37 [2022-08-04T22:36:37.946Z] === RUN   TestAPIIpcModeHost
22:36:38 [2022-08-04T22:36:38.205Z] --- PASS: TestAPIIpcModeHost (0.42s)
22:36:38 [2022-08-04T22:36:38.205Z] === RUN   TestDaemonIpcModeShareable
22:36:39 [2022-08-04T22:36:39.144Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
22:36:39 [2022-08-04T22:36:39.404Z] --- PASS: TestDaemonIpcModeShareable (1.20s)
22:36:39 [2022-08-04T22:36:39.404Z] === RUN   TestDaemonIpcModePrivate
22:36:40 [2022-08-04T22:36:40.343Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false
22:36:40 [2022-08-04T22:36:40.603Z] --- PASS: TestDaemonIpcModePrivate (1.15s)
22:36:40 [2022-08-04T22:36:40.603Z] === RUN   TestDaemonIpcModePrivateFromConfig
22:36:41 [2022-08-04T22:36:41.545Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false
22:36:41 [2022-08-04T22:36:41.806Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.23s)
22:36:41 [2022-08-04T22:36:41.806Z] === RUN   TestDaemonIpcModeShareableFromConfig
22:36:42 [2022-08-04T22:36:42.746Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
22:36:43 [2022-08-04T22:36:43.006Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.17s)
22:36:43 [2022-08-04T22:36:43.006Z] === RUN   TestIpcModeOlderClient
22:36:43 [2022-08-04T22:36:43.006Z] === PAUSE TestIpcModeOlderClient
22:36:43 [2022-08-04T22:36:43.006Z] === RUN   TestKillContainerInvalidSignal
22:36:43 [2022-08-04T22:36:43.266Z] --- PASS: TestKillContainerInvalidSignal (0.44s)
22:36:43 [2022-08-04T22:36:43.266Z] === RUN   TestKillContainer
22:36:43 [2022-08-04T22:36:43.266Z] === RUN   TestKillContainer/no_signal
22:36:43 [2022-08-04T22:36:43.836Z] === RUN   TestKillContainer/non_killing_signal
22:36:44 [2022-08-04T22:36:44.096Z] === RUN   TestKillContainer/killing_signal
22:36:44 [2022-08-04T22:36:44.673Z] --- PASS: TestKillContainer (1.30s)
22:36:44 [2022-08-04T22:36:44.673Z]     --- PASS: TestKillContainer/no_signal (0.40s)
22:36:44 [2022-08-04T22:36:44.673Z]     --- PASS: TestKillContainer/non_killing_signal (0.28s)
22:36:44 [2022-08-04T22:36:44.673Z]     --- PASS: TestKillContainer/killing_signal (0.43s)
22:36:44 [2022-08-04T22:36:44.673Z] === RUN   TestKillWithStopSignalAndRestartPolicies
22:36:44 [2022-08-04T22:36:44.673Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
22:36:45 [2022-08-04T22:36:45.255Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
22:36:45 [2022-08-04T22:36:45.515Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.91s)
22:36:45 [2022-08-04T22:36:45.515Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.45s)
22:36:45 [2022-08-04T22:36:45.515Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.31s)
22:36:45 [2022-08-04T22:36:45.515Z] === RUN   TestKillStoppedContainer
22:36:45 [2022-08-04T22:36:45.515Z] --- PASS: TestKillStoppedContainer (0.05s)
22:36:45 [2022-08-04T22:36:45.515Z] === RUN   TestKillStoppedContainerAPIPre120
22:36:45 [2022-08-04T22:36:45.774Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
22:36:45 [2022-08-04T22:36:45.774Z] === RUN   TestKillDifferentUserContainer
22:36:46 [2022-08-04T22:36:46.034Z] --- PASS: TestKillDifferentUserContainer (0.45s)
22:36:46 [2022-08-04T22:36:46.034Z] === RUN   TestInspectOomKilledTrue
22:36:46 [2022-08-04T22:36:46.034Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
22:36:46 [2022-08-04T22:36:46.034Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
22:36:46 [2022-08-04T22:36:46.034Z] === RUN   TestInspectOomKilledFalse
22:36:46 [2022-08-04T22:36:46.604Z] --- PASS: TestInspectOomKilledFalse (0.44s)
22:36:46 [2022-08-04T22:36:46.604Z] === RUN   TestLinksEtcHostsContentMatch
22:36:46 [2022-08-04T22:36:46.864Z] --- PASS: TestLinksEtcHostsContentMatch (0.42s)
22:36:46 [2022-08-04T22:36:46.864Z] === RUN   TestLinksContainerNames
22:36:47 [2022-08-04T22:36:47.801Z] --- PASS: TestLinksContainerNames (0.94s)
22:36:47 [2022-08-04T22:36:47.801Z] === RUN   TestLogsFollowTailEmpty
22:36:48 [2022-08-04T22:36:48.370Z] --- PASS: TestLogsFollowTailEmpty (0.41s)
22:36:48 [2022-08-04T22:36:48.370Z] === RUN   TestLogs
22:36:48 [2022-08-04T22:36:48.370Z] === RUN   TestLogs/driver_local
22:36:48 [2022-08-04T22:36:48.370Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
22:36:48 [2022-08-04T22:36:48.370Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
22:36:48 [2022-08-04T22:36:48.370Z] === RUN   TestLogs/driver_local/tty/only_stdout
22:36:48 [2022-08-04T22:36:48.370Z] === PAUSE TestLogs/driver_local/tty/only_stdout
22:36:48 [2022-08-04T22:36:48.370Z] === RUN   TestLogs/driver_local/tty/only_stderr
22:36:48 [2022-08-04T22:36:48.370Z] === PAUSE TestLogs/driver_local/tty/only_stderr
22:36:48 [2022-08-04T22:36:48.370Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
22:36:48 [2022-08-04T22:36:48.370Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
22:36:48 [2022-08-04T22:36:48.370Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
22:36:48 [2022-08-04T22:36:48.370Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
22:36:48 [2022-08-04T22:36:48.370Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
22:36:48 [2022-08-04T22:36:48.370Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
22:36:48 [2022-08-04T22:36:48.370Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
22:36:48 [2022-08-04T22:36:48.370Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
22:36:49 [2022-08-04T22:36:49.310Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
22:36:49 [2022-08-04T22:36:49.310Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
22:36:49 [2022-08-04T22:36:49.880Z] === CONT  TestLogs/driver_local/tty/only_stderr
22:36:49 [2022-08-04T22:36:49.880Z] === CONT  TestLogs/driver_local/tty/only_stdout
22:36:50 [2022-08-04T22:36:50.450Z] === RUN   TestLogs/driver_json-file
22:36:50 [2022-08-04T22:36:50.450Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
22:36:50 [2022-08-04T22:36:50.450Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
22:36:50 [2022-08-04T22:36:50.450Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
22:36:50 [2022-08-04T22:36:50.450Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
22:36:50 [2022-08-04T22:36:50.450Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
22:36:50 [2022-08-04T22:36:50.450Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
22:36:50 [2022-08-04T22:36:50.450Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
22:36:50 [2022-08-04T22:36:50.450Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
22:36:50 [2022-08-04T22:36:50.450Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
22:36:50 [2022-08-04T22:36:50.450Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
22:36:50 [2022-08-04T22:36:50.450Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
22:36:50 [2022-08-04T22:36:50.450Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
22:36:50 [2022-08-04T22:36:50.450Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
22:36:50 [2022-08-04T22:36:50.450Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
22:36:51 [2022-08-04T22:36:51.387Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
22:36:51 [2022-08-04T22:36:51.387Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
22:36:51 [2022-08-04T22:36:51.759Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
22:36:51 [2022-08-04T22:36:51.759Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
22:36:52 [2022-08-04T22:36:52.329Z] --- PASS: TestLogs (4.07s)
22:36:52 [2022-08-04T22:36:52.329Z]     --- PASS: TestLogs/driver_local (0.01s)
22:36:52 [2022-08-04T22:36:52.329Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.77s)
22:36:52 [2022-08-04T22:36:52.329Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.78s)
22:36:52 [2022-08-04T22:36:52.329Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.75s)
22:36:52 [2022-08-04T22:36:52.329Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.79s)
22:36:52 [2022-08-04T22:36:52.329Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.61s)
22:36:52 [2022-08-04T22:36:52.329Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.59s)
22:36:52 [2022-08-04T22:36:52.329Z]     --- PASS: TestLogs/driver_json-file (0.01s)
22:36:52 [2022-08-04T22:36:52.329Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.72s)
22:36:52 [2022-08-04T22:36:52.329Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.77s)
22:36:52 [2022-08-04T22:36:52.329Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.59s)
22:36:52 [2022-08-04T22:36:52.329Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.61s)
22:36:52 [2022-08-04T22:36:52.329Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.54s)
22:36:52 [2022-08-04T22:36:52.329Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.52s)
22:36:52 [2022-08-04T22:36:52.329Z] === RUN   TestContainerNetworkMountsNoChown
22:36:52 [2022-08-04T22:36:52.897Z] --- PASS: TestContainerNetworkMountsNoChown (0.43s)
22:36:52 [2022-08-04T22:36:52.897Z] === RUN   TestMountDaemonRoot
22:36:52 [2022-08-04T22:36:52.897Z] === RUN   TestMountDaemonRoot/default
22:36:52 [2022-08-04T22:36:52.897Z] === PAUSE TestMountDaemonRoot/default
22:36:52 [2022-08-04T22:36:52.897Z] === RUN   TestMountDaemonRoot/private
22:36:52 [2022-08-04T22:36:52.897Z] === PAUSE TestMountDaemonRoot/private
22:36:52 [2022-08-04T22:36:52.897Z] === RUN   TestMountDaemonRoot/rprivate
22:36:52 [2022-08-04T22:36:52.897Z] === PAUSE TestMountDaemonRoot/rprivate
22:36:52 [2022-08-04T22:36:52.897Z] === RUN   TestMountDaemonRoot/slave
22:36:52 [2022-08-04T22:36:52.897Z] === PAUSE TestMountDaemonRoot/slave
22:36:52 [2022-08-04T22:36:52.897Z] === RUN   TestMountDaemonRoot/rslave
22:36:52 [2022-08-04T22:36:52.897Z] === PAUSE TestMountDaemonRoot/rslave
22:36:52 [2022-08-04T22:36:52.897Z] === RUN   TestMountDaemonRoot/shared
22:36:52 [2022-08-04T22:36:52.897Z] === PAUSE TestMountDaemonRoot/shared
22:36:52 [2022-08-04T22:36:52.897Z] === RUN   TestMountDaemonRoot/rshared
22:36:52 [2022-08-04T22:36:52.897Z] === PAUSE TestMountDaemonRoot/rshared
22:36:52 [2022-08-04T22:36:52.897Z] === CONT  TestMountDaemonRoot/default
22:36:52 [2022-08-04T22:36:52.897Z] === RUN   TestMountDaemonRoot/default/bind_root
22:36:52 [2022-08-04T22:36:52.897Z] === PAUSE TestMountDaemonRoot/default/bind_root
22:36:52 [2022-08-04T22:36:52.897Z] === RUN   TestMountDaemonRoot/default/bind_subpath
22:36:52 [2022-08-04T22:36:52.897Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
22:36:52 [2022-08-04T22:36:52.897Z] === RUN   TestMountDaemonRoot/default/mount_root
22:36:52 [2022-08-04T22:36:52.897Z] === PAUSE TestMountDaemonRoot/default/mount_root
22:36:52 [2022-08-04T22:36:52.897Z] === RUN   TestMountDaemonRoot/default/mount_subpath
22:36:52 [2022-08-04T22:36:52.897Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
22:36:52 [2022-08-04T22:36:52.897Z] === CONT  TestMountDaemonRoot/default/bind_root
22:36:52 [2022-08-04T22:36:52.897Z] === CONT  TestMountDaemonRoot/rshared
22:36:52 [2022-08-04T22:36:52.897Z] === RUN   TestMountDaemonRoot/rshared/bind_root
22:36:52 [2022-08-04T22:36:52.897Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
22:36:52 [2022-08-04T22:36:52.897Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
22:36:52 [2022-08-04T22:36:52.897Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
22:36:52 [2022-08-04T22:36:52.897Z] === RUN   TestMountDaemonRoot/rshared/mount_root
22:36:52 [2022-08-04T22:36:52.897Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
22:36:52 [2022-08-04T22:36:52.897Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
22:36:52 [2022-08-04T22:36:52.897Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
22:36:52 [2022-08-04T22:36:52.897Z] === CONT  TestMountDaemonRoot/rshared/bind_root
22:36:52 [2022-08-04T22:36:52.897Z] === CONT  TestMountDaemonRoot/shared
22:36:52 [2022-08-04T22:36:52.897Z] === RUN   TestMountDaemonRoot/shared/bind_root
22:36:52 [2022-08-04T22:36:52.897Z] === PAUSE TestMountDaemonRoot/shared/bind_root
22:36:52 [2022-08-04T22:36:52.897Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
22:36:52 [2022-08-04T22:36:52.897Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
22:36:52 [2022-08-04T22:36:52.897Z] === RUN   TestMountDaemonRoot/shared/mount_root
22:36:52 [2022-08-04T22:36:52.898Z] === PAUSE TestMountDaemonRoot/shared/mount_root
22:36:52 [2022-08-04T22:36:52.898Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
22:36:52 [2022-08-04T22:36:52.898Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
22:36:52 [2022-08-04T22:36:52.898Z] === CONT  TestMountDaemonRoot/rslave
22:36:52 [2022-08-04T22:36:52.898Z] === RUN   TestMountDaemonRoot/rslave/bind_root
22:36:52 [2022-08-04T22:36:52.898Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
22:36:52 [2022-08-04T22:36:52.898Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
22:36:52 [2022-08-04T22:36:52.898Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
22:36:52 [2022-08-04T22:36:52.898Z] === RUN   TestMountDaemonRoot/rslave/mount_root
22:36:52 [2022-08-04T22:36:52.898Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
22:36:52 [2022-08-04T22:36:52.898Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
22:36:52 [2022-08-04T22:36:52.898Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
22:36:52 [2022-08-04T22:36:52.898Z] === CONT  TestMountDaemonRoot/slave
22:36:52 [2022-08-04T22:36:52.898Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
22:36:52 [2022-08-04T22:36:52.898Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
22:36:52 [2022-08-04T22:36:52.898Z] === RUN   TestMountDaemonRoot/slave/mount_root
22:36:52 [2022-08-04T22:36:52.898Z] === PAUSE TestMountDaemonRoot/slave/mount_root
22:36:52 [2022-08-04T22:36:52.898Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
22:36:52 [2022-08-04T22:36:52.898Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
22:36:52 [2022-08-04T22:36:52.898Z] === RUN   TestMountDaemonRoot/slave/bind_root
22:36:52 [2022-08-04T22:36:52.898Z] === PAUSE TestMountDaemonRoot/slave/bind_root
22:36:52 [2022-08-04T22:36:52.898Z] === CONT  TestMountDaemonRoot/rprivate
22:36:52 [2022-08-04T22:36:52.898Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
22:36:52 [2022-08-04T22:36:52.898Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
22:36:52 [2022-08-04T22:36:52.898Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
22:36:52 [2022-08-04T22:36:52.898Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
22:36:52 [2022-08-04T22:36:52.898Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
22:36:52 [2022-08-04T22:36:52.898Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
22:36:52 [2022-08-04T22:36:52.898Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
22:36:52 [2022-08-04T22:36:52.898Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
22:36:52 [2022-08-04T22:36:52.898Z] === CONT  TestMountDaemonRoot/private
22:36:52 [2022-08-04T22:36:52.898Z] === RUN   TestMountDaemonRoot/private/bind_subpath
22:36:52 [2022-08-04T22:36:52.898Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
22:36:52 [2022-08-04T22:36:52.898Z] === RUN   TestMountDaemonRoot/private/mount_root
22:36:52 [2022-08-04T22:36:52.898Z] === PAUSE TestMountDaemonRoot/private/mount_root
22:36:52 [2022-08-04T22:36:52.898Z] === RUN   TestMountDaemonRoot/private/mount_subpath
22:36:52 [2022-08-04T22:36:52.898Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
22:36:52 [2022-08-04T22:36:52.898Z] === RUN   TestMountDaemonRoot/private/bind_root
22:36:52 [2022-08-04T22:36:52.898Z] === PAUSE TestMountDaemonRoot/private/bind_root
22:36:52 [2022-08-04T22:36:52.898Z] === CONT  TestMountDaemonRoot/default/mount_subpath
22:36:52 [2022-08-04T22:36:52.898Z] === CONT  TestMountDaemonRoot/default/mount_root
22:36:52 [2022-08-04T22:36:52.898Z] === CONT  TestMountDaemonRoot/default/bind_subpath
22:36:52 [2022-08-04T22:36:52.898Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
22:36:52 [2022-08-04T22:36:52.898Z] === CONT  TestMountDaemonRoot/rshared/mount_root
22:36:52 [2022-08-04T22:36:52.898Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
22:36:53 [2022-08-04T22:36:53.157Z] === CONT  TestMountDaemonRoot/shared/bind_root
22:36:53 [2022-08-04T22:36:53.157Z] === CONT  TestMountDaemonRoot/rslave/bind_root
22:36:53 [2022-08-04T22:36:53.157Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
22:36:53 [2022-08-04T22:36:53.157Z] === CONT  TestMountDaemonRoot/shared/mount_root
22:36:53 [2022-08-04T22:36:53.157Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
22:36:53 [2022-08-04T22:36:53.157Z] === CONT  TestMountDaemonRoot/rslave/mount_root
22:36:53 [2022-08-04T22:36:53.157Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
22:36:53 [2022-08-04T22:36:53.157Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
22:36:53 [2022-08-04T22:36:53.157Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
22:36:53 [2022-08-04T22:36:53.157Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
22:36:53 [2022-08-04T22:36:53.157Z] === CONT  TestMountDaemonRoot/slave/bind_root
22:36:53 [2022-08-04T22:36:53.157Z] === CONT  TestMountDaemonRoot/slave/mount_root
22:36:53 [2022-08-04T22:36:53.157Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
22:36:53 [2022-08-04T22:36:53.157Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
22:36:53 [2022-08-04T22:36:53.157Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
22:36:53 [2022-08-04T22:36:53.157Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
22:36:53 [2022-08-04T22:36:53.157Z] === CONT  TestMountDaemonRoot/private/bind_subpath
22:36:53 [2022-08-04T22:36:53.157Z] === CONT  TestMountDaemonRoot/private/bind_root
22:36:53 [2022-08-04T22:36:53.157Z] === CONT  TestMountDaemonRoot/private/mount_subpath
22:36:53 [2022-08-04T22:36:53.416Z] === CONT  TestMountDaemonRoot/private/mount_root
22:36:53 [2022-08-04T22:36:53.417Z] --- PASS: TestMountDaemonRoot (0.02s)
22:36:53 [2022-08-04T22:36:53.417Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
22:36:53 [2022-08-04T22:36:53.417Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
22:36:53 [2022-08-04T22:36:53.417Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
22:36:53 [2022-08-04T22:36:53.417Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
22:36:53 [2022-08-04T22:36:53.417Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
22:36:53 [2022-08-04T22:36:53.417Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
22:36:53 [2022-08-04T22:36:53.417Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
22:36:53 [2022-08-04T22:36:53.417Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
22:36:53 [2022-08-04T22:36:53.417Z] === RUN   TestContainerBindMountNonRecursive
22:36:54 [2022-08-04T22:36:54.795Z] --- PASS: TestContainerBindMountNonRecursive (1.23s)
22:36:54 [2022-08-04T22:36:54.795Z] === RUN   TestContainerVolumesMountedAsShared
22:36:55 [2022-08-04T22:36:55.055Z] --- PASS: TestContainerVolumesMountedAsShared (0.46s)
22:36:55 [2022-08-04T22:36:55.055Z] === RUN   TestContainerVolumesMountedAsSlave
22:36:55 [2022-08-04T22:36:55.315Z] --- PASS: TestContainerVolumesMountedAsSlave (0.36s)
22:36:55 [2022-08-04T22:36:55.315Z] === RUN   TestNetworkNat
22:36:55 [2022-08-04T22:36:55.884Z] --- PASS: TestNetworkNat (0.47s)
22:36:55 [2022-08-04T22:36:55.884Z] === RUN   TestNetworkLocalhostTCPNat
22:36:56 [2022-08-04T22:36:56.452Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s)
22:36:56 [2022-08-04T22:36:56.452Z] === RUN   TestNetworkLoopbackNat
22:36:58 [2022-08-04T22:36:58.987Z] --- PASS: TestNetworkLoopbackNat (2.60s)
22:36:58 [2022-08-04T22:36:58.987Z] === RUN   TestPause
22:36:59 [2022-08-04T22:36:59.247Z] --- PASS: TestPause (0.43s)
22:36:59 [2022-08-04T22:36:59.247Z] === RUN   TestPauseFailsOnWindowsServerContainers
22:36:59 [2022-08-04T22:36:59.247Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:36:59 [2022-08-04T22:36:59.247Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
22:36:59 [2022-08-04T22:36:59.247Z] === RUN   TestPauseStopPausedContainer
22:36:59 [2022-08-04T22:36:59.817Z] --- PASS: TestPauseStopPausedContainer (0.45s)
22:36:59 [2022-08-04T22:36:59.817Z] === RUN   TestPidHost
22:37:00 [2022-08-04T22:37:00.755Z] --- PASS: TestPidHost (0.96s)
22:37:00 [2022-08-04T22:37:00.755Z] === RUN   TestPsFilter
22:37:00 [2022-08-04T22:37:00.755Z] --- PASS: TestPsFilter (0.11s)
22:37:00 [2022-08-04T22:37:00.755Z] === RUN   TestRemoveContainerWithRemovedVolume
22:37:01 [2022-08-04T22:37:01.325Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s)
22:37:01 [2022-08-04T22:37:01.325Z] === RUN   TestRemoveContainerWithVolume
22:37:01 [2022-08-04T22:37:01.584Z] --- PASS: TestRemoveContainerWithVolume (0.41s)
22:37:01 [2022-08-04T22:37:01.584Z] === RUN   TestRemoveContainerRunning
22:37:02 [2022-08-04T22:37:02.154Z] --- PASS: TestRemoveContainerRunning (0.46s)
22:37:02 [2022-08-04T22:37:02.154Z] === RUN   TestRemoveContainerForceRemoveRunning
22:37:02 [2022-08-04T22:37:02.724Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s)
22:37:02 [2022-08-04T22:37:02.724Z] === RUN   TestRemoveInvalidContainer
22:37:02 [2022-08-04T22:37:02.724Z] --- PASS: TestRemoveInvalidContainer (0.01s)
22:37:02 [2022-08-04T22:37:02.724Z] === RUN   TestRenameLinkedContainer
22:37:04 [2022-08-04T22:37:04.633Z] --- PASS: TestRenameLinkedContainer (1.76s)
22:37:04 [2022-08-04T22:37:04.633Z] === RUN   TestRenameStoppedContainer
22:37:04 [2022-08-04T22:37:04.633Z] --- PASS: TestRenameStoppedContainer (0.43s)
22:37:04 [2022-08-04T22:37:04.633Z] === RUN   TestRenameRunningContainerAndReuse
22:37:05 [2022-08-04T22:37:05.572Z] --- PASS: TestRenameRunningContainerAndReuse (0.90s)
22:37:05 [2022-08-04T22:37:05.572Z] === RUN   TestRenameInvalidName
22:37:06 [2022-08-04T22:37:06.143Z] --- PASS: TestRenameInvalidName (0.43s)
22:37:06 [2022-08-04T22:37:06.143Z] === RUN   TestRenameAnonymousContainer
22:37:07 [2022-08-04T22:37:07.526Z] --- PASS: TestRenameAnonymousContainer (1.57s)
22:37:07 [2022-08-04T22:37:07.526Z] === RUN   TestRenameContainerWithSameName
22:37:08 [2022-08-04T22:37:08.131Z] --- PASS: TestRenameContainerWithSameName (0.46s)
22:37:08 [2022-08-04T22:37:08.131Z] === RUN   TestRenameContainerWithLinkedContainer
22:37:09 [2022-08-04T22:37:09.069Z] --- PASS: TestRenameContainerWithLinkedContainer (0.95s)
22:37:09 [2022-08-04T22:37:09.070Z] === RUN   TestResize
22:37:09 [2022-08-04T22:37:09.639Z] --- PASS: TestResize (0.46s)
22:37:09 [2022-08-04T22:37:09.639Z] === RUN   TestResizeWithInvalidSize
22:37:09 [2022-08-04T22:37:09.898Z] --- PASS: TestResizeWithInvalidSize (0.42s)
22:37:09 [2022-08-04T22:37:09.899Z] === RUN   TestResizeWhenContainerNotStarted
22:37:10 [2022-08-04T22:37:10.467Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s)
22:37:10 [2022-08-04T22:37:10.467Z] === RUN   TestDaemonRestartKillContainers
22:37:10 [2022-08-04T22:37:10.467Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:37:10 [2022-08-04T22:37:10.467Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:37:10 [2022-08-04T22:37:10.467Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:37:10 [2022-08-04T22:37:10.467Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:37:10 [2022-08-04T22:37:10.467Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:37:10 [2022-08-04T22:37:10.467Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:37:10 [2022-08-04T22:37:10.468Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
22:37:12 [2022-08-04T22:37:12.376Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:37:13 [2022-08-04T22:37:13.316Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:37:14 [2022-08-04T22:37:14.700Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:37:14 [2022-08-04T22:37:14.700Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:37:16 [2022-08-04T22:37:16.081Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
22:37:16 [2022-08-04T22:37:16.081Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
22:37:19 [2022-08-04T22:37:19.376Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
22:37:19 [2022-08-04T22:37:19.636Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:37:22 [2022-08-04T22:37:22.175Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:37:23 [2022-08-04T22:37:23.555Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:37:23 [2022-08-04T22:37:23.555Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:37:25 [2022-08-04T22:37:25.466Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:37:25 [2022-08-04T22:37:25.466Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:37:27 [2022-08-04T22:37:27.375Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:37:28 [2022-08-04T22:37:28.754Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
22:37:28 [2022-08-04T22:37:28.754Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.73s)
22:37:28 [2022-08-04T22:37:28.754Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.22s)
22:37:28 [2022-08-04T22:37:28.754Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.24s)
22:37:28 [2022-08-04T22:37:28.754Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.29s)
22:37:28 [2022-08-04T22:37:28.754Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.30s)
22:37:28 [2022-08-04T22:37:28.754Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.38s)
22:37:28 [2022-08-04T22:37:28.754Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.59s)
22:37:28 [2022-08-04T22:37:28.754Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.62s)
22:37:28 [2022-08-04T22:37:28.754Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.09s)
22:37:28 [2022-08-04T22:37:28.754Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.70s)
22:37:28 [2022-08-04T22:37:28.754Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.13s)
22:37:28 [2022-08-04T22:37:28.754Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.89s)
22:37:28 [2022-08-04T22:37:28.754Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.02s)
22:37:28 [2022-08-04T22:37:28.754Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.71s)
22:37:28 [2022-08-04T22:37:28.754Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.80s)
22:37:28 [2022-08-04T22:37:28.754Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.63s)
22:37:28 [2022-08-04T22:37:28.754Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
22:37:28 [2022-08-04T22:37:28.754Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
22:37:29 [2022-08-04T22:37:29.692Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
22:37:30 [2022-08-04T22:37:30.630Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.88s)
22:37:30 [2022-08-04T22:37:30.630Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.94s)
22:37:30 [2022-08-04T22:37:30.630Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.93s)
22:37:30 [2022-08-04T22:37:30.630Z] === RUN   TestCgroupNamespacesRun
22:37:32 [2022-08-04T22:37:32.011Z] --- PASS: TestCgroupNamespacesRun (1.20s)
22:37:32 [2022-08-04T22:37:32.011Z] === RUN   TestCgroupNamespacesRunPrivileged
22:37:32 [2022-08-04T22:37:32.011Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
22:37:32 [2022-08-04T22:37:32.011Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
22:37:32 [2022-08-04T22:37:32.011Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
22:37:32 [2022-08-04T22:37:32.950Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.17s)
22:37:32 [2022-08-04T22:37:32.950Z] === RUN   TestCgroupNamespacesRunHostMode
22:37:34 [2022-08-04T22:37:34.329Z] --- PASS: TestCgroupNamespacesRunHostMode (1.17s)
22:37:34 [2022-08-04T22:37:34.329Z] === RUN   TestCgroupNamespacesRunPrivateMode
22:37:35 [2022-08-04T22:37:35.275Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.20s)
22:37:35 [2022-08-04T22:37:35.275Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
22:37:36 [2022-08-04T22:37:36.654Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.16s)
22:37:36 [2022-08-04T22:37:36.654Z] === RUN   TestCgroupNamespacesRunInvalidMode
22:37:37 [2022-08-04T22:37:37.223Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s)
22:37:37 [2022-08-04T22:37:37.223Z] === RUN   TestCgroupNamespacesRunOlderClient
22:37:38 [2022-08-04T22:37:38.604Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.21s)
22:37:38 [2022-08-04T22:37:38.604Z] === RUN   TestNISDomainname
22:37:38 [2022-08-04T22:37:38.865Z] --- PASS: TestNISDomainname (0.55s)
22:37:38 [2022-08-04T22:37:38.865Z] === RUN   TestHostnameDnsResolution
22:37:39 [2022-08-04T22:37:39.804Z] --- PASS: TestHostnameDnsResolution (0.75s)
22:37:39 [2022-08-04T22:37:39.804Z] === RUN   TestUnprivilegedPortsAndPing
22:37:40 [2022-08-04T22:37:40.063Z] --- PASS: TestUnprivilegedPortsAndPing (0.56s)
22:37:40 [2022-08-04T22:37:40.063Z] === RUN   TestPrivilegedHostDevices
22:37:40 [2022-08-04T22:37:40.633Z] --- PASS: TestPrivilegedHostDevices (0.51s)
22:37:40 [2022-08-04T22:37:40.633Z] === RUN   TestRunConsoleSize
22:37:41 [2022-08-04T22:37:41.202Z] --- PASS: TestRunConsoleSize (0.44s)
22:37:41 [2022-08-04T22:37:41.202Z] === RUN   TestRunWithAlternativeContainerdShim
22:37:42 [2022-08-04T22:37:42.141Z] --- PASS: TestRunWithAlternativeContainerdShim (1.10s)
22:37:42 [2022-08-04T22:37:42.141Z] === RUN   TestStats
22:37:44 [2022-08-04T22:37:44.677Z] --- PASS: TestStats (2.50s)
22:37:44 [2022-08-04T22:37:44.677Z] === RUN   TestStopContainerWithTimeout
22:37:44 [2022-08-04T22:37:44.677Z] === RUN   TestStopContainerWithTimeout/0
22:37:44 [2022-08-04T22:37:44.677Z] === PAUSE TestStopContainerWithTimeout/0
22:37:44 [2022-08-04T22:37:44.677Z] === RUN   TestStopContainerWithTimeout/1
22:37:44 [2022-08-04T22:37:44.677Z] === PAUSE TestStopContainerWithTimeout/1
22:37:44 [2022-08-04T22:37:44.677Z] === RUN   TestStopContainerWithTimeout/3
22:37:44 [2022-08-04T22:37:44.677Z] === PAUSE TestStopContainerWithTimeout/3
22:37:44 [2022-08-04T22:37:44.677Z] === RUN   TestStopContainerWithTimeout/-1
22:37:44 [2022-08-04T22:37:44.677Z] === PAUSE TestStopContainerWithTimeout/-1
22:37:44 [2022-08-04T22:37:44.677Z] === CONT  TestStopContainerWithTimeout/0
22:37:44 [2022-08-04T22:37:44.677Z] === CONT  TestStopContainerWithTimeout/-1
22:37:45 [2022-08-04T22:37:45.616Z] === CONT  TestStopContainerWithTimeout/3
22:37:47 [2022-08-04T22:37:47.524Z] === CONT  TestStopContainerWithTimeout/1
22:37:48 [2022-08-04T22:37:48.903Z] --- PASS: TestStopContainerWithTimeout (0.01s)
22:37:48 [2022-08-04T22:37:48.903Z]     --- PASS: TestStopContainerWithTimeout/0 (0.68s)
22:37:48 [2022-08-04T22:37:48.904Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.69s)
22:37:48 [2022-08-04T22:37:48.904Z]     --- PASS: TestStopContainerWithTimeout/3 (2.40s)
22:37:48 [2022-08-04T22:37:48.904Z]     --- PASS: TestStopContainerWithTimeout/1 (1.46s)
22:37:48 [2022-08-04T22:37:48.904Z] === RUN   TestDeleteDevicemapper
22:37:48 [2022-08-04T22:37:48.904Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:37:48 [2022-08-04T22:37:48.904Z] --- SKIP: TestDeleteDevicemapper (0.00s)
22:37:48 [2022-08-04T22:37:48.904Z] === RUN   TestStopContainerWithRestartPolicyAlways
22:37:50 [2022-08-04T22:37:50.286Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.35s)
22:37:50 [2022-08-04T22:37:50.286Z] === RUN   TestUpdateMemory
22:37:50 [2022-08-04T22:37:50.856Z] --- PASS: TestUpdateMemory (0.60s)
22:37:50 [2022-08-04T22:37:50.856Z] === RUN   TestUpdateCPUQuota
22:37:51 [2022-08-04T22:37:51.796Z] --- PASS: TestUpdateCPUQuota (0.89s)
22:37:51 [2022-08-04T22:37:51.796Z] === RUN   TestUpdatePidsLimit
22:37:51 [2022-08-04T22:37:51.796Z] === RUN   TestUpdatePidsLimit/update_from_none
22:37:52 [2022-08-04T22:37:52.056Z] === RUN   TestUpdatePidsLimit/no_change
22:37:52 [2022-08-04T22:37:52.056Z] === RUN   TestUpdatePidsLimit/update_lower
22:37:52 [2022-08-04T22:37:52.316Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
22:37:52 [2022-08-04T22:37:52.575Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
22:37:52 [2022-08-04T22:37:52.835Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
22:37:53 [2022-08-04T22:37:53.094Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
22:37:53 [2022-08-04T22:37:53.663Z] --- PASS: TestUpdatePidsLimit (2.06s)
22:37:53 [2022-08-04T22:37:53.664Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.21s)
22:37:53 [2022-08-04T22:37:53.664Z]     --- PASS: TestUpdatePidsLimit/no_change (0.20s)
22:37:53 [2022-08-04T22:37:53.664Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.22s)
22:37:53 [2022-08-04T22:37:53.664Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s)
22:37:53 [2022-08-04T22:37:53.664Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.25s)
22:37:53 [2022-08-04T22:37:53.664Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s)
22:37:53 [2022-08-04T22:37:53.664Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.23s)
22:37:53 [2022-08-04T22:37:53.664Z] === RUN   TestUpdateRestartPolicy
22:38:05 [2022-08-04T22:38:05.877Z] --- PASS: TestUpdateRestartPolicy (11.06s)
22:38:05 [2022-08-04T22:38:05.877Z] === RUN   TestUpdateRestartWithAutoRemove
22:38:05 [2022-08-04T22:38:05.877Z] --- PASS: TestUpdateRestartWithAutoRemove (0.45s)
22:38:05 [2022-08-04T22:38:05.877Z] === RUN   TestWaitNonBlocked
22:38:05 [2022-08-04T22:38:05.877Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
22:38:05 [2022-08-04T22:38:05.877Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
22:38:05 [2022-08-04T22:38:05.877Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
22:38:05 [2022-08-04T22:38:05.877Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
22:38:05 [2022-08-04T22:38:05.877Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
22:38:05 [2022-08-04T22:38:05.877Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
22:38:06 [2022-08-04T22:38:06.136Z] --- PASS: TestWaitNonBlocked (0.01s)
22:38:06 [2022-08-04T22:38:06.136Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.75s)
22:38:06 [2022-08-04T22:38:06.136Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.80s)
22:38:06 [2022-08-04T22:38:06.136Z] === RUN   TestWaitBlocked
22:38:06 [2022-08-04T22:38:06.136Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
22:38:06 [2022-08-04T22:38:06.136Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
22:38:06 [2022-08-04T22:38:06.136Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
22:38:06 [2022-08-04T22:38:06.136Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
22:38:06 [2022-08-04T22:38:06.136Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
22:38:06 [2022-08-04T22:38:06.136Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
22:38:06 [2022-08-04T22:38:06.706Z] --- PASS: TestWaitBlocked (0.01s)
22:38:06 [2022-08-04T22:38:06.706Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.59s)
22:38:06 [2022-08-04T22:38:06.706Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.66s)
22:38:06 [2022-08-04T22:38:06.706Z] === RUN   TestWaitConditions
22:38:06 [2022-08-04T22:38:06.706Z] === RUN   TestWaitConditions/default
22:38:06 [2022-08-04T22:38:06.706Z] === PAUSE TestWaitConditions/default
22:38:06 [2022-08-04T22:38:06.706Z] === RUN   TestWaitConditions/not-running
22:38:06 [2022-08-04T22:38:06.706Z] === PAUSE TestWaitConditions/not-running
22:38:06 [2022-08-04T22:38:06.706Z] === RUN   TestWaitConditions/next-exit
22:38:06 [2022-08-04T22:38:06.706Z] === PAUSE TestWaitConditions/next-exit
22:38:06 [2022-08-04T22:38:06.706Z] === RUN   TestWaitConditions/removed
22:38:06 [2022-08-04T22:38:06.706Z] === PAUSE TestWaitConditions/removed
22:38:06 [2022-08-04T22:38:06.706Z] === CONT  TestWaitConditions/default
22:38:06 [2022-08-04T22:38:06.706Z] === CONT  TestWaitConditions/removed
22:38:08 [2022-08-04T22:38:08.637Z] === CONT  TestWaitConditions/next-exit
22:38:08 [2022-08-04T22:38:08.637Z] === CONT  TestWaitConditions/not-running
22:38:10 [2022-08-04T22:38:10.543Z] --- PASS: TestWaitConditions (0.01s)
22:38:10 [2022-08-04T22:38:10.543Z]     --- PASS: TestWaitConditions/default (1.83s)
22:38:10 [2022-08-04T22:38:10.543Z]     --- PASS: TestWaitConditions/removed (1.84s)
22:38:10 [2022-08-04T22:38:10.543Z]     --- PASS: TestWaitConditions/next-exit (1.59s)
22:38:10 [2022-08-04T22:38:10.543Z]     --- PASS: TestWaitConditions/not-running (1.59s)
22:38:10 [2022-08-04T22:38:10.543Z] === RUN   TestWaitRestartedContainer
22:38:10 [2022-08-04T22:38:10.543Z] === RUN   TestWaitRestartedContainer/default
22:38:10 [2022-08-04T22:38:10.543Z] === PAUSE TestWaitRestartedContainer/default
22:38:10 [2022-08-04T22:38:10.543Z] === RUN   TestWaitRestartedContainer/not-running
22:38:10 [2022-08-04T22:38:10.543Z] === PAUSE TestWaitRestartedContainer/not-running
22:38:10 [2022-08-04T22:38:10.543Z] === RUN   TestWaitRestartedContainer/next-exit
22:38:10 [2022-08-04T22:38:10.543Z] === PAUSE TestWaitRestartedContainer/next-exit
22:38:10 [2022-08-04T22:38:10.543Z] === CONT  TestWaitRestartedContainer/default
22:38:10 [2022-08-04T22:38:10.543Z] === CONT  TestWaitRestartedContainer/next-exit
22:38:11 [2022-08-04T22:38:11.481Z] === CONT  TestWaitRestartedContainer/not-running
22:38:12 [2022-08-04T22:38:12.419Z] --- PASS: TestWaitRestartedContainer (0.02s)
22:38:12 [2022-08-04T22:38:12.419Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.30s)
22:38:12 [2022-08-04T22:38:12.419Z]     --- PASS: TestWaitRestartedContainer/default (1.35s)
22:38:12 [2022-08-04T22:38:12.419Z]     --- PASS: TestWaitRestartedContainer/not-running (0.86s)
22:38:12 [2022-08-04T22:38:12.419Z] === CONT  TestContainerStartOnDaemonRestart
22:38:12 [2022-08-04T22:38:12.419Z] === CONT  TestRestartDaemonWithRestartingContainer
22:38:14 [2022-08-04T22:38:14.960Z] --- PASS: TestContainerStartOnDaemonRestart (2.31s)
22:38:14 [2022-08-04T22:38:14.960Z] === CONT  TestIpcModeOlderClient
22:38:14 [2022-08-04T22:38:14.960Z] --- PASS: TestIpcModeOlderClient (0.07s)
22:38:14 [2022-08-04T22:38:14.960Z] === CONT  TestContainerKillOnDaemonStart
22:38:14 [2022-08-04T22:38:14.960Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.43s)
22:38:14 [2022-08-04T22:38:14.960Z] === CONT  TestDaemonHostGatewayIP
22:38:17 [2022-08-04T22:38:17.497Z] --- PASS: TestDaemonHostGatewayIP (2.59s)
22:38:17 [2022-08-04T22:38:17.497Z] === CONT  TestDaemonRestartIpcMode
22:38:20 [2022-08-04T22:38:20.033Z] --- PASS: TestDaemonRestartIpcMode (2.19s)
22:38:26 [2022-08-04T22:38:26.602Z] --- PASS: TestContainerKillOnDaemonStart (11.72s)
22:38:26 [2022-08-04T22:38:26.602Z] PASS
22:38:26 [2022-08-04T22:38:26.602Z] 
22:38:26 [2022-08-04T22:38:26.602Z] === Skipped
22:38:26 [2022-08-04T22:38:26.602Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
22:38:26 [2022-08-04T22:38:26.602Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:38:26 [2022-08-04T22:38:26.602Z] 
22:38:26 [2022-08-04T22:38:26.602Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
22:38:26 [2022-08-04T22:38:26.602Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
22:38:26 [2022-08-04T22:38:26.602Z] 
22:38:26 [2022-08-04T22:38:26.602Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
22:38:26 [2022-08-04T22:38:26.602Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:38:26 [2022-08-04T22:38:26.602Z] 
22:38:26 [2022-08-04T22:38:26.602Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
22:38:26 [2022-08-04T22:38:26.602Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
22:38:26 [2022-08-04T22:38:26.602Z] 
22:38:26 [2022-08-04T22:38:26.602Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
22:38:26 [2022-08-04T22:38:26.602Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:38:26 [2022-08-04T22:38:26.602Z] 
22:38:26 [2022-08-04T22:38:26.602Z] DONE 272 tests, 5 skipped in 133.511s
22:38:26 [2022-08-04T22:38:26.602Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
22:38:26 [2022-08-04T22:38:26.602Z] === RUN   TestConfigDaemonLibtrustID
22:38:27 [2022-08-04T22:38:27.170Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
22:38:27 [2022-08-04T22:38:27.170Z] === RUN   TestConfigDaemonID
22:38:28 [2022-08-04T22:38:28.108Z]     daemon_test.go:83: [d735a47b09a1b] daemon is not started
22:38:28 [2022-08-04T22:38:28.108Z] --- PASS: TestConfigDaemonID (1.04s)
22:38:28 [2022-08-04T22:38:28.108Z] === RUN   TestDaemonConfigValidation
22:38:28 [2022-08-04T22:38:28.108Z] === RUN   TestDaemonConfigValidation/config_with_no_content
22:38:28 [2022-08-04T22:38:28.108Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
22:38:28 [2022-08-04T22:38:28.108Z] === RUN   TestDaemonConfigValidation/config_with_{}
22:38:28 [2022-08-04T22:38:28.108Z] === PAUSE TestDaemonConfigValidation/config_with_{}
22:38:28 [2022-08-04T22:38:28.108Z] === RUN   TestDaemonConfigValidation/invalid_config
22:38:28 [2022-08-04T22:38:28.108Z] === PAUSE TestDaemonConfigValidation/invalid_config
22:38:28 [2022-08-04T22:38:28.108Z] === RUN   TestDaemonConfigValidation/malformed_config
22:38:28 [2022-08-04T22:38:28.108Z] === PAUSE TestDaemonConfigValidation/malformed_config
22:38:28 [2022-08-04T22:38:28.108Z] === RUN   TestDaemonConfigValidation/valid_config
22:38:28 [2022-08-04T22:38:28.108Z] === PAUSE TestDaemonConfigValidation/valid_config
22:38:28 [2022-08-04T22:38:28.108Z] === CONT  TestDaemonConfigValidation/config_with_no_content
22:38:28 [2022-08-04T22:38:28.108Z] === CONT  TestDaemonConfigValidation/malformed_config
22:38:28 [2022-08-04T22:38:28.108Z] === CONT  TestDaemonConfigValidation/invalid_config
22:38:28 [2022-08-04T22:38:28.108Z] === CONT  TestDaemonConfigValidation/config_with_{}
22:38:28 [2022-08-04T22:38:28.368Z] === CONT  TestDaemonConfigValidation/valid_config
22:38:28 [2022-08-04T22:38:28.368Z] --- PASS: TestDaemonConfigValidation (0.00s)
22:38:28 [2022-08-04T22:38:28.368Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.09s)
22:38:28 [2022-08-04T22:38:28.368Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.10s)
22:38:28 [2022-08-04T22:38:28.368Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.08s)
22:38:28 [2022-08-04T22:38:28.368Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.11s)
22:38:28 [2022-08-04T22:38:28.368Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.05s)
22:38:28 [2022-08-04T22:38:28.368Z] === RUN   TestConfigDaemonSeccompProfiles
22:38:28 [2022-08-04T22:38:28.368Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
22:38:29 [2022-08-04T22:38:29.307Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
22:38:30 [2022-08-04T22:38:30.687Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
22:38:31 [2022-08-04T22:38:31.624Z] === CONT  TestConfigDaemonSeccompProfiles
22:38:31 [2022-08-04T22:38:31.624Z]     daemon_test.go:197: [d6d5e5cb55bc4] daemon is not started
22:38:31 [2022-08-04T22:38:31.624Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s)
22:38:31 [2022-08-04T22:38:31.624Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.03s)
22:38:31 [2022-08-04T22:38:31.624Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
22:38:31 [2022-08-04T22:38:31.624Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
22:38:31 [2022-08-04T22:38:31.624Z] === RUN   TestDaemonProxy
22:38:31 [2022-08-04T22:38:31.624Z] === RUN   TestDaemonProxy/environment_variables
22:38:33 [2022-08-04T22:38:33.531Z] === RUN   TestDaemonProxy/command-line_options
22:38:34 [2022-08-04T22:38:34.912Z] === RUN   TestDaemonProxy/configuration_file
22:38:36 [2022-08-04T22:38:36.819Z] === RUN   TestDaemonProxy/conflicting_options
22:38:37 [2022-08-04T22:38:37.079Z] === RUN   TestDaemonProxy/reload_sanitized
22:38:37 [2022-08-04T22:38:37.786Z] --- PASS: TestDaemonProxy (6.21s)
22:38:37 [2022-08-04T22:38:37.786Z]     --- PASS: TestDaemonProxy/environment_variables (1.73s)
22:38:37 [2022-08-04T22:38:37.786Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
22:38:37 [2022-08-04T22:38:37.786Z]     --- PASS: TestDaemonProxy/configuration_file (1.72s)
22:38:37 [2022-08-04T22:38:37.786Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
22:38:37 [2022-08-04T22:38:37.786Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
22:38:37 [2022-08-04T22:38:37.786Z] PASS
22:38:37 [2022-08-04T22:38:37.786Z] 
22:38:37 [2022-08-04T22:38:37.786Z] DONE 18 tests in 11.138s
22:38:37 [2022-08-04T22:38:37.786Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
22:38:37 [2022-08-04T22:38:37.786Z] INFO: Testing against a local daemon
22:38:37 [2022-08-04T22:38:37.786Z] === RUN   TestCommitInheritsEnv
22:38:38 [2022-08-04T22:38:38.049Z] --- PASS: TestCommitInheritsEnv (0.33s)
22:38:38 [2022-08-04T22:38:38.049Z] === RUN   TestImportExtremelyLargeImageWorks
22:38:38 [2022-08-04T22:38:38.049Z] === PAUSE TestImportExtremelyLargeImageWorks
22:38:38 [2022-08-04T22:38:38.049Z] === RUN   TestImportWithCustomPlatform
22:38:38 [2022-08-04T22:38:38.049Z] === RUN   TestImportWithCustomPlatform/#00
22:38:38 [2022-08-04T22:38:38.049Z] === RUN   TestImportWithCustomPlatform/_______
22:38:38 [2022-08-04T22:38:38.049Z] === RUN   TestImportWithCustomPlatform//
22:38:38 [2022-08-04T22:38:38.049Z] === RUN   TestImportWithCustomPlatform/linux
22:38:38 [2022-08-04T22:38:38.315Z] === RUN   TestImportWithCustomPlatform/LINUX
22:38:38 [2022-08-04T22:38:38.315Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
22:38:38 [2022-08-04T22:38:38.315Z] === RUN   TestImportWithCustomPlatform/macos
22:38:38 [2022-08-04T22:38:38.315Z] === RUN   TestImportWithCustomPlatform/macos/arm64
22:38:38 [2022-08-04T22:38:38.315Z] === RUN   TestImportWithCustomPlatform/nintendo64
22:38:38 [2022-08-04T22:38:38.315Z] --- PASS: TestImportWithCustomPlatform (0.32s)
22:38:38 [2022-08-04T22:38:38.315Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
22:38:38 [2022-08-04T22:38:38.315Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
22:38:38 [2022-08-04T22:38:38.315Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
22:38:38 [2022-08-04T22:38:38.315Z]     --- PASS: TestImportWithCustomPlatform/linux (0.08s)
22:38:38 [2022-08-04T22:38:38.315Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
22:38:38 [2022-08-04T22:38:38.315Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
22:38:38 [2022-08-04T22:38:38.315Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
22:38:38 [2022-08-04T22:38:38.315Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
22:38:38 [2022-08-04T22:38:38.315Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
22:38:38 [2022-08-04T22:38:38.315Z] === RUN   TestImagesFilterMultiReference
22:38:38 [2022-08-04T22:38:38.315Z] --- PASS: TestImagesFilterMultiReference (0.05s)
22:38:38 [2022-08-04T22:38:38.315Z] === RUN   TestImagePullPlatformInvalid
22:38:38 [2022-08-04T22:38:38.574Z] --- PASS: TestImagePullPlatformInvalid (0.04s)
22:38:38 [2022-08-04T22:38:38.575Z] === RUN   TestRemoveImageOrphaning
22:38:38 [2022-08-04T22:38:38.834Z] --- PASS: TestRemoveImageOrphaning (0.27s)
22:38:38 [2022-08-04T22:38:38.834Z] === RUN   TestRemoveImageGarbageCollector
22:38:39 [2022-08-04T22:38:39.403Z] time="2022-08-04T22:38:39Z" level=info msg="[graphdriver] trying configured driver: overlay2"
22:38:40 [2022-08-04T22:38:40.784Z] --- PASS: TestRemoveImageGarbageCollector (1.83s)
22:38:40 [2022-08-04T22:38:40.784Z] === RUN   TestTagUnprefixedRepoByNameOrName
22:38:40 [2022-08-04T22:38:40.784Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
22:38:40 [2022-08-04T22:38:40.784Z] === RUN   TestTagInvalidReference
22:38:40 [2022-08-04T22:38:40.784Z] --- PASS: TestTagInvalidReference (0.01s)
22:38:40 [2022-08-04T22:38:40.784Z] === RUN   TestTagValidPrefixedRepo
22:38:40 [2022-08-04T22:38:40.784Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
22:38:40 [2022-08-04T22:38:40.784Z] === RUN   TestTagExistedNameWithoutForce
22:38:40 [2022-08-04T22:38:40.784Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
22:38:40 [2022-08-04T22:38:40.784Z] === RUN   TestTagOfficialNames
22:38:40 [2022-08-04T22:38:40.784Z] --- PASS: TestTagOfficialNames (0.04s)
22:38:40 [2022-08-04T22:38:40.784Z] === RUN   TestTagMatchesDigest
22:38:40 [2022-08-04T22:38:40.784Z] --- PASS: TestTagMatchesDigest (0.01s)
22:38:40 [2022-08-04T22:38:40.784Z] === CONT  TestImportExtremelyLargeImageWorks
22:40:17 [2022-08-04T22:40:17.250Z] --- PASS: TestImportExtremelyLargeImageWorks (92.40s)
22:40:17 [2022-08-04T22:40:17.250Z] PASS
22:40:17 [2022-08-04T22:40:17.250Z] 
22:40:17 [2022-08-04T22:40:17.250Z] DONE 22 tests in 95.482s
22:40:17 [2022-08-04T22:40:17.250Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
22:40:17 [2022-08-04T22:40:17.250Z] === RUN   TestStripANSICommands
22:40:17 [2022-08-04T22:40:17.250Z] === RUN   TestStripANSICommands/#00
22:40:17 [2022-08-04T22:40:17.250Z] === RUN   TestStripANSICommands/#01
22:40:17 [2022-08-04T22:40:17.250Z] --- PASS: TestStripANSICommands (0.00s)
22:40:17 [2022-08-04T22:40:17.250Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
22:40:17 [2022-08-04T22:40:17.250Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
22:40:17 [2022-08-04T22:40:17.250Z] PASS
22:40:17 [2022-08-04T22:40:17.250Z] 
22:40:17 [2022-08-04T22:40:17.250Z] DONE 3 tests in 0.009s
22:40:17 [2022-08-04T22:40:17.250Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
22:40:17 [2022-08-04T22:40:17.250Z] INFO: Testing against a local daemon
22:40:17 [2022-08-04T22:40:17.250Z] === RUN   TestNetworkCreateDelete
22:40:17 [2022-08-04T22:40:17.250Z] --- PASS: TestNetworkCreateDelete (0.12s)
22:40:17 [2022-08-04T22:40:17.250Z] === RUN   TestDockerNetworkDeletePreferID
22:40:17 [2022-08-04T22:40:17.250Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s)
22:40:17 [2022-08-04T22:40:17.250Z] === RUN   TestDaemonDNSFallback
22:40:20 [2022-08-04T22:40:20.540Z] --- PASS: TestDaemonDNSFallback (6.35s)
22:40:20 [2022-08-04T22:40:20.540Z] === RUN   TestInspectNetwork
22:40:23 [2022-08-04T22:40:23.078Z] === RUN   TestInspectNetwork/full_network_id
22:40:23 [2022-08-04T22:40:23.078Z] === RUN   TestInspectNetwork/partial_network_id
22:40:23 [2022-08-04T22:40:23.078Z] === RUN   TestInspectNetwork/network_name
22:40:23 [2022-08-04T22:40:23.078Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
22:40:27 [2022-08-04T22:40:27.271Z] --- PASS: TestInspectNetwork (7.26s)
22:40:27 [2022-08-04T22:40:27.271Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
22:40:27 [2022-08-04T22:40:27.271Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
22:40:27 [2022-08-04T22:40:27.271Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
22:40:27 [2022-08-04T22:40:27.271Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
22:40:27 [2022-08-04T22:40:27.271Z] === RUN   TestRunContainerWithBridgeNone
22:40:29 [2022-08-04T22:40:29.177Z] --- PASS: TestRunContainerWithBridgeNone (1.53s)
22:40:29 [2022-08-04T22:40:29.177Z] === RUN   TestNetworkInvalidJSON
22:40:29 [2022-08-04T22:40:29.177Z] === RUN   TestNetworkInvalidJSON/networks/create
22:40:29 [2022-08-04T22:40:29.177Z] === PAUSE TestNetworkInvalidJSON/networks/create
22:40:29 [2022-08-04T22:40:29.177Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
22:40:29 [2022-08-04T22:40:29.177Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
22:40:29 [2022-08-04T22:40:29.177Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
22:40:29 [2022-08-04T22:40:29.177Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
22:40:29 [2022-08-04T22:40:29.177Z] === CONT  TestNetworkInvalidJSON/networks/create
22:40:29 [2022-08-04T22:40:29.177Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
22:40:29 [2022-08-04T22:40:29.177Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
22:40:29 [2022-08-04T22:40:29.177Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
22:40:29 [2022-08-04T22:40:29.177Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
22:40:29 [2022-08-04T22:40:29.177Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
22:40:29 [2022-08-04T22:40:29.177Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
22:40:29 [2022-08-04T22:40:29.177Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
22:40:29 [2022-08-04T22:40:29.177Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
22:40:29 [2022-08-04T22:40:29.177Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
22:40:29 [2022-08-04T22:40:29.177Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
22:40:29 [2022-08-04T22:40:29.178Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
22:40:29 [2022-08-04T22:40:29.178Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
22:40:29 [2022-08-04T22:40:29.178Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
22:40:29 [2022-08-04T22:40:29.178Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
22:40:29 [2022-08-04T22:40:29.178Z] --- PASS: TestNetworkInvalidJSON (0.01s)
22:40:29 [2022-08-04T22:40:29.178Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
22:40:29 [2022-08-04T22:40:29.178Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
22:40:29 [2022-08-04T22:40:29.178Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
22:40:29 [2022-08-04T22:40:29.178Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
22:40:29 [2022-08-04T22:40:29.178Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
22:40:29 [2022-08-04T22:40:29.178Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
22:40:29 [2022-08-04T22:40:29.178Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
22:40:29 [2022-08-04T22:40:29.178Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
22:40:29 [2022-08-04T22:40:29.178Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
22:40:29 [2022-08-04T22:40:29.178Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
22:40:29 [2022-08-04T22:40:29.178Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
22:40:29 [2022-08-04T22:40:29.178Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
22:40:29 [2022-08-04T22:40:29.178Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
22:40:29 [2022-08-04T22:40:29.178Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
22:40:29 [2022-08-04T22:40:29.178Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
22:40:29 [2022-08-04T22:40:29.178Z] === RUN   TestNetworkList
22:40:29 [2022-08-04T22:40:29.178Z] === RUN   TestNetworkList//networks
22:40:29 [2022-08-04T22:40:29.178Z] === PAUSE TestNetworkList//networks
22:40:29 [2022-08-04T22:40:29.178Z] === RUN   TestNetworkList//networks/
22:40:29 [2022-08-04T22:40:29.178Z] === PAUSE TestNetworkList//networks/
22:40:29 [2022-08-04T22:40:29.178Z] === CONT  TestNetworkList//networks
22:40:29 [2022-08-04T22:40:29.178Z] === CONT  TestNetworkList//networks/
22:40:29 [2022-08-04T22:40:29.178Z] --- PASS: TestNetworkList (0.01s)
22:40:29 [2022-08-04T22:40:29.178Z]     --- PASS: TestNetworkList//networks/ (0.00s)
22:40:29 [2022-08-04T22:40:29.178Z]     --- PASS: TestNetworkList//networks (0.00s)
22:40:29 [2022-08-04T22:40:29.178Z] === RUN   TestHostIPv4BridgeLabel
22:40:29 [2022-08-04T22:40:29.437Z] --- PASS: TestHostIPv4BridgeLabel (0.55s)
22:40:29 [2022-08-04T22:40:29.437Z] === RUN   TestDaemonRestartWithLiveRestore
22:40:30 [2022-08-04T22:40:30.375Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
22:40:30 [2022-08-04T22:40:30.375Z] === RUN   TestDaemonDefaultNetworkPools
22:40:31 [2022-08-04T22:40:31.313Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s)
22:40:31 [2022-08-04T22:40:31.313Z] === RUN   TestDaemonRestartWithExistingNetwork
22:40:32 [2022-08-04T22:40:32.254Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s)
22:40:32 [2022-08-04T22:40:32.254Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
22:40:33 [2022-08-04T22:40:33.666Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s)
22:40:33 [2022-08-04T22:40:33.666Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
22:40:33 [2022-08-04T22:40:33.925Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s)
22:40:33 [2022-08-04T22:40:33.925Z] === RUN   TestServiceWithPredefinedNetwork
22:40:36 [2022-08-04T22:40:36.463Z] --- PASS: TestServiceWithPredefinedNetwork (2.28s)
22:40:36 [2022-08-04T22:40:36.463Z] === RUN   TestServiceRemoveKeepsIngressNetwork
22:40:36 [2022-08-04T22:40:36.463Z]     service_test.go:243: FLAKY_TEST
22:40:36 [2022-08-04T22:40:36.463Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
22:40:36 [2022-08-04T22:40:36.463Z] === RUN   TestServiceWithDataPathPortInit
22:40:51 [2022-08-04T22:40:51.350Z] --- PASS: TestServiceWithDataPathPortInit (14.18s)
22:40:51 [2022-08-04T22:40:51.350Z] === RUN   TestServiceWithDefaultAddressPoolInit
22:40:53 [2022-08-04T22:40:53.257Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:2p0i6lt7cicz5318e2rz61diu Created:2022-08-04 22:40:51.734357255 +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[e4befa18511106dc69b61b298f092b40ecb700918ff96661b67ef2aa8228d9dd:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wkkcluj3tzow6uk6xqa91ea6m EndpointID:71d6189e2f6a6d3d8dfdbf6c699e838e905dfd2feb277e678ef74bd95ebb29b2 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:3ea4530ae665e1342ce5a36eadc2048d622065cd94474d02092faee4f15fe061 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:38a4ec72c3a9 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wkkcluj3tzow6uk6xqa91ea6m EndpointID:71d6189e2f6a6d3d8dfdbf6c699e838e905dfd2feb277e678ef74bd95ebb29b2 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
22:40:57 [2022-08-04T22:40:57.449Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.00s)
22:40:57 [2022-08-04T22:40:57.449Z] PASS
22:40:57 [2022-08-04T22:40:57.449Z] 
22:40:57 [2022-08-04T22:40:57.449Z] === Skipped
22:40:57 [2022-08-04T22:40:57.449Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
22:40:57 [2022-08-04T22:40:57.449Z]     service_test.go:243: FLAKY_TEST
22:40:57 [2022-08-04T22:40:57.449Z] 
22:40:57 [2022-08-04T22:40:57.449Z] DONE 38 tests, 1 skipped in 44.312s
22:40:57 [2022-08-04T22:40:57.449Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
22:40:57 [2022-08-04T22:40:57.449Z] INFO: Testing against a local daemon
22:40:57 [2022-08-04T22:40:57.449Z] === RUN   TestDockerNetworkIpvlanPersistance
22:40:57 [2022-08-04T22:40:57.449Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:40:57 [2022-08-04T22:40:57.449Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
22:40:57 [2022-08-04T22:40:57.449Z] === RUN   TestDockerNetworkIpvlan
22:40:57 [2022-08-04T22:40:57.449Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:40:57 [2022-08-04T22:40:57.449Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
22:40:57 [2022-08-04T22:40:57.449Z] PASS
22:40:57 [2022-08-04T22:40:57.449Z] 
22:40:57 [2022-08-04T22:40:57.449Z] === Skipped
22:40:57 [2022-08-04T22:40:57.449Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
22:40:57 [2022-08-04T22:40:57.449Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:40:57 [2022-08-04T22:40:57.449Z] 
22:40:57 [2022-08-04T22:40:57.449Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
22:40:57 [2022-08-04T22:40:57.449Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:40:57 [2022-08-04T22:40:57.449Z] 
22:40:57 [2022-08-04T22:40:57.449Z] DONE 2 tests, 2 skipped in 0.023s
22:40:57 [2022-08-04T22:40:57.449Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
22:40:57 [2022-08-04T22:40:57.449Z] INFO: Testing against a local daemon
22:40:57 [2022-08-04T22:40:57.449Z] === RUN   TestDockerNetworkMacvlanPersistance
22:40:58 [2022-08-04T22:40:58.829Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.23s)
22:40:58 [2022-08-04T22:40:58.829Z] === RUN   TestDockerNetworkMacvlan
22:40:59 [2022-08-04T22:40:59.397Z] === RUN   TestDockerNetworkMacvlan/Subinterface
22:41:00 [2022-08-04T22:41:00.335Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
22:41:00 [2022-08-04T22:41:00.904Z] === RUN   TestDockerNetworkMacvlan/NilParent
22:41:02 [2022-08-04T22:41:02.812Z] === RUN   TestDockerNetworkMacvlan/InternalMode
22:41:04 [2022-08-04T22:41:04.722Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
22:41:08 [2022-08-04T22:41:08.015Z] === RUN   TestDockerNetworkMacvlan/Addressing
22:41:08 [2022-08-04T22:41:08.584Z] --- PASS: TestDockerNetworkMacvlan (9.77s)
22:41:08 [2022-08-04T22:41:08.584Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s)
22:41:08 [2022-08-04T22:41:08.584Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.06s)
22:41:08 [2022-08-04T22:41:08.584Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.82s)
22:41:08 [2022-08-04T22:41:08.584Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.89s)
22:41:08 [2022-08-04T22:41:08.584Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.10s)
22:41:08 [2022-08-04T22:41:08.584Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.64s)
22:41:08 [2022-08-04T22:41:08.584Z] PASS
22:41:08 [2022-08-04T22:41:08.584Z] 
22:41:08 [2022-08-04T22:41:08.584Z] DONE 8 tests in 11.015s
22:41:08 [2022-08-04T22:41:08.584Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
22:41:08 [2022-08-04T22:41:08.584Z] testing: warning: no tests to run
22:41:08 [2022-08-04T22:41:08.584Z] PASS
22:41:08 [2022-08-04T22:41:08.584Z] 
22:41:08 [2022-08-04T22:41:08.584Z] DONE 0 tests in 0.011s
22:41:08 [2022-08-04T22:41:08.584Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
22:41:08 [2022-08-04T22:41:08.584Z] INFO: Testing against a local daemon
22:41:08 [2022-08-04T22:41:08.584Z] === RUN   TestAuthZPluginAllowRequest
22:41:09 [2022-08-04T22:41:09.964Z] --- PASS: TestAuthZPluginAllowRequest (1.22s)
22:41:09 [2022-08-04T22:41:09.964Z] === RUN   TestAuthZPluginTLS
22:41:10 [2022-08-04T22:41:10.533Z] --- PASS: TestAuthZPluginTLS (0.55s)
22:41:10 [2022-08-04T22:41:10.533Z] === RUN   TestAuthZPluginDenyRequest
22:41:10 [2022-08-04T22:41:10.792Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
22:41:10 [2022-08-04T22:41:10.792Z] === RUN   TestAuthZPluginAPIDenyResponse
22:41:11 [2022-08-04T22:41:11.371Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
22:41:11 [2022-08-04T22:41:11.371Z] === RUN   TestAuthZPluginDenyResponse
22:41:11 [2022-08-04T22:41:11.959Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
22:41:11 [2022-08-04T22:41:11.959Z] === RUN   TestAuthZPluginAllowEventStream
22:41:13 [2022-08-04T22:41:13.342Z] --- PASS: TestAuthZPluginAllowEventStream (1.18s)
22:41:13 [2022-08-04T22:41:13.342Z] === RUN   TestAuthZPluginErrorResponse
22:41:13 [2022-08-04T22:41:13.602Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
22:41:13 [2022-08-04T22:41:13.602Z] === RUN   TestAuthZPluginErrorRequest
22:41:14 [2022-08-04T22:41:14.170Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
22:41:14 [2022-08-04T22:41:14.170Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
22:41:14 [2022-08-04T22:41:14.739Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
22:41:14 [2022-08-04T22:41:14.739Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
22:41:16 [2022-08-04T22:41:16.119Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.42s)
22:41:16 [2022-08-04T22:41:16.119Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
22:41:17 [2022-08-04T22:41:17.499Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.44s)
22:41:17 [2022-08-04T22:41:17.499Z] === RUN   TestAuthZPluginHeader
22:41:18 [2022-08-04T22:41:18.437Z] --- PASS: TestAuthZPluginHeader (0.69s)
22:41:18 [2022-08-04T22:41:18.438Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
22:41:22 [2022-08-04T22:41:22.632Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.15s)
22:41:22 [2022-08-04T22:41:22.632Z] === RUN   TestAuthZPluginV2Disable
22:41:26 [2022-08-04T22:41:26.826Z] --- PASS: TestAuthZPluginV2Disable (3.73s)
22:41:26 [2022-08-04T22:41:26.826Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
22:41:30 [2022-08-04T22:41:30.118Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.55s)
22:41:30 [2022-08-04T22:41:30.118Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
22:41:40 [2022-08-04T22:41:40.103Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.72s)
22:41:40 [2022-08-04T22:41:40.103Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
22:41:58 [2022-08-04T22:41:58.195Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s)
22:41:58 [2022-08-04T22:41:58.195Z] PASS
22:41:58 [2022-08-04T22:41:58.195Z] 
22:41:58 [2022-08-04T22:41:58.195Z] DONE 17 tests in 47.732s
22:41:58 [2022-08-04T22:41:58.195Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
22:41:58 [2022-08-04T22:41:58.195Z] INFO: Testing against a local daemon
22:41:58 [2022-08-04T22:41:58.195Z] === RUN   TestPluginInvalidJSON
22:41:58 [2022-08-04T22:41:58.195Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
22:41:58 [2022-08-04T22:41:58.195Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
22:41:58 [2022-08-04T22:41:58.195Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
22:41:58 [2022-08-04T22:41:58.195Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
22:41:58 [2022-08-04T22:41:58.195Z] === RUN   TestPluginInvalidJSON/plugins/pull
22:41:58 [2022-08-04T22:41:58.195Z] === PAUSE TestPluginInvalidJSON/plugins/pull
22:41:58 [2022-08-04T22:41:58.195Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
22:41:58 [2022-08-04T22:41:58.195Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
22:41:58 [2022-08-04T22:41:58.195Z] === CONT  TestPluginInvalidJSON/plugins/pull
22:41:58 [2022-08-04T22:41:58.195Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
22:41:58 [2022-08-04T22:41:58.195Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
22:41:58 [2022-08-04T22:41:58.195Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
22:41:58 [2022-08-04T22:41:58.195Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
22:41:58 [2022-08-04T22:41:58.195Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
22:41:58 [2022-08-04T22:41:58.195Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
22:41:58 [2022-08-04T22:41:58.195Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
22:41:58 [2022-08-04T22:41:58.195Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
22:41:58 [2022-08-04T22:41:58.195Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
22:41:58 [2022-08-04T22:41:58.195Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
22:41:58 [2022-08-04T22:41:58.195Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
22:41:58 [2022-08-04T22:41:58.195Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
22:41:58 [2022-08-04T22:41:58.195Z] --- PASS: TestPluginInvalidJSON (0.02s)
22:41:58 [2022-08-04T22:41:58.195Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
22:41:58 [2022-08-04T22:41:58.195Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
22:41:58 [2022-08-04T22:41:58.195Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
22:41:58 [2022-08-04T22:41:58.195Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
22:41:58 [2022-08-04T22:41:58.195Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
22:41:58 [2022-08-04T22:41:58.195Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
22:41:58 [2022-08-04T22:41:58.195Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
22:41:58 [2022-08-04T22:41:58.195Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
22:41:58 [2022-08-04T22:41:58.195Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
22:41:58 [2022-08-04T22:41:58.195Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
22:41:58 [2022-08-04T22:41:58.195Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
22:41:58 [2022-08-04T22:41:58.195Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
22:41:58 [2022-08-04T22:41:58.195Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
22:41:58 [2022-08-04T22:41:58.195Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
22:41:58 [2022-08-04T22:41:58.195Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
22:41:58 [2022-08-04T22:41:58.195Z] === RUN   TestPluginInstall
22:41:58 [2022-08-04T22:41:58.195Z] === RUN   TestPluginInstall/no_auth
22:41:58 [2022-08-04T22:41:58.195Z] time="2022-08-04T22:41:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:41:58 [2022-08-04T22:41:58.195Z] time="2022-08-04T22:41:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9917056a354a3b95e8acbc309ff033021feac949eb01aa614222aaee5ea59d89" mediatype=application/vnd.docker.plugin.v1+json size=522
22:41:58 [2022-08-04T22:41:58.195Z] time="2022-08-04T22:41:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:41:58 [2022-08-04T22:41:58.195Z] time="2022-08-04T22:41:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9917056a354a3b95e8acbc309ff033021feac949eb01aa614222aaee5ea59d89" mediatype=application/vnd.docker.plugin.v1+json size=522
22:41:58 [2022-08-04T22:41:58.195Z] === RUN   TestPluginInstall/with_htpasswd
22:41:58 [2022-08-04T22:41:58.195Z] time="2022-08-04T22:41:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:41:58 [2022-08-04T22:41:58.195Z] time="2022-08-04T22:41:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4a1946687a23123d3f3c362c1e18e6040c8afcf93f9c289632d909280eada27e" mediatype=application/vnd.docker.plugin.v1+json size=522
22:41:58 [2022-08-04T22:41:58.195Z] time="2022-08-04T22:41:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:41:58 [2022-08-04T22:41:58.195Z] time="2022-08-04T22:41:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4a1946687a23123d3f3c362c1e18e6040c8afcf93f9c289632d909280eada27e" mediatype=application/vnd.docker.plugin.v1+json size=522
22:41:58 [2022-08-04T22:41:58.195Z] === RUN   TestPluginInstall/with_insecure
22:41:58 [2022-08-04T22:41:58.764Z] time="2022-08-04T22:41:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:41:58 [2022-08-04T22:41:58.764Z] time="2022-08-04T22:41:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b9637266cfeddd655b984df83d95b7ce83741ad3efe64eb408c7a375a1fa51d0" mediatype=application/vnd.docker.plugin.v1+json size=522
22:41:58 [2022-08-04T22:41:58.764Z] time="2022-08-04T22:41:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:41:58 [2022-08-04T22:41:58.764Z] time="2022-08-04T22:41:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b9637266cfeddd655b984df83d95b7ce83741ad3efe64eb408c7a375a1fa51d0" mediatype=application/vnd.docker.plugin.v1+json size=522
22:41:59 [2022-08-04T22:41:59.023Z]     plugin_test.go:195: [de2dbb59977cb] daemon is not started
22:41:59 [2022-08-04T22:41:59.023Z] --- PASS: TestPluginInstall (2.75s)
22:41:59 [2022-08-04T22:41:59.023Z]     --- PASS: TestPluginInstall/no_auth (1.04s)
22:41:59 [2022-08-04T22:41:59.023Z]     --- PASS: TestPluginInstall/with_htpasswd (0.62s)
22:41:59 [2022-08-04T22:41:59.023Z]     --- PASS: TestPluginInstall/with_insecure (1.09s)
22:41:59 [2022-08-04T22:41:59.023Z] === RUN   TestPluginsWithRuntimes
22:42:00 [2022-08-04T22:42:00.966Z] === RUN   TestPluginsWithRuntimes/No_Args
22:42:01 [2022-08-04T22:42:01.536Z] === RUN   TestPluginsWithRuntimes/With_Args
22:42:02 [2022-08-04T22:42:02.476Z] --- PASS: TestPluginsWithRuntimes (3.34s)
22:42:02 [2022-08-04T22:42:02.476Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.91s)
22:42:02 [2022-08-04T22:42:02.476Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.88s)
22:42:02 [2022-08-04T22:42:02.476Z] === RUN   TestPluginBackCompatMediaTypes
22:42:03 [2022-08-04T22:42:03.046Z] --- PASS: TestPluginBackCompatMediaTypes (0.59s)
22:42:03 [2022-08-04T22:42:03.046Z] PASS
22:42:03 [2022-08-04T22:42:03.046Z] 
22:42:03 [2022-08-04T22:42:03.046Z] DONE 24 tests in 6.716s
22:42:03 [2022-08-04T22:42:03.046Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
22:42:03 [2022-08-04T22:42:03.046Z] INFO: Testing against a local daemon
22:42:03 [2022-08-04T22:42:03.046Z] === RUN   TestExternalGraphDriver
22:42:03 [2022-08-04T22:42:03.307Z] === RUN   TestExternalGraphDriver/json
22:42:05 [2022-08-04T22:42:05.213Z] === RUN   TestExternalGraphDriver/spec
22:42:06 [2022-08-04T22:42:06.593Z] === RUN   TestExternalGraphDriver/pull
22:42:08 [2022-08-04T22:42:08.499Z] --- PASS: TestExternalGraphDriver (5.26s)
22:42:08 [2022-08-04T22:42:08.499Z]     --- PASS: TestExternalGraphDriver/json (1.67s)
22:42:08 [2022-08-04T22:42:08.499Z]     --- PASS: TestExternalGraphDriver/spec (1.62s)
22:42:08 [2022-08-04T22:42:08.499Z]     --- PASS: TestExternalGraphDriver/pull (1.62s)
22:42:08 [2022-08-04T22:42:08.499Z] === RUN   TestGraphdriverPluginV2
22:42:12 [2022-08-04T22:42:12.695Z] --- PASS: TestGraphdriverPluginV2 (4.22s)
22:42:12 [2022-08-04T22:42:12.695Z] PASS
22:42:12 [2022-08-04T22:42:12.695Z] 
22:42:12 [2022-08-04T22:42:12.695Z] DONE 5 tests in 9.514s
22:42:12 [2022-08-04T22:42:12.695Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
22:42:12 [2022-08-04T22:42:12.695Z] INFO: Testing against a local daemon
22:42:12 [2022-08-04T22:42:12.695Z] === RUN   TestContinueAfterPluginCrash
22:42:12 [2022-08-04T22:42:12.695Z] === PAUSE TestContinueAfterPluginCrash
22:42:12 [2022-08-04T22:42:12.695Z] === RUN   TestReadPluginNoRead
22:42:12 [2022-08-04T22:42:12.695Z] === PAUSE TestReadPluginNoRead
22:42:12 [2022-08-04T22:42:12.695Z] === RUN   TestDaemonStartWithLogOpt
22:42:12 [2022-08-04T22:42:12.695Z] === PAUSE TestDaemonStartWithLogOpt
22:42:12 [2022-08-04T22:42:12.695Z] === CONT  TestContinueAfterPluginCrash
22:42:12 [2022-08-04T22:42:12.695Z] === CONT  TestDaemonStartWithLogOpt
22:42:15 [2022-08-04T22:42:15.992Z] --- PASS: TestDaemonStartWithLogOpt (3.44s)
22:42:15 [2022-08-04T22:42:15.992Z] === CONT  TestReadPluginNoRead
22:42:18 [2022-08-04T22:42:18.530Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
22:42:19 [2022-08-04T22:42:19.473Z] === RUN   TestReadPluginNoRead/default
22:42:20 [2022-08-04T22:42:20.852Z] === RUN   TestReadPluginNoRead/disabled_caching
22:42:21 [2022-08-04T22:42:21.111Z] --- PASS: TestContinueAfterPluginCrash (8.43s)
22:42:22 [2022-08-04T22:42:22.051Z] === CONT  TestReadPluginNoRead
22:42:22 [2022-08-04T22:42:22.051Z]     read_test.go:92: [d1791abba45de] daemon is not started
22:42:22 [2022-08-04T22:42:22.051Z] --- PASS: TestReadPluginNoRead (6.06s)
22:42:22 [2022-08-04T22:42:22.051Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.39s)
22:42:22 [2022-08-04T22:42:22.051Z]     --- PASS: TestReadPluginNoRead/default (1.23s)
22:42:22 [2022-08-04T22:42:22.051Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.26s)
22:42:22 [2022-08-04T22:42:22.051Z] PASS
22:42:22 [2022-08-04T22:42:22.051Z] 
22:42:22 [2022-08-04T22:42:22.051Z] DONE 6 tests in 9.522s
22:42:22 [2022-08-04T22:42:22.051Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
22:42:22 [2022-08-04T22:42:22.051Z] testing: warning: no tests to run
22:42:22 [2022-08-04T22:42:22.051Z] PASS
22:42:22 [2022-08-04T22:42:22.051Z] 
22:42:22 [2022-08-04T22:42:22.051Z] DONE 0 tests in 0.008s
22:42:22 [2022-08-04T22:42:22.051Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
22:42:22 [2022-08-04T22:42:22.051Z] INFO: Testing against a local daemon
22:42:22 [2022-08-04T22:42:22.051Z] === RUN   TestPluginWithDevMounts
22:42:22 [2022-08-04T22:42:22.051Z] === PAUSE TestPluginWithDevMounts
22:42:22 [2022-08-04T22:42:22.051Z] === CONT  TestPluginWithDevMounts
22:42:23 [2022-08-04T22:42:23.957Z] --- PASS: TestPluginWithDevMounts (1.54s)
22:42:23 [2022-08-04T22:42:23.957Z] PASS
22:42:23 [2022-08-04T22:42:23.957Z] 
22:42:23 [2022-08-04T22:42:23.957Z] DONE 1 tests in 1.564s
22:42:23 [2022-08-04T22:42:23.957Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
22:42:23 [2022-08-04T22:42:23.957Z] INFO: Testing against a local daemon
22:42:23 [2022-08-04T22:42:23.957Z] === RUN   TestSecretInspect
22:42:25 [2022-08-04T22:42:25.867Z] --- PASS: TestSecretInspect (2.20s)
22:42:25 [2022-08-04T22:42:25.867Z] === RUN   TestSecretList
22:42:28 [2022-08-04T22:42:28.486Z] --- PASS: TestSecretList (2.17s)
22:42:28 [2022-08-04T22:42:28.487Z] === RUN   TestSecretsCreateAndDelete
22:42:30 [2022-08-04T22:42:30.417Z] --- PASS: TestSecretsCreateAndDelete (2.17s)
22:42:30 [2022-08-04T22:42:30.417Z] === RUN   TestSecretsUpdate
22:42:32 [2022-08-04T22:42:32.956Z] --- PASS: TestSecretsUpdate (2.21s)
22:42:32 [2022-08-04T22:42:32.956Z] === RUN   TestTemplatedSecret
22:42:35 [2022-08-04T22:42:35.493Z] --- PASS: TestTemplatedSecret (2.54s)
22:42:35 [2022-08-04T22:42:35.493Z] === RUN   TestSecretCreateResolve
22:42:37 [2022-08-04T22:42:37.402Z] --- PASS: TestSecretCreateResolve (2.18s)
22:42:37 [2022-08-04T22:42:37.402Z] PASS
22:42:37 [2022-08-04T22:42:37.402Z] 
22:42:37 [2022-08-04T22:42:37.402Z] DONE 6 tests in 13.496s
22:42:37 [2022-08-04T22:42:37.402Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
22:42:37 [2022-08-04T22:42:37.402Z] INFO: Testing against a local daemon
22:42:37 [2022-08-04T22:42:37.402Z] === RUN   TestServiceCreateInit
22:42:37 [2022-08-04T22:42:37.402Z] === RUN   TestServiceCreateInit/daemonInitDisabled
22:42:41 [2022-08-04T22:42:41.598Z] === RUN   TestServiceCreateInit/daemonInitEnabled
22:42:44 [2022-08-04T22:42:44.889Z] --- PASS: TestServiceCreateInit (7.45s)
22:42:44 [2022-08-04T22:42:44.889Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.81s)
22:42:44 [2022-08-04T22:42:44.889Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.62s)
22:42:44 [2022-08-04T22:42:44.889Z] === RUN   TestCreateServiceMultipleTimes
22:43:02 [2022-08-04T22:43:02.985Z] --- PASS: TestCreateServiceMultipleTimes (15.64s)
22:43:02 [2022-08-04T22:43:02.985Z] === RUN   TestCreateServiceConflict
22:43:02 [2022-08-04T22:43:02.985Z] --- PASS: TestCreateServiceConflict (2.15s)
22:43:02 [2022-08-04T22:43:02.985Z] === RUN   TestCreateServiceMaxReplicas
22:43:05 [2022-08-04T22:43:05.523Z] --- PASS: TestCreateServiceMaxReplicas (2.78s)
22:43:05 [2022-08-04T22:43:05.523Z] === RUN   TestCreateWithDuplicateNetworkNames
22:43:20 [2022-08-04T22:43:20.410Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.18s)
22:43:20 [2022-08-04T22:43:20.410Z] === RUN   TestCreateServiceSecretFileMode
22:43:20 [2022-08-04T22:43:20.979Z] --- PASS: TestCreateServiceSecretFileMode (2.60s)
22:43:20 [2022-08-04T22:43:20.979Z] === RUN   TestCreateServiceConfigFileMode
22:43:23 [2022-08-04T22:43:23.554Z] --- PASS: TestCreateServiceConfigFileMode (2.51s)
22:43:23 [2022-08-04T22:43:23.554Z] === RUN   TestCreateServiceSysctls
22:43:26 [2022-08-04T22:43:26.845Z] --- PASS: TestCreateServiceSysctls (3.03s)
22:43:26 [2022-08-04T22:43:26.845Z] === RUN   TestCreateServiceCapabilities
22:43:29 [2022-08-04T22:43:29.382Z] --- PASS: TestCreateServiceCapabilities (2.46s)
22:43:29 [2022-08-04T22:43:29.382Z] === RUN   TestInspect
22:43:31 [2022-08-04T22:43:31.919Z] --- PASS: TestInspect (2.90s)
22:43:31 [2022-08-04T22:43:31.919Z] === RUN   TestCreateJob
22:43:35 [2022-08-04T22:43:35.211Z] --- PASS: TestCreateJob (3.27s)
22:43:35 [2022-08-04T22:43:35.211Z] === RUN   TestReplicatedJob
22:43:40 [2022-08-04T22:43:40.489Z] --- PASS: TestReplicatedJob (4.99s)
22:43:40 [2022-08-04T22:43:40.489Z] === RUN   TestUpdateReplicatedJob
22:43:43 [2022-08-04T22:43:43.779Z] --- PASS: TestUpdateReplicatedJob (3.22s)
22:43:43 [2022-08-04T22:43:43.779Z] === RUN   TestServiceListWithStatuses
22:43:43 [2022-08-04T22:43:43.779Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:43:43 [2022-08-04T22:43:43.779Z] --- SKIP: TestServiceListWithStatuses (0.00s)
22:43:43 [2022-08-04T22:43:43.779Z] === RUN   TestDockerNetworkConnectAlias
22:43:47 [2022-08-04T22:43:47.974Z] --- PASS: TestDockerNetworkConnectAlias (4.08s)
22:43:47 [2022-08-04T22:43:47.974Z] === RUN   TestDockerNetworkReConnect
22:43:51 [2022-08-04T22:43:51.265Z] --- PASS: TestDockerNetworkReConnect (3.45s)
22:43:51 [2022-08-04T22:43:51.265Z] === RUN   TestServicePlugin
22:43:54 [2022-08-04T22:43:54.558Z]     plugin_test.go:61: [d11d214f230f9] joining swarm manager [dfaf04923b6cd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:43:55 [2022-08-04T22:43:55.937Z]     plugin_test.go:64: [dd2afdc777e38] joining swarm manager [dfaf04923b6cd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:44:22 [2022-08-04T22:44:22.522Z] --- PASS: TestServicePlugin (29.74s)
22:44:22 [2022-08-04T22:44:22.522Z] === RUN   TestServiceUpdateLabel
22:44:22 [2022-08-04T22:44:22.781Z] --- PASS: TestServiceUpdateLabel (2.18s)
22:44:22 [2022-08-04T22:44:22.781Z] === RUN   TestServiceUpdateSecrets
22:44:37 [2022-08-04T22:44:37.670Z] --- PASS: TestServiceUpdateSecrets (14.46s)
22:44:37 [2022-08-04T22:44:37.670Z] === RUN   TestServiceUpdateConfigs
22:44:52 [2022-08-04T22:44:52.557Z] --- PASS: TestServiceUpdateConfigs (14.62s)
22:44:52 [2022-08-04T22:44:52.557Z] === RUN   TestServiceUpdateNetwork
22:45:04 [2022-08-04T22:45:04.768Z] --- PASS: TestServiceUpdateNetwork (12.41s)
22:45:04 [2022-08-04T22:45:04.768Z] === RUN   TestServiceUpdatePidsLimit
22:45:05 [2022-08-04T22:45:05.706Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
22:45:06 [2022-08-04T22:45:06.275Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
22:45:14 [2022-08-04T22:45:14.396Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
22:45:21 [2022-08-04T22:45:21.017Z] --- PASS: TestServiceUpdatePidsLimit (16.30s)
22:45:21 [2022-08-04T22:45:21.017Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s)
22:45:21 [2022-08-04T22:45:21.017Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s)
22:45:21 [2022-08-04T22:45:21.017Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.99s)
22:45:21 [2022-08-04T22:45:21.017Z] PASS
22:45:21 [2022-08-04T22:45:21.017Z] 
22:45:21 [2022-08-04T22:45:21.017Z] === Skipped
22:45:21 [2022-08-04T22:45:21.017Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
22:45:21 [2022-08-04T22:45:21.017Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:45:21 [2022-08-04T22:45:21.017Z] 
22:45:21 [2022-08-04T22:45:21.017Z] DONE 27 tests, 1 skipped in 163.443s
22:45:21 [2022-08-04T22:45:21.017Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
22:45:21 [2022-08-04T22:45:21.017Z] INFO: Testing against a local daemon
22:45:21 [2022-08-04T22:45:21.017Z] === RUN   TestSessionCreate
22:45:21 [2022-08-04T22:45:21.017Z] --- PASS: TestSessionCreate (0.02s)
22:45:21 [2022-08-04T22:45:21.017Z] === RUN   TestSessionCreateWithBadUpgrade
22:45:21 [2022-08-04T22:45:21.017Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
22:45:21 [2022-08-04T22:45:21.017Z] PASS
22:45:21 [2022-08-04T22:45:21.017Z] 
22:45:21 [2022-08-04T22:45:21.017Z] DONE 2 tests in 0.055s
22:45:21 [2022-08-04T22:45:21.017Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
22:45:21 [2022-08-04T22:45:21.017Z] INFO: Testing against a local daemon
22:45:21 [2022-08-04T22:45:21.017Z] === RUN   TestCgroupDriverSystemdMemoryLimit
22:45:21 [2022-08-04T22:45:21.017Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
22:45:21 [2022-08-04T22:45:21.017Z] === RUN   TestDiskUsage
22:45:21 [2022-08-04T22:45:21.017Z] === PAUSE TestDiskUsage
22:45:21 [2022-08-04T22:45:21.017Z] === RUN   TestEventsExecDie
22:45:21 [2022-08-04T22:45:21.280Z] --- PASS: TestEventsExecDie (0.57s)
22:45:21 [2022-08-04T22:45:21.280Z] === RUN   TestEventsBackwardsCompatible
22:45:21 [2022-08-04T22:45:21.280Z] --- PASS: TestEventsBackwardsCompatible (0.07s)
22:45:21 [2022-08-04T22:45:21.280Z] === RUN   TestEventsVolumeCreate
22:45:21 [2022-08-04T22:45:21.540Z] --- PASS: TestEventsVolumeCreate (0.07s)
22:45:21 [2022-08-04T22:45:21.540Z] === RUN   TestInfoBinaryCommits
22:45:21 [2022-08-04T22:45:21.540Z] --- PASS: TestInfoBinaryCommits (0.02s)
22:45:21 [2022-08-04T22:45:21.540Z] === RUN   TestInfoAPIVersioned
22:45:21 [2022-08-04T22:45:21.540Z] --- PASS: TestInfoAPIVersioned (0.01s)
22:45:21 [2022-08-04T22:45:21.540Z] === RUN   TestInfoAPI
22:45:21 [2022-08-04T22:45:21.540Z] --- PASS: TestInfoAPI (0.02s)
22:45:21 [2022-08-04T22:45:21.540Z] === RUN   TestInfoAPIWarnings
22:45:39 [2022-08-04T22:45:39.631Z] --- PASS: TestInfoAPIWarnings (16.54s)
22:45:39 [2022-08-04T22:45:39.631Z] === RUN   TestInfoDebug
22:45:39 [2022-08-04T22:45:39.631Z] --- PASS: TestInfoDebug (0.52s)
22:45:39 [2022-08-04T22:45:39.631Z] === RUN   TestInfoInsecureRegistries
22:45:39 [2022-08-04T22:45:39.631Z] --- PASS: TestInfoInsecureRegistries (0.52s)
22:45:39 [2022-08-04T22:45:39.631Z] === RUN   TestInfoRegistryMirrors
22:45:39 [2022-08-04T22:45:39.631Z] --- PASS: TestInfoRegistryMirrors (0.52s)
22:45:39 [2022-08-04T22:45:39.631Z] === RUN   TestLoginFailsWithBadCredentials
22:45:39 [2022-08-04T22:45:39.891Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
22:45:39 [2022-08-04T22:45:39.891Z] === RUN   TestPingCacheHeaders
22:45:39 [2022-08-04T22:45:39.891Z] --- PASS: TestPingCacheHeaders (0.03s)
22:45:39 [2022-08-04T22:45:39.891Z] === RUN   TestPingGet
22:45:39 [2022-08-04T22:45:39.891Z] --- PASS: TestPingGet (0.01s)
22:45:39 [2022-08-04T22:45:39.891Z] === RUN   TestPingHead
22:45:40 [2022-08-04T22:45:40.150Z] --- PASS: TestPingHead (0.02s)
22:45:40 [2022-08-04T22:45:40.150Z] === RUN   TestPingSwarmHeader
22:45:40 [2022-08-04T22:45:40.718Z] === RUN   TestPingSwarmHeader/before_swarm_init
22:45:40 [2022-08-04T22:45:40.718Z] === RUN   TestPingSwarmHeader/after_swarm_init
22:45:41 [2022-08-04T22:45:41.657Z] === RUN   TestPingSwarmHeader/after_swarm_leave
22:45:41 [2022-08-04T22:45:41.657Z] --- PASS: TestPingSwarmHeader (1.65s)
22:45:41 [2022-08-04T22:45:41.657Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
22:45:41 [2022-08-04T22:45:41.657Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
22:45:41 [2022-08-04T22:45:41.657Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
22:45:41 [2022-08-04T22:45:41.657Z] === RUN   TestVersion
22:45:41 [2022-08-04T22:45:41.657Z] --- PASS: TestVersion (0.02s)
22:45:41 [2022-08-04T22:45:41.657Z] === CONT  TestCgroupDriverSystemdMemoryLimit
22:45:41 [2022-08-04T22:45:41.657Z] === CONT  TestDiskUsage
22:45:42 [2022-08-04T22:45:42.226Z] === RUN   TestDiskUsage/empty
22:45:42 [2022-08-04T22:45:42.226Z] === RUN   TestDiskUsage/empty/container_types
22:45:42 [2022-08-04T22:45:42.226Z] === RUN   TestDiskUsage/empty/image_types
22:45:42 [2022-08-04T22:45:42.226Z] === RUN   TestDiskUsage/empty/volume_types
22:45:42 [2022-08-04T22:45:42.226Z] === RUN   TestDiskUsage/empty/build-cache_types
22:45:42 [2022-08-04T22:45:42.226Z] === RUN   TestDiskUsage/empty/container,_volume_types
22:45:42 [2022-08-04T22:45:42.226Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
22:45:42 [2022-08-04T22:45:42.226Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
22:45:42 [2022-08-04T22:45:42.226Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
22:45:42 [2022-08-04T22:45:42.226Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
22:45:42 [2022-08-04T22:45:42.226Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
22:45:42 [2022-08-04T22:45:42.226Z] === RUN   TestDiskUsage/after_LoadBusybox
22:45:42 [2022-08-04T22:45:42.487Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
22:45:42 [2022-08-04T22:45:42.487Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
22:45:42 [2022-08-04T22:45:42.487Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
22:45:42 [2022-08-04T22:45:42.487Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
22:45:42 [2022-08-04T22:45:42.487Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
22:45:42 [2022-08-04T22:45:42.487Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
22:45:42 [2022-08-04T22:45:42.487Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
22:45:42 [2022-08-04T22:45:42.487Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
22:45:42 [2022-08-04T22:45:42.487Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
22:45:42 [2022-08-04T22:45:42.487Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
22:45:42 [2022-08-04T22:45:42.487Z] === RUN   TestDiskUsage/after_container.Run
22:45:43 [2022-08-04T22:45:43.057Z] === RUN   TestDiskUsage/after_container.Run/container_types
22:45:43 [2022-08-04T22:45:43.057Z] === RUN   TestDiskUsage/after_container.Run/image_types
22:45:43 [2022-08-04T22:45:43.057Z] === RUN   TestDiskUsage/after_container.Run/volume_types
22:45:43 [2022-08-04T22:45:43.057Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
22:45:43 [2022-08-04T22:45:43.057Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
22:45:43 [2022-08-04T22:45:43.057Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
22:45:43 [2022-08-04T22:45:43.057Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
22:45:43 [2022-08-04T22:45:43.057Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
22:45:43 [2022-08-04T22:45:43.057Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
22:45:43 [2022-08-04T22:45:43.057Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
22:45:43 [2022-08-04T22:45:43.317Z] --- PASS: TestDiskUsage (1.56s)
22:45:43 [2022-08-04T22:45:43.317Z]     --- PASS: TestDiskUsage/empty (0.01s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.30s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]     --- PASS: TestDiskUsage/after_container.Run (0.51s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.57s)
22:45:43 [2022-08-04T22:45:43.317Z] PASS
22:45:43 [2022-08-04T22:45:43.317Z] 
22:45:43 [2022-08-04T22:45:43.317Z] DONE 54 tests in 22.555s
22:45:43 [2022-08-04T22:45:43.317Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
22:45:43 [2022-08-04T22:45:43.317Z] INFO: Testing against a local daemon
22:45:43 [2022-08-04T22:45:43.317Z] === RUN   TestVolumesCreateAndList
22:45:43 [2022-08-04T22:45:43.317Z] --- PASS: TestVolumesCreateAndList (0.02s)
22:45:43 [2022-08-04T22:45:43.317Z] === RUN   TestVolumesRemove
22:45:43 [2022-08-04T22:45:43.317Z] --- PASS: TestVolumesRemove (0.07s)
22:45:43 [2022-08-04T22:45:43.317Z] === RUN   TestVolumesInspect
22:45:43 [2022-08-04T22:45:43.317Z] --- PASS: TestVolumesInspect (0.02s)
22:45:43 [2022-08-04T22:45:43.317Z] === RUN   TestVolumesInvalidJSON
22:45:43 [2022-08-04T22:45:43.317Z] === RUN   TestVolumesInvalidJSON/volumes/create
22:45:43 [2022-08-04T22:45:43.317Z] === PAUSE TestVolumesInvalidJSON/volumes/create
22:45:43 [2022-08-04T22:45:43.317Z] === CONT  TestVolumesInvalidJSON/volumes/create
22:45:43 [2022-08-04T22:45:43.317Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
22:45:43 [2022-08-04T22:45:43.317Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
22:45:43 [2022-08-04T22:45:43.317Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
22:45:43 [2022-08-04T22:45:43.317Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
22:45:43 [2022-08-04T22:45:43.317Z] --- PASS: TestVolumesInvalidJSON (0.01s)
22:45:43 [2022-08-04T22:45:43.317Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
22:45:43 [2022-08-04T22:45:43.317Z] PASS
22:45:43 [2022-08-04T22:45:43.317Z] 
22:45:43 [2022-08-04T22:45:43.317Z] DONE 9 tests in 0.140s
22:45:43 [2022-08-04T22:45:43.317Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
22:45:43 [2022-08-04T22:45:43.886Z] Stopping apparmor (via systemctl): apparmor.service.
22:45:43 [2022-08-04T22:45:43.886Z] Removing test suite binaries
22:45:43 [2022-08-04T22:45:43.886Z] exiting test-integration
22:45:43 [2022-08-04T22:45:43.886Z] ++ exit 0
22:45:43 [2022-08-04T22:45:43.886Z]