Skip to content

Console Output

13:46:00 [2022-07-25T13:46:00.764Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43857/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=c3f89171ee3848ba05a92beee83b676ea9eb1d53 -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:c3f89171ee3848ba05a92beee83b676ea9eb1d53 hack/make.sh dynbinary test-integration
13:46:01 [2022-07-25T13:46:01.022Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
13:46:01 [2022-07-25T13:46:01.022Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
13:46:01 [2022-07-25T13:46:01.022Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
13:46:01 [2022-07-25T13:46:01.022Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
13:46:01 [2022-07-25T13:46:01.022Z] 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)
13:46:01 [2022-07-25T13:46:01.022Z] Detected virtualization docker.
13:46:01 [2022-07-25T13:46:01.022Z] Detected architecture x86-64.
13:46:01 [2022-07-25T13:46:01.022Z] Set hostname to <ea92fd0e69ef>.
13:46:01 [2022-07-25T13:46:01.280Z] modprobe@fuse.service: Succeeded.
13:46:01 [2022-07-25T13:46:01.280Z] modprobe@configfs.service: Succeeded.
13:46:01 [2022-07-25T13:46:01.280Z] modprobe@drm.service: Succeeded.
13:46:01 [2022-07-25T13:46:01.280Z] + source /etc/docker-entrypoint-cmd
13:46:01 [2022-07-25T13:46:01.280Z] ++ hack/make.sh dynbinary test-integration
13:46:01 [2022-07-25T13:46:01.280Z] 
13:46:01 [2022-07-25T13:46:01.539Z] Removing bundles/
13:46:01 [2022-07-25T13:46:01.539Z] 
13:46:01 [2022-07-25T13:46:01.539Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
13:46:01 [2022-07-25T13:46:01.539Z] Building: bundles/dynbinary-daemon/dockerd
13:46:01 [2022-07-25T13:46:01.539Z] GOOS="" GOARCH="" GOARM=""
13:48:08 [2022-07-25T13:48:08.010Z] Created binary: bundles/dynbinary-daemon/dockerd
13:48:08 [2022-07-25T13:48:08.010Z] Building: bundles/dynbinary-daemon/docker-proxy
13:48:08 [2022-07-25T13:48:08.010Z] GOOS="" GOARCH="" GOARM=""
13:48:08 [2022-07-25T13:48:08.010Z] Created binary: bundles/dynbinary-daemon/docker-proxy
13:48:08 [2022-07-25T13:48:08.010Z] 
13:48:08 [2022-07-25T13:48:08.010Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:48:08 [2022-07-25T13:48:08.010Z] DOCKER_SYSTEMD=1
13:48:08 [2022-07-25T13:48:08.010Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:48:08 [2022-07-25T13:48:08.010Z] HOSTNAME=ea92fd0e69ef
13:48:08 [2022-07-25T13:48:08.010Z] DEST=bundles/test-integration
13:48:08 [2022-07-25T13:48:08.010Z] PWD=/go/src/github.com/docker/docker
13:48:08 [2022-07-25T13:48:08.010Z] DOCKER_GITCOMMIT=c3f89171ee3848ba05a92beee83b676ea9eb1d53
13:48:08 [2022-07-25T13:48:08.011Z] container=docker
13:48:08 [2022-07-25T13:48:08.011Z] HOME=/root
13:48:08 [2022-07-25T13:48:08.011Z] LANG=C.UTF-8
13:48:08 [2022-07-25T13:48:08.011Z] INVOCATION_ID=76f7aac504724a5d9beb46b6e1a06179
13:48:08 [2022-07-25T13:48:08.011Z] GOLANG_VERSION=1.18.4
13:48:08 [2022-07-25T13:48:08.011Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:48:08 [2022-07-25T13:48:08.011Z] VALIDATE_BRANCH=master
13:48:08 [2022-07-25T13:48:08.011Z] TERM=xterm
13:48:08 [2022-07-25T13:48:08.011Z] DOCKER_PKG=github.com/docker/docker
13:48:08 [2022-07-25T13:48:08.011Z] SHLVL=3
13:48:08 [2022-07-25T13:48:08.011Z] TIMEOUT=120m
13:48:08 [2022-07-25T13:48:08.011Z] DOCKER_BUILDTAGS= journald
13:48:08 [2022-07-25T13:48:08.011Z] DOCKER_GRAPHDRIVER=overlay2
13:48:08 [2022-07-25T13:48:08.011Z] GO111MODULE=off
13:48:08 [2022-07-25T13:48:08.011Z] DOCKER_EXPERIMENTAL=1
13:48:08 [2022-07-25T13:48:08.011Z] TEST_SKIP_INTEGRATION_CLI=1
13:48:08 [2022-07-25T13:48:08.011Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:48:08 [2022-07-25T13:48:08.011Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:48:08 [2022-07-25T13:48:08.011Z] GOPATH=/go
13:48:08 [2022-07-25T13:48:08.011Z] PKG_CONFIG=pkg-config
13:48:08 [2022-07-25T13:48:08.011Z] _=/usr/bin/env
13:48:08 [2022-07-25T13:48:08.011Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
13:48:54 [2022-07-25T13:48:54.693Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
13:48:54 [2022-07-25T13:48:54.693Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
13:49:16 [2022-07-25T13:49:16.625Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
13:49:24 [2022-07-25T13:49:24.738Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
13:49:34 [2022-07-25T13:49:34.713Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
13:49:34 [2022-07-25T13:49:34.713Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
13:49:34 [2022-07-25T13:49:34.972Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
13:49:35 [2022-07-25T13:49:35.908Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
13:49:36 [2022-07-25T13:49:36.841Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
13:49:36 [2022-07-25T13:49:36.841Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
13:49:37 [2022-07-25T13:49:37.776Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
13:49:40 [2022-07-25T13:49:40.308Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
13:49:41 [2022-07-25T13:49:41.684Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
13:49:42 [2022-07-25T13:49:42.252Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
13:49:42 [2022-07-25T13:49:42.819Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
13:49:43 [2022-07-25T13:49:43.754Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
13:49:44 [2022-07-25T13:49:44.691Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
13:49:45 [2022-07-25T13:49:45.675Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
13:49:46 [2022-07-25T13:49:46.631Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
13:49:47 [2022-07-25T13:49:47.566Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
13:49:48 [2022-07-25T13:49:48.501Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:49:48 [2022-07-25T13:49:48.501Z] Using test binary docker
13:49:48 [2022-07-25T13:49:48.501Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
13:49:48 [2022-07-25T13:49:48.501Z] Starting apparmor (via systemctl): apparmor.service.
13:49:48 [2022-07-25T13:49:48.501Z] Starting dockerd
13:49:48 [2022-07-25T13:49:48.501Z] INFO: Waiting for daemon to start...
13:49:50 [2022-07-25T13:49:50.399Z] .
13:49:50 [2022-07-25T13:49:50.399Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
13:49:50 [2022-07-25T13:49:50.399Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
13:49:50 [2022-07-25T13:49:50.399Z] Error: No such image: emptyfs
13:49:50 [2022-07-25T13:49:50.658Z] Running integration-test (iteration 1)
13:49:50 [2022-07-25T13:49:50.658Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
13:49:50 [2022-07-25T13:49:50.916Z] Loaded image: busybox:latest
13:49:50 [2022-07-25T13:49:50.916Z] Loaded image: busybox:glibc
13:49:52 [2022-07-25T13:49:52.291Z] Loaded image: debian:bullseye-slim
13:49:52 [2022-07-25T13:49:52.291Z] Loaded image: hello-world:latest
13:49:52 [2022-07-25T13:49:52.550Z] Loaded image: arm32v7/hello-world:latest
13:49:52 [2022-07-25T13:49:52.550Z] INFO: Testing against a local daemon
13:49:52 [2022-07-25T13:49:52.550Z] === RUN   TestCgroupNamespacesBuild
13:49:53 [2022-07-25T13:49:53.923Z] --- PASS: TestCgroupNamespacesBuild (1.31s)
13:49:53 [2022-07-25T13:49:53.923Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
13:49:55 [2022-07-25T13:49:55.297Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.26s)
13:49:55 [2022-07-25T13:49:55.297Z] === RUN   TestBuildWithSession
13:49:55 [2022-07-25T13:49:55.297Z]     build_session_test.go:25: TODO: BuildKit
13:49:55 [2022-07-25T13:49:55.297Z] --- SKIP: TestBuildWithSession (0.00s)
13:49:55 [2022-07-25T13:49:55.297Z] === RUN   TestBuildSquashParent
13:49:59 [2022-07-25T13:49:59.481Z] --- PASS: TestBuildSquashParent (4.41s)
13:49:59 [2022-07-25T13:49:59.481Z] === RUN   TestBuildWithRemoveAndForceRemove
13:49:59 [2022-07-25T13:49:59.481Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:49:59 [2022-07-25T13:49:59.481Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:49:59 [2022-07-25T13:49:59.481Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:49:59 [2022-07-25T13:49:59.481Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:49:59 [2022-07-25T13:49:59.481Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:49:59 [2022-07-25T13:49:59.481Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:49:59 [2022-07-25T13:49:59.481Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:49:59 [2022-07-25T13:49:59.481Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:49:59 [2022-07-25T13:49:59.481Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:49:59 [2022-07-25T13:49:59.481Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:49:59 [2022-07-25T13:49:59.481Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:49:59 [2022-07-25T13:49:59.481Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:49:59 [2022-07-25T13:49:59.481Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:49:59 [2022-07-25T13:49:59.481Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:50:01 [2022-07-25T13:50:01.385Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:50:01 [2022-07-25T13:50:01.385Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:50:02 [2022-07-25T13:50:02.762Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:50:03 [2022-07-25T13:50:03.020Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:50:04 [2022-07-25T13:50:04.395Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
13:50:04 [2022-07-25T13:50:04.395Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.70s)
13:50:04 [2022-07-25T13:50:04.395Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.90s)
13:50:04 [2022-07-25T13:50:04.395Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.56s)
13:50:04 [2022-07-25T13:50:04.395Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.66s)
13:50:04 [2022-07-25T13:50:04.395Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.53s)
13:50:04 [2022-07-25T13:50:04.395Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.46s)
13:50:04 [2022-07-25T13:50:04.395Z] === RUN   TestBuildMultiStageCopy
13:50:04 [2022-07-25T13:50:04.395Z] === RUN   TestBuildMultiStageCopy/copy_to_root
13:50:06 [2022-07-25T13:50:06.296Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
13:50:06 [2022-07-25T13:50:06.296Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
13:50:06 [2022-07-25T13:50:06.296Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
13:50:06 [2022-07-25T13:50:06.554Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
13:50:06 [2022-07-25T13:50:06.813Z] --- PASS: TestBuildMultiStageCopy (2.38s)
13:50:06 [2022-07-25T13:50:06.813Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.43s)
13:50:06 [2022-07-25T13:50:06.813Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.24s)
13:50:06 [2022-07-25T13:50:06.813Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.23s)
13:50:06 [2022-07-25T13:50:06.813Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.24s)
13:50:06 [2022-07-25T13:50:06.813Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.25s)
13:50:06 [2022-07-25T13:50:06.813Z] === RUN   TestBuildMultiStageParentConfig
13:50:07 [2022-07-25T13:50:07.747Z] --- PASS: TestBuildMultiStageParentConfig (0.74s)
13:50:07 [2022-07-25T13:50:07.747Z] === RUN   TestBuildLabelWithTargets
13:50:08 [2022-07-25T13:50:08.683Z] --- PASS: TestBuildLabelWithTargets (1.18s)
13:50:08 [2022-07-25T13:50:08.683Z] === RUN   TestBuildWithEmptyLayers
13:50:09 [2022-07-25T13:50:09.250Z] --- PASS: TestBuildWithEmptyLayers (0.48s)
13:50:09 [2022-07-25T13:50:09.250Z] === RUN   TestBuildMultiStageOnBuild
13:50:11 [2022-07-25T13:50:11.151Z] --- PASS: TestBuildMultiStageOnBuild (1.75s)
13:50:11 [2022-07-25T13:50:11.151Z] === RUN   TestBuildUncleanTarFilenames
13:50:11 [2022-07-25T13:50:11.717Z] --- PASS: TestBuildUncleanTarFilenames (0.63s)
13:50:11 [2022-07-25T13:50:11.717Z] === RUN   TestBuildMultiStageLayerLeak
13:50:13 [2022-07-25T13:50:13.617Z] --- PASS: TestBuildMultiStageLayerLeak (1.73s)
13:50:13 [2022-07-25T13:50:13.617Z] === RUN   TestBuildWithHugeFile
13:51:09 [2022-07-25T13:51:09.838Z] --- PASS: TestBuildWithHugeFile (50.63s)
13:51:09 [2022-07-25T13:51:09.838Z] === RUN   TestBuildWCOWSandboxSize
13:51:09 [2022-07-25T13:51:09.838Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
13:51:09 [2022-07-25T13:51:09.838Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
13:51:09 [2022-07-25T13:51:09.838Z] === RUN   TestBuildWithEmptyDockerfile
13:51:09 [2022-07-25T13:51:09.838Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
13:51:09 [2022-07-25T13:51:09.838Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
13:51:09 [2022-07-25T13:51:09.838Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:51:09 [2022-07-25T13:51:09.838Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:51:09 [2022-07-25T13:51:09.838Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:51:09 [2022-07-25T13:51:09.838Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:51:09 [2022-07-25T13:51:09.838Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
13:51:09 [2022-07-25T13:51:09.838Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:51:09 [2022-07-25T13:51:09.838Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:51:09 [2022-07-25T13:51:09.838Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
13:51:09 [2022-07-25T13:51:09.838Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s)
13:51:09 [2022-07-25T13:51:09.838Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s)
13:51:09 [2022-07-25T13:51:09.838Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
13:51:09 [2022-07-25T13:51:09.838Z] === RUN   TestBuildPreserveOwnership
13:51:09 [2022-07-25T13:51:09.838Z] === RUN   TestBuildPreserveOwnership/copy_from
13:51:09 [2022-07-25T13:51:09.838Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
13:51:09 [2022-07-25T13:51:09.838Z] --- PASS: TestBuildPreserveOwnership (3.66s)
13:51:09 [2022-07-25T13:51:09.838Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.44s)
13:51:09 [2022-07-25T13:51:09.838Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.22s)
13:51:09 [2022-07-25T13:51:09.838Z] === RUN   TestBuildPlatformInvalid
13:51:09 [2022-07-25T13:51:09.838Z] --- PASS: TestBuildPlatformInvalid (0.08s)
13:51:09 [2022-07-25T13:51:09.838Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
13:51:09 [2022-07-25T13:51:09.838Z] Loaded image: busybox:latest
13:51:09 [2022-07-25T13:51:09.838Z] Loaded image: busybox:glibc
13:51:10 [2022-07-25T13:51:10.404Z] Loaded image: debian:bullseye-slim
13:51:10 [2022-07-25T13:51:10.404Z] Loaded image: hello-world:latest
13:51:10 [2022-07-25T13:51:10.404Z] Loaded image: arm32v7/hello-world:latest
13:51:20 [2022-07-25T13:51:20.377Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (11.11s)
13:51:20 [2022-07-25T13:51:20.377Z] PASS
13:51:20 [2022-07-25T13:51:20.377Z] 
13:51:20 [2022-07-25T13:51:20.377Z] === Skipped
13:51:20 [2022-07-25T13:51:20.377Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
13:51:20 [2022-07-25T13:51:20.377Z]     build_session_test.go:25: TODO: BuildKit
13:51:20 [2022-07-25T13:51:20.377Z] 
13:51:20 [2022-07-25T13:51:20.377Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
13:51:20 [2022-07-25T13:51:20.377Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
13:51:20 [2022-07-25T13:51:20.377Z] 
13:51:20 [2022-07-25T13:51:20.377Z] DONE 34 tests, 2 skipped in 88.460s
13:51:20 [2022-07-25T13:51:20.377Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
13:51:20 [2022-07-25T13:51:20.377Z] INFO: Testing against a local daemon
13:51:20 [2022-07-25T13:51:20.377Z] === RUN   TestConfigInspect
13:51:21 [2022-07-25T13:51:21.310Z] --- PASS: TestConfigInspect (2.23s)
13:51:21 [2022-07-25T13:51:21.310Z] === RUN   TestConfigList
13:51:23 [2022-07-25T13:51:23.839Z] --- PASS: TestConfigList (2.22s)
13:51:23 [2022-07-25T13:51:23.839Z] === RUN   TestConfigsCreateAndDelete
13:51:25 [2022-07-25T13:51:25.740Z] --- PASS: TestConfigsCreateAndDelete (2.18s)
13:51:25 [2022-07-25T13:51:25.740Z] === RUN   TestConfigsUpdate
13:51:28 [2022-07-25T13:51:28.267Z] --- PASS: TestConfigsUpdate (2.20s)
13:51:28 [2022-07-25T13:51:28.267Z] === RUN   TestTemplatedConfig
13:51:30 [2022-07-25T13:51:30.798Z] --- PASS: TestTemplatedConfig (2.71s)
13:51:30 [2022-07-25T13:51:30.798Z] === RUN   TestConfigCreateResolve
13:51:32 [2022-07-25T13:51:32.698Z] --- PASS: TestConfigCreateResolve (2.16s)
13:51:32 [2022-07-25T13:51:32.698Z] PASS
13:51:32 [2022-07-25T13:51:32.957Z] 
13:51:32 [2022-07-25T13:51:32.957Z] DONE 6 tests in 13.719s
13:51:32 [2022-07-25T13:51:32.957Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
13:51:32 [2022-07-25T13:51:32.957Z] INFO: Testing against a local daemon
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestAttachWithTTY
13:51:32 [2022-07-25T13:51:32.957Z] --- PASS: TestAttachWithTTY (0.07s)
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestAttachWithoutTTy
13:51:32 [2022-07-25T13:51:32.957Z] --- PASS: TestAttachWithoutTTy (0.05s)
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestCheckpoint
13:51:32 [2022-07-25T13:51:32.957Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:51:32 [2022-07-25T13:51:32.957Z] --- SKIP: TestCheckpoint (0.00s)
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/commit
13:51:32 [2022-07-25T13:51:32.957Z] === PAUSE TestContainerInvalidJSON/commit
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/containers/create
13:51:32 [2022-07-25T13:51:32.957Z] === PAUSE TestContainerInvalidJSON/containers/create
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
13:51:32 [2022-07-25T13:51:32.957Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
13:51:32 [2022-07-25T13:51:32.957Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
13:51:32 [2022-07-25T13:51:32.957Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:51:32 [2022-07-25T13:51:32.957Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
13:51:32 [2022-07-25T13:51:32.957Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
13:51:32 [2022-07-25T13:51:32.957Z] === CONT  TestContainerInvalidJSON/commit
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
13:51:32 [2022-07-25T13:51:32.957Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/commit/empty_body
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
13:51:32 [2022-07-25T13:51:32.957Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
13:51:32 [2022-07-25T13:51:32.957Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
13:51:32 [2022-07-25T13:51:32.957Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
13:51:32 [2022-07-25T13:51:32.957Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
13:51:32 [2022-07-25T13:51:32.957Z] === CONT  TestContainerInvalidJSON/containers/create
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
13:51:32 [2022-07-25T13:51:32.957Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
13:51:32 [2022-07-25T13:51:32.957Z] --- PASS: TestContainerInvalidJSON (0.01s)
13:51:32 [2022-07-25T13:51:32.957Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
13:51:32 [2022-07-25T13:51:32.957Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
13:51:32 [2022-07-25T13:51:32.957Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
13:51:32 [2022-07-25T13:51:32.957Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
13:51:32 [2022-07-25T13:51:32.957Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
13:51:32 [2022-07-25T13:51:32.957Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
13:51:32 [2022-07-25T13:51:32.957Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
13:51:32 [2022-07-25T13:51:32.957Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
13:51:32 [2022-07-25T13:51:32.957Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
13:51:32 [2022-07-25T13:51:32.957Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
13:51:32 [2022-07-25T13:51:32.957Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
13:51:32 [2022-07-25T13:51:32.957Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
13:51:32 [2022-07-25T13:51:32.957Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
13:51:32 [2022-07-25T13:51:32.957Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
13:51:32 [2022-07-25T13:51:32.957Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
13:51:32 [2022-07-25T13:51:32.957Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
13:51:32 [2022-07-25T13:51:32.957Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
13:51:32 [2022-07-25T13:51:32.957Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
13:51:32 [2022-07-25T13:51:32.957Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
13:51:32 [2022-07-25T13:51:32.957Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
13:51:32 [2022-07-25T13:51:32.957Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
13:51:32 [2022-07-25T13:51:32.957Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
13:51:32 [2022-07-25T13:51:32.957Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
13:51:32 [2022-07-25T13:51:32.958Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
13:51:32 [2022-07-25T13:51:32.958Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
13:51:32 [2022-07-25T13:51:32.958Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
13:51:32 [2022-07-25T13:51:32.958Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
13:51:32 [2022-07-25T13:51:32.958Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
13:51:32 [2022-07-25T13:51:32.958Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
13:51:32 [2022-07-25T13:51:32.958Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
13:51:32 [2022-07-25T13:51:32.958Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
13:51:32 [2022-07-25T13:51:32.958Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
13:51:32 [2022-07-25T13:51:32.958Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
13:51:32 [2022-07-25T13:51:32.958Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
13:51:32 [2022-07-25T13:51:32.958Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
13:51:32 [2022-07-25T13:51:32.958Z] === RUN   TestCopyFromContainerPathDoesNotExist
13:51:32 [2022-07-25T13:51:32.958Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s)
13:51:32 [2022-07-25T13:51:32.958Z] === RUN   TestCopyFromContainerPathIsNotDir
13:51:33 [2022-07-25T13:51:33.216Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s)
13:51:33 [2022-07-25T13:51:33.216Z] === RUN   TestCopyToContainerPathDoesNotExist
13:51:33 [2022-07-25T13:51:33.216Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
13:51:33 [2022-07-25T13:51:33.216Z] === RUN   TestCopyEmptyFile
13:51:33 [2022-07-25T13:51:33.475Z] --- PASS: TestCopyEmptyFile (0.22s)
13:51:33 [2022-07-25T13:51:33.475Z] === RUN   TestCopyToContainerPathIsNotDir
13:51:33 [2022-07-25T13:51:33.475Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
13:51:33 [2022-07-25T13:51:33.475Z] === RUN   TestCopyFromContainer
13:51:34 [2022-07-25T13:51:34.850Z] === RUN   TestCopyFromContainer//
13:51:34 [2022-07-25T13:51:34.850Z] === RUN   TestCopyFromContainer//bar/root
13:51:34 [2022-07-25T13:51:34.850Z] === RUN   TestCopyFromContainer//bar/root/
13:51:34 [2022-07-25T13:51:34.850Z] === RUN   TestCopyFromContainer/bar/quux
13:51:34 [2022-07-25T13:51:34.850Z] === RUN   TestCopyFromContainer/bar/quux/
13:51:34 [2022-07-25T13:51:34.850Z] === RUN   TestCopyFromContainer/bar/quux/baz
13:51:35 [2022-07-25T13:51:35.109Z] === RUN   TestCopyFromContainer/bar/filesymlink
13:51:35 [2022-07-25T13:51:35.109Z] === RUN   TestCopyFromContainer/bar/dirsymlink
13:51:35 [2022-07-25T13:51:35.109Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
13:51:35 [2022-07-25T13:51:35.109Z] === RUN   TestCopyFromContainer/bar/notarget
13:51:35 [2022-07-25T13:51:35.368Z] --- PASS: TestCopyFromContainer (1.83s)
13:51:35 [2022-07-25T13:51:35.368Z]     --- PASS: TestCopyFromContainer// (0.06s)
13:51:35 [2022-07-25T13:51:35.368Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
13:51:35 [2022-07-25T13:51:35.368Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
13:51:35 [2022-07-25T13:51:35.368Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
13:51:35 [2022-07-25T13:51:35.368Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
13:51:35 [2022-07-25T13:51:35.368Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
13:51:35 [2022-07-25T13:51:35.368Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
13:51:35 [2022-07-25T13:51:35.368Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
13:51:35 [2022-07-25T13:51:35.368Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
13:51:35 [2022-07-25T13:51:35.368Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
13:51:35 [2022-07-25T13:51:35.368Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
13:51:35 [2022-07-25T13:51:35.368Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:51:35 [2022-07-25T13:51:35.368Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:51:35 [2022-07-25T13:51:35.368Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:51:35 [2022-07-25T13:51:35.368Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:51:35 [2022-07-25T13:51:35.368Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
13:51:35 [2022-07-25T13:51:35.368Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
13:51:35 [2022-07-25T13:51:35.368Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:51:35 [2022-07-25T13:51:35.368Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
13:51:35 [2022-07-25T13:51:35.368Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:51:35 [2022-07-25T13:51:35.368Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
13:51:35 [2022-07-25T13:51:35.368Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
13:51:35 [2022-07-25T13:51:35.368Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
13:51:35 [2022-07-25T13:51:35.368Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
13:51:35 [2022-07-25T13:51:35.368Z] === RUN   TestCreateLinkToNonExistingContainer
13:51:35 [2022-07-25T13:51:35.368Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
13:51:35 [2022-07-25T13:51:35.368Z] === RUN   TestCreateWithInvalidEnv
13:51:35 [2022-07-25T13:51:35.368Z] === RUN   TestCreateWithInvalidEnv/0
13:51:35 [2022-07-25T13:51:35.368Z] === PAUSE TestCreateWithInvalidEnv/0
13:51:35 [2022-07-25T13:51:35.368Z] === RUN   TestCreateWithInvalidEnv/1
13:51:35 [2022-07-25T13:51:35.368Z] === PAUSE TestCreateWithInvalidEnv/1
13:51:35 [2022-07-25T13:51:35.368Z] === RUN   TestCreateWithInvalidEnv/2
13:51:35 [2022-07-25T13:51:35.368Z] === PAUSE TestCreateWithInvalidEnv/2
13:51:35 [2022-07-25T13:51:35.368Z] === CONT  TestCreateWithInvalidEnv/0
13:51:35 [2022-07-25T13:51:35.368Z] === CONT  TestCreateWithInvalidEnv/2
13:51:35 [2022-07-25T13:51:35.368Z] === CONT  TestCreateWithInvalidEnv/1
13:51:35 [2022-07-25T13:51:35.368Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
13:51:35 [2022-07-25T13:51:35.368Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
13:51:35 [2022-07-25T13:51:35.368Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
13:51:35 [2022-07-25T13:51:35.368Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
13:51:35 [2022-07-25T13:51:35.368Z] === RUN   TestCreateTmpfsMountsTarget
13:51:35 [2022-07-25T13:51:35.368Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
13:51:35 [2022-07-25T13:51:35.368Z] === RUN   TestCreateWithCustomMaskedPaths
13:51:37 [2022-07-25T13:51:37.446Z] --- PASS: TestCreateWithCustomMaskedPaths (1.72s)
13:51:37 [2022-07-25T13:51:37.446Z] === RUN   TestCreateWithCustomReadonlyPaths
13:51:38 [2022-07-25T13:51:38.830Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.77s)
13:51:38 [2022-07-25T13:51:38.830Z] === RUN   TestCreateWithInvalidHealthcheckParams
13:51:38 [2022-07-25T13:51:38.830Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:51:38 [2022-07-25T13:51:38.830Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:51:38 [2022-07-25T13:51:38.830Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:51:38 [2022-07-25T13:51:38.830Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:51:38 [2022-07-25T13:51:38.830Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:51:38 [2022-07-25T13:51:38.830Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:51:38 [2022-07-25T13:51:38.830Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:51:38 [2022-07-25T13:51:38.830Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:51:38 [2022-07-25T13:51:38.830Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:51:38 [2022-07-25T13:51:38.830Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:51:38 [2022-07-25T13:51:38.830Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:51:38 [2022-07-25T13:51:38.830Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:51:38 [2022-07-25T13:51:38.830Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:51:38 [2022-07-25T13:51:38.830Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:51:38 [2022-07-25T13:51:38.830Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:51:38 [2022-07-25T13:51:38.830Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
13:51:38 [2022-07-25T13:51:38.830Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
13:51:38 [2022-07-25T13:51:38.830Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
13:51:38 [2022-07-25T13:51:38.830Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
13:51:38 [2022-07-25T13:51:38.830Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
13:51:38 [2022-07-25T13:51:38.830Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
13:51:38 [2022-07-25T13:51:38.830Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
13:51:39 [2022-07-25T13:51:39.396Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.59s)
13:51:39 [2022-07-25T13:51:39.397Z] === RUN   TestCreateDifferentPlatform
13:51:39 [2022-07-25T13:51:39.397Z] === RUN   TestCreateDifferentPlatform/different_os
13:51:39 [2022-07-25T13:51:39.397Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
13:51:39 [2022-07-25T13:51:39.397Z] --- PASS: TestCreateDifferentPlatform (0.01s)
13:51:39 [2022-07-25T13:51:39.397Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
13:51:39 [2022-07-25T13:51:39.397Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
13:51:39 [2022-07-25T13:51:39.397Z] === RUN   TestCreateVolumesFromNonExistingContainer
13:51:39 [2022-07-25T13:51:39.655Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s)
13:51:39 [2022-07-25T13:51:39.655Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
13:51:39 [2022-07-25T13:51:39.655Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s)
13:51:39 [2022-07-25T13:51:39.655Z] === RUN   TestCreateInvalidHostConfig
13:51:39 [2022-07-25T13:51:39.655Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
13:51:39 [2022-07-25T13:51:39.655Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
13:51:39 [2022-07-25T13:51:39.655Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
13:51:39 [2022-07-25T13:51:39.655Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
13:51:39 [2022-07-25T13:51:39.655Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:51:39 [2022-07-25T13:51:39.655Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:51:39 [2022-07-25T13:51:39.655Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
13:51:39 [2022-07-25T13:51:39.655Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
13:51:39 [2022-07-25T13:51:39.655Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
13:51:39 [2022-07-25T13:51:39.655Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
13:51:39 [2022-07-25T13:51:39.655Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:51:39 [2022-07-25T13:51:39.655Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
13:51:39 [2022-07-25T13:51:39.655Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
13:51:39 [2022-07-25T13:51:39.655Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
13:51:39 [2022-07-25T13:51:39.655Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
13:51:39 [2022-07-25T13:51:39.655Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
13:51:39 [2022-07-25T13:51:39.655Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
13:51:39 [2022-07-25T13:51:39.655Z] === RUN   TestContainerStartOnDaemonRestart
13:51:39 [2022-07-25T13:51:39.655Z] === PAUSE TestContainerStartOnDaemonRestart
13:51:39 [2022-07-25T13:51:39.655Z] === RUN   TestDaemonRestartIpcMode
13:51:39 [2022-07-25T13:51:39.655Z] === PAUSE TestDaemonRestartIpcMode
13:51:39 [2022-07-25T13:51:39.655Z] === RUN   TestDaemonHostGatewayIP
13:51:39 [2022-07-25T13:51:39.655Z] === PAUSE TestDaemonHostGatewayIP
13:51:39 [2022-07-25T13:51:39.655Z] === RUN   TestRestartDaemonWithRestartingContainer
13:51:39 [2022-07-25T13:51:39.655Z] === PAUSE TestRestartDaemonWithRestartingContainer
13:51:39 [2022-07-25T13:51:39.655Z] === RUN   TestContainerKillOnDaemonStart
13:51:39 [2022-07-25T13:51:39.655Z] === PAUSE TestContainerKillOnDaemonStart
13:51:39 [2022-07-25T13:51:39.655Z] === RUN   TestDiff
13:51:40 [2022-07-25T13:51:40.222Z] --- PASS: TestDiff (0.59s)
13:51:40 [2022-07-25T13:51:40.222Z] === RUN   TestExecConsoleSize
13:51:40 [2022-07-25T13:51:40.787Z] --- PASS: TestExecConsoleSize (0.63s)
13:51:40 [2022-07-25T13:51:40.787Z] === RUN   TestExecWithCloseStdin
13:51:41 [2022-07-25T13:51:41.721Z] --- PASS: TestExecWithCloseStdin (0.65s)
13:51:41 [2022-07-25T13:51:41.721Z] === RUN   TestExec
13:51:41 [2022-07-25T13:51:41.980Z] --- PASS: TestExec (0.58s)
13:51:41 [2022-07-25T13:51:41.980Z] === RUN   TestExecUser
13:51:42 [2022-07-25T13:51:42.914Z] --- PASS: TestExecUser (0.61s)
13:51:42 [2022-07-25T13:51:42.914Z] === RUN   TestExportContainerAndImportImage
13:51:43 [2022-07-25T13:51:43.481Z] --- PASS: TestExportContainerAndImportImage (0.69s)
13:51:43 [2022-07-25T13:51:43.481Z] === RUN   TestExportContainerAfterDaemonRestart
13:51:44 [2022-07-25T13:51:44.855Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s)
13:51:44 [2022-07-25T13:51:44.855Z] === RUN   TestHealthCheckWorkdir
13:51:45 [2022-07-25T13:51:45.423Z] --- PASS: TestHealthCheckWorkdir (0.80s)
13:51:45 [2022-07-25T13:51:45.423Z] === RUN   TestHealthKillContainer
13:51:55 [2022-07-25T13:51:55.398Z] --- PASS: TestHealthKillContainer (8.21s)
13:51:55 [2022-07-25T13:51:55.398Z] === RUN   TestInspectCpusetInConfigPre120
13:51:55 [2022-07-25T13:51:55.398Z] --- PASS: TestInspectCpusetInConfigPre120 (0.59s)
13:51:55 [2022-07-25T13:51:55.398Z] === RUN   TestIpcModeNone
13:51:55 [2022-07-25T13:51:55.398Z] --- PASS: TestIpcModeNone (0.63s)
13:51:55 [2022-07-25T13:51:55.398Z] === RUN   TestIpcModePrivate
13:51:55 [2022-07-25T13:51:55.398Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false
13:51:55 [2022-07-25T13:51:55.398Z] --- PASS: TestIpcModePrivate (0.63s)
13:51:55 [2022-07-25T13:51:55.398Z] === RUN   TestIpcModeShareable
13:51:55 [2022-07-25T13:51:55.963Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true
13:51:56 [2022-07-25T13:51:56.221Z] --- PASS: TestIpcModeShareable (0.65s)
13:51:56 [2022-07-25T13:51:56.221Z] === RUN   TestAPIIpcModeShareableAndContainer
13:51:58 [2022-07-25T13:51:58.122Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.85s)
13:51:58 [2022-07-25T13:51:58.122Z] === RUN   TestAPIIpcModeHost
13:51:58 [2022-07-25T13:51:58.380Z] --- PASS: TestAPIIpcModeHost (0.40s)
13:51:58 [2022-07-25T13:51:58.380Z] === RUN   TestDaemonIpcModeShareable
13:51:59 [2022-07-25T13:51:59.753Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
13:51:59 [2022-07-25T13:51:59.753Z] --- PASS: TestDaemonIpcModeShareable (1.21s)
13:51:59 [2022-07-25T13:51:59.753Z] === RUN   TestDaemonIpcModePrivate
13:52:00 [2022-07-25T13:52:00.688Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
13:52:00 [2022-07-25T13:52:00.951Z] --- PASS: TestDaemonIpcModePrivate (1.22s)
13:52:00 [2022-07-25T13:52:00.951Z] === RUN   TestDaemonIpcModePrivateFromConfig
13:52:01 [2022-07-25T13:52:01.883Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
13:52:02 [2022-07-25T13:52:02.141Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.31s)
13:52:02 [2022-07-25T13:52:02.141Z] === RUN   TestDaemonIpcModeShareableFromConfig
13:52:03 [2022-07-25T13:52:03.516Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
13:52:03 [2022-07-25T13:52:03.516Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.22s)
13:52:03 [2022-07-25T13:52:03.516Z] === RUN   TestIpcModeOlderClient
13:52:03 [2022-07-25T13:52:03.516Z] === PAUSE TestIpcModeOlderClient
13:52:03 [2022-07-25T13:52:03.516Z] === RUN   TestKillContainerInvalidSignal
13:52:03 [2022-07-25T13:52:03.773Z] --- PASS: TestKillContainerInvalidSignal (0.46s)
13:52:03 [2022-07-25T13:52:03.773Z] === RUN   TestKillContainer
13:52:03 [2022-07-25T13:52:03.774Z] === RUN   TestKillContainer/no_signal
13:52:04 [2022-07-25T13:52:04.341Z] === RUN   TestKillContainer/non_killing_signal
13:52:04 [2022-07-25T13:52:04.599Z] === RUN   TestKillContainer/killing_signal
13:52:05 [2022-07-25T13:52:05.165Z] --- PASS: TestKillContainer (1.41s)
13:52:05 [2022-07-25T13:52:05.165Z]     --- PASS: TestKillContainer/no_signal (0.43s)
13:52:05 [2022-07-25T13:52:05.165Z]     --- PASS: TestKillContainer/non_killing_signal (0.30s)
13:52:05 [2022-07-25T13:52:05.165Z]     --- PASS: TestKillContainer/killing_signal (0.49s)
13:52:05 [2022-07-25T13:52:05.165Z] === RUN   TestKillWithStopSignalAndRestartPolicies
13:52:05 [2022-07-25T13:52:05.165Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
13:52:05 [2022-07-25T13:52:05.731Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
13:52:06 [2022-07-25T13:52:06.665Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.39s)
13:52:06 [2022-07-25T13:52:06.665Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.46s)
13:52:06 [2022-07-25T13:52:06.665Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.74s)
13:52:06 [2022-07-25T13:52:06.665Z] === RUN   TestKillStoppedContainer
13:52:06 [2022-07-25T13:52:06.665Z] --- PASS: TestKillStoppedContainer (0.06s)
13:52:06 [2022-07-25T13:52:06.665Z] === RUN   TestKillStoppedContainerAPIPre120
13:52:06 [2022-07-25T13:52:06.665Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s)
13:52:06 [2022-07-25T13:52:06.665Z] === RUN   TestKillDifferentUserContainer
13:52:07 [2022-07-25T13:52:07.231Z] --- PASS: TestKillDifferentUserContainer (0.47s)
13:52:07 [2022-07-25T13:52:07.231Z] === RUN   TestInspectOomKilledTrue
13:52:07 [2022-07-25T13:52:07.231Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
13:52:07 [2022-07-25T13:52:07.231Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
13:52:07 [2022-07-25T13:52:07.231Z] === RUN   TestInspectOomKilledFalse
13:52:07 [2022-07-25T13:52:07.797Z] --- PASS: TestInspectOomKilledFalse (0.42s)
13:52:07 [2022-07-25T13:52:07.797Z] === RUN   TestLinksEtcHostsContentMatch
13:52:08 [2022-07-25T13:52:08.056Z] --- PASS: TestLinksEtcHostsContentMatch (0.34s)
13:52:08 [2022-07-25T13:52:08.056Z] === RUN   TestLinksContainerNames
13:52:08 [2022-07-25T13:52:08.991Z] --- PASS: TestLinksContainerNames (0.94s)
13:52:08 [2022-07-25T13:52:08.991Z] === RUN   TestLogsFollowTailEmpty
13:52:09 [2022-07-25T13:52:09.249Z] --- PASS: TestLogsFollowTailEmpty (0.45s)
13:52:09 [2022-07-25T13:52:09.507Z] === RUN   TestLogs
13:52:09 [2022-07-25T13:52:09.507Z] === RUN   TestLogs/driver_local
13:52:09 [2022-07-25T13:52:09.507Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
13:52:09 [2022-07-25T13:52:09.507Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
13:52:09 [2022-07-25T13:52:09.507Z] === RUN   TestLogs/driver_local/tty/only_stdout
13:52:09 [2022-07-25T13:52:09.507Z] === PAUSE TestLogs/driver_local/tty/only_stdout
13:52:09 [2022-07-25T13:52:09.507Z] === RUN   TestLogs/driver_local/tty/only_stderr
13:52:09 [2022-07-25T13:52:09.507Z] === PAUSE TestLogs/driver_local/tty/only_stderr
13:52:09 [2022-07-25T13:52:09.507Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
13:52:09 [2022-07-25T13:52:09.507Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
13:52:09 [2022-07-25T13:52:09.507Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
13:52:09 [2022-07-25T13:52:09.507Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
13:52:09 [2022-07-25T13:52:09.507Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
13:52:09 [2022-07-25T13:52:09.507Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
13:52:09 [2022-07-25T13:52:09.507Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
13:52:09 [2022-07-25T13:52:09.507Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
13:52:10 [2022-07-25T13:52:10.074Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
13:52:10 [2022-07-25T13:52:10.074Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
13:52:10 [2022-07-25T13:52:10.640Z] === CONT  TestLogs/driver_local/tty/only_stderr
13:52:10 [2022-07-25T13:52:10.640Z] === CONT  TestLogs/driver_local/tty/only_stdout
13:52:11 [2022-07-25T13:52:11.575Z] === RUN   TestLogs/driver_json-file
13:52:11 [2022-07-25T13:52:11.575Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
13:52:11 [2022-07-25T13:52:11.575Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
13:52:11 [2022-07-25T13:52:11.575Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
13:52:11 [2022-07-25T13:52:11.575Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
13:52:11 [2022-07-25T13:52:11.575Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
13:52:11 [2022-07-25T13:52:11.575Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
13:52:11 [2022-07-25T13:52:11.575Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:52:11 [2022-07-25T13:52:11.575Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:52:11 [2022-07-25T13:52:11.575Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
13:52:11 [2022-07-25T13:52:11.575Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
13:52:11 [2022-07-25T13:52:11.575Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
13:52:11 [2022-07-25T13:52:11.575Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
13:52:11 [2022-07-25T13:52:11.575Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
13:52:11 [2022-07-25T13:52:11.575Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:52:12 [2022-07-25T13:52:12.141Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
13:52:12 [2022-07-25T13:52:12.141Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
13:52:12 [2022-07-25T13:52:12.709Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
13:52:12 [2022-07-25T13:52:12.709Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
13:52:13 [2022-07-25T13:52:13.276Z] --- PASS: TestLogs (3.90s)
13:52:13 [2022-07-25T13:52:13.276Z]     --- PASS: TestLogs/driver_local (0.01s)
13:52:13 [2022-07-25T13:52:13.276Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.69s)
13:52:13 [2022-07-25T13:52:13.276Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.71s)
13:52:13 [2022-07-25T13:52:13.276Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.60s)
13:52:13 [2022-07-25T13:52:13.276Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.61s)
13:52:13 [2022-07-25T13:52:13.276Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.72s)
13:52:13 [2022-07-25T13:52:13.276Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.71s)
13:52:13 [2022-07-25T13:52:13.276Z]     --- PASS: TestLogs/driver_json-file (0.01s)
13:52:13 [2022-07-25T13:52:13.276Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.65s)
13:52:13 [2022-07-25T13:52:13.276Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.71s)
13:52:13 [2022-07-25T13:52:13.276Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.54s)
13:52:13 [2022-07-25T13:52:13.276Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.55s)
13:52:13 [2022-07-25T13:52:13.276Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.56s)
13:52:13 [2022-07-25T13:52:13.276Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.59s)
13:52:13 [2022-07-25T13:52:13.276Z] === RUN   TestContainerNetworkMountsNoChown
13:52:13 [2022-07-25T13:52:13.842Z] --- PASS: TestContainerNetworkMountsNoChown (0.44s)
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/default
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/default
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/private
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/private
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/rprivate
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/rprivate
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/slave
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/slave
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/rslave
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/rslave
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/shared
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/shared
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/rshared
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/rshared
13:52:13 [2022-07-25T13:52:13.842Z] === CONT  TestMountDaemonRoot/default
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/default/bind_root
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/default/bind_root
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/default/bind_subpath
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/default/mount_root
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/default/mount_root
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/default/mount_subpath
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
13:52:13 [2022-07-25T13:52:13.842Z] === CONT  TestMountDaemonRoot/default/bind_root
13:52:13 [2022-07-25T13:52:13.842Z] === CONT  TestMountDaemonRoot/rshared
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/rshared/bind_root
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/rshared/mount_root
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
13:52:13 [2022-07-25T13:52:13.842Z] === CONT  TestMountDaemonRoot/rshared/bind_root
13:52:13 [2022-07-25T13:52:13.842Z] === CONT  TestMountDaemonRoot/shared
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/shared/mount_root
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/shared/mount_root
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/shared/bind_root
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/shared/bind_root
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
13:52:13 [2022-07-25T13:52:13.842Z] === CONT  TestMountDaemonRoot/rslave
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/rslave/mount_root
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/rslave/bind_root
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
13:52:13 [2022-07-25T13:52:13.842Z] === CONT  TestMountDaemonRoot/slave
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/slave/mount_root
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/slave/mount_root
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
13:52:13 [2022-07-25T13:52:13.842Z] === RUN   TestMountDaemonRoot/slave/bind_root
13:52:13 [2022-07-25T13:52:13.842Z] === PAUSE TestMountDaemonRoot/slave/bind_root
13:52:13 [2022-07-25T13:52:13.843Z] === CONT  TestMountDaemonRoot/rprivate
13:52:13 [2022-07-25T13:52:13.843Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
13:52:13 [2022-07-25T13:52:13.843Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
13:52:13 [2022-07-25T13:52:13.843Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
13:52:13 [2022-07-25T13:52:13.843Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
13:52:13 [2022-07-25T13:52:13.843Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
13:52:13 [2022-07-25T13:52:13.843Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
13:52:13 [2022-07-25T13:52:13.843Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
13:52:13 [2022-07-25T13:52:13.843Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
13:52:13 [2022-07-25T13:52:13.843Z] === CONT  TestMountDaemonRoot/private
13:52:13 [2022-07-25T13:52:13.843Z] === RUN   TestMountDaemonRoot/private/bind_root
13:52:13 [2022-07-25T13:52:13.843Z] === PAUSE TestMountDaemonRoot/private/bind_root
13:52:13 [2022-07-25T13:52:13.843Z] === RUN   TestMountDaemonRoot/private/bind_subpath
13:52:13 [2022-07-25T13:52:13.843Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
13:52:13 [2022-07-25T13:52:13.843Z] === RUN   TestMountDaemonRoot/private/mount_root
13:52:13 [2022-07-25T13:52:13.843Z] === PAUSE TestMountDaemonRoot/private/mount_root
13:52:13 [2022-07-25T13:52:13.843Z] === RUN   TestMountDaemonRoot/private/mount_subpath
13:52:13 [2022-07-25T13:52:13.843Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
13:52:13 [2022-07-25T13:52:13.843Z] === CONT  TestMountDaemonRoot/default/mount_subpath
13:52:13 [2022-07-25T13:52:13.843Z] === CONT  TestMountDaemonRoot/default/mount_root
13:52:13 [2022-07-25T13:52:13.843Z] === CONT  TestMountDaemonRoot/default/bind_subpath
13:52:13 [2022-07-25T13:52:13.843Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
13:52:13 [2022-07-25T13:52:13.843Z] === CONT  TestMountDaemonRoot/rshared/mount_root
13:52:13 [2022-07-25T13:52:13.843Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
13:52:13 [2022-07-25T13:52:13.843Z] === CONT  TestMountDaemonRoot/shared/mount_root
13:52:13 [2022-07-25T13:52:13.843Z] === CONT  TestMountDaemonRoot/rslave/mount_root
13:52:13 [2022-07-25T13:52:13.843Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
13:52:14 [2022-07-25T13:52:14.146Z] === CONT  TestMountDaemonRoot/shared/bind_root
13:52:14 [2022-07-25T13:52:14.146Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
13:52:14 [2022-07-25T13:52:14.146Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
13:52:14 [2022-07-25T13:52:14.146Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
13:52:14 [2022-07-25T13:52:14.146Z] === CONT  TestMountDaemonRoot/rslave/bind_root
13:52:14 [2022-07-25T13:52:14.146Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
13:52:14 [2022-07-25T13:52:14.146Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
13:52:14 [2022-07-25T13:52:14.146Z] === CONT  TestMountDaemonRoot/slave/bind_root
13:52:14 [2022-07-25T13:52:14.146Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
13:52:14 [2022-07-25T13:52:14.146Z] === CONT  TestMountDaemonRoot/slave/mount_root
13:52:14 [2022-07-25T13:52:14.146Z] === CONT  TestMountDaemonRoot/private/bind_root
13:52:14 [2022-07-25T13:52:14.146Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
13:52:14 [2022-07-25T13:52:14.146Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
13:52:14 [2022-07-25T13:52:14.146Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
13:52:14 [2022-07-25T13:52:14.146Z] === CONT  TestMountDaemonRoot/private/mount_subpath
13:52:14 [2022-07-25T13:52:14.146Z] === CONT  TestMountDaemonRoot/private/mount_root
13:52:14 [2022-07-25T13:52:14.146Z] === CONT  TestMountDaemonRoot/private/bind_subpath
13:52:14 [2022-07-25T13:52:14.146Z] --- PASS: TestMountDaemonRoot (0.01s)
13:52:14 [2022-07-25T13:52:14.146Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
13:52:14 [2022-07-25T13:52:14.146Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
13:52:14 [2022-07-25T13:52:14.146Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
13:52:14 [2022-07-25T13:52:14.146Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
13:52:14 [2022-07-25T13:52:14.146Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
13:52:14 [2022-07-25T13:52:14.146Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
13:52:14 [2022-07-25T13:52:14.146Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
13:52:14 [2022-07-25T13:52:14.146Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
13:52:14 [2022-07-25T13:52:14.146Z] === RUN   TestContainerBindMountNonRecursive
13:52:16 [2022-07-25T13:52:16.047Z] --- PASS: TestContainerBindMountNonRecursive (1.41s)
13:52:16 [2022-07-25T13:52:16.047Z] === RUN   TestContainerVolumesMountedAsShared
13:52:16 [2022-07-25T13:52:16.047Z] --- PASS: TestContainerVolumesMountedAsShared (0.43s)
13:52:16 [2022-07-25T13:52:16.047Z] === RUN   TestContainerVolumesMountedAsSlave
13:52:16 [2022-07-25T13:52:16.612Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s)
13:52:16 [2022-07-25T13:52:16.612Z] === RUN   TestNetworkNat
13:52:16 [2022-07-25T13:52:16.871Z] --- PASS: TestNetworkNat (0.51s)
13:52:16 [2022-07-25T13:52:16.871Z] === RUN   TestNetworkLocalhostTCPNat
13:52:17 [2022-07-25T13:52:17.438Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s)
13:52:17 [2022-07-25T13:52:17.438Z] === RUN   TestNetworkLoopbackNat
13:52:19 [2022-07-25T13:52:19.998Z] --- PASS: TestNetworkLoopbackNat (2.61s)
13:52:19 [2022-07-25T13:52:19.998Z] === RUN   TestPause
13:52:20 [2022-07-25T13:52:20.564Z] --- PASS: TestPause (0.49s)
13:52:20 [2022-07-25T13:52:20.564Z] === RUN   TestPauseFailsOnWindowsServerContainers
13:52:20 [2022-07-25T13:52:20.564Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:52:20 [2022-07-25T13:52:20.564Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
13:52:20 [2022-07-25T13:52:20.564Z] === RUN   TestPauseStopPausedContainer
13:52:21 [2022-07-25T13:52:21.130Z] --- PASS: TestPauseStopPausedContainer (0.47s)
13:52:21 [2022-07-25T13:52:21.130Z] === RUN   TestPidHost
13:52:22 [2022-07-25T13:52:22.066Z] --- PASS: TestPidHost (1.00s)
13:52:22 [2022-07-25T13:52:22.066Z] === RUN   TestPsFilter
13:52:22 [2022-07-25T13:52:22.066Z] --- PASS: TestPsFilter (0.12s)
13:52:22 [2022-07-25T13:52:22.066Z] === RUN   TestRemoveContainerWithRemovedVolume
13:52:22 [2022-07-25T13:52:22.632Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s)
13:52:22 [2022-07-25T13:52:22.632Z] === RUN   TestRemoveContainerWithVolume
13:52:22 [2022-07-25T13:52:22.890Z] --- PASS: TestRemoveContainerWithVolume (0.47s)
13:52:22 [2022-07-25T13:52:22.890Z] === RUN   TestRemoveContainerRunning
13:52:23 [2022-07-25T13:52:23.457Z] --- PASS: TestRemoveContainerRunning (0.46s)
13:52:23 [2022-07-25T13:52:23.457Z] === RUN   TestRemoveContainerForceRemoveRunning
13:52:24 [2022-07-25T13:52:24.023Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s)
13:52:24 [2022-07-25T13:52:24.023Z] === RUN   TestRemoveInvalidContainer
13:52:24 [2022-07-25T13:52:24.023Z] --- PASS: TestRemoveInvalidContainer (0.01s)
13:52:24 [2022-07-25T13:52:24.023Z] === RUN   TestRenameLinkedContainer
13:52:25 [2022-07-25T13:52:25.925Z] --- PASS: TestRenameLinkedContainer (1.85s)
13:52:25 [2022-07-25T13:52:25.925Z] === RUN   TestRenameStoppedContainer
13:52:26 [2022-07-25T13:52:26.184Z] --- PASS: TestRenameStoppedContainer (0.43s)
13:52:26 [2022-07-25T13:52:26.184Z] === RUN   TestRenameRunningContainerAndReuse
13:52:27 [2022-07-25T13:52:27.119Z] --- PASS: TestRenameRunningContainerAndReuse (0.91s)
13:52:27 [2022-07-25T13:52:27.119Z] === RUN   TestRenameInvalidName
13:52:27 [2022-07-25T13:52:27.685Z] --- PASS: TestRenameInvalidName (0.47s)
13:52:27 [2022-07-25T13:52:27.685Z] === RUN   TestRenameAnonymousContainer
13:52:29 [2022-07-25T13:52:29.585Z] --- PASS: TestRenameAnonymousContainer (1.65s)
13:52:29 [2022-07-25T13:52:29.585Z] === RUN   TestRenameContainerWithSameName
13:52:29 [2022-07-25T13:52:29.585Z] --- PASS: TestRenameContainerWithSameName (0.45s)
13:52:29 [2022-07-25T13:52:29.585Z] === RUN   TestRenameContainerWithLinkedContainer
13:52:30 [2022-07-25T13:52:30.520Z] --- PASS: TestRenameContainerWithLinkedContainer (0.91s)
13:52:30 [2022-07-25T13:52:30.520Z] === RUN   TestResize
13:52:31 [2022-07-25T13:52:31.086Z] --- PASS: TestResize (0.43s)
13:52:31 [2022-07-25T13:52:31.086Z] === RUN   TestResizeWithInvalidSize
13:52:31 [2022-07-25T13:52:31.344Z] --- PASS: TestResizeWithInvalidSize (0.47s)
13:52:31 [2022-07-25T13:52:31.344Z] === RUN   TestResizeWhenContainerNotStarted
13:52:31 [2022-07-25T13:52:31.910Z] --- PASS: TestResizeWhenContainerNotStarted (0.48s)
13:52:31 [2022-07-25T13:52:31.910Z] === RUN   TestDaemonRestartKillContainers
13:52:31 [2022-07-25T13:52:31.910Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:52:31 [2022-07-25T13:52:31.910Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:52:33 [2022-07-25T13:52:33.284Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:52:33 [2022-07-25T13:52:33.543Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:52:34 [2022-07-25T13:52:34.918Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:52:34 [2022-07-25T13:52:34.918Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:52:35 [2022-07-25T13:52:35.854Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:52:38 [2022-07-25T13:52:38.389Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:52:39 [2022-07-25T13:52:39.335Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:52:42 [2022-07-25T13:52:42.618Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:52:43 [2022-07-25T13:52:43.184Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:52:44 [2022-07-25T13:52:44.118Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:52:45 [2022-07-25T13:52:45.052Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:52:45 [2022-07-25T13:52:45.986Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:52:47 [2022-07-25T13:52:47.363Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:52:47 [2022-07-25T13:52:47.933Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:52:49 [2022-07-25T13:52:49.832Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
13:52:49 [2022-07-25T13:52:49.832Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.42s)
13:52:49 [2022-07-25T13:52:49.832Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.72s)
13:52:49 [2022-07-25T13:52:49.832Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.26s)
13:52:49 [2022-07-25T13:52:49.832Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.28s)
13:52:49 [2022-07-25T13:52:49.832Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.26s)
13:52:49 [2022-07-25T13:52:49.832Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.40s)
13:52:49 [2022-07-25T13:52:49.832Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.39s)
13:52:49 [2022-07-25T13:52:49.832Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.82s)
13:52:49 [2022-07-25T13:52:49.832Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.96s)
13:52:49 [2022-07-25T13:52:49.832Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.78s)
13:52:49 [2022-07-25T13:52:49.832Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.85s)
13:52:49 [2022-07-25T13:52:49.832Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.08s)
13:52:49 [2022-07-25T13:52:49.832Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.26s)
13:52:49 [2022-07-25T13:52:49.832Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.83s)
13:52:49 [2022-07-25T13:52:49.832Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.83s)
13:52:49 [2022-07-25T13:52:49.832Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.73s)
13:52:49 [2022-07-25T13:52:49.832Z] === RUN   TestCgroupNamespacesRun
13:52:50 [2022-07-25T13:52:50.767Z] --- PASS: TestCgroupNamespacesRun (1.26s)
13:52:50 [2022-07-25T13:52:50.767Z] === RUN   TestCgroupNamespacesRunPrivileged
13:52:50 [2022-07-25T13:52:50.767Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
13:52:50 [2022-07-25T13:52:50.767Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
13:52:50 [2022-07-25T13:52:50.767Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
13:52:52 [2022-07-25T13:52:52.140Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.19s)
13:52:52 [2022-07-25T13:52:52.141Z] === RUN   TestCgroupNamespacesRunHostMode
13:52:53 [2022-07-25T13:52:53.513Z] --- PASS: TestCgroupNamespacesRunHostMode (1.18s)
13:52:53 [2022-07-25T13:52:53.513Z] === RUN   TestCgroupNamespacesRunPrivateMode
13:52:54 [2022-07-25T13:52:54.447Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.22s)
13:52:54 [2022-07-25T13:52:54.447Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
13:52:55 [2022-07-25T13:52:55.821Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.17s)
13:52:55 [2022-07-25T13:52:55.821Z] === RUN   TestCgroupNamespacesRunInvalidMode
13:52:56 [2022-07-25T13:52:56.387Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s)
13:52:56 [2022-07-25T13:52:56.387Z] === RUN   TestCgroupNamespacesRunOlderClient
13:52:57 [2022-07-25T13:52:57.761Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.23s)
13:52:57 [2022-07-25T13:52:57.761Z] === RUN   TestNISDomainname
13:52:58 [2022-07-25T13:52:58.019Z] --- PASS: TestNISDomainname (0.59s)
13:52:58 [2022-07-25T13:52:58.019Z] === RUN   TestHostnameDnsResolution
13:52:58 [2022-07-25T13:52:58.953Z] --- PASS: TestHostnameDnsResolution (0.71s)
13:52:58 [2022-07-25T13:52:58.953Z] === RUN   TestUnprivilegedPortsAndPing
13:52:59 [2022-07-25T13:52:59.520Z] --- PASS: TestUnprivilegedPortsAndPing (0.60s)
13:52:59 [2022-07-25T13:52:59.520Z] === RUN   TestPrivilegedHostDevices
13:53:00 [2022-07-25T13:53:00.087Z] --- PASS: TestPrivilegedHostDevices (0.49s)
13:53:00 [2022-07-25T13:53:00.087Z] === RUN   TestRunConsoleSize
13:53:00 [2022-07-25T13:53:00.345Z] --- PASS: TestRunConsoleSize (0.45s)
13:53:00 [2022-07-25T13:53:00.345Z] === RUN   TestStats
13:53:02 [2022-07-25T13:53:02.871Z] --- PASS: TestStats (2.52s)
13:53:02 [2022-07-25T13:53:02.871Z] === RUN   TestStopContainerWithTimeout
13:53:02 [2022-07-25T13:53:02.871Z] === RUN   TestStopContainerWithTimeout/0
13:53:02 [2022-07-25T13:53:02.871Z] === PAUSE TestStopContainerWithTimeout/0
13:53:02 [2022-07-25T13:53:02.871Z] === RUN   TestStopContainerWithTimeout/1
13:53:02 [2022-07-25T13:53:02.871Z] === PAUSE TestStopContainerWithTimeout/1
13:53:02 [2022-07-25T13:53:02.871Z] === RUN   TestStopContainerWithTimeout/3
13:53:02 [2022-07-25T13:53:02.871Z] === PAUSE TestStopContainerWithTimeout/3
13:53:02 [2022-07-25T13:53:02.871Z] === RUN   TestStopContainerWithTimeout/-1
13:53:02 [2022-07-25T13:53:02.871Z] === PAUSE TestStopContainerWithTimeout/-1
13:53:02 [2022-07-25T13:53:02.871Z] === CONT  TestStopContainerWithTimeout/0
13:53:02 [2022-07-25T13:53:02.871Z] === CONT  TestStopContainerWithTimeout/3
13:53:03 [2022-07-25T13:53:03.833Z] === CONT  TestStopContainerWithTimeout/-1
13:53:05 [2022-07-25T13:53:05.731Z] === CONT  TestStopContainerWithTimeout/1
13:53:07 [2022-07-25T13:53:07.103Z] --- PASS: TestStopContainerWithTimeout (0.01s)
13:53:07 [2022-07-25T13:53:07.103Z]     --- PASS: TestStopContainerWithTimeout/0 (0.77s)
13:53:07 [2022-07-25T13:53:07.103Z]     --- PASS: TestStopContainerWithTimeout/3 (2.79s)
13:53:07 [2022-07-25T13:53:07.103Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.44s)
13:53:07 [2022-07-25T13:53:07.103Z]     --- PASS: TestStopContainerWithTimeout/1 (1.46s)
13:53:07 [2022-07-25T13:53:07.103Z] === RUN   TestDeleteDevicemapper
13:53:07 [2022-07-25T13:53:07.103Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:53:07 [2022-07-25T13:53:07.103Z] --- SKIP: TestDeleteDevicemapper (0.00s)
13:53:07 [2022-07-25T13:53:07.103Z] === RUN   TestStopContainerWithRestartPolicyAlways
13:53:09 [2022-07-25T13:53:09.002Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.58s)
13:53:09 [2022-07-25T13:53:09.003Z] === RUN   TestUpdateMemory
13:53:09 [2022-07-25T13:53:09.261Z] --- PASS: TestUpdateMemory (0.61s)
13:53:09 [2022-07-25T13:53:09.261Z] === RUN   TestUpdateCPUQuota
13:53:10 [2022-07-25T13:53:10.195Z] --- PASS: TestUpdateCPUQuota (0.80s)
13:53:10 [2022-07-25T13:53:10.195Z] === RUN   TestUpdatePidsLimit
13:53:10 [2022-07-25T13:53:10.195Z] === RUN   TestUpdatePidsLimit/update_from_none
13:53:10 [2022-07-25T13:53:10.453Z] === RUN   TestUpdatePidsLimit/no_change
13:53:10 [2022-07-25T13:53:10.453Z] === RUN   TestUpdatePidsLimit/update_lower
13:53:10 [2022-07-25T13:53:10.711Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
13:53:10 [2022-07-25T13:53:10.969Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
13:53:11 [2022-07-25T13:53:11.227Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
13:53:11 [2022-07-25T13:53:11.485Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
13:53:12 [2022-07-25T13:53:12.419Z] --- PASS: TestUpdatePidsLimit (2.05s)
13:53:12 [2022-07-25T13:53:12.419Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.22s)
13:53:12 [2022-07-25T13:53:12.419Z]     --- PASS: TestUpdatePidsLimit/no_change (0.22s)
13:53:12 [2022-07-25T13:53:12.419Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.23s)
13:53:12 [2022-07-25T13:53:12.419Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s)
13:53:12 [2022-07-25T13:53:12.419Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.23s)
13:53:12 [2022-07-25T13:53:12.419Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s)
13:53:12 [2022-07-25T13:53:12.419Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.23s)
13:53:12 [2022-07-25T13:53:12.419Z] === RUN   TestUpdateRestartPolicy
13:53:24 [2022-07-25T13:53:24.612Z] --- PASS: TestUpdateRestartPolicy (11.11s)
13:53:24 [2022-07-25T13:53:24.612Z] === RUN   TestUpdateRestartWithAutoRemove
13:53:24 [2022-07-25T13:53:24.612Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s)
13:53:24 [2022-07-25T13:53:24.612Z] === RUN   TestWaitNonBlocked
13:53:24 [2022-07-25T13:53:24.612Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
13:53:24 [2022-07-25T13:53:24.612Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
13:53:24 [2022-07-25T13:53:24.612Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
13:53:24 [2022-07-25T13:53:24.612Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
13:53:24 [2022-07-25T13:53:24.612Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
13:53:24 [2022-07-25T13:53:24.612Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
13:53:24 [2022-07-25T13:53:24.612Z] --- PASS: TestWaitNonBlocked (0.01s)
13:53:24 [2022-07-25T13:53:24.612Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.68s)
13:53:24 [2022-07-25T13:53:24.612Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.71s)
13:53:24 [2022-07-25T13:53:24.612Z] === RUN   TestWaitBlocked
13:53:24 [2022-07-25T13:53:24.612Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
13:53:24 [2022-07-25T13:53:24.612Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
13:53:24 [2022-07-25T13:53:24.612Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
13:53:24 [2022-07-25T13:53:24.612Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
13:53:24 [2022-07-25T13:53:24.612Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
13:53:24 [2022-07-25T13:53:24.612Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
13:53:25 [2022-07-25T13:53:25.179Z] --- PASS: TestWaitBlocked (0.01s)
13:53:25 [2022-07-25T13:53:25.179Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.71s)
13:53:25 [2022-07-25T13:53:25.179Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.83s)
13:53:25 [2022-07-25T13:53:25.179Z] === RUN   TestWaitConditions
13:53:25 [2022-07-25T13:53:25.179Z] === RUN   TestWaitConditions/default
13:53:25 [2022-07-25T13:53:25.179Z] === PAUSE TestWaitConditions/default
13:53:25 [2022-07-25T13:53:25.179Z] === RUN   TestWaitConditions/not-running
13:53:25 [2022-07-25T13:53:25.179Z] === PAUSE TestWaitConditions/not-running
13:53:25 [2022-07-25T13:53:25.179Z] === RUN   TestWaitConditions/next-exit
13:53:25 [2022-07-25T13:53:25.179Z] === PAUSE TestWaitConditions/next-exit
13:53:25 [2022-07-25T13:53:25.179Z] === RUN   TestWaitConditions/removed
13:53:25 [2022-07-25T13:53:25.179Z] === PAUSE TestWaitConditions/removed
13:53:25 [2022-07-25T13:53:25.179Z] === CONT  TestWaitConditions/default
13:53:25 [2022-07-25T13:53:25.179Z] === CONT  TestWaitConditions/removed
13:53:27 [2022-07-25T13:53:27.078Z] === CONT  TestWaitConditions/not-running
13:53:27 [2022-07-25T13:53:27.078Z] === CONT  TestWaitConditions/next-exit
13:53:28 [2022-07-25T13:53:28.978Z] --- PASS: TestWaitConditions (0.01s)
13:53:28 [2022-07-25T13:53:28.978Z]     --- PASS: TestWaitConditions/default (1.69s)
13:53:28 [2022-07-25T13:53:28.978Z]     --- PASS: TestWaitConditions/removed (1.72s)
13:53:28 [2022-07-25T13:53:28.978Z]     --- PASS: TestWaitConditions/not-running (1.58s)
13:53:28 [2022-07-25T13:53:28.978Z]     --- PASS: TestWaitConditions/next-exit (1.60s)
13:53:28 [2022-07-25T13:53:28.978Z] === CONT  TestContainerStartOnDaemonRestart
13:53:28 [2022-07-25T13:53:28.978Z] === CONT  TestRestartDaemonWithRestartingContainer
13:53:31 [2022-07-25T13:53:31.511Z] --- PASS: TestContainerStartOnDaemonRestart (2.39s)
13:53:31 [2022-07-25T13:53:31.511Z] === CONT  TestDaemonHostGatewayIP
13:53:31 [2022-07-25T13:53:31.511Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.41s)
13:53:31 [2022-07-25T13:53:31.511Z] === CONT  TestDaemonRestartIpcMode
13:53:34 [2022-07-25T13:53:34.041Z] --- PASS: TestDaemonRestartIpcMode (2.78s)
13:53:34 [2022-07-25T13:53:34.041Z] === CONT  TestIpcModeOlderClient
13:53:34 [2022-07-25T13:53:34.041Z] --- PASS: TestDaemonHostGatewayIP (2.85s)
13:53:34 [2022-07-25T13:53:34.041Z] === CONT  TestContainerKillOnDaemonStart
13:53:34 [2022-07-25T13:53:34.041Z] --- PASS: TestIpcModeOlderClient (0.08s)
13:53:46 [2022-07-25T13:53:46.241Z] --- PASS: TestContainerKillOnDaemonStart (11.58s)
13:53:46 [2022-07-25T13:53:46.241Z] PASS
13:53:46 [2022-07-25T13:53:46.241Z] 
13:53:46 [2022-07-25T13:53:46.241Z] === Skipped
13:53:46 [2022-07-25T13:53:46.241Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
13:53:46 [2022-07-25T13:53:46.241Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:53:46 [2022-07-25T13:53:46.241Z] 
13:53:46 [2022-07-25T13:53:46.241Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
13:53:46 [2022-07-25T13:53:46.241Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
13:53:46 [2022-07-25T13:53:46.241Z] 
13:53:46 [2022-07-25T13:53:46.241Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
13:53:46 [2022-07-25T13:53:46.241Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:53:46 [2022-07-25T13:53:46.241Z] 
13:53:46 [2022-07-25T13:53:46.241Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
13:53:46 [2022-07-25T13:53:46.241Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
13:53:46 [2022-07-25T13:53:46.241Z] 
13:53:46 [2022-07-25T13:53:46.241Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
13:53:46 [2022-07-25T13:53:46.241Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:53:46 [2022-07-25T13:53:46.241Z] 
13:53:46 [2022-07-25T13:53:46.241Z] DONE 264 tests, 5 skipped in 132.604s
13:53:46 [2022-07-25T13:53:46.241Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
13:53:46 [2022-07-25T13:53:46.241Z] === RUN   TestConfigDaemonLibtrustID
13:53:46 [2022-07-25T13:53:46.241Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
13:53:46 [2022-07-25T13:53:46.241Z] === RUN   TestConfigDaemonID
13:53:47 [2022-07-25T13:53:47.175Z]     daemon_test.go:83: [df43836921f07] daemon is not started
13:53:47 [2022-07-25T13:53:47.175Z] --- PASS: TestConfigDaemonID (1.04s)
13:53:47 [2022-07-25T13:53:47.175Z] === RUN   TestDaemonConfigValidation
13:53:47 [2022-07-25T13:53:47.175Z] === RUN   TestDaemonConfigValidation/config_with_no_content
13:53:47 [2022-07-25T13:53:47.175Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
13:53:47 [2022-07-25T13:53:47.175Z] === RUN   TestDaemonConfigValidation/config_with_{}
13:53:47 [2022-07-25T13:53:47.175Z] === PAUSE TestDaemonConfigValidation/config_with_{}
13:53:47 [2022-07-25T13:53:47.175Z] === RUN   TestDaemonConfigValidation/invalid_config
13:53:47 [2022-07-25T13:53:47.175Z] === PAUSE TestDaemonConfigValidation/invalid_config
13:53:47 [2022-07-25T13:53:47.175Z] === RUN   TestDaemonConfigValidation/malformed_config
13:53:47 [2022-07-25T13:53:47.175Z] === PAUSE TestDaemonConfigValidation/malformed_config
13:53:47 [2022-07-25T13:53:47.175Z] === RUN   TestDaemonConfigValidation/valid_config
13:53:47 [2022-07-25T13:53:47.175Z] === PAUSE TestDaemonConfigValidation/valid_config
13:53:47 [2022-07-25T13:53:47.175Z] === CONT  TestDaemonConfigValidation/config_with_no_content
13:53:47 [2022-07-25T13:53:47.175Z] === CONT  TestDaemonConfigValidation/malformed_config
13:53:47 [2022-07-25T13:53:47.175Z] === CONT  TestDaemonConfigValidation/invalid_config
13:53:47 [2022-07-25T13:53:47.175Z] === CONT  TestDaemonConfigValidation/config_with_{}
13:53:47 [2022-07-25T13:53:47.175Z] === CONT  TestDaemonConfigValidation/valid_config
13:53:47 [2022-07-25T13:53:47.175Z] --- PASS: TestDaemonConfigValidation (0.00s)
13:53:47 [2022-07-25T13:53:47.175Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.07s)
13:53:47 [2022-07-25T13:53:47.175Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.12s)
13:53:47 [2022-07-25T13:53:47.175Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.10s)
13:53:47 [2022-07-25T13:53:47.175Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s)
13:53:47 [2022-07-25T13:53:47.175Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.06s)
13:53:47 [2022-07-25T13:53:47.175Z] === RUN   TestConfigDaemonSeccompProfiles
13:53:47 [2022-07-25T13:53:47.175Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
13:53:48 [2022-07-25T13:53:48.549Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
13:53:49 [2022-07-25T13:53:49.482Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
13:53:50 [2022-07-25T13:53:50.417Z] === CONT  TestConfigDaemonSeccompProfiles
13:53:50 [2022-07-25T13:53:50.417Z]     daemon_test.go:197: [d022e27ca2534] daemon is not started
13:53:50 [2022-07-25T13:53:50.417Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s)
13:53:50 [2022-07-25T13:53:50.417Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.03s)
13:53:50 [2022-07-25T13:53:50.417Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.03s)
13:53:50 [2022-07-25T13:53:50.417Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
13:53:50 [2022-07-25T13:53:50.417Z] === RUN   TestDaemonProxy
13:53:50 [2022-07-25T13:53:50.417Z] === RUN   TestDaemonProxy/environment_variables
13:53:52 [2022-07-25T13:53:52.316Z] === RUN   TestDaemonProxy/command-line_options
13:53:54 [2022-07-25T13:53:54.216Z] === RUN   TestDaemonProxy/configuration_file
13:53:55 [2022-07-25T13:53:55.588Z] === RUN   TestDaemonProxy/conflicting_options
13:53:56 [2022-07-25T13:53:56.154Z] === RUN   TestDaemonProxy/reload_sanitized
13:53:56 [2022-07-25T13:53:56.721Z] --- PASS: TestDaemonProxy (6.20s)
13:53:56 [2022-07-25T13:53:56.721Z]     --- PASS: TestDaemonProxy/environment_variables (1.72s)
13:53:56 [2022-07-25T13:53:56.721Z]     --- PASS: TestDaemonProxy/command-line_options (1.73s)
13:53:56 [2022-07-25T13:53:56.721Z]     --- PASS: TestDaemonProxy/configuration_file (1.73s)
13:53:56 [2022-07-25T13:53:56.721Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
13:53:56 [2022-07-25T13:53:56.721Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
13:53:56 [2022-07-25T13:53:56.721Z] PASS
13:53:56 [2022-07-25T13:53:56.721Z] 
13:53:56 [2022-07-25T13:53:56.721Z] DONE 18 tests in 11.132s
13:53:56 [2022-07-25T13:53:56.721Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
13:53:56 [2022-07-25T13:53:56.721Z] INFO: Testing against a local daemon
13:53:56 [2022-07-25T13:53:56.721Z] === RUN   TestCommitInheritsEnv
13:53:56 [2022-07-25T13:53:56.980Z] --- PASS: TestCommitInheritsEnv (0.33s)
13:53:56 [2022-07-25T13:53:56.980Z] === RUN   TestImportExtremelyLargeImageWorks
13:53:56 [2022-07-25T13:53:56.980Z] === PAUSE TestImportExtremelyLargeImageWorks
13:53:56 [2022-07-25T13:53:56.980Z] === RUN   TestImportWithCustomPlatform
13:53:56 [2022-07-25T13:53:56.980Z] === RUN   TestImportWithCustomPlatform/#00
13:53:56 [2022-07-25T13:53:56.980Z] === RUN   TestImportWithCustomPlatform/_______
13:53:56 [2022-07-25T13:53:56.980Z] === RUN   TestImportWithCustomPlatform//
13:53:56 [2022-07-25T13:53:56.980Z] === RUN   TestImportWithCustomPlatform/linux
13:53:57 [2022-07-25T13:53:57.238Z] === RUN   TestImportWithCustomPlatform/LINUX
13:53:57 [2022-07-25T13:53:57.238Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
13:53:57 [2022-07-25T13:53:57.238Z] === RUN   TestImportWithCustomPlatform/macos
13:53:57 [2022-07-25T13:53:57.238Z] === RUN   TestImportWithCustomPlatform/macos/arm64
13:53:57 [2022-07-25T13:53:57.238Z] === RUN   TestImportWithCustomPlatform/nintendo64
13:53:57 [2022-07-25T13:53:57.238Z] --- PASS: TestImportWithCustomPlatform (0.33s)
13:53:57 [2022-07-25T13:53:57.238Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
13:53:57 [2022-07-25T13:53:57.238Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
13:53:57 [2022-07-25T13:53:57.238Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
13:53:57 [2022-07-25T13:53:57.238Z]     --- PASS: TestImportWithCustomPlatform/linux (0.08s)
13:53:57 [2022-07-25T13:53:57.238Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.08s)
13:53:57 [2022-07-25T13:53:57.238Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
13:53:57 [2022-07-25T13:53:57.238Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
13:53:57 [2022-07-25T13:53:57.238Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
13:53:57 [2022-07-25T13:53:57.238Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
13:53:57 [2022-07-25T13:53:57.238Z] === RUN   TestImagesFilterMultiReference
13:53:57 [2022-07-25T13:53:57.496Z] --- PASS: TestImagesFilterMultiReference (0.06s)
13:53:57 [2022-07-25T13:53:57.496Z] === RUN   TestImagePullPlatformInvalid
13:53:57 [2022-07-25T13:53:57.496Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
13:53:57 [2022-07-25T13:53:57.496Z] === RUN   TestRemoveImageOrphaning
13:53:57 [2022-07-25T13:53:57.754Z] --- PASS: TestRemoveImageOrphaning (0.28s)
13:53:57 [2022-07-25T13:53:57.754Z] === RUN   TestRemoveImageGarbageCollector
13:53:58 [2022-07-25T13:53:58.320Z] time="2022-07-25T13:53:58Z" level=info msg="[graphdriver] trying configured driver: overlay2"
13:53:59 [2022-07-25T13:53:59.693Z] --- PASS: TestRemoveImageGarbageCollector (1.88s)
13:53:59 [2022-07-25T13:53:59.693Z] === RUN   TestTagUnprefixedRepoByNameOrName
13:53:59 [2022-07-25T13:53:59.693Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
13:53:59 [2022-07-25T13:53:59.693Z] === RUN   TestTagInvalidReference
13:53:59 [2022-07-25T13:53:59.693Z] --- PASS: TestTagInvalidReference (0.01s)
13:53:59 [2022-07-25T13:53:59.693Z] === RUN   TestTagValidPrefixedRepo
13:53:59 [2022-07-25T13:53:59.693Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
13:53:59 [2022-07-25T13:53:59.693Z] === RUN   TestTagExistedNameWithoutForce
13:53:59 [2022-07-25T13:53:59.693Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
13:53:59 [2022-07-25T13:53:59.693Z] === RUN   TestTagOfficialNames
13:53:59 [2022-07-25T13:53:59.693Z] --- PASS: TestTagOfficialNames (0.05s)
13:53:59 [2022-07-25T13:53:59.693Z] === RUN   TestTagMatchesDigest
13:53:59 [2022-07-25T13:53:59.693Z] --- PASS: TestTagMatchesDigest (0.02s)
13:53:59 [2022-07-25T13:53:59.693Z] === CONT  TestImportExtremelyLargeImageWorks
13:55:36 [2022-07-25T13:55:36.137Z] --- PASS: TestImportExtremelyLargeImageWorks (91.57s)
13:55:36 [2022-07-25T13:55:36.137Z] PASS
13:55:36 [2022-07-25T13:55:36.137Z] 
13:55:36 [2022-07-25T13:55:36.137Z] DONE 22 tests in 94.719s
13:55:36 [2022-07-25T13:55:36.137Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
13:55:36 [2022-07-25T13:55:36.137Z] === RUN   TestStripANSICommands
13:55:36 [2022-07-25T13:55:36.137Z] === RUN   TestStripANSICommands/#00
13:55:36 [2022-07-25T13:55:36.137Z] === RUN   TestStripANSICommands/#01
13:55:36 [2022-07-25T13:55:36.137Z] --- PASS: TestStripANSICommands (0.00s)
13:55:36 [2022-07-25T13:55:36.137Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
13:55:36 [2022-07-25T13:55:36.137Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
13:55:36 [2022-07-25T13:55:36.137Z] PASS
13:55:36 [2022-07-25T13:55:36.137Z] 
13:55:36 [2022-07-25T13:55:36.137Z] DONE 3 tests in 0.008s
13:55:36 [2022-07-25T13:55:36.137Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
13:55:36 [2022-07-25T13:55:36.137Z] INFO: Testing against a local daemon
13:55:36 [2022-07-25T13:55:36.137Z] === RUN   TestNetworkCreateDelete
13:55:36 [2022-07-25T13:55:36.137Z] --- PASS: TestNetworkCreateDelete (0.12s)
13:55:36 [2022-07-25T13:55:36.137Z] === RUN   TestDockerNetworkDeletePreferID
13:55:36 [2022-07-25T13:55:36.137Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s)
13:55:36 [2022-07-25T13:55:36.137Z] === RUN   TestDaemonDNSFallback
13:55:38 [2022-07-25T13:55:38.664Z] --- PASS: TestDaemonDNSFallback (6.36s)
13:55:38 [2022-07-25T13:55:38.664Z] === RUN   TestInspectNetwork
13:55:41 [2022-07-25T13:55:41.193Z] === RUN   TestInspectNetwork/full_network_id
13:55:41 [2022-07-25T13:55:41.193Z] === RUN   TestInspectNetwork/partial_network_id
13:55:41 [2022-07-25T13:55:41.193Z] === RUN   TestInspectNetwork/network_name
13:55:41 [2022-07-25T13:55:41.193Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
13:55:45 [2022-07-25T13:55:45.374Z] --- PASS: TestInspectNetwork (7.01s)
13:55:45 [2022-07-25T13:55:45.374Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
13:55:45 [2022-07-25T13:55:45.374Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
13:55:45 [2022-07-25T13:55:45.374Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
13:55:45 [2022-07-25T13:55:45.374Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
13:55:45 [2022-07-25T13:55:45.374Z] === RUN   TestRunContainerWithBridgeNone
13:55:46 [2022-07-25T13:55:46.748Z] --- PASS: TestRunContainerWithBridgeNone (1.61s)
13:55:46 [2022-07-25T13:55:46.748Z] === RUN   TestNetworkInvalidJSON
13:55:46 [2022-07-25T13:55:46.748Z] === RUN   TestNetworkInvalidJSON/networks/create
13:55:46 [2022-07-25T13:55:46.748Z] === PAUSE TestNetworkInvalidJSON/networks/create
13:55:46 [2022-07-25T13:55:46.748Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
13:55:46 [2022-07-25T13:55:46.748Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
13:55:46 [2022-07-25T13:55:46.748Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
13:55:46 [2022-07-25T13:55:46.748Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
13:55:46 [2022-07-25T13:55:46.748Z] === CONT  TestNetworkInvalidJSON/networks/create
13:55:46 [2022-07-25T13:55:46.748Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
13:55:46 [2022-07-25T13:55:46.748Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
13:55:46 [2022-07-25T13:55:46.748Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
13:55:46 [2022-07-25T13:55:46.748Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
13:55:46 [2022-07-25T13:55:46.748Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
13:55:46 [2022-07-25T13:55:46.748Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
13:55:46 [2022-07-25T13:55:46.748Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
13:55:46 [2022-07-25T13:55:46.748Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
13:55:46 [2022-07-25T13:55:46.748Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
13:55:47 [2022-07-25T13:55:47.006Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
13:55:47 [2022-07-25T13:55:47.006Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
13:55:47 [2022-07-25T13:55:47.006Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
13:55:47 [2022-07-25T13:55:47.006Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
13:55:47 [2022-07-25T13:55:47.006Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
13:55:47 [2022-07-25T13:55:47.006Z] --- PASS: TestNetworkInvalidJSON (0.02s)
13:55:47 [2022-07-25T13:55:47.006Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.01s)
13:55:47 [2022-07-25T13:55:47.006Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
13:55:47 [2022-07-25T13:55:47.006Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
13:55:47 [2022-07-25T13:55:47.006Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
13:55:47 [2022-07-25T13:55:47.006Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
13:55:47 [2022-07-25T13:55:47.006Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s)
13:55:47 [2022-07-25T13:55:47.006Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
13:55:47 [2022-07-25T13:55:47.006Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
13:55:47 [2022-07-25T13:55:47.006Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
13:55:47 [2022-07-25T13:55:47.006Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
13:55:47 [2022-07-25T13:55:47.006Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
13:55:47 [2022-07-25T13:55:47.006Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
13:55:47 [2022-07-25T13:55:47.006Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
13:55:47 [2022-07-25T13:55:47.006Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
13:55:47 [2022-07-25T13:55:47.006Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
13:55:47 [2022-07-25T13:55:47.006Z] === RUN   TestNetworkList
13:55:47 [2022-07-25T13:55:47.006Z] === RUN   TestNetworkList//networks
13:55:47 [2022-07-25T13:55:47.006Z] === PAUSE TestNetworkList//networks
13:55:47 [2022-07-25T13:55:47.006Z] === RUN   TestNetworkList//networks/
13:55:47 [2022-07-25T13:55:47.006Z] === PAUSE TestNetworkList//networks/
13:55:47 [2022-07-25T13:55:47.006Z] === CONT  TestNetworkList//networks
13:55:47 [2022-07-25T13:55:47.006Z] === CONT  TestNetworkList//networks/
13:55:47 [2022-07-25T13:55:47.006Z] --- PASS: TestNetworkList (0.01s)
13:55:47 [2022-07-25T13:55:47.006Z]     --- PASS: TestNetworkList//networks (0.00s)
13:55:47 [2022-07-25T13:55:47.006Z]     --- PASS: TestNetworkList//networks/ (0.00s)
13:55:47 [2022-07-25T13:55:47.006Z] === RUN   TestHostIPv4BridgeLabel
13:55:47 [2022-07-25T13:55:47.572Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
13:55:47 [2022-07-25T13:55:47.572Z] === RUN   TestDaemonRestartWithLiveRestore
13:55:48 [2022-07-25T13:55:48.505Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
13:55:48 [2022-07-25T13:55:48.505Z] === RUN   TestDaemonDefaultNetworkPools
13:55:49 [2022-07-25T13:55:49.438Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s)
13:55:49 [2022-07-25T13:55:49.438Z] === RUN   TestDaemonRestartWithExistingNetwork
13:55:50 [2022-07-25T13:55:50.371Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
13:55:50 [2022-07-25T13:55:50.371Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
13:55:51 [2022-07-25T13:55:51.744Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s)
13:55:51 [2022-07-25T13:55:51.744Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
13:55:52 [2022-07-25T13:55:52.310Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
13:55:52 [2022-07-25T13:55:52.310Z] === RUN   TestServiceWithPredefinedNetwork
13:55:54 [2022-07-25T13:55:54.840Z] --- PASS: TestServiceWithPredefinedNetwork (2.33s)
13:55:54 [2022-07-25T13:55:54.840Z] === RUN   TestServiceRemoveKeepsIngressNetwork
13:55:54 [2022-07-25T13:55:54.840Z]     service_test.go:243: FLAKY_TEST
13:55:54 [2022-07-25T13:55:54.840Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
13:55:54 [2022-07-25T13:55:54.840Z] === RUN   TestServiceWithDataPathPortInit
13:56:09 [2022-07-25T13:56:09.720Z] --- PASS: TestServiceWithDataPathPortInit (14.27s)
13:56:09 [2022-07-25T13:56:09.720Z] === RUN   TestServiceWithDefaultAddressPoolInit
13:56:11 [2022-07-25T13:56:11.620Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:mf31m5747taupoa354lievojr Created:2022-07-25 13:56:10.04506081 +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[679a8fd55260e14c9cae650d6aabc53da233d105d0a36ebd4785cab665cca579:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.kbrlds1mmck82lass2l0o3i2h EndpointID:f07f62cb47600ba9d652d3d848b03ffa90af08bf65f499a54f3089129193426c MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:e8c2021de2775bd9c8de507138616798122ddc94ea5c600cbbf820499283885f 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:1e4c80338b1d IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.kbrlds1mmck82lass2l0o3i2h EndpointID:f07f62cb47600ba9d652d3d848b03ffa90af08bf65f499a54f3089129193426c EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
13:56:15 [2022-07-25T13:56:15.802Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.10s)
13:56:15 [2022-07-25T13:56:15.802Z] PASS
13:56:15 [2022-07-25T13:56:15.802Z] 
13:56:15 [2022-07-25T13:56:15.802Z] === Skipped
13:56:15 [2022-07-25T13:56:15.802Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
13:56:15 [2022-07-25T13:56:15.802Z]     service_test.go:243: FLAKY_TEST
13:56:15 [2022-07-25T13:56:15.802Z] 
13:56:15 [2022-07-25T13:56:15.802Z] DONE 38 tests, 1 skipped in 44.492s
13:56:15 [2022-07-25T13:56:15.802Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
13:56:15 [2022-07-25T13:56:15.802Z] INFO: Testing against a local daemon
13:56:15 [2022-07-25T13:56:15.802Z] === RUN   TestDockerNetworkIpvlanPersistance
13:56:15 [2022-07-25T13:56:15.802Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:56:15 [2022-07-25T13:56:15.802Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
13:56:15 [2022-07-25T13:56:15.802Z] === RUN   TestDockerNetworkIpvlan
13:56:15 [2022-07-25T13:56:15.802Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:56:15 [2022-07-25T13:56:15.802Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
13:56:15 [2022-07-25T13:56:15.802Z] PASS
13:56:15 [2022-07-25T13:56:15.802Z] 
13:56:15 [2022-07-25T13:56:15.802Z] === Skipped
13:56:15 [2022-07-25T13:56:15.802Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
13:56:15 [2022-07-25T13:56:15.802Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:56:15 [2022-07-25T13:56:15.802Z] 
13:56:15 [2022-07-25T13:56:15.802Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
13:56:15 [2022-07-25T13:56:15.802Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:56:15 [2022-07-25T13:56:15.802Z] 
13:56:15 [2022-07-25T13:56:15.802Z] DONE 2 tests, 2 skipped in 0.024s
13:56:15 [2022-07-25T13:56:15.802Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
13:56:15 [2022-07-25T13:56:15.802Z] INFO: Testing against a local daemon
13:56:15 [2022-07-25T13:56:15.802Z] === RUN   TestDockerNetworkMacvlanPersistance
13:56:17 [2022-07-25T13:56:17.176Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.23s)
13:56:17 [2022-07-25T13:56:17.176Z] === RUN   TestDockerNetworkMacvlan
13:56:17 [2022-07-25T13:56:17.742Z] === RUN   TestDockerNetworkMacvlan/Subinterface
13:56:18 [2022-07-25T13:56:18.678Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
13:56:19 [2022-07-25T13:56:19.245Z] === RUN   TestDockerNetworkMacvlan/NilParent
13:56:21 [2022-07-25T13:56:21.146Z] === RUN   TestDockerNetworkMacvlan/InternalMode
13:56:23 [2022-07-25T13:56:23.048Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
13:56:26 [2022-07-25T13:56:26.334Z] === RUN   TestDockerNetworkMacvlan/Addressing
13:56:26 [2022-07-25T13:56:26.902Z] --- PASS: TestDockerNetworkMacvlan (9.83s)
13:56:26 [2022-07-25T13:56:26.902Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
13:56:26 [2022-07-25T13:56:26.902Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
13:56:26 [2022-07-25T13:56:26.902Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.85s)
13:56:26 [2022-07-25T13:56:26.902Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.89s)
13:56:26 [2022-07-25T13:56:26.902Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.13s)
13:56:26 [2022-07-25T13:56:26.902Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.61s)
13:56:26 [2022-07-25T13:56:26.902Z] PASS
13:56:26 [2022-07-25T13:56:26.902Z] 
13:56:26 [2022-07-25T13:56:26.902Z] DONE 8 tests in 11.085s
13:56:26 [2022-07-25T13:56:26.902Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
13:56:26 [2022-07-25T13:56:26.902Z] testing: warning: no tests to run
13:56:26 [2022-07-25T13:56:26.902Z] PASS
13:56:26 [2022-07-25T13:56:26.902Z] 
13:56:26 [2022-07-25T13:56:26.902Z] DONE 0 tests in 0.007s
13:56:26 [2022-07-25T13:56:26.902Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
13:56:27 [2022-07-25T13:56:27.161Z] INFO: Testing against a local daemon
13:56:27 [2022-07-25T13:56:27.161Z] === RUN   TestAuthZPluginAllowRequest
13:56:28 [2022-07-25T13:56:28.537Z] --- PASS: TestAuthZPluginAllowRequest (1.20s)
13:56:28 [2022-07-25T13:56:28.537Z] === RUN   TestAuthZPluginTLS
13:56:28 [2022-07-25T13:56:28.795Z] --- PASS: TestAuthZPluginTLS (0.54s)
13:56:28 [2022-07-25T13:56:28.795Z] === RUN   TestAuthZPluginDenyRequest
13:56:29 [2022-07-25T13:56:29.362Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
13:56:29 [2022-07-25T13:56:29.362Z] === RUN   TestAuthZPluginAPIDenyResponse
13:56:29 [2022-07-25T13:56:29.928Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
13:56:29 [2022-07-25T13:56:29.928Z] === RUN   TestAuthZPluginDenyResponse
13:56:30 [2022-07-25T13:56:30.494Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
13:56:30 [2022-07-25T13:56:30.494Z] === RUN   TestAuthZPluginAllowEventStream
13:56:31 [2022-07-25T13:56:31.869Z] --- PASS: TestAuthZPluginAllowEventStream (1.20s)
13:56:31 [2022-07-25T13:56:31.869Z] === RUN   TestAuthZPluginErrorResponse
13:56:32 [2022-07-25T13:56:32.127Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
13:56:32 [2022-07-25T13:56:32.127Z] === RUN   TestAuthZPluginErrorRequest
13:56:32 [2022-07-25T13:56:32.694Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
13:56:32 [2022-07-25T13:56:32.694Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
13:56:33 [2022-07-25T13:56:33.262Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
13:56:33 [2022-07-25T13:56:33.262Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
13:56:34 [2022-07-25T13:56:34.659Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.54s)
13:56:34 [2022-07-25T13:56:34.659Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
13:56:36 [2022-07-25T13:56:36.560Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.49s)
13:56:36 [2022-07-25T13:56:36.560Z] === RUN   TestAuthZPluginHeader
13:56:36 [2022-07-25T13:56:36.818Z] --- PASS: TestAuthZPluginHeader (0.71s)
13:56:36 [2022-07-25T13:56:36.818Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
13:56:41 [2022-07-25T13:56:41.001Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.21s)
13:56:41 [2022-07-25T13:56:41.001Z] === RUN   TestAuthZPluginV2Disable
13:56:45 [2022-07-25T13:56:45.183Z] --- PASS: TestAuthZPluginV2Disable (3.75s)
13:56:45 [2022-07-25T13:56:45.183Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
13:56:48 [2022-07-25T13:56:48.464Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.52s)
13:56:48 [2022-07-25T13:56:48.464Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
13:57:00 [2022-07-25T13:57:00.666Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.32s)
13:57:00 [2022-07-25T13:57:00.666Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
13:57:15 [2022-07-25T13:57:15.532Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s)
13:57:15 [2022-07-25T13:57:15.532Z] PASS
13:57:15 [2022-07-25T13:57:15.532Z] 
13:57:15 [2022-07-25T13:57:15.532Z] DONE 17 tests in 48.547s
13:57:15 [2022-07-25T13:57:15.532Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
13:57:15 [2022-07-25T13:57:15.532Z] INFO: Testing against a local daemon
13:57:15 [2022-07-25T13:57:15.532Z] === RUN   TestPluginInvalidJSON
13:57:15 [2022-07-25T13:57:15.532Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
13:57:15 [2022-07-25T13:57:15.532Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
13:57:15 [2022-07-25T13:57:15.532Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
13:57:15 [2022-07-25T13:57:15.532Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
13:57:15 [2022-07-25T13:57:15.532Z] === RUN   TestPluginInvalidJSON/plugins/pull
13:57:15 [2022-07-25T13:57:15.532Z] === PAUSE TestPluginInvalidJSON/plugins/pull
13:57:15 [2022-07-25T13:57:15.532Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
13:57:15 [2022-07-25T13:57:15.532Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
13:57:15 [2022-07-25T13:57:15.532Z] === CONT  TestPluginInvalidJSON/plugins/pull
13:57:15 [2022-07-25T13:57:15.532Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
13:57:15 [2022-07-25T13:57:15.532Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
13:57:15 [2022-07-25T13:57:15.532Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
13:57:15 [2022-07-25T13:57:15.532Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
13:57:15 [2022-07-25T13:57:15.532Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
13:57:15 [2022-07-25T13:57:15.532Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
13:57:15 [2022-07-25T13:57:15.532Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
13:57:15 [2022-07-25T13:57:15.532Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
13:57:15 [2022-07-25T13:57:15.532Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
13:57:15 [2022-07-25T13:57:15.532Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
13:57:15 [2022-07-25T13:57:15.532Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
13:57:15 [2022-07-25T13:57:15.532Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
13:57:15 [2022-07-25T13:57:15.532Z] --- PASS: TestPluginInvalidJSON (0.02s)
13:57:15 [2022-07-25T13:57:15.532Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
13:57:15 [2022-07-25T13:57:15.532Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
13:57:15 [2022-07-25T13:57:15.532Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
13:57:15 [2022-07-25T13:57:15.532Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
13:57:15 [2022-07-25T13:57:15.532Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
13:57:15 [2022-07-25T13:57:15.532Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
13:57:15 [2022-07-25T13:57:15.532Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
13:57:15 [2022-07-25T13:57:15.532Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
13:57:15 [2022-07-25T13:57:15.532Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
13:57:15 [2022-07-25T13:57:15.532Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
13:57:15 [2022-07-25T13:57:15.532Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
13:57:15 [2022-07-25T13:57:15.532Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
13:57:15 [2022-07-25T13:57:15.532Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
13:57:15 [2022-07-25T13:57:15.532Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
13:57:15 [2022-07-25T13:57:15.533Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
13:57:15 [2022-07-25T13:57:15.533Z] === RUN   TestPluginInstall
13:57:15 [2022-07-25T13:57:15.533Z] === RUN   TestPluginInstall/no_auth
13:57:16 [2022-07-25T13:57:16.466Z] time="2022-07-25T13:57:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:57:16 [2022-07-25T13:57:16.466Z] time="2022-07-25T13:57:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f1a5d8d52fd89d9f4b05ea2746473b5abb4e720d0427439cbd4b1358c5883d68" mediatype=application/vnd.docker.plugin.v1+json size=522
13:57:16 [2022-07-25T13:57:16.466Z] time="2022-07-25T13:57:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:57:16 [2022-07-25T13:57:16.466Z] time="2022-07-25T13:57:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f1a5d8d52fd89d9f4b05ea2746473b5abb4e720d0427439cbd4b1358c5883d68" mediatype=application/vnd.docker.plugin.v1+json size=522
13:57:16 [2022-07-25T13:57:16.726Z] === RUN   TestPluginInstall/with_htpasswd
13:57:16 [2022-07-25T13:57:16.985Z] time="2022-07-25T13:57:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:57:16 [2022-07-25T13:57:16.985Z] time="2022-07-25T13:57:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:87d736c9001f730fd6c386c67bdc78c96d574974d91faa11bf131fa047b44f16" mediatype=application/vnd.docker.plugin.v1+json size=522
13:57:16 [2022-07-25T13:57:16.985Z] time="2022-07-25T13:57:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:57:16 [2022-07-25T13:57:16.985Z] time="2022-07-25T13:57:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:87d736c9001f730fd6c386c67bdc78c96d574974d91faa11bf131fa047b44f16" mediatype=application/vnd.docker.plugin.v1+json size=522
13:57:17 [2022-07-25T13:57:17.243Z] === RUN   TestPluginInstall/with_insecure
13:57:18 [2022-07-25T13:57:18.178Z] time="2022-07-25T13:57:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:57:18 [2022-07-25T13:57:18.178Z] time="2022-07-25T13:57:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4ee268465e8a9d443907a659e72e8b143e34c18e127a3d6ebfaf68b044c8818a" mediatype=application/vnd.docker.plugin.v1+json size=522
13:57:18 [2022-07-25T13:57:18.178Z] time="2022-07-25T13:57:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:57:18 [2022-07-25T13:57:18.178Z] time="2022-07-25T13:57:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4ee268465e8a9d443907a659e72e8b143e34c18e127a3d6ebfaf68b044c8818a" mediatype=application/vnd.docker.plugin.v1+json size=522
13:57:18 [2022-07-25T13:57:18.438Z]     plugin_test.go:195: [d9d2c01ac4de6] daemon is not started
13:57:18 [2022-07-25T13:57:18.438Z] --- PASS: TestPluginInstall (2.81s)
13:57:18 [2022-07-25T13:57:18.438Z]     --- PASS: TestPluginInstall/no_auth (1.08s)
13:57:18 [2022-07-25T13:57:18.438Z]     --- PASS: TestPluginInstall/with_htpasswd (0.62s)
13:57:18 [2022-07-25T13:57:18.438Z]     --- PASS: TestPluginInstall/with_insecure (1.11s)
13:57:18 [2022-07-25T13:57:18.438Z] === RUN   TestPluginsWithRuntimes
13:57:20 [2022-07-25T13:57:20.338Z] === RUN   TestPluginsWithRuntimes/No_Args
13:57:20 [2022-07-25T13:57:20.905Z] === RUN   TestPluginsWithRuntimes/With_Args
13:57:21 [2022-07-25T13:57:21.838Z] --- PASS: TestPluginsWithRuntimes (3.45s)
13:57:21 [2022-07-25T13:57:21.838Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.94s)
13:57:21 [2022-07-25T13:57:21.838Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.93s)
13:57:21 [2022-07-25T13:57:21.838Z] === RUN   TestPluginBackCompatMediaTypes
13:57:22 [2022-07-25T13:57:22.404Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s)
13:57:22 [2022-07-25T13:57:22.404Z] PASS
13:57:22 [2022-07-25T13:57:22.404Z] 
13:57:22 [2022-07-25T13:57:22.404Z] DONE 24 tests in 6.880s
13:57:22 [2022-07-25T13:57:22.404Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
13:57:22 [2022-07-25T13:57:22.404Z] INFO: Testing against a local daemon
13:57:22 [2022-07-25T13:57:22.404Z] === RUN   TestExternalGraphDriver
13:57:22 [2022-07-25T13:57:22.970Z] === RUN   TestExternalGraphDriver/json
13:57:24 [2022-07-25T13:57:24.869Z] === RUN   TestExternalGraphDriver/spec
13:57:26 [2022-07-25T13:57:26.243Z] === RUN   TestExternalGraphDriver/pull
13:57:28 [2022-07-25T13:57:28.143Z] --- PASS: TestExternalGraphDriver (5.34s)
13:57:28 [2022-07-25T13:57:28.143Z]     --- PASS: TestExternalGraphDriver/json (1.65s)
13:57:28 [2022-07-25T13:57:28.143Z]     --- PASS: TestExternalGraphDriver/spec (1.65s)
13:57:28 [2022-07-25T13:57:28.143Z]     --- PASS: TestExternalGraphDriver/pull (1.70s)
13:57:28 [2022-07-25T13:57:28.143Z] === RUN   TestGraphdriverPluginV2
13:57:32 [2022-07-25T13:57:32.326Z] --- PASS: TestGraphdriverPluginV2 (4.39s)
13:57:32 [2022-07-25T13:57:32.326Z] PASS
13:57:32 [2022-07-25T13:57:32.326Z] 
13:57:32 [2022-07-25T13:57:32.326Z] DONE 5 tests in 9.782s
13:57:32 [2022-07-25T13:57:32.326Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
13:57:32 [2022-07-25T13:57:32.326Z] INFO: Testing against a local daemon
13:57:32 [2022-07-25T13:57:32.326Z] === RUN   TestContinueAfterPluginCrash
13:57:32 [2022-07-25T13:57:32.326Z] === PAUSE TestContinueAfterPluginCrash
13:57:32 [2022-07-25T13:57:32.326Z] === RUN   TestReadPluginNoRead
13:57:32 [2022-07-25T13:57:32.326Z] === PAUSE TestReadPluginNoRead
13:57:32 [2022-07-25T13:57:32.326Z] === RUN   TestDaemonStartWithLogOpt
13:57:32 [2022-07-25T13:57:32.326Z] === PAUSE TestDaemonStartWithLogOpt
13:57:32 [2022-07-25T13:57:32.326Z] === CONT  TestContinueAfterPluginCrash
13:57:32 [2022-07-25T13:57:32.326Z] === CONT  TestDaemonStartWithLogOpt
13:57:35 [2022-07-25T13:57:35.611Z] --- PASS: TestDaemonStartWithLogOpt (3.34s)
13:57:35 [2022-07-25T13:57:35.611Z] === CONT  TestReadPluginNoRead
13:57:38 [2022-07-25T13:57:38.140Z] === RUN   TestReadPluginNoRead/disabled_caching
13:57:39 [2022-07-25T13:57:39.513Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
13:57:40 [2022-07-25T13:57:40.449Z] === RUN   TestReadPluginNoRead/default
13:57:40 [2022-07-25T13:57:40.707Z] --- PASS: TestContinueAfterPluginCrash (8.46s)
13:57:41 [2022-07-25T13:57:41.642Z] === CONT  TestReadPluginNoRead
13:57:41 [2022-07-25T13:57:41.642Z]     read_test.go:92: [d906981d6f248] daemon is not started
13:57:41 [2022-07-25T13:57:41.642Z] --- PASS: TestReadPluginNoRead (6.12s)
13:57:41 [2022-07-25T13:57:41.642Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.32s)
13:57:41 [2022-07-25T13:57:41.642Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.24s)
13:57:41 [2022-07-25T13:57:41.642Z]     --- PASS: TestReadPluginNoRead/default (1.28s)
13:57:41 [2022-07-25T13:57:41.642Z] PASS
13:57:41 [2022-07-25T13:57:41.642Z] 
13:57:41 [2022-07-25T13:57:41.642Z] DONE 6 tests in 9.493s
13:57:41 [2022-07-25T13:57:41.642Z] 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:57:41 [2022-07-25T13:57:41.900Z] testing: warning: no tests to run
13:57:41 [2022-07-25T13:57:41.900Z] PASS
13:57:41 [2022-07-25T13:57:41.900Z] 
13:57:41 [2022-07-25T13:57:41.900Z] DONE 0 tests in 0.009s
13:57:41 [2022-07-25T13:57:41.900Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
13:57:41 [2022-07-25T13:57:41.900Z] INFO: Testing against a local daemon
13:57:41 [2022-07-25T13:57:41.900Z] === RUN   TestPluginWithDevMounts
13:57:41 [2022-07-25T13:57:41.900Z] === PAUSE TestPluginWithDevMounts
13:57:41 [2022-07-25T13:57:41.900Z] === CONT  TestPluginWithDevMounts
13:57:43 [2022-07-25T13:57:43.799Z] --- PASS: TestPluginWithDevMounts (1.65s)
13:57:43 [2022-07-25T13:57:43.799Z] PASS
13:57:43 [2022-07-25T13:57:43.799Z] 
13:57:43 [2022-07-25T13:57:43.799Z] DONE 1 tests in 1.675s
13:57:43 [2022-07-25T13:57:43.799Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
13:57:43 [2022-07-25T13:57:43.799Z] INFO: Testing against a local daemon
13:57:43 [2022-07-25T13:57:43.799Z] === RUN   TestSecretInspect
13:57:45 [2022-07-25T13:57:45.702Z] --- PASS: TestSecretInspect (2.22s)
13:57:45 [2022-07-25T13:57:45.702Z] === RUN   TestSecretList
13:57:48 [2022-07-25T13:57:48.230Z] --- PASS: TestSecretList (2.21s)
13:57:48 [2022-07-25T13:57:48.230Z] === RUN   TestSecretsCreateAndDelete
13:57:50 [2022-07-25T13:57:50.130Z] --- PASS: TestSecretsCreateAndDelete (2.18s)
13:57:50 [2022-07-25T13:57:50.130Z] === RUN   TestSecretsUpdate
13:57:52 [2022-07-25T13:57:52.660Z] --- PASS: TestSecretsUpdate (2.17s)
13:57:52 [2022-07-25T13:57:52.660Z] === RUN   TestTemplatedSecret
13:57:55 [2022-07-25T13:57:55.188Z] --- PASS: TestTemplatedSecret (2.60s)
13:57:55 [2022-07-25T13:57:55.189Z] === RUN   TestSecretCreateResolve
13:57:57 [2022-07-25T13:57:57.089Z] --- PASS: TestSecretCreateResolve (2.19s)
13:57:57 [2022-07-25T13:57:57.089Z] PASS
13:57:57 [2022-07-25T13:57:57.089Z] 
13:57:57 [2022-07-25T13:57:57.089Z] DONE 6 tests in 13.586s
13:57:57 [2022-07-25T13:57:57.089Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
13:57:57 [2022-07-25T13:57:57.089Z] INFO: Testing against a local daemon
13:57:57 [2022-07-25T13:57:57.089Z] === RUN   TestServiceCreateInit
13:57:57 [2022-07-25T13:57:57.089Z] === RUN   TestServiceCreateInit/daemonInitDisabled
13:58:01 [2022-07-25T13:58:01.272Z] === RUN   TestServiceCreateInit/daemonInitEnabled
13:58:05 [2022-07-25T13:58:05.455Z] --- PASS: TestServiceCreateInit (7.68s)
13:58:05 [2022-07-25T13:58:05.455Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.75s)
13:58:05 [2022-07-25T13:58:05.455Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.91s)
13:58:05 [2022-07-25T13:58:05.455Z] === RUN   TestCreateServiceMultipleTimes
13:58:23 [2022-07-25T13:58:23.534Z] --- PASS: TestCreateServiceMultipleTimes (15.84s)
13:58:23 [2022-07-25T13:58:23.534Z] === RUN   TestCreateServiceConflict
13:58:23 [2022-07-25T13:58:23.534Z] --- PASS: TestCreateServiceConflict (2.22s)
13:58:23 [2022-07-25T13:58:23.534Z] === RUN   TestCreateServiceMaxReplicas
13:58:26 [2022-07-25T13:58:26.071Z] --- PASS: TestCreateServiceMaxReplicas (2.87s)
13:58:26 [2022-07-25T13:58:26.071Z] === RUN   TestCreateWithDuplicateNetworkNames
13:58:40 [2022-07-25T13:58:40.938Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.19s)
13:58:40 [2022-07-25T13:58:40.938Z] === RUN   TestCreateServiceSecretFileMode
13:58:41 [2022-07-25T13:58:41.503Z] --- PASS: TestCreateServiceSecretFileMode (2.50s)
13:58:41 [2022-07-25T13:58:41.503Z] === RUN   TestCreateServiceConfigFileMode
13:58:44 [2022-07-25T13:58:44.032Z] --- PASS: TestCreateServiceConfigFileMode (2.61s)
13:58:44 [2022-07-25T13:58:44.032Z] === RUN   TestCreateServiceSysctls
13:58:47 [2022-07-25T13:58:47.313Z] --- PASS: TestCreateServiceSysctls (3.20s)
13:58:47 [2022-07-25T13:58:47.313Z] === RUN   TestCreateServiceCapabilities
13:58:49 [2022-07-25T13:58:49.841Z] --- PASS: TestCreateServiceCapabilities (2.56s)
13:58:49 [2022-07-25T13:58:49.841Z] === RUN   TestInspect
13:58:53 [2022-07-25T13:58:53.121Z] --- PASS: TestInspect (2.79s)
13:58:53 [2022-07-25T13:58:53.121Z] === RUN   TestCreateJob
13:58:55 [2022-07-25T13:58:55.650Z] --- PASS: TestCreateJob (3.20s)
13:58:55 [2022-07-25T13:58:55.650Z] === RUN   TestReplicatedJob
13:59:00 [2022-07-25T13:59:00.915Z] --- PASS: TestReplicatedJob (5.20s)
13:59:00 [2022-07-25T13:59:00.915Z] === RUN   TestUpdateReplicatedJob
13:59:04 [2022-07-25T13:59:04.197Z] --- PASS: TestUpdateReplicatedJob (3.29s)
13:59:04 [2022-07-25T13:59:04.197Z] === RUN   TestServiceListWithStatuses
13:59:04 [2022-07-25T13:59:04.197Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
13:59:04 [2022-07-25T13:59:04.197Z] --- SKIP: TestServiceListWithStatuses (0.00s)
13:59:04 [2022-07-25T13:59:04.197Z] === RUN   TestDockerNetworkConnectAlias
13:59:08 [2022-07-25T13:59:08.384Z] --- PASS: TestDockerNetworkConnectAlias (4.17s)
13:59:08 [2022-07-25T13:59:08.384Z] === RUN   TestDockerNetworkReConnect
13:59:12 [2022-07-25T13:59:12.574Z] --- PASS: TestDockerNetworkReConnect (3.55s)
13:59:12 [2022-07-25T13:59:12.574Z] === RUN   TestServicePlugin
13:59:15 [2022-07-25T13:59:15.857Z]     plugin_test.go:61: [d232b40571938] joining swarm manager [dcd14895b6e40]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
13:59:16 [2022-07-25T13:59:16.790Z]     plugin_test.go:64: [dd9e30db38b2f] joining swarm manager [dcd14895b6e40]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
13:59:43 [2022-07-25T13:59:43.325Z] --- PASS: TestServicePlugin (30.24s)
13:59:43 [2022-07-25T13:59:43.325Z] === RUN   TestServiceUpdateLabel
13:59:44 [2022-07-25T13:59:44.700Z] --- PASS: TestServiceUpdateLabel (2.19s)
13:59:44 [2022-07-25T13:59:44.700Z] === RUN   TestServiceUpdateSecrets
13:59:59 [2022-07-25T13:59:59.570Z] --- PASS: TestServiceUpdateSecrets (14.47s)
13:59:59 [2022-07-25T13:59:59.570Z] === RUN   TestServiceUpdateConfigs
14:00:14 [2022-07-25T14:00:14.456Z] --- PASS: TestServiceUpdateConfigs (14.49s)
14:00:14 [2022-07-25T14:00:14.456Z] === RUN   TestServiceUpdateNetwork
14:00:26 [2022-07-25T14:00:26.652Z] --- PASS: TestServiceUpdateNetwork (12.49s)
14:00:26 [2022-07-25T14:00:26.652Z] === RUN   TestServiceUpdatePidsLimit
14:00:27 [2022-07-25T14:00:27.219Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
14:00:27 [2022-07-25T14:00:27.786Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
14:00:35 [2022-07-25T14:00:35.893Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
14:00:42 [2022-07-25T14:00:42.449Z] --- PASS: TestServiceUpdatePidsLimit (16.46s)
14:00:42 [2022-07-25T14:00:42.449Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s)
14:00:42 [2022-07-25T14:00:42.449Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.90s)
14:00:42 [2022-07-25T14:00:42.449Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.01s)
14:00:42 [2022-07-25T14:00:42.449Z] PASS
14:00:42 [2022-07-25T14:00:42.449Z] 
14:00:42 [2022-07-25T14:00:42.449Z] === Skipped
14:00:42 [2022-07-25T14:00:42.449Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
14:00:42 [2022-07-25T14:00:42.449Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:00:42 [2022-07-25T14:00:42.449Z] 
14:00:42 [2022-07-25T14:00:42.449Z] DONE 27 tests, 1 skipped in 165.236s
14:00:42 [2022-07-25T14:00:42.449Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
14:00:42 [2022-07-25T14:00:42.449Z] INFO: Testing against a local daemon
14:00:42 [2022-07-25T14:00:42.449Z] === RUN   TestSessionCreate
14:00:42 [2022-07-25T14:00:42.449Z] --- PASS: TestSessionCreate (0.02s)
14:00:42 [2022-07-25T14:00:42.449Z] === RUN   TestSessionCreateWithBadUpgrade
14:00:42 [2022-07-25T14:00:42.449Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
14:00:42 [2022-07-25T14:00:42.449Z] PASS
14:00:42 [2022-07-25T14:00:42.449Z] 
14:00:42 [2022-07-25T14:00:42.449Z] DONE 2 tests in 0.055s
14:00:42 [2022-07-25T14:00:42.449Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
14:00:42 [2022-07-25T14:00:42.449Z] INFO: Testing against a local daemon
14:00:42 [2022-07-25T14:00:42.449Z] === RUN   TestCgroupDriverSystemdMemoryLimit
14:00:42 [2022-07-25T14:00:42.449Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
14:00:42 [2022-07-25T14:00:42.449Z] === RUN   TestDiskUsage
14:00:42 [2022-07-25T14:00:42.449Z] === PAUSE TestDiskUsage
14:00:42 [2022-07-25T14:00:42.449Z] === RUN   TestEventsExecDie
14:00:43 [2022-07-25T14:00:43.015Z] --- PASS: TestEventsExecDie (0.58s)
14:00:43 [2022-07-25T14:00:43.015Z] === RUN   TestEventsBackwardsCompatible
14:00:43 [2022-07-25T14:00:43.015Z] --- PASS: TestEventsBackwardsCompatible (0.08s)
14:00:43 [2022-07-25T14:00:43.015Z] === RUN   TestEventsVolumeCreate
14:00:43 [2022-07-25T14:00:43.015Z] --- PASS: TestEventsVolumeCreate (0.06s)
14:00:43 [2022-07-25T14:00:43.015Z] === RUN   TestInfoBinaryCommits
14:00:43 [2022-07-25T14:00:43.274Z] --- PASS: TestInfoBinaryCommits (0.02s)
14:00:43 [2022-07-25T14:00:43.274Z] === RUN   TestInfoAPIVersioned
14:00:43 [2022-07-25T14:00:43.274Z] --- PASS: TestInfoAPIVersioned (0.01s)
14:00:43 [2022-07-25T14:00:43.274Z] === RUN   TestInfoAPI
14:00:43 [2022-07-25T14:00:43.274Z] --- PASS: TestInfoAPI (0.02s)
14:00:43 [2022-07-25T14:00:43.274Z] === RUN   TestInfoAPIWarnings
14:01:01 [2022-07-25T14:01:01.346Z] --- PASS: TestInfoAPIWarnings (16.54s)
14:01:01 [2022-07-25T14:01:01.346Z] === RUN   TestInfoDebug
14:01:01 [2022-07-25T14:01:01.346Z] --- PASS: TestInfoDebug (0.52s)
14:01:01 [2022-07-25T14:01:01.346Z] === RUN   TestInfoInsecureRegistries
14:01:01 [2022-07-25T14:01:01.346Z] --- PASS: TestInfoInsecureRegistries (0.52s)
14:01:01 [2022-07-25T14:01:01.346Z] === RUN   TestInfoRegistryMirrors
14:01:01 [2022-07-25T14:01:01.346Z] --- PASS: TestInfoRegistryMirrors (0.52s)
14:01:01 [2022-07-25T14:01:01.346Z] === RUN   TestLoginFailsWithBadCredentials
14:01:01 [2022-07-25T14:01:01.605Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
14:01:01 [2022-07-25T14:01:01.605Z] === RUN   TestPingCacheHeaders
14:01:01 [2022-07-25T14:01:01.605Z] --- PASS: TestPingCacheHeaders (0.02s)
14:01:01 [2022-07-25T14:01:01.605Z] === RUN   TestPingGet
14:01:01 [2022-07-25T14:01:01.605Z] --- PASS: TestPingGet (0.01s)
14:01:01 [2022-07-25T14:01:01.605Z] === RUN   TestPingHead
14:01:01 [2022-07-25T14:01:01.605Z] --- PASS: TestPingHead (0.02s)
14:01:01 [2022-07-25T14:01:01.605Z] === RUN   TestPingSwarmHeader
14:01:02 [2022-07-25T14:01:02.171Z] === RUN   TestPingSwarmHeader/before_swarm_init
14:01:02 [2022-07-25T14:01:02.736Z] === RUN   TestPingSwarmHeader/after_swarm_init
14:01:03 [2022-07-25T14:01:03.676Z] === RUN   TestPingSwarmHeader/after_swarm_leave
14:01:03 [2022-07-25T14:01:03.937Z] --- PASS: TestPingSwarmHeader (2.11s)
14:01:03 [2022-07-25T14:01:03.937Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
14:01:03 [2022-07-25T14:01:03.937Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
14:01:03 [2022-07-25T14:01:03.937Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
14:01:03 [2022-07-25T14:01:03.937Z] === RUN   TestVersion
14:01:03 [2022-07-25T14:01:03.937Z] --- PASS: TestVersion (0.03s)
14:01:03 [2022-07-25T14:01:03.937Z] === CONT  TestCgroupDriverSystemdMemoryLimit
14:01:03 [2022-07-25T14:01:03.937Z] === CONT  TestDiskUsage
14:01:04 [2022-07-25T14:01:04.503Z] === RUN   TestDiskUsage/empty
14:01:04 [2022-07-25T14:01:04.503Z] === RUN   TestDiskUsage/empty/container_types
14:01:04 [2022-07-25T14:01:04.503Z] === RUN   TestDiskUsage/empty/image_types
14:01:04 [2022-07-25T14:01:04.503Z] === RUN   TestDiskUsage/empty/volume_types
14:01:04 [2022-07-25T14:01:04.503Z] === RUN   TestDiskUsage/empty/build-cache_types
14:01:04 [2022-07-25T14:01:04.503Z] === RUN   TestDiskUsage/empty/container,_volume_types
14:01:04 [2022-07-25T14:01:04.503Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
14:01:04 [2022-07-25T14:01:04.503Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
14:01:04 [2022-07-25T14:01:04.503Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
14:01:04 [2022-07-25T14:01:04.503Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
14:01:04 [2022-07-25T14:01:04.503Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
14:01:04 [2022-07-25T14:01:04.503Z] === RUN   TestDiskUsage/after_LoadBusybox
14:01:04 [2022-07-25T14:01:04.762Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
14:01:04 [2022-07-25T14:01:04.762Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
14:01:04 [2022-07-25T14:01:04.762Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
14:01:04 [2022-07-25T14:01:04.762Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
14:01:04 [2022-07-25T14:01:04.762Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
14:01:04 [2022-07-25T14:01:04.762Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
14:01:04 [2022-07-25T14:01:04.762Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
14:01:04 [2022-07-25T14:01:04.762Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
14:01:04 [2022-07-25T14:01:04.762Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
14:01:04 [2022-07-25T14:01:04.762Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
14:01:04 [2022-07-25T14:01:04.762Z] === RUN   TestDiskUsage/after_container.Run
14:01:05 [2022-07-25T14:01:05.330Z] === RUN   TestDiskUsage/after_container.Run/container_types
14:01:05 [2022-07-25T14:01:05.330Z] === RUN   TestDiskUsage/after_container.Run/image_types
14:01:05 [2022-07-25T14:01:05.330Z] === RUN   TestDiskUsage/after_container.Run/volume_types
14:01:05 [2022-07-25T14:01:05.330Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
14:01:05 [2022-07-25T14:01:05.330Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
14:01:05 [2022-07-25T14:01:05.330Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
14:01:05 [2022-07-25T14:01:05.330Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
14:01:05 [2022-07-25T14:01:05.330Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
14:01:05 [2022-07-25T14:01:05.330Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
14:01:05 [2022-07-25T14:01:05.330Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
14:01:05 [2022-07-25T14:01:05.330Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.57s)
14:01:05 [2022-07-25T14:01:05.330Z] --- PASS: TestDiskUsage (1.58s)
14:01:05 [2022-07-25T14:01:05.330Z]     --- PASS: TestDiskUsage/empty (0.01s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.31s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.01s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.01s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]     --- PASS: TestDiskUsage/after_container.Run (0.52s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
14:01:05 [2022-07-25T14:01:05.330Z] PASS
14:01:05 [2022-07-25T14:01:05.330Z] 
14:01:05 [2022-07-25T14:01:05.330Z] DONE 54 tests in 23.058s
14:01:05 [2022-07-25T14:01:05.589Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
14:01:05 [2022-07-25T14:01:05.589Z] INFO: Testing against a local daemon
14:01:05 [2022-07-25T14:01:05.589Z] === RUN   TestVolumesCreateAndList
14:01:05 [2022-07-25T14:01:05.589Z] --- PASS: TestVolumesCreateAndList (0.02s)
14:01:05 [2022-07-25T14:01:05.589Z] === RUN   TestVolumesRemove
14:01:05 [2022-07-25T14:01:05.589Z] --- PASS: TestVolumesRemove (0.08s)
14:01:05 [2022-07-25T14:01:05.589Z] === RUN   TestVolumesInspect
14:01:05 [2022-07-25T14:01:05.589Z] --- PASS: TestVolumesInspect (0.02s)
14:01:05 [2022-07-25T14:01:05.589Z] === RUN   TestVolumesInvalidJSON
14:01:05 [2022-07-25T14:01:05.589Z] === RUN   TestVolumesInvalidJSON/volumes/create
14:01:05 [2022-07-25T14:01:05.589Z] === PAUSE TestVolumesInvalidJSON/volumes/create
14:01:05 [2022-07-25T14:01:05.589Z] === CONT  TestVolumesInvalidJSON/volumes/create
14:01:05 [2022-07-25T14:01:05.589Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
14:01:05 [2022-07-25T14:01:05.589Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
14:01:05 [2022-07-25T14:01:05.589Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
14:01:05 [2022-07-25T14:01:05.589Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
14:01:05 [2022-07-25T14:01:05.589Z] --- PASS: TestVolumesInvalidJSON (0.01s)
14:01:05 [2022-07-25T14:01:05.589Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
14:01:05 [2022-07-25T14:01:05.589Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
14:01:05 [2022-07-25T14:01:05.589Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
14:01:05 [2022-07-25T14:01:05.589Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
14:01:05 [2022-07-25T14:01:05.589Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
14:01:05 [2022-07-25T14:01:05.589Z] PASS
14:01:05 [2022-07-25T14:01:05.589Z] 
14:01:05 [2022-07-25T14:01:05.589Z] DONE 9 tests in 0.161s
14:01:05 [2022-07-25T14:01:05.589Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
14:01:06 [2022-07-25T14:01:06.156Z] Stopping apparmor (via systemctl): apparmor.service.
14:01:06 [2022-07-25T14:01:06.156Z] Removing test suite binaries
14:01:06 [2022-07-25T14:01:06.156Z] exiting test-integration
14:01:06 [2022-07-25T14:01:06.156Z] ++ exit 0
14:01:06 [2022-07-25T14:01:06.156Z]