Skip to content

Console Output

23:12:12 [2022-07-04T23:12:12.820Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43738/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=2cac7de923675eca6015d8d1ecbf228317fa9363 -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:2cac7de923675eca6015d8d1ecbf228317fa9363 hack/make.sh dynbinary test-integration
23:12:14 [2022-07-04T23:12:14.199Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
23:12:14 [2022-07-04T23:12:14.199Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
23:12:14 [2022-07-04T23:12:14.199Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
23:12:14 [2022-07-04T23:12:14.199Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
23:12:14 [2022-07-04T23:12:14.199Z] 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)
23:12:14 [2022-07-04T23:12:14.199Z] Detected virtualization docker.
23:12:14 [2022-07-04T23:12:14.199Z] Detected architecture x86-64.
23:12:14 [2022-07-04T23:12:14.199Z] Set hostname to <84a13fc8a176>.
23:12:14 [2022-07-04T23:12:14.199Z] modprobe@configfs.service: Succeeded.
23:12:14 [2022-07-04T23:12:14.199Z] modprobe@drm.service: Succeeded.
23:12:14 [2022-07-04T23:12:14.199Z] modprobe@fuse.service: Succeeded.
23:12:14 [2022-07-04T23:12:14.459Z] + source /etc/docker-entrypoint-cmd
23:12:14 [2022-07-04T23:12:14.459Z] ++ hack/make.sh dynbinary test-integration
23:12:14 [2022-07-04T23:12:14.459Z] 
23:12:14 [2022-07-04T23:12:14.459Z] Removing bundles/
23:12:14 [2022-07-04T23:12:14.459Z] 
23:12:14 [2022-07-04T23:12:14.459Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
23:12:14 [2022-07-04T23:12:14.459Z] Building: bundles/dynbinary-daemon/dockerd
23:12:14 [2022-07-04T23:12:14.459Z] GOOS="" GOARCH="" GOARM=""
23:14:20 [2022-07-04T23:14:20.970Z] Created binary: bundles/dynbinary-daemon/dockerd
23:14:20 [2022-07-04T23:14:20.970Z] Building: bundles/dynbinary-daemon/docker-proxy
23:14:20 [2022-07-04T23:14:20.970Z] GOOS="" GOARCH="" GOARM=""
23:14:20 [2022-07-04T23:14:20.970Z] Created binary: bundles/dynbinary-daemon/docker-proxy
23:14:20 [2022-07-04T23:14:20.970Z] 
23:14:20 [2022-07-04T23:14:20.970Z] ---> Making bundle: test-integration (in bundles/test-integration)
23:14:20 [2022-07-04T23:14:20.970Z] DOCKER_SYSTEMD=1
23:14:20 [2022-07-04T23:14:20.970Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
23:14:20 [2022-07-04T23:14:20.970Z] HOSTNAME=84a13fc8a176
23:14:20 [2022-07-04T23:14:20.970Z] DEST=bundles/test-integration
23:14:20 [2022-07-04T23:14:20.970Z] PWD=/go/src/github.com/docker/docker
23:14:20 [2022-07-04T23:14:20.970Z] DOCKER_GITCOMMIT=2cac7de923675eca6015d8d1ecbf228317fa9363
23:14:20 [2022-07-04T23:14:20.970Z] container=docker
23:14:20 [2022-07-04T23:14:20.970Z] HOME=/root
23:14:20 [2022-07-04T23:14:20.970Z] LANG=C.UTF-8
23:14:20 [2022-07-04T23:14:20.970Z] INVOCATION_ID=00e0b155fd4f4c1499aaf2eb550fb68d
23:14:20 [2022-07-04T23:14:20.970Z] GOLANG_VERSION=1.18.3
23:14:20 [2022-07-04T23:14:20.970Z] VALIDATE_REPO=https://github.com/moby/moby.git
23:14:20 [2022-07-04T23:14:20.970Z] VALIDATE_BRANCH=master
23:14:20 [2022-07-04T23:14:20.970Z] TERM=xterm
23:14:20 [2022-07-04T23:14:20.970Z] DOCKER_PKG=github.com/docker/docker
23:14:20 [2022-07-04T23:14:20.970Z] SHLVL=3
23:14:20 [2022-07-04T23:14:20.970Z] TIMEOUT=120m
23:14:20 [2022-07-04T23:14:20.970Z] DOCKER_BUILDTAGS= journald
23:14:20 [2022-07-04T23:14:20.970Z] DOCKER_GRAPHDRIVER=overlay2
23:14:20 [2022-07-04T23:14:20.970Z] GO111MODULE=off
23:14:20 [2022-07-04T23:14:20.970Z] DOCKER_EXPERIMENTAL=1
23:14:20 [2022-07-04T23:14:20.970Z] TEST_SKIP_INTEGRATION_CLI=1
23:14:20 [2022-07-04T23:14:20.970Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
23:14:20 [2022-07-04T23:14:20.970Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
23:14:20 [2022-07-04T23:14:20.970Z] GOPATH=/go
23:14:20 [2022-07-04T23:14:20.970Z] PKG_CONFIG=pkg-config
23:14:20 [2022-07-04T23:14:20.970Z] _=/usr/bin/env
23:14:20 [2022-07-04T23:14:20.970Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
23:15:07 [2022-07-04T23:15:07.684Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
23:15:07 [2022-07-04T23:15:07.684Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
23:15:34 [2022-07-04T23:15:34.265Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
23:15:39 [2022-07-04T23:15:39.545Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
23:15:49 [2022-07-04T23:15:49.536Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
23:15:49 [2022-07-04T23:15:49.537Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
23:15:49 [2022-07-04T23:15:49.537Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
23:15:50 [2022-07-04T23:15:50.476Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
23:15:51 [2022-07-04T23:15:51.047Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
23:15:51 [2022-07-04T23:15:51.306Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
23:15:52 [2022-07-04T23:15:52.334Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
23:15:54 [2022-07-04T23:15:54.898Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
23:15:56 [2022-07-04T23:15:56.279Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
23:15:57 [2022-07-04T23:15:57.217Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
23:15:57 [2022-07-04T23:15:57.477Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
23:15:58 [2022-07-04T23:15:58.415Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
23:15:59 [2022-07-04T23:15:59.356Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
23:16:00 [2022-07-04T23:16:00.302Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
23:16:01 [2022-07-04T23:16:01.242Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
23:16:02 [2022-07-04T23:16:02.182Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
23:16:02 [2022-07-04T23:16:02.752Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
23:16:02 [2022-07-04T23:16:02.752Z] Using test binary docker
23:16:02 [2022-07-04T23:16:02.752Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
23:16:02 [2022-07-04T23:16:02.752Z] Starting apparmor (via systemctl): apparmor.service.
23:16:02 [2022-07-04T23:16:02.752Z] Starting dockerd
23:16:02 [2022-07-04T23:16:02.752Z] INFO: Waiting for daemon to start...
23:16:05 [2022-07-04T23:16:05.547Z] .
23:16:05 [2022-07-04T23:16:05.547Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
23:16:05 [2022-07-04T23:16:05.547Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
23:16:05 [2022-07-04T23:16:05.547Z] Error: No such image: emptyfs
23:16:05 [2022-07-04T23:16:05.806Z] Running integration-test (iteration 1)
23:16:05 [2022-07-04T23:16:05.806Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
23:16:06 [2022-07-04T23:16:06.065Z] Loaded image: busybox:latest
23:16:06 [2022-07-04T23:16:06.065Z] Loaded image: busybox:glibc
23:16:07 [2022-07-04T23:16:07.445Z] Loaded image: debian:bullseye-slim
23:16:07 [2022-07-04T23:16:07.445Z] Loaded image: hello-world:latest
23:16:07 [2022-07-04T23:16:07.705Z] Loaded image: arm32v7/hello-world:latest
23:16:07 [2022-07-04T23:16:07.705Z] INFO: Testing against a local daemon
23:16:07 [2022-07-04T23:16:07.705Z] === RUN   TestCgroupNamespacesBuild
23:16:09 [2022-07-04T23:16:09.084Z] --- PASS: TestCgroupNamespacesBuild (1.25s)
23:16:09 [2022-07-04T23:16:09.084Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
23:16:10 [2022-07-04T23:16:10.022Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.22s)
23:16:10 [2022-07-04T23:16:10.022Z] === RUN   TestBuildWithSession
23:16:10 [2022-07-04T23:16:10.022Z]     build_session_test.go:25: TODO: BuildKit
23:16:10 [2022-07-04T23:16:10.022Z] --- SKIP: TestBuildWithSession (0.00s)
23:16:10 [2022-07-04T23:16:10.022Z] === RUN   TestBuildSquashParent
23:16:14 [2022-07-04T23:16:14.215Z] --- PASS: TestBuildSquashParent (4.20s)
23:16:14 [2022-07-04T23:16:14.215Z] === RUN   TestBuildWithRemoveAndForceRemove
23:16:14 [2022-07-04T23:16:14.215Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:16:14 [2022-07-04T23:16:14.215Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:16:14 [2022-07-04T23:16:14.215Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:16:14 [2022-07-04T23:16:14.215Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:16:14 [2022-07-04T23:16:14.215Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:16:14 [2022-07-04T23:16:14.215Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:16:14 [2022-07-04T23:16:14.215Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:16:14 [2022-07-04T23:16:14.215Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:16:14 [2022-07-04T23:16:14.475Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:16:14 [2022-07-04T23:16:14.475Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:16:14 [2022-07-04T23:16:14.475Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:16:14 [2022-07-04T23:16:14.475Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:16:14 [2022-07-04T23:16:14.475Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:16:14 [2022-07-04T23:16:14.475Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:16:15 [2022-07-04T23:16:15.855Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:16:16 [2022-07-04T23:16:16.115Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:16:17 [2022-07-04T23:16:17.494Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:16:17 [2022-07-04T23:16:17.754Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:16:19 [2022-07-04T23:16:19.134Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.05s)
23:16:19 [2022-07-04T23:16:19.134Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.49s)
23:16:19 [2022-07-04T23:16:19.134Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.73s)
23:16:19 [2022-07-04T23:16:19.134Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.60s)
23:16:19 [2022-07-04T23:16:19.134Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.55s)
23:16:19 [2022-07-04T23:16:19.134Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.48s)
23:16:19 [2022-07-04T23:16:19.134Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.42s)
23:16:19 [2022-07-04T23:16:19.134Z] === RUN   TestBuildMultiStageCopy
23:16:19 [2022-07-04T23:16:19.134Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:16:20 [2022-07-04T23:16:20.514Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:16:20 [2022-07-04T23:16:20.773Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:16:21 [2022-07-04T23:16:21.033Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:16:21 [2022-07-04T23:16:21.292Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:16:21 [2022-07-04T23:16:21.552Z] --- PASS: TestBuildMultiStageCopy (2.40s)
23:16:21 [2022-07-04T23:16:21.553Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.49s)
23:16:21 [2022-07-04T23:16:21.553Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.22s)
23:16:21 [2022-07-04T23:16:21.553Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.23s)
23:16:21 [2022-07-04T23:16:21.553Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s)
23:16:21 [2022-07-04T23:16:21.553Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s)
23:16:21 [2022-07-04T23:16:21.553Z] === RUN   TestBuildMultiStageParentConfig
23:16:22 [2022-07-04T23:16:22.122Z] --- PASS: TestBuildMultiStageParentConfig (0.63s)
23:16:22 [2022-07-04T23:16:22.122Z] === RUN   TestBuildLabelWithTargets
23:16:23 [2022-07-04T23:16:23.060Z] --- PASS: TestBuildLabelWithTargets (0.95s)
23:16:23 [2022-07-04T23:16:23.060Z] === RUN   TestBuildWithEmptyLayers
23:16:23 [2022-07-04T23:16:23.630Z] --- PASS: TestBuildWithEmptyLayers (0.47s)
23:16:23 [2022-07-04T23:16:23.630Z] === RUN   TestBuildMultiStageOnBuild
23:16:25 [2022-07-04T23:16:25.537Z] --- PASS: TestBuildMultiStageOnBuild (1.65s)
23:16:25 [2022-07-04T23:16:25.537Z] === RUN   TestBuildUncleanTarFilenames
23:16:25 [2022-07-04T23:16:25.797Z] --- PASS: TestBuildUncleanTarFilenames (0.62s)
23:16:25 [2022-07-04T23:16:25.797Z] === RUN   TestBuildMultiStageLayerLeak
23:16:27 [2022-07-04T23:16:27.705Z] --- PASS: TestBuildMultiStageLayerLeak (1.70s)
23:16:27 [2022-07-04T23:16:27.705Z] === RUN   TestBuildWithHugeFile
23:17:23 [2022-07-04T23:17:23.957Z] --- PASS: TestBuildWithHugeFile (50.01s)
23:17:23 [2022-07-04T23:17:23.957Z] === RUN   TestBuildWCOWSandboxSize
23:17:23 [2022-07-04T23:17:23.957Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
23:17:23 [2022-07-04T23:17:23.957Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
23:17:23 [2022-07-04T23:17:23.957Z] === RUN   TestBuildWithEmptyDockerfile
23:17:23 [2022-07-04T23:17:23.957Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:17:23 [2022-07-04T23:17:23.957Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:17:23 [2022-07-04T23:17:23.957Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:17:23 [2022-07-04T23:17:23.957Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:17:23 [2022-07-04T23:17:23.957Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:17:23 [2022-07-04T23:17:23.957Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:17:23 [2022-07-04T23:17:23.957Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:17:23 [2022-07-04T23:17:23.957Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:17:23 [2022-07-04T23:17:23.957Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:17:23 [2022-07-04T23:17:23.957Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
23:17:23 [2022-07-04T23:17:23.957Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s)
23:17:23 [2022-07-04T23:17:23.957Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s)
23:17:23 [2022-07-04T23:17:23.957Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
23:17:23 [2022-07-04T23:17:23.957Z] === RUN   TestBuildPreserveOwnership
23:17:23 [2022-07-04T23:17:23.957Z] === RUN   TestBuildPreserveOwnership/copy_from
23:17:23 [2022-07-04T23:17:23.957Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
23:17:23 [2022-07-04T23:17:23.957Z] --- PASS: TestBuildPreserveOwnership (3.60s)
23:17:23 [2022-07-04T23:17:23.957Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.44s)
23:17:23 [2022-07-04T23:17:23.957Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.15s)
23:17:23 [2022-07-04T23:17:23.957Z] === RUN   TestBuildPlatformInvalid
23:17:23 [2022-07-04T23:17:23.957Z] --- PASS: TestBuildPlatformInvalid (0.08s)
23:17:23 [2022-07-04T23:17:23.957Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
23:17:23 [2022-07-04T23:17:23.957Z] Loaded image: busybox:latest
23:17:23 [2022-07-04T23:17:23.957Z] Loaded image: busybox:glibc
23:17:23 [2022-07-04T23:17:23.957Z] Loaded image: debian:bullseye-slim
23:17:23 [2022-07-04T23:17:23.957Z] Loaded image: hello-world:latest
23:17:23 [2022-07-04T23:17:23.957Z] Loaded image: arm32v7/hello-world:latest
23:17:32 [2022-07-04T23:17:32.085Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.63s)
23:17:32 [2022-07-04T23:17:32.085Z] PASS
23:17:32 [2022-07-04T23:17:32.085Z] 
23:17:32 [2022-07-04T23:17:32.085Z] === Skipped
23:17:32 [2022-07-04T23:17:32.085Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
23:17:32 [2022-07-04T23:17:32.085Z]     build_session_test.go:25: TODO: BuildKit
23:17:32 [2022-07-04T23:17:32.085Z] 
23:17:32 [2022-07-04T23:17:32.085Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
23:17:32 [2022-07-04T23:17:32.085Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
23:17:32 [2022-07-04T23:17:32.085Z] 
23:17:32 [2022-07-04T23:17:32.085Z] DONE 34 tests, 2 skipped in 86.206s
23:17:32 [2022-07-04T23:17:32.085Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
23:17:32 [2022-07-04T23:17:32.085Z] INFO: Testing against a local daemon
23:17:32 [2022-07-04T23:17:32.085Z] === RUN   TestConfigInspect
23:17:34 [2022-07-04T23:17:34.621Z] --- PASS: TestConfigInspect (2.32s)
23:17:34 [2022-07-04T23:17:34.621Z] === RUN   TestConfigList
23:17:36 [2022-07-04T23:17:36.526Z] --- PASS: TestConfigList (2.15s)
23:17:36 [2022-07-04T23:17:36.526Z] === RUN   TestConfigsCreateAndDelete
23:17:39 [2022-07-04T23:17:39.061Z] --- PASS: TestConfigsCreateAndDelete (2.14s)
23:17:39 [2022-07-04T23:17:39.061Z] === RUN   TestConfigsUpdate
23:17:40 [2022-07-04T23:17:40.967Z] --- PASS: TestConfigsUpdate (2.20s)
23:17:40 [2022-07-04T23:17:40.967Z] === RUN   TestTemplatedConfig
23:17:43 [2022-07-04T23:17:43.540Z] --- PASS: TestTemplatedConfig (2.69s)
23:17:43 [2022-07-04T23:17:43.540Z] === RUN   TestConfigCreateResolve
23:17:46 [2022-07-04T23:17:46.096Z] --- PASS: TestConfigCreateResolve (2.18s)
23:17:46 [2022-07-04T23:17:46.096Z] PASS
23:17:46 [2022-07-04T23:17:46.096Z] 
23:17:46 [2022-07-04T23:17:46.096Z] DONE 6 tests in 13.702s
23:17:46 [2022-07-04T23:17:46.096Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
23:17:46 [2022-07-04T23:17:46.096Z] INFO: Testing against a local daemon
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestAttachWithTTY
23:17:46 [2022-07-04T23:17:46.096Z] --- PASS: TestAttachWithTTY (0.06s)
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestAttachWithoutTTy
23:17:46 [2022-07-04T23:17:46.096Z] --- PASS: TestAttachWithoutTTy (0.04s)
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestCheckpoint
23:17:46 [2022-07-04T23:17:46.096Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:17:46 [2022-07-04T23:17:46.096Z] --- SKIP: TestCheckpoint (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/commit
23:17:46 [2022-07-04T23:17:46.096Z] === PAUSE TestContainerInvalidJSON/commit
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/containers/create
23:17:46 [2022-07-04T23:17:46.096Z] === PAUSE TestContainerInvalidJSON/containers/create
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
23:17:46 [2022-07-04T23:17:46.096Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
23:17:46 [2022-07-04T23:17:46.096Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
23:17:46 [2022-07-04T23:17:46.096Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
23:17:46 [2022-07-04T23:17:46.096Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
23:17:46 [2022-07-04T23:17:46.096Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
23:17:46 [2022-07-04T23:17:46.096Z] === CONT  TestContainerInvalidJSON/commit
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
23:17:46 [2022-07-04T23:17:46.096Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/commit/empty_body
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
23:17:46 [2022-07-04T23:17:46.096Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
23:17:46 [2022-07-04T23:17:46.096Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
23:17:46 [2022-07-04T23:17:46.096Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
23:17:46 [2022-07-04T23:17:46.096Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
23:17:46 [2022-07-04T23:17:46.096Z] === CONT  TestContainerInvalidJSON/containers/create
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
23:17:46 [2022-07-04T23:17:46.096Z] --- PASS: TestContainerInvalidJSON (0.01s)
23:17:46 [2022-07-04T23:17:46.096Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:17:46 [2022-07-04T23:17:46.096Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestCopyFromContainerPathIsNotDir
23:17:46 [2022-07-04T23:17:46.096Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestCopyToContainerPathDoesNotExist
23:17:46 [2022-07-04T23:17:46.096Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s)
23:17:46 [2022-07-04T23:17:46.096Z] === RUN   TestCopyEmptyFile
23:17:46 [2022-07-04T23:17:46.356Z] --- PASS: TestCopyEmptyFile (0.23s)
23:17:46 [2022-07-04T23:17:46.356Z] === RUN   TestCopyToContainerPathIsNotDir
23:17:46 [2022-07-04T23:17:46.356Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
23:17:46 [2022-07-04T23:17:46.356Z] === RUN   TestCopyFromContainer
23:17:47 [2022-07-04T23:17:47.296Z] === RUN   TestCopyFromContainer//
23:17:47 [2022-07-04T23:17:47.556Z] === RUN   TestCopyFromContainer//bar/root
23:17:47 [2022-07-04T23:17:47.556Z] === RUN   TestCopyFromContainer//bar/root/
23:17:47 [2022-07-04T23:17:47.556Z] === RUN   TestCopyFromContainer/bar/quux
23:17:47 [2022-07-04T23:17:47.556Z] === RUN   TestCopyFromContainer/bar/quux/
23:17:47 [2022-07-04T23:17:47.816Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:17:47 [2022-07-04T23:17:47.816Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:17:47 [2022-07-04T23:17:47.816Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:17:47 [2022-07-04T23:17:47.816Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:17:48 [2022-07-04T23:17:48.076Z] === RUN   TestCopyFromContainer/bar/notarget
23:17:48 [2022-07-04T23:17:48.076Z] --- PASS: TestCopyFromContainer (1.78s)
23:17:48 [2022-07-04T23:17:48.076Z]     --- PASS: TestCopyFromContainer// (0.07s)
23:17:48 [2022-07-04T23:17:48.076Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
23:17:48 [2022-07-04T23:17:48.076Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.07s)
23:17:48 [2022-07-04T23:17:48.076Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
23:17:48 [2022-07-04T23:17:48.076Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
23:17:48 [2022-07-04T23:17:48.076Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
23:17:48 [2022-07-04T23:17:48.076Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
23:17:48 [2022-07-04T23:17:48.076Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
23:17:48 [2022-07-04T23:17:48.076Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
23:17:48 [2022-07-04T23:17:48.076Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
23:17:48 [2022-07-04T23:17:48.076Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
23:17:48 [2022-07-04T23:17:48.076Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:17:48 [2022-07-04T23:17:48.076Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:17:48 [2022-07-04T23:17:48.076Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:17:48 [2022-07-04T23:17:48.076Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:17:48 [2022-07-04T23:17:48.076Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
23:17:48 [2022-07-04T23:17:48.076Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
23:17:48 [2022-07-04T23:17:48.076Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:17:48 [2022-07-04T23:17:48.076Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
23:17:48 [2022-07-04T23:17:48.076Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:17:48 [2022-07-04T23:17:48.076Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
23:17:48 [2022-07-04T23:17:48.076Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
23:17:48 [2022-07-04T23:17:48.076Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
23:17:48 [2022-07-04T23:17:48.076Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
23:17:48 [2022-07-04T23:17:48.076Z] === RUN   TestCreateLinkToNonExistingContainer
23:17:48 [2022-07-04T23:17:48.076Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
23:17:48 [2022-07-04T23:17:48.076Z] === RUN   TestCreateWithInvalidEnv
23:17:48 [2022-07-04T23:17:48.076Z] === RUN   TestCreateWithInvalidEnv/0
23:17:48 [2022-07-04T23:17:48.076Z] === PAUSE TestCreateWithInvalidEnv/0
23:17:48 [2022-07-04T23:17:48.076Z] === RUN   TestCreateWithInvalidEnv/1
23:17:48 [2022-07-04T23:17:48.076Z] === PAUSE TestCreateWithInvalidEnv/1
23:17:48 [2022-07-04T23:17:48.076Z] === RUN   TestCreateWithInvalidEnv/2
23:17:48 [2022-07-04T23:17:48.076Z] === PAUSE TestCreateWithInvalidEnv/2
23:17:48 [2022-07-04T23:17:48.076Z] === CONT  TestCreateWithInvalidEnv/0
23:17:48 [2022-07-04T23:17:48.076Z] === CONT  TestCreateWithInvalidEnv/2
23:17:48 [2022-07-04T23:17:48.076Z] === CONT  TestCreateWithInvalidEnv/1
23:17:48 [2022-07-04T23:17:48.076Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
23:17:48 [2022-07-04T23:17:48.076Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
23:17:48 [2022-07-04T23:17:48.076Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
23:17:48 [2022-07-04T23:17:48.076Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
23:17:48 [2022-07-04T23:17:48.076Z] === RUN   TestCreateTmpfsMountsTarget
23:17:48 [2022-07-04T23:17:48.076Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
23:17:48 [2022-07-04T23:17:48.076Z] === RUN   TestCreateWithCustomMaskedPaths
23:17:49 [2022-07-04T23:17:49.982Z] --- PASS: TestCreateWithCustomMaskedPaths (1.51s)
23:17:49 [2022-07-04T23:17:49.982Z] === RUN   TestCreateWithCustomReadonlyPaths
23:17:51 [2022-07-04T23:17:51.362Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.51s)
23:17:51 [2022-07-04T23:17:51.362Z] === RUN   TestCreateWithInvalidHealthcheckParams
23:17:51 [2022-07-04T23:17:51.362Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:17:51 [2022-07-04T23:17:51.362Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:17:51 [2022-07-04T23:17:51.362Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:17:51 [2022-07-04T23:17:51.362Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:17:51 [2022-07-04T23:17:51.362Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:17:51 [2022-07-04T23:17:51.362Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:17:51 [2022-07-04T23:17:51.362Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:17:51 [2022-07-04T23:17:51.362Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:17:51 [2022-07-04T23:17:51.362Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:17:51 [2022-07-04T23:17:51.362Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:17:51 [2022-07-04T23:17:51.362Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:17:51 [2022-07-04T23:17:51.362Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:17:51 [2022-07-04T23:17:51.362Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:17:51 [2022-07-04T23:17:51.362Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:17:51 [2022-07-04T23:17:51.362Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:17:51 [2022-07-04T23:17:51.362Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
23:17:51 [2022-07-04T23:17:51.362Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
23:17:51 [2022-07-04T23:17:51.362Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
23:17:51 [2022-07-04T23:17:51.362Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
23:17:51 [2022-07-04T23:17:51.362Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
23:17:51 [2022-07-04T23:17:51.362Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
23:17:51 [2022-07-04T23:17:51.362Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
23:17:51 [2022-07-04T23:17:51.622Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.57s)
23:17:51 [2022-07-04T23:17:51.622Z] === RUN   TestCreateDifferentPlatform
23:17:51 [2022-07-04T23:17:51.882Z] === RUN   TestCreateDifferentPlatform/different_os
23:17:51 [2022-07-04T23:17:51.882Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
23:17:51 [2022-07-04T23:17:51.882Z] --- PASS: TestCreateDifferentPlatform (0.01s)
23:17:51 [2022-07-04T23:17:51.882Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
23:17:51 [2022-07-04T23:17:51.882Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
23:17:51 [2022-07-04T23:17:51.882Z] === RUN   TestCreateVolumesFromNonExistingContainer
23:17:51 [2022-07-04T23:17:51.882Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
23:17:51 [2022-07-04T23:17:51.882Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
23:17:51 [2022-07-04T23:17:51.882Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s)
23:17:51 [2022-07-04T23:17:51.882Z] === RUN   TestCreateInvalidHostConfig
23:17:51 [2022-07-04T23:17:51.882Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
23:17:51 [2022-07-04T23:17:51.882Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
23:17:51 [2022-07-04T23:17:51.882Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
23:17:51 [2022-07-04T23:17:51.882Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
23:17:51 [2022-07-04T23:17:51.882Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
23:17:51 [2022-07-04T23:17:51.882Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
23:17:51 [2022-07-04T23:17:51.882Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
23:17:51 [2022-07-04T23:17:51.882Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
23:17:51 [2022-07-04T23:17:51.882Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
23:17:51 [2022-07-04T23:17:51.882Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
23:17:51 [2022-07-04T23:17:51.882Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
23:17:51 [2022-07-04T23:17:51.882Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
23:17:51 [2022-07-04T23:17:51.882Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
23:17:51 [2022-07-04T23:17:51.882Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
23:17:51 [2022-07-04T23:17:51.882Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
23:17:51 [2022-07-04T23:17:51.882Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
23:17:51 [2022-07-04T23:17:51.882Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
23:17:51 [2022-07-04T23:17:51.882Z] === RUN   TestContainerStartOnDaemonRestart
23:17:51 [2022-07-04T23:17:51.882Z] === PAUSE TestContainerStartOnDaemonRestart
23:17:51 [2022-07-04T23:17:51.882Z] === RUN   TestDaemonRestartIpcMode
23:17:51 [2022-07-04T23:17:51.882Z] === PAUSE TestDaemonRestartIpcMode
23:17:51 [2022-07-04T23:17:51.882Z] === RUN   TestDaemonHostGatewayIP
23:17:51 [2022-07-04T23:17:51.882Z] === PAUSE TestDaemonHostGatewayIP
23:17:51 [2022-07-04T23:17:51.882Z] === RUN   TestRestartDaemonWithRestartingContainer
23:17:51 [2022-07-04T23:17:51.882Z] === PAUSE TestRestartDaemonWithRestartingContainer
23:17:51 [2022-07-04T23:17:51.882Z] === RUN   TestContainerKillOnDaemonStart
23:17:51 [2022-07-04T23:17:51.882Z] === PAUSE TestContainerKillOnDaemonStart
23:17:51 [2022-07-04T23:17:51.882Z] === RUN   TestDiff
23:17:52 [2022-07-04T23:17:52.451Z] --- PASS: TestDiff (0.58s)
23:17:52 [2022-07-04T23:17:52.451Z] === RUN   TestExecConsoleSize
23:17:53 [2022-07-04T23:17:53.019Z] --- PASS: TestExecConsoleSize (0.60s)
23:17:53 [2022-07-04T23:17:53.019Z] === RUN   TestExecWithCloseStdin
23:17:53 [2022-07-04T23:17:53.589Z] --- PASS: TestExecWithCloseStdin (0.65s)
23:17:53 [2022-07-04T23:17:53.589Z] === RUN   TestExec
23:17:54 [2022-07-04T23:17:54.527Z] --- PASS: TestExec (0.61s)
23:17:54 [2022-07-04T23:17:54.527Z] === RUN   TestExecUser
23:17:55 [2022-07-04T23:17:55.096Z] --- PASS: TestExecUser (0.63s)
23:17:55 [2022-07-04T23:17:55.096Z] === RUN   TestExportContainerAndImportImage
23:17:55 [2022-07-04T23:17:55.665Z] --- PASS: TestExportContainerAndImportImage (0.72s)
23:17:55 [2022-07-04T23:17:55.665Z] === RUN   TestExportContainerAfterDaemonRestart
23:17:57 [2022-07-04T23:17:57.044Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s)
23:17:57 [2022-07-04T23:17:57.044Z] === RUN   TestHealthCheckWorkdir
23:17:57 [2022-07-04T23:17:57.981Z] --- PASS: TestHealthCheckWorkdir (0.86s)
23:17:57 [2022-07-04T23:17:57.981Z] === RUN   TestHealthKillContainer
23:18:06 [2022-07-04T23:18:06.099Z] --- PASS: TestHealthKillContainer (8.21s)
23:18:06 [2022-07-04T23:18:06.099Z] === RUN   TestInspectCpusetInConfigPre120
23:18:06 [2022-07-04T23:18:06.668Z] --- PASS: TestInspectCpusetInConfigPre120 (0.58s)
23:18:06 [2022-07-04T23:18:06.668Z] === RUN   TestIpcModeNone
23:18:07 [2022-07-04T23:18:07.237Z] --- PASS: TestIpcModeNone (0.65s)
23:18:07 [2022-07-04T23:18:07.237Z] === RUN   TestIpcModePrivate
23:18:07 [2022-07-04T23:18:07.496Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false
23:18:07 [2022-07-04T23:18:07.756Z] --- PASS: TestIpcModePrivate (0.61s)
23:18:07 [2022-07-04T23:18:07.756Z] === RUN   TestIpcModeShareable
23:18:08 [2022-07-04T23:18:08.326Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:55, shared: true, mustBeShared: true
23:18:08 [2022-07-04T23:18:08.326Z] --- PASS: TestIpcModeShareable (0.59s)
23:18:08 [2022-07-04T23:18:08.326Z] === RUN   TestAPIIpcModeShareableAndContainer
23:18:10 [2022-07-04T23:18:10.232Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.84s)
23:18:10 [2022-07-04T23:18:10.232Z] === RUN   TestAPIIpcModeHost
23:18:10 [2022-07-04T23:18:10.801Z] --- PASS: TestAPIIpcModeHost (0.41s)
23:18:10 [2022-07-04T23:18:10.801Z] === RUN   TestDaemonIpcModeShareable
23:18:11 [2022-07-04T23:18:11.738Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
23:18:11 [2022-07-04T23:18:11.998Z] --- PASS: TestDaemonIpcModeShareable (1.19s)
23:18:11 [2022-07-04T23:18:11.998Z] === RUN   TestDaemonIpcModePrivate
23:18:12 [2022-07-04T23:18:12.936Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false
23:18:13 [2022-07-04T23:18:13.195Z] --- PASS: TestDaemonIpcModePrivate (1.19s)
23:18:13 [2022-07-04T23:18:13.195Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:18:14 [2022-07-04T23:18:14.133Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false
23:18:14 [2022-07-04T23:18:14.392Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.20s)
23:18:14 [2022-07-04T23:18:14.392Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:18:15 [2022-07-04T23:18:15.331Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
23:18:15 [2022-07-04T23:18:15.591Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.35s)
23:18:15 [2022-07-04T23:18:15.591Z] === RUN   TestIpcModeOlderClient
23:18:15 [2022-07-04T23:18:15.591Z] === PAUSE TestIpcModeOlderClient
23:18:15 [2022-07-04T23:18:15.591Z] === RUN   TestKillContainerInvalidSignal
23:18:16 [2022-07-04T23:18:16.160Z] --- PASS: TestKillContainerInvalidSignal (0.49s)
23:18:16 [2022-07-04T23:18:16.160Z] === RUN   TestKillContainer
23:18:16 [2022-07-04T23:18:16.160Z] === RUN   TestKillContainer/no_signal
23:18:16 [2022-07-04T23:18:16.728Z] === RUN   TestKillContainer/non_killing_signal
23:18:16 [2022-07-04T23:18:16.988Z] === RUN   TestKillContainer/killing_signal
23:18:17 [2022-07-04T23:18:17.557Z] --- PASS: TestKillContainer (1.33s)
23:18:17 [2022-07-04T23:18:17.557Z]     --- PASS: TestKillContainer/no_signal (0.46s)
23:18:17 [2022-07-04T23:18:17.557Z]     --- PASS: TestKillContainer/non_killing_signal (0.29s)
23:18:17 [2022-07-04T23:18:17.557Z]     --- PASS: TestKillContainer/killing_signal (0.41s)
23:18:17 [2022-07-04T23:18:17.557Z] === RUN   TestKillWithStopSignalAndRestartPolicies
23:18:17 [2022-07-04T23:18:17.557Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
23:18:17 [2022-07-04T23:18:17.817Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
23:18:18 [2022-07-04T23:18:18.757Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.25s)
23:18:18 [2022-07-04T23:18:18.757Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s)
23:18:18 [2022-07-04T23:18:18.757Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.68s)
23:18:18 [2022-07-04T23:18:18.757Z] === RUN   TestKillStoppedContainer
23:18:18 [2022-07-04T23:18:18.757Z] --- PASS: TestKillStoppedContainer (0.04s)
23:18:18 [2022-07-04T23:18:18.757Z] === RUN   TestKillStoppedContainerAPIPre120
23:18:18 [2022-07-04T23:18:18.757Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
23:18:18 [2022-07-04T23:18:18.757Z] === RUN   TestKillDifferentUserContainer
23:18:19 [2022-07-04T23:18:19.326Z] --- PASS: TestKillDifferentUserContainer (0.42s)
23:18:19 [2022-07-04T23:18:19.326Z] === RUN   TestInspectOomKilledTrue
23:18:19 [2022-07-04T23:18:19.326Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
23:18:19 [2022-07-04T23:18:19.326Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
23:18:19 [2022-07-04T23:18:19.326Z] === RUN   TestInspectOomKilledFalse
23:18:19 [2022-07-04T23:18:19.585Z] --- PASS: TestInspectOomKilledFalse (0.41s)
23:18:19 [2022-07-04T23:18:19.585Z] === RUN   TestLinksEtcHostsContentMatch
23:18:19 [2022-07-04T23:18:19.845Z] --- PASS: TestLinksEtcHostsContentMatch (0.33s)
23:18:19 [2022-07-04T23:18:19.845Z] === RUN   TestLinksContainerNames
23:18:20 [2022-07-04T23:18:20.784Z] --- PASS: TestLinksContainerNames (0.90s)
23:18:20 [2022-07-04T23:18:20.784Z] === RUN   TestLogsFollowTailEmpty
23:18:21 [2022-07-04T23:18:21.354Z] --- PASS: TestLogsFollowTailEmpty (0.44s)
23:18:21 [2022-07-04T23:18:21.354Z] === RUN   TestLogs
23:18:21 [2022-07-04T23:18:21.354Z] === RUN   TestLogs/driver_local
23:18:21 [2022-07-04T23:18:21.354Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
23:18:21 [2022-07-04T23:18:21.354Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
23:18:21 [2022-07-04T23:18:21.354Z] === RUN   TestLogs/driver_local/tty/only_stdout
23:18:21 [2022-07-04T23:18:21.354Z] === PAUSE TestLogs/driver_local/tty/only_stdout
23:18:21 [2022-07-04T23:18:21.354Z] === RUN   TestLogs/driver_local/tty/only_stderr
23:18:21 [2022-07-04T23:18:21.354Z] === PAUSE TestLogs/driver_local/tty/only_stderr
23:18:21 [2022-07-04T23:18:21.354Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
23:18:21 [2022-07-04T23:18:21.354Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
23:18:21 [2022-07-04T23:18:21.354Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
23:18:21 [2022-07-04T23:18:21.354Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
23:18:21 [2022-07-04T23:18:21.354Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
23:18:21 [2022-07-04T23:18:21.354Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
23:18:21 [2022-07-04T23:18:21.354Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
23:18:21 [2022-07-04T23:18:21.354Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
23:18:21 [2022-07-04T23:18:21.923Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
23:18:21 [2022-07-04T23:18:21.923Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
23:18:22 [2022-07-04T23:18:22.493Z] === CONT  TestLogs/driver_local/tty/only_stderr
23:18:22 [2022-07-04T23:18:22.493Z] === CONT  TestLogs/driver_local/tty/only_stdout
23:18:23 [2022-07-04T23:18:23.065Z] === RUN   TestLogs/driver_json-file
23:18:23 [2022-07-04T23:18:23.065Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
23:18:23 [2022-07-04T23:18:23.065Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
23:18:23 [2022-07-04T23:18:23.065Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
23:18:23 [2022-07-04T23:18:23.065Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
23:18:23 [2022-07-04T23:18:23.065Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
23:18:23 [2022-07-04T23:18:23.065Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
23:18:23 [2022-07-04T23:18:23.065Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
23:18:23 [2022-07-04T23:18:23.065Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
23:18:23 [2022-07-04T23:18:23.065Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
23:18:23 [2022-07-04T23:18:23.065Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
23:18:23 [2022-07-04T23:18:23.065Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
23:18:23 [2022-07-04T23:18:23.065Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
23:18:23 [2022-07-04T23:18:23.065Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
23:18:23 [2022-07-04T23:18:23.065Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
23:18:24 [2022-07-04T23:18:24.007Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
23:18:24 [2022-07-04T23:18:24.007Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
23:18:24 [2022-07-04T23:18:24.576Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
23:18:24 [2022-07-04T23:18:24.576Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
23:18:25 [2022-07-04T23:18:25.147Z] --- PASS: TestLogs (3.87s)
23:18:25 [2022-07-04T23:18:25.147Z]     --- PASS: TestLogs/driver_local (0.01s)
23:18:25 [2022-07-04T23:18:25.147Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.63s)
23:18:25 [2022-07-04T23:18:25.147Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.67s)
23:18:25 [2022-07-04T23:18:25.147Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.62s)
23:18:25 [2022-07-04T23:18:25.147Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.62s)
23:18:25 [2022-07-04T23:18:25.147Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.60s)
23:18:25 [2022-07-04T23:18:25.147Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.59s)
23:18:25 [2022-07-04T23:18:25.147Z]     --- PASS: TestLogs/driver_json-file (0.01s)
23:18:25 [2022-07-04T23:18:25.147Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.72s)
23:18:25 [2022-07-04T23:18:25.147Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.75s)
23:18:25 [2022-07-04T23:18:25.147Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.61s)
23:18:25 [2022-07-04T23:18:25.147Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.61s)
23:18:25 [2022-07-04T23:18:25.147Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.62s)
23:18:25 [2022-07-04T23:18:25.147Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.61s)
23:18:25 [2022-07-04T23:18:25.147Z] === RUN   TestContainerNetworkMountsNoChown
23:18:25 [2022-07-04T23:18:25.720Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s)
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/default
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/default
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/private
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/private
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/rprivate
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/rprivate
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/slave
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/slave
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/rslave
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/rslave
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/shared
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/shared
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/rshared
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/rshared
23:18:25 [2022-07-04T23:18:25.720Z] === CONT  TestMountDaemonRoot/default
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/default/bind_root
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/default/bind_root
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/default/bind_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/default/mount_root
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/default/mount_root
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/default/mount_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === CONT  TestMountDaemonRoot/default/bind_root
23:18:25 [2022-07-04T23:18:25.720Z] === CONT  TestMountDaemonRoot/rshared
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/rshared/bind_root
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/rshared/mount_root
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === CONT  TestMountDaemonRoot/rshared/bind_root
23:18:25 [2022-07-04T23:18:25.720Z] === CONT  TestMountDaemonRoot/shared
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/shared/bind_root
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/shared/bind_root
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/shared/mount_root
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/shared/mount_root
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === CONT  TestMountDaemonRoot/rslave
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/rslave/bind_root
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/rslave/mount_root
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === CONT  TestMountDaemonRoot/slave
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/slave/bind_root
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/slave/bind_root
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/slave/mount_root
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/slave/mount_root
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === CONT  TestMountDaemonRoot/rprivate
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
23:18:25 [2022-07-04T23:18:25.720Z] === CONT  TestMountDaemonRoot/private
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/private/bind_root
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/private/bind_root
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/private/bind_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/private/mount_root
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/private/mount_root
23:18:25 [2022-07-04T23:18:25.720Z] === RUN   TestMountDaemonRoot/private/mount_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === CONT  TestMountDaemonRoot/default/mount_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === CONT  TestMountDaemonRoot/default/mount_root
23:18:25 [2022-07-04T23:18:25.720Z] === CONT  TestMountDaemonRoot/default/bind_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === CONT  TestMountDaemonRoot/rshared/mount_root
23:18:25 [2022-07-04T23:18:25.720Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === CONT  TestMountDaemonRoot/shared/bind_root
23:18:25 [2022-07-04T23:18:25.720Z] === CONT  TestMountDaemonRoot/rslave/bind_root
23:18:25 [2022-07-04T23:18:25.720Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
23:18:25 [2022-07-04T23:18:25.720Z] === CONT  TestMountDaemonRoot/shared/mount_root
23:18:25 [2022-07-04T23:18:25.720Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
23:18:25 [2022-07-04T23:18:25.981Z] === CONT  TestMountDaemonRoot/slave/bind_root
23:18:25 [2022-07-04T23:18:25.981Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
23:18:25 [2022-07-04T23:18:25.981Z] === CONT  TestMountDaemonRoot/rslave/mount_root
23:18:25 [2022-07-04T23:18:25.981Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
23:18:25 [2022-07-04T23:18:25.981Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
23:18:25 [2022-07-04T23:18:25.981Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
23:18:25 [2022-07-04T23:18:25.981Z] === CONT  TestMountDaemonRoot/slave/mount_root
23:18:25 [2022-07-04T23:18:25.981Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
23:18:25 [2022-07-04T23:18:25.981Z] === CONT  TestMountDaemonRoot/private/bind_root
23:18:25 [2022-07-04T23:18:25.981Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
23:18:25 [2022-07-04T23:18:25.981Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
23:18:25 [2022-07-04T23:18:25.981Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
23:18:25 [2022-07-04T23:18:25.981Z] === CONT  TestMountDaemonRoot/private/mount_subpath
23:18:25 [2022-07-04T23:18:25.981Z] === CONT  TestMountDaemonRoot/private/mount_root
23:18:25 [2022-07-04T23:18:25.981Z] === CONT  TestMountDaemonRoot/private/bind_subpath
23:18:25 [2022-07-04T23:18:25.981Z] --- PASS: TestMountDaemonRoot (0.02s)
23:18:25 [2022-07-04T23:18:25.981Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
23:18:25 [2022-07-04T23:18:25.981Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
23:18:25 [2022-07-04T23:18:25.981Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
23:18:25 [2022-07-04T23:18:25.981Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
23:18:25 [2022-07-04T23:18:25.981Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
23:18:25 [2022-07-04T23:18:25.981Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
23:18:25 [2022-07-04T23:18:25.981Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
23:18:25 [2022-07-04T23:18:25.981Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
23:18:25 [2022-07-04T23:18:25.981Z] === RUN   TestContainerBindMountNonRecursive
23:18:27 [2022-07-04T23:18:27.363Z] --- PASS: TestContainerBindMountNonRecursive (1.30s)
23:18:27 [2022-07-04T23:18:27.363Z] === RUN   TestContainerVolumesMountedAsShared
23:18:27 [2022-07-04T23:18:27.933Z] --- PASS: TestContainerVolumesMountedAsShared (0.44s)
23:18:27 [2022-07-04T23:18:27.933Z] === RUN   TestContainerVolumesMountedAsSlave
23:18:28 [2022-07-04T23:18:28.193Z] --- PASS: TestContainerVolumesMountedAsSlave (0.34s)
23:18:28 [2022-07-04T23:18:28.193Z] === RUN   TestNetworkNat
23:18:28 [2022-07-04T23:18:28.763Z] --- PASS: TestNetworkNat (0.49s)
23:18:28 [2022-07-04T23:18:28.763Z] === RUN   TestNetworkLocalhostTCPNat
23:18:29 [2022-07-04T23:18:29.023Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s)
23:18:29 [2022-07-04T23:18:29.023Z] === RUN   TestNetworkLoopbackNat
23:18:32 [2022-07-04T23:18:32.334Z] --- PASS: TestNetworkLoopbackNat (2.68s)
23:18:32 [2022-07-04T23:18:32.334Z] === RUN   TestPause
23:18:32 [2022-07-04T23:18:32.334Z] --- PASS: TestPause (0.47s)
23:18:32 [2022-07-04T23:18:32.334Z] === RUN   TestPauseFailsOnWindowsServerContainers
23:18:32 [2022-07-04T23:18:32.334Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
23:18:32 [2022-07-04T23:18:32.334Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
23:18:32 [2022-07-04T23:18:32.334Z] === RUN   TestPauseStopPausedContainer
23:18:32 [2022-07-04T23:18:32.610Z] --- PASS: TestPauseStopPausedContainer (0.46s)
23:18:32 [2022-07-04T23:18:32.610Z] === RUN   TestPidHost
23:18:33 [2022-07-04T23:18:33.997Z] --- PASS: TestPidHost (1.08s)
23:18:33 [2022-07-04T23:18:33.997Z] === RUN   TestPsFilter
23:18:33 [2022-07-04T23:18:33.997Z] --- PASS: TestPsFilter (0.11s)
23:18:33 [2022-07-04T23:18:33.998Z] === RUN   TestRemoveContainerWithRemovedVolume
23:18:34 [2022-07-04T23:18:34.257Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.44s)
23:18:34 [2022-07-04T23:18:34.257Z] === RUN   TestRemoveContainerWithVolume
23:18:34 [2022-07-04T23:18:34.826Z] --- PASS: TestRemoveContainerWithVolume (0.41s)
23:18:34 [2022-07-04T23:18:34.826Z] === RUN   TestRemoveContainerRunning
23:18:35 [2022-07-04T23:18:35.086Z] --- PASS: TestRemoveContainerRunning (0.41s)
23:18:35 [2022-07-04T23:18:35.086Z] === RUN   TestRemoveContainerForceRemoveRunning
23:18:35 [2022-07-04T23:18:35.654Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s)
23:18:35 [2022-07-04T23:18:35.654Z] === RUN   TestRemoveInvalidContainer
23:18:35 [2022-07-04T23:18:35.654Z] --- PASS: TestRemoveInvalidContainer (0.01s)
23:18:35 [2022-07-04T23:18:35.654Z] === RUN   TestRenameLinkedContainer
23:18:37 [2022-07-04T23:18:37.563Z] --- PASS: TestRenameLinkedContainer (1.76s)
23:18:37 [2022-07-04T23:18:37.563Z] === RUN   TestRenameStoppedContainer
23:18:37 [2022-07-04T23:18:37.822Z] --- PASS: TestRenameStoppedContainer (0.44s)
23:18:37 [2022-07-04T23:18:37.822Z] === RUN   TestRenameRunningContainerAndReuse
23:18:38 [2022-07-04T23:18:38.780Z] --- PASS: TestRenameRunningContainerAndReuse (0.90s)
23:18:38 [2022-07-04T23:18:38.780Z] === RUN   TestRenameInvalidName
23:18:39 [2022-07-04T23:18:39.045Z] --- PASS: TestRenameInvalidName (0.43s)
23:18:39 [2022-07-04T23:18:39.045Z] === RUN   TestRenameAnonymousContainer
23:18:41 [2022-07-04T23:18:41.010Z] --- PASS: TestRenameAnonymousContainer (1.78s)
23:18:41 [2022-07-04T23:18:41.010Z] === RUN   TestRenameContainerWithSameName
23:18:41 [2022-07-04T23:18:41.269Z] --- PASS: TestRenameContainerWithSameName (0.43s)
23:18:41 [2022-07-04T23:18:41.269Z] === RUN   TestRenameContainerWithLinkedContainer
23:18:42 [2022-07-04T23:18:42.207Z] --- PASS: TestRenameContainerWithLinkedContainer (0.89s)
23:18:42 [2022-07-04T23:18:42.207Z] === RUN   TestResize
23:18:42 [2022-07-04T23:18:42.776Z] --- PASS: TestResize (0.47s)
23:18:42 [2022-07-04T23:18:42.776Z] === RUN   TestResizeWithInvalidSize
23:18:43 [2022-07-04T23:18:43.036Z] --- PASS: TestResizeWithInvalidSize (0.44s)
23:18:43 [2022-07-04T23:18:43.036Z] === RUN   TestResizeWhenContainerNotStarted
23:18:43 [2022-07-04T23:18:43.608Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s)
23:18:43 [2022-07-04T23:18:43.608Z] === RUN   TestDaemonRestartKillContainers
23:18:43 [2022-07-04T23:18:43.608Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:18:43 [2022-07-04T23:18:43.608Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:18:44 [2022-07-04T23:18:44.988Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
23:18:45 [2022-07-04T23:18:45.248Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:18:46 [2022-07-04T23:18:46.630Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:18:48 [2022-07-04T23:18:48.010Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:18:48 [2022-07-04T23:18:48.947Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
23:18:48 [2022-07-04T23:18:48.947Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
23:18:53 [2022-07-04T23:18:53.143Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
23:18:53 [2022-07-04T23:18:53.143Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:18:55 [2022-07-04T23:18:55.054Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:18:56 [2022-07-04T23:18:56.434Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:18:56 [2022-07-04T23:18:56.434Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:18:58 [2022-07-04T23:18:58.343Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:18:58 [2022-07-04T23:18:58.603Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:18:59 [2022-07-04T23:18:59.987Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:19:01 [2022-07-04T23:19:01.893Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
23:19:01 [2022-07-04T23:19:01.893Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.41s)
23:19:01 [2022-07-04T23:19:01.893Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.73s)
23:19:01 [2022-07-04T23:19:01.893Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.35s)
23:19:01 [2022-07-04T23:19:01.893Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s)
23:19:01 [2022-07-04T23:19:01.893Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.00s)
23:19:01 [2022-07-04T23:19:01.893Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.24s)
23:19:01 [2022-07-04T23:19:01.893Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.47s)
23:19:01 [2022-07-04T23:19:01.893Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.57s)
23:19:01 [2022-07-04T23:19:01.893Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.16s)
23:19:01 [2022-07-04T23:19:01.893Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.67s)
23:19:01 [2022-07-04T23:19:01.893Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.13s)
23:19:01 [2022-07-04T23:19:01.893Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.85s)
23:19:01 [2022-07-04T23:19:01.893Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.17s)
23:19:01 [2022-07-04T23:19:01.893Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.73s)
23:19:01 [2022-07-04T23:19:01.893Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.76s)
23:19:01 [2022-07-04T23:19:01.893Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.67s)
23:19:01 [2022-07-04T23:19:01.893Z] === RUN   TestCgroupNamespacesRun
23:19:02 [2022-07-04T23:19:02.832Z] --- PASS: TestCgroupNamespacesRun (1.23s)
23:19:02 [2022-07-04T23:19:02.832Z] === RUN   TestCgroupNamespacesRunPrivileged
23:19:02 [2022-07-04T23:19:02.832Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
23:19:02 [2022-07-04T23:19:02.832Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
23:19:02 [2022-07-04T23:19:02.832Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
23:19:04 [2022-07-04T23:19:04.213Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.21s)
23:19:04 [2022-07-04T23:19:04.213Z] === RUN   TestCgroupNamespacesRunHostMode
23:19:05 [2022-07-04T23:19:05.593Z] --- PASS: TestCgroupNamespacesRunHostMode (1.25s)
23:19:05 [2022-07-04T23:19:05.593Z] === RUN   TestCgroupNamespacesRunPrivateMode
23:19:06 [2022-07-04T23:19:06.973Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.26s)
23:19:06 [2022-07-04T23:19:06.974Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
23:19:07 [2022-07-04T23:19:07.913Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s)
23:19:07 [2022-07-04T23:19:07.913Z] === RUN   TestCgroupNamespacesRunInvalidMode
23:19:08 [2022-07-04T23:19:08.482Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s)
23:19:08 [2022-07-04T23:19:08.482Z] === RUN   TestCgroupNamespacesRunOlderClient
23:19:09 [2022-07-04T23:19:09.862Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.23s)
23:19:09 [2022-07-04T23:19:09.862Z] === RUN   TestNISDomainname
23:19:10 [2022-07-04T23:19:10.432Z] --- PASS: TestNISDomainname (0.56s)
23:19:10 [2022-07-04T23:19:10.432Z] === RUN   TestHostnameDnsResolution
23:19:11 [2022-07-04T23:19:11.002Z] --- PASS: TestHostnameDnsResolution (0.72s)
23:19:11 [2022-07-04T23:19:11.002Z] === RUN   TestUnprivilegedPortsAndPing
23:19:11 [2022-07-04T23:19:11.572Z] --- PASS: TestUnprivilegedPortsAndPing (0.59s)
23:19:11 [2022-07-04T23:19:11.572Z] === RUN   TestPrivilegedHostDevices
23:19:12 [2022-07-04T23:19:12.142Z] --- PASS: TestPrivilegedHostDevices (0.50s)
23:19:12 [2022-07-04T23:19:12.142Z] === RUN   TestRunConsoleSize
23:19:12 [2022-07-04T23:19:12.403Z] --- PASS: TestRunConsoleSize (0.43s)
23:19:12 [2022-07-04T23:19:12.403Z] === RUN   TestStats
23:19:14 [2022-07-04T23:19:14.943Z] --- PASS: TestStats (2.54s)
23:19:14 [2022-07-04T23:19:14.943Z] === RUN   TestStopContainerWithTimeout
23:19:14 [2022-07-04T23:19:14.943Z] === RUN   TestStopContainerWithTimeout/0
23:19:14 [2022-07-04T23:19:14.943Z] === PAUSE TestStopContainerWithTimeout/0
23:19:14 [2022-07-04T23:19:14.943Z] === RUN   TestStopContainerWithTimeout/1
23:19:14 [2022-07-04T23:19:14.943Z] === PAUSE TestStopContainerWithTimeout/1
23:19:14 [2022-07-04T23:19:14.943Z] === RUN   TestStopContainerWithTimeout/3
23:19:14 [2022-07-04T23:19:14.943Z] === PAUSE TestStopContainerWithTimeout/3
23:19:14 [2022-07-04T23:19:14.943Z] === RUN   TestStopContainerWithTimeout/-1
23:19:14 [2022-07-04T23:19:14.943Z] === PAUSE TestStopContainerWithTimeout/-1
23:19:14 [2022-07-04T23:19:14.943Z] === CONT  TestStopContainerWithTimeout/0
23:19:14 [2022-07-04T23:19:14.943Z] === CONT  TestStopContainerWithTimeout/-1
23:19:15 [2022-07-04T23:19:15.882Z] === CONT  TestStopContainerWithTimeout/3
23:19:17 [2022-07-04T23:19:17.789Z] === CONT  TestStopContainerWithTimeout/1
23:19:19 [2022-07-04T23:19:19.168Z] --- PASS: TestStopContainerWithTimeout (0.01s)
23:19:19 [2022-07-04T23:19:19.168Z]     --- PASS: TestStopContainerWithTimeout/0 (0.66s)
23:19:19 [2022-07-04T23:19:19.168Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.63s)
23:19:19 [2022-07-04T23:19:19.168Z]     --- PASS: TestStopContainerWithTimeout/3 (2.40s)
23:19:19 [2022-07-04T23:19:19.168Z]     --- PASS: TestStopContainerWithTimeout/1 (1.46s)
23:19:19 [2022-07-04T23:19:19.168Z] === RUN   TestDeleteDevicemapper
23:19:19 [2022-07-04T23:19:19.168Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:19:19 [2022-07-04T23:19:19.168Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:19:19 [2022-07-04T23:19:19.168Z] === RUN   TestStopContainerWithRestartPolicyAlways
23:19:21 [2022-07-04T23:19:21.706Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.13s)
23:19:21 [2022-07-04T23:19:21.706Z] === RUN   TestUpdateMemory
23:19:21 [2022-07-04T23:19:21.966Z] --- PASS: TestUpdateMemory (0.59s)
23:19:21 [2022-07-04T23:19:21.966Z] === RUN   TestUpdateCPUQuota
23:19:22 [2022-07-04T23:19:22.909Z] --- PASS: TestUpdateCPUQuota (0.90s)
23:19:22 [2022-07-04T23:19:22.909Z] === RUN   TestUpdatePidsLimit
23:19:22 [2022-07-04T23:19:22.909Z] === RUN   TestUpdatePidsLimit/update_from_none
23:19:22 [2022-07-04T23:19:22.909Z] === RUN   TestUpdatePidsLimit/no_change
23:19:23 [2022-07-04T23:19:23.168Z] === RUN   TestUpdatePidsLimit/update_lower
23:19:23 [2022-07-04T23:19:23.428Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
23:19:23 [2022-07-04T23:19:23.688Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
23:19:23 [2022-07-04T23:19:23.948Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
23:19:24 [2022-07-04T23:19:24.208Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
23:19:24 [2022-07-04T23:19:24.778Z] --- PASS: TestUpdatePidsLimit (2.04s)
23:19:24 [2022-07-04T23:19:24.778Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.21s)
23:19:24 [2022-07-04T23:19:24.778Z]     --- PASS: TestUpdatePidsLimit/no_change (0.21s)
23:19:24 [2022-07-04T23:19:24.778Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.21s)
23:19:24 [2022-07-04T23:19:24.778Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s)
23:19:24 [2022-07-04T23:19:24.778Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s)
23:19:24 [2022-07-04T23:19:24.778Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.23s)
23:19:24 [2022-07-04T23:19:24.778Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.24s)
23:19:24 [2022-07-04T23:19:24.778Z] === RUN   TestUpdateRestartPolicy
23:19:36 [2022-07-04T23:19:36.991Z] --- PASS: TestUpdateRestartPolicy (11.04s)
23:19:36 [2022-07-04T23:19:36.991Z] === RUN   TestUpdateRestartWithAutoRemove
23:19:36 [2022-07-04T23:19:36.991Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s)
23:19:36 [2022-07-04T23:19:36.991Z] === RUN   TestWaitNonBlocked
23:19:36 [2022-07-04T23:19:36.991Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
23:19:36 [2022-07-04T23:19:36.991Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
23:19:36 [2022-07-04T23:19:36.991Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
23:19:36 [2022-07-04T23:19:36.991Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
23:19:36 [2022-07-04T23:19:36.991Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
23:19:36 [2022-07-04T23:19:36.991Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
23:19:36 [2022-07-04T23:19:36.991Z] --- PASS: TestWaitNonBlocked (0.01s)
23:19:36 [2022-07-04T23:19:36.991Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.56s)
23:19:36 [2022-07-04T23:19:36.991Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.58s)
23:19:36 [2022-07-04T23:19:36.991Z] === RUN   TestWaitBlocked
23:19:36 [2022-07-04T23:19:36.991Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
23:19:36 [2022-07-04T23:19:36.991Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
23:19:36 [2022-07-04T23:19:36.991Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
23:19:36 [2022-07-04T23:19:36.991Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
23:19:36 [2022-07-04T23:19:36.991Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
23:19:36 [2022-07-04T23:19:36.991Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
23:19:37 [2022-07-04T23:19:37.930Z] --- PASS: TestWaitBlocked (0.01s)
23:19:37 [2022-07-04T23:19:37.930Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.81s)
23:19:37 [2022-07-04T23:19:37.930Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.83s)
23:19:37 [2022-07-04T23:19:37.930Z] === RUN   TestWaitConditions
23:19:37 [2022-07-04T23:19:37.930Z] === RUN   TestWaitConditions/default
23:19:37 [2022-07-04T23:19:37.930Z] === PAUSE TestWaitConditions/default
23:19:37 [2022-07-04T23:19:37.930Z] === RUN   TestWaitConditions/not-running
23:19:37 [2022-07-04T23:19:37.930Z] === PAUSE TestWaitConditions/not-running
23:19:37 [2022-07-04T23:19:37.930Z] === RUN   TestWaitConditions/next-exit
23:19:37 [2022-07-04T23:19:37.930Z] === PAUSE TestWaitConditions/next-exit
23:19:37 [2022-07-04T23:19:37.930Z] === RUN   TestWaitConditions/removed
23:19:37 [2022-07-04T23:19:37.930Z] === PAUSE TestWaitConditions/removed
23:19:37 [2022-07-04T23:19:37.930Z] === CONT  TestWaitConditions/default
23:19:37 [2022-07-04T23:19:37.930Z] === CONT  TestWaitConditions/next-exit
23:19:39 [2022-07-04T23:19:39.309Z] === CONT  TestWaitConditions/removed
23:19:39 [2022-07-04T23:19:39.569Z] === CONT  TestWaitConditions/not-running
23:19:41 [2022-07-04T23:19:41.477Z] --- PASS: TestWaitConditions (0.01s)
23:19:41 [2022-07-04T23:19:41.477Z]     --- PASS: TestWaitConditions/default (1.59s)
23:19:41 [2022-07-04T23:19:41.477Z]     --- PASS: TestWaitConditions/next-exit (1.75s)
23:19:41 [2022-07-04T23:19:41.477Z]     --- PASS: TestWaitConditions/removed (1.74s)
23:19:41 [2022-07-04T23:19:41.477Z]     --- PASS: TestWaitConditions/not-running (1.61s)
23:19:41 [2022-07-04T23:19:41.477Z] === CONT  TestContainerStartOnDaemonRestart
23:19:41 [2022-07-04T23:19:41.477Z] === CONT  TestRestartDaemonWithRestartingContainer
23:19:44 [2022-07-04T23:19:44.050Z] --- PASS: TestContainerStartOnDaemonRestart (2.44s)
23:19:44 [2022-07-04T23:19:44.050Z] === CONT  TestIpcModeOlderClient
23:19:44 [2022-07-04T23:19:44.050Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.49s)
23:19:44 [2022-07-04T23:19:44.050Z] === CONT  TestContainerKillOnDaemonStart
23:19:44 [2022-07-04T23:19:44.050Z] --- PASS: TestIpcModeOlderClient (0.11s)
23:19:44 [2022-07-04T23:19:44.050Z] === CONT  TestDaemonHostGatewayIP
23:19:46 [2022-07-04T23:19:46.598Z] --- PASS: TestDaemonHostGatewayIP (2.68s)
23:19:46 [2022-07-04T23:19:46.598Z] === CONT  TestDaemonRestartIpcMode
23:19:48 [2022-07-04T23:19:48.507Z] --- PASS: TestDaemonRestartIpcMode (2.26s)
23:19:56 [2022-07-04T23:19:56.631Z] --- PASS: TestContainerKillOnDaemonStart (11.89s)
23:19:56 [2022-07-04T23:19:56.631Z] PASS
23:19:56 [2022-07-04T23:19:56.631Z] 
23:19:56 [2022-07-04T23:19:56.631Z] === Skipped
23:19:56 [2022-07-04T23:19:56.631Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
23:19:56 [2022-07-04T23:19:56.631Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:19:56 [2022-07-04T23:19:56.631Z] 
23:19:56 [2022-07-04T23:19:56.631Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
23:19:56 [2022-07-04T23:19:56.631Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
23:19:56 [2022-07-04T23:19:56.631Z] 
23:19:56 [2022-07-04T23:19:56.631Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
23:19:56 [2022-07-04T23:19:56.631Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
23:19:56 [2022-07-04T23:19:56.631Z] 
23:19:56 [2022-07-04T23:19:56.631Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
23:19:56 [2022-07-04T23:19:56.631Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
23:19:56 [2022-07-04T23:19:56.631Z] 
23:19:56 [2022-07-04T23:19:56.631Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
23:19:56 [2022-07-04T23:19:56.631Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:19:56 [2022-07-04T23:19:56.631Z] 
23:19:56 [2022-07-04T23:19:56.631Z] DONE 264 tests, 5 skipped in 129.804s
23:19:56 [2022-07-04T23:19:56.631Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
23:19:56 [2022-07-04T23:19:56.631Z] === RUN   TestConfigDaemonLibtrustID
23:19:56 [2022-07-04T23:19:56.631Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
23:19:56 [2022-07-04T23:19:56.631Z] === RUN   TestConfigDaemonID
23:19:57 [2022-07-04T23:19:57.200Z]     daemon_test.go:83: [df5df353f8ee5] daemon is not started
23:19:57 [2022-07-04T23:19:57.200Z] --- PASS: TestConfigDaemonID (1.04s)
23:19:57 [2022-07-04T23:19:57.200Z] === RUN   TestDaemonConfigValidation
23:19:57 [2022-07-04T23:19:57.200Z] === RUN   TestDaemonConfigValidation/config_with_no_content
23:19:57 [2022-07-04T23:19:57.200Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
23:19:57 [2022-07-04T23:19:57.200Z] === RUN   TestDaemonConfigValidation/config_with_{}
23:19:57 [2022-07-04T23:19:57.200Z] === PAUSE TestDaemonConfigValidation/config_with_{}
23:19:57 [2022-07-04T23:19:57.200Z] === RUN   TestDaemonConfigValidation/invalid_config
23:19:57 [2022-07-04T23:19:57.200Z] === PAUSE TestDaemonConfigValidation/invalid_config
23:19:57 [2022-07-04T23:19:57.200Z] === RUN   TestDaemonConfigValidation/malformed_config
23:19:57 [2022-07-04T23:19:57.200Z] === PAUSE TestDaemonConfigValidation/malformed_config
23:19:57 [2022-07-04T23:19:57.200Z] === RUN   TestDaemonConfigValidation/valid_config
23:19:57 [2022-07-04T23:19:57.200Z] === PAUSE TestDaemonConfigValidation/valid_config
23:19:57 [2022-07-04T23:19:57.200Z] === CONT  TestDaemonConfigValidation/config_with_no_content
23:19:57 [2022-07-04T23:19:57.200Z] === CONT  TestDaemonConfigValidation/malformed_config
23:19:57 [2022-07-04T23:19:57.200Z] === CONT  TestDaemonConfigValidation/valid_config
23:19:57 [2022-07-04T23:19:57.200Z] === CONT  TestDaemonConfigValidation/invalid_config
23:19:57 [2022-07-04T23:19:57.200Z] === CONT  TestDaemonConfigValidation/config_with_{}
23:19:57 [2022-07-04T23:19:57.459Z] --- PASS: TestDaemonConfigValidation (0.00s)
23:19:57 [2022-07-04T23:19:57.459Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s)
23:19:57 [2022-07-04T23:19:57.459Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.10s)
23:19:57 [2022-07-04T23:19:57.459Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.09s)
23:19:57 [2022-07-04T23:19:57.459Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.09s)
23:19:57 [2022-07-04T23:19:57.459Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
23:19:57 [2022-07-04T23:19:57.459Z] === RUN   TestConfigDaemonSeccompProfiles
23:19:57 [2022-07-04T23:19:57.459Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
23:19:58 [2022-07-04T23:19:58.397Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
23:19:59 [2022-07-04T23:19:59.335Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
23:20:00 [2022-07-04T23:20:00.714Z] === CONT  TestConfigDaemonSeccompProfiles
23:20:00 [2022-07-04T23:20:00.714Z]     daemon_test.go:197: [d0d9187ae8f93] daemon is not started
23:20:00 [2022-07-04T23:20:00.714Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
23:20:00 [2022-07-04T23:20:00.714Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
23:20:00 [2022-07-04T23:20:00.714Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
23:20:00 [2022-07-04T23:20:00.714Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
23:20:00 [2022-07-04T23:20:00.714Z] === RUN   TestDaemonProxy
23:20:00 [2022-07-04T23:20:00.714Z] === RUN   TestDaemonProxy/environment_variables
23:20:02 [2022-07-04T23:20:02.093Z] === RUN   TestDaemonProxy/command-line_options
23:20:03 [2022-07-04T23:20:03.998Z] === RUN   TestDaemonProxy/configuration_file
23:20:05 [2022-07-04T23:20:05.903Z] === RUN   TestDaemonProxy/conflicting_options
23:20:06 [2022-07-04T23:20:06.164Z] === RUN   TestDaemonProxy/reload_sanitized
23:20:06 [2022-07-04T23:20:06.733Z] --- PASS: TestDaemonProxy (6.25s)
23:20:06 [2022-07-04T23:20:06.733Z]     --- PASS: TestDaemonProxy/environment_variables (1.74s)
23:20:06 [2022-07-04T23:20:06.733Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
23:20:06 [2022-07-04T23:20:06.733Z]     --- PASS: TestDaemonProxy/configuration_file (1.76s)
23:20:06 [2022-07-04T23:20:06.733Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
23:20:06 [2022-07-04T23:20:06.733Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
23:20:06 [2022-07-04T23:20:06.733Z] PASS
23:20:06 [2022-07-04T23:20:06.733Z] 
23:20:06 [2022-07-04T23:20:06.733Z] DONE 18 tests in 11.206s
23:20:06 [2022-07-04T23:20:06.733Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
23:20:06 [2022-07-04T23:20:06.733Z] INFO: Testing against a local daemon
23:20:06 [2022-07-04T23:20:06.733Z] === RUN   TestCommitInheritsEnv
23:20:06 [2022-07-04T23:20:06.995Z] --- PASS: TestCommitInheritsEnv (0.30s)
23:20:06 [2022-07-04T23:20:06.995Z] === RUN   TestImportExtremelyLargeImageWorks
23:20:06 [2022-07-04T23:20:06.995Z] === PAUSE TestImportExtremelyLargeImageWorks
23:20:06 [2022-07-04T23:20:06.995Z] === RUN   TestImportWithCustomPlatform
23:20:06 [2022-07-04T23:20:06.995Z] === RUN   TestImportWithCustomPlatform/#00
23:20:07 [2022-07-04T23:20:07.255Z] === RUN   TestImportWithCustomPlatform/_______
23:20:07 [2022-07-04T23:20:07.255Z] === RUN   TestImportWithCustomPlatform//
23:20:07 [2022-07-04T23:20:07.255Z] === RUN   TestImportWithCustomPlatform/linux
23:20:07 [2022-07-04T23:20:07.255Z] === RUN   TestImportWithCustomPlatform/LINUX
23:20:07 [2022-07-04T23:20:07.255Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
23:20:07 [2022-07-04T23:20:07.255Z] === RUN   TestImportWithCustomPlatform/macos
23:20:07 [2022-07-04T23:20:07.255Z] === RUN   TestImportWithCustomPlatform/macos/arm64
23:20:07 [2022-07-04T23:20:07.255Z] === RUN   TestImportWithCustomPlatform/nintendo64
23:20:07 [2022-07-04T23:20:07.515Z] --- PASS: TestImportWithCustomPlatform (0.31s)
23:20:07 [2022-07-04T23:20:07.515Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
23:20:07 [2022-07-04T23:20:07.515Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
23:20:07 [2022-07-04T23:20:07.515Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
23:20:07 [2022-07-04T23:20:07.515Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
23:20:07 [2022-07-04T23:20:07.515Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
23:20:07 [2022-07-04T23:20:07.515Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
23:20:07 [2022-07-04T23:20:07.515Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
23:20:07 [2022-07-04T23:20:07.515Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
23:20:07 [2022-07-04T23:20:07.515Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
23:20:07 [2022-07-04T23:20:07.515Z] === RUN   TestImagesFilterMultiReference
23:20:07 [2022-07-04T23:20:07.515Z] --- PASS: TestImagesFilterMultiReference (0.06s)
23:20:07 [2022-07-04T23:20:07.515Z] === RUN   TestImagePullPlatformInvalid
23:20:07 [2022-07-04T23:20:07.515Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
23:20:07 [2022-07-04T23:20:07.515Z] === RUN   TestRemoveImageOrphaning
23:20:07 [2022-07-04T23:20:07.774Z] --- PASS: TestRemoveImageOrphaning (0.25s)
23:20:07 [2022-07-04T23:20:07.774Z] === RUN   TestRemoveImageGarbageCollector
23:20:08 [2022-07-04T23:20:08.343Z] time="2022-07-04T23:20:08Z" level=info msg="[graphdriver] trying configured driver: overlay2"
23:20:09 [2022-07-04T23:20:09.724Z] --- PASS: TestRemoveImageGarbageCollector (1.93s)
23:20:09 [2022-07-04T23:20:09.724Z] === RUN   TestTagUnprefixedRepoByNameOrName
23:20:09 [2022-07-04T23:20:09.724Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
23:20:09 [2022-07-04T23:20:09.724Z] === RUN   TestTagInvalidReference
23:20:09 [2022-07-04T23:20:09.724Z] --- PASS: TestTagInvalidReference (0.01s)
23:20:09 [2022-07-04T23:20:09.724Z] === RUN   TestTagValidPrefixedRepo
23:20:09 [2022-07-04T23:20:09.724Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
23:20:09 [2022-07-04T23:20:09.724Z] === RUN   TestTagExistedNameWithoutForce
23:20:09 [2022-07-04T23:20:09.724Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
23:20:09 [2022-07-04T23:20:09.724Z] === RUN   TestTagOfficialNames
23:20:09 [2022-07-04T23:20:09.724Z] --- PASS: TestTagOfficialNames (0.04s)
23:20:09 [2022-07-04T23:20:09.724Z] === RUN   TestTagMatchesDigest
23:20:09 [2022-07-04T23:20:09.724Z] --- PASS: TestTagMatchesDigest (0.02s)
23:20:09 [2022-07-04T23:20:09.724Z] === CONT  TestImportExtremelyLargeImageWorks
23:21:46 [2022-07-04T23:21:46.192Z] --- PASS: TestImportExtremelyLargeImageWorks (92.22s)
23:21:46 [2022-07-04T23:21:46.192Z] PASS
23:21:46 [2022-07-04T23:21:46.192Z] 
23:21:46 [2022-07-04T23:21:46.192Z] DONE 22 tests in 95.301s
23:21:46 [2022-07-04T23:21:46.192Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
23:21:46 [2022-07-04T23:21:46.192Z] === RUN   TestStripANSICommands
23:21:46 [2022-07-04T23:21:46.192Z] === RUN   TestStripANSICommands/#00
23:21:46 [2022-07-04T23:21:46.192Z] === RUN   TestStripANSICommands/#01
23:21:46 [2022-07-04T23:21:46.192Z] --- PASS: TestStripANSICommands (0.00s)
23:21:46 [2022-07-04T23:21:46.192Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
23:21:46 [2022-07-04T23:21:46.192Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
23:21:46 [2022-07-04T23:21:46.192Z] PASS
23:21:46 [2022-07-04T23:21:46.192Z] 
23:21:46 [2022-07-04T23:21:46.192Z] DONE 3 tests in 0.010s
23:21:46 [2022-07-04T23:21:46.192Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
23:21:46 [2022-07-04T23:21:46.192Z] INFO: Testing against a local daemon
23:21:46 [2022-07-04T23:21:46.192Z] === RUN   TestNetworkCreateDelete
23:21:46 [2022-07-04T23:21:46.192Z] --- PASS: TestNetworkCreateDelete (0.12s)
23:21:46 [2022-07-04T23:21:46.192Z] === RUN   TestDockerNetworkDeletePreferID
23:21:46 [2022-07-04T23:21:46.192Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s)
23:21:46 [2022-07-04T23:21:46.192Z] === RUN   TestDaemonDNSFallback
23:21:49 [2022-07-04T23:21:49.482Z] --- PASS: TestDaemonDNSFallback (6.36s)
23:21:49 [2022-07-04T23:21:49.482Z] === RUN   TestInspectNetwork
23:21:52 [2022-07-04T23:21:52.026Z] === RUN   TestInspectNetwork/full_network_id
23:21:52 [2022-07-04T23:21:52.026Z] === RUN   TestInspectNetwork/partial_network_id
23:21:52 [2022-07-04T23:21:52.026Z] === RUN   TestInspectNetwork/network_name
23:21:52 [2022-07-04T23:21:52.026Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
23:21:56 [2022-07-04T23:21:56.219Z] --- PASS: TestInspectNetwork (7.23s)
23:21:56 [2022-07-04T23:21:56.219Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
23:21:56 [2022-07-04T23:21:56.219Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
23:21:56 [2022-07-04T23:21:56.219Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
23:21:56 [2022-07-04T23:21:56.219Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
23:21:56 [2022-07-04T23:21:56.219Z] === RUN   TestRunContainerWithBridgeNone
23:21:57 [2022-07-04T23:21:57.599Z] --- PASS: TestRunContainerWithBridgeNone (1.55s)
23:21:57 [2022-07-04T23:21:57.599Z] === RUN   TestNetworkInvalidJSON
23:21:57 [2022-07-04T23:21:57.599Z] === RUN   TestNetworkInvalidJSON/networks/create
23:21:57 [2022-07-04T23:21:57.599Z] === PAUSE TestNetworkInvalidJSON/networks/create
23:21:57 [2022-07-04T23:21:57.599Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
23:21:57 [2022-07-04T23:21:57.599Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
23:21:57 [2022-07-04T23:21:57.599Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
23:21:57 [2022-07-04T23:21:57.599Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
23:21:57 [2022-07-04T23:21:57.599Z] === CONT  TestNetworkInvalidJSON/networks/create
23:21:57 [2022-07-04T23:21:57.599Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
23:21:57 [2022-07-04T23:21:57.599Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
23:21:57 [2022-07-04T23:21:57.599Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
23:21:57 [2022-07-04T23:21:57.599Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
23:21:57 [2022-07-04T23:21:57.600Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
23:21:57 [2022-07-04T23:21:57.600Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
23:21:57 [2022-07-04T23:21:57.600Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
23:21:57 [2022-07-04T23:21:57.600Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
23:21:57 [2022-07-04T23:21:57.600Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
23:21:57 [2022-07-04T23:21:57.600Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
23:21:57 [2022-07-04T23:21:57.600Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
23:21:57 [2022-07-04T23:21:57.600Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
23:21:57 [2022-07-04T23:21:57.600Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
23:21:57 [2022-07-04T23:21:57.600Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
23:21:57 [2022-07-04T23:21:57.600Z] --- PASS: TestNetworkInvalidJSON (0.01s)
23:21:57 [2022-07-04T23:21:57.600Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
23:21:57 [2022-07-04T23:21:57.600Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
23:21:57 [2022-07-04T23:21:57.600Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
23:21:57 [2022-07-04T23:21:57.600Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
23:21:57 [2022-07-04T23:21:57.600Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
23:21:57 [2022-07-04T23:21:57.600Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
23:21:57 [2022-07-04T23:21:57.600Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
23:21:57 [2022-07-04T23:21:57.600Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
23:21:57 [2022-07-04T23:21:57.600Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
23:21:57 [2022-07-04T23:21:57.600Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
23:21:57 [2022-07-04T23:21:57.600Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
23:21:57 [2022-07-04T23:21:57.600Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
23:21:57 [2022-07-04T23:21:57.600Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
23:21:57 [2022-07-04T23:21:57.600Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
23:21:57 [2022-07-04T23:21:57.600Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
23:21:57 [2022-07-04T23:21:57.600Z] === RUN   TestNetworkList
23:21:57 [2022-07-04T23:21:57.600Z] === RUN   TestNetworkList//networks
23:21:57 [2022-07-04T23:21:57.859Z] === PAUSE TestNetworkList//networks
23:21:57 [2022-07-04T23:21:57.859Z] === RUN   TestNetworkList//networks/
23:21:57 [2022-07-04T23:21:57.859Z] === PAUSE TestNetworkList//networks/
23:21:57 [2022-07-04T23:21:57.859Z] === CONT  TestNetworkList//networks
23:21:57 [2022-07-04T23:21:57.859Z] === CONT  TestNetworkList//networks/
23:21:57 [2022-07-04T23:21:57.859Z] --- PASS: TestNetworkList (0.02s)
23:21:57 [2022-07-04T23:21:57.859Z]     --- PASS: TestNetworkList//networks/ (0.00s)
23:21:57 [2022-07-04T23:21:57.859Z]     --- PASS: TestNetworkList//networks (0.00s)
23:21:57 [2022-07-04T23:21:57.859Z] === RUN   TestHostIPv4BridgeLabel
23:21:58 [2022-07-04T23:21:58.428Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
23:21:58 [2022-07-04T23:21:58.428Z] === RUN   TestDaemonRestartWithLiveRestore
23:21:59 [2022-07-04T23:21:59.367Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
23:21:59 [2022-07-04T23:21:59.367Z] === RUN   TestDaemonDefaultNetworkPools
23:21:59 [2022-07-04T23:21:59.935Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s)
23:21:59 [2022-07-04T23:21:59.935Z] === RUN   TestDaemonRestartWithExistingNetwork
23:22:01 [2022-07-04T23:22:01.315Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
23:22:01 [2022-07-04T23:22:01.315Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
23:22:02 [2022-07-04T23:22:02.695Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s)
23:22:02 [2022-07-04T23:22:02.695Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
23:22:02 [2022-07-04T23:22:02.955Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
23:22:02 [2022-07-04T23:22:02.955Z] === RUN   TestServiceWithPredefinedNetwork
23:22:04 [2022-07-04T23:22:04.863Z] --- PASS: TestServiceWithPredefinedNetwork (1.95s)
23:22:04 [2022-07-04T23:22:04.863Z] === RUN   TestServiceRemoveKeepsIngressNetwork
23:22:04 [2022-07-04T23:22:04.863Z]     service_test.go:243: FLAKY_TEST
23:22:04 [2022-07-04T23:22:04.863Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
23:22:04 [2022-07-04T23:22:04.863Z] === RUN   TestServiceWithDataPathPortInit
23:22:19 [2022-07-04T23:22:19.750Z] --- PASS: TestServiceWithDataPathPortInit (14.06s)
23:22:19 [2022-07-04T23:22:19.750Z] === RUN   TestServiceWithDefaultAddressPoolInit
23:22:21 [2022-07-04T23:22:21.657Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:rc32ctp2tb5on9nleyezkcyy2 Created:2022-07-04 23:22:20.336243159 +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[3e59af052341fa9ff5558437e8b0ee49884c33fb1a308d09d82b9d6a75f153d4:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.m2qmafjin1p25j3ndmoeemtrl EndpointID:745f9cc4dc68737e935796e4019e75ecac3af6f2e07b5f48649d5f8ac0f3a6bf MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:e25126325c8b17f9cbc379d2f0417217cfb5995050a17e91c197f570e4dcf9b0 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:f6ca65af4732 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.m2qmafjin1p25j3ndmoeemtrl EndpointID:745f9cc4dc68737e935796e4019e75ecac3af6f2e07b5f48649d5f8ac0f3a6bf EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
23:22:26 [2022-07-04T23:22:26.953Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.17s)
23:22:26 [2022-07-04T23:22:26.953Z] PASS
23:22:26 [2022-07-04T23:22:26.953Z] 
23:22:26 [2022-07-04T23:22:26.953Z] === Skipped
23:22:26 [2022-07-04T23:22:26.953Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
23:22:26 [2022-07-04T23:22:26.953Z]     service_test.go:243: FLAKY_TEST
23:22:26 [2022-07-04T23:22:26.953Z] 
23:22:26 [2022-07-04T23:22:26.953Z] DONE 38 tests, 1 skipped in 44.092s
23:22:26 [2022-07-04T23:22:26.953Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
23:22:26 [2022-07-04T23:22:26.953Z] INFO: Testing against a local daemon
23:22:26 [2022-07-04T23:22:26.953Z] === RUN   TestDockerNetworkIpvlanPersistance
23:22:26 [2022-07-04T23:22:26.953Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:22:26 [2022-07-04T23:22:26.953Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
23:22:26 [2022-07-04T23:22:26.953Z] === RUN   TestDockerNetworkIpvlan
23:22:26 [2022-07-04T23:22:26.953Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:22:26 [2022-07-04T23:22:26.953Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
23:22:26 [2022-07-04T23:22:26.953Z] PASS
23:22:26 [2022-07-04T23:22:26.953Z] 
23:22:26 [2022-07-04T23:22:26.953Z] === Skipped
23:22:26 [2022-07-04T23:22:26.953Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
23:22:26 [2022-07-04T23:22:26.953Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:22:26 [2022-07-04T23:22:26.953Z] 
23:22:26 [2022-07-04T23:22:26.953Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
23:22:26 [2022-07-04T23:22:26.953Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:22:26 [2022-07-04T23:22:26.953Z] 
23:22:26 [2022-07-04T23:22:26.953Z] DONE 2 tests, 2 skipped in 0.052s
23:22:26 [2022-07-04T23:22:26.953Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
23:22:26 [2022-07-04T23:22:26.953Z] INFO: Testing against a local daemon
23:22:26 [2022-07-04T23:22:26.953Z] === RUN   TestDockerNetworkMacvlanPersistance
23:22:27 [2022-07-04T23:22:27.529Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.27s)
23:22:27 [2022-07-04T23:22:27.529Z] === RUN   TestDockerNetworkMacvlan
23:22:28 [2022-07-04T23:22:28.477Z] === RUN   TestDockerNetworkMacvlan/Subinterface
23:22:29 [2022-07-04T23:22:29.047Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
23:22:29 [2022-07-04T23:22:29.986Z] === RUN   TestDockerNetworkMacvlan/NilParent
23:22:31 [2022-07-04T23:22:31.896Z] === RUN   TestDockerNetworkMacvlan/InternalMode
23:22:33 [2022-07-04T23:22:33.394Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
23:22:36 [2022-07-04T23:22:36.691Z] === RUN   TestDockerNetworkMacvlan/Addressing
23:22:37 [2022-07-04T23:22:37.261Z] --- PASS: TestDockerNetworkMacvlan (9.75s)
23:22:37 [2022-07-04T23:22:37.261Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
23:22:37 [2022-07-04T23:22:37.261Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
23:22:37 [2022-07-04T23:22:37.261Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.87s)
23:22:37 [2022-07-04T23:22:37.261Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.89s)
23:22:37 [2022-07-04T23:22:37.261Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.04s)
23:22:37 [2022-07-04T23:22:37.261Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.64s)
23:22:37 [2022-07-04T23:22:37.261Z] PASS
23:22:37 [2022-07-04T23:22:37.261Z] 
23:22:37 [2022-07-04T23:22:37.261Z] DONE 8 tests in 11.063s
23:22:37 [2022-07-04T23:22:37.261Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
23:22:37 [2022-07-04T23:22:37.261Z] testing: warning: no tests to run
23:22:37 [2022-07-04T23:22:37.261Z] PASS
23:22:37 [2022-07-04T23:22:37.261Z] 
23:22:37 [2022-07-04T23:22:37.261Z] DONE 0 tests in 0.007s
23:22:37 [2022-07-04T23:22:37.261Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
23:22:37 [2022-07-04T23:22:37.521Z] INFO: Testing against a local daemon
23:22:37 [2022-07-04T23:22:37.521Z] === RUN   TestAuthZPluginAllowRequest
23:22:38 [2022-07-04T23:22:38.460Z] --- PASS: TestAuthZPluginAllowRequest (1.18s)
23:22:38 [2022-07-04T23:22:38.460Z] === RUN   TestAuthZPluginTLS
23:22:39 [2022-07-04T23:22:39.029Z] --- PASS: TestAuthZPluginTLS (0.55s)
23:22:39 [2022-07-04T23:22:39.029Z] === RUN   TestAuthZPluginDenyRequest
23:22:39 [2022-07-04T23:22:39.598Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
23:22:39 [2022-07-04T23:22:39.598Z] === RUN   TestAuthZPluginAPIDenyResponse
23:22:40 [2022-07-04T23:22:40.168Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
23:22:40 [2022-07-04T23:22:40.168Z] === RUN   TestAuthZPluginDenyResponse
23:22:40 [2022-07-04T23:22:40.736Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
23:22:40 [2022-07-04T23:22:40.737Z] === RUN   TestAuthZPluginAllowEventStream
23:22:42 [2022-07-04T23:22:42.117Z] --- PASS: TestAuthZPluginAllowEventStream (1.16s)
23:22:42 [2022-07-04T23:22:42.117Z] === RUN   TestAuthZPluginErrorResponse
23:22:42 [2022-07-04T23:22:42.377Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
23:22:42 [2022-07-04T23:22:42.377Z] === RUN   TestAuthZPluginErrorRequest
23:22:42 [2022-07-04T23:22:42.945Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
23:22:42 [2022-07-04T23:22:42.945Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
23:22:43 [2022-07-04T23:22:43.515Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
23:22:43 [2022-07-04T23:22:43.515Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
23:22:44 [2022-07-04T23:22:44.897Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.44s)
23:22:44 [2022-07-04T23:22:44.897Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
23:22:46 [2022-07-04T23:22:46.278Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.46s)
23:22:46 [2022-07-04T23:22:46.278Z] === RUN   TestAuthZPluginHeader
23:22:47 [2022-07-04T23:22:47.217Z] --- PASS: TestAuthZPluginHeader (0.70s)
23:22:47 [2022-07-04T23:22:47.217Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
23:22:51 [2022-07-04T23:22:51.413Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.31s)
23:22:51 [2022-07-04T23:22:51.413Z] === RUN   TestAuthZPluginV2Disable
23:22:55 [2022-07-04T23:22:55.608Z] --- PASS: TestAuthZPluginV2Disable (3.76s)
23:22:55 [2022-07-04T23:22:55.608Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
23:22:58 [2022-07-04T23:22:58.899Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.61s)
23:22:58 [2022-07-04T23:22:58.899Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
23:23:08 [2022-07-04T23:23:08.888Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.01s)
23:23:08 [2022-07-04T23:23:08.888Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
23:23:26 [2022-07-04T23:23:26.981Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s)
23:23:26 [2022-07-04T23:23:26.981Z] PASS
23:23:26 [2022-07-04T23:23:26.981Z] 
23:23:26 [2022-07-04T23:23:26.981Z] DONE 17 tests in 48.254s
23:23:26 [2022-07-04T23:23:26.981Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
23:23:26 [2022-07-04T23:23:26.981Z] INFO: Testing against a local daemon
23:23:26 [2022-07-04T23:23:26.981Z] === RUN   TestPluginInvalidJSON
23:23:26 [2022-07-04T23:23:26.981Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
23:23:26 [2022-07-04T23:23:26.981Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
23:23:26 [2022-07-04T23:23:26.981Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
23:23:26 [2022-07-04T23:23:26.981Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
23:23:26 [2022-07-04T23:23:26.981Z] === RUN   TestPluginInvalidJSON/plugins/pull
23:23:26 [2022-07-04T23:23:26.981Z] === PAUSE TestPluginInvalidJSON/plugins/pull
23:23:26 [2022-07-04T23:23:26.981Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
23:23:26 [2022-07-04T23:23:26.981Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
23:23:26 [2022-07-04T23:23:26.981Z] === CONT  TestPluginInvalidJSON/plugins/pull
23:23:26 [2022-07-04T23:23:26.981Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
23:23:26 [2022-07-04T23:23:26.981Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
23:23:26 [2022-07-04T23:23:26.981Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
23:23:26 [2022-07-04T23:23:26.981Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
23:23:26 [2022-07-04T23:23:26.981Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
23:23:26 [2022-07-04T23:23:26.981Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
23:23:26 [2022-07-04T23:23:26.981Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
23:23:26 [2022-07-04T23:23:26.981Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
23:23:26 [2022-07-04T23:23:26.981Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
23:23:26 [2022-07-04T23:23:26.981Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
23:23:26 [2022-07-04T23:23:26.981Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
23:23:26 [2022-07-04T23:23:26.981Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
23:23:26 [2022-07-04T23:23:26.981Z] --- PASS: TestPluginInvalidJSON (0.02s)
23:23:26 [2022-07-04T23:23:26.981Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
23:23:26 [2022-07-04T23:23:26.981Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
23:23:26 [2022-07-04T23:23:26.981Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
23:23:26 [2022-07-04T23:23:26.981Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
23:23:26 [2022-07-04T23:23:26.981Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
23:23:26 [2022-07-04T23:23:26.981Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
23:23:26 [2022-07-04T23:23:26.981Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
23:23:26 [2022-07-04T23:23:26.981Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
23:23:26 [2022-07-04T23:23:26.981Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
23:23:26 [2022-07-04T23:23:26.981Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
23:23:26 [2022-07-04T23:23:26.981Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
23:23:26 [2022-07-04T23:23:26.981Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
23:23:26 [2022-07-04T23:23:26.981Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
23:23:26 [2022-07-04T23:23:26.981Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
23:23:26 [2022-07-04T23:23:26.981Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
23:23:26 [2022-07-04T23:23:26.981Z] === RUN   TestPluginInstall
23:23:26 [2022-07-04T23:23:26.981Z] === RUN   TestPluginInstall/no_auth
23:23:26 [2022-07-04T23:23:26.981Z] time="2022-07-04T23:23:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:23:26 [2022-07-04T23:23:26.981Z] time="2022-07-04T23:23:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8db88bc55f5d0f952c2df8d9a815e580e3dbccd25476949a87fc4d916b349400" mediatype=application/vnd.docker.plugin.v1+json size=522
23:23:26 [2022-07-04T23:23:26.981Z] time="2022-07-04T23:23:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:23:26 [2022-07-04T23:23:26.981Z] time="2022-07-04T23:23:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8db88bc55f5d0f952c2df8d9a815e580e3dbccd25476949a87fc4d916b349400" mediatype=application/vnd.docker.plugin.v1+json size=522
23:23:26 [2022-07-04T23:23:26.981Z] === RUN   TestPluginInstall/with_htpasswd
23:23:26 [2022-07-04T23:23:26.981Z] time="2022-07-04T23:23:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:23:26 [2022-07-04T23:23:26.981Z] time="2022-07-04T23:23:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8db88bc55f5d0f952c2df8d9a815e580e3dbccd25476949a87fc4d916b349400" mediatype=application/vnd.docker.plugin.v1+json size=522
23:23:27 [2022-07-04T23:23:27.245Z] time="2022-07-04T23:23:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:23:27 [2022-07-04T23:23:27.245Z] time="2022-07-04T23:23:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8db88bc55f5d0f952c2df8d9a815e580e3dbccd25476949a87fc4d916b349400" mediatype=application/vnd.docker.plugin.v1+json size=522
23:23:27 [2022-07-04T23:23:27.505Z] === RUN   TestPluginInstall/with_insecure
23:23:28 [2022-07-04T23:23:28.444Z] time="2022-07-04T23:23:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:23:28 [2022-07-04T23:23:28.444Z] time="2022-07-04T23:23:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9ed4ae679372318d7484a2ba7e1527a5720d95e3ac642d9e5435e3b311946b35" mediatype=application/vnd.docker.plugin.v1+json size=522
23:23:28 [2022-07-04T23:23:28.444Z] time="2022-07-04T23:23:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:23:28 [2022-07-04T23:23:28.444Z] time="2022-07-04T23:23:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9ed4ae679372318d7484a2ba7e1527a5720d95e3ac642d9e5435e3b311946b35" mediatype=application/vnd.docker.plugin.v1+json size=522
23:23:28 [2022-07-04T23:23:28.444Z]     plugin_test.go:195: [d9b0f86db858a] daemon is not started
23:23:28 [2022-07-04T23:23:28.444Z] --- PASS: TestPluginInstall (2.75s)
23:23:28 [2022-07-04T23:23:28.444Z]     --- PASS: TestPluginInstall/no_auth (1.06s)
23:23:28 [2022-07-04T23:23:28.444Z]     --- PASS: TestPluginInstall/with_htpasswd (0.61s)
23:23:28 [2022-07-04T23:23:28.444Z]     --- PASS: TestPluginInstall/with_insecure (1.08s)
23:23:28 [2022-07-04T23:23:28.444Z] === RUN   TestPluginsWithRuntimes
23:23:29 [2022-07-04T23:23:29.824Z] === RUN   TestPluginsWithRuntimes/No_Args
23:23:30 [2022-07-04T23:23:30.762Z] === RUN   TestPluginsWithRuntimes/With_Args
23:23:31 [2022-07-04T23:23:31.700Z] --- PASS: TestPluginsWithRuntimes (3.36s)
23:23:31 [2022-07-04T23:23:31.700Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.89s)
23:23:31 [2022-07-04T23:23:31.700Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.91s)
23:23:31 [2022-07-04T23:23:31.700Z] === RUN   TestPluginBackCompatMediaTypes
23:23:32 [2022-07-04T23:23:32.270Z] --- PASS: TestPluginBackCompatMediaTypes (0.59s)
23:23:32 [2022-07-04T23:23:32.270Z] PASS
23:23:32 [2022-07-04T23:23:32.529Z] 
23:23:32 [2022-07-04T23:23:32.529Z] DONE 24 tests in 6.747s
23:23:32 [2022-07-04T23:23:32.529Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
23:23:32 [2022-07-04T23:23:32.529Z] INFO: Testing against a local daemon
23:23:32 [2022-07-04T23:23:32.529Z] === RUN   TestExternalGraphDriver
23:23:32 [2022-07-04T23:23:32.788Z] === RUN   TestExternalGraphDriver/json
23:23:34 [2022-07-04T23:23:34.695Z] === RUN   TestExternalGraphDriver/spec
23:23:36 [2022-07-04T23:23:36.081Z] === RUN   TestExternalGraphDriver/pull
23:23:37 [2022-07-04T23:23:37.988Z] --- PASS: TestExternalGraphDriver (5.30s)
23:23:37 [2022-07-04T23:23:37.988Z]     --- PASS: TestExternalGraphDriver/json (1.65s)
23:23:37 [2022-07-04T23:23:37.988Z]     --- PASS: TestExternalGraphDriver/spec (1.67s)
23:23:37 [2022-07-04T23:23:37.988Z]     --- PASS: TestExternalGraphDriver/pull (1.64s)
23:23:37 [2022-07-04T23:23:37.988Z] === RUN   TestGraphdriverPluginV2
23:23:42 [2022-07-04T23:23:42.183Z] --- PASS: TestGraphdriverPluginV2 (4.16s)
23:23:42 [2022-07-04T23:23:42.183Z] PASS
23:23:42 [2022-07-04T23:23:42.183Z] 
23:23:42 [2022-07-04T23:23:42.183Z] DONE 5 tests in 9.499s
23:23:42 [2022-07-04T23:23:42.183Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
23:23:42 [2022-07-04T23:23:42.183Z] INFO: Testing against a local daemon
23:23:42 [2022-07-04T23:23:42.183Z] === RUN   TestContinueAfterPluginCrash
23:23:42 [2022-07-04T23:23:42.183Z] === PAUSE TestContinueAfterPluginCrash
23:23:42 [2022-07-04T23:23:42.183Z] === RUN   TestReadPluginNoRead
23:23:42 [2022-07-04T23:23:42.183Z] === PAUSE TestReadPluginNoRead
23:23:42 [2022-07-04T23:23:42.183Z] === RUN   TestDaemonStartWithLogOpt
23:23:42 [2022-07-04T23:23:42.183Z] === PAUSE TestDaemonStartWithLogOpt
23:23:42 [2022-07-04T23:23:42.183Z] === CONT  TestContinueAfterPluginCrash
23:23:42 [2022-07-04T23:23:42.183Z] === CONT  TestDaemonStartWithLogOpt
23:23:45 [2022-07-04T23:23:45.477Z] --- PASS: TestDaemonStartWithLogOpt (3.56s)
23:23:45 [2022-07-04T23:23:45.477Z] === CONT  TestReadPluginNoRead
23:23:48 [2022-07-04T23:23:48.042Z] === RUN   TestReadPluginNoRead/disabled_caching
23:23:48 [2022-07-04T23:23:48.981Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
23:23:50 [2022-07-04T23:23:50.361Z] === RUN   TestReadPluginNoRead/default
23:23:50 [2022-07-04T23:23:50.361Z] --- PASS: TestContinueAfterPluginCrash (8.48s)
23:23:51 [2022-07-04T23:23:51.741Z] === CONT  TestReadPluginNoRead
23:23:51 [2022-07-04T23:23:51.741Z]     read_test.go:92: [dfb1424b8ee09] daemon is not started
23:23:51 [2022-07-04T23:23:51.741Z] --- PASS: TestReadPluginNoRead (6.10s)
23:23:51 [2022-07-04T23:23:51.741Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.24s)
23:23:51 [2022-07-04T23:23:51.741Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.26s)
23:23:51 [2022-07-04T23:23:51.741Z]     --- PASS: TestReadPluginNoRead/default (1.26s)
23:23:51 [2022-07-04T23:23:51.741Z] PASS
23:23:51 [2022-07-04T23:23:51.741Z] 
23:23:51 [2022-07-04T23:23:51.741Z] DONE 6 tests in 9.685s
23:23:51 [2022-07-04T23:23:51.741Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
23:23:51 [2022-07-04T23:23:51.741Z] testing: warning: no tests to run
23:23:51 [2022-07-04T23:23:51.741Z] PASS
23:23:51 [2022-07-04T23:23:51.741Z] 
23:23:51 [2022-07-04T23:23:51.741Z] DONE 0 tests in 0.008s
23:23:51 [2022-07-04T23:23:51.741Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
23:23:51 [2022-07-04T23:23:51.741Z] INFO: Testing against a local daemon
23:23:51 [2022-07-04T23:23:51.741Z] === RUN   TestPluginWithDevMounts
23:23:51 [2022-07-04T23:23:51.741Z] === PAUSE TestPluginWithDevMounts
23:23:51 [2022-07-04T23:23:51.741Z] === CONT  TestPluginWithDevMounts
23:23:53 [2022-07-04T23:23:53.120Z] --- PASS: TestPluginWithDevMounts (1.56s)
23:23:53 [2022-07-04T23:23:53.120Z] PASS
23:23:53 [2022-07-04T23:23:53.120Z] 
23:23:53 [2022-07-04T23:23:53.120Z] DONE 1 tests in 1.587s
23:23:53 [2022-07-04T23:23:53.120Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
23:23:53 [2022-07-04T23:23:53.380Z] INFO: Testing against a local daemon
23:23:53 [2022-07-04T23:23:53.380Z] === RUN   TestSecretInspect
23:23:55 [2022-07-04T23:23:55.916Z] --- PASS: TestSecretInspect (2.18s)
23:23:55 [2022-07-04T23:23:55.916Z] === RUN   TestSecretList
23:23:57 [2022-07-04T23:23:57.821Z] --- PASS: TestSecretList (2.20s)
23:23:57 [2022-07-04T23:23:57.821Z] === RUN   TestSecretsCreateAndDelete
23:24:00 [2022-07-04T23:24:00.365Z] --- PASS: TestSecretsCreateAndDelete (2.23s)
23:24:00 [2022-07-04T23:24:00.365Z] === RUN   TestSecretsUpdate
23:24:02 [2022-07-04T23:24:02.275Z] --- PASS: TestSecretsUpdate (2.21s)
23:24:02 [2022-07-04T23:24:02.275Z] === RUN   TestTemplatedSecret
23:24:04 [2022-07-04T23:24:04.815Z] --- PASS: TestTemplatedSecret (2.69s)
23:24:04 [2022-07-04T23:24:04.815Z] === RUN   TestSecretCreateResolve
23:24:06 [2022-07-04T23:24:06.724Z] --- PASS: TestSecretCreateResolve (1.80s)
23:24:06 [2022-07-04T23:24:06.724Z] PASS
23:24:06 [2022-07-04T23:24:06.724Z] 
23:24:06 [2022-07-04T23:24:06.724Z] DONE 6 tests in 13.339s
23:24:06 [2022-07-04T23:24:06.724Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
23:24:06 [2022-07-04T23:24:06.724Z] INFO: Testing against a local daemon
23:24:06 [2022-07-04T23:24:06.724Z] === RUN   TestServiceCreateInit
23:24:06 [2022-07-04T23:24:06.724Z] === RUN   TestServiceCreateInit/daemonInitDisabled
23:24:10 [2022-07-04T23:24:10.917Z] === RUN   TestServiceCreateInit/daemonInitEnabled
23:24:15 [2022-07-04T23:24:15.115Z] --- PASS: TestServiceCreateInit (7.74s)
23:24:15 [2022-07-04T23:24:15.115Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.95s)
23:24:15 [2022-07-04T23:24:15.115Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.77s)
23:24:15 [2022-07-04T23:24:15.115Z] === RUN   TestCreateServiceMultipleTimes
23:24:33 [2022-07-04T23:24:33.212Z] --- PASS: TestCreateServiceMultipleTimes (16.04s)
23:24:33 [2022-07-04T23:24:33.212Z] === RUN   TestCreateServiceConflict
23:24:33 [2022-07-04T23:24:33.212Z] --- PASS: TestCreateServiceConflict (2.17s)
23:24:33 [2022-07-04T23:24:33.212Z] === RUN   TestCreateServiceMaxReplicas
23:24:35 [2022-07-04T23:24:35.751Z] --- PASS: TestCreateServiceMaxReplicas (2.90s)
23:24:35 [2022-07-04T23:24:35.751Z] === RUN   TestCreateWithDuplicateNetworkNames
23:24:50 [2022-07-04T23:24:50.637Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.21s)
23:24:50 [2022-07-04T23:24:50.637Z] === RUN   TestCreateServiceSecretFileMode
23:24:51 [2022-07-04T23:24:51.206Z] --- PASS: TestCreateServiceSecretFileMode (2.56s)
23:24:51 [2022-07-04T23:24:51.206Z] === RUN   TestCreateServiceConfigFileMode
23:24:53 [2022-07-04T23:24:53.743Z] --- PASS: TestCreateServiceConfigFileMode (2.52s)
23:24:53 [2022-07-04T23:24:53.743Z] === RUN   TestCreateServiceSysctls
23:24:57 [2022-07-04T23:24:57.034Z] --- PASS: TestCreateServiceSysctls (3.06s)
23:24:57 [2022-07-04T23:24:57.034Z] === RUN   TestCreateServiceCapabilities
23:24:59 [2022-07-04T23:24:59.570Z] --- PASS: TestCreateServiceCapabilities (2.56s)
23:24:59 [2022-07-04T23:24:59.570Z] === RUN   TestInspect
23:25:02 [2022-07-04T23:25:02.109Z] --- PASS: TestInspect (2.81s)
23:25:02 [2022-07-04T23:25:02.109Z] === RUN   TestCreateJob
23:25:05 [2022-07-04T23:25:05.401Z] --- PASS: TestCreateJob (3.08s)
23:25:05 [2022-07-04T23:25:05.401Z] === RUN   TestReplicatedJob
23:25:11 [2022-07-04T23:25:11.975Z] --- PASS: TestReplicatedJob (5.59s)
23:25:11 [2022-07-04T23:25:11.975Z] === RUN   TestUpdateReplicatedJob
23:25:14 [2022-07-04T23:25:14.514Z] --- PASS: TestUpdateReplicatedJob (3.34s)
23:25:14 [2022-07-04T23:25:14.514Z] === RUN   TestServiceListWithStatuses
23:25:14 [2022-07-04T23:25:14.514Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
23:25:14 [2022-07-04T23:25:14.514Z] --- SKIP: TestServiceListWithStatuses (0.00s)
23:25:14 [2022-07-04T23:25:14.514Z] === RUN   TestDockerNetworkConnectAlias
23:25:18 [2022-07-04T23:25:18.709Z] --- PASS: TestDockerNetworkConnectAlias (4.26s)
23:25:18 [2022-07-04T23:25:18.709Z] === RUN   TestDockerNetworkReConnect
23:25:22 [2022-07-04T23:25:22.038Z] --- PASS: TestDockerNetworkReConnect (3.56s)
23:25:22 [2022-07-04T23:25:22.038Z] === RUN   TestServicePlugin
23:25:26 [2022-07-04T23:25:26.234Z]     plugin_test.go:61: [da70bede29c8c] joining swarm manager [df9c5cf29bd5d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:25:26 [2022-07-04T23:25:26.803Z]     plugin_test.go:64: [d6a1736e52ca0] joining swarm manager [df9c5cf29bd5d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:25:53 [2022-07-04T23:25:53.354Z] --- PASS: TestServicePlugin (30.08s)
23:25:53 [2022-07-04T23:25:53.354Z] === RUN   TestServiceUpdateLabel
23:25:54 [2022-07-04T23:25:54.292Z] --- PASS: TestServiceUpdateLabel (2.20s)
23:25:54 [2022-07-04T23:25:54.292Z] === RUN   TestServiceUpdateSecrets
23:26:09 [2022-07-04T23:26:09.178Z] --- PASS: TestServiceUpdateSecrets (14.58s)
23:26:09 [2022-07-04T23:26:09.178Z] === RUN   TestServiceUpdateConfigs
23:26:24 [2022-07-04T23:26:24.064Z] --- PASS: TestServiceUpdateConfigs (14.56s)
23:26:24 [2022-07-04T23:26:24.064Z] === RUN   TestServiceUpdateNetwork
23:26:36 [2022-07-04T23:26:36.278Z] --- PASS: TestServiceUpdateNetwork (12.55s)
23:26:36 [2022-07-04T23:26:36.278Z] === RUN   TestServiceUpdatePidsLimit
23:26:37 [2022-07-04T23:26:37.216Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
23:26:38 [2022-07-04T23:26:38.156Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
23:26:44 [2022-07-04T23:26:44.724Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
23:26:52 [2022-07-04T23:26:52.843Z] --- PASS: TestServiceUpdatePidsLimit (16.19s)
23:26:52 [2022-07-04T23:26:52.843Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s)
23:26:52 [2022-07-04T23:26:52.843Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s)
23:26:52 [2022-07-04T23:26:52.843Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s)
23:26:52 [2022-07-04T23:26:52.843Z] PASS
23:26:52 [2022-07-04T23:26:52.843Z] 
23:26:52 [2022-07-04T23:26:52.843Z] === Skipped
23:26:52 [2022-07-04T23:26:52.843Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
23:26:52 [2022-07-04T23:26:52.843Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
23:26:52 [2022-07-04T23:26:52.843Z] 
23:26:52 [2022-07-04T23:26:52.843Z] DONE 27 tests, 1 skipped in 165.579s
23:26:52 [2022-07-04T23:26:52.843Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
23:26:52 [2022-07-04T23:26:52.843Z] INFO: Testing against a local daemon
23:26:52 [2022-07-04T23:26:52.843Z] === RUN   TestSessionCreate
23:26:52 [2022-07-04T23:26:52.843Z] --- PASS: TestSessionCreate (0.02s)
23:26:52 [2022-07-04T23:26:52.843Z] === RUN   TestSessionCreateWithBadUpgrade
23:26:52 [2022-07-04T23:26:52.843Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
23:26:52 [2022-07-04T23:26:52.843Z] PASS
23:26:52 [2022-07-04T23:26:52.843Z] 
23:26:52 [2022-07-04T23:26:52.843Z] DONE 2 tests in 0.055s
23:26:52 [2022-07-04T23:26:52.843Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
23:26:52 [2022-07-04T23:26:52.843Z] INFO: Testing against a local daemon
23:26:52 [2022-07-04T23:26:52.843Z] === RUN   TestCgroupDriverSystemdMemoryLimit
23:26:52 [2022-07-04T23:26:52.843Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
23:26:52 [2022-07-04T23:26:52.843Z] === RUN   TestDiskUsage
23:26:52 [2022-07-04T23:26:52.843Z] === PAUSE TestDiskUsage
23:26:52 [2022-07-04T23:26:52.843Z] === RUN   TestEventsExecDie
23:26:52 [2022-07-04T23:26:52.843Z] --- PASS: TestEventsExecDie (0.57s)
23:26:52 [2022-07-04T23:26:52.843Z] === RUN   TestEventsBackwardsCompatible
23:26:52 [2022-07-04T23:26:52.843Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
23:26:52 [2022-07-04T23:26:52.843Z] === RUN   TestEventsVolumeCreate
23:26:52 [2022-07-04T23:26:52.843Z] --- PASS: TestEventsVolumeCreate (0.05s)
23:26:52 [2022-07-04T23:26:52.843Z] === RUN   TestInfoBinaryCommits
23:26:53 [2022-07-04T23:26:53.103Z] --- PASS: TestInfoBinaryCommits (0.02s)
23:26:53 [2022-07-04T23:26:53.103Z] === RUN   TestInfoAPIVersioned
23:26:53 [2022-07-04T23:26:53.103Z] --- PASS: TestInfoAPIVersioned (0.01s)
23:26:53 [2022-07-04T23:26:53.103Z] === RUN   TestInfoAPI
23:26:53 [2022-07-04T23:26:53.103Z] --- PASS: TestInfoAPI (0.02s)
23:26:53 [2022-07-04T23:26:53.103Z] === RUN   TestInfoAPIWarnings
23:27:11 [2022-07-04T23:27:11.192Z] --- PASS: TestInfoAPIWarnings (16.54s)
23:27:11 [2022-07-04T23:27:11.192Z] === RUN   TestInfoDebug
23:27:11 [2022-07-04T23:27:11.192Z] --- PASS: TestInfoDebug (0.52s)
23:27:11 [2022-07-04T23:27:11.192Z] === RUN   TestInfoInsecureRegistries
23:27:11 [2022-07-04T23:27:11.192Z] --- PASS: TestInfoInsecureRegistries (0.52s)
23:27:11 [2022-07-04T23:27:11.192Z] === RUN   TestInfoRegistryMirrors
23:27:11 [2022-07-04T23:27:11.192Z] --- PASS: TestInfoRegistryMirrors (0.52s)
23:27:11 [2022-07-04T23:27:11.192Z] === RUN   TestLoginFailsWithBadCredentials
23:27:11 [2022-07-04T23:27:11.451Z] --- PASS: TestLoginFailsWithBadCredentials (0.43s)
23:27:11 [2022-07-04T23:27:11.451Z] === RUN   TestPingCacheHeaders
23:27:11 [2022-07-04T23:27:11.451Z] --- PASS: TestPingCacheHeaders (0.02s)
23:27:11 [2022-07-04T23:27:11.451Z] === RUN   TestPingGet
23:27:11 [2022-07-04T23:27:11.451Z] --- PASS: TestPingGet (0.01s)
23:27:11 [2022-07-04T23:27:11.451Z] === RUN   TestPingHead
23:27:11 [2022-07-04T23:27:11.451Z] --- PASS: TestPingHead (0.02s)
23:27:11 [2022-07-04T23:27:11.451Z] === RUN   TestPingSwarmHeader
23:27:12 [2022-07-04T23:27:12.020Z] === RUN   TestPingSwarmHeader/before_swarm_init
23:27:12 [2022-07-04T23:27:12.957Z] === RUN   TestPingSwarmHeader/after_swarm_init
23:27:13 [2022-07-04T23:27:13.894Z] === RUN   TestPingSwarmHeader/after_swarm_leave
23:27:13 [2022-07-04T23:27:13.894Z] --- PASS: TestPingSwarmHeader (2.14s)
23:27:13 [2022-07-04T23:27:13.894Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
23:27:13 [2022-07-04T23:27:13.894Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
23:27:13 [2022-07-04T23:27:13.894Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
23:27:13 [2022-07-04T23:27:13.894Z] === RUN   TestVersion
23:27:13 [2022-07-04T23:27:13.894Z] --- PASS: TestVersion (0.02s)
23:27:13 [2022-07-04T23:27:13.894Z] === CONT  TestCgroupDriverSystemdMemoryLimit
23:27:13 [2022-07-04T23:27:13.894Z] === CONT  TestDiskUsage
23:27:14 [2022-07-04T23:27:14.155Z] === RUN   TestDiskUsage/empty
23:27:14 [2022-07-04T23:27:14.155Z] === RUN   TestDiskUsage/empty/container_types
23:27:14 [2022-07-04T23:27:14.155Z] === RUN   TestDiskUsage/empty/image_types
23:27:14 [2022-07-04T23:27:14.155Z] === RUN   TestDiskUsage/empty/volume_types
23:27:14 [2022-07-04T23:27:14.155Z] === RUN   TestDiskUsage/empty/build-cache_types
23:27:14 [2022-07-04T23:27:14.155Z] === RUN   TestDiskUsage/empty/container,_volume_types
23:27:14 [2022-07-04T23:27:14.155Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
23:27:14 [2022-07-04T23:27:14.155Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
23:27:14 [2022-07-04T23:27:14.155Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
23:27:14 [2022-07-04T23:27:14.155Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
23:27:14 [2022-07-04T23:27:14.155Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
23:27:14 [2022-07-04T23:27:14.155Z] === RUN   TestDiskUsage/after_LoadBusybox
23:27:14 [2022-07-04T23:27:14.725Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
23:27:14 [2022-07-04T23:27:14.725Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
23:27:14 [2022-07-04T23:27:14.725Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
23:27:14 [2022-07-04T23:27:14.725Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
23:27:14 [2022-07-04T23:27:14.725Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
23:27:14 [2022-07-04T23:27:14.725Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
23:27:14 [2022-07-04T23:27:14.725Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
23:27:14 [2022-07-04T23:27:14.725Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
23:27:14 [2022-07-04T23:27:14.725Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
23:27:14 [2022-07-04T23:27:14.725Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
23:27:14 [2022-07-04T23:27:14.725Z] === RUN   TestDiskUsage/after_container.Run
23:27:14 [2022-07-04T23:27:14.985Z] === RUN   TestDiskUsage/after_container.Run/container_types
23:27:14 [2022-07-04T23:27:14.985Z] === RUN   TestDiskUsage/after_container.Run/image_types
23:27:14 [2022-07-04T23:27:14.985Z] === RUN   TestDiskUsage/after_container.Run/volume_types
23:27:14 [2022-07-04T23:27:14.985Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
23:27:14 [2022-07-04T23:27:14.985Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
23:27:14 [2022-07-04T23:27:14.985Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
23:27:14 [2022-07-04T23:27:14.985Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
23:27:14 [2022-07-04T23:27:14.985Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
23:27:14 [2022-07-04T23:27:14.985Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
23:27:14 [2022-07-04T23:27:14.985Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
23:27:15 [2022-07-04T23:27:15.245Z] --- PASS: TestDiskUsage (1.57s)
23:27:15 [2022-07-04T23:27:15.245Z]     --- PASS: TestDiskUsage/empty (0.01s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.31s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.01s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]     --- PASS: TestDiskUsage/after_container.Run (0.52s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
23:27:15 [2022-07-04T23:27:15.245Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.59s)
23:27:15 [2022-07-04T23:27:15.245Z] PASS
23:27:15 [2022-07-04T23:27:15.245Z] 
23:27:15 [2022-07-04T23:27:15.245Z] DONE 54 tests in 23.060s
23:27:15 [2022-07-04T23:27:15.245Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
23:27:15 [2022-07-04T23:27:15.245Z] INFO: Testing against a local daemon
23:27:15 [2022-07-04T23:27:15.245Z] === RUN   TestVolumesCreateAndList
23:27:15 [2022-07-04T23:27:15.505Z] --- PASS: TestVolumesCreateAndList (0.03s)
23:27:15 [2022-07-04T23:27:15.505Z] === RUN   TestVolumesRemove
23:27:15 [2022-07-04T23:27:15.505Z] --- PASS: TestVolumesRemove (0.10s)
23:27:15 [2022-07-04T23:27:15.505Z] === RUN   TestVolumesInspect
23:27:15 [2022-07-04T23:27:15.505Z] --- PASS: TestVolumesInspect (0.02s)
23:27:15 [2022-07-04T23:27:15.505Z] === RUN   TestVolumesInvalidJSON
23:27:15 [2022-07-04T23:27:15.505Z] === RUN   TestVolumesInvalidJSON/volumes/create
23:27:15 [2022-07-04T23:27:15.505Z] === PAUSE TestVolumesInvalidJSON/volumes/create
23:27:15 [2022-07-04T23:27:15.505Z] === CONT  TestVolumesInvalidJSON/volumes/create
23:27:15 [2022-07-04T23:27:15.505Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
23:27:15 [2022-07-04T23:27:15.505Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
23:27:15 [2022-07-04T23:27:15.505Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
23:27:15 [2022-07-04T23:27:15.505Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
23:27:15 [2022-07-04T23:27:15.505Z] --- PASS: TestVolumesInvalidJSON (0.01s)
23:27:15 [2022-07-04T23:27:15.505Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
23:27:15 [2022-07-04T23:27:15.505Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
23:27:15 [2022-07-04T23:27:15.505Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
23:27:15 [2022-07-04T23:27:15.505Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
23:27:15 [2022-07-04T23:27:15.505Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
23:27:15 [2022-07-04T23:27:15.505Z] PASS
23:27:15 [2022-07-04T23:27:15.505Z] 
23:27:15 [2022-07-04T23:27:15.505Z] DONE 9 tests in 0.184s
23:27:15 [2022-07-04T23:27:15.505Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
23:27:16 [2022-07-04T23:27:16.074Z] Stopping apparmor (via systemctl): apparmor.service.
23:27:16 [2022-07-04T23:27:16.074Z] Removing test suite binaries
23:27:16 [2022-07-04T23:27:16.074Z] exiting test-integration
23:27:16 [2022-07-04T23:27:16.074Z] ++ exit 0
23:27:16 [2022-07-04T23:27:16.074Z]