Skip to content

Console Output

13:47:21 [2022-07-28T13:47:21.086Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43877/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=f4c0ec8ffc427daa0a560695eb77e0428202ef14 -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:f4c0ec8ffc427daa0a560695eb77e0428202ef14 hack/make.sh dynbinary test-integration
13:47:22 [2022-07-28T13:47:22.975Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
13:47:22 [2022-07-28T13:47:22.975Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
13:47:22 [2022-07-28T13:47:22.975Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
13:47:22 [2022-07-28T13:47:22.975Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
13:47:22 [2022-07-28T13:47:22.975Z] systemd 247.3-7 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
13:47:22 [2022-07-28T13:47:22.975Z] Detected virtualization docker.
13:47:22 [2022-07-28T13:47:22.975Z] Detected architecture x86-64.
13:47:22 [2022-07-28T13:47:22.975Z] Set hostname to <52fc4f3e700a>.
13:47:22 [2022-07-28T13:47:22.975Z] modprobe@configfs.service: Succeeded.
13:47:22 [2022-07-28T13:47:22.975Z] modprobe@drm.service: Succeeded.
13:47:22 [2022-07-28T13:47:22.975Z] modprobe@fuse.service: Succeeded.
13:47:23 [2022-07-28T13:47:23.231Z] + source /etc/docker-entrypoint-cmd
13:47:23 [2022-07-28T13:47:23.231Z] ++ hack/make.sh dynbinary test-integration
13:47:23 [2022-07-28T13:47:23.231Z] 
13:47:23 [2022-07-28T13:47:23.231Z] Removing bundles/
13:47:23 [2022-07-28T13:47:23.231Z] 
13:47:23 [2022-07-28T13:47:23.231Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
13:47:23 [2022-07-28T13:47:23.231Z] Building: bundles/dynbinary-daemon/dockerd
13:47:23 [2022-07-28T13:47:23.231Z] GOOS="" GOARCH="" GOARM=""
13:49:29 [2022-07-28T13:49:29.640Z] Created binary: bundles/dynbinary-daemon/dockerd
13:49:29 [2022-07-28T13:49:29.641Z] Building: bundles/dynbinary-daemon/docker-proxy
13:49:29 [2022-07-28T13:49:29.641Z] GOOS="" GOARCH="" GOARM=""
13:49:29 [2022-07-28T13:49:29.641Z] Created binary: bundles/dynbinary-daemon/docker-proxy
13:49:29 [2022-07-28T13:49:29.641Z] 
13:49:29 [2022-07-28T13:49:29.641Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:49:29 [2022-07-28T13:49:29.641Z] DOCKER_SYSTEMD=1
13:49:29 [2022-07-28T13:49:29.641Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:49:29 [2022-07-28T13:49:29.641Z] HOSTNAME=52fc4f3e700a
13:49:29 [2022-07-28T13:49:29.641Z] DEST=bundles/test-integration
13:49:29 [2022-07-28T13:49:29.641Z] PWD=/go/src/github.com/docker/docker
13:49:29 [2022-07-28T13:49:29.641Z] DOCKER_GITCOMMIT=f4c0ec8ffc427daa0a560695eb77e0428202ef14
13:49:29 [2022-07-28T13:49:29.641Z] container=docker
13:49:29 [2022-07-28T13:49:29.641Z] HOME=/root
13:49:29 [2022-07-28T13:49:29.641Z] LANG=C.UTF-8
13:49:29 [2022-07-28T13:49:29.641Z] INVOCATION_ID=f85295204348444e9b371c504679b843
13:49:29 [2022-07-28T13:49:29.641Z] GOLANG_VERSION=1.18.4
13:49:29 [2022-07-28T13:49:29.641Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:49:29 [2022-07-28T13:49:29.641Z] VALIDATE_BRANCH=master
13:49:29 [2022-07-28T13:49:29.641Z] TERM=xterm
13:49:29 [2022-07-28T13:49:29.641Z] DOCKER_PKG=github.com/docker/docker
13:49:29 [2022-07-28T13:49:29.641Z] SHLVL=3
13:49:29 [2022-07-28T13:49:29.641Z] TIMEOUT=120m
13:49:29 [2022-07-28T13:49:29.641Z] DOCKER_BUILDTAGS= journald
13:49:29 [2022-07-28T13:49:29.641Z] DOCKER_GRAPHDRIVER=overlay2
13:49:29 [2022-07-28T13:49:29.641Z] GO111MODULE=off
13:49:29 [2022-07-28T13:49:29.641Z] DOCKER_EXPERIMENTAL=1
13:49:29 [2022-07-28T13:49:29.641Z] TEST_SKIP_INTEGRATION_CLI=1
13:49:29 [2022-07-28T13:49:29.641Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:49:29 [2022-07-28T13:49:29.641Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:49:29 [2022-07-28T13:49:29.641Z] GOPATH=/go
13:49:29 [2022-07-28T13:49:29.641Z] PKG_CONFIG=pkg-config
13:49:29 [2022-07-28T13:49:29.641Z] _=/usr/bin/env
13:49:29 [2022-07-28T13:49:29.641Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
13:50:16 [2022-07-28T13:50:16.348Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
13:50:16 [2022-07-28T13:50:16.348Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
13:50:38 [2022-07-28T13:50:38.250Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
13:50:43 [2022-07-28T13:50:43.502Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
13:50:53 [2022-07-28T13:50:53.453Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
13:50:53 [2022-07-28T13:50:53.453Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
13:50:53 [2022-07-28T13:50:53.453Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
13:50:54 [2022-07-28T13:50:54.392Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
13:50:54 [2022-07-28T13:50:54.956Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
13:50:55 [2022-07-28T13:50:55.212Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
13:50:56 [2022-07-28T13:50:56.141Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
13:50:58 [2022-07-28T13:50:58.659Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
13:50:59 [2022-07-28T13:50:59.588Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
13:51:00 [2022-07-28T13:51:00.519Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
13:51:01 [2022-07-28T13:51:01.082Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
13:51:02 [2022-07-28T13:51:02.012Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
13:51:02 [2022-07-28T13:51:02.575Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
13:51:03 [2022-07-28T13:51:03.943Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
13:51:04 [2022-07-28T13:51:04.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
13:51:05 [2022-07-28T13:51:05.437Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
13:51:06 [2022-07-28T13:51:06.367Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:51:06 [2022-07-28T13:51:06.367Z] Using test binary docker
13:51:06 [2022-07-28T13:51:06.367Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
13:51:06 [2022-07-28T13:51:06.367Z] Starting apparmor (via systemctl): apparmor.service.
13:51:06 [2022-07-28T13:51:06.367Z] Starting dockerd
13:51:06 [2022-07-28T13:51:06.367Z] INFO: Waiting for daemon to start...
13:51:09 [2022-07-28T13:51:09.633Z] .
13:51:09 [2022-07-28T13:51:09.633Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
13:51:09 [2022-07-28T13:51:09.633Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
13:51:09 [2022-07-28T13:51:09.633Z] Error: No such image: emptyfs
13:51:09 [2022-07-28T13:51:09.633Z] Running integration-test (iteration 1)
13:51:09 [2022-07-28T13:51:09.633Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
13:51:09 [2022-07-28T13:51:09.890Z] Loaded image: busybox:latest
13:51:10 [2022-07-28T13:51:10.146Z] Loaded image: busybox:glibc
13:51:11 [2022-07-28T13:51:11.514Z] Loaded image: debian:bullseye-slim
13:51:11 [2022-07-28T13:51:11.514Z] Loaded image: hello-world:latest
13:51:11 [2022-07-28T13:51:11.770Z] Loaded image: arm32v7/hello-world:latest
13:51:11 [2022-07-28T13:51:11.770Z] INFO: Testing against a local daemon
13:51:11 [2022-07-28T13:51:11.770Z] === RUN   TestCgroupNamespacesBuild
13:51:13 [2022-07-28T13:51:13.137Z] --- PASS: TestCgroupNamespacesBuild (1.27s)
13:51:13 [2022-07-28T13:51:13.137Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
13:51:14 [2022-07-28T13:51:14.505Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.31s)
13:51:14 [2022-07-28T13:51:14.505Z] === RUN   TestBuildWithSession
13:51:14 [2022-07-28T13:51:14.505Z]     build_session_test.go:25: TODO: BuildKit
13:51:14 [2022-07-28T13:51:14.505Z] --- SKIP: TestBuildWithSession (0.00s)
13:51:14 [2022-07-28T13:51:14.505Z] === RUN   TestBuildSquashParent
13:51:18 [2022-07-28T13:51:18.672Z] --- PASS: TestBuildSquashParent (4.46s)
13:51:18 [2022-07-28T13:51:18.672Z] === RUN   TestBuildWithRemoveAndForceRemove
13:51:18 [2022-07-28T13:51:18.672Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:51:18 [2022-07-28T13:51:18.672Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:51:18 [2022-07-28T13:51:18.672Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:51:18 [2022-07-28T13:51:18.672Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:51:18 [2022-07-28T13:51:18.672Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:51:18 [2022-07-28T13:51:18.672Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:51:18 [2022-07-28T13:51:18.672Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:51:18 [2022-07-28T13:51:18.672Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:51:18 [2022-07-28T13:51:18.672Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:51:18 [2022-07-28T13:51:18.672Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:51:18 [2022-07-28T13:51:18.672Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:51:18 [2022-07-28T13:51:18.673Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:51:18 [2022-07-28T13:51:18.673Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:51:18 [2022-07-28T13:51:18.673Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:51:20 [2022-07-28T13:51:20.562Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:51:20 [2022-07-28T13:51:20.562Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:51:21 [2022-07-28T13:51:21.929Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:51:22 [2022-07-28T13:51:22.186Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:51:23 [2022-07-28T13:51:23.558Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
13:51:23 [2022-07-28T13:51:23.558Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.44s)
13:51:23 [2022-07-28T13:51:23.558Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.70s)
13:51:23 [2022-07-28T13:51:23.558Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.66s)
13:51:23 [2022-07-28T13:51:23.558Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.69s)
13:51:23 [2022-07-28T13:51:23.558Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.48s)
13:51:23 [2022-07-28T13:51:23.558Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.51s)
13:51:23 [2022-07-28T13:51:23.558Z] === RUN   TestBuildMultiStageCopy
13:51:23 [2022-07-28T13:51:23.558Z] === RUN   TestBuildMultiStageCopy/copy_to_root
13:51:25 [2022-07-28T13:51:25.448Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
13:51:25 [2022-07-28T13:51:25.448Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
13:51:25 [2022-07-28T13:51:25.448Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
13:51:25 [2022-07-28T13:51:25.705Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
13:51:25 [2022-07-28T13:51:25.961Z] --- PASS: TestBuildMultiStageCopy (2.36s)
13:51:25 [2022-07-28T13:51:25.961Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.46s)
13:51:25 [2022-07-28T13:51:25.961Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.24s)
13:51:25 [2022-07-28T13:51:25.961Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s)
13:51:25 [2022-07-28T13:51:25.961Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s)
13:51:25 [2022-07-28T13:51:25.961Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s)
13:51:25 [2022-07-28T13:51:25.961Z] === RUN   TestBuildMultiStageParentConfig
13:51:26 [2022-07-28T13:51:26.891Z] --- PASS: TestBuildMultiStageParentConfig (0.66s)
13:51:26 [2022-07-28T13:51:26.891Z] === RUN   TestBuildLabelWithTargets
13:51:27 [2022-07-28T13:51:27.819Z] --- PASS: TestBuildLabelWithTargets (1.06s)
13:51:27 [2022-07-28T13:51:27.819Z] === RUN   TestBuildWithEmptyLayers
13:51:28 [2022-07-28T13:51:28.076Z] --- PASS: TestBuildWithEmptyLayers (0.46s)
13:51:28 [2022-07-28T13:51:28.076Z] === RUN   TestBuildMultiStageOnBuild
13:51:29 [2022-07-28T13:51:29.966Z] --- PASS: TestBuildMultiStageOnBuild (1.69s)
13:51:29 [2022-07-28T13:51:29.966Z] === RUN   TestBuildUncleanTarFilenames
13:51:30 [2022-07-28T13:51:30.529Z] --- PASS: TestBuildUncleanTarFilenames (0.62s)
13:51:30 [2022-07-28T13:51:30.529Z] === RUN   TestBuildMultiStageLayerLeak
13:51:32 [2022-07-28T13:51:32.446Z] --- PASS: TestBuildMultiStageLayerLeak (1.80s)
13:51:32 [2022-07-28T13:51:32.446Z] === RUN   TestBuildWithHugeFile
13:52:28 [2022-07-28T13:52:28.652Z] --- PASS: TestBuildWithHugeFile (50.57s)
13:52:28 [2022-07-28T13:52:28.652Z] === RUN   TestBuildWCOWSandboxSize
13:52:28 [2022-07-28T13:52:28.652Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
13:52:28 [2022-07-28T13:52:28.652Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
13:52:28 [2022-07-28T13:52:28.652Z] === RUN   TestBuildWithEmptyDockerfile
13:52:28 [2022-07-28T13:52:28.652Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
13:52:28 [2022-07-28T13:52:28.652Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
13:52:28 [2022-07-28T13:52:28.652Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:52:28 [2022-07-28T13:52:28.652Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:52:28 [2022-07-28T13:52:28.652Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:52:28 [2022-07-28T13:52:28.652Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:52:28 [2022-07-28T13:52:28.652Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
13:52:28 [2022-07-28T13:52:28.652Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:52:28 [2022-07-28T13:52:28.652Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:52:28 [2022-07-28T13:52:28.652Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
13:52:28 [2022-07-28T13:52:28.652Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s)
13:52:28 [2022-07-28T13:52:28.652Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s)
13:52:28 [2022-07-28T13:52:28.652Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
13:52:28 [2022-07-28T13:52:28.652Z] === RUN   TestBuildPreserveOwnership
13:52:28 [2022-07-28T13:52:28.652Z] === RUN   TestBuildPreserveOwnership/copy_from
13:52:28 [2022-07-28T13:52:28.652Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
13:52:28 [2022-07-28T13:52:28.652Z] --- PASS: TestBuildPreserveOwnership (3.66s)
13:52:28 [2022-07-28T13:52:28.652Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.45s)
13:52:28 [2022-07-28T13:52:28.652Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.20s)
13:52:28 [2022-07-28T13:52:28.652Z] === RUN   TestBuildPlatformInvalid
13:52:28 [2022-07-28T13:52:28.652Z] --- PASS: TestBuildPlatformInvalid (0.07s)
13:52:28 [2022-07-28T13:52:28.652Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
13:52:28 [2022-07-28T13:52:28.652Z] Loaded image: busybox:latest
13:52:28 [2022-07-28T13:52:28.652Z] Loaded image: busybox:glibc
13:52:28 [2022-07-28T13:52:28.908Z] Loaded image: debian:bullseye-slim
13:52:29 [2022-07-28T13:52:29.165Z] Loaded image: hello-world:latest
13:52:29 [2022-07-28T13:52:29.165Z] Loaded image: arm32v7/hello-world:latest
13:52:39 [2022-07-28T13:52:39.112Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.97s)
13:52:39 [2022-07-28T13:52:39.112Z] PASS
13:52:39 [2022-07-28T13:52:39.112Z] 
13:52:39 [2022-07-28T13:52:39.112Z] === Skipped
13:52:39 [2022-07-28T13:52:39.112Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
13:52:39 [2022-07-28T13:52:39.112Z]     build_session_test.go:25: TODO: BuildKit
13:52:39 [2022-07-28T13:52:39.112Z] 
13:52:39 [2022-07-28T13:52:39.112Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
13:52:39 [2022-07-28T13:52:39.112Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
13:52:39 [2022-07-28T13:52:39.112Z] 
13:52:39 [2022-07-28T13:52:39.112Z] DONE 34 tests, 2 skipped in 88.039s
13:52:39 [2022-07-28T13:52:39.112Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
13:52:39 [2022-07-28T13:52:39.112Z] INFO: Testing against a local daemon
13:52:39 [2022-07-28T13:52:39.112Z] === RUN   TestConfigInspect
13:52:40 [2022-07-28T13:52:40.481Z] --- PASS: TestConfigInspect (2.42s)
13:52:40 [2022-07-28T13:52:40.481Z] === RUN   TestConfigList
13:52:42 [2022-07-28T13:52:42.371Z] --- PASS: TestConfigList (2.20s)
13:52:42 [2022-07-28T13:52:42.371Z] === RUN   TestConfigsCreateAndDelete
13:52:44 [2022-07-28T13:52:44.888Z] --- PASS: TestConfigsCreateAndDelete (2.21s)
13:52:44 [2022-07-28T13:52:44.888Z] === RUN   TestConfigsUpdate
13:52:46 [2022-07-28T13:52:46.779Z] --- PASS: TestConfigsUpdate (2.18s)
13:52:46 [2022-07-28T13:52:46.779Z] === RUN   TestTemplatedConfig
13:52:50 [2022-07-28T13:52:50.047Z] --- PASS: TestTemplatedConfig (2.64s)
13:52:50 [2022-07-28T13:52:50.047Z] === RUN   TestConfigCreateResolve
13:52:51 [2022-07-28T13:52:51.936Z] --- PASS: TestConfigCreateResolve (2.16s)
13:52:51 [2022-07-28T13:52:51.936Z] PASS
13:52:51 [2022-07-28T13:52:51.936Z] 
13:52:51 [2022-07-28T13:52:51.936Z] DONE 6 tests in 13.834s
13:52:51 [2022-07-28T13:52:51.936Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
13:52:51 [2022-07-28T13:52:51.936Z] INFO: Testing against a local daemon
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestAttachWithTTY
13:52:51 [2022-07-28T13:52:51.936Z] --- PASS: TestAttachWithTTY (0.08s)
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestAttachWithoutTTy
13:52:51 [2022-07-28T13:52:51.936Z] --- PASS: TestAttachWithoutTTy (0.05s)
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestCheckpoint
13:52:51 [2022-07-28T13:52:51.936Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:52:51 [2022-07-28T13:52:51.936Z] --- SKIP: TestCheckpoint (0.00s)
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/commit
13:52:51 [2022-07-28T13:52:51.936Z] === PAUSE TestContainerInvalidJSON/commit
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/containers/create
13:52:51 [2022-07-28T13:52:51.936Z] === PAUSE TestContainerInvalidJSON/containers/create
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
13:52:51 [2022-07-28T13:52:51.936Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
13:52:51 [2022-07-28T13:52:51.936Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
13:52:51 [2022-07-28T13:52:51.936Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:52:51 [2022-07-28T13:52:51.936Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
13:52:51 [2022-07-28T13:52:51.936Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
13:52:51 [2022-07-28T13:52:51.936Z] === CONT  TestContainerInvalidJSON/commit
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
13:52:51 [2022-07-28T13:52:51.936Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/commit/empty_body
13:52:51 [2022-07-28T13:52:51.936Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
13:52:51 [2022-07-28T13:52:51.936Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
13:52:51 [2022-07-28T13:52:51.936Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
13:52:51 [2022-07-28T13:52:51.936Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
13:52:51 [2022-07-28T13:52:51.936Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
13:52:51 [2022-07-28T13:52:51.936Z] === CONT  TestContainerInvalidJSON/containers/create
13:52:51 [2022-07-28T13:52:51.937Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
13:52:51 [2022-07-28T13:52:51.937Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
13:52:51 [2022-07-28T13:52:51.937Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
13:52:51 [2022-07-28T13:52:51.937Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
13:52:51 [2022-07-28T13:52:51.937Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
13:52:51 [2022-07-28T13:52:51.937Z] --- PASS: TestContainerInvalidJSON (0.02s)
13:52:51 [2022-07-28T13:52:51.937Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
13:52:51 [2022-07-28T13:52:51.937Z] === RUN   TestCopyFromContainerPathDoesNotExist
13:52:51 [2022-07-28T13:52:51.937Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
13:52:51 [2022-07-28T13:52:51.937Z] === RUN   TestCopyFromContainerPathIsNotDir
13:52:51 [2022-07-28T13:52:51.937Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
13:52:51 [2022-07-28T13:52:51.937Z] === RUN   TestCopyToContainerPathDoesNotExist
13:52:51 [2022-07-28T13:52:51.937Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
13:52:51 [2022-07-28T13:52:51.937Z] === RUN   TestCopyEmptyFile
13:52:52 [2022-07-28T13:52:52.193Z] --- PASS: TestCopyEmptyFile (0.22s)
13:52:52 [2022-07-28T13:52:52.193Z] === RUN   TestCopyToContainerPathIsNotDir
13:52:52 [2022-07-28T13:52:52.193Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s)
13:52:52 [2022-07-28T13:52:52.193Z] === RUN   TestCopyFromContainer
13:52:53 [2022-07-28T13:52:53.560Z] === RUN   TestCopyFromContainer//
13:52:53 [2022-07-28T13:52:53.560Z] === RUN   TestCopyFromContainer//bar/root
13:52:53 [2022-07-28T13:52:53.560Z] === RUN   TestCopyFromContainer//bar/root/
13:52:53 [2022-07-28T13:52:53.560Z] === RUN   TestCopyFromContainer/bar/quux
13:52:53 [2022-07-28T13:52:53.816Z] === RUN   TestCopyFromContainer/bar/quux/
13:52:53 [2022-07-28T13:52:53.816Z] === RUN   TestCopyFromContainer/bar/quux/baz
13:52:53 [2022-07-28T13:52:53.816Z] === RUN   TestCopyFromContainer/bar/filesymlink
13:52:53 [2022-07-28T13:52:53.816Z] === RUN   TestCopyFromContainer/bar/dirsymlink
13:52:54 [2022-07-28T13:52:54.073Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
13:52:54 [2022-07-28T13:52:54.073Z] === RUN   TestCopyFromContainer/bar/notarget
13:52:54 [2022-07-28T13:52:54.073Z] --- PASS: TestCopyFromContainer (1.84s)
13:52:54 [2022-07-28T13:52:54.073Z]     --- PASS: TestCopyFromContainer// (0.06s)
13:52:54 [2022-07-28T13:52:54.073Z]     --- PASS: TestCopyFromContainer//bar/root (0.08s)
13:52:54 [2022-07-28T13:52:54.073Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
13:52:54 [2022-07-28T13:52:54.073Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
13:52:54 [2022-07-28T13:52:54.073Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
13:52:54 [2022-07-28T13:52:54.073Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
13:52:54 [2022-07-28T13:52:54.073Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
13:52:54 [2022-07-28T13:52:54.073Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
13:52:54 [2022-07-28T13:52:54.073Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
13:52:54 [2022-07-28T13:52:54.073Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
13:52:54 [2022-07-28T13:52:54.073Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
13:52:54 [2022-07-28T13:52:54.073Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:52:54 [2022-07-28T13:52:54.073Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:52:54 [2022-07-28T13:52:54.073Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:52:54 [2022-07-28T13:52:54.073Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:52:54 [2022-07-28T13:52:54.073Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
13:52:54 [2022-07-28T13:52:54.073Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
13:52:54 [2022-07-28T13:52:54.073Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:52:54 [2022-07-28T13:52:54.073Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
13:52:54 [2022-07-28T13:52:54.073Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:52:54 [2022-07-28T13:52:54.073Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
13:52:54 [2022-07-28T13:52:54.073Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
13:52:54 [2022-07-28T13:52:54.073Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
13:52:54 [2022-07-28T13:52:54.073Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
13:52:54 [2022-07-28T13:52:54.073Z] === RUN   TestCreateLinkToNonExistingContainer
13:52:54 [2022-07-28T13:52:54.073Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
13:52:54 [2022-07-28T13:52:54.073Z] === RUN   TestCreateWithInvalidEnv
13:52:54 [2022-07-28T13:52:54.073Z] === RUN   TestCreateWithInvalidEnv/0
13:52:54 [2022-07-28T13:52:54.073Z] === PAUSE TestCreateWithInvalidEnv/0
13:52:54 [2022-07-28T13:52:54.073Z] === RUN   TestCreateWithInvalidEnv/1
13:52:54 [2022-07-28T13:52:54.073Z] === PAUSE TestCreateWithInvalidEnv/1
13:52:54 [2022-07-28T13:52:54.073Z] === RUN   TestCreateWithInvalidEnv/2
13:52:54 [2022-07-28T13:52:54.073Z] === PAUSE TestCreateWithInvalidEnv/2
13:52:54 [2022-07-28T13:52:54.073Z] === CONT  TestCreateWithInvalidEnv/0
13:52:54 [2022-07-28T13:52:54.073Z] === CONT  TestCreateWithInvalidEnv/2
13:52:54 [2022-07-28T13:52:54.073Z] === CONT  TestCreateWithInvalidEnv/1
13:52:54 [2022-07-28T13:52:54.073Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
13:52:54 [2022-07-28T13:52:54.073Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
13:52:54 [2022-07-28T13:52:54.073Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
13:52:54 [2022-07-28T13:52:54.073Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
13:52:54 [2022-07-28T13:52:54.073Z] === RUN   TestCreateTmpfsMountsTarget
13:52:54 [2022-07-28T13:52:54.073Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
13:52:54 [2022-07-28T13:52:54.073Z] === RUN   TestCreateWithCustomMaskedPaths
13:52:55 [2022-07-28T13:52:55.963Z] --- PASS: TestCreateWithCustomMaskedPaths (1.76s)
13:52:55 [2022-07-28T13:52:55.963Z] === RUN   TestCreateWithCustomReadonlyPaths
13:52:57 [2022-07-28T13:52:57.853Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.74s)
13:52:57 [2022-07-28T13:52:57.853Z] === RUN   TestCreateWithInvalidHealthcheckParams
13:52:57 [2022-07-28T13:52:57.853Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:52:57 [2022-07-28T13:52:57.853Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:52:57 [2022-07-28T13:52:57.853Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:52:57 [2022-07-28T13:52:57.853Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:52:57 [2022-07-28T13:52:57.853Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:52:57 [2022-07-28T13:52:57.853Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:52:57 [2022-07-28T13:52:57.853Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:52:57 [2022-07-28T13:52:57.853Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:52:57 [2022-07-28T13:52:57.853Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:52:57 [2022-07-28T13:52:57.853Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:52:57 [2022-07-28T13:52:57.853Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:52:57 [2022-07-28T13:52:57.853Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:52:57 [2022-07-28T13:52:57.853Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:52:57 [2022-07-28T13:52:57.853Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:52:57 [2022-07-28T13:52:57.853Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:52:57 [2022-07-28T13:52:57.853Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
13:52:57 [2022-07-28T13:52:57.853Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
13:52:57 [2022-07-28T13:52:57.853Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
13:52:57 [2022-07-28T13:52:57.853Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
13:52:57 [2022-07-28T13:52:57.853Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
13:52:57 [2022-07-28T13:52:57.853Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
13:52:57 [2022-07-28T13:52:57.853Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
13:52:58 [2022-07-28T13:52:58.415Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.64s)
13:52:58 [2022-07-28T13:52:58.415Z] === RUN   TestCreateDifferentPlatform
13:52:58 [2022-07-28T13:52:58.415Z] === RUN   TestCreateDifferentPlatform/different_os
13:52:58 [2022-07-28T13:52:58.415Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
13:52:58 [2022-07-28T13:52:58.415Z] --- PASS: TestCreateDifferentPlatform (0.01s)
13:52:58 [2022-07-28T13:52:58.415Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
13:52:58 [2022-07-28T13:52:58.415Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
13:52:58 [2022-07-28T13:52:58.415Z] === RUN   TestCreateVolumesFromNonExistingContainer
13:52:58 [2022-07-28T13:52:58.415Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s)
13:52:58 [2022-07-28T13:52:58.415Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
13:52:58 [2022-07-28T13:52:58.671Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.17s)
13:52:58 [2022-07-28T13:52:58.671Z] === RUN   TestCreateInvalidHostConfig
13:52:58 [2022-07-28T13:52:58.671Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
13:52:58 [2022-07-28T13:52:58.671Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
13:52:58 [2022-07-28T13:52:58.671Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
13:52:58 [2022-07-28T13:52:58.671Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
13:52:58 [2022-07-28T13:52:58.671Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:52:58 [2022-07-28T13:52:58.671Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:52:58 [2022-07-28T13:52:58.671Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
13:52:58 [2022-07-28T13:52:58.671Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
13:52:58 [2022-07-28T13:52:58.671Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
13:52:58 [2022-07-28T13:52:58.671Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
13:52:58 [2022-07-28T13:52:58.671Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:52:58 [2022-07-28T13:52:58.671Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
13:52:58 [2022-07-28T13:52:58.671Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
13:52:58 [2022-07-28T13:52:58.671Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
13:52:58 [2022-07-28T13:52:58.671Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
13:52:58 [2022-07-28T13:52:58.671Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
13:52:58 [2022-07-28T13:52:58.671Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
13:52:58 [2022-07-28T13:52:58.671Z] === RUN   TestContainerStartOnDaemonRestart
13:52:58 [2022-07-28T13:52:58.671Z] === PAUSE TestContainerStartOnDaemonRestart
13:52:58 [2022-07-28T13:52:58.671Z] === RUN   TestDaemonRestartIpcMode
13:52:58 [2022-07-28T13:52:58.671Z] === PAUSE TestDaemonRestartIpcMode
13:52:58 [2022-07-28T13:52:58.671Z] === RUN   TestDaemonHostGatewayIP
13:52:58 [2022-07-28T13:52:58.671Z] === PAUSE TestDaemonHostGatewayIP
13:52:58 [2022-07-28T13:52:58.671Z] === RUN   TestRestartDaemonWithRestartingContainer
13:52:58 [2022-07-28T13:52:58.671Z] === PAUSE TestRestartDaemonWithRestartingContainer
13:52:58 [2022-07-28T13:52:58.671Z] === RUN   TestContainerKillOnDaemonStart
13:52:58 [2022-07-28T13:52:58.671Z] === PAUSE TestContainerKillOnDaemonStart
13:52:58 [2022-07-28T13:52:58.671Z] === RUN   TestDiff
13:52:59 [2022-07-28T13:52:59.233Z] --- PASS: TestDiff (0.60s)
13:52:59 [2022-07-28T13:52:59.233Z] === RUN   TestExecConsoleSize
13:52:59 [2022-07-28T13:52:59.796Z] --- PASS: TestExecConsoleSize (0.66s)
13:52:59 [2022-07-28T13:52:59.796Z] === RUN   TestExecWithCloseStdin
13:53:00 [2022-07-28T13:53:00.724Z] --- PASS: TestExecWithCloseStdin (0.64s)
13:53:00 [2022-07-28T13:53:00.724Z] === RUN   TestExec
13:53:01 [2022-07-28T13:53:01.286Z] --- PASS: TestExec (0.65s)
13:53:01 [2022-07-28T13:53:01.286Z] === RUN   TestExecUser
13:53:01 [2022-07-28T13:53:01.847Z] --- PASS: TestExecUser (0.68s)
13:53:01 [2022-07-28T13:53:01.847Z] === RUN   TestExportContainerAndImportImage
13:53:02 [2022-07-28T13:53:02.409Z] --- PASS: TestExportContainerAndImportImage (0.70s)
13:53:02 [2022-07-28T13:53:02.409Z] === RUN   TestExportContainerAfterDaemonRestart
13:53:03 [2022-07-28T13:53:03.777Z] --- PASS: TestExportContainerAfterDaemonRestart (1.30s)
13:53:03 [2022-07-28T13:53:03.777Z] === RUN   TestHealthCheckWorkdir
13:53:04 [2022-07-28T13:53:04.704Z] --- PASS: TestHealthCheckWorkdir (0.73s)
13:53:04 [2022-07-28T13:53:04.704Z] === RUN   TestHealthKillContainer
13:53:12 [2022-07-28T13:53:12.786Z] --- PASS: TestHealthKillContainer (8.25s)
13:53:12 [2022-07-28T13:53:12.786Z] === RUN   TestInspectCpusetInConfigPre120
13:53:13 [2022-07-28T13:53:13.347Z] --- PASS: TestInspectCpusetInConfigPre120 (0.56s)
13:53:13 [2022-07-28T13:53:13.347Z] === RUN   TestIpcModeNone
13:53:13 [2022-07-28T13:53:13.910Z] --- PASS: TestIpcModeNone (0.66s)
13:53:13 [2022-07-28T13:53:13.910Z] === RUN   TestIpcModePrivate
13:53:14 [2022-07-28T13:53:14.472Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false
13:53:14 [2022-07-28T13:53:14.885Z] --- PASS: TestIpcModePrivate (0.64s)
13:53:14 [2022-07-28T13:53:14.885Z] === RUN   TestIpcModeShareable
13:53:15 [2022-07-28T13:53:15.141Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true
13:53:15 [2022-07-28T13:53:15.398Z] --- PASS: TestIpcModeShareable (0.67s)
13:53:15 [2022-07-28T13:53:15.398Z] === RUN   TestAPIIpcModeShareableAndContainer
13:53:17 [2022-07-28T13:53:17.290Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.88s)
13:53:17 [2022-07-28T13:53:17.290Z] === RUN   TestAPIIpcModeHost
13:53:17 [2022-07-28T13:53:17.546Z] --- PASS: TestAPIIpcModeHost (0.40s)
13:53:17 [2022-07-28T13:53:17.546Z] === RUN   TestDaemonIpcModeShareable
13:53:18 [2022-07-28T13:53:18.913Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
13:53:18 [2022-07-28T13:53:18.913Z] --- PASS: TestDaemonIpcModeShareable (1.26s)
13:53:18 [2022-07-28T13:53:18.913Z] === RUN   TestDaemonIpcModePrivate
13:53:19 [2022-07-28T13:53:19.841Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
13:53:20 [2022-07-28T13:53:20.097Z] --- PASS: TestDaemonIpcModePrivate (1.22s)
13:53:20 [2022-07-28T13:53:20.097Z] === RUN   TestDaemonIpcModePrivateFromConfig
13:53:21 [2022-07-28T13:53:21.463Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
13:53:21 [2022-07-28T13:53:21.463Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.30s)
13:53:21 [2022-07-28T13:53:21.463Z] === RUN   TestDaemonIpcModeShareableFromConfig
13:53:22 [2022-07-28T13:53:22.391Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
13:53:22 [2022-07-28T13:53:22.647Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.20s)
13:53:22 [2022-07-28T13:53:22.647Z] === RUN   TestIpcModeOlderClient
13:53:22 [2022-07-28T13:53:22.647Z] === PAUSE TestIpcModeOlderClient
13:53:22 [2022-07-28T13:53:22.647Z] === RUN   TestKillContainerInvalidSignal
13:53:23 [2022-07-28T13:53:23.210Z] --- PASS: TestKillContainerInvalidSignal (0.52s)
13:53:23 [2022-07-28T13:53:23.210Z] === RUN   TestKillContainer
13:53:23 [2022-07-28T13:53:23.210Z] === RUN   TestKillContainer/no_signal
13:53:23 [2022-07-28T13:53:23.466Z] === RUN   TestKillContainer/non_killing_signal
13:53:24 [2022-07-28T13:53:24.029Z] === RUN   TestKillContainer/killing_signal
13:53:24 [2022-07-28T13:53:24.591Z] --- PASS: TestKillContainer (1.44s)
13:53:24 [2022-07-28T13:53:24.591Z]     --- PASS: TestKillContainer/no_signal (0.43s)
13:53:24 [2022-07-28T13:53:24.591Z]     --- PASS: TestKillContainer/non_killing_signal (0.31s)
13:53:24 [2022-07-28T13:53:24.591Z]     --- PASS: TestKillContainer/killing_signal (0.47s)
13:53:24 [2022-07-28T13:53:24.591Z] === RUN   TestKillWithStopSignalAndRestartPolicies
13:53:24 [2022-07-28T13:53:24.591Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
13:53:25 [2022-07-28T13:53:25.175Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
13:53:26 [2022-07-28T13:53:26.120Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.45s)
13:53:26 [2022-07-28T13:53:26.120Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.53s)
13:53:26 [2022-07-28T13:53:26.120Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.73s)
13:53:26 [2022-07-28T13:53:26.120Z] === RUN   TestKillStoppedContainer
13:53:26 [2022-07-28T13:53:26.120Z] --- PASS: TestKillStoppedContainer (0.05s)
13:53:26 [2022-07-28T13:53:26.120Z] === RUN   TestKillStoppedContainerAPIPre120
13:53:26 [2022-07-28T13:53:26.120Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
13:53:26 [2022-07-28T13:53:26.120Z] === RUN   TestKillDifferentUserContainer
13:53:26 [2022-07-28T13:53:26.682Z] --- PASS: TestKillDifferentUserContainer (0.48s)
13:53:26 [2022-07-28T13:53:26.682Z] === RUN   TestInspectOomKilledTrue
13:53:26 [2022-07-28T13:53:26.682Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
13:53:26 [2022-07-28T13:53:26.682Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
13:53:26 [2022-07-28T13:53:26.682Z] === RUN   TestInspectOomKilledFalse
13:53:26 [2022-07-28T13:53:26.938Z] --- PASS: TestInspectOomKilledFalse (0.45s)
13:53:26 [2022-07-28T13:53:26.938Z] === RUN   TestLinksEtcHostsContentMatch
13:53:27 [2022-07-28T13:53:27.501Z] --- PASS: TestLinksEtcHostsContentMatch (0.33s)
13:53:27 [2022-07-28T13:53:27.501Z] === RUN   TestLinksContainerNames
13:53:28 [2022-07-28T13:53:28.428Z] --- PASS: TestLinksContainerNames (0.91s)
13:53:28 [2022-07-28T13:53:28.428Z] === RUN   TestLogsFollowTailEmpty
13:53:28 [2022-07-28T13:53:28.684Z] --- PASS: TestLogsFollowTailEmpty (0.43s)
13:53:28 [2022-07-28T13:53:28.684Z] === RUN   TestLogs
13:53:28 [2022-07-28T13:53:28.684Z] === RUN   TestLogs/driver_local
13:53:28 [2022-07-28T13:53:28.684Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
13:53:28 [2022-07-28T13:53:28.684Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
13:53:28 [2022-07-28T13:53:28.684Z] === RUN   TestLogs/driver_local/tty/only_stdout
13:53:28 [2022-07-28T13:53:28.684Z] === PAUSE TestLogs/driver_local/tty/only_stdout
13:53:28 [2022-07-28T13:53:28.684Z] === RUN   TestLogs/driver_local/tty/only_stderr
13:53:28 [2022-07-28T13:53:28.684Z] === PAUSE TestLogs/driver_local/tty/only_stderr
13:53:28 [2022-07-28T13:53:28.684Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
13:53:28 [2022-07-28T13:53:28.684Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
13:53:28 [2022-07-28T13:53:28.684Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
13:53:28 [2022-07-28T13:53:28.684Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
13:53:28 [2022-07-28T13:53:28.684Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
13:53:28 [2022-07-28T13:53:28.684Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
13:53:28 [2022-07-28T13:53:28.684Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
13:53:28 [2022-07-28T13:53:28.684Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
13:53:29 [2022-07-28T13:53:29.612Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
13:53:29 [2022-07-28T13:53:29.612Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
13:53:30 [2022-07-28T13:53:30.540Z] === CONT  TestLogs/driver_local/tty/only_stderr
13:53:30 [2022-07-28T13:53:30.540Z] === CONT  TestLogs/driver_local/tty/only_stdout
13:53:31 [2022-07-28T13:53:31.101Z] === RUN   TestLogs/driver_json-file
13:53:31 [2022-07-28T13:53:31.101Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
13:53:31 [2022-07-28T13:53:31.101Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
13:53:31 [2022-07-28T13:53:31.101Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
13:53:31 [2022-07-28T13:53:31.101Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
13:53:31 [2022-07-28T13:53:31.101Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
13:53:31 [2022-07-28T13:53:31.101Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
13:53:31 [2022-07-28T13:53:31.101Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:53:31 [2022-07-28T13:53:31.101Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:53:31 [2022-07-28T13:53:31.101Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
13:53:31 [2022-07-28T13:53:31.101Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
13:53:31 [2022-07-28T13:53:31.101Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
13:53:31 [2022-07-28T13:53:31.101Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
13:53:31 [2022-07-28T13:53:31.101Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
13:53:31 [2022-07-28T13:53:31.101Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:53:31 [2022-07-28T13:53:31.664Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
13:53:31 [2022-07-28T13:53:31.920Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
13:53:32 [2022-07-28T13:53:32.482Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
13:53:32 [2022-07-28T13:53:32.482Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
13:53:33 [2022-07-28T13:53:33.044Z] --- PASS: TestLogs (4.39s)
13:53:33 [2022-07-28T13:53:33.044Z]     --- PASS: TestLogs/driver_local (0.01s)
13:53:33 [2022-07-28T13:53:33.044Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.85s)
13:53:33 [2022-07-28T13:53:33.044Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.86s)
13:53:33 [2022-07-28T13:53:33.044Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.75s)
13:53:33 [2022-07-28T13:53:33.044Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.85s)
13:53:33 [2022-07-28T13:53:33.044Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.66s)
13:53:33 [2022-07-28T13:53:33.044Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.58s)
13:53:33 [2022-07-28T13:53:33.044Z]     --- PASS: TestLogs/driver_json-file (0.01s)
13:53:33 [2022-07-28T13:53:33.044Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.72s)
13:53:33 [2022-07-28T13:53:33.044Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.83s)
13:53:33 [2022-07-28T13:53:33.044Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.66s)
13:53:33 [2022-07-28T13:53:33.044Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.62s)
13:53:33 [2022-07-28T13:53:33.044Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.59s)
13:53:33 [2022-07-28T13:53:33.044Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.63s)
13:53:33 [2022-07-28T13:53:33.044Z] === RUN   TestContainerNetworkMountsNoChown
13:53:34 [2022-07-28T13:53:34.416Z] --- PASS: TestContainerNetworkMountsNoChown (1.28s)
13:53:34 [2022-07-28T13:53:34.416Z] === RUN   TestMountDaemonRoot
13:53:34 [2022-07-28T13:53:34.416Z] === RUN   TestMountDaemonRoot/default
13:53:34 [2022-07-28T13:53:34.416Z] === PAUSE TestMountDaemonRoot/default
13:53:34 [2022-07-28T13:53:34.416Z] === RUN   TestMountDaemonRoot/private
13:53:34 [2022-07-28T13:53:34.416Z] === PAUSE TestMountDaemonRoot/private
13:53:34 [2022-07-28T13:53:34.416Z] === RUN   TestMountDaemonRoot/rprivate
13:53:34 [2022-07-28T13:53:34.416Z] === PAUSE TestMountDaemonRoot/rprivate
13:53:34 [2022-07-28T13:53:34.416Z] === RUN   TestMountDaemonRoot/slave
13:53:34 [2022-07-28T13:53:34.416Z] === PAUSE TestMountDaemonRoot/slave
13:53:34 [2022-07-28T13:53:34.416Z] === RUN   TestMountDaemonRoot/rslave
13:53:34 [2022-07-28T13:53:34.416Z] === PAUSE TestMountDaemonRoot/rslave
13:53:34 [2022-07-28T13:53:34.416Z] === RUN   TestMountDaemonRoot/shared
13:53:34 [2022-07-28T13:53:34.416Z] === PAUSE TestMountDaemonRoot/shared
13:53:34 [2022-07-28T13:53:34.416Z] === RUN   TestMountDaemonRoot/rshared
13:53:34 [2022-07-28T13:53:34.416Z] === PAUSE TestMountDaemonRoot/rshared
13:53:34 [2022-07-28T13:53:34.416Z] === CONT  TestMountDaemonRoot/default
13:53:34 [2022-07-28T13:53:34.416Z] === RUN   TestMountDaemonRoot/default/bind_root
13:53:34 [2022-07-28T13:53:34.416Z] === PAUSE TestMountDaemonRoot/default/bind_root
13:53:34 [2022-07-28T13:53:34.416Z] === RUN   TestMountDaemonRoot/default/bind_subpath
13:53:34 [2022-07-28T13:53:34.416Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
13:53:34 [2022-07-28T13:53:34.416Z] === RUN   TestMountDaemonRoot/default/mount_root
13:53:34 [2022-07-28T13:53:34.416Z] === PAUSE TestMountDaemonRoot/default/mount_root
13:53:34 [2022-07-28T13:53:34.416Z] === RUN   TestMountDaemonRoot/default/mount_subpath
13:53:34 [2022-07-28T13:53:34.416Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
13:53:34 [2022-07-28T13:53:34.416Z] === CONT  TestMountDaemonRoot/default/bind_root
13:53:34 [2022-07-28T13:53:34.416Z] === CONT  TestMountDaemonRoot/rshared
13:53:34 [2022-07-28T13:53:34.416Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
13:53:34 [2022-07-28T13:53:34.416Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
13:53:34 [2022-07-28T13:53:34.416Z] === RUN   TestMountDaemonRoot/rshared/bind_root
13:53:34 [2022-07-28T13:53:34.416Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
13:53:34 [2022-07-28T13:53:34.416Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
13:53:34 [2022-07-28T13:53:34.416Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
13:53:34 [2022-07-28T13:53:34.416Z] === RUN   TestMountDaemonRoot/rshared/mount_root
13:53:34 [2022-07-28T13:53:34.416Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
13:53:34 [2022-07-28T13:53:34.416Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
13:53:34 [2022-07-28T13:53:34.416Z] === CONT  TestMountDaemonRoot/shared
13:53:34 [2022-07-28T13:53:34.416Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
13:53:34 [2022-07-28T13:53:34.416Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
13:53:34 [2022-07-28T13:53:34.416Z] === RUN   TestMountDaemonRoot/shared/bind_root
13:53:34 [2022-07-28T13:53:34.416Z] === PAUSE TestMountDaemonRoot/shared/bind_root
13:53:34 [2022-07-28T13:53:34.416Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
13:53:34 [2022-07-28T13:53:34.416Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
13:53:34 [2022-07-28T13:53:34.416Z] === RUN   TestMountDaemonRoot/shared/mount_root
13:53:34 [2022-07-28T13:53:34.416Z] === PAUSE TestMountDaemonRoot/shared/mount_root
13:53:34 [2022-07-28T13:53:34.416Z] === CONT  TestMountDaemonRoot/rslave
13:53:34 [2022-07-28T13:53:34.417Z] === RUN   TestMountDaemonRoot/rslave/bind_root
13:53:34 [2022-07-28T13:53:34.417Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
13:53:34 [2022-07-28T13:53:34.417Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
13:53:34 [2022-07-28T13:53:34.417Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
13:53:34 [2022-07-28T13:53:34.417Z] === RUN   TestMountDaemonRoot/rslave/mount_root
13:53:34 [2022-07-28T13:53:34.417Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
13:53:34 [2022-07-28T13:53:34.417Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
13:53:34 [2022-07-28T13:53:34.417Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
13:53:34 [2022-07-28T13:53:34.417Z] === CONT  TestMountDaemonRoot/slave
13:53:34 [2022-07-28T13:53:34.417Z] === RUN   TestMountDaemonRoot/slave/bind_root
13:53:34 [2022-07-28T13:53:34.417Z] === PAUSE TestMountDaemonRoot/slave/bind_root
13:53:34 [2022-07-28T13:53:34.417Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
13:53:34 [2022-07-28T13:53:34.417Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
13:53:34 [2022-07-28T13:53:34.417Z] === RUN   TestMountDaemonRoot/slave/mount_root
13:53:34 [2022-07-28T13:53:34.417Z] === PAUSE TestMountDaemonRoot/slave/mount_root
13:53:34 [2022-07-28T13:53:34.417Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
13:53:34 [2022-07-28T13:53:34.417Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
13:53:34 [2022-07-28T13:53:34.417Z] === CONT  TestMountDaemonRoot/rprivate
13:53:34 [2022-07-28T13:53:34.417Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
13:53:34 [2022-07-28T13:53:34.417Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
13:53:34 [2022-07-28T13:53:34.417Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
13:53:34 [2022-07-28T13:53:34.417Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
13:53:34 [2022-07-28T13:53:34.417Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
13:53:34 [2022-07-28T13:53:34.417Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
13:53:34 [2022-07-28T13:53:34.417Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
13:53:34 [2022-07-28T13:53:34.417Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
13:53:34 [2022-07-28T13:53:34.417Z] === CONT  TestMountDaemonRoot/private
13:53:34 [2022-07-28T13:53:34.417Z] === RUN   TestMountDaemonRoot/private/bind_root
13:53:34 [2022-07-28T13:53:34.417Z] === PAUSE TestMountDaemonRoot/private/bind_root
13:53:34 [2022-07-28T13:53:34.417Z] === RUN   TestMountDaemonRoot/private/bind_subpath
13:53:34 [2022-07-28T13:53:34.417Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
13:53:34 [2022-07-28T13:53:34.417Z] === RUN   TestMountDaemonRoot/private/mount_root
13:53:34 [2022-07-28T13:53:34.417Z] === PAUSE TestMountDaemonRoot/private/mount_root
13:53:34 [2022-07-28T13:53:34.417Z] === RUN   TestMountDaemonRoot/private/mount_subpath
13:53:34 [2022-07-28T13:53:34.417Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
13:53:34 [2022-07-28T13:53:34.417Z] === CONT  TestMountDaemonRoot/default/mount_subpath
13:53:34 [2022-07-28T13:53:34.417Z] === CONT  TestMountDaemonRoot/default/mount_root
13:53:34 [2022-07-28T13:53:34.673Z] === CONT  TestMountDaemonRoot/default/bind_subpath
13:53:34 [2022-07-28T13:53:34.673Z] === CONT  TestMountDaemonRoot/rshared/mount_root
13:53:34 [2022-07-28T13:53:34.673Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
13:53:34 [2022-07-28T13:53:34.673Z] === CONT  TestMountDaemonRoot/rshared/bind_root
13:53:34 [2022-07-28T13:53:34.673Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
13:53:34 [2022-07-28T13:53:34.673Z] === CONT  TestMountDaemonRoot/rslave/bind_root
13:53:34 [2022-07-28T13:53:34.673Z] === CONT  TestMountDaemonRoot/shared/mount_root
13:53:34 [2022-07-28T13:53:34.673Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
13:53:34 [2022-07-28T13:53:34.673Z] === CONT  TestMountDaemonRoot/shared/bind_root
13:53:34 [2022-07-28T13:53:34.930Z] === CONT  TestMountDaemonRoot/slave/bind_root
13:53:34 [2022-07-28T13:53:34.931Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
13:53:34 [2022-07-28T13:53:34.931Z] === CONT  TestMountDaemonRoot/rslave/mount_root
13:53:34 [2022-07-28T13:53:34.931Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
13:53:34 [2022-07-28T13:53:34.931Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
13:53:34 [2022-07-28T13:53:34.931Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
13:53:34 [2022-07-28T13:53:34.931Z] === CONT  TestMountDaemonRoot/slave/mount_root
13:53:34 [2022-07-28T13:53:34.931Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
13:53:34 [2022-07-28T13:53:34.931Z] === CONT  TestMountDaemonRoot/private/bind_root
13:53:34 [2022-07-28T13:53:34.931Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
13:53:34 [2022-07-28T13:53:34.931Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
13:53:35 [2022-07-28T13:53:35.187Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
13:53:35 [2022-07-28T13:53:35.187Z] === CONT  TestMountDaemonRoot/private/mount_subpath
13:53:35 [2022-07-28T13:53:35.187Z] === CONT  TestMountDaemonRoot/private/mount_root
13:53:35 [2022-07-28T13:53:35.187Z] === CONT  TestMountDaemonRoot/private/bind_subpath
13:53:35 [2022-07-28T13:53:35.187Z] --- PASS: TestMountDaemonRoot (0.02s)
13:53:35 [2022-07-28T13:53:35.187Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
13:53:35 [2022-07-28T13:53:35.187Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.10s)
13:53:35 [2022-07-28T13:53:35.187Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s)
13:53:35 [2022-07-28T13:53:35.187Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.08s)
13:53:35 [2022-07-28T13:53:35.187Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
13:53:35 [2022-07-28T13:53:35.188Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
13:53:35 [2022-07-28T13:53:35.188Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s)
13:53:35 [2022-07-28T13:53:35.188Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
13:53:35 [2022-07-28T13:53:35.188Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
13:53:35 [2022-07-28T13:53:35.188Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s)
13:53:35 [2022-07-28T13:53:35.188Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
13:53:35 [2022-07-28T13:53:35.188Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
13:53:35 [2022-07-28T13:53:35.188Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
13:53:35 [2022-07-28T13:53:35.188Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
13:53:35 [2022-07-28T13:53:35.188Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s)
13:53:35 [2022-07-28T13:53:35.188Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
13:53:35 [2022-07-28T13:53:35.188Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s)
13:53:35 [2022-07-28T13:53:35.188Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s)
13:53:35 [2022-07-28T13:53:35.188Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s)
13:53:35 [2022-07-28T13:53:35.188Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s)
13:53:35 [2022-07-28T13:53:35.188Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
13:53:35 [2022-07-28T13:53:35.188Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
13:53:35 [2022-07-28T13:53:35.188Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
13:53:35 [2022-07-28T13:53:35.188Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
13:53:35 [2022-07-28T13:53:35.188Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
13:53:35 [2022-07-28T13:53:35.188Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
13:53:35 [2022-07-28T13:53:35.188Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
13:53:35 [2022-07-28T13:53:35.188Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
13:53:35 [2022-07-28T13:53:35.188Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s)
13:53:35 [2022-07-28T13:53:35.188Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
13:53:35 [2022-07-28T13:53:35.188Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
13:53:35 [2022-07-28T13:53:35.188Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.04s)
13:53:35 [2022-07-28T13:53:35.188Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
13:53:35 [2022-07-28T13:53:35.188Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
13:53:35 [2022-07-28T13:53:35.188Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
13:53:35 [2022-07-28T13:53:35.188Z] === RUN   TestContainerBindMountNonRecursive
13:53:37 [2022-07-28T13:53:37.080Z] --- PASS: TestContainerBindMountNonRecursive (1.62s)
13:53:37 [2022-07-28T13:53:37.080Z] === RUN   TestContainerVolumesMountedAsShared
13:53:37 [2022-07-28T13:53:37.080Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s)
13:53:37 [2022-07-28T13:53:37.080Z] === RUN   TestContainerVolumesMountedAsSlave
13:53:37 [2022-07-28T13:53:37.642Z] --- PASS: TestContainerVolumesMountedAsSlave (0.36s)
13:53:37 [2022-07-28T13:53:37.642Z] === RUN   TestNetworkNat
13:53:37 [2022-07-28T13:53:37.899Z] --- PASS: TestNetworkNat (0.49s)
13:53:37 [2022-07-28T13:53:37.899Z] === RUN   TestNetworkLocalhostTCPNat
13:53:38 [2022-07-28T13:53:38.461Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s)
13:53:38 [2022-07-28T13:53:38.461Z] === RUN   TestNetworkLoopbackNat
13:53:40 [2022-07-28T13:53:40.983Z] --- PASS: TestNetworkLoopbackNat (2.60s)
13:53:40 [2022-07-28T13:53:40.983Z] === RUN   TestPause
13:53:41 [2022-07-28T13:53:41.546Z] --- PASS: TestPause (0.47s)
13:53:41 [2022-07-28T13:53:41.546Z] === RUN   TestPauseFailsOnWindowsServerContainers
13:53:41 [2022-07-28T13:53:41.546Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:53:41 [2022-07-28T13:53:41.546Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
13:53:41 [2022-07-28T13:53:41.546Z] === RUN   TestPauseStopPausedContainer
13:53:42 [2022-07-28T13:53:42.108Z] --- PASS: TestPauseStopPausedContainer (0.46s)
13:53:42 [2022-07-28T13:53:42.108Z] === RUN   TestPidHost
13:53:43 [2022-07-28T13:53:43.035Z] --- PASS: TestPidHost (1.01s)
13:53:43 [2022-07-28T13:53:43.035Z] === RUN   TestPsFilter
13:53:43 [2022-07-28T13:53:43.035Z] --- PASS: TestPsFilter (0.10s)
13:53:43 [2022-07-28T13:53:43.035Z] === RUN   TestRemoveContainerWithRemovedVolume
13:53:43 [2022-07-28T13:53:43.598Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s)
13:53:43 [2022-07-28T13:53:43.598Z] === RUN   TestRemoveContainerWithVolume
13:53:44 [2022-07-28T13:53:44.164Z] --- PASS: TestRemoveContainerWithVolume (0.50s)
13:53:44 [2022-07-28T13:53:44.164Z] === RUN   TestRemoveContainerRunning
13:53:44 [2022-07-28T13:53:44.420Z] --- PASS: TestRemoveContainerRunning (0.49s)
13:53:44 [2022-07-28T13:53:44.420Z] === RUN   TestRemoveContainerForceRemoveRunning
13:53:44 [2022-07-28T13:53:44.982Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s)
13:53:44 [2022-07-28T13:53:44.982Z] === RUN   TestRemoveInvalidContainer
13:53:44 [2022-07-28T13:53:44.982Z] --- PASS: TestRemoveInvalidContainer (0.01s)
13:53:44 [2022-07-28T13:53:44.982Z] === RUN   TestRenameLinkedContainer
13:53:47 [2022-07-28T13:53:47.499Z] --- PASS: TestRenameLinkedContainer (2.07s)
13:53:47 [2022-07-28T13:53:47.499Z] === RUN   TestRenameStoppedContainer
13:53:47 [2022-07-28T13:53:47.499Z] --- PASS: TestRenameStoppedContainer (0.42s)
13:53:47 [2022-07-28T13:53:47.499Z] === RUN   TestRenameRunningContainerAndReuse
13:53:48 [2022-07-28T13:53:48.426Z] --- PASS: TestRenameRunningContainerAndReuse (0.95s)
13:53:48 [2022-07-28T13:53:48.426Z] === RUN   TestRenameInvalidName
13:53:48 [2022-07-28T13:53:48.988Z] --- PASS: TestRenameInvalidName (0.51s)
13:53:48 [2022-07-28T13:53:48.988Z] === RUN   TestRenameAnonymousContainer
13:53:50 [2022-07-28T13:53:50.878Z] --- PASS: TestRenameAnonymousContainer (1.69s)
13:53:50 [2022-07-28T13:53:50.878Z] === RUN   TestRenameContainerWithSameName
13:53:51 [2022-07-28T13:53:51.134Z] --- PASS: TestRenameContainerWithSameName (0.44s)
13:53:51 [2022-07-28T13:53:51.134Z] === RUN   TestRenameContainerWithLinkedContainer
13:53:52 [2022-07-28T13:53:52.063Z] --- PASS: TestRenameContainerWithLinkedContainer (1.10s)
13:53:52 [2022-07-28T13:53:52.063Z] === RUN   TestResize
13:53:52 [2022-07-28T13:53:52.625Z] --- PASS: TestResize (0.44s)
13:53:52 [2022-07-28T13:53:52.625Z] === RUN   TestResizeWithInvalidSize
13:53:53 [2022-07-28T13:53:53.187Z] --- PASS: TestResizeWithInvalidSize (0.44s)
13:53:53 [2022-07-28T13:53:53.187Z] === RUN   TestResizeWhenContainerNotStarted
13:53:53 [2022-07-28T13:53:53.445Z] --- PASS: TestResizeWhenContainerNotStarted (0.44s)
13:53:53 [2022-07-28T13:53:53.445Z] === RUN   TestDaemonRestartKillContainers
13:53:53 [2022-07-28T13:53:53.445Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:53:53 [2022-07-28T13:53:53.445Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:53:55 [2022-07-28T13:53:55.340Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:53:56 [2022-07-28T13:53:56.710Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:53:58 [2022-07-28T13:53:58.075Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:53:58 [2022-07-28T13:53:58.075Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:53:59 [2022-07-28T13:53:59.441Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:53:59 [2022-07-28T13:53:59.441Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:54:03 [2022-07-28T13:54:03.609Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:54:03 [2022-07-28T13:54:03.609Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:54:05 [2022-07-28T13:54:05.501Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:54:06 [2022-07-28T13:54:06.867Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:54:07 [2022-07-28T13:54:07.123Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:54:09 [2022-07-28T13:54:09.014Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:54:09 [2022-07-28T13:54:09.014Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:54:10 [2022-07-28T13:54:10.906Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:54:12 [2022-07-28T13:54:12.271Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
13:54:12 [2022-07-28T13:54:12.271Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.93s)
13:54:12 [2022-07-28T13:54:12.271Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.27s)
13:54:12 [2022-07-28T13:54:12.271Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.43s)
13:54:12 [2022-07-28T13:54:12.271Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s)
13:54:12 [2022-07-28T13:54:12.271Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.37s)
13:54:12 [2022-07-28T13:54:12.271Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.40s)
13:54:12 [2022-07-28T13:54:12.271Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.73s)
13:54:12 [2022-07-28T13:54:12.271Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.72s)
13:54:12 [2022-07-28T13:54:12.271Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.20s)
13:54:12 [2022-07-28T13:54:12.271Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.66s)
13:54:12 [2022-07-28T13:54:12.271Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.09s)
13:54:12 [2022-07-28T13:54:12.271Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.93s)
13:54:12 [2022-07-28T13:54:12.271Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.00s)
13:54:12 [2022-07-28T13:54:12.271Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.75s)
13:54:12 [2022-07-28T13:54:12.271Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.82s)
13:54:12 [2022-07-28T13:54:12.271Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.61s)
13:54:12 [2022-07-28T13:54:12.271Z] === RUN   TestCgroupNamespacesRun
13:54:13 [2022-07-28T13:54:13.635Z] --- PASS: TestCgroupNamespacesRun (1.23s)
13:54:13 [2022-07-28T13:54:13.635Z] === RUN   TestCgroupNamespacesRunPrivileged
13:54:13 [2022-07-28T13:54:13.635Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
13:54:13 [2022-07-28T13:54:13.635Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
13:54:13 [2022-07-28T13:54:13.635Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
13:54:14 [2022-07-28T13:54:14.563Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.19s)
13:54:14 [2022-07-28T13:54:14.563Z] === RUN   TestCgroupNamespacesRunHostMode
13:54:15 [2022-07-28T13:54:15.929Z] --- PASS: TestCgroupNamespacesRunHostMode (1.28s)
13:54:15 [2022-07-28T13:54:15.929Z] === RUN   TestCgroupNamespacesRunPrivateMode
13:54:17 [2022-07-28T13:54:17.294Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.14s)
13:54:17 [2022-07-28T13:54:17.294Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
13:54:18 [2022-07-28T13:54:18.221Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.16s)
13:54:18 [2022-07-28T13:54:18.221Z] === RUN   TestCgroupNamespacesRunInvalidMode
13:54:18 [2022-07-28T13:54:18.817Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s)
13:54:18 [2022-07-28T13:54:18.817Z] === RUN   TestCgroupNamespacesRunOlderClient
13:54:20 [2022-07-28T13:54:20.207Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.25s)
13:54:20 [2022-07-28T13:54:20.207Z] === RUN   TestNISDomainname
13:54:20 [2022-07-28T13:54:20.768Z] --- PASS: TestNISDomainname (0.58s)
13:54:20 [2022-07-28T13:54:20.768Z] === RUN   TestHostnameDnsResolution
13:54:21 [2022-07-28T13:54:21.696Z] --- PASS: TestHostnameDnsResolution (0.83s)
13:54:21 [2022-07-28T13:54:21.696Z] === RUN   TestUnprivilegedPortsAndPing
13:54:21 [2022-07-28T13:54:21.952Z] --- PASS: TestUnprivilegedPortsAndPing (0.50s)
13:54:21 [2022-07-28T13:54:21.952Z] === RUN   TestPrivilegedHostDevices
13:54:22 [2022-07-28T13:54:22.513Z] --- PASS: TestPrivilegedHostDevices (0.51s)
13:54:22 [2022-07-28T13:54:22.513Z] === RUN   TestRunConsoleSize
13:54:23 [2022-07-28T13:54:23.075Z] --- PASS: TestRunConsoleSize (0.44s)
13:54:23 [2022-07-28T13:54:23.075Z] === RUN   TestStats
13:54:25 [2022-07-28T13:54:25.590Z] --- PASS: TestStats (2.51s)
13:54:25 [2022-07-28T13:54:25.590Z] === RUN   TestStopContainerWithTimeout
13:54:25 [2022-07-28T13:54:25.590Z] === RUN   TestStopContainerWithTimeout/0
13:54:25 [2022-07-28T13:54:25.590Z] === PAUSE TestStopContainerWithTimeout/0
13:54:25 [2022-07-28T13:54:25.590Z] === RUN   TestStopContainerWithTimeout/1
13:54:25 [2022-07-28T13:54:25.590Z] === PAUSE TestStopContainerWithTimeout/1
13:54:25 [2022-07-28T13:54:25.590Z] === RUN   TestStopContainerWithTimeout/3
13:54:25 [2022-07-28T13:54:25.590Z] === PAUSE TestStopContainerWithTimeout/3
13:54:25 [2022-07-28T13:54:25.590Z] === RUN   TestStopContainerWithTimeout/-1
13:54:25 [2022-07-28T13:54:25.590Z] === PAUSE TestStopContainerWithTimeout/-1
13:54:25 [2022-07-28T13:54:25.590Z] === CONT  TestStopContainerWithTimeout/0
13:54:25 [2022-07-28T13:54:25.590Z] === CONT  TestStopContainerWithTimeout/-1
13:54:26 [2022-07-28T13:54:26.153Z] === CONT  TestStopContainerWithTimeout/3
13:54:28 [2022-07-28T13:54:28.042Z] === CONT  TestStopContainerWithTimeout/1
13:54:29 [2022-07-28T13:54:29.930Z] --- PASS: TestStopContainerWithTimeout (0.02s)
13:54:29 [2022-07-28T13:54:29.930Z]     --- PASS: TestStopContainerWithTimeout/0 (0.65s)
13:54:29 [2022-07-28T13:54:29.930Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.64s)
13:54:29 [2022-07-28T13:54:29.930Z]     --- PASS: TestStopContainerWithTimeout/3 (2.44s)
13:54:29 [2022-07-28T13:54:29.930Z]     --- PASS: TestStopContainerWithTimeout/1 (1.47s)
13:54:29 [2022-07-28T13:54:29.930Z] === RUN   TestDeleteDevicemapper
13:54:29 [2022-07-28T13:54:29.930Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:54:29 [2022-07-28T13:54:29.930Z] --- SKIP: TestDeleteDevicemapper (0.00s)
13:54:29 [2022-07-28T13:54:29.930Z] === RUN   TestStopContainerWithRestartPolicyAlways
13:54:31 [2022-07-28T13:54:31.296Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.54s)
13:54:31 [2022-07-28T13:54:31.296Z] === RUN   TestUpdateMemory
13:54:31 [2022-07-28T13:54:31.552Z] --- PASS: TestUpdateMemory (0.54s)
13:54:31 [2022-07-28T13:54:31.552Z] === RUN   TestUpdateCPUQuota
13:54:32 [2022-07-28T13:54:32.918Z] --- PASS: TestUpdateCPUQuota (0.94s)
13:54:32 [2022-07-28T13:54:32.918Z] === RUN   TestUpdatePidsLimit
13:54:32 [2022-07-28T13:54:32.918Z] === RUN   TestUpdatePidsLimit/update_from_none
13:54:32 [2022-07-28T13:54:32.918Z] === RUN   TestUpdatePidsLimit/no_change
13:54:33 [2022-07-28T13:54:33.174Z] === RUN   TestUpdatePidsLimit/update_lower
13:54:33 [2022-07-28T13:54:33.430Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
13:54:33 [2022-07-28T13:54:33.992Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
13:54:34 [2022-07-28T13:54:34.248Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
13:54:34 [2022-07-28T13:54:34.504Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
13:54:35 [2022-07-28T13:54:35.433Z] --- PASS: TestUpdatePidsLimit (2.72s)
13:54:35 [2022-07-28T13:54:35.433Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.21s)
13:54:35 [2022-07-28T13:54:35.433Z]     --- PASS: TestUpdatePidsLimit/no_change (0.23s)
13:54:35 [2022-07-28T13:54:35.433Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.26s)
13:54:35 [2022-07-28T13:54:35.433Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.51s)
13:54:35 [2022-07-28T13:54:35.433Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.36s)
13:54:35 [2022-07-28T13:54:35.433Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s)
13:54:35 [2022-07-28T13:54:35.433Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.33s)
13:54:35 [2022-07-28T13:54:35.433Z] === RUN   TestUpdateRestartPolicy
13:54:47 [2022-07-28T13:54:47.602Z] --- PASS: TestUpdateRestartPolicy (11.12s)
13:54:47 [2022-07-28T13:54:47.602Z] === RUN   TestUpdateRestartWithAutoRemove
13:54:47 [2022-07-28T13:54:47.602Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s)
13:54:47 [2022-07-28T13:54:47.602Z] === RUN   TestWaitNonBlocked
13:54:47 [2022-07-28T13:54:47.602Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
13:54:47 [2022-07-28T13:54:47.602Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
13:54:47 [2022-07-28T13:54:47.602Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
13:54:47 [2022-07-28T13:54:47.602Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
13:54:47 [2022-07-28T13:54:47.602Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
13:54:47 [2022-07-28T13:54:47.602Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
13:54:47 [2022-07-28T13:54:47.602Z] --- PASS: TestWaitNonBlocked (0.01s)
13:54:47 [2022-07-28T13:54:47.602Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.66s)
13:54:47 [2022-07-28T13:54:47.602Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.77s)
13:54:47 [2022-07-28T13:54:47.602Z] === RUN   TestWaitBlocked
13:54:47 [2022-07-28T13:54:47.602Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
13:54:47 [2022-07-28T13:54:47.602Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
13:54:47 [2022-07-28T13:54:47.602Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
13:54:47 [2022-07-28T13:54:47.602Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
13:54:47 [2022-07-28T13:54:47.602Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
13:54:47 [2022-07-28T13:54:47.602Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
13:54:48 [2022-07-28T13:54:48.529Z] --- PASS: TestWaitBlocked (0.01s)
13:54:48 [2022-07-28T13:54:48.529Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.72s)
13:54:48 [2022-07-28T13:54:48.529Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.72s)
13:54:48 [2022-07-28T13:54:48.529Z] === RUN   TestWaitConditions
13:54:48 [2022-07-28T13:54:48.529Z] === RUN   TestWaitConditions/default
13:54:48 [2022-07-28T13:54:48.529Z] === PAUSE TestWaitConditions/default
13:54:48 [2022-07-28T13:54:48.529Z] === RUN   TestWaitConditions/not-running
13:54:48 [2022-07-28T13:54:48.529Z] === PAUSE TestWaitConditions/not-running
13:54:48 [2022-07-28T13:54:48.529Z] === RUN   TestWaitConditions/next-exit
13:54:48 [2022-07-28T13:54:48.529Z] === PAUSE TestWaitConditions/next-exit
13:54:48 [2022-07-28T13:54:48.529Z] === RUN   TestWaitConditions/removed
13:54:48 [2022-07-28T13:54:48.529Z] === PAUSE TestWaitConditions/removed
13:54:48 [2022-07-28T13:54:48.529Z] === CONT  TestWaitConditions/default
13:54:48 [2022-07-28T13:54:48.529Z] === CONT  TestWaitConditions/removed
13:54:50 [2022-07-28T13:54:50.419Z] === CONT  TestWaitConditions/next-exit
13:54:50 [2022-07-28T13:54:50.419Z] === CONT  TestWaitConditions/not-running
13:54:51 [2022-07-28T13:54:51.786Z] --- PASS: TestWaitConditions (0.01s)
13:54:51 [2022-07-28T13:54:51.786Z]     --- PASS: TestWaitConditions/removed (1.80s)
13:54:51 [2022-07-28T13:54:51.786Z]     --- PASS: TestWaitConditions/default (1.83s)
13:54:51 [2022-07-28T13:54:51.786Z]     --- PASS: TestWaitConditions/not-running (1.63s)
13:54:51 [2022-07-28T13:54:51.786Z]     --- PASS: TestWaitConditions/next-exit (1.67s)
13:54:51 [2022-07-28T13:54:51.786Z] === CONT  TestContainerStartOnDaemonRestart
13:54:51 [2022-07-28T13:54:51.786Z] === CONT  TestRestartDaemonWithRestartingContainer
13:54:54 [2022-07-28T13:54:54.320Z] --- PASS: TestContainerStartOnDaemonRestart (2.43s)
13:54:54 [2022-07-28T13:54:54.320Z] === CONT  TestIpcModeOlderClient
13:54:54 [2022-07-28T13:54:54.320Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.44s)
13:54:54 [2022-07-28T13:54:54.320Z] === CONT  TestContainerKillOnDaemonStart
13:54:54 [2022-07-28T13:54:54.320Z] --- PASS: TestIpcModeOlderClient (0.09s)
13:54:54 [2022-07-28T13:54:54.320Z] === CONT  TestDaemonHostGatewayIP
13:54:56 [2022-07-28T13:54:56.841Z] --- PASS: TestDaemonHostGatewayIP (2.57s)
13:54:56 [2022-07-28T13:54:56.841Z] === CONT  TestDaemonRestartIpcMode
13:54:59 [2022-07-28T13:54:59.361Z] --- PASS: TestDaemonRestartIpcMode (2.28s)
13:55:07 [2022-07-28T13:55:07.443Z] --- PASS: TestContainerKillOnDaemonStart (11.82s)
13:55:07 [2022-07-28T13:55:07.443Z] PASS
13:55:07 [2022-07-28T13:55:07.443Z] 
13:55:07 [2022-07-28T13:55:07.443Z] === Skipped
13:55:07 [2022-07-28T13:55:07.443Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
13:55:07 [2022-07-28T13:55:07.443Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:55:07 [2022-07-28T13:55:07.443Z] 
13:55:07 [2022-07-28T13:55:07.443Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
13:55:07 [2022-07-28T13:55:07.443Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
13:55:07 [2022-07-28T13:55:07.443Z] 
13:55:07 [2022-07-28T13:55:07.443Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
13:55:07 [2022-07-28T13:55:07.443Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:55:07 [2022-07-28T13:55:07.443Z] 
13:55:07 [2022-07-28T13:55:07.443Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
13:55:07 [2022-07-28T13:55:07.443Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
13:55:07 [2022-07-28T13:55:07.443Z] 
13:55:07 [2022-07-28T13:55:07.443Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
13:55:07 [2022-07-28T13:55:07.443Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:55:07 [2022-07-28T13:55:07.443Z] 
13:55:07 [2022-07-28T13:55:07.443Z] DONE 264 tests, 5 skipped in 134.508s
13:55:07 [2022-07-28T13:55:07.443Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
13:55:07 [2022-07-28T13:55:07.443Z] === RUN   TestConfigDaemonLibtrustID
13:55:07 [2022-07-28T13:55:07.443Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
13:55:07 [2022-07-28T13:55:07.443Z] === RUN   TestConfigDaemonID
13:55:07 [2022-07-28T13:55:07.702Z]     daemon_test.go:83: [df895ac166566] daemon is not started
13:55:07 [2022-07-28T13:55:07.702Z] --- PASS: TestConfigDaemonID (1.04s)
13:55:07 [2022-07-28T13:55:07.702Z] === RUN   TestDaemonConfigValidation
13:55:07 [2022-07-28T13:55:07.702Z] === RUN   TestDaemonConfigValidation/config_with_no_content
13:55:07 [2022-07-28T13:55:07.702Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
13:55:07 [2022-07-28T13:55:07.702Z] === RUN   TestDaemonConfigValidation/config_with_{}
13:55:07 [2022-07-28T13:55:07.702Z] === PAUSE TestDaemonConfigValidation/config_with_{}
13:55:07 [2022-07-28T13:55:07.702Z] === RUN   TestDaemonConfigValidation/invalid_config
13:55:07 [2022-07-28T13:55:07.702Z] === PAUSE TestDaemonConfigValidation/invalid_config
13:55:07 [2022-07-28T13:55:07.702Z] === RUN   TestDaemonConfigValidation/malformed_config
13:55:07 [2022-07-28T13:55:07.702Z] === PAUSE TestDaemonConfigValidation/malformed_config
13:55:07 [2022-07-28T13:55:07.702Z] === RUN   TestDaemonConfigValidation/valid_config
13:55:07 [2022-07-28T13:55:07.702Z] === PAUSE TestDaemonConfigValidation/valid_config
13:55:07 [2022-07-28T13:55:07.702Z] === CONT  TestDaemonConfigValidation/config_with_no_content
13:55:07 [2022-07-28T13:55:07.702Z] === CONT  TestDaemonConfigValidation/malformed_config
13:55:07 [2022-07-28T13:55:07.958Z] === CONT  TestDaemonConfigValidation/valid_config
13:55:07 [2022-07-28T13:55:07.958Z] === CONT  TestDaemonConfigValidation/invalid_config
13:55:07 [2022-07-28T13:55:07.958Z] === CONT  TestDaemonConfigValidation/config_with_{}
13:55:07 [2022-07-28T13:55:07.958Z] --- PASS: TestDaemonConfigValidation (0.00s)
13:55:07 [2022-07-28T13:55:07.958Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.09s)
13:55:07 [2022-07-28T13:55:07.958Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s)
13:55:07 [2022-07-28T13:55:07.958Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.08s)
13:55:07 [2022-07-28T13:55:07.958Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.10s)
13:55:07 [2022-07-28T13:55:07.958Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
13:55:07 [2022-07-28T13:55:07.958Z] === RUN   TestConfigDaemonSeccompProfiles
13:55:07 [2022-07-28T13:55:07.958Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
13:55:08 [2022-07-28T13:55:08.885Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
13:55:10 [2022-07-28T13:55:10.249Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
13:55:11 [2022-07-28T13:55:11.176Z] === CONT  TestConfigDaemonSeccompProfiles
13:55:11 [2022-07-28T13:55:11.176Z]     daemon_test.go:197: [dd447776afa5b] daemon is not started
13:55:11 [2022-07-28T13:55:11.176Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s)
13:55:11 [2022-07-28T13:55:11.176Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
13:55:11 [2022-07-28T13:55:11.176Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
13:55:11 [2022-07-28T13:55:11.176Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
13:55:11 [2022-07-28T13:55:11.176Z] === RUN   TestDaemonProxy
13:55:11 [2022-07-28T13:55:11.176Z] === RUN   TestDaemonProxy/environment_variables
13:55:13 [2022-07-28T13:55:13.063Z] === RUN   TestDaemonProxy/command-line_options
13:55:14 [2022-07-28T13:55:14.952Z] === RUN   TestDaemonProxy/configuration_file
13:55:16 [2022-07-28T13:55:16.316Z] === RUN   TestDaemonProxy/conflicting_options
13:55:16 [2022-07-28T13:55:16.880Z] === RUN   TestDaemonProxy/reload_sanitized
13:55:17 [2022-07-28T13:55:17.442Z] --- PASS: TestDaemonProxy (6.24s)
13:55:17 [2022-07-28T13:55:17.442Z]     --- PASS: TestDaemonProxy/environment_variables (1.73s)
13:55:17 [2022-07-28T13:55:17.442Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
13:55:17 [2022-07-28T13:55:17.442Z]     --- PASS: TestDaemonProxy/configuration_file (1.74s)
13:55:17 [2022-07-28T13:55:17.442Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
13:55:17 [2022-07-28T13:55:17.442Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
13:55:17 [2022-07-28T13:55:17.442Z] PASS
13:55:17 [2022-07-28T13:55:17.442Z] 
13:55:17 [2022-07-28T13:55:17.442Z] DONE 18 tests in 11.161s
13:55:17 [2022-07-28T13:55:17.442Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
13:55:17 [2022-07-28T13:55:17.442Z] INFO: Testing against a local daemon
13:55:17 [2022-07-28T13:55:17.442Z] === RUN   TestCommitInheritsEnv
13:55:17 [2022-07-28T13:55:17.699Z] --- PASS: TestCommitInheritsEnv (0.33s)
13:55:17 [2022-07-28T13:55:17.699Z] === RUN   TestImportExtremelyLargeImageWorks
13:55:17 [2022-07-28T13:55:17.699Z] === PAUSE TestImportExtremelyLargeImageWorks
13:55:17 [2022-07-28T13:55:17.699Z] === RUN   TestImportWithCustomPlatform
13:55:17 [2022-07-28T13:55:17.699Z] === RUN   TestImportWithCustomPlatform/#00
13:55:17 [2022-07-28T13:55:17.699Z] === RUN   TestImportWithCustomPlatform/_______
13:55:17 [2022-07-28T13:55:17.699Z] === RUN   TestImportWithCustomPlatform//
13:55:17 [2022-07-28T13:55:17.699Z] === RUN   TestImportWithCustomPlatform/linux
13:55:17 [2022-07-28T13:55:17.956Z] === RUN   TestImportWithCustomPlatform/LINUX
13:55:17 [2022-07-28T13:55:17.956Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
13:55:17 [2022-07-28T13:55:17.956Z] === RUN   TestImportWithCustomPlatform/macos
13:55:17 [2022-07-28T13:55:17.956Z] === RUN   TestImportWithCustomPlatform/macos/arm64
13:55:17 [2022-07-28T13:55:17.956Z] === RUN   TestImportWithCustomPlatform/nintendo64
13:55:17 [2022-07-28T13:55:17.956Z] --- PASS: TestImportWithCustomPlatform (0.34s)
13:55:17 [2022-07-28T13:55:17.956Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.08s)
13:55:17 [2022-07-28T13:55:17.956Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
13:55:17 [2022-07-28T13:55:17.956Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
13:55:17 [2022-07-28T13:55:17.956Z]     --- PASS: TestImportWithCustomPlatform/linux (0.08s)
13:55:17 [2022-07-28T13:55:17.956Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.08s)
13:55:17 [2022-07-28T13:55:17.956Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
13:55:17 [2022-07-28T13:55:17.956Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
13:55:17 [2022-07-28T13:55:17.956Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
13:55:17 [2022-07-28T13:55:17.956Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
13:55:17 [2022-07-28T13:55:17.956Z] === RUN   TestImagesFilterMultiReference
13:55:18 [2022-07-28T13:55:18.213Z] --- PASS: TestImagesFilterMultiReference (0.07s)
13:55:18 [2022-07-28T13:55:18.213Z] === RUN   TestImagePullPlatformInvalid
13:55:18 [2022-07-28T13:55:18.213Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
13:55:18 [2022-07-28T13:55:18.213Z] === RUN   TestRemoveImageOrphaning
13:55:18 [2022-07-28T13:55:18.469Z] --- PASS: TestRemoveImageOrphaning (0.31s)
13:55:18 [2022-07-28T13:55:18.469Z] === RUN   TestRemoveImageGarbageCollector
13:55:19 [2022-07-28T13:55:19.030Z] time="2022-07-28T13:55:18Z" level=info msg="[graphdriver] trying configured driver: overlay2"
13:55:20 [2022-07-28T13:55:20.397Z] --- PASS: TestRemoveImageGarbageCollector (1.84s)
13:55:20 [2022-07-28T13:55:20.397Z] === RUN   TestTagUnprefixedRepoByNameOrName
13:55:20 [2022-07-28T13:55:20.397Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
13:55:20 [2022-07-28T13:55:20.397Z] === RUN   TestTagInvalidReference
13:55:20 [2022-07-28T13:55:20.397Z] --- PASS: TestTagInvalidReference (0.01s)
13:55:20 [2022-07-28T13:55:20.397Z] === RUN   TestTagValidPrefixedRepo
13:55:20 [2022-07-28T13:55:20.397Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
13:55:20 [2022-07-28T13:55:20.397Z] === RUN   TestTagExistedNameWithoutForce
13:55:20 [2022-07-28T13:55:20.397Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
13:55:20 [2022-07-28T13:55:20.397Z] === RUN   TestTagOfficialNames
13:55:20 [2022-07-28T13:55:20.397Z] --- PASS: TestTagOfficialNames (0.05s)
13:55:20 [2022-07-28T13:55:20.397Z] === RUN   TestTagMatchesDigest
13:55:20 [2022-07-28T13:55:20.397Z] --- PASS: TestTagMatchesDigest (0.02s)
13:55:20 [2022-07-28T13:55:20.397Z] === CONT  TestImportExtremelyLargeImageWorks
13:56:56 [2022-07-28T13:56:56.875Z] --- PASS: TestImportExtremelyLargeImageWorks (91.38s)
13:56:56 [2022-07-28T13:56:56.875Z] PASS
13:56:56 [2022-07-28T13:56:56.875Z] 
13:56:56 [2022-07-28T13:56:56.875Z] DONE 22 tests in 94.532s
13:56:56 [2022-07-28T13:56:56.875Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
13:56:56 [2022-07-28T13:56:56.875Z] === RUN   TestStripANSICommands
13:56:56 [2022-07-28T13:56:56.875Z] === RUN   TestStripANSICommands/#00
13:56:56 [2022-07-28T13:56:56.875Z] === RUN   TestStripANSICommands/#01
13:56:56 [2022-07-28T13:56:56.875Z] --- PASS: TestStripANSICommands (0.00s)
13:56:56 [2022-07-28T13:56:56.875Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
13:56:56 [2022-07-28T13:56:56.875Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
13:56:56 [2022-07-28T13:56:56.875Z] PASS
13:56:56 [2022-07-28T13:56:56.875Z] 
13:56:56 [2022-07-28T13:56:56.875Z] DONE 3 tests in 0.009s
13:56:56 [2022-07-28T13:56:56.875Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
13:56:56 [2022-07-28T13:56:56.875Z] INFO: Testing against a local daemon
13:56:56 [2022-07-28T13:56:56.875Z] === RUN   TestNetworkCreateDelete
13:56:56 [2022-07-28T13:56:56.875Z] --- PASS: TestNetworkCreateDelete (0.12s)
13:56:56 [2022-07-28T13:56:56.875Z] === RUN   TestDockerNetworkDeletePreferID
13:56:56 [2022-07-28T13:56:56.875Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s)
13:56:56 [2022-07-28T13:56:56.875Z] === RUN   TestDaemonDNSFallback
13:56:58 [2022-07-28T13:56:58.762Z] --- PASS: TestDaemonDNSFallback (6.32s)
13:56:58 [2022-07-28T13:56:58.762Z] === RUN   TestInspectNetwork
13:57:02 [2022-07-28T13:57:02.029Z] === RUN   TestInspectNetwork/full_network_id
13:57:02 [2022-07-28T13:57:02.029Z] === RUN   TestInspectNetwork/partial_network_id
13:57:02 [2022-07-28T13:57:02.029Z] === RUN   TestInspectNetwork/network_name
13:57:02 [2022-07-28T13:57:02.029Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
13:57:06 [2022-07-28T13:57:06.192Z] --- PASS: TestInspectNetwork (7.12s)
13:57:06 [2022-07-28T13:57:06.192Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
13:57:06 [2022-07-28T13:57:06.192Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
13:57:06 [2022-07-28T13:57:06.192Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
13:57:06 [2022-07-28T13:57:06.192Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
13:57:06 [2022-07-28T13:57:06.192Z] === RUN   TestRunContainerWithBridgeNone
13:57:07 [2022-07-28T13:57:07.558Z] --- PASS: TestRunContainerWithBridgeNone (1.68s)
13:57:07 [2022-07-28T13:57:07.558Z] === RUN   TestNetworkInvalidJSON
13:57:07 [2022-07-28T13:57:07.558Z] === RUN   TestNetworkInvalidJSON/networks/create
13:57:07 [2022-07-28T13:57:07.558Z] === PAUSE TestNetworkInvalidJSON/networks/create
13:57:07 [2022-07-28T13:57:07.558Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
13:57:07 [2022-07-28T13:57:07.558Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
13:57:07 [2022-07-28T13:57:07.558Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
13:57:07 [2022-07-28T13:57:07.558Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
13:57:07 [2022-07-28T13:57:07.558Z] === CONT  TestNetworkInvalidJSON/networks/create
13:57:07 [2022-07-28T13:57:07.558Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
13:57:07 [2022-07-28T13:57:07.558Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
13:57:07 [2022-07-28T13:57:07.558Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
13:57:07 [2022-07-28T13:57:07.558Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
13:57:07 [2022-07-28T13:57:07.558Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
13:57:07 [2022-07-28T13:57:07.558Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
13:57:07 [2022-07-28T13:57:07.558Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
13:57:07 [2022-07-28T13:57:07.558Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
13:57:07 [2022-07-28T13:57:07.558Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
13:57:07 [2022-07-28T13:57:07.558Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
13:57:07 [2022-07-28T13:57:07.558Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
13:57:07 [2022-07-28T13:57:07.558Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
13:57:07 [2022-07-28T13:57:07.558Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
13:57:07 [2022-07-28T13:57:07.558Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
13:57:07 [2022-07-28T13:57:07.558Z] --- PASS: TestNetworkInvalidJSON (0.02s)
13:57:07 [2022-07-28T13:57:07.558Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
13:57:07 [2022-07-28T13:57:07.558Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
13:57:07 [2022-07-28T13:57:07.558Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
13:57:07 [2022-07-28T13:57:07.558Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
13:57:07 [2022-07-28T13:57:07.558Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
13:57:07 [2022-07-28T13:57:07.558Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
13:57:07 [2022-07-28T13:57:07.558Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
13:57:07 [2022-07-28T13:57:07.558Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
13:57:07 [2022-07-28T13:57:07.558Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
13:57:07 [2022-07-28T13:57:07.558Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
13:57:07 [2022-07-28T13:57:07.558Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
13:57:07 [2022-07-28T13:57:07.558Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
13:57:07 [2022-07-28T13:57:07.558Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
13:57:07 [2022-07-28T13:57:07.558Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
13:57:07 [2022-07-28T13:57:07.558Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
13:57:07 [2022-07-28T13:57:07.558Z] === RUN   TestNetworkList
13:57:07 [2022-07-28T13:57:07.558Z] === RUN   TestNetworkList//networks
13:57:07 [2022-07-28T13:57:07.558Z] === PAUSE TestNetworkList//networks
13:57:07 [2022-07-28T13:57:07.558Z] === RUN   TestNetworkList//networks/
13:57:07 [2022-07-28T13:57:07.558Z] === PAUSE TestNetworkList//networks/
13:57:07 [2022-07-28T13:57:07.558Z] === CONT  TestNetworkList//networks
13:57:07 [2022-07-28T13:57:07.558Z] === CONT  TestNetworkList//networks/
13:57:07 [2022-07-28T13:57:07.558Z] --- PASS: TestNetworkList (0.01s)
13:57:07 [2022-07-28T13:57:07.558Z]     --- PASS: TestNetworkList//networks (0.00s)
13:57:07 [2022-07-28T13:57:07.558Z]     --- PASS: TestNetworkList//networks/ (0.00s)
13:57:07 [2022-07-28T13:57:07.558Z] === RUN   TestHostIPv4BridgeLabel
13:57:08 [2022-07-28T13:57:08.120Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
13:57:08 [2022-07-28T13:57:08.120Z] === RUN   TestDaemonRestartWithLiveRestore
13:57:09 [2022-07-28T13:57:09.048Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
13:57:09 [2022-07-28T13:57:09.048Z] === RUN   TestDaemonDefaultNetworkPools
13:57:09 [2022-07-28T13:57:09.977Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s)
13:57:09 [2022-07-28T13:57:09.977Z] === RUN   TestDaemonRestartWithExistingNetwork
13:57:10 [2022-07-28T13:57:10.909Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
13:57:10 [2022-07-28T13:57:10.909Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
13:57:12 [2022-07-28T13:57:12.275Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s)
13:57:12 [2022-07-28T13:57:12.275Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
13:57:12 [2022-07-28T13:57:12.836Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s)
13:57:12 [2022-07-28T13:57:12.836Z] === RUN   TestServiceWithPredefinedNetwork
13:57:15 [2022-07-28T13:57:15.350Z] --- PASS: TestServiceWithPredefinedNetwork (2.34s)
13:57:15 [2022-07-28T13:57:15.350Z] === RUN   TestServiceRemoveKeepsIngressNetwork
13:57:15 [2022-07-28T13:57:15.350Z]     service_test.go:243: FLAKY_TEST
13:57:15 [2022-07-28T13:57:15.350Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
13:57:15 [2022-07-28T13:57:15.350Z] === RUN   TestServiceWithDataPathPortInit
13:57:30 [2022-07-28T13:57:30.188Z] --- PASS: TestServiceWithDataPathPortInit (14.04s)
13:57:30 [2022-07-28T13:57:30.188Z] === RUN   TestServiceWithDefaultAddressPoolInit
13:57:32 [2022-07-28T13:57:32.078Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ekhr1i21zn9ku94bt07yls41a Created:2022-07-28 13:57:30.471059664 +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[6f79d85968ec0e44a29b4d854a43cab15afff9b9c16c043467e0a1ccb7839827:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.d4vr50s1kih3tj1j50ld1cunb EndpointID:d380bb19c5cb0d6428072b27cdb9b1f6010d4e413176a6f496846e512a73f06e MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:1c1407ec71fff3561775658beb291b0e560a5aae9c629daac483a212fc09b52d 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:4ea7bfc7ca08 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.d4vr50s1kih3tj1j50ld1cunb EndpointID:d380bb19c5cb0d6428072b27cdb9b1f6010d4e413176a6f496846e512a73f06e EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
13:57:36 [2022-07-28T13:57:36.243Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.09s)
13:57:36 [2022-07-28T13:57:36.243Z] PASS
13:57:36 [2022-07-28T13:57:36.243Z] 
13:57:36 [2022-07-28T13:57:36.243Z] === Skipped
13:57:36 [2022-07-28T13:57:36.243Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
13:57:36 [2022-07-28T13:57:36.243Z]     service_test.go:243: FLAKY_TEST
13:57:36 [2022-07-28T13:57:36.243Z] 
13:57:36 [2022-07-28T13:57:36.243Z] DONE 38 tests, 1 skipped in 44.360s
13:57:36 [2022-07-28T13:57:36.243Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
13:57:36 [2022-07-28T13:57:36.243Z] INFO: Testing against a local daemon
13:57:36 [2022-07-28T13:57:36.243Z] === RUN   TestDockerNetworkIpvlanPersistance
13:57:36 [2022-07-28T13:57:36.243Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:57:36 [2022-07-28T13:57:36.243Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
13:57:36 [2022-07-28T13:57:36.243Z] === RUN   TestDockerNetworkIpvlan
13:57:36 [2022-07-28T13:57:36.243Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:57:36 [2022-07-28T13:57:36.243Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
13:57:36 [2022-07-28T13:57:36.243Z] PASS
13:57:36 [2022-07-28T13:57:36.243Z] 
13:57:36 [2022-07-28T13:57:36.243Z] === Skipped
13:57:36 [2022-07-28T13:57:36.243Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
13:57:36 [2022-07-28T13:57:36.243Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:57:36 [2022-07-28T13:57:36.243Z] 
13:57:36 [2022-07-28T13:57:36.243Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
13:57:36 [2022-07-28T13:57:36.243Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:57:36 [2022-07-28T13:57:36.243Z] 
13:57:36 [2022-07-28T13:57:36.243Z] DONE 2 tests, 2 skipped in 0.023s
13:57:36 [2022-07-28T13:57:36.243Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
13:57:36 [2022-07-28T13:57:36.243Z] INFO: Testing against a local daemon
13:57:36 [2022-07-28T13:57:36.243Z] === RUN   TestDockerNetworkMacvlanPersistance
13:57:37 [2022-07-28T13:57:37.609Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.28s)
13:57:37 [2022-07-28T13:57:37.609Z] === RUN   TestDockerNetworkMacvlan
13:57:38 [2022-07-28T13:57:38.171Z] === RUN   TestDockerNetworkMacvlan/Subinterface
13:57:39 [2022-07-28T13:57:39.099Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
13:57:39 [2022-07-28T13:57:39.660Z] === RUN   TestDockerNetworkMacvlan/NilParent
13:57:41 [2022-07-28T13:57:41.549Z] === RUN   TestDockerNetworkMacvlan/InternalMode
13:57:43 [2022-07-28T13:57:43.440Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
13:57:46 [2022-07-28T13:57:46.707Z] === RUN   TestDockerNetworkMacvlan/Addressing
13:57:47 [2022-07-28T13:57:47.269Z] --- PASS: TestDockerNetworkMacvlan (9.75s)
13:57:47 [2022-07-28T13:57:47.269Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s)
13:57:47 [2022-07-28T13:57:47.269Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
13:57:47 [2022-07-28T13:57:47.269Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.88s)
13:57:47 [2022-07-28T13:57:47.269Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.84s)
13:57:47 [2022-07-28T13:57:47.269Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.05s)
13:57:47 [2022-07-28T13:57:47.269Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.61s)
13:57:47 [2022-07-28T13:57:47.269Z] PASS
13:57:47 [2022-07-28T13:57:47.269Z] 
13:57:47 [2022-07-28T13:57:47.269Z] DONE 8 tests in 11.054s
13:57:47 [2022-07-28T13:57:47.269Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
13:57:47 [2022-07-28T13:57:47.269Z] testing: warning: no tests to run
13:57:47 [2022-07-28T13:57:47.269Z] PASS
13:57:47 [2022-07-28T13:57:47.269Z] 
13:57:47 [2022-07-28T13:57:47.269Z] DONE 0 tests in 0.007s
13:57:47 [2022-07-28T13:57:47.269Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
13:57:47 [2022-07-28T13:57:47.525Z] INFO: Testing against a local daemon
13:57:47 [2022-07-28T13:57:47.525Z] === RUN   TestAuthZPluginAllowRequest
13:57:48 [2022-07-28T13:57:48.452Z] --- PASS: TestAuthZPluginAllowRequest (1.15s)
13:57:48 [2022-07-28T13:57:48.452Z] === RUN   TestAuthZPluginTLS
13:57:49 [2022-07-28T13:57:49.014Z] --- PASS: TestAuthZPluginTLS (0.56s)
13:57:49 [2022-07-28T13:57:49.014Z] === RUN   TestAuthZPluginDenyRequest
13:57:49 [2022-07-28T13:57:49.576Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
13:57:49 [2022-07-28T13:57:49.576Z] === RUN   TestAuthZPluginAPIDenyResponse
13:57:50 [2022-07-28T13:57:50.138Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
13:57:50 [2022-07-28T13:57:50.138Z] === RUN   TestAuthZPluginDenyResponse
13:57:50 [2022-07-28T13:57:50.699Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
13:57:50 [2022-07-28T13:57:50.699Z] === RUN   TestAuthZPluginAllowEventStream
13:57:52 [2022-07-28T13:57:52.063Z] --- PASS: TestAuthZPluginAllowEventStream (1.21s)
13:57:52 [2022-07-28T13:57:52.063Z] === RUN   TestAuthZPluginErrorResponse
13:57:52 [2022-07-28T13:57:52.624Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
13:57:52 [2022-07-28T13:57:52.624Z] === RUN   TestAuthZPluginErrorRequest
13:57:52 [2022-07-28T13:57:52.881Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
13:57:52 [2022-07-28T13:57:52.881Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
13:57:53 [2022-07-28T13:57:53.442Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
13:57:53 [2022-07-28T13:57:53.442Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
13:57:55 [2022-07-28T13:57:55.332Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.42s)
13:57:55 [2022-07-28T13:57:55.332Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
13:57:56 [2022-07-28T13:57:56.696Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.50s)
13:57:56 [2022-07-28T13:57:56.696Z] === RUN   TestAuthZPluginHeader
13:57:57 [2022-07-28T13:57:57.258Z] --- PASS: TestAuthZPluginHeader (0.70s)
13:57:57 [2022-07-28T13:57:57.258Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
13:58:01 [2022-07-28T13:58:01.425Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.24s)
13:58:01 [2022-07-28T13:58:01.425Z] === RUN   TestAuthZPluginV2Disable
13:58:05 [2022-07-28T13:58:05.635Z] --- PASS: TestAuthZPluginV2Disable (3.77s)
13:58:05 [2022-07-28T13:58:05.635Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
13:58:08 [2022-07-28T13:58:08.899Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.51s)
13:58:08 [2022-07-28T13:58:08.899Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
13:58:21 [2022-07-28T13:58:21.062Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.52s)
13:58:21 [2022-07-28T13:58:21.062Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
13:58:39 [2022-07-28T13:58:39.097Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s)
13:58:39 [2022-07-28T13:58:39.097Z] PASS
13:58:39 [2022-07-28T13:58:39.097Z] 
13:58:39 [2022-07-28T13:58:39.097Z] DONE 17 tests in 48.678s
13:58:39 [2022-07-28T13:58:39.097Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
13:58:39 [2022-07-28T13:58:39.097Z] INFO: Testing against a local daemon
13:58:39 [2022-07-28T13:58:39.097Z] === RUN   TestPluginInvalidJSON
13:58:39 [2022-07-28T13:58:39.097Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
13:58:39 [2022-07-28T13:58:39.097Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
13:58:39 [2022-07-28T13:58:39.097Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
13:58:39 [2022-07-28T13:58:39.097Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
13:58:39 [2022-07-28T13:58:39.097Z] === RUN   TestPluginInvalidJSON/plugins/pull
13:58:39 [2022-07-28T13:58:39.097Z] === PAUSE TestPluginInvalidJSON/plugins/pull
13:58:39 [2022-07-28T13:58:39.097Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
13:58:39 [2022-07-28T13:58:39.097Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
13:58:39 [2022-07-28T13:58:39.097Z] === CONT  TestPluginInvalidJSON/plugins/pull
13:58:39 [2022-07-28T13:58:39.097Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
13:58:39 [2022-07-28T13:58:39.097Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
13:58:39 [2022-07-28T13:58:39.097Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
13:58:39 [2022-07-28T13:58:39.097Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
13:58:39 [2022-07-28T13:58:39.097Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
13:58:39 [2022-07-28T13:58:39.097Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
13:58:39 [2022-07-28T13:58:39.097Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
13:58:39 [2022-07-28T13:58:39.097Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
13:58:39 [2022-07-28T13:58:39.097Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
13:58:39 [2022-07-28T13:58:39.097Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
13:58:39 [2022-07-28T13:58:39.097Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
13:58:39 [2022-07-28T13:58:39.097Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
13:58:39 [2022-07-28T13:58:39.097Z] --- PASS: TestPluginInvalidJSON (0.02s)
13:58:39 [2022-07-28T13:58:39.097Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
13:58:39 [2022-07-28T13:58:39.097Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
13:58:39 [2022-07-28T13:58:39.097Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
13:58:39 [2022-07-28T13:58:39.097Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
13:58:39 [2022-07-28T13:58:39.097Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
13:58:39 [2022-07-28T13:58:39.097Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s)
13:58:39 [2022-07-28T13:58:39.097Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
13:58:39 [2022-07-28T13:58:39.097Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
13:58:39 [2022-07-28T13:58:39.097Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
13:58:39 [2022-07-28T13:58:39.097Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
13:58:39 [2022-07-28T13:58:39.097Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
13:58:39 [2022-07-28T13:58:39.097Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
13:58:39 [2022-07-28T13:58:39.097Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
13:58:39 [2022-07-28T13:58:39.097Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
13:58:39 [2022-07-28T13:58:39.097Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
13:58:39 [2022-07-28T13:58:39.097Z] === RUN   TestPluginInstall
13:58:39 [2022-07-28T13:58:39.097Z] === RUN   TestPluginInstall/no_auth
13:58:39 [2022-07-28T13:58:39.097Z] time="2022-07-28T13:58:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:58:39 [2022-07-28T13:58:39.097Z] time="2022-07-28T13:58:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0f24e2d4fc787680339749088a177c2ea23516f52ddcfc158c106476cfb823ce" mediatype=application/vnd.docker.plugin.v1+json size=522
13:58:39 [2022-07-28T13:58:39.097Z] time="2022-07-28T13:58:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:58:39 [2022-07-28T13:58:39.097Z] time="2022-07-28T13:58:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0f24e2d4fc787680339749088a177c2ea23516f52ddcfc158c106476cfb823ce" mediatype=application/vnd.docker.plugin.v1+json size=522
13:58:39 [2022-07-28T13:58:39.097Z] === RUN   TestPluginInstall/with_htpasswd
13:58:39 [2022-07-28T13:58:39.097Z] time="2022-07-28T13:58:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:58:39 [2022-07-28T13:58:39.097Z] time="2022-07-28T13:58:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d5ea558a95622ed9fc9f4465917f62a66648362aa9ef4beb1397e994eb259c75" mediatype=application/vnd.docker.plugin.v1+json size=522
13:58:39 [2022-07-28T13:58:39.097Z] time="2022-07-28T13:58:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:58:39 [2022-07-28T13:58:39.097Z] time="2022-07-28T13:58:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d5ea558a95622ed9fc9f4465917f62a66648362aa9ef4beb1397e994eb259c75" mediatype=application/vnd.docker.plugin.v1+json size=522
13:58:39 [2022-07-28T13:58:39.097Z] === RUN   TestPluginInstall/with_insecure
13:58:39 [2022-07-28T13:58:39.097Z] time="2022-07-28T13:58:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:58:39 [2022-07-28T13:58:39.097Z] time="2022-07-28T13:58:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:281b7671e1e2a2e84635f23b885454d7ecfa112102b802a7bdf517e5ed3b6d69" mediatype=application/vnd.docker.plugin.v1+json size=522
13:58:39 [2022-07-28T13:58:39.097Z] time="2022-07-28T13:58:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:58:39 [2022-07-28T13:58:39.097Z] time="2022-07-28T13:58:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:281b7671e1e2a2e84635f23b885454d7ecfa112102b802a7bdf517e5ed3b6d69" mediatype=application/vnd.docker.plugin.v1+json size=522
13:58:39 [2022-07-28T13:58:39.097Z]     plugin_test.go:195: [d320605a30779] daemon is not started
13:58:39 [2022-07-28T13:58:39.097Z] --- PASS: TestPluginInstall (2.72s)
13:58:39 [2022-07-28T13:58:39.097Z]     --- PASS: TestPluginInstall/no_auth (1.03s)
13:58:39 [2022-07-28T13:58:39.097Z]     --- PASS: TestPluginInstall/with_htpasswd (0.63s)
13:58:39 [2022-07-28T13:58:39.097Z]     --- PASS: TestPluginInstall/with_insecure (1.07s)
13:58:39 [2022-07-28T13:58:39.097Z] === RUN   TestPluginsWithRuntimes
13:58:40 [2022-07-28T13:58:40.461Z] === RUN   TestPluginsWithRuntimes/No_Args
13:58:41 [2022-07-28T13:58:41.389Z] === RUN   TestPluginsWithRuntimes/With_Args
13:58:42 [2022-07-28T13:58:42.321Z] --- PASS: TestPluginsWithRuntimes (3.36s)
13:58:42 [2022-07-28T13:58:42.321Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.90s)
13:58:42 [2022-07-28T13:58:42.321Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.87s)
13:58:42 [2022-07-28T13:58:42.321Z] === RUN   TestPluginBackCompatMediaTypes
13:58:42 [2022-07-28T13:58:42.882Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s)
13:58:42 [2022-07-28T13:58:42.883Z] PASS
13:58:42 [2022-07-28T13:58:42.883Z] 
13:58:42 [2022-07-28T13:58:42.883Z] DONE 24 tests in 6.701s
13:58:42 [2022-07-28T13:58:42.883Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
13:58:42 [2022-07-28T13:58:42.883Z] INFO: Testing against a local daemon
13:58:42 [2022-07-28T13:58:42.883Z] === RUN   TestExternalGraphDriver
13:58:43 [2022-07-28T13:58:43.138Z] === RUN   TestExternalGraphDriver/json
13:58:45 [2022-07-28T13:58:45.027Z] === RUN   TestExternalGraphDriver/spec
13:58:46 [2022-07-28T13:58:46.392Z] === RUN   TestExternalGraphDriver/pull
13:58:48 [2022-07-28T13:58:48.280Z] --- PASS: TestExternalGraphDriver (5.27s)
13:58:48 [2022-07-28T13:58:48.280Z]     --- PASS: TestExternalGraphDriver/json (1.66s)
13:58:48 [2022-07-28T13:58:48.280Z]     --- PASS: TestExternalGraphDriver/spec (1.65s)
13:58:48 [2022-07-28T13:58:48.280Z]     --- PASS: TestExternalGraphDriver/pull (1.62s)
13:58:48 [2022-07-28T13:58:48.280Z] === RUN   TestGraphdriverPluginV2
13:58:53 [2022-07-28T13:58:53.523Z] --- PASS: TestGraphdriverPluginV2 (4.65s)
13:58:53 [2022-07-28T13:58:53.523Z] PASS
13:58:53 [2022-07-28T13:58:53.523Z] 
13:58:53 [2022-07-28T13:58:53.523Z] DONE 5 tests in 9.967s
13:58:53 [2022-07-28T13:58:53.523Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
13:58:53 [2022-07-28T13:58:53.523Z] INFO: Testing against a local daemon
13:58:53 [2022-07-28T13:58:53.523Z] === RUN   TestContinueAfterPluginCrash
13:58:53 [2022-07-28T13:58:53.523Z] === PAUSE TestContinueAfterPluginCrash
13:58:53 [2022-07-28T13:58:53.523Z] === RUN   TestReadPluginNoRead
13:58:53 [2022-07-28T13:58:53.523Z] === PAUSE TestReadPluginNoRead
13:58:53 [2022-07-28T13:58:53.523Z] === RUN   TestDaemonStartWithLogOpt
13:58:53 [2022-07-28T13:58:53.523Z] === PAUSE TestDaemonStartWithLogOpt
13:58:53 [2022-07-28T13:58:53.523Z] === CONT  TestContinueAfterPluginCrash
13:58:53 [2022-07-28T13:58:53.523Z] === CONT  TestDaemonStartWithLogOpt
13:58:56 [2022-07-28T13:58:56.793Z] --- PASS: TestDaemonStartWithLogOpt (3.40s)
13:58:56 [2022-07-28T13:58:56.794Z] === CONT  TestReadPluginNoRead
13:58:58 [2022-07-28T13:58:58.682Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
13:58:59 [2022-07-28T13:58:59.611Z] === RUN   TestReadPluginNoRead/default
13:59:00 [2022-07-28T13:59:00.977Z] === RUN   TestReadPluginNoRead/disabled_caching
13:59:01 [2022-07-28T13:59:01.233Z] --- PASS: TestContinueAfterPluginCrash (8.40s)
13:59:02 [2022-07-28T13:59:02.162Z] === CONT  TestReadPluginNoRead
13:59:02 [2022-07-28T13:59:02.162Z]     read_test.go:92: [d31f1ff5cb01d] daemon is not started
13:59:02 [2022-07-28T13:59:02.162Z] --- PASS: TestReadPluginNoRead (5.95s)
13:59:02 [2022-07-28T13:59:02.162Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.24s)
13:59:02 [2022-07-28T13:59:02.162Z]     --- PASS: TestReadPluginNoRead/default (1.26s)
13:59:02 [2022-07-28T13:59:02.162Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.25s)
13:59:02 [2022-07-28T13:59:02.162Z] PASS
13:59:02 [2022-07-28T13:59:02.162Z] 
13:59:02 [2022-07-28T13:59:02.162Z] DONE 6 tests in 9.375s
13:59:02 [2022-07-28T13:59:02.162Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
13:59:02 [2022-07-28T13:59:02.162Z] testing: warning: no tests to run
13:59:02 [2022-07-28T13:59:02.162Z] PASS
13:59:02 [2022-07-28T13:59:02.162Z] 
13:59:02 [2022-07-28T13:59:02.162Z] DONE 0 tests in 0.008s
13:59:02 [2022-07-28T13:59:02.162Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
13:59:02 [2022-07-28T13:59:02.162Z] INFO: Testing against a local daemon
13:59:02 [2022-07-28T13:59:02.162Z] === RUN   TestPluginWithDevMounts
13:59:02 [2022-07-28T13:59:02.162Z] === PAUSE TestPluginWithDevMounts
13:59:02 [2022-07-28T13:59:02.162Z] === CONT  TestPluginWithDevMounts
13:59:04 [2022-07-28T13:59:04.050Z] --- PASS: TestPluginWithDevMounts (1.58s)
13:59:04 [2022-07-28T13:59:04.050Z] PASS
13:59:04 [2022-07-28T13:59:04.050Z] 
13:59:04 [2022-07-28T13:59:04.050Z] DONE 1 tests in 1.608s
13:59:04 [2022-07-28T13:59:04.050Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
13:59:04 [2022-07-28T13:59:04.050Z] INFO: Testing against a local daemon
13:59:04 [2022-07-28T13:59:04.050Z] === RUN   TestSecretInspect
13:59:05 [2022-07-28T13:59:05.941Z] --- PASS: TestSecretInspect (2.16s)
13:59:05 [2022-07-28T13:59:05.941Z] === RUN   TestSecretList
13:59:08 [2022-07-28T13:59:08.455Z] --- PASS: TestSecretList (2.29s)
13:59:08 [2022-07-28T13:59:08.455Z] === RUN   TestSecretsCreateAndDelete
13:59:10 [2022-07-28T13:59:10.346Z] --- PASS: TestSecretsCreateAndDelete (2.19s)
13:59:10 [2022-07-28T13:59:10.346Z] === RUN   TestSecretsUpdate
13:59:12 [2022-07-28T13:59:12.863Z] --- PASS: TestSecretsUpdate (2.14s)
13:59:12 [2022-07-28T13:59:12.863Z] === RUN   TestTemplatedSecret
13:59:15 [2022-07-28T13:59:15.380Z] --- PASS: TestTemplatedSecret (2.55s)
13:59:15 [2022-07-28T13:59:15.380Z] === RUN   TestSecretCreateResolve
13:59:17 [2022-07-28T13:59:17.269Z] --- PASS: TestSecretCreateResolve (2.20s)
13:59:17 [2022-07-28T13:59:17.269Z] PASS
13:59:17 [2022-07-28T13:59:17.269Z] 
13:59:17 [2022-07-28T13:59:17.269Z] DONE 6 tests in 13.547s
13:59:17 [2022-07-28T13:59:17.269Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
13:59:17 [2022-07-28T13:59:17.269Z] INFO: Testing against a local daemon
13:59:17 [2022-07-28T13:59:17.269Z] === RUN   TestServiceCreateInit
13:59:17 [2022-07-28T13:59:17.269Z] === RUN   TestServiceCreateInit/daemonInitDisabled
13:59:21 [2022-07-28T13:59:21.434Z] === RUN   TestServiceCreateInit/daemonInitEnabled
13:59:25 [2022-07-28T13:59:25.602Z] --- PASS: TestServiceCreateInit (7.55s)
13:59:25 [2022-07-28T13:59:25.602Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.72s)
13:59:25 [2022-07-28T13:59:25.602Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.81s)
13:59:25 [2022-07-28T13:59:25.602Z] === RUN   TestCreateServiceMultipleTimes
13:59:43 [2022-07-28T13:59:43.707Z] --- PASS: TestCreateServiceMultipleTimes (15.94s)
13:59:43 [2022-07-28T13:59:43.707Z] === RUN   TestCreateServiceConflict
13:59:43 [2022-07-28T13:59:43.707Z] --- PASS: TestCreateServiceConflict (2.18s)
13:59:43 [2022-07-28T13:59:43.707Z] === RUN   TestCreateServiceMaxReplicas
13:59:46 [2022-07-28T13:59:46.244Z] --- PASS: TestCreateServiceMaxReplicas (2.88s)
13:59:46 [2022-07-28T13:59:46.244Z] === RUN   TestCreateWithDuplicateNetworkNames
14:00:01 [2022-07-28T14:00:01.081Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.18s)
14:00:01 [2022-07-28T14:00:01.081Z] === RUN   TestCreateServiceSecretFileMode
14:00:01 [2022-07-28T14:00:01.643Z] --- PASS: TestCreateServiceSecretFileMode (2.49s)
14:00:01 [2022-07-28T14:00:01.643Z] === RUN   TestCreateServiceConfigFileMode
14:00:04 [2022-07-28T14:00:04.161Z] --- PASS: TestCreateServiceConfigFileMode (2.56s)
14:00:04 [2022-07-28T14:00:04.161Z] === RUN   TestCreateServiceSysctls
14:00:07 [2022-07-28T14:00:07.428Z] --- PASS: TestCreateServiceSysctls (3.04s)
14:00:07 [2022-07-28T14:00:07.428Z] === RUN   TestCreateServiceCapabilities
14:00:09 [2022-07-28T14:00:09.945Z] --- PASS: TestCreateServiceCapabilities (2.54s)
14:00:09 [2022-07-28T14:00:09.945Z] === RUN   TestInspect
14:00:12 [2022-07-28T14:00:12.463Z] --- PASS: TestInspect (2.80s)
14:00:12 [2022-07-28T14:00:12.463Z] === RUN   TestCreateJob
14:00:15 [2022-07-28T14:00:15.730Z] --- PASS: TestCreateJob (3.08s)
14:00:15 [2022-07-28T14:00:15.730Z] === RUN   TestReplicatedJob
14:00:20 [2022-07-28T14:00:20.975Z] --- PASS: TestReplicatedJob (5.27s)
14:00:20 [2022-07-28T14:00:20.975Z] === RUN   TestUpdateReplicatedJob
14:00:24 [2022-07-28T14:00:24.240Z] --- PASS: TestUpdateReplicatedJob (3.23s)
14:00:24 [2022-07-28T14:00:24.240Z] === RUN   TestServiceListWithStatuses
14:00:24 [2022-07-28T14:00:24.240Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:00:24 [2022-07-28T14:00:24.240Z] --- SKIP: TestServiceListWithStatuses (0.00s)
14:00:24 [2022-07-28T14:00:24.240Z] === RUN   TestDockerNetworkConnectAlias
14:00:28 [2022-07-28T14:00:28.404Z] --- PASS: TestDockerNetworkConnectAlias (4.20s)
14:00:28 [2022-07-28T14:00:28.404Z] === RUN   TestDockerNetworkReConnect
14:00:31 [2022-07-28T14:00:31.669Z] --- PASS: TestDockerNetworkReConnect (3.43s)
14:00:31 [2022-07-28T14:00:31.669Z] === RUN   TestServicePlugin
14:00:35 [2022-07-28T14:00:35.836Z]     plugin_test.go:61: [de7a5067bbc2a] joining swarm manager [d92bf9064dac7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:00:36 [2022-07-28T14:00:36.763Z]     plugin_test.go:64: [dba6da70ca621] joining swarm manager [d92bf9064dac7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:01:03 [2022-07-28T14:01:03.264Z] --- PASS: TestServicePlugin (29.86s)
14:01:03 [2022-07-28T14:01:03.264Z] === RUN   TestServiceUpdateLabel
14:01:03 [2022-07-28T14:01:03.826Z] --- PASS: TestServiceUpdateLabel (2.21s)
14:01:03 [2022-07-28T14:01:03.826Z] === RUN   TestServiceUpdateSecrets
14:01:18 [2022-07-28T14:01:18.661Z] --- PASS: TestServiceUpdateSecrets (14.47s)
14:01:18 [2022-07-28T14:01:18.661Z] === RUN   TestServiceUpdateConfigs
14:01:33 [2022-07-28T14:01:33.498Z] --- PASS: TestServiceUpdateConfigs (14.53s)
14:01:33 [2022-07-28T14:01:33.498Z] === RUN   TestServiceUpdateNetwork
14:01:45 [2022-07-28T14:01:45.687Z] --- PASS: TestServiceUpdateNetwork (12.57s)
14:01:45 [2022-07-28T14:01:45.687Z] === RUN   TestServiceUpdatePidsLimit
14:01:46 [2022-07-28T14:01:46.631Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
14:01:47 [2022-07-28T14:01:47.560Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
14:01:55 [2022-07-28T14:01:55.644Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
14:02:02 [2022-07-28T14:02:02.177Z] --- PASS: TestServiceUpdatePidsLimit (16.46s)
14:02:02 [2022-07-28T14:02:02.177Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
14:02:02 [2022-07-28T14:02:02.177Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.99s)
14:02:02 [2022-07-28T14:02:02.177Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s)
14:02:02 [2022-07-28T14:02:02.177Z] PASS
14:02:02 [2022-07-28T14:02:02.177Z] 
14:02:02 [2022-07-28T14:02:02.177Z] === Skipped
14:02:02 [2022-07-28T14:02:02.177Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
14:02:02 [2022-07-28T14:02:02.177Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:02:02 [2022-07-28T14:02:02.177Z] 
14:02:02 [2022-07-28T14:02:02.177Z] DONE 27 tests, 1 skipped in 164.493s
14:02:02 [2022-07-28T14:02:02.177Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
14:02:02 [2022-07-28T14:02:02.177Z] INFO: Testing against a local daemon
14:02:02 [2022-07-28T14:02:02.177Z] === RUN   TestSessionCreate
14:02:02 [2022-07-28T14:02:02.177Z] --- PASS: TestSessionCreate (0.02s)
14:02:02 [2022-07-28T14:02:02.177Z] === RUN   TestSessionCreateWithBadUpgrade
14:02:02 [2022-07-28T14:02:02.177Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
14:02:02 [2022-07-28T14:02:02.177Z] PASS
14:02:02 [2022-07-28T14:02:02.177Z] 
14:02:02 [2022-07-28T14:02:02.177Z] DONE 2 tests in 0.055s
14:02:02 [2022-07-28T14:02:02.177Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
14:02:02 [2022-07-28T14:02:02.177Z] INFO: Testing against a local daemon
14:02:02 [2022-07-28T14:02:02.177Z] === RUN   TestCgroupDriverSystemdMemoryLimit
14:02:02 [2022-07-28T14:02:02.177Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
14:02:02 [2022-07-28T14:02:02.177Z] === RUN   TestDiskUsage
14:02:02 [2022-07-28T14:02:02.177Z] === PAUSE TestDiskUsage
14:02:02 [2022-07-28T14:02:02.177Z] === RUN   TestEventsExecDie
14:02:02 [2022-07-28T14:02:02.434Z] --- PASS: TestEventsExecDie (0.56s)
14:02:02 [2022-07-28T14:02:02.434Z] === RUN   TestEventsBackwardsCompatible
14:02:02 [2022-07-28T14:02:02.690Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
14:02:02 [2022-07-28T14:02:02.690Z] === RUN   TestEventsVolumeCreate
14:02:02 [2022-07-28T14:02:02.690Z] --- PASS: TestEventsVolumeCreate (0.07s)
14:02:02 [2022-07-28T14:02:02.690Z] === RUN   TestInfoBinaryCommits
14:02:02 [2022-07-28T14:02:02.690Z] --- PASS: TestInfoBinaryCommits (0.02s)
14:02:02 [2022-07-28T14:02:02.690Z] === RUN   TestInfoAPIVersioned
14:02:02 [2022-07-28T14:02:02.690Z] --- PASS: TestInfoAPIVersioned (0.01s)
14:02:02 [2022-07-28T14:02:02.690Z] === RUN   TestInfoAPI
14:02:02 [2022-07-28T14:02:02.690Z] --- PASS: TestInfoAPI (0.02s)
14:02:02 [2022-07-28T14:02:02.690Z] === RUN   TestInfoAPIWarnings
14:02:20 [2022-07-28T14:02:20.730Z] --- PASS: TestInfoAPIWarnings (16.54s)
14:02:20 [2022-07-28T14:02:20.730Z] === RUN   TestInfoDebug
14:02:20 [2022-07-28T14:02:20.730Z] --- PASS: TestInfoDebug (0.52s)
14:02:20 [2022-07-28T14:02:20.730Z] === RUN   TestInfoInsecureRegistries
14:02:20 [2022-07-28T14:02:20.730Z] --- PASS: TestInfoInsecureRegistries (0.52s)
14:02:20 [2022-07-28T14:02:20.730Z] === RUN   TestInfoRegistryMirrors
14:02:20 [2022-07-28T14:02:20.730Z] --- PASS: TestInfoRegistryMirrors (0.52s)
14:02:20 [2022-07-28T14:02:20.730Z] === RUN   TestLoginFailsWithBadCredentials
14:02:21 [2022-07-28T14:02:21.291Z] --- PASS: TestLoginFailsWithBadCredentials (0.38s)
14:02:21 [2022-07-28T14:02:21.291Z] === RUN   TestPingCacheHeaders
14:02:21 [2022-07-28T14:02:21.291Z] --- PASS: TestPingCacheHeaders (0.02s)
14:02:21 [2022-07-28T14:02:21.291Z] === RUN   TestPingGet
14:02:21 [2022-07-28T14:02:21.291Z] --- PASS: TestPingGet (0.02s)
14:02:21 [2022-07-28T14:02:21.291Z] === RUN   TestPingHead
14:02:21 [2022-07-28T14:02:21.291Z] --- PASS: TestPingHead (0.02s)
14:02:21 [2022-07-28T14:02:21.291Z] === RUN   TestPingSwarmHeader
14:02:21 [2022-07-28T14:02:21.853Z] === RUN   TestPingSwarmHeader/before_swarm_init
14:02:22 [2022-07-28T14:02:22.414Z] === RUN   TestPingSwarmHeader/after_swarm_init
14:02:23 [2022-07-28T14:02:23.341Z] === RUN   TestPingSwarmHeader/after_swarm_leave
14:02:23 [2022-07-28T14:02:23.341Z] --- PASS: TestPingSwarmHeader (2.05s)
14:02:23 [2022-07-28T14:02:23.341Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
14:02:23 [2022-07-28T14:02:23.341Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
14:02:23 [2022-07-28T14:02:23.341Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
14:02:23 [2022-07-28T14:02:23.341Z] === RUN   TestVersion
14:02:23 [2022-07-28T14:02:23.341Z] --- PASS: TestVersion (0.02s)
14:02:23 [2022-07-28T14:02:23.341Z] === CONT  TestCgroupDriverSystemdMemoryLimit
14:02:23 [2022-07-28T14:02:23.341Z] === CONT  TestDiskUsage
14:02:23 [2022-07-28T14:02:23.902Z] === RUN   TestDiskUsage/empty
14:02:23 [2022-07-28T14:02:23.902Z] === RUN   TestDiskUsage/empty/container_types
14:02:23 [2022-07-28T14:02:23.902Z] === RUN   TestDiskUsage/empty/image_types
14:02:23 [2022-07-28T14:02:23.902Z] === RUN   TestDiskUsage/empty/volume_types
14:02:23 [2022-07-28T14:02:23.902Z] === RUN   TestDiskUsage/empty/build-cache_types
14:02:23 [2022-07-28T14:02:23.902Z] === RUN   TestDiskUsage/empty/container,_volume_types
14:02:23 [2022-07-28T14:02:23.902Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
14:02:23 [2022-07-28T14:02:23.902Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
14:02:23 [2022-07-28T14:02:23.902Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
14:02:23 [2022-07-28T14:02:23.902Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
14:02:23 [2022-07-28T14:02:23.902Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
14:02:23 [2022-07-28T14:02:23.902Z] === RUN   TestDiskUsage/after_LoadBusybox
14:02:24 [2022-07-28T14:02:24.159Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
14:02:24 [2022-07-28T14:02:24.159Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
14:02:24 [2022-07-28T14:02:24.159Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
14:02:24 [2022-07-28T14:02:24.159Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
14:02:24 [2022-07-28T14:02:24.159Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
14:02:24 [2022-07-28T14:02:24.159Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
14:02:24 [2022-07-28T14:02:24.159Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
14:02:24 [2022-07-28T14:02:24.159Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
14:02:24 [2022-07-28T14:02:24.159Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
14:02:24 [2022-07-28T14:02:24.159Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
14:02:24 [2022-07-28T14:02:24.159Z] === RUN   TestDiskUsage/after_container.Run
14:02:24 [2022-07-28T14:02:24.721Z] === RUN   TestDiskUsage/after_container.Run/container_types
14:02:24 [2022-07-28T14:02:24.721Z] === RUN   TestDiskUsage/after_container.Run/image_types
14:02:24 [2022-07-28T14:02:24.721Z] === RUN   TestDiskUsage/after_container.Run/volume_types
14:02:24 [2022-07-28T14:02:24.721Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
14:02:24 [2022-07-28T14:02:24.721Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
14:02:24 [2022-07-28T14:02:24.721Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
14:02:24 [2022-07-28T14:02:24.721Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
14:02:24 [2022-07-28T14:02:24.721Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
14:02:24 [2022-07-28T14:02:24.721Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
14:02:24 [2022-07-28T14:02:24.721Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
14:02:24 [2022-07-28T14:02:24.721Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.55s)
14:02:24 [2022-07-28T14:02:24.721Z] --- PASS: TestDiskUsage (1.55s)
14:02:24 [2022-07-28T14:02:24.721Z]     --- PASS: TestDiskUsage/empty (0.01s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.28s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]     --- PASS: TestDiskUsage/after_container.Run (0.53s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
14:02:24 [2022-07-28T14:02:24.721Z] PASS
14:02:24 [2022-07-28T14:02:24.979Z] 
14:02:24 [2022-07-28T14:02:24.979Z] DONE 54 tests in 22.917s
14:02:24 [2022-07-28T14:02:24.979Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
14:02:24 [2022-07-28T14:02:24.979Z] INFO: Testing against a local daemon
14:02:24 [2022-07-28T14:02:24.979Z] === RUN   TestVolumesCreateAndList
14:02:24 [2022-07-28T14:02:24.979Z] --- PASS: TestVolumesCreateAndList (0.02s)
14:02:24 [2022-07-28T14:02:24.979Z] === RUN   TestVolumesRemove
14:02:24 [2022-07-28T14:02:24.979Z] --- PASS: TestVolumesRemove (0.09s)
14:02:24 [2022-07-28T14:02:24.979Z] === RUN   TestVolumesInspect
14:02:24 [2022-07-28T14:02:24.979Z] --- PASS: TestVolumesInspect (0.02s)
14:02:24 [2022-07-28T14:02:24.979Z] === RUN   TestVolumesInvalidJSON
14:02:24 [2022-07-28T14:02:24.979Z] === RUN   TestVolumesInvalidJSON/volumes/create
14:02:24 [2022-07-28T14:02:24.979Z] === PAUSE TestVolumesInvalidJSON/volumes/create
14:02:24 [2022-07-28T14:02:24.979Z] === CONT  TestVolumesInvalidJSON/volumes/create
14:02:24 [2022-07-28T14:02:24.979Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
14:02:24 [2022-07-28T14:02:24.979Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
14:02:24 [2022-07-28T14:02:24.979Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
14:02:24 [2022-07-28T14:02:24.979Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
14:02:24 [2022-07-28T14:02:24.979Z] --- PASS: TestVolumesInvalidJSON (0.01s)
14:02:24 [2022-07-28T14:02:24.979Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
14:02:24 [2022-07-28T14:02:24.979Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
14:02:24 [2022-07-28T14:02:24.979Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
14:02:24 [2022-07-28T14:02:24.979Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
14:02:24 [2022-07-28T14:02:24.979Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
14:02:24 [2022-07-28T14:02:24.979Z] PASS
14:02:24 [2022-07-28T14:02:24.979Z] 
14:02:24 [2022-07-28T14:02:24.979Z] DONE 9 tests in 0.169s
14:02:24 [2022-07-28T14:02:24.979Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
14:02:25 [2022-07-28T14:02:25.541Z] Stopping apparmor (via systemctl): apparmor.service.
14:02:25 [2022-07-28T14:02:25.542Z] Removing test suite binaries
14:02:25 [2022-07-28T14:02:25.542Z] exiting test-integration
14:02:25 [2022-07-28T14:02:25.542Z] ++ exit 0
14:02:25 [2022-07-28T14:02:25.542Z]