Skip to content

Console Output

12:58:51 [2022-06-27T12:58:51.578Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43747/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=0bce64f08d72147b0572f96ac678620d289b4499 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_SYSTEMD -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0bce64f08d72147b0572f96ac678620d289b4499 hack/make.sh dynbinary test-integration
12:58:53 [2022-06-27T12:58:53.494Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
12:58:53 [2022-06-27T12:58:53.494Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
12:58:53 [2022-06-27T12:58:53.494Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
12:58:53 [2022-06-27T12:58:53.494Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
12:58:53 [2022-06-27T12:58:53.494Z] 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)
12:58:53 [2022-06-27T12:58:53.494Z] Detected virtualization docker.
12:58:53 [2022-06-27T12:58:53.494Z] Detected architecture x86-64.
12:58:53 [2022-06-27T12:58:53.494Z] Set hostname to <978fa4bc9838>.
12:58:53 [2022-06-27T12:58:53.494Z] modprobe@configfs.service: Succeeded.
12:58:53 [2022-06-27T12:58:53.494Z] modprobe@drm.service: Succeeded.
12:58:53 [2022-06-27T12:58:53.494Z] modprobe@fuse.service: Succeeded.
12:58:53 [2022-06-27T12:58:53.494Z] + source /etc/docker-entrypoint-cmd
12:58:53 [2022-06-27T12:58:53.494Z] ++ hack/make.sh dynbinary test-integration
12:58:53 [2022-06-27T12:58:53.494Z] 
12:58:53 [2022-06-27T12:58:53.494Z] Removing bundles/
12:58:53 [2022-06-27T12:58:53.494Z] 
12:58:53 [2022-06-27T12:58:53.494Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
12:58:53 [2022-06-27T12:58:53.756Z] Building: bundles/dynbinary-daemon/dockerd-dev
12:58:53 [2022-06-27T12:58:53.756Z] GOOS="" GOARCH="" GOARM=""
13:01:00 [2022-06-27T13:01:00.335Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
13:01:00 [2022-06-27T13:01:00.335Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
13:01:00 [2022-06-27T13:01:00.335Z] GOOS="" GOARCH="" GOARM=""
13:01:00 [2022-06-27T13:01:00.335Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
13:01:00 [2022-06-27T13:01:00.335Z] 
13:01:00 [2022-06-27T13:01:00.335Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:01:00 [2022-06-27T13:01:00.335Z] DOCKER_SYSTEMD=1
13:01:00 [2022-06-27T13:01:00.335Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:01:00 [2022-06-27T13:01:00.335Z] HOSTNAME=978fa4bc9838
13:01:00 [2022-06-27T13:01:00.335Z] DEST=bundles/test-integration
13:01:00 [2022-06-27T13:01:00.335Z] PWD=/go/src/github.com/docker/docker
13:01:00 [2022-06-27T13:01:00.335Z] DOCKER_GITCOMMIT=0bce64f08d72147b0572f96ac678620d289b4499
13:01:00 [2022-06-27T13:01:00.335Z] container=docker
13:01:00 [2022-06-27T13:01:00.335Z] HOME=/root
13:01:00 [2022-06-27T13:01:00.335Z] LANG=C.UTF-8
13:01:00 [2022-06-27T13:01:00.335Z] INVOCATION_ID=86ab32dcfd70415fa1dc5a08179d6fde
13:01:00 [2022-06-27T13:01:00.335Z] GOLANG_VERSION=1.18.3
13:01:00 [2022-06-27T13:01:00.335Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:01:00 [2022-06-27T13:01:00.335Z] VALIDATE_BRANCH=master
13:01:00 [2022-06-27T13:01:00.335Z] TERM=xterm
13:01:00 [2022-06-27T13:01:00.335Z] DOCKER_PKG=github.com/docker/docker
13:01:00 [2022-06-27T13:01:00.335Z] SHLVL=3
13:01:00 [2022-06-27T13:01:00.335Z] TIMEOUT=120m
13:01:00 [2022-06-27T13:01:00.335Z] DOCKER_BUILDTAGS= journald
13:01:00 [2022-06-27T13:01:00.335Z] DOCKER_GRAPHDRIVER=overlay2
13:01:00 [2022-06-27T13:01:00.335Z] GO111MODULE=off
13:01:00 [2022-06-27T13:01:00.335Z] DOCKER_EXPERIMENTAL=1
13:01:00 [2022-06-27T13:01:00.335Z] TEST_SKIP_INTEGRATION_CLI=1
13:01:00 [2022-06-27T13:01:00.335Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:01:00 [2022-06-27T13:01:00.335Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:01:00 [2022-06-27T13:01:00.335Z] GOPATH=/go
13:01:00 [2022-06-27T13:01:00.335Z] PKG_CONFIG=pkg-config
13:01:00 [2022-06-27T13:01:00.335Z] _=/usr/bin/env
13:01:00 [2022-06-27T13:01:00.335Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
13:01:47 [2022-06-27T13:01:47.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
13:01:47 [2022-06-27T13:01:47.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
13:02:09 [2022-06-27T13:02:09.115Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
13:02:17 [2022-06-27T13:02:17.266Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
13:02:25 [2022-06-27T13:02:25.415Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
13:02:25 [2022-06-27T13:02:25.989Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
13:02:26 [2022-06-27T13:02:26.936Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
13:02:27 [2022-06-27T13:02:27.510Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
13:02:28 [2022-06-27T13:02:28.458Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
13:02:28 [2022-06-27T13:02:28.458Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
13:02:29 [2022-06-27T13:02:29.403Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
13:02:31 [2022-06-27T13:02:31.958Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
13:02:32 [2022-06-27T13:02:32.905Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
13:02:33 [2022-06-27T13:02:33.853Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
13:02:34 [2022-06-27T13:02:34.114Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
13:02:35 [2022-06-27T13:02:35.060Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
13:02:36 [2022-06-27T13:02:36.008Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
13:02:36 [2022-06-27T13:02:36.954Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
13:02:37 [2022-06-27T13:02:37.900Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
13:02:38 [2022-06-27T13:02:38.846Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
13:02:39 [2022-06-27T13:02:39.421Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:02:39 [2022-06-27T13:02:39.421Z] Using test binary docker
13:02:39 [2022-06-27T13:02:39.421Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
13:02:39 [2022-06-27T13:02:39.421Z] Starting apparmor (via systemctl): apparmor.service.
13:02:39 [2022-06-27T13:02:39.421Z] Starting dockerd
13:02:39 [2022-06-27T13:02:39.421Z] INFO: Waiting for daemon to start...
13:02:42 [2022-06-27T13:02:42.725Z] .
13:02:42 [2022-06-27T13:02:42.725Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
13:02:42 [2022-06-27T13:02:42.725Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
13:02:42 [2022-06-27T13:02:42.725Z] Error: No such image: emptyfs
13:02:42 [2022-06-27T13:02:42.987Z] Running integration-test (iteration 1)
13:02:42 [2022-06-27T13:02:42.987Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
13:02:43 [2022-06-27T13:02:43.249Z] Loaded image: busybox:latest
13:02:43 [2022-06-27T13:02:43.249Z] Loaded image: busybox:glibc
13:02:44 [2022-06-27T13:02:44.640Z] Loaded image: debian:bullseye-slim
13:02:44 [2022-06-27T13:02:44.640Z] Loaded image: hello-world:latest
13:02:44 [2022-06-27T13:02:44.640Z] Loaded image: arm32v7/hello-world:latest
13:02:44 [2022-06-27T13:02:44.640Z] INFO: Testing against a local daemon
13:02:44 [2022-06-27T13:02:44.640Z] === RUN   TestCgroupNamespacesBuild
13:02:46 [2022-06-27T13:02:46.029Z] --- PASS: TestCgroupNamespacesBuild (1.31s)
13:02:46 [2022-06-27T13:02:46.029Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
13:02:47 [2022-06-27T13:02:47.417Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.37s)
13:02:47 [2022-06-27T13:02:47.417Z] === RUN   TestBuildWithSession
13:02:47 [2022-06-27T13:02:47.417Z]     build_session_test.go:25: TODO: BuildKit
13:02:47 [2022-06-27T13:02:47.417Z] --- SKIP: TestBuildWithSession (0.00s)
13:02:47 [2022-06-27T13:02:47.417Z] === RUN   TestBuildSquashParent
13:02:52 [2022-06-27T13:02:52.712Z] --- PASS: TestBuildSquashParent (4.96s)
13:02:52 [2022-06-27T13:02:52.712Z] === RUN   TestBuildWithRemoveAndForceRemove
13:02:52 [2022-06-27T13:02:52.712Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:02:52 [2022-06-27T13:02:52.712Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:02:52 [2022-06-27T13:02:52.712Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:02:52 [2022-06-27T13:02:52.712Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:02:52 [2022-06-27T13:02:52.712Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:02:52 [2022-06-27T13:02:52.712Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:02:52 [2022-06-27T13:02:52.712Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:02:52 [2022-06-27T13:02:52.712Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:02:52 [2022-06-27T13:02:52.712Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:02:52 [2022-06-27T13:02:52.712Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:02:52 [2022-06-27T13:02:52.712Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:02:52 [2022-06-27T13:02:52.712Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:02:52 [2022-06-27T13:02:52.712Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:02:52 [2022-06-27T13:02:52.712Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:02:54 [2022-06-27T13:02:54.102Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:02:54 [2022-06-27T13:02:54.364Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:02:55 [2022-06-27T13:02:55.310Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:02:55 [2022-06-27T13:02:55.883Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:02:57 [2022-06-27T13:02:57.272Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
13:02:57 [2022-06-27T13:02:57.272Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.51s)
13:02:57 [2022-06-27T13:02:57.272Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.82s)
13:02:57 [2022-06-27T13:02:57.272Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.44s)
13:02:57 [2022-06-27T13:02:57.272Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.51s)
13:02:57 [2022-06-27T13:02:57.272Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.38s)
13:02:57 [2022-06-27T13:02:57.272Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.42s)
13:02:57 [2022-06-27T13:02:57.272Z] === RUN   TestBuildMultiStageCopy
13:02:57 [2022-06-27T13:02:57.272Z] === RUN   TestBuildMultiStageCopy/copy_to_root
13:02:58 [2022-06-27T13:02:58.661Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
13:02:58 [2022-06-27T13:02:58.923Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
13:02:59 [2022-06-27T13:02:59.184Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
13:02:59 [2022-06-27T13:02:59.447Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
13:02:59 [2022-06-27T13:02:59.447Z] --- PASS: TestBuildMultiStageCopy (2.37s)
13:02:59 [2022-06-27T13:02:59.447Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.46s)
13:02:59 [2022-06-27T13:02:59.447Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.23s)
13:02:59 [2022-06-27T13:02:59.447Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s)
13:02:59 [2022-06-27T13:02:59.447Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s)
13:02:59 [2022-06-27T13:02:59.447Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s)
13:02:59 [2022-06-27T13:02:59.447Z] === RUN   TestBuildMultiStageParentConfig
13:03:00 [2022-06-27T13:03:00.391Z] --- PASS: TestBuildMultiStageParentConfig (0.65s)
13:03:00 [2022-06-27T13:03:00.391Z] === RUN   TestBuildLabelWithTargets
13:03:01 [2022-06-27T13:03:01.336Z] --- PASS: TestBuildLabelWithTargets (1.01s)
13:03:01 [2022-06-27T13:03:01.336Z] === RUN   TestBuildWithEmptyLayers
13:03:01 [2022-06-27T13:03:01.597Z] --- PASS: TestBuildWithEmptyLayers (0.45s)
13:03:01 [2022-06-27T13:03:01.597Z] === RUN   TestBuildMultiStageOnBuild
13:03:03 [2022-06-27T13:03:03.514Z] --- PASS: TestBuildMultiStageOnBuild (1.74s)
13:03:03 [2022-06-27T13:03:03.514Z] === RUN   TestBuildUncleanTarFilenames
13:03:04 [2022-06-27T13:03:04.088Z] --- PASS: TestBuildUncleanTarFilenames (0.63s)
13:03:04 [2022-06-27T13:03:04.088Z] === RUN   TestBuildMultiStageLayerLeak
13:03:06 [2022-06-27T13:03:06.027Z] --- PASS: TestBuildMultiStageLayerLeak (1.83s)
13:03:06 [2022-06-27T13:03:06.027Z] === RUN   TestBuildWithHugeFile
13:04:02 [2022-06-27T13:04:02.341Z] --- PASS: TestBuildWithHugeFile (50.38s)
13:04:02 [2022-06-27T13:04:02.341Z] === RUN   TestBuildWCOWSandboxSize
13:04:02 [2022-06-27T13:04:02.341Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
13:04:02 [2022-06-27T13:04:02.341Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
13:04:02 [2022-06-27T13:04:02.341Z] === RUN   TestBuildWithEmptyDockerfile
13:04:02 [2022-06-27T13:04:02.341Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
13:04:02 [2022-06-27T13:04:02.341Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
13:04:02 [2022-06-27T13:04:02.341Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:04:02 [2022-06-27T13:04:02.341Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:04:02 [2022-06-27T13:04:02.341Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:04:02 [2022-06-27T13:04:02.341Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:04:02 [2022-06-27T13:04:02.341Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
13:04:02 [2022-06-27T13:04:02.341Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:04:02 [2022-06-27T13:04:02.341Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:04:02 [2022-06-27T13:04:02.341Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
13:04:02 [2022-06-27T13:04:02.341Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s)
13:04:02 [2022-06-27T13:04:02.341Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s)
13:04:02 [2022-06-27T13:04:02.341Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
13:04:02 [2022-06-27T13:04:02.341Z] === RUN   TestBuildPreserveOwnership
13:04:02 [2022-06-27T13:04:02.341Z] === RUN   TestBuildPreserveOwnership/copy_from
13:04:02 [2022-06-27T13:04:02.341Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
13:04:02 [2022-06-27T13:04:02.341Z] --- PASS: TestBuildPreserveOwnership (3.77s)
13:04:02 [2022-06-27T13:04:02.341Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.53s)
13:04:02 [2022-06-27T13:04:02.341Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.23s)
13:04:02 [2022-06-27T13:04:02.341Z] === RUN   TestBuildPlatformInvalid
13:04:02 [2022-06-27T13:04:02.341Z] --- PASS: TestBuildPlatformInvalid (0.08s)
13:04:02 [2022-06-27T13:04:02.341Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
13:04:02 [2022-06-27T13:04:02.341Z] Loaded image: busybox:latest
13:04:02 [2022-06-27T13:04:02.341Z] Loaded image: busybox:glibc
13:04:02 [2022-06-27T13:04:02.602Z] Loaded image: debian:bullseye-slim
13:04:02 [2022-06-27T13:04:02.602Z] Loaded image: hello-world:latest
13:04:02 [2022-06-27T13:04:02.602Z] Loaded image: arm32v7/hello-world:latest
13:04:12 [2022-06-27T13:04:12.615Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (11.03s)
13:04:12 [2022-06-27T13:04:12.615Z] PASS
13:04:12 [2022-06-27T13:04:12.615Z] 
13:04:12 [2022-06-27T13:04:12.615Z] === Skipped
13:04:12 [2022-06-27T13:04:12.615Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
13:04:12 [2022-06-27T13:04:12.615Z]     build_session_test.go:25: TODO: BuildKit
13:04:12 [2022-06-27T13:04:12.615Z] 
13:04:12 [2022-06-27T13:04:12.615Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
13:04:12 [2022-06-27T13:04:12.615Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
13:04:12 [2022-06-27T13:04:12.615Z] 
13:04:12 [2022-06-27T13:04:12.615Z] DONE 34 tests, 2 skipped in 88.380s
13:04:12 [2022-06-27T13:04:12.615Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
13:04:12 [2022-06-27T13:04:12.615Z] INFO: Testing against a local daemon
13:04:12 [2022-06-27T13:04:12.615Z] === RUN   TestConfigInspect
13:04:13 [2022-06-27T13:04:13.558Z] --- PASS: TestConfigInspect (2.30s)
13:04:13 [2022-06-27T13:04:13.558Z] === RUN   TestConfigList
13:04:16 [2022-06-27T13:04:16.107Z] --- PASS: TestConfigList (2.20s)
13:04:16 [2022-06-27T13:04:16.107Z] === RUN   TestConfigsCreateAndDelete
13:04:18 [2022-06-27T13:04:18.023Z] --- PASS: TestConfigsCreateAndDelete (2.18s)
13:04:18 [2022-06-27T13:04:18.023Z] === RUN   TestConfigsUpdate
13:04:20 [2022-06-27T13:04:20.573Z] --- PASS: TestConfigsUpdate (2.18s)
13:04:20 [2022-06-27T13:04:20.573Z] === RUN   TestTemplatedConfig
13:04:23 [2022-06-27T13:04:23.123Z] --- PASS: TestTemplatedConfig (2.63s)
13:04:23 [2022-06-27T13:04:23.123Z] === RUN   TestConfigCreateResolve
13:04:25 [2022-06-27T13:04:25.040Z] --- PASS: TestConfigCreateResolve (2.13s)
13:04:25 [2022-06-27T13:04:25.040Z] PASS
13:04:25 [2022-06-27T13:04:25.040Z] 
13:04:25 [2022-06-27T13:04:25.040Z] DONE 6 tests in 13.641s
13:04:25 [2022-06-27T13:04:25.040Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
13:04:25 [2022-06-27T13:04:25.040Z] INFO: Testing against a local daemon
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestAttachWithTTY
13:04:25 [2022-06-27T13:04:25.040Z] --- PASS: TestAttachWithTTY (0.08s)
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestAttachWithoutTTy
13:04:25 [2022-06-27T13:04:25.040Z] --- PASS: TestAttachWithoutTTy (0.05s)
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestCheckpoint
13:04:25 [2022-06-27T13:04:25.040Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:04:25 [2022-06-27T13:04:25.040Z] --- SKIP: TestCheckpoint (0.00s)
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/commit
13:04:25 [2022-06-27T13:04:25.040Z] === PAUSE TestContainerInvalidJSON/commit
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/containers/create
13:04:25 [2022-06-27T13:04:25.040Z] === PAUSE TestContainerInvalidJSON/containers/create
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
13:04:25 [2022-06-27T13:04:25.040Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
13:04:25 [2022-06-27T13:04:25.040Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
13:04:25 [2022-06-27T13:04:25.040Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:04:25 [2022-06-27T13:04:25.040Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
13:04:25 [2022-06-27T13:04:25.040Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
13:04:25 [2022-06-27T13:04:25.040Z] === CONT  TestContainerInvalidJSON/commit
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
13:04:25 [2022-06-27T13:04:25.040Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/commit/empty_body
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
13:04:25 [2022-06-27T13:04:25.040Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
13:04:25 [2022-06-27T13:04:25.040Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
13:04:25 [2022-06-27T13:04:25.040Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
13:04:25 [2022-06-27T13:04:25.040Z] === CONT  TestContainerInvalidJSON/containers/create
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
13:04:25 [2022-06-27T13:04:25.040Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
13:04:25 [2022-06-27T13:04:25.040Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
13:04:25 [2022-06-27T13:04:25.040Z] --- PASS: TestContainerInvalidJSON (0.01s)
13:04:25 [2022-06-27T13:04:25.040Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
13:04:25 [2022-06-27T13:04:25.040Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
13:04:25 [2022-06-27T13:04:25.040Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
13:04:25 [2022-06-27T13:04:25.040Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
13:04:25 [2022-06-27T13:04:25.040Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
13:04:25 [2022-06-27T13:04:25.040Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
13:04:25 [2022-06-27T13:04:25.040Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
13:04:25 [2022-06-27T13:04:25.040Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
13:04:25 [2022-06-27T13:04:25.040Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
13:04:25 [2022-06-27T13:04:25.040Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
13:04:25 [2022-06-27T13:04:25.040Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
13:04:25 [2022-06-27T13:04:25.041Z] === RUN   TestCopyFromContainerPathDoesNotExist
13:04:25 [2022-06-27T13:04:25.041Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
13:04:25 [2022-06-27T13:04:25.041Z] === RUN   TestCopyFromContainerPathIsNotDir
13:04:25 [2022-06-27T13:04:25.302Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s)
13:04:25 [2022-06-27T13:04:25.302Z] === RUN   TestCopyToContainerPathDoesNotExist
13:04:25 [2022-06-27T13:04:25.302Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s)
13:04:25 [2022-06-27T13:04:25.302Z] === RUN   TestCopyEmptyFile
13:04:25 [2022-06-27T13:04:25.564Z] --- PASS: TestCopyEmptyFile (0.22s)
13:04:25 [2022-06-27T13:04:25.564Z] === RUN   TestCopyToContainerPathIsNotDir
13:04:25 [2022-06-27T13:04:25.564Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
13:04:25 [2022-06-27T13:04:25.564Z] === RUN   TestCopyFromContainer
13:04:26 [2022-06-27T13:04:26.951Z] === RUN   TestCopyFromContainer//
13:04:26 [2022-06-27T13:04:26.951Z] === RUN   TestCopyFromContainer//bar/root
13:04:26 [2022-06-27T13:04:26.951Z] === RUN   TestCopyFromContainer//bar/root/
13:04:26 [2022-06-27T13:04:26.951Z] === RUN   TestCopyFromContainer/bar/quux
13:04:26 [2022-06-27T13:04:26.951Z] === RUN   TestCopyFromContainer/bar/quux/
13:04:26 [2022-06-27T13:04:26.951Z] === RUN   TestCopyFromContainer/bar/quux/baz
13:04:26 [2022-06-27T13:04:26.951Z] === RUN   TestCopyFromContainer/bar/filesymlink
13:04:27 [2022-06-27T13:04:27.213Z] === RUN   TestCopyFromContainer/bar/dirsymlink
13:04:27 [2022-06-27T13:04:27.213Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
13:04:27 [2022-06-27T13:04:27.213Z] === RUN   TestCopyFromContainer/bar/notarget
13:04:27 [2022-06-27T13:04:27.475Z] --- PASS: TestCopyFromContainer (1.80s)
13:04:27 [2022-06-27T13:04:27.475Z]     --- PASS: TestCopyFromContainer// (0.06s)
13:04:27 [2022-06-27T13:04:27.475Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
13:04:27 [2022-06-27T13:04:27.475Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
13:04:27 [2022-06-27T13:04:27.475Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
13:04:27 [2022-06-27T13:04:27.475Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
13:04:27 [2022-06-27T13:04:27.475Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
13:04:27 [2022-06-27T13:04:27.475Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
13:04:27 [2022-06-27T13:04:27.475Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
13:04:27 [2022-06-27T13:04:27.475Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
13:04:27 [2022-06-27T13:04:27.475Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
13:04:27 [2022-06-27T13:04:27.475Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
13:04:27 [2022-06-27T13:04:27.475Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:04:27 [2022-06-27T13:04:27.475Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:04:27 [2022-06-27T13:04:27.475Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:04:27 [2022-06-27T13:04:27.475Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:04:27 [2022-06-27T13:04:27.475Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
13:04:27 [2022-06-27T13:04:27.475Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
13:04:27 [2022-06-27T13:04:27.475Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:04:27 [2022-06-27T13:04:27.475Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
13:04:27 [2022-06-27T13:04:27.475Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:04:27 [2022-06-27T13:04:27.475Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
13:04:27 [2022-06-27T13:04:27.475Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
13:04:27 [2022-06-27T13:04:27.475Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
13:04:27 [2022-06-27T13:04:27.475Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
13:04:27 [2022-06-27T13:04:27.475Z] === RUN   TestCreateLinkToNonExistingContainer
13:04:27 [2022-06-27T13:04:27.475Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
13:04:27 [2022-06-27T13:04:27.475Z] === RUN   TestCreateWithInvalidEnv
13:04:27 [2022-06-27T13:04:27.475Z] === RUN   TestCreateWithInvalidEnv/0
13:04:27 [2022-06-27T13:04:27.475Z] === PAUSE TestCreateWithInvalidEnv/0
13:04:27 [2022-06-27T13:04:27.475Z] === RUN   TestCreateWithInvalidEnv/1
13:04:27 [2022-06-27T13:04:27.475Z] === PAUSE TestCreateWithInvalidEnv/1
13:04:27 [2022-06-27T13:04:27.475Z] === RUN   TestCreateWithInvalidEnv/2
13:04:27 [2022-06-27T13:04:27.475Z] === PAUSE TestCreateWithInvalidEnv/2
13:04:27 [2022-06-27T13:04:27.475Z] === CONT  TestCreateWithInvalidEnv/0
13:04:27 [2022-06-27T13:04:27.475Z] === CONT  TestCreateWithInvalidEnv/2
13:04:27 [2022-06-27T13:04:27.475Z] === CONT  TestCreateWithInvalidEnv/1
13:04:27 [2022-06-27T13:04:27.475Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
13:04:27 [2022-06-27T13:04:27.475Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
13:04:27 [2022-06-27T13:04:27.475Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
13:04:27 [2022-06-27T13:04:27.475Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
13:04:27 [2022-06-27T13:04:27.475Z] === RUN   TestCreateTmpfsMountsTarget
13:04:27 [2022-06-27T13:04:27.475Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
13:04:27 [2022-06-27T13:04:27.475Z] === RUN   TestCreateWithCustomMaskedPaths
13:04:29 [2022-06-27T13:04:29.391Z] --- PASS: TestCreateWithCustomMaskedPaths (1.61s)
13:04:29 [2022-06-27T13:04:29.391Z] === RUN   TestCreateWithCustomReadonlyPaths
13:04:30 [2022-06-27T13:04:30.779Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.61s)
13:04:30 [2022-06-27T13:04:30.779Z] === RUN   TestCreateWithInvalidHealthcheckParams
13:04:30 [2022-06-27T13:04:30.779Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:04:30 [2022-06-27T13:04:30.779Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:04:30 [2022-06-27T13:04:30.779Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:04:30 [2022-06-27T13:04:30.779Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:04:30 [2022-06-27T13:04:30.779Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:04:30 [2022-06-27T13:04:30.779Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:04:30 [2022-06-27T13:04:30.779Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:04:30 [2022-06-27T13:04:30.779Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:04:30 [2022-06-27T13:04:30.779Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:04:30 [2022-06-27T13:04:30.779Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:04:30 [2022-06-27T13:04:30.779Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:04:30 [2022-06-27T13:04:30.779Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:04:30 [2022-06-27T13:04:30.779Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:04:30 [2022-06-27T13:04:30.779Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:04:30 [2022-06-27T13:04:30.779Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:04:30 [2022-06-27T13:04:30.779Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
13:04:30 [2022-06-27T13:04:30.779Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
13:04:30 [2022-06-27T13:04:30.779Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
13:04:30 [2022-06-27T13:04:30.779Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
13:04:30 [2022-06-27T13:04:30.779Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
13:04:30 [2022-06-27T13:04:30.779Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
13:04:30 [2022-06-27T13:04:30.779Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
13:04:31 [2022-06-27T13:04:31.352Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.51s)
13:04:31 [2022-06-27T13:04:31.352Z] === RUN   TestCreateDifferentPlatform
13:04:31 [2022-06-27T13:04:31.352Z] === RUN   TestCreateDifferentPlatform/different_os
13:04:31 [2022-06-27T13:04:31.352Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
13:04:31 [2022-06-27T13:04:31.352Z] --- PASS: TestCreateDifferentPlatform (0.01s)
13:04:31 [2022-06-27T13:04:31.352Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
13:04:31 [2022-06-27T13:04:31.352Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
13:04:31 [2022-06-27T13:04:31.352Z] === RUN   TestCreateVolumesFromNonExistingContainer
13:04:31 [2022-06-27T13:04:31.352Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
13:04:31 [2022-06-27T13:04:31.352Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
13:04:31 [2022-06-27T13:04:31.352Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.10s)
13:04:31 [2022-06-27T13:04:31.352Z] === RUN   TestCreateInvalidHostConfig
13:04:31 [2022-06-27T13:04:31.352Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
13:04:31 [2022-06-27T13:04:31.352Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
13:04:31 [2022-06-27T13:04:31.352Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
13:04:31 [2022-06-27T13:04:31.352Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
13:04:31 [2022-06-27T13:04:31.352Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:04:31 [2022-06-27T13:04:31.352Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:04:31 [2022-06-27T13:04:31.352Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
13:04:31 [2022-06-27T13:04:31.352Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
13:04:31 [2022-06-27T13:04:31.352Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
13:04:31 [2022-06-27T13:04:31.352Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
13:04:31 [2022-06-27T13:04:31.352Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:04:31 [2022-06-27T13:04:31.352Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
13:04:31 [2022-06-27T13:04:31.352Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
13:04:31 [2022-06-27T13:04:31.352Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
13:04:31 [2022-06-27T13:04:31.352Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
13:04:31 [2022-06-27T13:04:31.352Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
13:04:31 [2022-06-27T13:04:31.352Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
13:04:31 [2022-06-27T13:04:31.352Z] === RUN   TestContainerStartOnDaemonRestart
13:04:31 [2022-06-27T13:04:31.352Z] === PAUSE TestContainerStartOnDaemonRestart
13:04:31 [2022-06-27T13:04:31.352Z] === RUN   TestDaemonRestartIpcMode
13:04:31 [2022-06-27T13:04:31.352Z] === PAUSE TestDaemonRestartIpcMode
13:04:31 [2022-06-27T13:04:31.352Z] === RUN   TestDaemonHostGatewayIP
13:04:31 [2022-06-27T13:04:31.352Z] === PAUSE TestDaemonHostGatewayIP
13:04:31 [2022-06-27T13:04:31.352Z] === RUN   TestRestartDaemonWithRestartingContainer
13:04:31 [2022-06-27T13:04:31.352Z] === PAUSE TestRestartDaemonWithRestartingContainer
13:04:31 [2022-06-27T13:04:31.352Z] === RUN   TestContainerKillOnDaemonStart
13:04:31 [2022-06-27T13:04:31.352Z] === PAUSE TestContainerKillOnDaemonStart
13:04:31 [2022-06-27T13:04:31.352Z] === RUN   TestDiff
13:04:31 [2022-06-27T13:04:31.924Z] --- PASS: TestDiff (0.60s)
13:04:31 [2022-06-27T13:04:31.924Z] === RUN   TestExecConsoleSize
13:04:32 [2022-06-27T13:04:32.498Z] --- PASS: TestExecConsoleSize (0.65s)
13:04:32 [2022-06-27T13:04:32.498Z] === RUN   TestExecWithCloseStdin
13:04:33 [2022-06-27T13:04:33.442Z] --- PASS: TestExecWithCloseStdin (0.67s)
13:04:33 [2022-06-27T13:04:33.442Z] === RUN   TestExec
13:04:33 [2022-06-27T13:04:33.814Z] --- PASS: TestExec (0.63s)
13:04:33 [2022-06-27T13:04:33.814Z] === RUN   TestExecUser
13:04:34 [2022-06-27T13:04:34.759Z] --- PASS: TestExecUser (0.68s)
13:04:34 [2022-06-27T13:04:34.759Z] === RUN   TestExportContainerAndImportImage
13:04:35 [2022-06-27T13:04:35.332Z] --- PASS: TestExportContainerAndImportImage (0.73s)
13:04:35 [2022-06-27T13:04:35.332Z] === RUN   TestExportContainerAfterDaemonRestart
13:04:36 [2022-06-27T13:04:36.719Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s)
13:04:36 [2022-06-27T13:04:36.719Z] === RUN   TestHealthCheckWorkdir
13:04:37 [2022-06-27T13:04:37.291Z] --- PASS: TestHealthCheckWorkdir (0.68s)
13:04:37 [2022-06-27T13:04:37.291Z] === RUN   TestHealthKillContainer
13:04:45 [2022-06-27T13:04:45.434Z] --- PASS: TestHealthKillContainer (8.24s)
13:04:45 [2022-06-27T13:04:45.434Z] === RUN   TestInspectCpusetInConfigPre120
13:04:46 [2022-06-27T13:04:46.008Z] --- PASS: TestInspectCpusetInConfigPre120 (0.50s)
13:04:46 [2022-06-27T13:04:46.008Z] === RUN   TestIpcModeNone
13:04:46 [2022-06-27T13:04:46.580Z] --- PASS: TestIpcModeNone (0.64s)
13:04:46 [2022-06-27T13:04:46.580Z] === RUN   TestIpcModePrivate
13:04:47 [2022-06-27T13:04:47.153Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false
13:04:47 [2022-06-27T13:04:47.414Z] --- PASS: TestIpcModePrivate (0.64s)
13:04:47 [2022-06-27T13:04:47.414Z] === RUN   TestIpcModeShareable
13:04:47 [2022-06-27T13:04:47.675Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true
13:04:47 [2022-06-27T13:04:47.937Z] --- PASS: TestIpcModeShareable (0.61s)
13:04:47 [2022-06-27T13:04:47.937Z] === RUN   TestAPIIpcModeShareableAndContainer
13:04:49 [2022-06-27T13:04:49.856Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.86s)
13:04:49 [2022-06-27T13:04:49.856Z] === RUN   TestAPIIpcModeHost
13:04:50 [2022-06-27T13:04:50.118Z] --- PASS: TestAPIIpcModeHost (0.42s)
13:04:50 [2022-06-27T13:04:50.118Z] === RUN   TestDaemonIpcModeShareable
13:04:51 [2022-06-27T13:04:51.506Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
13:04:51 [2022-06-27T13:04:51.506Z] --- PASS: TestDaemonIpcModeShareable (1.17s)
13:04:51 [2022-06-27T13:04:51.506Z] === RUN   TestDaemonIpcModePrivate
13:04:52 [2022-06-27T13:04:52.452Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
13:04:52 [2022-06-27T13:04:52.714Z] --- PASS: TestDaemonIpcModePrivate (1.30s)
13:04:52 [2022-06-27T13:04:52.714Z] === RUN   TestDaemonIpcModePrivateFromConfig
13:04:53 [2022-06-27T13:04:53.658Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
13:04:53 [2022-06-27T13:04:53.921Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.21s)
13:04:53 [2022-06-27T13:04:53.921Z] === RUN   TestDaemonIpcModeShareableFromConfig
13:04:54 [2022-06-27T13:04:54.864Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
13:04:55 [2022-06-27T13:04:55.125Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.20s)
13:04:55 [2022-06-27T13:04:55.125Z] === RUN   TestIpcModeOlderClient
13:04:55 [2022-06-27T13:04:55.125Z] === PAUSE TestIpcModeOlderClient
13:04:55 [2022-06-27T13:04:55.125Z] === RUN   TestKillContainerInvalidSignal
13:04:55 [2022-06-27T13:04:55.697Z] --- PASS: TestKillContainerInvalidSignal (0.48s)
13:04:55 [2022-06-27T13:04:55.697Z] === RUN   TestKillContainer
13:04:55 [2022-06-27T13:04:55.697Z] === RUN   TestKillContainer/no_signal
13:04:55 [2022-06-27T13:04:55.959Z] === RUN   TestKillContainer/non_killing_signal
13:04:56 [2022-06-27T13:04:56.221Z] === RUN   TestKillContainer/killing_signal
13:04:57 [2022-06-27T13:04:57.164Z] --- PASS: TestKillContainer (1.33s)
13:04:57 [2022-06-27T13:04:57.164Z]     --- PASS: TestKillContainer/no_signal (0.42s)
13:04:57 [2022-06-27T13:04:57.164Z]     --- PASS: TestKillContainer/non_killing_signal (0.29s)
13:04:57 [2022-06-27T13:04:57.164Z]     --- PASS: TestKillContainer/killing_signal (0.45s)
13:04:57 [2022-06-27T13:04:57.164Z] === RUN   TestKillWithStopSignalAndRestartPolicies
13:04:57 [2022-06-27T13:04:57.164Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
13:04:57 [2022-06-27T13:04:57.425Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
13:04:58 [2022-06-27T13:04:58.390Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.27s)
13:04:58 [2022-06-27T13:04:58.390Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s)
13:04:58 [2022-06-27T13:04:58.390Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.70s)
13:04:58 [2022-06-27T13:04:58.390Z] === RUN   TestKillStoppedContainer
13:04:58 [2022-06-27T13:04:58.390Z] --- PASS: TestKillStoppedContainer (0.04s)
13:04:58 [2022-06-27T13:04:58.390Z] === RUN   TestKillStoppedContainerAPIPre120
13:04:58 [2022-06-27T13:04:58.390Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
13:04:58 [2022-06-27T13:04:58.390Z] === RUN   TestKillDifferentUserContainer
13:04:58 [2022-06-27T13:04:58.661Z] --- PASS: TestKillDifferentUserContainer (0.44s)
13:04:58 [2022-06-27T13:04:58.661Z] === RUN   TestInspectOomKilledTrue
13:04:58 [2022-06-27T13:04:58.661Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
13:04:58 [2022-06-27T13:04:58.661Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
13:04:58 [2022-06-27T13:04:58.662Z] === RUN   TestInspectOomKilledFalse
13:04:59 [2022-06-27T13:04:59.266Z] --- PASS: TestInspectOomKilledFalse (0.43s)
13:04:59 [2022-06-27T13:04:59.266Z] === RUN   TestLinksEtcHostsContentMatch
13:04:59 [2022-06-27T13:04:59.534Z] --- PASS: TestLinksEtcHostsContentMatch (0.35s)
13:04:59 [2022-06-27T13:04:59.534Z] === RUN   TestLinksContainerNames
13:05:00 [2022-06-27T13:05:00.478Z] --- PASS: TestLinksContainerNames (0.96s)
13:05:00 [2022-06-27T13:05:00.478Z] === RUN   TestLogsFollowTailEmpty
13:05:01 [2022-06-27T13:05:01.050Z] --- PASS: TestLogsFollowTailEmpty (0.44s)
13:05:01 [2022-06-27T13:05:01.050Z] === RUN   TestLogs
13:05:01 [2022-06-27T13:05:01.050Z] === RUN   TestLogs/driver_local
13:05:01 [2022-06-27T13:05:01.050Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
13:05:01 [2022-06-27T13:05:01.050Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
13:05:01 [2022-06-27T13:05:01.050Z] === RUN   TestLogs/driver_local/tty/only_stdout
13:05:01 [2022-06-27T13:05:01.050Z] === PAUSE TestLogs/driver_local/tty/only_stdout
13:05:01 [2022-06-27T13:05:01.050Z] === RUN   TestLogs/driver_local/tty/only_stderr
13:05:01 [2022-06-27T13:05:01.050Z] === PAUSE TestLogs/driver_local/tty/only_stderr
13:05:01 [2022-06-27T13:05:01.050Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
13:05:01 [2022-06-27T13:05:01.050Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
13:05:01 [2022-06-27T13:05:01.050Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
13:05:01 [2022-06-27T13:05:01.050Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
13:05:01 [2022-06-27T13:05:01.050Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
13:05:01 [2022-06-27T13:05:01.050Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
13:05:01 [2022-06-27T13:05:01.050Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
13:05:01 [2022-06-27T13:05:01.050Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
13:05:01 [2022-06-27T13:05:01.623Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
13:05:01 [2022-06-27T13:05:01.623Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
13:05:02 [2022-06-27T13:05:02.567Z] === CONT  TestLogs/driver_local/tty/only_stderr
13:05:02 [2022-06-27T13:05:02.567Z] === CONT  TestLogs/driver_local/tty/only_stdout
13:05:03 [2022-06-27T13:05:03.140Z] === RUN   TestLogs/driver_json-file
13:05:03 [2022-06-27T13:05:03.140Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
13:05:03 [2022-06-27T13:05:03.140Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
13:05:03 [2022-06-27T13:05:03.140Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
13:05:03 [2022-06-27T13:05:03.140Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
13:05:03 [2022-06-27T13:05:03.140Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
13:05:03 [2022-06-27T13:05:03.140Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
13:05:03 [2022-06-27T13:05:03.140Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:05:03 [2022-06-27T13:05:03.140Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:05:03 [2022-06-27T13:05:03.140Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
13:05:03 [2022-06-27T13:05:03.140Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
13:05:03 [2022-06-27T13:05:03.140Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
13:05:03 [2022-06-27T13:05:03.140Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
13:05:03 [2022-06-27T13:05:03.140Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
13:05:03 [2022-06-27T13:05:03.141Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
13:05:04 [2022-06-27T13:05:04.087Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
13:05:04 [2022-06-27T13:05:04.087Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:05:04 [2022-06-27T13:05:04.662Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
13:05:04 [2022-06-27T13:05:04.662Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
13:05:05 [2022-06-27T13:05:05.235Z] --- PASS: TestLogs (4.29s)
13:05:05 [2022-06-27T13:05:05.235Z]     --- PASS: TestLogs/driver_local (0.02s)
13:05:05 [2022-06-27T13:05:05.235Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.77s)
13:05:05 [2022-06-27T13:05:05.235Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.78s)
13:05:05 [2022-06-27T13:05:05.235Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.72s)
13:05:05 [2022-06-27T13:05:05.235Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.82s)
13:05:05 [2022-06-27T13:05:05.235Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.77s)
13:05:05 [2022-06-27T13:05:05.235Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.70s)
13:05:05 [2022-06-27T13:05:05.235Z]     --- PASS: TestLogs/driver_json-file (0.01s)
13:05:05 [2022-06-27T13:05:05.235Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.68s)
13:05:05 [2022-06-27T13:05:05.235Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.78s)
13:05:05 [2022-06-27T13:05:05.235Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.59s)
13:05:05 [2022-06-27T13:05:05.235Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.67s)
13:05:05 [2022-06-27T13:05:05.235Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.64s)
13:05:05 [2022-06-27T13:05:05.235Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.52s)
13:05:05 [2022-06-27T13:05:05.235Z] === RUN   TestContainerNetworkMountsNoChown
13:05:05 [2022-06-27T13:05:05.811Z] --- PASS: TestContainerNetworkMountsNoChown (0.44s)
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/default
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/default
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/private
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/private
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/rprivate
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/rprivate
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/slave
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/slave
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/rslave
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/rslave
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/shared
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/shared
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/rshared
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/rshared
13:05:05 [2022-06-27T13:05:05.811Z] === CONT  TestMountDaemonRoot/default
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/default/mount_root
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/default/mount_root
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/default/mount_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/default/bind_root
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/default/bind_root
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/default/bind_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === CONT  TestMountDaemonRoot/default/mount_root
13:05:05 [2022-06-27T13:05:05.811Z] === CONT  TestMountDaemonRoot/rshared
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/rshared/mount_root
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/rshared/bind_root
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === CONT  TestMountDaemonRoot/rshared/mount_root
13:05:05 [2022-06-27T13:05:05.811Z] === CONT  TestMountDaemonRoot/shared
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/shared/bind_root
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/shared/bind_root
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/shared/mount_root
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/shared/mount_root
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === CONT  TestMountDaemonRoot/rslave
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/rslave/mount_root
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/rslave/bind_root
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
13:05:05 [2022-06-27T13:05:05.811Z] === CONT  TestMountDaemonRoot/slave
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/slave/bind_root
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/slave/bind_root
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/slave/mount_root
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/slave/mount_root
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === CONT  TestMountDaemonRoot/rprivate
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === CONT  TestMountDaemonRoot/private
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/private/mount_root
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/private/mount_root
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/private/mount_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/private/bind_root
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/private/bind_root
13:05:05 [2022-06-27T13:05:05.811Z] === RUN   TestMountDaemonRoot/private/bind_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === CONT  TestMountDaemonRoot/default/bind_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === CONT  TestMountDaemonRoot/default/bind_root
13:05:05 [2022-06-27T13:05:05.811Z] === CONT  TestMountDaemonRoot/default/mount_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === CONT  TestMountDaemonRoot/rshared/bind_root
13:05:05 [2022-06-27T13:05:05.811Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === CONT  TestMountDaemonRoot/shared/bind_root
13:05:05 [2022-06-27T13:05:05.811Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
13:05:05 [2022-06-27T13:05:05.811Z] === CONT  TestMountDaemonRoot/shared/mount_root
13:05:05 [2022-06-27T13:05:05.811Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
13:05:06 [2022-06-27T13:05:06.073Z] === CONT  TestMountDaemonRoot/slave/bind_root
13:05:06 [2022-06-27T13:05:06.073Z] === CONT  TestMountDaemonRoot/rslave/bind_root
13:05:06 [2022-06-27T13:05:06.073Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
13:05:06 [2022-06-27T13:05:06.073Z] === CONT  TestMountDaemonRoot/rslave/mount_root
13:05:06 [2022-06-27T13:05:06.073Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
13:05:06 [2022-06-27T13:05:06.073Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
13:05:06 [2022-06-27T13:05:06.073Z] === CONT  TestMountDaemonRoot/slave/mount_root
13:05:06 [2022-06-27T13:05:06.073Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
13:05:06 [2022-06-27T13:05:06.073Z] === CONT  TestMountDaemonRoot/private/mount_root
13:05:06 [2022-06-27T13:05:06.073Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
13:05:06 [2022-06-27T13:05:06.073Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
13:05:06 [2022-06-27T13:05:06.073Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
13:05:06 [2022-06-27T13:05:06.073Z] === CONT  TestMountDaemonRoot/private/bind_subpath
13:05:06 [2022-06-27T13:05:06.073Z] === CONT  TestMountDaemonRoot/private/bind_root
13:05:06 [2022-06-27T13:05:06.073Z] === CONT  TestMountDaemonRoot/private/mount_subpath
13:05:06 [2022-06-27T13:05:06.073Z] --- PASS: TestMountDaemonRoot (0.02s)
13:05:06 [2022-06-27T13:05:06.073Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.07s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
13:05:06 [2022-06-27T13:05:06.073Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
13:05:06 [2022-06-27T13:05:06.073Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
13:05:06 [2022-06-27T13:05:06.073Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
13:05:06 [2022-06-27T13:05:06.073Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
13:05:06 [2022-06-27T13:05:06.073Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
13:05:06 [2022-06-27T13:05:06.073Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
13:05:06 [2022-06-27T13:05:06.073Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
13:05:06 [2022-06-27T13:05:06.073Z] === RUN   TestContainerBindMountNonRecursive
13:05:07 [2022-06-27T13:05:07.462Z] --- PASS: TestContainerBindMountNonRecursive (1.40s)
13:05:07 [2022-06-27T13:05:07.462Z] === RUN   TestContainerVolumesMountedAsShared
13:05:08 [2022-06-27T13:05:08.036Z] --- PASS: TestContainerVolumesMountedAsShared (0.44s)
13:05:08 [2022-06-27T13:05:08.036Z] === RUN   TestContainerVolumesMountedAsSlave
13:05:08 [2022-06-27T13:05:08.298Z] --- PASS: TestContainerVolumesMountedAsSlave (0.33s)
13:05:08 [2022-06-27T13:05:08.298Z] === RUN   TestNetworkNat
13:05:08 [2022-06-27T13:05:08.871Z] --- PASS: TestNetworkNat (0.47s)
13:05:08 [2022-06-27T13:05:08.871Z] === RUN   TestNetworkLocalhostTCPNat
13:05:09 [2022-06-27T13:05:09.445Z] --- PASS: TestNetworkLocalhostTCPNat (0.47s)
13:05:09 [2022-06-27T13:05:09.445Z] === RUN   TestNetworkLoopbackNat
13:05:11 [2022-06-27T13:05:11.994Z] --- PASS: TestNetworkLoopbackNat (2.57s)
13:05:11 [2022-06-27T13:05:11.994Z] === RUN   TestPause
13:05:12 [2022-06-27T13:05:12.255Z] --- PASS: TestPause (0.43s)
13:05:12 [2022-06-27T13:05:12.255Z] === RUN   TestPauseFailsOnWindowsServerContainers
13:05:12 [2022-06-27T13:05:12.255Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:05:12 [2022-06-27T13:05:12.255Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
13:05:12 [2022-06-27T13:05:12.255Z] === RUN   TestPauseStopPausedContainer
13:05:12 [2022-06-27T13:05:12.827Z] --- PASS: TestPauseStopPausedContainer (0.48s)
13:05:12 [2022-06-27T13:05:12.827Z] === RUN   TestPidHost
13:05:13 [2022-06-27T13:05:13.770Z] --- PASS: TestPidHost (1.03s)
13:05:13 [2022-06-27T13:05:13.770Z] === RUN   TestPsFilter
13:05:14 [2022-06-27T13:05:14.031Z] --- PASS: TestPsFilter (0.13s)
13:05:14 [2022-06-27T13:05:14.031Z] === RUN   TestRemoveContainerWithRemovedVolume
13:05:14 [2022-06-27T13:05:14.295Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.46s)
13:05:14 [2022-06-27T13:05:14.295Z] === RUN   TestRemoveContainerWithVolume
13:05:14 [2022-06-27T13:05:14.868Z] --- PASS: TestRemoveContainerWithVolume (0.46s)
13:05:14 [2022-06-27T13:05:14.868Z] === RUN   TestRemoveContainerRunning
13:05:15 [2022-06-27T13:05:15.441Z] --- PASS: TestRemoveContainerRunning (0.44s)
13:05:15 [2022-06-27T13:05:15.441Z] === RUN   TestRemoveContainerForceRemoveRunning
13:05:15 [2022-06-27T13:05:15.703Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.46s)
13:05:15 [2022-06-27T13:05:15.703Z] === RUN   TestRemoveInvalidContainer
13:05:15 [2022-06-27T13:05:15.703Z] --- PASS: TestRemoveInvalidContainer (0.01s)
13:05:15 [2022-06-27T13:05:15.703Z] === RUN   TestRenameLinkedContainer
13:05:17 [2022-06-27T13:05:17.619Z] --- PASS: TestRenameLinkedContainer (1.84s)
13:05:17 [2022-06-27T13:05:17.619Z] === RUN   TestRenameStoppedContainer
13:05:18 [2022-06-27T13:05:18.191Z] --- PASS: TestRenameStoppedContainer (0.44s)
13:05:18 [2022-06-27T13:05:18.191Z] === RUN   TestRenameRunningContainerAndReuse
13:05:19 [2022-06-27T13:05:19.135Z] --- PASS: TestRenameRunningContainerAndReuse (0.97s)
13:05:19 [2022-06-27T13:05:19.135Z] === RUN   TestRenameInvalidName
13:05:19 [2022-06-27T13:05:19.398Z] --- PASS: TestRenameInvalidName (0.45s)
13:05:19 [2022-06-27T13:05:19.398Z] === RUN   TestRenameAnonymousContainer
13:05:21 [2022-06-27T13:05:21.314Z] --- PASS: TestRenameAnonymousContainer (1.63s)
13:05:21 [2022-06-27T13:05:21.315Z] === RUN   TestRenameContainerWithSameName
13:05:21 [2022-06-27T13:05:21.576Z] --- PASS: TestRenameContainerWithSameName (0.45s)
13:05:21 [2022-06-27T13:05:21.576Z] === RUN   TestRenameContainerWithLinkedContainer
13:05:22 [2022-06-27T13:05:22.521Z] --- PASS: TestRenameContainerWithLinkedContainer (0.88s)
13:05:22 [2022-06-27T13:05:22.521Z] === RUN   TestResize
13:05:22 [2022-06-27T13:05:22.782Z] --- PASS: TestResize (0.45s)
13:05:22 [2022-06-27T13:05:22.782Z] === RUN   TestResizeWithInvalidSize
13:05:23 [2022-06-27T13:05:23.355Z] --- PASS: TestResizeWithInvalidSize (0.43s)
13:05:23 [2022-06-27T13:05:23.355Z] === RUN   TestResizeWhenContainerNotStarted
13:05:23 [2022-06-27T13:05:23.617Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s)
13:05:23 [2022-06-27T13:05:23.617Z] === RUN   TestDaemonRestartKillContainers
13:05:23 [2022-06-27T13:05:23.617Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:05:23 [2022-06-27T13:05:23.617Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:05:25 [2022-06-27T13:05:25.539Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:05:26 [2022-06-27T13:05:26.925Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:05:27 [2022-06-27T13:05:27.869Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:05:28 [2022-06-27T13:05:28.130Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:05:29 [2022-06-27T13:05:29.518Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:05:29 [2022-06-27T13:05:29.518Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:05:32 [2022-06-27T13:05:32.827Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:05:32 [2022-06-27T13:05:32.827Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:05:35 [2022-06-27T13:05:35.378Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:05:36 [2022-06-27T13:05:36.765Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:05:37 [2022-06-27T13:05:37.338Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:05:38 [2022-06-27T13:05:38.728Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:05:39 [2022-06-27T13:05:39.301Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:05:40 [2022-06-27T13:05:40.690Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:05:42 [2022-06-27T13:05:42.079Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
13:05:42 [2022-06-27T13:05:42.079Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.81s)
13:05:42 [2022-06-27T13:05:42.079Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.23s)
13:05:42 [2022-06-27T13:05:42.079Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s)
13:05:42 [2022-06-27T13:05:42.079Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.36s)
13:05:42 [2022-06-27T13:05:42.079Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.32s)
13:05:42 [2022-06-27T13:05:42.079Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.36s)
13:05:42 [2022-06-27T13:05:42.079Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.53s)
13:05:42 [2022-06-27T13:05:42.079Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.49s)
13:05:42 [2022-06-27T13:05:42.079Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.24s)
13:05:42 [2022-06-27T13:05:42.079Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.66s)
13:05:42 [2022-06-27T13:05:42.079Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.38s)
13:05:42 [2022-06-27T13:05:42.079Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.78s)
13:05:42 [2022-06-27T13:05:42.079Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.99s)
13:05:42 [2022-06-27T13:05:42.079Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.80s)
13:05:42 [2022-06-27T13:05:42.079Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.75s)
13:05:42 [2022-06-27T13:05:42.079Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.73s)
13:05:42 [2022-06-27T13:05:42.079Z] === RUN   TestCgroupNamespacesRun
13:05:43 [2022-06-27T13:05:43.996Z] --- PASS: TestCgroupNamespacesRun (1.48s)
13:05:43 [2022-06-27T13:05:43.996Z] === RUN   TestCgroupNamespacesRunPrivileged
13:05:43 [2022-06-27T13:05:43.996Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
13:05:43 [2022-06-27T13:05:43.996Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
13:05:43 [2022-06-27T13:05:43.996Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
13:05:44 [2022-06-27T13:05:44.940Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.20s)
13:05:44 [2022-06-27T13:05:44.940Z] === RUN   TestCgroupNamespacesRunHostMode
13:05:46 [2022-06-27T13:05:46.329Z] --- PASS: TestCgroupNamespacesRunHostMode (1.21s)
13:05:46 [2022-06-27T13:05:46.329Z] === RUN   TestCgroupNamespacesRunPrivateMode
13:05:47 [2022-06-27T13:05:47.273Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.21s)
13:05:47 [2022-06-27T13:05:47.273Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
13:05:48 [2022-06-27T13:05:48.661Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.19s)
13:05:48 [2022-06-27T13:05:48.661Z] === RUN   TestCgroupNamespacesRunInvalidMode
13:05:49 [2022-06-27T13:05:49.234Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s)
13:05:49 [2022-06-27T13:05:49.234Z] === RUN   TestCgroupNamespacesRunOlderClient
13:05:50 [2022-06-27T13:05:50.623Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.26s)
13:05:50 [2022-06-27T13:05:50.623Z] === RUN   TestNISDomainname
13:05:50 [2022-06-27T13:05:50.885Z] --- PASS: TestNISDomainname (0.55s)
13:05:50 [2022-06-27T13:05:50.885Z] === RUN   TestHostnameDnsResolution
13:05:51 [2022-06-27T13:05:51.844Z] --- PASS: TestHostnameDnsResolution (0.74s)
13:05:51 [2022-06-27T13:05:51.844Z] === RUN   TestUnprivilegedPortsAndPing
13:05:52 [2022-06-27T13:05:52.114Z] --- PASS: TestUnprivilegedPortsAndPing (0.55s)
13:05:52 [2022-06-27T13:05:52.114Z] === RUN   TestPrivilegedHostDevices
13:05:52 [2022-06-27T13:05:52.687Z] --- PASS: TestPrivilegedHostDevices (0.56s)
13:05:52 [2022-06-27T13:05:52.687Z] === RUN   TestRunConsoleSize
13:05:53 [2022-06-27T13:05:53.260Z] --- PASS: TestRunConsoleSize (0.48s)
13:05:53 [2022-06-27T13:05:53.260Z] === RUN   TestStats
13:05:55 [2022-06-27T13:05:55.807Z] --- PASS: TestStats (2.53s)
13:05:55 [2022-06-27T13:05:55.807Z] === RUN   TestStopContainerWithTimeout
13:05:55 [2022-06-27T13:05:55.807Z] === RUN   TestStopContainerWithTimeout/0
13:05:55 [2022-06-27T13:05:55.807Z] === PAUSE TestStopContainerWithTimeout/0
13:05:55 [2022-06-27T13:05:55.807Z] === RUN   TestStopContainerWithTimeout/1
13:05:55 [2022-06-27T13:05:55.807Z] === PAUSE TestStopContainerWithTimeout/1
13:05:55 [2022-06-27T13:05:55.807Z] === RUN   TestStopContainerWithTimeout/3
13:05:55 [2022-06-27T13:05:55.807Z] === PAUSE TestStopContainerWithTimeout/3
13:05:55 [2022-06-27T13:05:55.807Z] === RUN   TestStopContainerWithTimeout/-1
13:05:55 [2022-06-27T13:05:55.807Z] === PAUSE TestStopContainerWithTimeout/-1
13:05:55 [2022-06-27T13:05:55.807Z] === CONT  TestStopContainerWithTimeout/0
13:05:55 [2022-06-27T13:05:55.807Z] === CONT  TestStopContainerWithTimeout/-1
13:05:56 [2022-06-27T13:05:56.751Z] === CONT  TestStopContainerWithTimeout/3
13:05:58 [2022-06-27T13:05:58.666Z] === CONT  TestStopContainerWithTimeout/1
13:06:00 [2022-06-27T13:06:00.054Z] --- PASS: TestStopContainerWithTimeout (0.01s)
13:06:00 [2022-06-27T13:06:00.054Z]     --- PASS: TestStopContainerWithTimeout/0 (0.80s)
13:06:00 [2022-06-27T13:06:00.054Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.81s)
13:06:00 [2022-06-27T13:06:00.054Z]     --- PASS: TestStopContainerWithTimeout/3 (2.41s)
13:06:00 [2022-06-27T13:06:00.054Z]     --- PASS: TestStopContainerWithTimeout/1 (1.45s)
13:06:00 [2022-06-27T13:06:00.054Z] === RUN   TestDeleteDevicemapper
13:06:00 [2022-06-27T13:06:00.054Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:06:00 [2022-06-27T13:06:00.054Z] --- SKIP: TestDeleteDevicemapper (0.00s)
13:06:00 [2022-06-27T13:06:00.054Z] === RUN   TestStopContainerWithRestartPolicyAlways
13:06:01 [2022-06-27T13:06:01.442Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.48s)
13:06:01 [2022-06-27T13:06:01.442Z] === RUN   TestUpdateMemory
13:06:02 [2022-06-27T13:06:02.387Z] --- PASS: TestUpdateMemory (0.60s)
13:06:02 [2022-06-27T13:06:02.387Z] === RUN   TestUpdateCPUQuota
13:06:02 [2022-06-27T13:06:02.959Z] --- PASS: TestUpdateCPUQuota (0.90s)
13:06:02 [2022-06-27T13:06:02.959Z] === RUN   TestUpdatePidsLimit
13:06:02 [2022-06-27T13:06:02.959Z] === RUN   TestUpdatePidsLimit/update_from_none
13:06:03 [2022-06-27T13:06:03.220Z] === RUN   TestUpdatePidsLimit/no_change
13:06:03 [2022-06-27T13:06:03.482Z] === RUN   TestUpdatePidsLimit/update_lower
13:06:03 [2022-06-27T13:06:03.743Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
13:06:04 [2022-06-27T13:06:04.004Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
13:06:04 [2022-06-27T13:06:04.266Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
13:06:04 [2022-06-27T13:06:04.527Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
13:06:05 [2022-06-27T13:06:05.471Z] --- PASS: TestUpdatePidsLimit (2.39s)
13:06:05 [2022-06-27T13:06:05.471Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.19s)
13:06:05 [2022-06-27T13:06:05.471Z]     --- PASS: TestUpdatePidsLimit/no_change (0.20s)
13:06:05 [2022-06-27T13:06:05.471Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.29s)
13:06:05 [2022-06-27T13:06:05.471Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.25s)
13:06:05 [2022-06-27T13:06:05.471Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.30s)
13:06:05 [2022-06-27T13:06:05.471Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.26s)
13:06:05 [2022-06-27T13:06:05.471Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.23s)
13:06:05 [2022-06-27T13:06:05.471Z] === RUN   TestUpdateRestartPolicy
13:06:17 [2022-06-27T13:06:17.707Z] --- PASS: TestUpdateRestartPolicy (11.19s)
13:06:17 [2022-06-27T13:06:17.707Z] === RUN   TestUpdateRestartWithAutoRemove
13:06:17 [2022-06-27T13:06:17.707Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s)
13:06:17 [2022-06-27T13:06:17.707Z] === RUN   TestWaitNonBlocked
13:06:17 [2022-06-27T13:06:17.707Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
13:06:17 [2022-06-27T13:06:17.707Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
13:06:17 [2022-06-27T13:06:17.707Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
13:06:17 [2022-06-27T13:06:17.707Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
13:06:17 [2022-06-27T13:06:17.707Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
13:06:17 [2022-06-27T13:06:17.707Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
13:06:17 [2022-06-27T13:06:17.707Z] --- PASS: TestWaitNonBlocked (0.01s)
13:06:17 [2022-06-27T13:06:17.707Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.54s)
13:06:17 [2022-06-27T13:06:17.707Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.57s)
13:06:17 [2022-06-27T13:06:17.707Z] === RUN   TestWaitBlocked
13:06:17 [2022-06-27T13:06:17.707Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
13:06:17 [2022-06-27T13:06:17.707Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
13:06:17 [2022-06-27T13:06:17.707Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
13:06:17 [2022-06-27T13:06:17.707Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
13:06:17 [2022-06-27T13:06:17.707Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
13:06:17 [2022-06-27T13:06:17.707Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
13:06:18 [2022-06-27T13:06:18.281Z] --- PASS: TestWaitBlocked (0.01s)
13:06:18 [2022-06-27T13:06:18.281Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.66s)
13:06:18 [2022-06-27T13:06:18.281Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.72s)
13:06:18 [2022-06-27T13:06:18.281Z] === RUN   TestWaitConditions
13:06:18 [2022-06-27T13:06:18.281Z] === RUN   TestWaitConditions/default
13:06:18 [2022-06-27T13:06:18.281Z] === PAUSE TestWaitConditions/default
13:06:18 [2022-06-27T13:06:18.281Z] === RUN   TestWaitConditions/not-running
13:06:18 [2022-06-27T13:06:18.281Z] === PAUSE TestWaitConditions/not-running
13:06:18 [2022-06-27T13:06:18.281Z] === RUN   TestWaitConditions/next-exit
13:06:18 [2022-06-27T13:06:18.281Z] === PAUSE TestWaitConditions/next-exit
13:06:18 [2022-06-27T13:06:18.281Z] === RUN   TestWaitConditions/removed
13:06:18 [2022-06-27T13:06:18.281Z] === PAUSE TestWaitConditions/removed
13:06:18 [2022-06-27T13:06:18.281Z] === CONT  TestWaitConditions/default
13:06:18 [2022-06-27T13:06:18.281Z] === CONT  TestWaitConditions/next-exit
13:06:20 [2022-06-27T13:06:20.197Z] === CONT  TestWaitConditions/removed
13:06:20 [2022-06-27T13:06:20.197Z] === CONT  TestWaitConditions/not-running
13:06:21 [2022-06-27T13:06:21.585Z] --- PASS: TestWaitConditions (0.01s)
13:06:21 [2022-06-27T13:06:21.585Z]     --- PASS: TestWaitConditions/default (1.68s)
13:06:21 [2022-06-27T13:06:21.585Z]     --- PASS: TestWaitConditions/next-exit (1.71s)
13:06:21 [2022-06-27T13:06:21.585Z]     --- PASS: TestWaitConditions/removed (1.53s)
13:06:21 [2022-06-27T13:06:21.585Z]     --- PASS: TestWaitConditions/not-running (1.56s)
13:06:21 [2022-06-27T13:06:21.585Z] === CONT  TestContainerStartOnDaemonRestart
13:06:21 [2022-06-27T13:06:21.585Z] === CONT  TestRestartDaemonWithRestartingContainer
13:06:24 [2022-06-27T13:06:24.136Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.29s)
13:06:24 [2022-06-27T13:06:24.136Z] === CONT  TestDaemonHostGatewayIP
13:06:24 [2022-06-27T13:06:24.136Z] --- PASS: TestContainerStartOnDaemonRestart (2.35s)
13:06:24 [2022-06-27T13:06:24.136Z] === CONT  TestDaemonRestartIpcMode
13:06:26 [2022-06-27T13:06:26.689Z] --- PASS: TestDaemonHostGatewayIP (2.78s)
13:06:26 [2022-06-27T13:06:26.689Z] === CONT  TestIpcModeOlderClient
13:06:26 [2022-06-27T13:06:26.689Z] --- PASS: TestIpcModeOlderClient (0.08s)
13:06:26 [2022-06-27T13:06:26.689Z] === CONT  TestContainerKillOnDaemonStart
13:06:26 [2022-06-27T13:06:26.950Z] --- PASS: TestDaemonRestartIpcMode (2.83s)
13:06:39 [2022-06-27T13:06:39.186Z] --- PASS: TestContainerKillOnDaemonStart (11.58s)
13:06:39 [2022-06-27T13:06:39.186Z] PASS
13:06:39 [2022-06-27T13:06:39.186Z] 
13:06:39 [2022-06-27T13:06:39.186Z] === Skipped
13:06:39 [2022-06-27T13:06:39.186Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
13:06:39 [2022-06-27T13:06:39.186Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:06:39 [2022-06-27T13:06:39.186Z] 
13:06:39 [2022-06-27T13:06:39.186Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
13:06:39 [2022-06-27T13:06:39.186Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
13:06:39 [2022-06-27T13:06:39.186Z] 
13:06:39 [2022-06-27T13:06:39.186Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
13:06:39 [2022-06-27T13:06:39.186Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:06:39 [2022-06-27T13:06:39.186Z] 
13:06:39 [2022-06-27T13:06:39.186Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
13:06:39 [2022-06-27T13:06:39.186Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
13:06:39 [2022-06-27T13:06:39.186Z] 
13:06:39 [2022-06-27T13:06:39.186Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
13:06:39 [2022-06-27T13:06:39.186Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:06:39 [2022-06-27T13:06:39.186Z] 
13:06:39 [2022-06-27T13:06:39.186Z] DONE 264 tests, 5 skipped in 133.448s
13:06:39 [2022-06-27T13:06:39.186Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
13:06:39 [2022-06-27T13:06:39.186Z] === RUN   TestConfigDaemonLibtrustID
13:06:39 [2022-06-27T13:06:39.186Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
13:06:39 [2022-06-27T13:06:39.186Z] === RUN   TestConfigDaemonID
13:06:40 [2022-06-27T13:06:40.130Z]     daemon_test.go:83: [d2db31da80e13] daemon is not started
13:06:40 [2022-06-27T13:06:40.130Z] --- PASS: TestConfigDaemonID (1.04s)
13:06:40 [2022-06-27T13:06:40.130Z] === RUN   TestDaemonConfigValidation
13:06:40 [2022-06-27T13:06:40.130Z] === RUN   TestDaemonConfigValidation/config_with_no_content
13:06:40 [2022-06-27T13:06:40.130Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
13:06:40 [2022-06-27T13:06:40.130Z] === RUN   TestDaemonConfigValidation/config_with_{}
13:06:40 [2022-06-27T13:06:40.130Z] === PAUSE TestDaemonConfigValidation/config_with_{}
13:06:40 [2022-06-27T13:06:40.130Z] === RUN   TestDaemonConfigValidation/invalid_config
13:06:40 [2022-06-27T13:06:40.130Z] === PAUSE TestDaemonConfigValidation/invalid_config
13:06:40 [2022-06-27T13:06:40.130Z] === RUN   TestDaemonConfigValidation/malformed_config
13:06:40 [2022-06-27T13:06:40.130Z] === PAUSE TestDaemonConfigValidation/malformed_config
13:06:40 [2022-06-27T13:06:40.130Z] === RUN   TestDaemonConfigValidation/valid_config
13:06:40 [2022-06-27T13:06:40.130Z] === PAUSE TestDaemonConfigValidation/valid_config
13:06:40 [2022-06-27T13:06:40.130Z] === CONT  TestDaemonConfigValidation/config_with_no_content
13:06:40 [2022-06-27T13:06:40.130Z] === CONT  TestDaemonConfigValidation/malformed_config
13:06:40 [2022-06-27T13:06:40.130Z] === CONT  TestDaemonConfigValidation/valid_config
13:06:40 [2022-06-27T13:06:40.130Z] === CONT  TestDaemonConfigValidation/invalid_config
13:06:40 [2022-06-27T13:06:40.130Z] === CONT  TestDaemonConfigValidation/config_with_{}
13:06:40 [2022-06-27T13:06:40.130Z] --- PASS: TestDaemonConfigValidation (0.00s)
13:06:40 [2022-06-27T13:06:40.130Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s)
13:06:40 [2022-06-27T13:06:40.130Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.10s)
13:06:40 [2022-06-27T13:06:40.130Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.08s)
13:06:40 [2022-06-27T13:06:40.130Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.10s)
13:06:40 [2022-06-27T13:06:40.130Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
13:06:40 [2022-06-27T13:06:40.130Z] === RUN   TestConfigDaemonSeccompProfiles
13:06:40 [2022-06-27T13:06:40.130Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
13:06:41 [2022-06-27T13:06:41.516Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
13:06:42 [2022-06-27T13:06:42.461Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
13:06:43 [2022-06-27T13:06:43.406Z] === CONT  TestConfigDaemonSeccompProfiles
13:06:43 [2022-06-27T13:06:43.406Z]     daemon_test.go:197: [dc127ba1d66ce] daemon is not started
13:06:43 [2022-06-27T13:06:43.406Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s)
13:06:43 [2022-06-27T13:06:43.406Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
13:06:43 [2022-06-27T13:06:43.406Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
13:06:43 [2022-06-27T13:06:43.406Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
13:06:43 [2022-06-27T13:06:43.406Z] === RUN   TestDaemonProxy
13:06:43 [2022-06-27T13:06:43.406Z] === RUN   TestDaemonProxy/environment_variables
13:06:45 [2022-06-27T13:06:45.322Z] === RUN   TestDaemonProxy/command-line_options
13:06:46 [2022-06-27T13:06:46.708Z] === RUN   TestDaemonProxy/configuration_file
13:06:48 [2022-06-27T13:06:48.622Z] === RUN   TestDaemonProxy/conflicting_options
13:06:49 [2022-06-27T13:06:49.194Z] === RUN   TestDaemonProxy/reload_sanitized
13:06:49 [2022-06-27T13:06:49.455Z] --- PASS: TestDaemonProxy (6.23s)
13:06:49 [2022-06-27T13:06:49.455Z]     --- PASS: TestDaemonProxy/environment_variables (1.75s)
13:06:49 [2022-06-27T13:06:49.455Z]     --- PASS: TestDaemonProxy/command-line_options (1.73s)
13:06:49 [2022-06-27T13:06:49.455Z]     --- PASS: TestDaemonProxy/configuration_file (1.73s)
13:06:49 [2022-06-27T13:06:49.455Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
13:06:49 [2022-06-27T13:06:49.455Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
13:06:49 [2022-06-27T13:06:49.455Z] PASS
13:06:49 [2022-06-27T13:06:49.455Z] 
13:06:49 [2022-06-27T13:06:49.455Z] DONE 18 tests in 11.155s
13:06:49 [2022-06-27T13:06:49.455Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
13:06:49 [2022-06-27T13:06:49.717Z] INFO: Testing against a local daemon
13:06:49 [2022-06-27T13:06:49.717Z] === RUN   TestCommitInheritsEnv
13:06:49 [2022-06-27T13:06:49.978Z] --- PASS: TestCommitInheritsEnv (0.33s)
13:06:49 [2022-06-27T13:06:49.978Z] === RUN   TestImportExtremelyLargeImageWorks
13:06:49 [2022-06-27T13:06:49.978Z] === PAUSE TestImportExtremelyLargeImageWorks
13:06:49 [2022-06-27T13:06:49.978Z] === RUN   TestImportWithCustomPlatform
13:06:49 [2022-06-27T13:06:49.978Z] === RUN   TestImportWithCustomPlatform/#00
13:06:49 [2022-06-27T13:06:49.978Z] === RUN   TestImportWithCustomPlatform/_______
13:06:49 [2022-06-27T13:06:49.978Z] === RUN   TestImportWithCustomPlatform//
13:06:49 [2022-06-27T13:06:49.978Z] === RUN   TestImportWithCustomPlatform/linux
13:06:50 [2022-06-27T13:06:50.240Z] === RUN   TestImportWithCustomPlatform/LINUX
13:06:50 [2022-06-27T13:06:50.240Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
13:06:50 [2022-06-27T13:06:50.240Z] === RUN   TestImportWithCustomPlatform/macos
13:06:50 [2022-06-27T13:06:50.240Z] === RUN   TestImportWithCustomPlatform/macos/arm64
13:06:50 [2022-06-27T13:06:50.240Z] === RUN   TestImportWithCustomPlatform/nintendo64
13:06:50 [2022-06-27T13:06:50.240Z] --- PASS: TestImportWithCustomPlatform (0.32s)
13:06:50 [2022-06-27T13:06:50.240Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
13:06:50 [2022-06-27T13:06:50.240Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
13:06:50 [2022-06-27T13:06:50.240Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
13:06:50 [2022-06-27T13:06:50.240Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
13:06:50 [2022-06-27T13:06:50.240Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.08s)
13:06:50 [2022-06-27T13:06:50.240Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
13:06:50 [2022-06-27T13:06:50.240Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
13:06:50 [2022-06-27T13:06:50.240Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
13:06:50 [2022-06-27T13:06:50.240Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
13:06:50 [2022-06-27T13:06:50.240Z] === RUN   TestImagesFilterMultiReference
13:06:50 [2022-06-27T13:06:50.240Z] --- PASS: TestImagesFilterMultiReference (0.05s)
13:06:50 [2022-06-27T13:06:50.240Z] === RUN   TestImagePullPlatformInvalid
13:06:50 [2022-06-27T13:06:50.240Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
13:06:50 [2022-06-27T13:06:50.240Z] === RUN   TestRemoveImageOrphaning
13:06:50 [2022-06-27T13:06:50.501Z] --- PASS: TestRemoveImageOrphaning (0.26s)
13:06:50 [2022-06-27T13:06:50.501Z] === RUN   TestRemoveImageGarbageCollector
13:06:51 [2022-06-27T13:06:51.074Z] time="2022-06-27T13:06:50Z" level=info msg="[graphdriver] trying configured driver: overlay2"
13:06:52 [2022-06-27T13:06:52.464Z] --- PASS: TestRemoveImageGarbageCollector (1.92s)
13:06:52 [2022-06-27T13:06:52.464Z] === RUN   TestTagUnprefixedRepoByNameOrName
13:06:52 [2022-06-27T13:06:52.464Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
13:06:52 [2022-06-27T13:06:52.464Z] === RUN   TestTagInvalidReference
13:06:52 [2022-06-27T13:06:52.464Z] --- PASS: TestTagInvalidReference (0.02s)
13:06:52 [2022-06-27T13:06:52.464Z] === RUN   TestTagValidPrefixedRepo
13:06:52 [2022-06-27T13:06:52.725Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
13:06:52 [2022-06-27T13:06:52.725Z] === RUN   TestTagExistedNameWithoutForce
13:06:52 [2022-06-27T13:06:52.725Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
13:06:52 [2022-06-27T13:06:52.725Z] === RUN   TestTagOfficialNames
13:06:52 [2022-06-27T13:06:52.725Z] --- PASS: TestTagOfficialNames (0.04s)
13:06:52 [2022-06-27T13:06:52.725Z] === RUN   TestTagMatchesDigest
13:06:52 [2022-06-27T13:06:52.725Z] --- PASS: TestTagMatchesDigest (0.01s)
13:06:52 [2022-06-27T13:06:52.725Z] === CONT  TestImportExtremelyLargeImageWorks
13:08:29 [2022-06-27T13:08:29.242Z] --- PASS: TestImportExtremelyLargeImageWorks (92.29s)
13:08:29 [2022-06-27T13:08:29.242Z] PASS
13:08:29 [2022-06-27T13:08:29.242Z] 
13:08:29 [2022-06-27T13:08:29.242Z] DONE 22 tests in 95.419s
13:08:29 [2022-06-27T13:08:29.242Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
13:08:29 [2022-06-27T13:08:29.242Z] === RUN   TestStripANSICommands
13:08:29 [2022-06-27T13:08:29.242Z] === RUN   TestStripANSICommands/#00
13:08:29 [2022-06-27T13:08:29.242Z] === RUN   TestStripANSICommands/#01
13:08:29 [2022-06-27T13:08:29.242Z] --- PASS: TestStripANSICommands (0.00s)
13:08:29 [2022-06-27T13:08:29.242Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
13:08:29 [2022-06-27T13:08:29.242Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
13:08:29 [2022-06-27T13:08:29.242Z] PASS
13:08:29 [2022-06-27T13:08:29.242Z] 
13:08:29 [2022-06-27T13:08:29.242Z] DONE 3 tests in 0.009s
13:08:29 [2022-06-27T13:08:29.242Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
13:08:29 [2022-06-27T13:08:29.242Z] INFO: Testing against a local daemon
13:08:29 [2022-06-27T13:08:29.242Z] === RUN   TestNetworkCreateDelete
13:08:29 [2022-06-27T13:08:29.242Z] --- PASS: TestNetworkCreateDelete (0.13s)
13:08:29 [2022-06-27T13:08:29.242Z] === RUN   TestDockerNetworkDeletePreferID
13:08:29 [2022-06-27T13:08:29.242Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s)
13:08:29 [2022-06-27T13:08:29.242Z] === RUN   TestDaemonDNSFallback
13:08:31 [2022-06-27T13:08:31.853Z] --- PASS: TestDaemonDNSFallback (6.36s)
13:08:31 [2022-06-27T13:08:31.853Z] === RUN   TestInspectNetwork
13:08:35 [2022-06-27T13:08:35.170Z] === RUN   TestInspectNetwork/full_network_id
13:08:35 [2022-06-27T13:08:35.170Z] === RUN   TestInspectNetwork/partial_network_id
13:08:35 [2022-06-27T13:08:35.170Z] === RUN   TestInspectNetwork/network_name
13:08:35 [2022-06-27T13:08:35.170Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
13:08:39 [2022-06-27T13:08:39.377Z] --- PASS: TestInspectNetwork (7.34s)
13:08:39 [2022-06-27T13:08:39.377Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
13:08:39 [2022-06-27T13:08:39.377Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
13:08:39 [2022-06-27T13:08:39.377Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
13:08:39 [2022-06-27T13:08:39.377Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
13:08:39 [2022-06-27T13:08:39.377Z] === RUN   TestRunContainerWithBridgeNone
13:08:40 [2022-06-27T13:08:40.764Z] --- PASS: TestRunContainerWithBridgeNone (1.62s)
13:08:40 [2022-06-27T13:08:40.764Z] === RUN   TestNetworkInvalidJSON
13:08:40 [2022-06-27T13:08:40.764Z] === RUN   TestNetworkInvalidJSON/networks/create
13:08:40 [2022-06-27T13:08:40.764Z] === PAUSE TestNetworkInvalidJSON/networks/create
13:08:40 [2022-06-27T13:08:40.764Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
13:08:40 [2022-06-27T13:08:40.764Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
13:08:40 [2022-06-27T13:08:40.764Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
13:08:40 [2022-06-27T13:08:40.764Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
13:08:40 [2022-06-27T13:08:40.764Z] === CONT  TestNetworkInvalidJSON/networks/create
13:08:40 [2022-06-27T13:08:40.764Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
13:08:40 [2022-06-27T13:08:40.764Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
13:08:40 [2022-06-27T13:08:40.764Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
13:08:40 [2022-06-27T13:08:40.764Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
13:08:40 [2022-06-27T13:08:40.764Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
13:08:40 [2022-06-27T13:08:40.764Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
13:08:40 [2022-06-27T13:08:40.764Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
13:08:40 [2022-06-27T13:08:40.764Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
13:08:40 [2022-06-27T13:08:40.764Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
13:08:40 [2022-06-27T13:08:40.764Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
13:08:40 [2022-06-27T13:08:40.764Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
13:08:40 [2022-06-27T13:08:40.764Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
13:08:40 [2022-06-27T13:08:40.764Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
13:08:40 [2022-06-27T13:08:40.764Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
13:08:40 [2022-06-27T13:08:40.764Z] --- PASS: TestNetworkInvalidJSON (0.01s)
13:08:40 [2022-06-27T13:08:40.764Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
13:08:40 [2022-06-27T13:08:40.764Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
13:08:40 [2022-06-27T13:08:40.764Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
13:08:40 [2022-06-27T13:08:40.764Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
13:08:40 [2022-06-27T13:08:40.764Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
13:08:40 [2022-06-27T13:08:40.764Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
13:08:40 [2022-06-27T13:08:40.764Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
13:08:40 [2022-06-27T13:08:40.764Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
13:08:40 [2022-06-27T13:08:40.764Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
13:08:40 [2022-06-27T13:08:40.764Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
13:08:40 [2022-06-27T13:08:40.764Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
13:08:40 [2022-06-27T13:08:40.764Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
13:08:40 [2022-06-27T13:08:40.764Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
13:08:40 [2022-06-27T13:08:40.764Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
13:08:40 [2022-06-27T13:08:40.764Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
13:08:40 [2022-06-27T13:08:40.764Z] === RUN   TestNetworkList
13:08:40 [2022-06-27T13:08:40.764Z] === RUN   TestNetworkList//networks
13:08:40 [2022-06-27T13:08:40.764Z] === PAUSE TestNetworkList//networks
13:08:40 [2022-06-27T13:08:40.764Z] === RUN   TestNetworkList//networks/
13:08:40 [2022-06-27T13:08:40.764Z] === PAUSE TestNetworkList//networks/
13:08:40 [2022-06-27T13:08:40.765Z] === CONT  TestNetworkList//networks
13:08:40 [2022-06-27T13:08:40.765Z] === CONT  TestNetworkList//networks/
13:08:40 [2022-06-27T13:08:40.765Z] --- PASS: TestNetworkList (0.02s)
13:08:40 [2022-06-27T13:08:40.765Z]     --- PASS: TestNetworkList//networks/ (0.00s)
13:08:40 [2022-06-27T13:08:40.765Z]     --- PASS: TestNetworkList//networks (0.00s)
13:08:40 [2022-06-27T13:08:40.765Z] === RUN   TestHostIPv4BridgeLabel
13:08:41 [2022-06-27T13:08:41.337Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
13:08:41 [2022-06-27T13:08:41.337Z] === RUN   TestDaemonRestartWithLiveRestore
13:08:42 [2022-06-27T13:08:42.724Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
13:08:42 [2022-06-27T13:08:42.724Z] === RUN   TestDaemonDefaultNetworkPools
13:08:43 [2022-06-27T13:08:43.296Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s)
13:08:43 [2022-06-27T13:08:43.296Z] === RUN   TestDaemonRestartWithExistingNetwork
13:08:44 [2022-06-27T13:08:44.241Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
13:08:44 [2022-06-27T13:08:44.241Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
13:08:45 [2022-06-27T13:08:45.629Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s)
13:08:45 [2022-06-27T13:08:45.629Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
13:08:46 [2022-06-27T13:08:46.201Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
13:08:46 [2022-06-27T13:08:46.201Z] === RUN   TestServiceWithPredefinedNetwork
13:08:48 [2022-06-27T13:08:48.747Z] --- PASS: TestServiceWithPredefinedNetwork (2.29s)
13:08:48 [2022-06-27T13:08:48.747Z] === RUN   TestServiceRemoveKeepsIngressNetwork
13:08:48 [2022-06-27T13:08:48.747Z]     service_test.go:243: FLAKY_TEST
13:08:48 [2022-06-27T13:08:48.747Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
13:08:48 [2022-06-27T13:08:48.747Z] === RUN   TestServiceWithDataPathPortInit
13:09:03 [2022-06-27T13:09:03.671Z] --- PASS: TestServiceWithDataPathPortInit (14.05s)
13:09:03 [2022-06-27T13:09:03.671Z] === RUN   TestServiceWithDefaultAddressPoolInit
13:09:05 [2022-06-27T13:09:05.587Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:3q1zu96kmozm3iyw4p8f3wxlc Created:2022-06-27 13:09:03.746574709 +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[e77010c1491c42b8e9351ee2bc8e3650210b9610c98c499284709d0ab0811c6e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.q5fx6i8qojyooatpz82mvzh6p EndpointID:c0a69313f6888303cc25b855a6d99b71be4292c84dd72f24994794a6c4defb1e MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:9a995f0b73a348ce3ef48678cffc4327d310a3b51dfd65399da802505235c822 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:f2cdb2bf6761 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.q5fx6i8qojyooatpz82mvzh6p EndpointID:c0a69313f6888303cc25b855a6d99b71be4292c84dd72f24994794a6c4defb1e EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
13:09:09 [2022-06-27T13:09:09.795Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.11s)
13:09:09 [2022-06-27T13:09:09.795Z] PASS
13:09:09 [2022-06-27T13:09:09.795Z] 
13:09:09 [2022-06-27T13:09:09.795Z] === Skipped
13:09:09 [2022-06-27T13:09:09.795Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
13:09:09 [2022-06-27T13:09:09.795Z]     service_test.go:243: FLAKY_TEST
13:09:09 [2022-06-27T13:09:09.795Z] 
13:09:09 [2022-06-27T13:09:09.795Z] DONE 38 tests, 1 skipped in 44.541s
13:09:09 [2022-06-27T13:09:09.795Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
13:09:09 [2022-06-27T13:09:09.795Z] INFO: Testing against a local daemon
13:09:09 [2022-06-27T13:09:09.795Z] === RUN   TestDockerNetworkIpvlanPersistance
13:09:09 [2022-06-27T13:09:09.795Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:09:09 [2022-06-27T13:09:09.795Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
13:09:09 [2022-06-27T13:09:09.795Z] === RUN   TestDockerNetworkIpvlan
13:09:09 [2022-06-27T13:09:09.795Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:09:09 [2022-06-27T13:09:09.795Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
13:09:09 [2022-06-27T13:09:09.795Z] PASS
13:09:09 [2022-06-27T13:09:09.795Z] 
13:09:09 [2022-06-27T13:09:09.795Z] === Skipped
13:09:09 [2022-06-27T13:09:09.795Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
13:09:09 [2022-06-27T13:09:09.795Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:09:09 [2022-06-27T13:09:09.795Z] 
13:09:09 [2022-06-27T13:09:09.795Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
13:09:09 [2022-06-27T13:09:09.795Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:09:09 [2022-06-27T13:09:09.795Z] 
13:09:09 [2022-06-27T13:09:09.795Z] DONE 2 tests, 2 skipped in 0.022s
13:09:09 [2022-06-27T13:09:09.795Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
13:09:09 [2022-06-27T13:09:09.795Z] INFO: Testing against a local daemon
13:09:09 [2022-06-27T13:09:09.795Z] === RUN   TestDockerNetworkMacvlanPersistance
13:09:11 [2022-06-27T13:09:11.182Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.29s)
13:09:11 [2022-06-27T13:09:11.182Z] === RUN   TestDockerNetworkMacvlan
13:09:11 [2022-06-27T13:09:11.756Z] === RUN   TestDockerNetworkMacvlan/Subinterface
13:09:12 [2022-06-27T13:09:12.328Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
13:09:13 [2022-06-27T13:09:13.272Z] === RUN   TestDockerNetworkMacvlan/NilParent
13:09:15 [2022-06-27T13:09:15.191Z] === RUN   TestDockerNetworkMacvlan/InternalMode
13:09:17 [2022-06-27T13:09:17.109Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
13:09:20 [2022-06-27T13:09:20.414Z] === RUN   TestDockerNetworkMacvlan/Addressing
13:09:20 [2022-06-27T13:09:20.987Z] --- PASS: TestDockerNetworkMacvlan (10.08s)
13:09:20 [2022-06-27T13:09:20.987Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s)
13:09:20 [2022-06-27T13:09:20.987Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
13:09:20 [2022-06-27T13:09:20.987Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.89s)
13:09:20 [2022-06-27T13:09:20.987Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.97s)
13:09:20 [2022-06-27T13:09:20.987Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.17s)
13:09:20 [2022-06-27T13:09:20.987Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.65s)
13:09:20 [2022-06-27T13:09:20.987Z] PASS
13:09:20 [2022-06-27T13:09:20.987Z] 
13:09:20 [2022-06-27T13:09:20.987Z] DONE 8 tests in 11.391s
13:09:20 [2022-06-27T13:09:20.987Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
13:09:20 [2022-06-27T13:09:20.987Z] testing: warning: no tests to run
13:09:20 [2022-06-27T13:09:20.987Z] PASS
13:09:20 [2022-06-27T13:09:20.987Z] 
13:09:20 [2022-06-27T13:09:20.987Z] DONE 0 tests in 0.007s
13:09:20 [2022-06-27T13:09:20.987Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
13:09:20 [2022-06-27T13:09:20.987Z] INFO: Testing against a local daemon
13:09:20 [2022-06-27T13:09:20.987Z] === RUN   TestAuthZPluginAllowRequest
13:09:22 [2022-06-27T13:09:22.373Z] --- PASS: TestAuthZPluginAllowRequest (1.19s)
13:09:22 [2022-06-27T13:09:22.373Z] === RUN   TestAuthZPluginTLS
13:09:22 [2022-06-27T13:09:22.946Z] --- PASS: TestAuthZPluginTLS (0.55s)
13:09:22 [2022-06-27T13:09:22.946Z] === RUN   TestAuthZPluginDenyRequest
13:09:23 [2022-06-27T13:09:23.208Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
13:09:23 [2022-06-27T13:09:23.208Z] === RUN   TestAuthZPluginAPIDenyResponse
13:09:23 [2022-06-27T13:09:23.780Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
13:09:23 [2022-06-27T13:09:23.780Z] === RUN   TestAuthZPluginDenyResponse
13:09:24 [2022-06-27T13:09:24.353Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
13:09:24 [2022-06-27T13:09:24.353Z] === RUN   TestAuthZPluginAllowEventStream
13:09:25 [2022-06-27T13:09:25.740Z] --- PASS: TestAuthZPluginAllowEventStream (1.30s)
13:09:25 [2022-06-27T13:09:25.740Z] === RUN   TestAuthZPluginErrorResponse
13:09:26 [2022-06-27T13:09:26.313Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
13:09:26 [2022-06-27T13:09:26.313Z] === RUN   TestAuthZPluginErrorRequest
13:09:26 [2022-06-27T13:09:26.885Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
13:09:26 [2022-06-27T13:09:26.885Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
13:09:27 [2022-06-27T13:09:27.457Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
13:09:27 [2022-06-27T13:09:27.457Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
13:09:28 [2022-06-27T13:09:28.845Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.45s)
13:09:28 [2022-06-27T13:09:28.845Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
13:09:30 [2022-06-27T13:09:30.233Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.51s)
13:09:30 [2022-06-27T13:09:30.233Z] === RUN   TestAuthZPluginHeader
13:09:31 [2022-06-27T13:09:31.176Z] --- PASS: TestAuthZPluginHeader (0.70s)
13:09:31 [2022-06-27T13:09:31.176Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
13:09:35 [2022-06-27T13:09:35.383Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.12s)
13:09:35 [2022-06-27T13:09:35.383Z] === RUN   TestAuthZPluginV2Disable
13:09:38 [2022-06-27T13:09:38.686Z] --- PASS: TestAuthZPluginV2Disable (3.46s)
13:09:38 [2022-06-27T13:09:38.686Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
13:09:41 [2022-06-27T13:09:41.991Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.33s)
13:09:41 [2022-06-27T13:09:41.991Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
13:09:52 [2022-06-27T13:09:52.059Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.04s)
13:09:52 [2022-06-27T13:09:52.059Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
13:10:10 [2022-06-27T13:10:10.179Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s)
13:10:10 [2022-06-27T13:10:10.179Z] PASS
13:10:10 [2022-06-27T13:10:10.179Z] 
13:10:10 [2022-06-27T13:10:10.179Z] DONE 17 tests in 47.429s
13:10:10 [2022-06-27T13:10:10.179Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
13:10:10 [2022-06-27T13:10:10.179Z] INFO: Testing against a local daemon
13:10:10 [2022-06-27T13:10:10.179Z] === RUN   TestPluginInvalidJSON
13:10:10 [2022-06-27T13:10:10.179Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
13:10:10 [2022-06-27T13:10:10.179Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
13:10:10 [2022-06-27T13:10:10.179Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
13:10:10 [2022-06-27T13:10:10.179Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
13:10:10 [2022-06-27T13:10:10.179Z] === RUN   TestPluginInvalidJSON/plugins/pull
13:10:10 [2022-06-27T13:10:10.179Z] === PAUSE TestPluginInvalidJSON/plugins/pull
13:10:10 [2022-06-27T13:10:10.179Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
13:10:10 [2022-06-27T13:10:10.179Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
13:10:10 [2022-06-27T13:10:10.179Z] === CONT  TestPluginInvalidJSON/plugins/pull
13:10:10 [2022-06-27T13:10:10.179Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
13:10:10 [2022-06-27T13:10:10.179Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
13:10:10 [2022-06-27T13:10:10.179Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
13:10:10 [2022-06-27T13:10:10.179Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
13:10:10 [2022-06-27T13:10:10.179Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
13:10:10 [2022-06-27T13:10:10.179Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
13:10:10 [2022-06-27T13:10:10.179Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
13:10:10 [2022-06-27T13:10:10.179Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
13:10:10 [2022-06-27T13:10:10.179Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
13:10:10 [2022-06-27T13:10:10.179Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
13:10:10 [2022-06-27T13:10:10.179Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
13:10:10 [2022-06-27T13:10:10.179Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
13:10:10 [2022-06-27T13:10:10.179Z] --- PASS: TestPluginInvalidJSON (0.01s)
13:10:10 [2022-06-27T13:10:10.179Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
13:10:10 [2022-06-27T13:10:10.179Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
13:10:10 [2022-06-27T13:10:10.179Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
13:10:10 [2022-06-27T13:10:10.179Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
13:10:10 [2022-06-27T13:10:10.179Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
13:10:10 [2022-06-27T13:10:10.179Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
13:10:10 [2022-06-27T13:10:10.179Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
13:10:10 [2022-06-27T13:10:10.179Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
13:10:10 [2022-06-27T13:10:10.179Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
13:10:10 [2022-06-27T13:10:10.179Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
13:10:10 [2022-06-27T13:10:10.179Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
13:10:10 [2022-06-27T13:10:10.179Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
13:10:10 [2022-06-27T13:10:10.179Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
13:10:10 [2022-06-27T13:10:10.179Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
13:10:10 [2022-06-27T13:10:10.179Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
13:10:10 [2022-06-27T13:10:10.179Z] === RUN   TestPluginInstall
13:10:10 [2022-06-27T13:10:10.179Z] === RUN   TestPluginInstall/no_auth
13:10:10 [2022-06-27T13:10:10.179Z] time="2022-06-27T13:10:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:10:10 [2022-06-27T13:10:10.179Z] time="2022-06-27T13:10:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:85e881ed6b214c3ca16c4d86351a0fb1e27bda518dc59518b9a0b8c53809d7b1" mediatype=application/vnd.docker.plugin.v1+json size=522
13:10:10 [2022-06-27T13:10:10.179Z] time="2022-06-27T13:10:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:10:10 [2022-06-27T13:10:10.179Z] time="2022-06-27T13:10:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:85e881ed6b214c3ca16c4d86351a0fb1e27bda518dc59518b9a0b8c53809d7b1" mediatype=application/vnd.docker.plugin.v1+json size=522
13:10:10 [2022-06-27T13:10:10.179Z] === RUN   TestPluginInstall/with_htpasswd
13:10:10 [2022-06-27T13:10:10.179Z] time="2022-06-27T13:10:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:10:10 [2022-06-27T13:10:10.179Z] time="2022-06-27T13:10:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:03d569b29eb47c88fae9e09b74b849321b12bbed5d47d03badc8a8397c190422" mediatype=application/vnd.docker.plugin.v1+json size=522
13:10:10 [2022-06-27T13:10:10.179Z] time="2022-06-27T13:10:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:10:10 [2022-06-27T13:10:10.179Z] time="2022-06-27T13:10:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:03d569b29eb47c88fae9e09b74b849321b12bbed5d47d03badc8a8397c190422" mediatype=application/vnd.docker.plugin.v1+json size=522
13:10:10 [2022-06-27T13:10:10.179Z] === RUN   TestPluginInstall/with_insecure
13:10:11 [2022-06-27T13:10:11.124Z] time="2022-06-27T13:10:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:10:11 [2022-06-27T13:10:11.124Z] time="2022-06-27T13:10:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:14512f7b0cb2bfb525585bfb853919e7c07e84a2c276f694fcd9fc69daefc19e" mediatype=application/vnd.docker.plugin.v1+json size=522
13:10:11 [2022-06-27T13:10:11.124Z] time="2022-06-27T13:10:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:10:11 [2022-06-27T13:10:11.124Z] time="2022-06-27T13:10:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:14512f7b0cb2bfb525585bfb853919e7c07e84a2c276f694fcd9fc69daefc19e" mediatype=application/vnd.docker.plugin.v1+json size=522
13:10:11 [2022-06-27T13:10:11.389Z]     plugin_test.go:195: [d286f803c0982] daemon is not started
13:10:11 [2022-06-27T13:10:11.389Z] --- PASS: TestPluginInstall (2.76s)
13:10:11 [2022-06-27T13:10:11.390Z]     --- PASS: TestPluginInstall/no_auth (1.04s)
13:10:11 [2022-06-27T13:10:11.390Z]     --- PASS: TestPluginInstall/with_htpasswd (0.62s)
13:10:11 [2022-06-27T13:10:11.390Z]     --- PASS: TestPluginInstall/with_insecure (1.09s)
13:10:11 [2022-06-27T13:10:11.390Z] === RUN   TestPluginsWithRuntimes
13:10:12 [2022-06-27T13:10:12.777Z] === RUN   TestPluginsWithRuntimes/No_Args
13:10:13 [2022-06-27T13:10:13.721Z] === RUN   TestPluginsWithRuntimes/With_Args
13:10:14 [2022-06-27T13:10:14.665Z] --- PASS: TestPluginsWithRuntimes (3.34s)
13:10:14 [2022-06-27T13:10:14.665Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.87s)
13:10:14 [2022-06-27T13:10:14.665Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.88s)
13:10:14 [2022-06-27T13:10:14.665Z] === RUN   TestPluginBackCompatMediaTypes
13:10:15 [2022-06-27T13:10:15.239Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s)
13:10:15 [2022-06-27T13:10:15.239Z] PASS
13:10:15 [2022-06-27T13:10:15.239Z] 
13:10:15 [2022-06-27T13:10:15.239Z] DONE 24 tests in 6.722s
13:10:15 [2022-06-27T13:10:15.239Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
13:10:15 [2022-06-27T13:10:15.239Z] INFO: Testing against a local daemon
13:10:15 [2022-06-27T13:10:15.239Z] === RUN   TestExternalGraphDriver
13:10:15 [2022-06-27T13:10:15.239Z] === RUN   TestExternalGraphDriver/json
13:10:17 [2022-06-27T13:10:17.156Z] === RUN   TestExternalGraphDriver/spec
13:10:18 [2022-06-27T13:10:18.551Z] === RUN   TestExternalGraphDriver/pull
13:10:20 [2022-06-27T13:10:20.468Z] --- PASS: TestExternalGraphDriver (5.08s)
13:10:20 [2022-06-27T13:10:20.468Z]     --- PASS: TestExternalGraphDriver/json (1.64s)
13:10:20 [2022-06-27T13:10:20.468Z]     --- PASS: TestExternalGraphDriver/spec (1.68s)
13:10:20 [2022-06-27T13:10:20.468Z]     --- PASS: TestExternalGraphDriver/pull (1.72s)
13:10:20 [2022-06-27T13:10:20.468Z] === RUN   TestGraphdriverPluginV2
13:10:24 [2022-06-27T13:10:24.680Z] --- PASS: TestGraphdriverPluginV2 (4.16s)
13:10:24 [2022-06-27T13:10:24.680Z] PASS
13:10:24 [2022-06-27T13:10:24.680Z] 
13:10:24 [2022-06-27T13:10:24.680Z] DONE 5 tests in 9.283s
13:10:24 [2022-06-27T13:10:24.680Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
13:10:24 [2022-06-27T13:10:24.680Z] INFO: Testing against a local daemon
13:10:24 [2022-06-27T13:10:24.680Z] === RUN   TestContinueAfterPluginCrash
13:10:24 [2022-06-27T13:10:24.680Z] === PAUSE TestContinueAfterPluginCrash
13:10:24 [2022-06-27T13:10:24.680Z] === RUN   TestReadPluginNoRead
13:10:24 [2022-06-27T13:10:24.680Z] === PAUSE TestReadPluginNoRead
13:10:24 [2022-06-27T13:10:24.680Z] === RUN   TestDaemonStartWithLogOpt
13:10:24 [2022-06-27T13:10:24.680Z] === PAUSE TestDaemonStartWithLogOpt
13:10:24 [2022-06-27T13:10:24.680Z] === CONT  TestContinueAfterPluginCrash
13:10:24 [2022-06-27T13:10:24.680Z] === CONT  TestDaemonStartWithLogOpt
13:10:27 [2022-06-27T13:10:27.989Z] --- PASS: TestDaemonStartWithLogOpt (3.48s)
13:10:27 [2022-06-27T13:10:27.989Z] === CONT  TestReadPluginNoRead
13:10:30 [2022-06-27T13:10:30.539Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
13:10:31 [2022-06-27T13:10:31.482Z] === RUN   TestReadPluginNoRead/default
13:10:32 [2022-06-27T13:10:32.869Z] === RUN   TestReadPluginNoRead/disabled_caching
13:10:33 [2022-06-27T13:10:33.130Z] --- PASS: TestContinueAfterPluginCrash (8.48s)
13:10:34 [2022-06-27T13:10:34.517Z] === CONT  TestReadPluginNoRead
13:10:34 [2022-06-27T13:10:34.517Z]     read_test.go:92: [d8a4b71477c30] daemon is not started
13:10:34 [2022-06-27T13:10:34.517Z] --- PASS: TestReadPluginNoRead (6.21s)
13:10:34 [2022-06-27T13:10:34.517Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.29s)
13:10:34 [2022-06-27T13:10:34.517Z]     --- PASS: TestReadPluginNoRead/default (1.34s)
13:10:34 [2022-06-27T13:10:34.517Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.36s)
13:10:34 [2022-06-27T13:10:34.517Z] PASS
13:10:34 [2022-06-27T13:10:34.517Z] 
13:10:34 [2022-06-27T13:10:34.517Z] DONE 6 tests in 9.712s
13:10:34 [2022-06-27T13:10:34.517Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
13:10:34 [2022-06-27T13:10:34.517Z] testing: warning: no tests to run
13:10:34 [2022-06-27T13:10:34.517Z] PASS
13:10:34 [2022-06-27T13:10:34.517Z] 
13:10:34 [2022-06-27T13:10:34.517Z] DONE 0 tests in 0.007s
13:10:34 [2022-06-27T13:10:34.517Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
13:10:34 [2022-06-27T13:10:34.517Z] INFO: Testing against a local daemon
13:10:34 [2022-06-27T13:10:34.517Z] === RUN   TestPluginWithDevMounts
13:10:34 [2022-06-27T13:10:34.517Z] === PAUSE TestPluginWithDevMounts
13:10:34 [2022-06-27T13:10:34.517Z] === CONT  TestPluginWithDevMounts
13:10:35 [2022-06-27T13:10:35.905Z] --- PASS: TestPluginWithDevMounts (1.58s)
13:10:35 [2022-06-27T13:10:35.905Z] PASS
13:10:35 [2022-06-27T13:10:35.905Z] 
13:10:35 [2022-06-27T13:10:35.905Z] DONE 1 tests in 1.599s
13:10:35 [2022-06-27T13:10:35.905Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
13:10:35 [2022-06-27T13:10:35.905Z] INFO: Testing against a local daemon
13:10:35 [2022-06-27T13:10:35.905Z] === RUN   TestSecretInspect
13:10:38 [2022-06-27T13:10:38.454Z] --- PASS: TestSecretInspect (2.17s)
13:10:38 [2022-06-27T13:10:38.454Z] === RUN   TestSecretList
13:10:40 [2022-06-27T13:10:40.371Z] --- PASS: TestSecretList (2.29s)
13:10:40 [2022-06-27T13:10:40.371Z] === RUN   TestSecretsCreateAndDelete
13:10:42 [2022-06-27T13:10:42.919Z] --- PASS: TestSecretsCreateAndDelete (2.20s)
13:10:42 [2022-06-27T13:10:42.919Z] === RUN   TestSecretsUpdate
13:10:44 [2022-06-27T13:10:44.834Z] --- PASS: TestSecretsUpdate (2.22s)
13:10:44 [2022-06-27T13:10:44.834Z] === RUN   TestTemplatedSecret
13:10:47 [2022-06-27T13:10:47.383Z] --- PASS: TestTemplatedSecret (2.59s)
13:10:47 [2022-06-27T13:10:47.383Z] === RUN   TestSecretCreateResolve
13:10:49 [2022-06-27T13:10:49.929Z] --- PASS: TestSecretCreateResolve (2.19s)
13:10:49 [2022-06-27T13:10:49.930Z] PASS
13:10:49 [2022-06-27T13:10:49.930Z] 
13:10:49 [2022-06-27T13:10:49.930Z] DONE 6 tests in 13.679s
13:10:49 [2022-06-27T13:10:49.930Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
13:10:49 [2022-06-27T13:10:49.930Z] INFO: Testing against a local daemon
13:10:49 [2022-06-27T13:10:49.930Z] === RUN   TestServiceCreateInit
13:10:49 [2022-06-27T13:10:49.930Z] === RUN   TestServiceCreateInit/daemonInitDisabled
13:10:54 [2022-06-27T13:10:54.139Z] === RUN   TestServiceCreateInit/daemonInitEnabled
13:10:57 [2022-06-27T13:10:57.442Z] --- PASS: TestServiceCreateInit (7.74s)
13:10:57 [2022-06-27T13:10:57.442Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.01s)
13:10:57 [2022-06-27T13:10:57.442Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.71s)
13:10:57 [2022-06-27T13:10:57.442Z] === RUN   TestCreateServiceMultipleTimes
13:11:15 [2022-06-27T13:11:15.595Z] --- PASS: TestCreateServiceMultipleTimes (16.06s)
13:11:15 [2022-06-27T13:11:15.595Z] === RUN   TestCreateServiceConflict
13:11:15 [2022-06-27T13:11:15.595Z] --- PASS: TestCreateServiceConflict (2.19s)
13:11:15 [2022-06-27T13:11:15.595Z] === RUN   TestCreateServiceMaxReplicas
13:11:18 [2022-06-27T13:11:18.922Z] --- PASS: TestCreateServiceMaxReplicas (2.79s)
13:11:18 [2022-06-27T13:11:18.922Z] === RUN   TestCreateWithDuplicateNetworkNames
13:11:33 [2022-06-27T13:11:33.835Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.20s)
13:11:33 [2022-06-27T13:11:33.835Z] === RUN   TestCreateServiceSecretFileMode
13:11:34 [2022-06-27T13:11:34.096Z] --- PASS: TestCreateServiceSecretFileMode (2.53s)
13:11:34 [2022-06-27T13:11:34.096Z] === RUN   TestCreateServiceConfigFileMode
13:11:36 [2022-06-27T13:11:36.647Z] --- PASS: TestCreateServiceConfigFileMode (2.52s)
13:11:36 [2022-06-27T13:11:36.647Z] === RUN   TestCreateServiceSysctls
13:11:39 [2022-06-27T13:11:39.952Z] --- PASS: TestCreateServiceSysctls (3.18s)
13:11:39 [2022-06-27T13:11:39.952Z] === RUN   TestCreateServiceCapabilities
13:11:42 [2022-06-27T13:11:42.575Z] --- PASS: TestCreateServiceCapabilities (2.51s)
13:11:42 [2022-06-27T13:11:42.575Z] === RUN   TestInspect
13:11:45 [2022-06-27T13:11:45.124Z] --- PASS: TestInspect (2.88s)
13:11:45 [2022-06-27T13:11:45.124Z] === RUN   TestCreateJob
13:11:48 [2022-06-27T13:11:48.427Z] --- PASS: TestCreateJob (3.13s)
13:11:48 [2022-06-27T13:11:48.427Z] === RUN   TestReplicatedJob
13:11:53 [2022-06-27T13:11:53.719Z] --- PASS: TestReplicatedJob (5.54s)
13:11:53 [2022-06-27T13:11:53.719Z] === RUN   TestUpdateReplicatedJob
13:11:57 [2022-06-27T13:11:57.025Z] --- PASS: TestUpdateReplicatedJob (3.14s)
13:11:57 [2022-06-27T13:11:57.025Z] === RUN   TestServiceListWithStatuses
13:11:57 [2022-06-27T13:11:57.025Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
13:11:57 [2022-06-27T13:11:57.025Z] --- SKIP: TestServiceListWithStatuses (0.00s)
13:11:57 [2022-06-27T13:11:57.025Z] === RUN   TestDockerNetworkConnectAlias
13:12:01 [2022-06-27T13:12:01.235Z] --- PASS: TestDockerNetworkConnectAlias (4.36s)
13:12:01 [2022-06-27T13:12:01.235Z] === RUN   TestDockerNetworkReConnect
13:12:05 [2022-06-27T13:12:05.444Z] --- PASS: TestDockerNetworkReConnect (3.58s)
13:12:05 [2022-06-27T13:12:05.444Z] === RUN   TestServicePlugin
13:12:08 [2022-06-27T13:12:08.750Z]     plugin_test.go:61: [d7d03eaad8d0e] joining swarm manager [d50aabbffda42]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
13:12:10 [2022-06-27T13:12:10.136Z]     plugin_test.go:64: [daccefd13c341] joining swarm manager [d50aabbffda42]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
13:12:36 [2022-06-27T13:12:36.722Z] --- PASS: TestServicePlugin (30.23s)
13:12:36 [2022-06-27T13:12:36.722Z] === RUN   TestServiceUpdateLabel
13:12:37 [2022-06-27T13:12:37.294Z] --- PASS: TestServiceUpdateLabel (2.18s)
13:12:37 [2022-06-27T13:12:37.294Z] === RUN   TestServiceUpdateSecrets
13:12:52 [2022-06-27T13:12:52.205Z] --- PASS: TestServiceUpdateSecrets (14.57s)
13:12:52 [2022-06-27T13:12:52.205Z] === RUN   TestServiceUpdateConfigs
13:13:07 [2022-06-27T13:13:07.117Z] --- PASS: TestServiceUpdateConfigs (14.56s)
13:13:07 [2022-06-27T13:13:07.117Z] === RUN   TestServiceUpdateNetwork
13:13:19 [2022-06-27T13:13:19.354Z] --- PASS: TestServiceUpdateNetwork (12.42s)
13:13:19 [2022-06-27T13:13:19.354Z] === RUN   TestServiceUpdatePidsLimit
13:13:20 [2022-06-27T13:13:20.299Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
13:13:21 [2022-06-27T13:13:21.294Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
13:13:29 [2022-06-27T13:13:29.445Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
13:13:36 [2022-06-27T13:13:36.032Z] --- PASS: TestServiceUpdatePidsLimit (16.75s)
13:13:36 [2022-06-27T13:13:36.032Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.82s)
13:13:36 [2022-06-27T13:13:36.032Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.99s)
13:13:36 [2022-06-27T13:13:36.032Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.99s)
13:13:36 [2022-06-27T13:13:36.032Z] PASS
13:13:36 [2022-06-27T13:13:36.032Z] 
13:13:36 [2022-06-27T13:13:36.032Z] === Skipped
13:13:36 [2022-06-27T13:13:36.032Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
13:13:36 [2022-06-27T13:13:36.032Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
13:13:36 [2022-06-27T13:13:36.032Z] 
13:13:36 [2022-06-27T13:13:36.032Z] DONE 27 tests, 1 skipped in 166.071s
13:13:36 [2022-06-27T13:13:36.032Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
13:13:36 [2022-06-27T13:13:36.032Z] INFO: Testing against a local daemon
13:13:36 [2022-06-27T13:13:36.032Z] === RUN   TestSessionCreate
13:13:36 [2022-06-27T13:13:36.032Z] --- PASS: TestSessionCreate (0.02s)
13:13:36 [2022-06-27T13:13:36.032Z] === RUN   TestSessionCreateWithBadUpgrade
13:13:36 [2022-06-27T13:13:36.032Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
13:13:36 [2022-06-27T13:13:36.032Z] PASS
13:13:36 [2022-06-27T13:13:36.032Z] 
13:13:36 [2022-06-27T13:13:36.032Z] DONE 2 tests in 0.056s
13:13:36 [2022-06-27T13:13:36.032Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
13:13:36 [2022-06-27T13:13:36.032Z] INFO: Testing against a local daemon
13:13:36 [2022-06-27T13:13:36.032Z] === RUN   TestCgroupDriverSystemdMemoryLimit
13:13:36 [2022-06-27T13:13:36.032Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
13:13:36 [2022-06-27T13:13:36.032Z] === RUN   TestDiskUsage
13:13:36 [2022-06-27T13:13:36.032Z] === PAUSE TestDiskUsage
13:13:36 [2022-06-27T13:13:36.032Z] === RUN   TestEventsExecDie
13:13:36 [2022-06-27T13:13:36.293Z] --- PASS: TestEventsExecDie (0.59s)
13:13:36 [2022-06-27T13:13:36.293Z] === RUN   TestEventsBackwardsCompatible
13:13:36 [2022-06-27T13:13:36.293Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
13:13:36 [2022-06-27T13:13:36.293Z] === RUN   TestEventsVolumeCreate
13:13:36 [2022-06-27T13:13:36.555Z] --- PASS: TestEventsVolumeCreate (0.07s)
13:13:36 [2022-06-27T13:13:36.555Z] === RUN   TestInfoBinaryCommits
13:13:36 [2022-06-27T13:13:36.555Z] --- PASS: TestInfoBinaryCommits (0.02s)
13:13:36 [2022-06-27T13:13:36.555Z] === RUN   TestInfoAPIVersioned
13:13:36 [2022-06-27T13:13:36.555Z] --- PASS: TestInfoAPIVersioned (0.01s)
13:13:36 [2022-06-27T13:13:36.555Z] === RUN   TestInfoAPI
13:13:36 [2022-06-27T13:13:36.555Z] --- PASS: TestInfoAPI (0.02s)
13:13:36 [2022-06-27T13:13:36.555Z] === RUN   TestInfoAPIWarnings
13:13:54 [2022-06-27T13:13:54.674Z] --- PASS: TestInfoAPIWarnings (16.54s)
13:13:54 [2022-06-27T13:13:54.674Z] === RUN   TestInfoDebug
13:13:54 [2022-06-27T13:13:54.674Z] --- PASS: TestInfoDebug (0.52s)
13:13:54 [2022-06-27T13:13:54.674Z] === RUN   TestInfoInsecureRegistries
13:13:54 [2022-06-27T13:13:54.674Z] --- PASS: TestInfoInsecureRegistries (0.52s)
13:13:54 [2022-06-27T13:13:54.674Z] === RUN   TestInfoRegistryMirrors
13:13:54 [2022-06-27T13:13:54.674Z] --- PASS: TestInfoRegistryMirrors (0.52s)
13:13:54 [2022-06-27T13:13:54.674Z] === RUN   TestLoginFailsWithBadCredentials
13:13:54 [2022-06-27T13:13:54.674Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s)
13:13:54 [2022-06-27T13:13:54.674Z] === RUN   TestPingCacheHeaders
13:13:54 [2022-06-27T13:13:54.674Z] --- PASS: TestPingCacheHeaders (0.02s)
13:13:54 [2022-06-27T13:13:54.674Z] === RUN   TestPingGet
13:13:54 [2022-06-27T13:13:54.674Z] --- PASS: TestPingGet (0.01s)
13:13:54 [2022-06-27T13:13:54.674Z] === RUN   TestPingHead
13:13:54 [2022-06-27T13:13:54.674Z] --- PASS: TestPingHead (0.02s)
13:13:54 [2022-06-27T13:13:54.674Z] === RUN   TestPingSwarmHeader
13:13:55 [2022-06-27T13:13:55.247Z] === RUN   TestPingSwarmHeader/before_swarm_init
13:13:55 [2022-06-27T13:13:55.819Z] === RUN   TestPingSwarmHeader/after_swarm_init
13:13:56 [2022-06-27T13:13:56.763Z] === RUN   TestPingSwarmHeader/after_swarm_leave
13:13:56 [2022-06-27T13:13:56.763Z] --- PASS: TestPingSwarmHeader (2.08s)
13:13:56 [2022-06-27T13:13:56.763Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
13:13:56 [2022-06-27T13:13:56.763Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
13:13:56 [2022-06-27T13:13:56.763Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
13:13:56 [2022-06-27T13:13:56.763Z] === RUN   TestVersion
13:13:56 [2022-06-27T13:13:56.763Z] --- PASS: TestVersion (0.02s)
13:13:56 [2022-06-27T13:13:56.763Z] === CONT  TestCgroupDriverSystemdMemoryLimit
13:13:56 [2022-06-27T13:13:56.763Z] === CONT  TestDiskUsage
13:13:57 [2022-06-27T13:13:57.336Z] === RUN   TestDiskUsage/empty
13:13:57 [2022-06-27T13:13:57.336Z] === RUN   TestDiskUsage/empty/container_types
13:13:57 [2022-06-27T13:13:57.336Z] === RUN   TestDiskUsage/empty/image_types
13:13:57 [2022-06-27T13:13:57.336Z] === RUN   TestDiskUsage/empty/volume_types
13:13:57 [2022-06-27T13:13:57.336Z] === RUN   TestDiskUsage/empty/build-cache_types
13:13:57 [2022-06-27T13:13:57.336Z] === RUN   TestDiskUsage/empty/container,_volume_types
13:13:57 [2022-06-27T13:13:57.336Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
13:13:57 [2022-06-27T13:13:57.336Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
13:13:57 [2022-06-27T13:13:57.336Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
13:13:57 [2022-06-27T13:13:57.336Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
13:13:57 [2022-06-27T13:13:57.336Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
13:13:57 [2022-06-27T13:13:57.336Z] === RUN   TestDiskUsage/after_LoadBusybox
13:13:57 [2022-06-27T13:13:57.598Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
13:13:57 [2022-06-27T13:13:57.599Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
13:13:57 [2022-06-27T13:13:57.599Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
13:13:57 [2022-06-27T13:13:57.599Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
13:13:57 [2022-06-27T13:13:57.599Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
13:13:57 [2022-06-27T13:13:57.599Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
13:13:57 [2022-06-27T13:13:57.599Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
13:13:57 [2022-06-27T13:13:57.599Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
13:13:57 [2022-06-27T13:13:57.599Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
13:13:57 [2022-06-27T13:13:57.599Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
13:13:57 [2022-06-27T13:13:57.599Z] === RUN   TestDiskUsage/after_container.Run
13:13:58 [2022-06-27T13:13:58.173Z] === RUN   TestDiskUsage/after_container.Run/container_types
13:13:58 [2022-06-27T13:13:58.173Z] === RUN   TestDiskUsage/after_container.Run/image_types
13:13:58 [2022-06-27T13:13:58.173Z] === RUN   TestDiskUsage/after_container.Run/volume_types
13:13:58 [2022-06-27T13:13:58.173Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
13:13:58 [2022-06-27T13:13:58.173Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
13:13:58 [2022-06-27T13:13:58.173Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
13:13:58 [2022-06-27T13:13:58.173Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
13:13:58 [2022-06-27T13:13:58.173Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
13:13:58 [2022-06-27T13:13:58.173Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
13:13:58 [2022-06-27T13:13:58.173Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
13:13:58 [2022-06-27T13:13:58.436Z] --- PASS: TestDiskUsage (1.52s)
13:13:58 [2022-06-27T13:13:58.436Z]     --- PASS: TestDiskUsage/empty (0.01s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.30s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]     --- PASS: TestDiskUsage/after_container.Run (0.51s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.57s)
13:13:58 [2022-06-27T13:13:58.436Z] PASS
13:13:58 [2022-06-27T13:13:58.436Z] 
13:13:58 [2022-06-27T13:13:58.436Z] DONE 54 tests in 22.685s
13:13:58 [2022-06-27T13:13:58.436Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
13:13:58 [2022-06-27T13:13:58.436Z] INFO: Testing against a local daemon
13:13:58 [2022-06-27T13:13:58.436Z] === RUN   TestVolumesCreateAndList
13:13:58 [2022-06-27T13:13:58.436Z] --- PASS: TestVolumesCreateAndList (0.02s)
13:13:58 [2022-06-27T13:13:58.436Z] === RUN   TestVolumesRemove
13:13:58 [2022-06-27T13:13:58.436Z] --- PASS: TestVolumesRemove (0.07s)
13:13:58 [2022-06-27T13:13:58.436Z] === RUN   TestVolumesInspect
13:13:58 [2022-06-27T13:13:58.436Z] --- PASS: TestVolumesInspect (0.02s)
13:13:58 [2022-06-27T13:13:58.436Z] === RUN   TestVolumesInvalidJSON
13:13:58 [2022-06-27T13:13:58.436Z] === RUN   TestVolumesInvalidJSON/volumes/create
13:13:58 [2022-06-27T13:13:58.436Z] === PAUSE TestVolumesInvalidJSON/volumes/create
13:13:58 [2022-06-27T13:13:58.436Z] === CONT  TestVolumesInvalidJSON/volumes/create
13:13:58 [2022-06-27T13:13:58.436Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
13:13:58 [2022-06-27T13:13:58.436Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
13:13:58 [2022-06-27T13:13:58.436Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
13:13:58 [2022-06-27T13:13:58.436Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
13:13:58 [2022-06-27T13:13:58.436Z] --- PASS: TestVolumesInvalidJSON (0.01s)
13:13:58 [2022-06-27T13:13:58.436Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
13:13:58 [2022-06-27T13:13:58.436Z] PASS
13:13:58 [2022-06-27T13:13:58.436Z] 
13:13:58 [2022-06-27T13:13:58.436Z] DONE 9 tests in 0.153s
13:13:58 [2022-06-27T13:13:58.697Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
13:13:58 [2022-06-27T13:13:58.958Z] Stopping apparmor (via systemctl): apparmor.service.
13:13:58 [2022-06-27T13:13:58.958Z] Removing test suite binaries
13:13:59 [2022-06-27T13:13:59.220Z] exiting test-integration
13:13:59 [2022-06-27T13:13:59.220Z] ++ exit 0
13:13:59 [2022-06-27T13:13:59.220Z]