Skip to content

Console Output

07:59:29 [2022-08-26T07:59:29.413Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44043/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=41e33d188d3aabf5815cf4475c55219b97cb0737 -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:41e33d188d3aabf5815cf4475c55219b97cb0737 hack/make.sh dynbinary test-integration
07:59:30 [2022-08-26T07:59:30.778Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
07:59:30 [2022-08-26T07:59:30.778Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
07:59:30 [2022-08-26T07:59:30.778Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
07:59:30 [2022-08-26T07:59:30.778Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
07:59:31 [2022-08-26T07:59:31.034Z] 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)
07:59:31 [2022-08-26T07:59:31.034Z] Detected virtualization docker.
07:59:31 [2022-08-26T07:59:31.034Z] Detected architecture x86-64.
07:59:31 [2022-08-26T07:59:31.034Z] Set hostname to <3650e354d738>.
07:59:31 [2022-08-26T07:59:31.034Z] modprobe@configfs.service: Succeeded.
07:59:31 [2022-08-26T07:59:31.034Z] modprobe@drm.service: Succeeded.
07:59:31 [2022-08-26T07:59:31.034Z] modprobe@fuse.service: Succeeded.
07:59:31 [2022-08-26T07:59:31.291Z] + source /etc/docker-entrypoint-cmd
07:59:31 [2022-08-26T07:59:31.291Z] ++ hack/make.sh dynbinary test-integration
07:59:31 [2022-08-26T07:59:31.291Z] 
07:59:31 [2022-08-26T07:59:31.291Z] Removing bundles/
07:59:31 [2022-08-26T07:59:31.291Z] 
07:59:31 [2022-08-26T07:59:31.291Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
07:59:31 [2022-08-26T07:59:31.291Z] Building: bundles/dynbinary-daemon/dockerd
07:59:31 [2022-08-26T07:59:31.291Z] GOOS="" GOARCH="" GOARM=""
08:01:37 [2022-08-26T08:01:37.705Z] Created binary: bundles/dynbinary-daemon/dockerd
08:01:37 [2022-08-26T08:01:37.705Z] Building: bundles/dynbinary-daemon/docker-proxy
08:01:37 [2022-08-26T08:01:37.705Z] GOOS="" GOARCH="" GOARM=""
08:01:37 [2022-08-26T08:01:37.705Z] Created binary: bundles/dynbinary-daemon/docker-proxy
08:01:37 [2022-08-26T08:01:37.705Z] 
08:01:37 [2022-08-26T08:01:37.705Z] ---> Making bundle: test-integration (in bundles/test-integration)
08:01:37 [2022-08-26T08:01:37.705Z] DOCKER_SYSTEMD=1
08:01:37 [2022-08-26T08:01:37.705Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
08:01:37 [2022-08-26T08:01:37.705Z] HOSTNAME=3650e354d738
08:01:37 [2022-08-26T08:01:37.705Z] DEST=bundles/test-integration
08:01:37 [2022-08-26T08:01:37.705Z] PWD=/go/src/github.com/docker/docker
08:01:37 [2022-08-26T08:01:37.705Z] DOCKER_GITCOMMIT=41e33d188d3aabf5815cf4475c55219b97cb0737
08:01:37 [2022-08-26T08:01:37.705Z] container=docker
08:01:37 [2022-08-26T08:01:37.705Z] HOME=/root
08:01:37 [2022-08-26T08:01:37.705Z] LANG=C.UTF-8
08:01:37 [2022-08-26T08:01:37.705Z] INVOCATION_ID=c4627232a11c4cd092317c8bf14d8e87
08:01:37 [2022-08-26T08:01:37.705Z] GOLANG_VERSION=1.18.5
08:01:37 [2022-08-26T08:01:37.705Z] VALIDATE_REPO=https://github.com/moby/moby.git
08:01:37 [2022-08-26T08:01:37.705Z] VALIDATE_BRANCH=master
08:01:37 [2022-08-26T08:01:37.705Z] TERM=xterm
08:01:37 [2022-08-26T08:01:37.705Z] DOCKER_PKG=github.com/docker/docker
08:01:37 [2022-08-26T08:01:37.705Z] SHLVL=3
08:01:37 [2022-08-26T08:01:37.705Z] TIMEOUT=120m
08:01:37 [2022-08-26T08:01:37.705Z] DOCKER_BUILDTAGS= journald
08:01:37 [2022-08-26T08:01:37.705Z] DOCKER_GRAPHDRIVER=overlay2
08:01:37 [2022-08-26T08:01:37.705Z] GO111MODULE=off
08:01:37 [2022-08-26T08:01:37.705Z] DOCKER_EXPERIMENTAL=1
08:01:37 [2022-08-26T08:01:37.705Z] TEST_SKIP_INTEGRATION_CLI=1
08:01:37 [2022-08-26T08:01:37.705Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
08:01:37 [2022-08-26T08:01:37.705Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
08:01:37 [2022-08-26T08:01:37.705Z] GOPATH=/go
08:01:37 [2022-08-26T08:01:37.705Z] PKG_CONFIG=pkg-config
08:01:37 [2022-08-26T08:01:37.705Z] _=/usr/bin/env
08:01:37 [2022-08-26T08:01:37.705Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
08:02:24 [2022-08-26T08:02:24.346Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
08:02:24 [2022-08-26T08:02:24.346Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
08:02:56 [2022-08-26T08:02:56.396Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
08:03:06 [2022-08-26T08:03:06.352Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
08:03:14 [2022-08-26T08:03:14.449Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
08:03:14 [2022-08-26T08:03:14.449Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
08:03:14 [2022-08-26T08:03:14.449Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
08:03:15 [2022-08-26T08:03:15.379Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
08:03:15 [2022-08-26T08:03:15.943Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
08:03:16 [2022-08-26T08:03:16.200Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
08:03:17 [2022-08-26T08:03:17.130Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
08:03:19 [2022-08-26T08:03:19.025Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
08:03:19 [2022-08-26T08:03:19.954Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
08:03:20 [2022-08-26T08:03:20.884Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
08:03:21 [2022-08-26T08:03:21.447Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
08:03:22 [2022-08-26T08:03:22.376Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
08:03:22 [2022-08-26T08:03:22.940Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
08:03:24 [2022-08-26T08:03:24.357Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
08:03:24 [2022-08-26T08:03:24.920Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
08:03:25 [2022-08-26T08:03:25.850Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
08:03:26 [2022-08-26T08:03:26.780Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
08:03:26 [2022-08-26T08:03:26.780Z] Using test binary docker
08:03:26 [2022-08-26T08:03:26.780Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
08:03:26 [2022-08-26T08:03:26.780Z] Starting apparmor (via systemctl): apparmor.service.
08:03:26 [2022-08-26T08:03:26.780Z] Starting dockerd
08:03:26 [2022-08-26T08:03:26.780Z] INFO: Waiting for daemon to start...
08:03:30 [2022-08-26T08:03:30.947Z] .
08:03:30 [2022-08-26T08:03:30.947Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
08:03:30 [2022-08-26T08:03:30.947Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
08:03:30 [2022-08-26T08:03:30.947Z] Error: No such image: emptyfs
08:03:30 [2022-08-26T08:03:30.947Z] Loaded image: emptyfs:latest
08:03:30 [2022-08-26T08:03:30.947Z] Running integration-test (iteration 1)
08:03:30 [2022-08-26T08:03:30.947Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
08:03:30 [2022-08-26T08:03:30.947Z] Loaded image: busybox:latest
08:03:31 [2022-08-26T08:03:31.203Z] Loaded image: busybox:glibc
08:03:32 [2022-08-26T08:03:32.571Z] Loaded image: debian:bullseye-slim
08:03:32 [2022-08-26T08:03:32.571Z] Loaded image: hello-world:latest
08:03:32 [2022-08-26T08:03:32.571Z] Loaded image: arm32v7/hello-world:latest
08:03:32 [2022-08-26T08:03:32.571Z] INFO: Testing against a local daemon
08:03:32 [2022-08-26T08:03:32.571Z] === RUN   TestCgroupNamespacesBuild
08:03:33 [2022-08-26T08:03:33.940Z] --- PASS: TestCgroupNamespacesBuild (1.32s)
08:03:33 [2022-08-26T08:03:33.940Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
08:03:35 [2022-08-26T08:03:35.305Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.29s)
08:03:35 [2022-08-26T08:03:35.305Z] === RUN   TestBuildWithSession
08:03:35 [2022-08-26T08:03:35.305Z]     build_session_test.go:25: TODO: BuildKit
08:03:35 [2022-08-26T08:03:35.305Z] --- SKIP: TestBuildWithSession (0.00s)
08:03:35 [2022-08-26T08:03:35.305Z] === RUN   TestBuildSquashParent
08:03:39 [2022-08-26T08:03:39.473Z] --- PASS: TestBuildSquashParent (3.94s)
08:03:39 [2022-08-26T08:03:39.473Z] === RUN   TestBuildWithRemoveAndForceRemove
08:03:39 [2022-08-26T08:03:39.473Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
08:03:39 [2022-08-26T08:03:39.473Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
08:03:39 [2022-08-26T08:03:39.473Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
08:03:39 [2022-08-26T08:03:39.473Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
08:03:39 [2022-08-26T08:03:39.473Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
08:03:39 [2022-08-26T08:03:39.473Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
08:03:39 [2022-08-26T08:03:39.473Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
08:03:39 [2022-08-26T08:03:39.473Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
08:03:39 [2022-08-26T08:03:39.473Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
08:03:39 [2022-08-26T08:03:39.473Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
08:03:39 [2022-08-26T08:03:39.473Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
08:03:39 [2022-08-26T08:03:39.473Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
08:03:39 [2022-08-26T08:03:39.473Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
08:03:39 [2022-08-26T08:03:39.473Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
08:03:41 [2022-08-26T08:03:41.365Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
08:03:41 [2022-08-26T08:03:41.365Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
08:03:42 [2022-08-26T08:03:42.733Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
08:03:42 [2022-08-26T08:03:42.733Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
08:03:44 [2022-08-26T08:03:44.102Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
08:03:44 [2022-08-26T08:03:44.102Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.87s)
08:03:44 [2022-08-26T08:03:44.102Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.87s)
08:03:44 [2022-08-26T08:03:44.102Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.34s)
08:03:44 [2022-08-26T08:03:44.102Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.60s)
08:03:44 [2022-08-26T08:03:44.102Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.44s)
08:03:44 [2022-08-26T08:03:44.103Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.45s)
08:03:44 [2022-08-26T08:03:44.103Z] === RUN   TestBuildMultiStageCopy
08:03:44 [2022-08-26T08:03:44.103Z] === RUN   TestBuildMultiStageCopy/copy_to_root
08:03:45 [2022-08-26T08:03:45.995Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
08:03:45 [2022-08-26T08:03:45.995Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
08:03:45 [2022-08-26T08:03:45.995Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
08:03:46 [2022-08-26T08:03:46.251Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
08:03:46 [2022-08-26T08:03:46.508Z] --- PASS: TestBuildMultiStageCopy (2.35s)
08:03:46 [2022-08-26T08:03:46.508Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.47s)
08:03:46 [2022-08-26T08:03:46.508Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s)
08:03:46 [2022-08-26T08:03:46.508Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s)
08:03:46 [2022-08-26T08:03:46.508Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s)
08:03:46 [2022-08-26T08:03:46.508Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s)
08:03:46 [2022-08-26T08:03:46.508Z] === RUN   TestBuildMultiStageParentConfig
08:03:47 [2022-08-26T08:03:47.070Z] --- PASS: TestBuildMultiStageParentConfig (0.65s)
08:03:47 [2022-08-26T08:03:47.070Z] === RUN   TestBuildLabelWithTargets
08:03:48 [2022-08-26T08:03:48.437Z] --- PASS: TestBuildLabelWithTargets (0.98s)
08:03:48 [2022-08-26T08:03:48.437Z] === RUN   TestBuildWithEmptyLayers
08:03:48 [2022-08-26T08:03:48.693Z] --- PASS: TestBuildWithEmptyLayers (0.44s)
08:03:48 [2022-08-26T08:03:48.693Z] === RUN   TestBuildMultiStageOnBuild
08:03:50 [2022-08-26T08:03:50.584Z] --- PASS: TestBuildMultiStageOnBuild (1.67s)
08:03:50 [2022-08-26T08:03:50.584Z] === RUN   TestBuildUncleanTarFilenames
08:03:50 [2022-08-26T08:03:50.841Z] --- PASS: TestBuildUncleanTarFilenames (0.57s)
08:03:50 [2022-08-26T08:03:50.841Z] === RUN   TestBuildMultiStageLayerLeak
08:03:52 [2022-08-26T08:03:52.731Z] --- PASS: TestBuildMultiStageLayerLeak (1.79s)
08:03:52 [2022-08-26T08:03:52.731Z] === RUN   TestBuildWithHugeFile
08:04:49 [2022-08-26T08:04:49.120Z] --- PASS: TestBuildWithHugeFile (50.74s)
08:04:49 [2022-08-26T08:04:49.120Z] === RUN   TestBuildWCOWSandboxSize
08:04:49 [2022-08-26T08:04:49.120Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
08:04:49 [2022-08-26T08:04:49.120Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
08:04:49 [2022-08-26T08:04:49.120Z] === RUN   TestBuildWithEmptyDockerfile
08:04:49 [2022-08-26T08:04:49.120Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
08:04:49 [2022-08-26T08:04:49.120Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
08:04:49 [2022-08-26T08:04:49.120Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
08:04:49 [2022-08-26T08:04:49.120Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
08:04:49 [2022-08-26T08:04:49.120Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
08:04:49 [2022-08-26T08:04:49.120Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
08:04:49 [2022-08-26T08:04:49.120Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
08:04:49 [2022-08-26T08:04:49.120Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
08:04:49 [2022-08-26T08:04:49.120Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
08:04:49 [2022-08-26T08:04:49.120Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
08:04:49 [2022-08-26T08:04:49.120Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s)
08:04:49 [2022-08-26T08:04:49.120Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s)
08:04:49 [2022-08-26T08:04:49.120Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
08:04:49 [2022-08-26T08:04:49.120Z] === RUN   TestBuildPreserveOwnership
08:04:49 [2022-08-26T08:04:49.120Z] === RUN   TestBuildPreserveOwnership/copy_from
08:04:49 [2022-08-26T08:04:49.120Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
08:04:49 [2022-08-26T08:04:49.120Z] --- PASS: TestBuildPreserveOwnership (3.61s)
08:04:49 [2022-08-26T08:04:49.120Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.47s)
08:04:49 [2022-08-26T08:04:49.120Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.14s)
08:04:49 [2022-08-26T08:04:49.120Z] === RUN   TestBuildPlatformInvalid
08:04:49 [2022-08-26T08:04:49.120Z] --- PASS: TestBuildPlatformInvalid (0.07s)
08:04:49 [2022-08-26T08:04:49.120Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
08:04:49 [2022-08-26T08:04:49.120Z] Loaded image: busybox:latest
08:04:49 [2022-08-26T08:04:49.120Z] Loaded image: busybox:glibc
08:04:49 [2022-08-26T08:04:49.375Z] Loaded image: debian:bullseye-slim
08:04:49 [2022-08-26T08:04:49.631Z] Loaded image: hello-world:latest
08:04:49 [2022-08-26T08:04:49.631Z] Loaded image: arm32v7/hello-world:latest
08:04:59 [2022-08-26T08:04:59.593Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (11.17s)
08:04:59 [2022-08-26T08:04:59.593Z] PASS
08:04:59 [2022-08-26T08:04:59.593Z] 
08:04:59 [2022-08-26T08:04:59.594Z] === Skipped
08:04:59 [2022-08-26T08:04:59.594Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
08:04:59 [2022-08-26T08:04:59.594Z]     build_session_test.go:25: TODO: BuildKit
08:04:59 [2022-08-26T08:04:59.594Z] 
08:04:59 [2022-08-26T08:04:59.594Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
08:04:59 [2022-08-26T08:04:59.594Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
08:04:59 [2022-08-26T08:04:59.594Z] 
08:04:59 [2022-08-26T08:04:59.594Z] DONE 34 tests, 2 skipped in 87.655s
08:04:59 [2022-08-26T08:04:59.594Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
08:04:59 [2022-08-26T08:04:59.594Z] INFO: Testing against a local daemon
08:04:59 [2022-08-26T08:04:59.594Z] === RUN   TestConfigInspect
08:05:00 [2022-08-26T08:05:00.520Z] --- PASS: TestConfigInspect (1.90s)
08:05:00 [2022-08-26T08:05:00.520Z] === RUN   TestConfigList
08:05:02 [2022-08-26T08:05:02.412Z] --- PASS: TestConfigList (2.16s)
08:05:02 [2022-08-26T08:05:02.412Z] === RUN   TestConfigsCreateAndDelete
08:05:04 [2022-08-26T08:05:04.931Z] --- PASS: TestConfigsCreateAndDelete (2.20s)
08:05:04 [2022-08-26T08:05:04.931Z] === RUN   TestConfigsUpdate
08:05:06 [2022-08-26T08:05:06.824Z] --- PASS: TestConfigsUpdate (2.13s)
08:05:06 [2022-08-26T08:05:06.824Z] === RUN   TestTemplatedConfig
08:05:11 [2022-08-26T08:05:11.222Z] --- PASS: TestTemplatedConfig (4.02s)
08:05:11 [2022-08-26T08:05:11.222Z] === RUN   TestConfigCreateResolve
08:05:13 [2022-08-26T08:05:13.112Z] --- PASS: TestConfigCreateResolve (2.13s)
08:05:13 [2022-08-26T08:05:13.112Z] PASS
08:05:13 [2022-08-26T08:05:13.112Z] 
08:05:13 [2022-08-26T08:05:13.112Z] DONE 6 tests in 14.555s
08:05:13 [2022-08-26T08:05:13.112Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
08:05:13 [2022-08-26T08:05:13.112Z] INFO: Testing against a local daemon
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestAttachWithTTY
08:05:13 [2022-08-26T08:05:13.112Z] --- PASS: TestAttachWithTTY (0.06s)
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestAttachWithoutTTy
08:05:13 [2022-08-26T08:05:13.112Z] --- PASS: TestAttachWithoutTTy (0.04s)
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestCheckpoint
08:05:13 [2022-08-26T08:05:13.112Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
08:05:13 [2022-08-26T08:05:13.112Z] --- SKIP: TestCheckpoint (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/commit
08:05:13 [2022-08-26T08:05:13.112Z] === PAUSE TestContainerInvalidJSON/commit
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/containers/create
08:05:13 [2022-08-26T08:05:13.112Z] === PAUSE TestContainerInvalidJSON/containers/create
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
08:05:13 [2022-08-26T08:05:13.112Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
08:05:13 [2022-08-26T08:05:13.112Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
08:05:13 [2022-08-26T08:05:13.112Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
08:05:13 [2022-08-26T08:05:13.112Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
08:05:13 [2022-08-26T08:05:13.112Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
08:05:13 [2022-08-26T08:05:13.112Z] === CONT  TestContainerInvalidJSON/commit
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
08:05:13 [2022-08-26T08:05:13.112Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/commit/empty_body
08:05:13 [2022-08-26T08:05:13.112Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
08:05:13 [2022-08-26T08:05:13.112Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
08:05:13 [2022-08-26T08:05:13.112Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
08:05:13 [2022-08-26T08:05:13.112Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
08:05:13 [2022-08-26T08:05:13.112Z] === CONT  TestContainerInvalidJSON/containers/create
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
08:05:13 [2022-08-26T08:05:13.112Z] --- PASS: TestContainerInvalidJSON (0.01s)
08:05:13 [2022-08-26T08:05:13.112Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestCopyFromContainerPathDoesNotExist
08:05:13 [2022-08-26T08:05:13.112Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
08:05:13 [2022-08-26T08:05:13.112Z] === RUN   TestCopyFromContainerPathIsNotDir
08:05:13 [2022-08-26T08:05:13.369Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
08:05:13 [2022-08-26T08:05:13.369Z] === RUN   TestCopyToContainerPathDoesNotExist
08:05:13 [2022-08-26T08:05:13.369Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
08:05:13 [2022-08-26T08:05:13.369Z] === RUN   TestCopyEmptyFile
08:05:13 [2022-08-26T08:05:13.625Z] --- PASS: TestCopyEmptyFile (0.22s)
08:05:13 [2022-08-26T08:05:13.626Z] === RUN   TestCopyToContainerPathIsNotDir
08:05:13 [2022-08-26T08:05:13.626Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
08:05:13 [2022-08-26T08:05:13.626Z] === RUN   TestCopyFromContainer
08:05:14 [2022-08-26T08:05:14.555Z] === RUN   TestCopyFromContainer//
08:05:14 [2022-08-26T08:05:14.812Z] === RUN   TestCopyFromContainer//bar/root
08:05:14 [2022-08-26T08:05:14.812Z] === RUN   TestCopyFromContainer//bar/root/
08:05:14 [2022-08-26T08:05:14.812Z] === RUN   TestCopyFromContainer/bar/quux
08:05:14 [2022-08-26T08:05:14.812Z] === RUN   TestCopyFromContainer/bar/quux/
08:05:15 [2022-08-26T08:05:15.069Z] === RUN   TestCopyFromContainer/bar/quux/baz
08:05:15 [2022-08-26T08:05:15.069Z] === RUN   TestCopyFromContainer/bar/filesymlink
08:05:15 [2022-08-26T08:05:15.069Z] === RUN   TestCopyFromContainer/bar/dirsymlink
08:05:15 [2022-08-26T08:05:15.069Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
08:05:15 [2022-08-26T08:05:15.069Z] === RUN   TestCopyFromContainer/bar/notarget
08:05:15 [2022-08-26T08:05:15.325Z] --- PASS: TestCopyFromContainer (1.69s)
08:05:15 [2022-08-26T08:05:15.325Z]     --- PASS: TestCopyFromContainer// (0.06s)
08:05:15 [2022-08-26T08:05:15.325Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
08:05:15 [2022-08-26T08:05:15.325Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
08:05:15 [2022-08-26T08:05:15.325Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
08:05:15 [2022-08-26T08:05:15.325Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
08:05:15 [2022-08-26T08:05:15.325Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
08:05:15 [2022-08-26T08:05:15.325Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
08:05:15 [2022-08-26T08:05:15.325Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
08:05:15 [2022-08-26T08:05:15.325Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
08:05:15 [2022-08-26T08:05:15.325Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
08:05:15 [2022-08-26T08:05:15.325Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
08:05:15 [2022-08-26T08:05:15.325Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
08:05:15 [2022-08-26T08:05:15.325Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
08:05:15 [2022-08-26T08:05:15.325Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
08:05:15 [2022-08-26T08:05:15.325Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
08:05:15 [2022-08-26T08:05:15.325Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
08:05:15 [2022-08-26T08:05:15.325Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
08:05:15 [2022-08-26T08:05:15.325Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
08:05:15 [2022-08-26T08:05:15.325Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
08:05:15 [2022-08-26T08:05:15.325Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
08:05:15 [2022-08-26T08:05:15.325Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
08:05:15 [2022-08-26T08:05:15.325Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
08:05:15 [2022-08-26T08:05:15.325Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
08:05:15 [2022-08-26T08:05:15.325Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
08:05:15 [2022-08-26T08:05:15.325Z] === RUN   TestCreateLinkToNonExistingContainer
08:05:15 [2022-08-26T08:05:15.325Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
08:05:15 [2022-08-26T08:05:15.325Z] === RUN   TestCreateWithInvalidEnv
08:05:15 [2022-08-26T08:05:15.325Z] === RUN   TestCreateWithInvalidEnv/0
08:05:15 [2022-08-26T08:05:15.325Z] === PAUSE TestCreateWithInvalidEnv/0
08:05:15 [2022-08-26T08:05:15.325Z] === RUN   TestCreateWithInvalidEnv/1
08:05:15 [2022-08-26T08:05:15.325Z] === PAUSE TestCreateWithInvalidEnv/1
08:05:15 [2022-08-26T08:05:15.325Z] === RUN   TestCreateWithInvalidEnv/2
08:05:15 [2022-08-26T08:05:15.325Z] === PAUSE TestCreateWithInvalidEnv/2
08:05:15 [2022-08-26T08:05:15.325Z] === CONT  TestCreateWithInvalidEnv/0
08:05:15 [2022-08-26T08:05:15.325Z] === CONT  TestCreateWithInvalidEnv/2
08:05:15 [2022-08-26T08:05:15.325Z] === CONT  TestCreateWithInvalidEnv/1
08:05:15 [2022-08-26T08:05:15.325Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
08:05:15 [2022-08-26T08:05:15.325Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
08:05:15 [2022-08-26T08:05:15.325Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
08:05:15 [2022-08-26T08:05:15.325Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
08:05:15 [2022-08-26T08:05:15.325Z] === RUN   TestCreateTmpfsMountsTarget
08:05:15 [2022-08-26T08:05:15.325Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
08:05:15 [2022-08-26T08:05:15.325Z] === RUN   TestCreateWithCustomMaskedPaths
08:05:17 [2022-08-26T08:05:17.216Z] --- PASS: TestCreateWithCustomMaskedPaths (1.65s)
08:05:17 [2022-08-26T08:05:17.216Z] === RUN   TestCreateWithCustomReadonlyPaths
08:05:18 [2022-08-26T08:05:18.644Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.67s)
08:05:18 [2022-08-26T08:05:18.644Z] === RUN   TestCreateWithInvalidHealthcheckParams
08:05:18 [2022-08-26T08:05:18.644Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
08:05:18 [2022-08-26T08:05:18.644Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
08:05:18 [2022-08-26T08:05:18.644Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
08:05:18 [2022-08-26T08:05:18.644Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
08:05:18 [2022-08-26T08:05:18.644Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
08:05:18 [2022-08-26T08:05:18.644Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
08:05:18 [2022-08-26T08:05:18.644Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
08:05:18 [2022-08-26T08:05:18.645Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
08:05:18 [2022-08-26T08:05:18.645Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
08:05:18 [2022-08-26T08:05:18.645Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
08:05:18 [2022-08-26T08:05:18.645Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
08:05:18 [2022-08-26T08:05:18.645Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
08:05:18 [2022-08-26T08:05:18.645Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
08:05:18 [2022-08-26T08:05:18.645Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
08:05:18 [2022-08-26T08:05:18.645Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
08:05:18 [2022-08-26T08:05:18.645Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
08:05:18 [2022-08-26T08:05:18.645Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
08:05:18 [2022-08-26T08:05:18.645Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
08:05:18 [2022-08-26T08:05:18.645Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
08:05:18 [2022-08-26T08:05:18.645Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
08:05:18 [2022-08-26T08:05:18.645Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
08:05:18 [2022-08-26T08:05:18.645Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
08:05:19 [2022-08-26T08:05:19.214Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.59s)
08:05:19 [2022-08-26T08:05:19.214Z] === RUN   TestCreateDifferentPlatform
08:05:19 [2022-08-26T08:05:19.214Z] === RUN   TestCreateDifferentPlatform/different_os
08:05:19 [2022-08-26T08:05:19.214Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
08:05:19 [2022-08-26T08:05:19.214Z] --- PASS: TestCreateDifferentPlatform (0.01s)
08:05:19 [2022-08-26T08:05:19.214Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
08:05:19 [2022-08-26T08:05:19.214Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
08:05:19 [2022-08-26T08:05:19.214Z] === RUN   TestCreateVolumesFromNonExistingContainer
08:05:19 [2022-08-26T08:05:19.214Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
08:05:19 [2022-08-26T08:05:19.214Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
08:05:19 [2022-08-26T08:05:19.471Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s)
08:05:19 [2022-08-26T08:05:19.471Z] === RUN   TestCreateInvalidHostConfig
08:05:19 [2022-08-26T08:05:19.471Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
08:05:19 [2022-08-26T08:05:19.471Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
08:05:19 [2022-08-26T08:05:19.471Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
08:05:19 [2022-08-26T08:05:19.471Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
08:05:19 [2022-08-26T08:05:19.471Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
08:05:19 [2022-08-26T08:05:19.471Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
08:05:19 [2022-08-26T08:05:19.471Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
08:05:19 [2022-08-26T08:05:19.471Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
08:05:19 [2022-08-26T08:05:19.471Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
08:05:19 [2022-08-26T08:05:19.471Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
08:05:19 [2022-08-26T08:05:19.471Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
08:05:19 [2022-08-26T08:05:19.471Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
08:05:19 [2022-08-26T08:05:19.471Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
08:05:19 [2022-08-26T08:05:19.471Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
08:05:19 [2022-08-26T08:05:19.471Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
08:05:19 [2022-08-26T08:05:19.471Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
08:05:19 [2022-08-26T08:05:19.471Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
08:05:19 [2022-08-26T08:05:19.471Z] === RUN   TestContainerStartOnDaemonRestart
08:05:19 [2022-08-26T08:05:19.471Z] === PAUSE TestContainerStartOnDaemonRestart
08:05:19 [2022-08-26T08:05:19.471Z] === RUN   TestDaemonRestartIpcMode
08:05:19 [2022-08-26T08:05:19.471Z] === PAUSE TestDaemonRestartIpcMode
08:05:19 [2022-08-26T08:05:19.471Z] === RUN   TestDaemonHostGatewayIP
08:05:19 [2022-08-26T08:05:19.471Z] === PAUSE TestDaemonHostGatewayIP
08:05:19 [2022-08-26T08:05:19.471Z] === RUN   TestRestartDaemonWithRestartingContainer
08:05:19 [2022-08-26T08:05:19.471Z] === PAUSE TestRestartDaemonWithRestartingContainer
08:05:19 [2022-08-26T08:05:19.471Z] === RUN   TestContainerKillOnDaemonStart
08:05:19 [2022-08-26T08:05:19.471Z] === PAUSE TestContainerKillOnDaemonStart
08:05:19 [2022-08-26T08:05:19.471Z] === RUN   TestDiff
08:05:20 [2022-08-26T08:05:20.040Z] --- PASS: TestDiff (0.56s)
08:05:20 [2022-08-26T08:05:20.040Z] === RUN   TestExecConsoleSize
08:05:20 [2022-08-26T08:05:20.602Z] --- PASS: TestExecConsoleSize (0.65s)
08:05:20 [2022-08-26T08:05:20.602Z] === RUN   TestExecWithCloseStdin
08:05:21 [2022-08-26T08:05:21.163Z] --- PASS: TestExecWithCloseStdin (0.64s)
08:05:21 [2022-08-26T08:05:21.163Z] === RUN   TestExec
08:05:22 [2022-08-26T08:05:22.092Z] --- PASS: TestExec (0.63s)
08:05:22 [2022-08-26T08:05:22.092Z] === RUN   TestExecUser
08:05:22 [2022-08-26T08:05:22.654Z] --- PASS: TestExecUser (0.64s)
08:05:22 [2022-08-26T08:05:22.654Z] === RUN   TestExportContainerAndImportImage
08:05:23 [2022-08-26T08:05:23.216Z] --- PASS: TestExportContainerAndImportImage (0.74s)
08:05:23 [2022-08-26T08:05:23.216Z] === RUN   TestExportContainerAfterDaemonRestart
08:05:24 [2022-08-26T08:05:24.583Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s)
08:05:24 [2022-08-26T08:05:24.583Z] === RUN   TestHealthCheckWorkdir
08:05:25 [2022-08-26T08:05:25.513Z] --- PASS: TestHealthCheckWorkdir (0.83s)
08:05:25 [2022-08-26T08:05:25.513Z] === RUN   TestHealthKillContainer
08:05:33 [2022-08-26T08:05:33.642Z] --- PASS: TestHealthKillContainer (8.09s)
08:05:33 [2022-08-26T08:05:33.642Z] === RUN   TestHealthCheckProcessKilled
08:05:34 [2022-08-26T08:05:34.569Z] --- PASS: TestHealthCheckProcessKilled (0.91s)
08:05:34 [2022-08-26T08:05:34.569Z] === RUN   TestInspectCpusetInConfigPre120
08:05:34 [2022-08-26T08:05:34.825Z] --- PASS: TestInspectCpusetInConfigPre120 (0.50s)
08:05:34 [2022-08-26T08:05:34.825Z] === RUN   TestIpcModeNone
08:05:35 [2022-08-26T08:05:35.387Z] --- PASS: TestIpcModeNone (0.62s)
08:05:35 [2022-08-26T08:05:35.387Z] === RUN   TestIpcModePrivate
08:05:35 [2022-08-26T08:05:35.949Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false
08:05:36 [2022-08-26T08:05:36.205Z] --- PASS: TestIpcModePrivate (0.62s)
08:05:36 [2022-08-26T08:05:36.205Z] === RUN   TestIpcModeShareable
08:05:36 [2022-08-26T08:05:36.461Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true
08:05:36 [2022-08-26T08:05:36.718Z] --- PASS: TestIpcModeShareable (0.59s)
08:05:36 [2022-08-26T08:05:36.718Z] === RUN   TestAPIIpcModeShareableAndContainer
08:05:38 [2022-08-26T08:05:38.610Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.80s)
08:05:38 [2022-08-26T08:05:38.610Z] === RUN   TestAPIIpcModeHost
08:05:38 [2022-08-26T08:05:38.866Z] --- PASS: TestAPIIpcModeHost (0.37s)
08:05:38 [2022-08-26T08:05:38.866Z] === RUN   TestDaemonIpcModeShareable
08:05:40 [2022-08-26T08:05:40.231Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
08:05:40 [2022-08-26T08:05:40.487Z] --- PASS: TestDaemonIpcModeShareable (1.54s)
08:05:40 [2022-08-26T08:05:40.487Z] === RUN   TestDaemonIpcModePrivate
08:05:41 [2022-08-26T08:05:41.416Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
08:05:41 [2022-08-26T08:05:41.672Z] --- PASS: TestDaemonIpcModePrivate (1.19s)
08:05:41 [2022-08-26T08:05:41.672Z] === RUN   TestDaemonIpcModePrivateFromConfig
08:05:42 [2022-08-26T08:05:42.601Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
08:05:42 [2022-08-26T08:05:42.857Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.18s)
08:05:42 [2022-08-26T08:05:42.857Z] === RUN   TestDaemonIpcModeShareableFromConfig
08:05:43 [2022-08-26T08:05:43.785Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
08:05:44 [2022-08-26T08:05:44.042Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.19s)
08:05:44 [2022-08-26T08:05:44.042Z] === RUN   TestIpcModeOlderClient
08:05:44 [2022-08-26T08:05:44.042Z] === PAUSE TestIpcModeOlderClient
08:05:44 [2022-08-26T08:05:44.042Z] === RUN   TestKillContainerInvalidSignal
08:05:44 [2022-08-26T08:05:44.604Z] --- PASS: TestKillContainerInvalidSignal (0.44s)
08:05:44 [2022-08-26T08:05:44.604Z] === RUN   TestKillContainer
08:05:44 [2022-08-26T08:05:44.604Z] === RUN   TestKillContainer/no_signal
08:05:44 [2022-08-26T08:05:44.860Z] === RUN   TestKillContainer/non_killing_signal
08:05:45 [2022-08-26T08:05:45.117Z] === RUN   TestKillContainer/killing_signal
08:05:46 [2022-08-26T08:05:46.045Z] --- PASS: TestKillContainer (1.44s)
08:05:46 [2022-08-26T08:05:46.045Z]     --- PASS: TestKillContainer/no_signal (0.48s)
08:05:46 [2022-08-26T08:05:46.045Z]     --- PASS: TestKillContainer/non_killing_signal (0.30s)
08:05:46 [2022-08-26T08:05:46.045Z]     --- PASS: TestKillContainer/killing_signal (0.44s)
08:05:46 [2022-08-26T08:05:46.045Z] === RUN   TestKillWithStopSignalAndRestartPolicies
08:05:46 [2022-08-26T08:05:46.045Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
08:05:46 [2022-08-26T08:05:46.973Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
08:05:50 [2022-08-26T08:05:50.241Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (3.75s)
08:05:50 [2022-08-26T08:05:50.242Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.22s)
08:05:50 [2022-08-26T08:05:50.242Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (1.82s)
08:05:50 [2022-08-26T08:05:50.242Z] === RUN   TestKillStoppedContainer
08:05:50 [2022-08-26T08:05:50.497Z] --- PASS: TestKillStoppedContainer (0.78s)
08:05:50 [2022-08-26T08:05:50.497Z] === RUN   TestKillStoppedContainerAPIPre120
08:05:51 [2022-08-26T08:05:51.059Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.51s)
08:05:51 [2022-08-26T08:05:51.059Z] === RUN   TestKillDifferentUserContainer
08:05:52 [2022-08-26T08:05:52.950Z] --- PASS: TestKillDifferentUserContainer (1.67s)
08:05:52 [2022-08-26T08:05:52.950Z] === RUN   TestInspectOomKilledTrue
08:05:52 [2022-08-26T08:05:52.950Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
08:05:52 [2022-08-26T08:05:52.950Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
08:05:52 [2022-08-26T08:05:52.950Z] === RUN   TestInspectOomKilledFalse
08:05:53 [2022-08-26T08:05:53.878Z] --- PASS: TestInspectOomKilledFalse (1.15s)
08:05:53 [2022-08-26T08:05:53.878Z] === RUN   TestLinksEtcHostsContentMatch
08:05:55 [2022-08-26T08:05:55.244Z] --- PASS: TestLinksEtcHostsContentMatch (1.27s)
08:05:55 [2022-08-26T08:05:55.244Z] === RUN   TestLinksContainerNames
08:05:57 [2022-08-26T08:05:57.134Z] --- PASS: TestLinksContainerNames (1.96s)
08:05:57 [2022-08-26T08:05:57.134Z] === RUN   TestLogsFollowTailEmpty
08:05:57 [2022-08-26T08:05:57.696Z] --- PASS: TestLogsFollowTailEmpty (0.73s)
08:05:57 [2022-08-26T08:05:57.696Z] === RUN   TestLogs
08:05:57 [2022-08-26T08:05:57.696Z] === RUN   TestLogs/driver_local
08:05:57 [2022-08-26T08:05:57.696Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
08:05:57 [2022-08-26T08:05:57.696Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
08:05:57 [2022-08-26T08:05:57.696Z] === RUN   TestLogs/driver_local/tty/only_stdout
08:05:57 [2022-08-26T08:05:57.696Z] === PAUSE TestLogs/driver_local/tty/only_stdout
08:05:57 [2022-08-26T08:05:57.696Z] === RUN   TestLogs/driver_local/tty/only_stderr
08:05:57 [2022-08-26T08:05:57.696Z] === PAUSE TestLogs/driver_local/tty/only_stderr
08:05:57 [2022-08-26T08:05:57.696Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
08:05:57 [2022-08-26T08:05:57.696Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
08:05:57 [2022-08-26T08:05:57.696Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
08:05:57 [2022-08-26T08:05:57.696Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
08:05:57 [2022-08-26T08:05:57.696Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
08:05:57 [2022-08-26T08:05:57.696Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
08:05:57 [2022-08-26T08:05:57.696Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
08:05:57 [2022-08-26T08:05:57.696Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
08:05:58 [2022-08-26T08:05:58.627Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
08:05:58 [2022-08-26T08:05:58.627Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
08:05:59 [2022-08-26T08:05:59.189Z] === CONT  TestLogs/driver_local/tty/only_stderr
08:05:59 [2022-08-26T08:05:59.189Z] === CONT  TestLogs/driver_local/tty/only_stdout
08:05:59 [2022-08-26T08:05:59.752Z] === RUN   TestLogs/driver_json-file
08:05:59 [2022-08-26T08:05:59.752Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
08:05:59 [2022-08-26T08:05:59.752Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
08:05:59 [2022-08-26T08:05:59.752Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
08:05:59 [2022-08-26T08:05:59.752Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
08:05:59 [2022-08-26T08:05:59.752Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
08:05:59 [2022-08-26T08:05:59.752Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
08:05:59 [2022-08-26T08:05:59.752Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
08:05:59 [2022-08-26T08:05:59.752Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
08:05:59 [2022-08-26T08:05:59.752Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
08:05:59 [2022-08-26T08:05:59.752Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
08:05:59 [2022-08-26T08:05:59.752Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
08:05:59 [2022-08-26T08:05:59.752Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
08:05:59 [2022-08-26T08:05:59.752Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
08:05:59 [2022-08-26T08:05:59.752Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
08:06:00 [2022-08-26T08:06:00.683Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
08:06:00 [2022-08-26T08:06:00.683Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
08:06:00 [2022-08-26T08:06:00.939Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
08:06:00 [2022-08-26T08:06:00.939Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
08:06:01 [2022-08-26T08:06:01.503Z] --- PASS: TestLogs (3.91s)
08:06:01 [2022-08-26T08:06:01.503Z]     --- PASS: TestLogs/driver_local (0.01s)
08:06:01 [2022-08-26T08:06:01.503Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.82s)
08:06:01 [2022-08-26T08:06:01.503Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.85s)
08:06:01 [2022-08-26T08:06:01.503Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.57s)
08:06:01 [2022-08-26T08:06:01.503Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.58s)
08:06:01 [2022-08-26T08:06:01.503Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.52s)
08:06:01 [2022-08-26T08:06:01.503Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.58s)
08:06:01 [2022-08-26T08:06:01.503Z]     --- PASS: TestLogs/driver_json-file (0.01s)
08:06:01 [2022-08-26T08:06:01.503Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.75s)
08:06:01 [2022-08-26T08:06:01.503Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.79s)
08:06:01 [2022-08-26T08:06:01.503Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.53s)
08:06:01 [2022-08-26T08:06:01.503Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.54s)
08:06:01 [2022-08-26T08:06:01.503Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.58s)
08:06:01 [2022-08-26T08:06:01.503Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.55s)
08:06:01 [2022-08-26T08:06:01.503Z] === RUN   TestContainerNetworkMountsNoChown
08:06:02 [2022-08-26T08:06:02.067Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s)
08:06:02 [2022-08-26T08:06:02.067Z] === RUN   TestMountDaemonRoot
08:06:02 [2022-08-26T08:06:02.067Z] === RUN   TestMountDaemonRoot/default
08:06:02 [2022-08-26T08:06:02.067Z] === PAUSE TestMountDaemonRoot/default
08:06:02 [2022-08-26T08:06:02.067Z] === RUN   TestMountDaemonRoot/private
08:06:02 [2022-08-26T08:06:02.067Z] === PAUSE TestMountDaemonRoot/private
08:06:02 [2022-08-26T08:06:02.067Z] === RUN   TestMountDaemonRoot/rprivate
08:06:02 [2022-08-26T08:06:02.067Z] === PAUSE TestMountDaemonRoot/rprivate
08:06:02 [2022-08-26T08:06:02.067Z] === RUN   TestMountDaemonRoot/slave
08:06:02 [2022-08-26T08:06:02.067Z] === PAUSE TestMountDaemonRoot/slave
08:06:02 [2022-08-26T08:06:02.067Z] === RUN   TestMountDaemonRoot/rslave
08:06:02 [2022-08-26T08:06:02.067Z] === PAUSE TestMountDaemonRoot/rslave
08:06:02 [2022-08-26T08:06:02.067Z] === RUN   TestMountDaemonRoot/shared
08:06:02 [2022-08-26T08:06:02.067Z] === PAUSE TestMountDaemonRoot/shared
08:06:02 [2022-08-26T08:06:02.067Z] === RUN   TestMountDaemonRoot/rshared
08:06:02 [2022-08-26T08:06:02.067Z] === PAUSE TestMountDaemonRoot/rshared
08:06:02 [2022-08-26T08:06:02.067Z] === CONT  TestMountDaemonRoot/default
08:06:02 [2022-08-26T08:06:02.067Z] === RUN   TestMountDaemonRoot/default/bind_root
08:06:02 [2022-08-26T08:06:02.067Z] === PAUSE TestMountDaemonRoot/default/bind_root
08:06:02 [2022-08-26T08:06:02.067Z] === RUN   TestMountDaemonRoot/default/bind_subpath
08:06:02 [2022-08-26T08:06:02.067Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
08:06:02 [2022-08-26T08:06:02.067Z] === RUN   TestMountDaemonRoot/default/mount_root
08:06:02 [2022-08-26T08:06:02.067Z] === PAUSE TestMountDaemonRoot/default/mount_root
08:06:02 [2022-08-26T08:06:02.067Z] === RUN   TestMountDaemonRoot/default/mount_subpath
08:06:02 [2022-08-26T08:06:02.067Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === CONT  TestMountDaemonRoot/default/bind_root
08:06:02 [2022-08-26T08:06:02.068Z] === CONT  TestMountDaemonRoot/rshared
08:06:02 [2022-08-26T08:06:02.068Z] === RUN   TestMountDaemonRoot/rshared/bind_root
08:06:02 [2022-08-26T08:06:02.068Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
08:06:02 [2022-08-26T08:06:02.068Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === RUN   TestMountDaemonRoot/rshared/mount_root
08:06:02 [2022-08-26T08:06:02.068Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
08:06:02 [2022-08-26T08:06:02.068Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === CONT  TestMountDaemonRoot/rshared/bind_root
08:06:02 [2022-08-26T08:06:02.068Z] === CONT  TestMountDaemonRoot/shared
08:06:02 [2022-08-26T08:06:02.068Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === RUN   TestMountDaemonRoot/shared/bind_root
08:06:02 [2022-08-26T08:06:02.068Z] === PAUSE TestMountDaemonRoot/shared/bind_root
08:06:02 [2022-08-26T08:06:02.068Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === RUN   TestMountDaemonRoot/shared/mount_root
08:06:02 [2022-08-26T08:06:02.068Z] === PAUSE TestMountDaemonRoot/shared/mount_root
08:06:02 [2022-08-26T08:06:02.068Z] === CONT  TestMountDaemonRoot/rslave
08:06:02 [2022-08-26T08:06:02.068Z] === RUN   TestMountDaemonRoot/rslave/bind_root
08:06:02 [2022-08-26T08:06:02.068Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
08:06:02 [2022-08-26T08:06:02.068Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === RUN   TestMountDaemonRoot/rslave/mount_root
08:06:02 [2022-08-26T08:06:02.068Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
08:06:02 [2022-08-26T08:06:02.068Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === CONT  TestMountDaemonRoot/slave
08:06:02 [2022-08-26T08:06:02.068Z] === RUN   TestMountDaemonRoot/slave/bind_root
08:06:02 [2022-08-26T08:06:02.068Z] === PAUSE TestMountDaemonRoot/slave/bind_root
08:06:02 [2022-08-26T08:06:02.068Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === RUN   TestMountDaemonRoot/slave/mount_root
08:06:02 [2022-08-26T08:06:02.068Z] === PAUSE TestMountDaemonRoot/slave/mount_root
08:06:02 [2022-08-26T08:06:02.068Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === CONT  TestMountDaemonRoot/rprivate
08:06:02 [2022-08-26T08:06:02.068Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
08:06:02 [2022-08-26T08:06:02.068Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
08:06:02 [2022-08-26T08:06:02.068Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
08:06:02 [2022-08-26T08:06:02.068Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
08:06:02 [2022-08-26T08:06:02.068Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === CONT  TestMountDaemonRoot/private
08:06:02 [2022-08-26T08:06:02.068Z] === RUN   TestMountDaemonRoot/private/mount_root
08:06:02 [2022-08-26T08:06:02.068Z] === PAUSE TestMountDaemonRoot/private/mount_root
08:06:02 [2022-08-26T08:06:02.068Z] === RUN   TestMountDaemonRoot/private/mount_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === RUN   TestMountDaemonRoot/private/bind_root
08:06:02 [2022-08-26T08:06:02.068Z] === PAUSE TestMountDaemonRoot/private/bind_root
08:06:02 [2022-08-26T08:06:02.068Z] === RUN   TestMountDaemonRoot/private/bind_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === CONT  TestMountDaemonRoot/default/mount_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === CONT  TestMountDaemonRoot/default/mount_root
08:06:02 [2022-08-26T08:06:02.068Z] === CONT  TestMountDaemonRoot/default/bind_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
08:06:02 [2022-08-26T08:06:02.068Z] === CONT  TestMountDaemonRoot/rshared/mount_root
08:06:02 [2022-08-26T08:06:02.068Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
08:06:02 [2022-08-26T08:06:02.324Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
08:06:02 [2022-08-26T08:06:02.324Z] === CONT  TestMountDaemonRoot/rslave/bind_root
08:06:02 [2022-08-26T08:06:02.324Z] === CONT  TestMountDaemonRoot/shared/mount_root
08:06:02 [2022-08-26T08:06:02.324Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
08:06:02 [2022-08-26T08:06:02.324Z] === CONT  TestMountDaemonRoot/shared/bind_root
08:06:02 [2022-08-26T08:06:02.324Z] === CONT  TestMountDaemonRoot/slave/bind_root
08:06:02 [2022-08-26T08:06:02.324Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
08:06:02 [2022-08-26T08:06:02.324Z] === CONT  TestMountDaemonRoot/rslave/mount_root
08:06:02 [2022-08-26T08:06:02.324Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
08:06:02 [2022-08-26T08:06:02.324Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
08:06:02 [2022-08-26T08:06:02.324Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
08:06:02 [2022-08-26T08:06:02.324Z] === CONT  TestMountDaemonRoot/slave/mount_root
08:06:02 [2022-08-26T08:06:02.324Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
08:06:02 [2022-08-26T08:06:02.324Z] === CONT  TestMountDaemonRoot/private/mount_root
08:06:02 [2022-08-26T08:06:02.324Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
08:06:02 [2022-08-26T08:06:02.581Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
08:06:02 [2022-08-26T08:06:02.581Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
08:06:02 [2022-08-26T08:06:02.581Z] === CONT  TestMountDaemonRoot/private/bind_subpath
08:06:02 [2022-08-26T08:06:02.581Z] === CONT  TestMountDaemonRoot/private/bind_root
08:06:02 [2022-08-26T08:06:02.581Z] === CONT  TestMountDaemonRoot/private/mount_subpath
08:06:02 [2022-08-26T08:06:02.581Z] --- PASS: TestMountDaemonRoot (0.01s)
08:06:02 [2022-08-26T08:06:02.581Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
08:06:02 [2022-08-26T08:06:02.581Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
08:06:02 [2022-08-26T08:06:02.581Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
08:06:02 [2022-08-26T08:06:02.581Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s)
08:06:02 [2022-08-26T08:06:02.581Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
08:06:02 [2022-08-26T08:06:02.581Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
08:06:02 [2022-08-26T08:06:02.581Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
08:06:02 [2022-08-26T08:06:02.581Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
08:06:02 [2022-08-26T08:06:02.581Z] === RUN   TestContainerBindMountNonRecursive
08:06:03 [2022-08-26T08:06:03.947Z] --- PASS: TestContainerBindMountNonRecursive (1.44s)
08:06:03 [2022-08-26T08:06:03.948Z] === RUN   TestContainerVolumesMountedAsShared
08:06:04 [2022-08-26T08:06:04.510Z] --- PASS: TestContainerVolumesMountedAsShared (0.44s)
08:06:04 [2022-08-26T08:06:04.510Z] === RUN   TestContainerVolumesMountedAsSlave
08:06:04 [2022-08-26T08:06:04.766Z] --- PASS: TestContainerVolumesMountedAsSlave (0.33s)
08:06:04 [2022-08-26T08:06:04.766Z] === RUN   TestNetworkNat
08:06:05 [2022-08-26T08:06:05.328Z] --- PASS: TestNetworkNat (0.47s)
08:06:05 [2022-08-26T08:06:05.329Z] === RUN   TestNetworkLocalhostTCPNat
08:06:05 [2022-08-26T08:06:05.585Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s)
08:06:05 [2022-08-26T08:06:05.585Z] === RUN   TestNetworkLoopbackNat
08:06:08 [2022-08-26T08:06:08.103Z] --- PASS: TestNetworkLoopbackNat (2.54s)
08:06:08 [2022-08-26T08:06:08.103Z] === RUN   TestPause
08:06:08 [2022-08-26T08:06:08.666Z] --- PASS: TestPause (0.48s)
08:06:08 [2022-08-26T08:06:08.666Z] === RUN   TestPauseFailsOnWindowsServerContainers
08:06:08 [2022-08-26T08:06:08.666Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
08:06:08 [2022-08-26T08:06:08.666Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
08:06:08 [2022-08-26T08:06:08.666Z] === RUN   TestPauseStopPausedContainer
08:06:09 [2022-08-26T08:06:09.229Z] --- PASS: TestPauseStopPausedContainer (0.45s)
08:06:09 [2022-08-26T08:06:09.229Z] === RUN   TestPidHost
08:06:10 [2022-08-26T08:06:10.159Z] --- PASS: TestPidHost (1.00s)
08:06:10 [2022-08-26T08:06:10.159Z] === RUN   TestPsFilter
08:06:10 [2022-08-26T08:06:10.159Z] --- PASS: TestPsFilter (0.11s)
08:06:10 [2022-08-26T08:06:10.159Z] === RUN   TestRemoveContainerWithRemovedVolume
08:06:10 [2022-08-26T08:06:10.722Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s)
08:06:10 [2022-08-26T08:06:10.722Z] === RUN   TestRemoveContainerWithVolume
08:06:10 [2022-08-26T08:06:10.980Z] --- PASS: TestRemoveContainerWithVolume (0.43s)
08:06:10 [2022-08-26T08:06:10.980Z] === RUN   TestRemoveContainerRunning
08:06:11 [2022-08-26T08:06:11.543Z] --- PASS: TestRemoveContainerRunning (0.44s)
08:06:11 [2022-08-26T08:06:11.543Z] === RUN   TestRemoveContainerForceRemoveRunning
08:06:11 [2022-08-26T08:06:11.824Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s)
08:06:11 [2022-08-26T08:06:11.824Z] === RUN   TestRemoveInvalidContainer
08:06:11 [2022-08-26T08:06:11.824Z] --- PASS: TestRemoveInvalidContainer (0.01s)
08:06:11 [2022-08-26T08:06:11.824Z] === RUN   TestRenameLinkedContainer
08:06:13 [2022-08-26T08:06:13.790Z] --- PASS: TestRenameLinkedContainer (1.72s)
08:06:13 [2022-08-26T08:06:13.790Z] === RUN   TestRenameStoppedContainer
08:06:14 [2022-08-26T08:06:14.742Z] --- PASS: TestRenameStoppedContainer (0.92s)
08:06:14 [2022-08-26T08:06:14.742Z] === RUN   TestRenameRunningContainerAndReuse
08:06:18 [2022-08-26T08:06:18.036Z] --- PASS: TestRenameRunningContainerAndReuse (2.86s)
08:06:18 [2022-08-26T08:06:18.036Z] === RUN   TestRenameInvalidName
08:06:18 [2022-08-26T08:06:18.964Z] --- PASS: TestRenameInvalidName (1.41s)
08:06:18 [2022-08-26T08:06:18.964Z] === RUN   TestRenameAnonymousContainer
08:06:22 [2022-08-26T08:06:22.231Z] --- PASS: TestRenameAnonymousContainer (3.20s)
08:06:22 [2022-08-26T08:06:22.231Z] === RUN   TestRenameContainerWithSameName
08:06:22 [2022-08-26T08:06:22.488Z] --- PASS: TestRenameContainerWithSameName (0.43s)
08:06:22 [2022-08-26T08:06:22.488Z] === RUN   TestRenameContainerWithLinkedContainer
08:06:23 [2022-08-26T08:06:23.417Z] --- PASS: TestRenameContainerWithLinkedContainer (0.89s)
08:06:23 [2022-08-26T08:06:23.417Z] === RUN   TestResize
08:06:23 [2022-08-26T08:06:23.979Z] --- PASS: TestResize (0.48s)
08:06:23 [2022-08-26T08:06:23.979Z] === RUN   TestResizeWithInvalidSize
08:06:24 [2022-08-26T08:06:24.235Z] --- PASS: TestResizeWithInvalidSize (0.44s)
08:06:24 [2022-08-26T08:06:24.235Z] === RUN   TestResizeWhenContainerNotStarted
08:06:24 [2022-08-26T08:06:24.798Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s)
08:06:24 [2022-08-26T08:06:24.798Z] === RUN   TestDaemonRestartKillContainers
08:06:24 [2022-08-26T08:06:24.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
08:06:24 [2022-08-26T08:06:24.798Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
08:06:26 [2022-08-26T08:06:26.693Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
08:06:27 [2022-08-26T08:06:27.621Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
08:06:28 [2022-08-26T08:06:28.988Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
08:06:28 [2022-08-26T08:06:28.988Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
08:06:30 [2022-08-26T08:06:30.354Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
08:06:30 [2022-08-26T08:06:30.354Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
08:06:33 [2022-08-26T08:06:33.625Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
08:06:33 [2022-08-26T08:06:33.881Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
08:06:36 [2022-08-26T08:06:36.404Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
08:06:37 [2022-08-26T08:06:37.772Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
08:06:37 [2022-08-26T08:06:37.772Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
08:06:39 [2022-08-26T08:06:39.663Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
08:06:39 [2022-08-26T08:06:39.919Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
08:06:41 [2022-08-26T08:06:41.285Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
08:06:43 [2022-08-26T08:06:43.177Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
08:06:43 [2022-08-26T08:06:43.177Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.78s)
08:06:43 [2022-08-26T08:06:43.177Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.22s)
08:06:43 [2022-08-26T08:06:43.177Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.17s)
08:06:43 [2022-08-26T08:06:43.177Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.25s)
08:06:43 [2022-08-26T08:06:43.177Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.30s)
08:06:43 [2022-08-26T08:06:43.177Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.37s)
08:06:43 [2022-08-26T08:06:43.177Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.46s)
08:06:43 [2022-08-26T08:06:43.177Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.56s)
08:06:43 [2022-08-26T08:06:43.177Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.14s)
08:06:43 [2022-08-26T08:06:43.177Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.68s)
08:06:43 [2022-08-26T08:06:43.177Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.13s)
08:06:43 [2022-08-26T08:06:43.177Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.87s)
08:06:43 [2022-08-26T08:06:43.177Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.07s)
08:06:43 [2022-08-26T08:06:43.177Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.79s)
08:06:43 [2022-08-26T08:06:43.177Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.85s)
08:06:43 [2022-08-26T08:06:43.177Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.62s)
08:06:43 [2022-08-26T08:06:43.177Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
08:06:43 [2022-08-26T08:06:43.177Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
08:06:44 [2022-08-26T08:06:44.107Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
08:06:45 [2022-08-26T08:06:45.036Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.89s)
08:06:45 [2022-08-26T08:06:45.036Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.93s)
08:06:45 [2022-08-26T08:06:45.036Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.95s)
08:06:45 [2022-08-26T08:06:45.036Z] === RUN   TestCgroupNamespacesRun
08:06:45 [2022-08-26T08:06:45.966Z] --- PASS: TestCgroupNamespacesRun (1.18s)
08:06:45 [2022-08-26T08:06:45.966Z] === RUN   TestCgroupNamespacesRunPrivileged
08:06:45 [2022-08-26T08:06:45.966Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
08:06:45 [2022-08-26T08:06:45.966Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
08:06:45 [2022-08-26T08:06:45.966Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
08:06:47 [2022-08-26T08:06:47.332Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.25s)
08:06:47 [2022-08-26T08:06:47.332Z] === RUN   TestCgroupNamespacesRunHostMode
08:06:48 [2022-08-26T08:06:48.697Z] --- PASS: TestCgroupNamespacesRunHostMode (1.17s)
08:06:48 [2022-08-26T08:06:48.697Z] === RUN   TestCgroupNamespacesRunPrivateMode
08:06:49 [2022-08-26T08:06:49.628Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.16s)
08:06:49 [2022-08-26T08:06:49.628Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
08:06:50 [2022-08-26T08:06:50.994Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.15s)
08:06:50 [2022-08-26T08:06:50.994Z] === RUN   TestCgroupNamespacesRunInvalidMode
08:06:51 [2022-08-26T08:06:51.557Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s)
08:06:51 [2022-08-26T08:06:51.557Z] === RUN   TestCgroupNamespacesRunOlderClient
08:06:52 [2022-08-26T08:06:52.924Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.21s)
08:06:52 [2022-08-26T08:06:52.924Z] === RUN   TestNISDomainname
08:06:53 [2022-08-26T08:06:53.181Z] --- PASS: TestNISDomainname (0.56s)
08:06:53 [2022-08-26T08:06:53.181Z] === RUN   TestHostnameDnsResolution
08:06:53 [2022-08-26T08:06:53.745Z] --- PASS: TestHostnameDnsResolution (0.65s)
08:06:53 [2022-08-26T08:06:53.745Z] === RUN   TestUnprivilegedPortsAndPing
08:06:54 [2022-08-26T08:06:54.310Z] --- PASS: TestUnprivilegedPortsAndPing (0.57s)
08:06:54 [2022-08-26T08:06:54.310Z] === RUN   TestPrivilegedHostDevices
08:06:54 [2022-08-26T08:06:54.872Z] --- PASS: TestPrivilegedHostDevices (0.52s)
08:06:54 [2022-08-26T08:06:54.873Z] === RUN   TestRunConsoleSize
08:06:55 [2022-08-26T08:06:55.436Z] --- PASS: TestRunConsoleSize (0.44s)
08:06:55 [2022-08-26T08:06:55.436Z] === RUN   TestRunWithAlternativeContainerdShim
08:06:57 [2022-08-26T08:06:57.327Z] --- PASS: TestRunWithAlternativeContainerdShim (2.02s)
08:06:57 [2022-08-26T08:06:57.327Z] === RUN   TestStats
08:06:59 [2022-08-26T08:06:59.843Z] --- PASS: TestStats (2.51s)
08:06:59 [2022-08-26T08:06:59.843Z] === RUN   TestStopContainerWithTimeout
08:06:59 [2022-08-26T08:06:59.843Z] === RUN   TestStopContainerWithTimeout/0
08:06:59 [2022-08-26T08:06:59.843Z] === PAUSE TestStopContainerWithTimeout/0
08:06:59 [2022-08-26T08:06:59.843Z] === RUN   TestStopContainerWithTimeout/1
08:06:59 [2022-08-26T08:06:59.843Z] === PAUSE TestStopContainerWithTimeout/1
08:06:59 [2022-08-26T08:06:59.843Z] === RUN   TestStopContainerWithTimeout/3
08:06:59 [2022-08-26T08:06:59.843Z] === PAUSE TestStopContainerWithTimeout/3
08:06:59 [2022-08-26T08:06:59.843Z] === RUN   TestStopContainerWithTimeout/-1
08:06:59 [2022-08-26T08:06:59.843Z] === PAUSE TestStopContainerWithTimeout/-1
08:06:59 [2022-08-26T08:06:59.843Z] === CONT  TestStopContainerWithTimeout/0
08:06:59 [2022-08-26T08:06:59.843Z] === CONT  TestStopContainerWithTimeout/3
08:07:00 [2022-08-26T08:07:00.772Z] === CONT  TestStopContainerWithTimeout/-1
08:07:02 [2022-08-26T08:07:02.661Z] === CONT  TestStopContainerWithTimeout/1
08:07:04 [2022-08-26T08:07:04.031Z] --- PASS: TestStopContainerWithTimeout (0.01s)
08:07:04 [2022-08-26T08:07:04.031Z]     --- PASS: TestStopContainerWithTimeout/0 (0.71s)
08:07:04 [2022-08-26T08:07:04.031Z]     --- PASS: TestStopContainerWithTimeout/3 (2.73s)
08:07:04 [2022-08-26T08:07:04.031Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.37s)
08:07:04 [2022-08-26T08:07:04.031Z]     --- PASS: TestStopContainerWithTimeout/1 (1.46s)
08:07:04 [2022-08-26T08:07:04.031Z] === RUN   TestDeleteDevicemapper
08:07:04 [2022-08-26T08:07:04.031Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
08:07:04 [2022-08-26T08:07:04.031Z] --- SKIP: TestDeleteDevicemapper (0.00s)
08:07:04 [2022-08-26T08:07:04.031Z] === RUN   TestStopContainerWithRestartPolicyAlways
08:07:05 [2022-08-26T08:07:05.923Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.63s)
08:07:05 [2022-08-26T08:07:05.923Z] === RUN   TestUpdateMemory
08:07:06 [2022-08-26T08:07:06.488Z] --- PASS: TestUpdateMemory (0.57s)
08:07:06 [2022-08-26T08:07:06.488Z] === RUN   TestUpdateCPUQuota
08:07:07 [2022-08-26T08:07:07.417Z] --- PASS: TestUpdateCPUQuota (0.97s)
08:07:07 [2022-08-26T08:07:07.417Z] === RUN   TestUpdatePidsLimit
08:07:07 [2022-08-26T08:07:07.417Z] === RUN   TestUpdatePidsLimit/update_from_none
08:07:07 [2022-08-26T08:07:07.417Z] === RUN   TestUpdatePidsLimit/no_change
08:07:07 [2022-08-26T08:07:07.673Z] === RUN   TestUpdatePidsLimit/update_lower
08:07:07 [2022-08-26T08:07:07.929Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
08:07:08 [2022-08-26T08:07:08.185Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
08:07:08 [2022-08-26T08:07:08.441Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
08:07:08 [2022-08-26T08:07:08.697Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
08:07:09 [2022-08-26T08:07:09.304Z] --- PASS: TestUpdatePidsLimit (2.02s)
08:07:09 [2022-08-26T08:07:09.304Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.22s)
08:07:09 [2022-08-26T08:07:09.304Z]     --- PASS: TestUpdatePidsLimit/no_change (0.22s)
08:07:09 [2022-08-26T08:07:09.304Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.22s)
08:07:09 [2022-08-26T08:07:09.304Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s)
08:07:09 [2022-08-26T08:07:09.304Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.23s)
08:07:09 [2022-08-26T08:07:09.304Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.19s)
08:07:09 [2022-08-26T08:07:09.304Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s)
08:07:09 [2022-08-26T08:07:09.304Z] === RUN   TestUpdateRestartPolicy
08:07:21 [2022-08-26T08:07:21.521Z] --- PASS: TestUpdateRestartPolicy (11.12s)
08:07:21 [2022-08-26T08:07:21.521Z] === RUN   TestUpdateRestartWithAutoRemove
08:07:21 [2022-08-26T08:07:21.521Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s)
08:07:21 [2022-08-26T08:07:21.521Z] === RUN   TestWaitNonBlocked
08:07:21 [2022-08-26T08:07:21.521Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
08:07:21 [2022-08-26T08:07:21.521Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
08:07:21 [2022-08-26T08:07:21.521Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
08:07:21 [2022-08-26T08:07:21.521Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
08:07:21 [2022-08-26T08:07:21.521Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
08:07:21 [2022-08-26T08:07:21.521Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
08:07:21 [2022-08-26T08:07:21.777Z] --- PASS: TestWaitNonBlocked (0.01s)
08:07:21 [2022-08-26T08:07:21.777Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.75s)
08:07:21 [2022-08-26T08:07:21.777Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.77s)
08:07:21 [2022-08-26T08:07:21.777Z] === RUN   TestWaitBlocked
08:07:21 [2022-08-26T08:07:21.777Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
08:07:21 [2022-08-26T08:07:21.777Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
08:07:21 [2022-08-26T08:07:21.777Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
08:07:21 [2022-08-26T08:07:21.777Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
08:07:21 [2022-08-26T08:07:21.777Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
08:07:21 [2022-08-26T08:07:21.777Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
08:07:22 [2022-08-26T08:07:22.340Z] --- PASS: TestWaitBlocked (0.01s)
08:07:22 [2022-08-26T08:07:22.340Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.65s)
08:07:22 [2022-08-26T08:07:22.340Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.67s)
08:07:22 [2022-08-26T08:07:22.340Z] === RUN   TestWaitConditions
08:07:22 [2022-08-26T08:07:22.340Z] === RUN   TestWaitConditions/default
08:07:22 [2022-08-26T08:07:22.340Z] === PAUSE TestWaitConditions/default
08:07:22 [2022-08-26T08:07:22.340Z] === RUN   TestWaitConditions/not-running
08:07:22 [2022-08-26T08:07:22.340Z] === PAUSE TestWaitConditions/not-running
08:07:22 [2022-08-26T08:07:22.340Z] === RUN   TestWaitConditions/next-exit
08:07:22 [2022-08-26T08:07:22.340Z] === PAUSE TestWaitConditions/next-exit
08:07:22 [2022-08-26T08:07:22.340Z] === RUN   TestWaitConditions/removed
08:07:22 [2022-08-26T08:07:22.340Z] === PAUSE TestWaitConditions/removed
08:07:22 [2022-08-26T08:07:22.340Z] === CONT  TestWaitConditions/default
08:07:22 [2022-08-26T08:07:22.340Z] === CONT  TestWaitConditions/next-exit
08:07:22 [2022-08-26T08:07:22.340Z] === CONT  TestWaitConditions/default
08:07:22 [2022-08-26T08:07:22.340Z]     wait_test.go:146: ContainerID = 37728df66dc5d2fffef666ab8cbec683e10efc41537018da7db18681bad8fcad
08:07:22 [2022-08-26T08:07:22.340Z] === CONT  TestWaitConditions/next-exit
08:07:22 [2022-08-26T08:07:22.340Z]     wait_test.go:146: ContainerID = 44382c2ee94121809e5b1ac3945725b505dcda9aaf25aecbebf04602be70c2ae
08:07:22 [2022-08-26T08:07:22.903Z] === CONT  TestWaitConditions/removed
08:07:22 [2022-08-26T08:07:22.903Z]     wait_test.go:146: ContainerID = 97350a6ddbb4c24d212013779e33232ffe4f4515e5051384a3faf3c5cab43e79
08:07:23 [2022-08-26T08:07:23.159Z] === CONT  TestWaitConditions/not-running
08:07:23 [2022-08-26T08:07:23.159Z]     wait_test.go:146: ContainerID = 591f5183c2add1cb2e4aef95014f56db02299a730c593967da2bace60098da60
08:07:23 [2022-08-26T08:07:23.722Z] --- PASS: TestWaitConditions (0.02s)
08:07:23 [2022-08-26T08:07:23.722Z]     --- PASS: TestWaitConditions/next-exit (0.62s)
08:07:23 [2022-08-26T08:07:23.722Z]     --- PASS: TestWaitConditions/default (0.81s)
08:07:23 [2022-08-26T08:07:23.722Z]     --- PASS: TestWaitConditions/removed (0.83s)
08:07:23 [2022-08-26T08:07:23.722Z]     --- PASS: TestWaitConditions/not-running (0.65s)
08:07:23 [2022-08-26T08:07:23.722Z] === RUN   TestWaitRestartedContainer
08:07:23 [2022-08-26T08:07:23.722Z] === RUN   TestWaitRestartedContainer/default
08:07:23 [2022-08-26T08:07:23.722Z] === PAUSE TestWaitRestartedContainer/default
08:07:23 [2022-08-26T08:07:23.722Z] === RUN   TestWaitRestartedContainer/not-running
08:07:23 [2022-08-26T08:07:23.722Z] === PAUSE TestWaitRestartedContainer/not-running
08:07:23 [2022-08-26T08:07:23.722Z] === RUN   TestWaitRestartedContainer/next-exit
08:07:23 [2022-08-26T08:07:23.722Z] === PAUSE TestWaitRestartedContainer/next-exit
08:07:23 [2022-08-26T08:07:23.722Z] === CONT  TestWaitRestartedContainer/default
08:07:23 [2022-08-26T08:07:23.722Z] === CONT  TestWaitRestartedContainer/next-exit
08:07:25 [2022-08-26T08:07:25.612Z] === CONT  TestWaitRestartedContainer/not-running
08:07:26 [2022-08-26T08:07:26.176Z] --- PASS: TestWaitRestartedContainer (0.02s)
08:07:26 [2022-08-26T08:07:26.176Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.43s)
08:07:26 [2022-08-26T08:07:26.176Z]     --- PASS: TestWaitRestartedContainer/default (1.47s)
08:07:26 [2022-08-26T08:07:26.176Z]     --- PASS: TestWaitRestartedContainer/not-running (0.90s)
08:07:26 [2022-08-26T08:07:26.176Z] === CONT  TestContainerStartOnDaemonRestart
08:07:26 [2022-08-26T08:07:26.176Z] === CONT  TestRestartDaemonWithRestartingContainer
08:07:28 [2022-08-26T08:07:28.695Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.40s)
08:07:28 [2022-08-26T08:07:28.695Z] === CONT  TestIpcModeOlderClient
08:07:28 [2022-08-26T08:07:28.695Z] --- PASS: TestContainerStartOnDaemonRestart (2.48s)
08:07:28 [2022-08-26T08:07:28.695Z] === CONT  TestContainerKillOnDaemonStart
08:07:28 [2022-08-26T08:07:28.695Z] --- PASS: TestIpcModeOlderClient (0.12s)
08:07:28 [2022-08-26T08:07:28.695Z] === CONT  TestDaemonHostGatewayIP
08:07:31 [2022-08-26T08:07:31.214Z] --- PASS: TestDaemonHostGatewayIP (2.60s)
08:07:31 [2022-08-26T08:07:31.214Z] === CONT  TestDaemonRestartIpcMode
08:07:33 [2022-08-26T08:07:33.731Z] --- PASS: TestDaemonRestartIpcMode (2.23s)
08:07:41 [2022-08-26T08:07:41.815Z] --- PASS: TestContainerKillOnDaemonStart (11.99s)
08:07:41 [2022-08-26T08:07:41.815Z] PASS
08:07:41 [2022-08-26T08:07:41.815Z] 
08:07:41 [2022-08-26T08:07:41.815Z] === Skipped
08:07:41 [2022-08-26T08:07:41.815Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
08:07:41 [2022-08-26T08:07:41.815Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
08:07:41 [2022-08-26T08:07:41.815Z] 
08:07:41 [2022-08-26T08:07:41.815Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
08:07:41 [2022-08-26T08:07:41.815Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
08:07:41 [2022-08-26T08:07:41.815Z] 
08:07:41 [2022-08-26T08:07:41.815Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
08:07:41 [2022-08-26T08:07:41.815Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
08:07:41 [2022-08-26T08:07:41.815Z] 
08:07:41 [2022-08-26T08:07:41.815Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
08:07:41 [2022-08-26T08:07:41.815Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
08:07:41 [2022-08-26T08:07:41.815Z] 
08:07:41 [2022-08-26T08:07:41.815Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
08:07:41 [2022-08-26T08:07:41.815Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
08:07:41 [2022-08-26T08:07:41.815Z] 
08:07:41 [2022-08-26T08:07:41.815Z] DONE 273 tests, 5 skipped in 147.645s
08:07:41 [2022-08-26T08:07:41.815Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
08:07:41 [2022-08-26T08:07:41.815Z] === RUN   TestConfigDaemonLibtrustID
08:07:41 [2022-08-26T08:07:41.815Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
08:07:41 [2022-08-26T08:07:41.815Z] === RUN   TestConfigDaemonID
08:07:42 [2022-08-26T08:07:42.378Z]     daemon_test.go:83: [d87cb6affc7fa] daemon is not started
08:07:42 [2022-08-26T08:07:42.378Z] --- PASS: TestConfigDaemonID (1.04s)
08:07:42 [2022-08-26T08:07:42.378Z] === RUN   TestDaemonConfigValidation
08:07:42 [2022-08-26T08:07:42.378Z] === RUN   TestDaemonConfigValidation/config_with_no_content
08:07:42 [2022-08-26T08:07:42.378Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
08:07:42 [2022-08-26T08:07:42.378Z] === RUN   TestDaemonConfigValidation/config_with_{}
08:07:42 [2022-08-26T08:07:42.378Z] === PAUSE TestDaemonConfigValidation/config_with_{}
08:07:42 [2022-08-26T08:07:42.378Z] === RUN   TestDaemonConfigValidation/invalid_config
08:07:42 [2022-08-26T08:07:42.378Z] === PAUSE TestDaemonConfigValidation/invalid_config
08:07:42 [2022-08-26T08:07:42.378Z] === RUN   TestDaemonConfigValidation/malformed_config
08:07:42 [2022-08-26T08:07:42.378Z] === PAUSE TestDaemonConfigValidation/malformed_config
08:07:42 [2022-08-26T08:07:42.378Z] === RUN   TestDaemonConfigValidation/valid_config
08:07:42 [2022-08-26T08:07:42.378Z] === PAUSE TestDaemonConfigValidation/valid_config
08:07:42 [2022-08-26T08:07:42.378Z] === CONT  TestDaemonConfigValidation/config_with_no_content
08:07:42 [2022-08-26T08:07:42.378Z] === CONT  TestDaemonConfigValidation/malformed_config
08:07:42 [2022-08-26T08:07:42.378Z] === CONT  TestDaemonConfigValidation/invalid_config
08:07:42 [2022-08-26T08:07:42.378Z] === CONT  TestDaemonConfigValidation/config_with_{}
08:07:42 [2022-08-26T08:07:42.378Z] === CONT  TestDaemonConfigValidation/valid_config
08:07:42 [2022-08-26T08:07:42.378Z] --- PASS: TestDaemonConfigValidation (0.00s)
08:07:42 [2022-08-26T08:07:42.378Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s)
08:07:42 [2022-08-26T08:07:42.378Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.09s)
08:07:42 [2022-08-26T08:07:42.378Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.09s)
08:07:42 [2022-08-26T08:07:42.378Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s)
08:07:42 [2022-08-26T08:07:42.378Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.05s)
08:07:42 [2022-08-26T08:07:42.378Z] === RUN   TestConfigDaemonSeccompProfiles
08:07:42 [2022-08-26T08:07:42.378Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
08:07:43 [2022-08-26T08:07:43.744Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
08:07:44 [2022-08-26T08:07:44.672Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
08:07:45 [2022-08-26T08:07:45.601Z] === CONT  TestConfigDaemonSeccompProfiles
08:07:45 [2022-08-26T08:07:45.601Z]     daemon_test.go:197: [d433c11dd97a6] daemon is not started
08:07:45 [2022-08-26T08:07:45.601Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s)
08:07:45 [2022-08-26T08:07:45.601Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.03s)
08:07:45 [2022-08-26T08:07:45.601Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.03s)
08:07:45 [2022-08-26T08:07:45.601Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
08:07:45 [2022-08-26T08:07:45.601Z] === RUN   TestDaemonProxy
08:07:45 [2022-08-26T08:07:45.601Z] === RUN   TestDaemonProxy/environment_variables
08:07:47 [2022-08-26T08:07:47.490Z] === RUN   TestDaemonProxy/command-line_options
08:07:49 [2022-08-26T08:07:49.378Z] === RUN   TestDaemonProxy/configuration_file
08:07:50 [2022-08-26T08:07:50.744Z] === RUN   TestDaemonProxy/conflicting_options
08:07:51 [2022-08-26T08:07:51.306Z] === RUN   TestDaemonProxy/reload_sanitized
08:07:51 [2022-08-26T08:07:51.868Z] --- PASS: TestDaemonProxy (6.20s)
08:07:51 [2022-08-26T08:07:51.868Z]     --- PASS: TestDaemonProxy/environment_variables (1.72s)
08:07:51 [2022-08-26T08:07:51.868Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
08:07:51 [2022-08-26T08:07:51.868Z]     --- PASS: TestDaemonProxy/configuration_file (1.72s)
08:07:51 [2022-08-26T08:07:51.868Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
08:07:51 [2022-08-26T08:07:51.868Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
08:07:51 [2022-08-26T08:07:51.868Z] PASS
08:07:51 [2022-08-26T08:07:51.868Z] 
08:07:51 [2022-08-26T08:07:51.868Z] DONE 18 tests in 11.119s
08:07:51 [2022-08-26T08:07:51.868Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
08:07:51 [2022-08-26T08:07:51.868Z] INFO: Testing against a local daemon
08:07:51 [2022-08-26T08:07:51.868Z] === RUN   TestCommitInheritsEnv
08:07:52 [2022-08-26T08:07:52.125Z] --- PASS: TestCommitInheritsEnv (0.29s)
08:07:52 [2022-08-26T08:07:52.125Z] === RUN   TestImportExtremelyLargeImageWorks
08:07:52 [2022-08-26T08:07:52.125Z] === PAUSE TestImportExtremelyLargeImageWorks
08:07:52 [2022-08-26T08:07:52.125Z] === RUN   TestImportWithCustomPlatform
08:07:52 [2022-08-26T08:07:52.125Z] === RUN   TestImportWithCustomPlatform/#00
08:07:52 [2022-08-26T08:07:52.125Z] === RUN   TestImportWithCustomPlatform/_______
08:07:52 [2022-08-26T08:07:52.125Z] === RUN   TestImportWithCustomPlatform//
08:07:52 [2022-08-26T08:07:52.125Z] === RUN   TestImportWithCustomPlatform/linux
08:07:52 [2022-08-26T08:07:52.381Z] === RUN   TestImportWithCustomPlatform/LINUX
08:07:52 [2022-08-26T08:07:52.381Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
08:07:52 [2022-08-26T08:07:52.381Z] === RUN   TestImportWithCustomPlatform/macos
08:07:52 [2022-08-26T08:07:52.381Z] === RUN   TestImportWithCustomPlatform/macos/arm64
08:07:52 [2022-08-26T08:07:52.381Z] === RUN   TestImportWithCustomPlatform/nintendo64
08:07:52 [2022-08-26T08:07:52.381Z] --- PASS: TestImportWithCustomPlatform (0.33s)
08:07:52 [2022-08-26T08:07:52.381Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.08s)
08:07:52 [2022-08-26T08:07:52.381Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
08:07:52 [2022-08-26T08:07:52.381Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
08:07:52 [2022-08-26T08:07:52.381Z]     --- PASS: TestImportWithCustomPlatform/linux (0.08s)
08:07:52 [2022-08-26T08:07:52.381Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
08:07:52 [2022-08-26T08:07:52.381Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
08:07:52 [2022-08-26T08:07:52.381Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
08:07:52 [2022-08-26T08:07:52.381Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
08:07:52 [2022-08-26T08:07:52.381Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
08:07:52 [2022-08-26T08:07:52.381Z] === RUN   TestImagesFilterMultiReference
08:07:52 [2022-08-26T08:07:52.637Z] --- PASS: TestImagesFilterMultiReference (0.05s)
08:07:52 [2022-08-26T08:07:52.637Z] === RUN   TestImagePullPlatformInvalid
08:07:52 [2022-08-26T08:07:52.637Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
08:07:52 [2022-08-26T08:07:52.637Z] === RUN   TestRemoveImageOrphaning
08:07:52 [2022-08-26T08:07:52.894Z] --- PASS: TestRemoveImageOrphaning (0.32s)
08:07:52 [2022-08-26T08:07:52.894Z] === RUN   TestRemoveImageGarbageCollector
08:07:53 [2022-08-26T08:07:53.456Z] time="2022-08-26T08:07:53Z" level=info msg="[graphdriver] trying configured driver: overlay2"
08:07:54 [2022-08-26T08:07:54.822Z] --- PASS: TestRemoveImageGarbageCollector (1.87s)
08:07:54 [2022-08-26T08:07:54.822Z] === RUN   TestTagUnprefixedRepoByNameOrName
08:07:54 [2022-08-26T08:07:54.822Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
08:07:54 [2022-08-26T08:07:54.822Z] === RUN   TestTagInvalidReference
08:07:54 [2022-08-26T08:07:54.822Z] --- PASS: TestTagInvalidReference (0.01s)
08:07:54 [2022-08-26T08:07:54.822Z] === RUN   TestTagValidPrefixedRepo
08:07:54 [2022-08-26T08:07:54.822Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
08:07:54 [2022-08-26T08:07:54.822Z] === RUN   TestTagExistedNameWithoutForce
08:07:54 [2022-08-26T08:07:54.822Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
08:07:54 [2022-08-26T08:07:54.822Z] === RUN   TestTagOfficialNames
08:07:54 [2022-08-26T08:07:54.822Z] --- PASS: TestTagOfficialNames (0.06s)
08:07:54 [2022-08-26T08:07:54.822Z] === RUN   TestTagMatchesDigest
08:07:54 [2022-08-26T08:07:54.822Z] --- PASS: TestTagMatchesDigest (0.01s)
08:07:54 [2022-08-26T08:07:54.822Z] === CONT  TestImportExtremelyLargeImageWorks
08:09:31 [2022-08-26T08:09:31.212Z] --- PASS: TestImportExtremelyLargeImageWorks (91.81s)
08:09:31 [2022-08-26T08:09:31.212Z] PASS
08:09:31 [2022-08-26T08:09:31.212Z] 
08:09:31 [2022-08-26T08:09:31.212Z] DONE 22 tests in 94.938s
08:09:31 [2022-08-26T08:09:31.212Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
08:09:31 [2022-08-26T08:09:31.212Z] === RUN   TestStripANSICommands
08:09:31 [2022-08-26T08:09:31.212Z] === RUN   TestStripANSICommands/#00
08:09:31 [2022-08-26T08:09:31.212Z] === RUN   TestStripANSICommands/#01
08:09:31 [2022-08-26T08:09:31.212Z] --- PASS: TestStripANSICommands (0.00s)
08:09:31 [2022-08-26T08:09:31.212Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
08:09:31 [2022-08-26T08:09:31.212Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
08:09:31 [2022-08-26T08:09:31.212Z] PASS
08:09:31 [2022-08-26T08:09:31.212Z] 
08:09:31 [2022-08-26T08:09:31.212Z] DONE 3 tests in 0.009s
08:09:31 [2022-08-26T08:09:31.212Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
08:09:31 [2022-08-26T08:09:31.212Z] INFO: Testing against a local daemon
08:09:31 [2022-08-26T08:09:31.212Z] === RUN   TestNetworkCreateDelete
08:09:31 [2022-08-26T08:09:31.212Z] --- PASS: TestNetworkCreateDelete (0.13s)
08:09:31 [2022-08-26T08:09:31.212Z] === RUN   TestDockerNetworkDeletePreferID
08:09:31 [2022-08-26T08:09:31.212Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s)
08:09:31 [2022-08-26T08:09:31.212Z] === RUN   TestDaemonDNSFallback
08:09:33 [2022-08-26T08:09:33.726Z] --- PASS: TestDaemonDNSFallback (6.31s)
08:09:33 [2022-08-26T08:09:33.726Z] === RUN   TestInspectNetwork
08:09:36 [2022-08-26T08:09:36.996Z] === RUN   TestInspectNetwork/full_network_id
08:09:36 [2022-08-26T08:09:36.996Z] === RUN   TestInspectNetwork/partial_network_id
08:09:36 [2022-08-26T08:09:36.996Z] === RUN   TestInspectNetwork/network_name
08:09:36 [2022-08-26T08:09:36.996Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
08:09:41 [2022-08-26T08:09:41.162Z] --- PASS: TestInspectNetwork (7.21s)
08:09:41 [2022-08-26T08:09:41.162Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
08:09:41 [2022-08-26T08:09:41.162Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
08:09:41 [2022-08-26T08:09:41.162Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
08:09:41 [2022-08-26T08:09:41.162Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
08:09:41 [2022-08-26T08:09:41.162Z] === RUN   TestRunContainerWithBridgeNone
08:09:42 [2022-08-26T08:09:42.528Z] --- PASS: TestRunContainerWithBridgeNone (1.57s)
08:09:42 [2022-08-26T08:09:42.528Z] === RUN   TestNetworkInvalidJSON
08:09:42 [2022-08-26T08:09:42.528Z] === RUN   TestNetworkInvalidJSON/networks/create
08:09:42 [2022-08-26T08:09:42.528Z] === PAUSE TestNetworkInvalidJSON/networks/create
08:09:42 [2022-08-26T08:09:42.528Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
08:09:42 [2022-08-26T08:09:42.528Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
08:09:42 [2022-08-26T08:09:42.528Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
08:09:42 [2022-08-26T08:09:42.528Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
08:09:42 [2022-08-26T08:09:42.528Z] === CONT  TestNetworkInvalidJSON/networks/create
08:09:42 [2022-08-26T08:09:42.528Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
08:09:42 [2022-08-26T08:09:42.528Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
08:09:42 [2022-08-26T08:09:42.528Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
08:09:42 [2022-08-26T08:09:42.528Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
08:09:42 [2022-08-26T08:09:42.528Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
08:09:42 [2022-08-26T08:09:42.528Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
08:09:42 [2022-08-26T08:09:42.528Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
08:09:42 [2022-08-26T08:09:42.528Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
08:09:42 [2022-08-26T08:09:42.528Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
08:09:42 [2022-08-26T08:09:42.528Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
08:09:42 [2022-08-26T08:09:42.528Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
08:09:42 [2022-08-26T08:09:42.528Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
08:09:42 [2022-08-26T08:09:42.528Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
08:09:42 [2022-08-26T08:09:42.528Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
08:09:42 [2022-08-26T08:09:42.528Z] --- PASS: TestNetworkInvalidJSON (0.01s)
08:09:42 [2022-08-26T08:09:42.528Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
08:09:42 [2022-08-26T08:09:42.528Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
08:09:42 [2022-08-26T08:09:42.528Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
08:09:42 [2022-08-26T08:09:42.528Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
08:09:42 [2022-08-26T08:09:42.528Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
08:09:42 [2022-08-26T08:09:42.528Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
08:09:42 [2022-08-26T08:09:42.528Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
08:09:42 [2022-08-26T08:09:42.528Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
08:09:42 [2022-08-26T08:09:42.528Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
08:09:42 [2022-08-26T08:09:42.528Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
08:09:42 [2022-08-26T08:09:42.528Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.01s)
08:09:42 [2022-08-26T08:09:42.528Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
08:09:42 [2022-08-26T08:09:42.528Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
08:09:42 [2022-08-26T08:09:42.528Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
08:09:42 [2022-08-26T08:09:42.528Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
08:09:42 [2022-08-26T08:09:42.528Z] === RUN   TestNetworkList
08:09:42 [2022-08-26T08:09:42.528Z] === RUN   TestNetworkList//networks
08:09:42 [2022-08-26T08:09:42.528Z] === PAUSE TestNetworkList//networks
08:09:42 [2022-08-26T08:09:42.528Z] === RUN   TestNetworkList//networks/
08:09:42 [2022-08-26T08:09:42.528Z] === PAUSE TestNetworkList//networks/
08:09:42 [2022-08-26T08:09:42.528Z] === CONT  TestNetworkList//networks
08:09:42 [2022-08-26T08:09:42.528Z] === CONT  TestNetworkList//networks/
08:09:42 [2022-08-26T08:09:42.528Z] --- PASS: TestNetworkList (0.01s)
08:09:42 [2022-08-26T08:09:42.528Z]     --- PASS: TestNetworkList//networks/ (0.00s)
08:09:42 [2022-08-26T08:09:42.528Z]     --- PASS: TestNetworkList//networks (0.00s)
08:09:42 [2022-08-26T08:09:42.528Z] === RUN   TestHostIPv4BridgeLabel
08:09:43 [2022-08-26T08:09:43.090Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
08:09:43 [2022-08-26T08:09:43.091Z] === RUN   TestDaemonRestartWithLiveRestore
08:09:44 [2022-08-26T08:09:44.019Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
08:09:44 [2022-08-26T08:09:44.019Z] === RUN   TestDaemonDefaultNetworkPools
08:09:44 [2022-08-26T08:09:44.581Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s)
08:09:44 [2022-08-26T08:09:44.581Z] === RUN   TestDaemonRestartWithExistingNetwork
08:09:45 [2022-08-26T08:09:45.948Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
08:09:45 [2022-08-26T08:09:45.948Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
08:09:47 [2022-08-26T08:09:47.338Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.26s)
08:09:47 [2022-08-26T08:09:47.338Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
08:09:47 [2022-08-26T08:09:47.601Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
08:09:47 [2022-08-26T08:09:47.601Z] === RUN   TestServiceWithPredefinedNetwork
08:09:50 [2022-08-26T08:09:50.118Z] --- PASS: TestServiceWithPredefinedNetwork (2.29s)
08:09:50 [2022-08-26T08:09:50.118Z] === RUN   TestServiceRemoveKeepsIngressNetwork
08:09:50 [2022-08-26T08:09:50.118Z]     service_test.go:243: FLAKY_TEST
08:09:50 [2022-08-26T08:09:50.118Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
08:09:50 [2022-08-26T08:09:50.118Z] === RUN   TestServiceWithDataPathPortInit
08:10:12 [2022-08-26T08:10:12.003Z] --- PASS: TestServiceWithDataPathPortInit (20.68s)
08:10:12 [2022-08-26T08:10:12.003Z] === RUN   TestServiceWithDefaultAddressPoolInit
08:10:13 [2022-08-26T08:10:13.369Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:g0wi0omtr91jl8koso63tz9t8 Created:2022-08-26 08:10:12.045108306 +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[920a8ae1081c1b78677168891bcfee34bd4ebc34e51a4425ad06e7c77094739d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rp7fo5812jf8tk9cr9n27eph6 EndpointID:33afdd3a89d35ffc0649e8508da0d1b1050133405affc3470ac7f3160bcd517c MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:8d39041420c99abf91cbd5a64e8a3629242ee4d82afec60d97801fb164354b6d 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:8e5a8fe3ab75 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rp7fo5812jf8tk9cr9n27eph6 EndpointID:33afdd3a89d35ffc0649e8508da0d1b1050133405affc3470ac7f3160bcd517c EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
08:10:18 [2022-08-26T08:10:18.613Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.09s)
08:10:18 [2022-08-26T08:10:18.613Z] PASS
08:10:18 [2022-08-26T08:10:18.613Z] 
08:10:18 [2022-08-26T08:10:18.613Z] === Skipped
08:10:18 [2022-08-26T08:10:18.613Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
08:10:18 [2022-08-26T08:10:18.613Z]     service_test.go:243: FLAKY_TEST
08:10:18 [2022-08-26T08:10:18.613Z] 
08:10:18 [2022-08-26T08:10:18.613Z] DONE 38 tests, 1 skipped in 50.989s
08:10:18 [2022-08-26T08:10:18.613Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
08:10:18 [2022-08-26T08:10:18.613Z] INFO: Testing against a local daemon
08:10:18 [2022-08-26T08:10:18.613Z] === RUN   TestDockerNetworkIpvlanPersistance
08:10:18 [2022-08-26T08:10:18.613Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
08:10:18 [2022-08-26T08:10:18.613Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
08:10:18 [2022-08-26T08:10:18.613Z] === RUN   TestDockerNetworkIpvlan
08:10:18 [2022-08-26T08:10:18.613Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
08:10:18 [2022-08-26T08:10:18.613Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
08:10:18 [2022-08-26T08:10:18.613Z] PASS
08:10:18 [2022-08-26T08:10:18.613Z] 
08:10:18 [2022-08-26T08:10:18.613Z] === Skipped
08:10:18 [2022-08-26T08:10:18.613Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
08:10:18 [2022-08-26T08:10:18.613Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
08:10:18 [2022-08-26T08:10:18.613Z] 
08:10:18 [2022-08-26T08:10:18.613Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
08:10:18 [2022-08-26T08:10:18.613Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
08:10:18 [2022-08-26T08:10:18.613Z] 
08:10:18 [2022-08-26T08:10:18.613Z] DONE 2 tests, 2 skipped in 0.023s
08:10:18 [2022-08-26T08:10:18.613Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
08:10:18 [2022-08-26T08:10:18.613Z] INFO: Testing against a local daemon
08:10:18 [2022-08-26T08:10:18.613Z] === RUN   TestDockerNetworkMacvlanPersistance
08:10:19 [2022-08-26T08:10:19.175Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.28s)
08:10:19 [2022-08-26T08:10:19.175Z] === RUN   TestDockerNetworkMacvlan
08:10:19 [2022-08-26T08:10:19.737Z] === RUN   TestDockerNetworkMacvlan/Subinterface
08:10:20 [2022-08-26T08:10:20.666Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
08:10:21 [2022-08-26T08:10:21.228Z] === RUN   TestDockerNetworkMacvlan/NilParent
08:10:23 [2022-08-26T08:10:23.118Z] === RUN   TestDockerNetworkMacvlan/InternalMode
08:10:25 [2022-08-26T08:10:25.010Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
08:10:28 [2022-08-26T08:10:28.281Z] === RUN   TestDockerNetworkMacvlan/Addressing
08:10:28 [2022-08-26T08:10:28.844Z] --- PASS: TestDockerNetworkMacvlan (9.78s)
08:10:28 [2022-08-26T08:10:28.844Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
08:10:28 [2022-08-26T08:10:28.844Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
08:10:28 [2022-08-26T08:10:28.844Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.87s)
08:10:28 [2022-08-26T08:10:28.844Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.88s)
08:10:28 [2022-08-26T08:10:28.844Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.01s)
08:10:28 [2022-08-26T08:10:28.844Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.60s)
08:10:28 [2022-08-26T08:10:28.844Z] PASS
08:10:28 [2022-08-26T08:10:28.844Z] 
08:10:28 [2022-08-26T08:10:28.844Z] DONE 8 tests in 11.078s
08:10:28 [2022-08-26T08:10:28.844Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
08:10:28 [2022-08-26T08:10:28.844Z] testing: warning: no tests to run
08:10:28 [2022-08-26T08:10:28.844Z] PASS
08:10:28 [2022-08-26T08:10:28.844Z] 
08:10:28 [2022-08-26T08:10:28.844Z] DONE 0 tests in 0.007s
08:10:28 [2022-08-26T08:10:28.844Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
08:10:28 [2022-08-26T08:10:28.844Z] INFO: Testing against a local daemon
08:10:28 [2022-08-26T08:10:28.844Z] === RUN   TestAuthZPluginAllowRequest
08:10:30 [2022-08-26T08:10:30.212Z] --- PASS: TestAuthZPluginAllowRequest (1.14s)
08:10:30 [2022-08-26T08:10:30.212Z] === RUN   TestAuthZPluginTLS
08:10:30 [2022-08-26T08:10:30.774Z] --- PASS: TestAuthZPluginTLS (0.54s)
08:10:30 [2022-08-26T08:10:30.774Z] === RUN   TestAuthZPluginDenyRequest
08:10:31 [2022-08-26T08:10:31.031Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
08:10:31 [2022-08-26T08:10:31.031Z] === RUN   TestAuthZPluginAPIDenyResponse
08:10:31 [2022-08-26T08:10:31.593Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
08:10:31 [2022-08-26T08:10:31.593Z] === RUN   TestAuthZPluginDenyResponse
08:10:32 [2022-08-26T08:10:32.155Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
08:10:32 [2022-08-26T08:10:32.156Z] === RUN   TestAuthZPluginAllowEventStream
08:10:33 [2022-08-26T08:10:33.521Z] --- PASS: TestAuthZPluginAllowEventStream (1.16s)
08:10:33 [2022-08-26T08:10:33.521Z] === RUN   TestAuthZPluginErrorResponse
08:10:33 [2022-08-26T08:10:33.778Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
08:10:33 [2022-08-26T08:10:33.778Z] === RUN   TestAuthZPluginErrorRequest
08:10:34 [2022-08-26T08:10:34.341Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
08:10:34 [2022-08-26T08:10:34.341Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
08:10:34 [2022-08-26T08:10:34.903Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
08:10:34 [2022-08-26T08:10:34.903Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
08:10:36 [2022-08-26T08:10:36.271Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.41s)
08:10:36 [2022-08-26T08:10:36.271Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
08:10:38 [2022-08-26T08:10:38.161Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.48s)
08:10:38 [2022-08-26T08:10:38.161Z] === RUN   TestAuthZPluginHeader
08:10:38 [2022-08-26T08:10:38.417Z] --- PASS: TestAuthZPluginHeader (0.70s)
08:10:38 [2022-08-26T08:10:38.417Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
08:10:43 [2022-08-26T08:10:43.662Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.26s)
08:10:43 [2022-08-26T08:10:43.662Z] === RUN   TestAuthZPluginV2Disable
08:10:46 [2022-08-26T08:10:46.930Z] --- PASS: TestAuthZPluginV2Disable (3.70s)
08:10:46 [2022-08-26T08:10:46.930Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
08:10:50 [2022-08-26T08:10:50.198Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.56s)
08:10:50 [2022-08-26T08:10:50.198Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
08:11:00 [2022-08-26T08:11:00.187Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.48s)
08:11:00 [2022-08-26T08:11:00.187Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
08:11:18 [2022-08-26T08:11:18.231Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s)
08:11:18 [2022-08-26T08:11:18.231Z] PASS
08:11:18 [2022-08-26T08:11:18.231Z] 
08:11:18 [2022-08-26T08:11:18.231Z] DONE 17 tests in 47.502s
08:11:18 [2022-08-26T08:11:18.231Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
08:11:18 [2022-08-26T08:11:18.231Z] INFO: Testing against a local daemon
08:11:18 [2022-08-26T08:11:18.231Z] === RUN   TestPluginInvalidJSON
08:11:18 [2022-08-26T08:11:18.231Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
08:11:18 [2022-08-26T08:11:18.231Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
08:11:18 [2022-08-26T08:11:18.231Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
08:11:18 [2022-08-26T08:11:18.231Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
08:11:18 [2022-08-26T08:11:18.231Z] === RUN   TestPluginInvalidJSON/plugins/pull
08:11:18 [2022-08-26T08:11:18.231Z] === PAUSE TestPluginInvalidJSON/plugins/pull
08:11:18 [2022-08-26T08:11:18.231Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
08:11:18 [2022-08-26T08:11:18.231Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
08:11:18 [2022-08-26T08:11:18.231Z] === CONT  TestPluginInvalidJSON/plugins/pull
08:11:18 [2022-08-26T08:11:18.231Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
08:11:18 [2022-08-26T08:11:18.231Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
08:11:18 [2022-08-26T08:11:18.231Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
08:11:18 [2022-08-26T08:11:18.231Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
08:11:18 [2022-08-26T08:11:18.231Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
08:11:18 [2022-08-26T08:11:18.231Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
08:11:18 [2022-08-26T08:11:18.231Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
08:11:18 [2022-08-26T08:11:18.231Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
08:11:18 [2022-08-26T08:11:18.231Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
08:11:18 [2022-08-26T08:11:18.231Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
08:11:18 [2022-08-26T08:11:18.231Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
08:11:18 [2022-08-26T08:11:18.231Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
08:11:18 [2022-08-26T08:11:18.231Z] --- PASS: TestPluginInvalidJSON (0.01s)
08:11:18 [2022-08-26T08:11:18.231Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s)
08:11:18 [2022-08-26T08:11:18.231Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
08:11:18 [2022-08-26T08:11:18.231Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
08:11:18 [2022-08-26T08:11:18.231Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
08:11:18 [2022-08-26T08:11:18.231Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
08:11:18 [2022-08-26T08:11:18.231Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
08:11:18 [2022-08-26T08:11:18.231Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
08:11:18 [2022-08-26T08:11:18.231Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
08:11:18 [2022-08-26T08:11:18.231Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
08:11:18 [2022-08-26T08:11:18.231Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
08:11:18 [2022-08-26T08:11:18.231Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
08:11:18 [2022-08-26T08:11:18.231Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
08:11:18 [2022-08-26T08:11:18.231Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
08:11:18 [2022-08-26T08:11:18.231Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
08:11:18 [2022-08-26T08:11:18.231Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
08:11:18 [2022-08-26T08:11:18.231Z] === RUN   TestPluginInstall
08:11:18 [2022-08-26T08:11:18.231Z] === RUN   TestPluginInstall/no_auth
08:11:18 [2022-08-26T08:11:18.231Z] time="2022-08-26T08:11:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
08:11:18 [2022-08-26T08:11:18.231Z] time="2022-08-26T08:11:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:10ce47c552fafcd41a280705e009a0bbc1bd5dc9fcb996c5f428562f16a82f16" mediatype=application/vnd.docker.plugin.v1+json size=522
08:11:18 [2022-08-26T08:11:18.231Z] time="2022-08-26T08:11:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
08:11:18 [2022-08-26T08:11:18.231Z] time="2022-08-26T08:11:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:10ce47c552fafcd41a280705e009a0bbc1bd5dc9fcb996c5f428562f16a82f16" mediatype=application/vnd.docker.plugin.v1+json size=522
08:11:18 [2022-08-26T08:11:18.231Z] === RUN   TestPluginInstall/with_htpasswd
08:11:18 [2022-08-26T08:11:18.231Z] time="2022-08-26T08:11:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
08:11:18 [2022-08-26T08:11:18.231Z] time="2022-08-26T08:11:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7a401769285e30ea66ef4395f691fdb10508a6a76bd178bb91ece270e3480d5b" mediatype=application/vnd.docker.plugin.v1+json size=522
08:11:18 [2022-08-26T08:11:18.231Z] time="2022-08-26T08:11:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
08:11:18 [2022-08-26T08:11:18.231Z] time="2022-08-26T08:11:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7a401769285e30ea66ef4395f691fdb10508a6a76bd178bb91ece270e3480d5b" mediatype=application/vnd.docker.plugin.v1+json size=522
08:11:18 [2022-08-26T08:11:18.231Z] === RUN   TestPluginInstall/with_insecure
08:11:19 [2022-08-26T08:11:19.160Z] time="2022-08-26T08:11:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
08:11:19 [2022-08-26T08:11:19.160Z] time="2022-08-26T08:11:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d4fd16d8b27e36b3e34d99df9c5c225c1474f26bf760a0e8bb5678515522c0ed" mediatype=application/vnd.docker.plugin.v1+json size=522
08:11:19 [2022-08-26T08:11:19.160Z] time="2022-08-26T08:11:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
08:11:19 [2022-08-26T08:11:19.160Z] time="2022-08-26T08:11:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d4fd16d8b27e36b3e34d99df9c5c225c1474f26bf760a0e8bb5678515522c0ed" mediatype=application/vnd.docker.plugin.v1+json size=522
08:11:19 [2022-08-26T08:11:19.160Z]     plugin_test.go:196: [d84e00e833662] daemon is not started
08:11:19 [2022-08-26T08:11:19.160Z] --- PASS: TestPluginInstall (2.75s)
08:11:19 [2022-08-26T08:11:19.160Z]     --- PASS: TestPluginInstall/no_auth (1.04s)
08:11:19 [2022-08-26T08:11:19.160Z]     --- PASS: TestPluginInstall/with_htpasswd (0.62s)
08:11:19 [2022-08-26T08:11:19.160Z]     --- PASS: TestPluginInstall/with_insecure (1.09s)
08:11:19 [2022-08-26T08:11:19.160Z] === RUN   TestPluginsWithRuntimes
08:11:21 [2022-08-26T08:11:21.049Z] === RUN   TestPluginsWithRuntimes/No_Args
08:11:21 [2022-08-26T08:11:21.613Z] === RUN   TestPluginsWithRuntimes/With_Args
08:11:22 [2022-08-26T08:11:22.568Z] --- PASS: TestPluginsWithRuntimes (3.33s)
08:11:22 [2022-08-26T08:11:22.568Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.90s)
08:11:22 [2022-08-26T08:11:22.568Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.88s)
08:11:22 [2022-08-26T08:11:22.568Z] === RUN   TestPluginBackCompatMediaTypes
08:11:23 [2022-08-26T08:11:23.152Z] --- PASS: TestPluginBackCompatMediaTypes (0.65s)
08:11:23 [2022-08-26T08:11:23.152Z] PASS
08:11:23 [2022-08-26T08:11:23.152Z] 
08:11:23 [2022-08-26T08:11:23.152Z] DONE 24 tests in 6.765s
08:11:23 [2022-08-26T08:11:23.152Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
08:11:23 [2022-08-26T08:11:23.152Z] INFO: Testing against a local daemon
08:11:23 [2022-08-26T08:11:23.152Z] === RUN   TestExternalGraphDriver
08:11:23 [2022-08-26T08:11:23.741Z] === RUN   TestExternalGraphDriver/json
08:11:25 [2022-08-26T08:11:25.635Z] === RUN   TestExternalGraphDriver/spec
08:11:27 [2022-08-26T08:11:27.001Z] === RUN   TestExternalGraphDriver/pull
08:11:28 [2022-08-26T08:11:28.890Z] --- PASS: TestExternalGraphDriver (5.39s)
08:11:28 [2022-08-26T08:11:28.890Z]     --- PASS: TestExternalGraphDriver/json (1.72s)
08:11:28 [2022-08-26T08:11:28.890Z]     --- PASS: TestExternalGraphDriver/spec (1.65s)
08:11:28 [2022-08-26T08:11:28.890Z]     --- PASS: TestExternalGraphDriver/pull (1.66s)
08:11:28 [2022-08-26T08:11:28.890Z] === RUN   TestGraphdriverPluginV2
08:11:33 [2022-08-26T08:11:33.058Z] --- PASS: TestGraphdriverPluginV2 (4.32s)
08:11:33 [2022-08-26T08:11:33.058Z] PASS
08:11:33 [2022-08-26T08:11:33.058Z] 
08:11:33 [2022-08-26T08:11:33.058Z] DONE 5 tests in 9.744s
08:11:33 [2022-08-26T08:11:33.058Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
08:11:33 [2022-08-26T08:11:33.058Z] INFO: Testing against a local daemon
08:11:33 [2022-08-26T08:11:33.058Z] === RUN   TestContinueAfterPluginCrash
08:11:33 [2022-08-26T08:11:33.058Z] === PAUSE TestContinueAfterPluginCrash
08:11:33 [2022-08-26T08:11:33.058Z] === RUN   TestReadPluginNoRead
08:11:33 [2022-08-26T08:11:33.058Z] === PAUSE TestReadPluginNoRead
08:11:33 [2022-08-26T08:11:33.058Z] === RUN   TestDaemonStartWithLogOpt
08:11:33 [2022-08-26T08:11:33.058Z] === PAUSE TestDaemonStartWithLogOpt
08:11:33 [2022-08-26T08:11:33.058Z] === CONT  TestContinueAfterPluginCrash
08:11:33 [2022-08-26T08:11:33.058Z] === CONT  TestDaemonStartWithLogOpt
08:11:36 [2022-08-26T08:11:36.326Z] --- PASS: TestDaemonStartWithLogOpt (3.36s)
08:11:36 [2022-08-26T08:11:36.326Z] === CONT  TestReadPluginNoRead
08:11:38 [2022-08-26T08:11:38.842Z] === RUN   TestReadPluginNoRead/disabled_caching
08:11:39 [2022-08-26T08:11:39.771Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
08:11:41 [2022-08-26T08:11:41.136Z] === RUN   TestReadPluginNoRead/default
08:11:41 [2022-08-26T08:11:41.392Z] --- PASS: TestContinueAfterPluginCrash (8.36s)
08:11:42 [2022-08-26T08:11:42.321Z] === CONT  TestReadPluginNoRead
08:11:42 [2022-08-26T08:11:42.321Z]     read_test.go:92: [d1dcd1b4da3d4] daemon is not started
08:11:42 [2022-08-26T08:11:42.321Z] --- PASS: TestReadPluginNoRead (5.92s)
08:11:42 [2022-08-26T08:11:42.321Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.27s)
08:11:42 [2022-08-26T08:11:42.321Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.19s)
08:11:42 [2022-08-26T08:11:42.321Z]     --- PASS: TestReadPluginNoRead/default (1.23s)
08:11:42 [2022-08-26T08:11:42.321Z] PASS
08:11:42 [2022-08-26T08:11:42.321Z] 
08:11:42 [2022-08-26T08:11:42.321Z] DONE 6 tests in 9.304s
08:11:42 [2022-08-26T08:11:42.321Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
08:11:42 [2022-08-26T08:11:42.321Z] testing: warning: no tests to run
08:11:42 [2022-08-26T08:11:42.321Z] PASS
08:11:42 [2022-08-26T08:11:42.321Z] 
08:11:42 [2022-08-26T08:11:42.321Z] DONE 0 tests in 0.008s
08:11:42 [2022-08-26T08:11:42.321Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
08:11:42 [2022-08-26T08:11:42.321Z] INFO: Testing against a local daemon
08:11:42 [2022-08-26T08:11:42.321Z] === RUN   TestPluginWithDevMounts
08:11:42 [2022-08-26T08:11:42.321Z] === PAUSE TestPluginWithDevMounts
08:11:42 [2022-08-26T08:11:42.321Z] === CONT  TestPluginWithDevMounts
08:11:44 [2022-08-26T08:11:44.210Z] --- PASS: TestPluginWithDevMounts (1.58s)
08:11:44 [2022-08-26T08:11:44.210Z] PASS
08:11:44 [2022-08-26T08:11:44.210Z] 
08:11:44 [2022-08-26T08:11:44.210Z] DONE 1 tests in 1.603s
08:11:44 [2022-08-26T08:11:44.210Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
08:11:44 [2022-08-26T08:11:44.210Z] INFO: Testing against a local daemon
08:11:44 [2022-08-26T08:11:44.210Z] === RUN   TestSecretInspect
08:11:46 [2022-08-26T08:11:46.100Z] --- PASS: TestSecretInspect (2.18s)
08:11:46 [2022-08-26T08:11:46.100Z] === RUN   TestSecretList
08:11:48 [2022-08-26T08:11:48.615Z] --- PASS: TestSecretList (2.14s)
08:11:48 [2022-08-26T08:11:48.616Z] === RUN   TestSecretsCreateAndDelete
08:11:50 [2022-08-26T08:11:50.506Z] --- PASS: TestSecretsCreateAndDelete (2.16s)
08:11:50 [2022-08-26T08:11:50.506Z] === RUN   TestSecretsUpdate
08:11:53 [2022-08-26T08:11:53.021Z] --- PASS: TestSecretsUpdate (2.16s)
08:11:53 [2022-08-26T08:11:53.021Z] === RUN   TestTemplatedSecret
08:11:55 [2022-08-26T08:11:55.538Z] --- PASS: TestTemplatedSecret (2.53s)
08:11:55 [2022-08-26T08:11:55.538Z] === RUN   TestSecretCreateResolve
08:11:57 [2022-08-26T08:11:57.427Z] --- PASS: TestSecretCreateResolve (2.20s)
08:11:57 [2022-08-26T08:11:57.427Z] PASS
08:11:57 [2022-08-26T08:11:57.427Z] 
08:11:57 [2022-08-26T08:11:57.427Z] DONE 6 tests in 13.394s
08:11:57 [2022-08-26T08:11:57.427Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
08:11:57 [2022-08-26T08:11:57.427Z] INFO: Testing against a local daemon
08:11:57 [2022-08-26T08:11:57.427Z] === RUN   TestServiceCreateInit
08:11:57 [2022-08-26T08:11:57.427Z] === RUN   TestServiceCreateInit/daemonInitDisabled
08:12:01 [2022-08-26T08:12:01.592Z] === RUN   TestServiceCreateInit/daemonInitEnabled
08:12:05 [2022-08-26T08:12:05.760Z] --- PASS: TestServiceCreateInit (7.67s)
08:12:05 [2022-08-26T08:12:05.760Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.91s)
08:12:05 [2022-08-26T08:12:05.760Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.75s)
08:12:05 [2022-08-26T08:12:05.760Z] === RUN   TestCreateServiceMultipleTimes
08:12:20 [2022-08-26T08:12:20.606Z] --- PASS: TestCreateServiceMultipleTimes (15.71s)
08:12:20 [2022-08-26T08:12:20.606Z] === RUN   TestCreateServiceConflict
08:12:23 [2022-08-26T08:12:23.124Z] --- PASS: TestCreateServiceConflict (2.20s)
08:12:23 [2022-08-26T08:12:23.124Z] === RUN   TestCreateServiceMaxReplicas
08:12:26 [2022-08-26T08:12:26.395Z] --- PASS: TestCreateServiceMaxReplicas (2.87s)
08:12:26 [2022-08-26T08:12:26.395Z] === RUN   TestCreateWithDuplicateNetworkNames
08:12:41 [2022-08-26T08:12:41.235Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.13s)
08:12:41 [2022-08-26T08:12:41.235Z] === RUN   TestCreateServiceSecretFileMode
08:12:41 [2022-08-26T08:12:41.491Z] --- PASS: TestCreateServiceSecretFileMode (2.50s)
08:12:41 [2022-08-26T08:12:41.491Z] === RUN   TestCreateServiceConfigFileMode
08:12:44 [2022-08-26T08:12:44.007Z] --- PASS: TestCreateServiceConfigFileMode (2.51s)
08:12:44 [2022-08-26T08:12:44.007Z] === RUN   TestCreateServiceSysctls
08:12:47 [2022-08-26T08:12:47.275Z] --- PASS: TestCreateServiceSysctls (3.17s)
08:12:47 [2022-08-26T08:12:47.275Z] === RUN   TestCreateServiceCapabilities
08:12:49 [2022-08-26T08:12:49.871Z] --- PASS: TestCreateServiceCapabilities (2.59s)
08:12:49 [2022-08-26T08:12:49.871Z] === RUN   TestInspect
08:12:53 [2022-08-26T08:12:53.142Z] --- PASS: TestInspect (2.96s)
08:12:53 [2022-08-26T08:12:53.142Z] === RUN   TestCreateJob
08:12:56 [2022-08-26T08:12:56.411Z] --- PASS: TestCreateJob (3.19s)
08:12:56 [2022-08-26T08:12:56.411Z] === RUN   TestReplicatedJob
08:13:01 [2022-08-26T08:13:01.661Z] --- PASS: TestReplicatedJob (5.11s)
08:13:01 [2022-08-26T08:13:01.661Z] === RUN   TestUpdateReplicatedJob
08:13:04 [2022-08-26T08:13:04.178Z] --- PASS: TestUpdateReplicatedJob (3.26s)
08:13:04 [2022-08-26T08:13:04.178Z] === RUN   TestServiceListWithStatuses
08:13:04 [2022-08-26T08:13:04.178Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
08:13:04 [2022-08-26T08:13:04.178Z] --- SKIP: TestServiceListWithStatuses (0.00s)
08:13:04 [2022-08-26T08:13:04.178Z] === RUN   TestDockerNetworkConnectAlias
08:13:08 [2022-08-26T08:13:08.347Z] --- PASS: TestDockerNetworkConnectAlias (4.13s)
08:13:08 [2022-08-26T08:13:08.347Z] === RUN   TestDockerNetworkReConnect
08:13:12 [2022-08-26T08:13:12.518Z] --- PASS: TestDockerNetworkReConnect (3.44s)
08:13:12 [2022-08-26T08:13:12.518Z] === RUN   TestServicePlugin
08:13:15 [2022-08-26T08:13:15.786Z]     plugin_test.go:61: [d4ed5560fb793] joining swarm manager [d5845fd50f743]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:13:16 [2022-08-26T08:13:16.714Z]     plugin_test.go:64: [df911452516af] joining swarm manager [d5845fd50f743]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:13:43 [2022-08-26T08:13:43.213Z] --- PASS: TestServicePlugin (30.85s)
08:13:43 [2022-08-26T08:13:43.213Z] === RUN   TestServiceUpdateLabel
08:13:45 [2022-08-26T08:13:45.103Z] --- PASS: TestServiceUpdateLabel (2.20s)
08:13:45 [2022-08-26T08:13:45.103Z] === RUN   TestServiceUpdateSecrets
08:13:59 [2022-08-26T08:13:59.976Z] --- PASS: TestServiceUpdateSecrets (14.46s)
08:13:59 [2022-08-26T08:13:59.976Z] === RUN   TestServiceUpdateConfigs
08:14:14 [2022-08-26T08:14:14.818Z] --- PASS: TestServiceUpdateConfigs (14.69s)
08:14:14 [2022-08-26T08:14:14.818Z] === RUN   TestServiceUpdateNetwork
08:14:26 [2022-08-26T08:14:26.989Z] --- PASS: TestServiceUpdateNetwork (12.53s)
08:14:26 [2022-08-26T08:14:26.989Z] === RUN   TestServiceUpdatePidsLimit
08:14:27 [2022-08-26T08:14:27.918Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
08:14:28 [2022-08-26T08:14:28.480Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
08:14:36 [2022-08-26T08:14:36.568Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
08:14:43 [2022-08-26T08:14:43.105Z] --- PASS: TestServiceUpdatePidsLimit (16.29s)
08:14:43 [2022-08-26T08:14:43.105Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s)
08:14:43 [2022-08-26T08:14:43.105Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.98s)
08:14:43 [2022-08-26T08:14:43.105Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s)
08:14:43 [2022-08-26T08:14:43.105Z] PASS
08:14:43 [2022-08-26T08:14:43.105Z] 
08:14:43 [2022-08-26T08:14:43.105Z] === Skipped
08:14:43 [2022-08-26T08:14:43.105Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
08:14:43 [2022-08-26T08:14:43.105Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
08:14:43 [2022-08-26T08:14:43.105Z] 
08:14:43 [2022-08-26T08:14:43.105Z] DONE 27 tests, 1 skipped in 165.489s
08:14:43 [2022-08-26T08:14:43.105Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
08:14:43 [2022-08-26T08:14:43.105Z] INFO: Testing against a local daemon
08:14:43 [2022-08-26T08:14:43.105Z] === RUN   TestSessionCreate
08:14:43 [2022-08-26T08:14:43.105Z] --- PASS: TestSessionCreate (0.02s)
08:14:43 [2022-08-26T08:14:43.105Z] === RUN   TestSessionCreateWithBadUpgrade
08:14:43 [2022-08-26T08:14:43.105Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
08:14:43 [2022-08-26T08:14:43.105Z] PASS
08:14:43 [2022-08-26T08:14:43.105Z] 
08:14:43 [2022-08-26T08:14:43.105Z] DONE 2 tests in 0.054s
08:14:43 [2022-08-26T08:14:43.105Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
08:14:43 [2022-08-26T08:14:43.106Z] INFO: Testing against a local daemon
08:14:43 [2022-08-26T08:14:43.106Z] === RUN   TestCgroupDriverSystemdMemoryLimit
08:14:43 [2022-08-26T08:14:43.106Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
08:14:43 [2022-08-26T08:14:43.106Z] === RUN   TestDiskUsage
08:14:43 [2022-08-26T08:14:43.106Z] === PAUSE TestDiskUsage
08:14:43 [2022-08-26T08:14:43.106Z] === RUN   TestEventsExecDie
08:14:43 [2022-08-26T08:14:43.362Z] --- PASS: TestEventsExecDie (0.55s)
08:14:43 [2022-08-26T08:14:43.362Z] === RUN   TestEventsBackwardsCompatible
08:14:43 [2022-08-26T08:14:43.619Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
08:14:43 [2022-08-26T08:14:43.619Z] === RUN   TestEventsVolumeCreate
08:14:43 [2022-08-26T08:14:43.619Z] --- PASS: TestEventsVolumeCreate (0.06s)
08:14:43 [2022-08-26T08:14:43.619Z] === RUN   TestInfoBinaryCommits
08:14:43 [2022-08-26T08:14:43.619Z] --- PASS: TestInfoBinaryCommits (0.02s)
08:14:43 [2022-08-26T08:14:43.619Z] === RUN   TestInfoAPIVersioned
08:14:43 [2022-08-26T08:14:43.619Z] --- PASS: TestInfoAPIVersioned (0.01s)
08:14:43 [2022-08-26T08:14:43.619Z] === RUN   TestInfoAPI
08:14:43 [2022-08-26T08:14:43.619Z] --- PASS: TestInfoAPI (0.02s)
08:14:43 [2022-08-26T08:14:43.619Z] === RUN   TestInfoAPIWarnings
08:15:01 [2022-08-26T08:15:01.722Z] --- PASS: TestInfoAPIWarnings (16.54s)
08:15:01 [2022-08-26T08:15:01.722Z] === RUN   TestInfoDebug
08:15:01 [2022-08-26T08:15:01.722Z] --- PASS: TestInfoDebug (0.52s)
08:15:01 [2022-08-26T08:15:01.722Z] === RUN   TestInfoInsecureRegistries
08:15:01 [2022-08-26T08:15:01.722Z] --- PASS: TestInfoInsecureRegistries (0.52s)
08:15:01 [2022-08-26T08:15:01.722Z] === RUN   TestInfoRegistryMirrors
08:15:01 [2022-08-26T08:15:01.722Z] --- PASS: TestInfoRegistryMirrors (0.52s)
08:15:01 [2022-08-26T08:15:01.722Z] === RUN   TestLoginFailsWithBadCredentials
08:15:01 [2022-08-26T08:15:01.983Z] --- PASS: TestLoginFailsWithBadCredentials (0.38s)
08:15:01 [2022-08-26T08:15:01.983Z] === RUN   TestPingCacheHeaders
08:15:02 [2022-08-26T08:15:02.245Z] --- PASS: TestPingCacheHeaders (0.04s)
08:15:02 [2022-08-26T08:15:02.245Z] === RUN   TestPingGet
08:15:02 [2022-08-26T08:15:02.245Z] --- PASS: TestPingGet (0.01s)
08:15:02 [2022-08-26T08:15:02.245Z] === RUN   TestPingHead
08:15:02 [2022-08-26T08:15:02.245Z] --- PASS: TestPingHead (0.02s)
08:15:02 [2022-08-26T08:15:02.245Z] === RUN   TestPingSwarmHeader
08:15:02 [2022-08-26T08:15:02.807Z] === RUN   TestPingSwarmHeader/before_swarm_init
08:15:03 [2022-08-26T08:15:03.368Z] === RUN   TestPingSwarmHeader/after_swarm_init
08:15:04 [2022-08-26T08:15:04.297Z] === RUN   TestPingSwarmHeader/after_swarm_leave
08:15:04 [2022-08-26T08:15:04.297Z] --- PASS: TestPingSwarmHeader (2.05s)
08:15:04 [2022-08-26T08:15:04.297Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
08:15:04 [2022-08-26T08:15:04.297Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
08:15:04 [2022-08-26T08:15:04.297Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
08:15:04 [2022-08-26T08:15:04.297Z] === RUN   TestPingBuilderHeader
08:15:04 [2022-08-26T08:15:04.297Z] === RUN   TestPingBuilderHeader/default_config
08:15:04 [2022-08-26T08:15:04.859Z] === RUN   TestPingBuilderHeader/buildkit_disabled
08:15:05 [2022-08-26T08:15:05.421Z] --- PASS: TestPingBuilderHeader (1.05s)
08:15:05 [2022-08-26T08:15:05.421Z]     --- PASS: TestPingBuilderHeader/default_config (0.51s)
08:15:05 [2022-08-26T08:15:05.421Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
08:15:05 [2022-08-26T08:15:05.421Z] === RUN   TestVersion
08:15:05 [2022-08-26T08:15:05.421Z] --- PASS: TestVersion (0.02s)
08:15:05 [2022-08-26T08:15:05.421Z] === CONT  TestCgroupDriverSystemdMemoryLimit
08:15:05 [2022-08-26T08:15:05.421Z] === CONT  TestDiskUsage
08:15:05 [2022-08-26T08:15:05.677Z] === RUN   TestDiskUsage/empty
08:15:05 [2022-08-26T08:15:05.677Z] === RUN   TestDiskUsage/empty/container_types
08:15:05 [2022-08-26T08:15:05.677Z] === RUN   TestDiskUsage/empty/image_types
08:15:05 [2022-08-26T08:15:05.677Z] === RUN   TestDiskUsage/empty/volume_types
08:15:05 [2022-08-26T08:15:05.677Z] === RUN   TestDiskUsage/empty/build-cache_types
08:15:05 [2022-08-26T08:15:05.677Z] === RUN   TestDiskUsage/empty/container,_volume_types
08:15:05 [2022-08-26T08:15:05.677Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
08:15:05 [2022-08-26T08:15:05.678Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
08:15:05 [2022-08-26T08:15:05.678Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
08:15:05 [2022-08-26T08:15:05.678Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
08:15:05 [2022-08-26T08:15:05.678Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
08:15:05 [2022-08-26T08:15:05.678Z] === RUN   TestDiskUsage/after_LoadBusybox
08:15:06 [2022-08-26T08:15:06.240Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
08:15:06 [2022-08-26T08:15:06.240Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
08:15:06 [2022-08-26T08:15:06.240Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
08:15:06 [2022-08-26T08:15:06.240Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
08:15:06 [2022-08-26T08:15:06.240Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
08:15:06 [2022-08-26T08:15:06.240Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
08:15:06 [2022-08-26T08:15:06.241Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
08:15:06 [2022-08-26T08:15:06.241Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
08:15:06 [2022-08-26T08:15:06.241Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
08:15:06 [2022-08-26T08:15:06.241Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
08:15:06 [2022-08-26T08:15:06.241Z] === RUN   TestDiskUsage/after_container.Run
08:15:06 [2022-08-26T08:15:06.805Z] === RUN   TestDiskUsage/after_container.Run/container_types
08:15:06 [2022-08-26T08:15:06.805Z] === RUN   TestDiskUsage/after_container.Run/image_types
08:15:06 [2022-08-26T08:15:06.805Z] === RUN   TestDiskUsage/after_container.Run/volume_types
08:15:06 [2022-08-26T08:15:06.805Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
08:15:06 [2022-08-26T08:15:06.805Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
08:15:06 [2022-08-26T08:15:06.805Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
08:15:06 [2022-08-26T08:15:06.805Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
08:15:06 [2022-08-26T08:15:06.805Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
08:15:06 [2022-08-26T08:15:06.805Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
08:15:06 [2022-08-26T08:15:06.805Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
08:15:06 [2022-08-26T08:15:06.805Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.54s)
08:15:06 [2022-08-26T08:15:06.805Z] --- PASS: TestDiskUsage (1.58s)
08:15:06 [2022-08-26T08:15:06.805Z]     --- PASS: TestDiskUsage/empty (0.01s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.30s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]     --- PASS: TestDiskUsage/after_container.Run (0.56s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
08:15:06 [2022-08-26T08:15:06.805Z] PASS
08:15:06 [2022-08-26T08:15:06.805Z] 
08:15:06 [2022-08-26T08:15:06.805Z] DONE 57 tests in 23.977s
08:15:06 [2022-08-26T08:15:06.805Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
08:15:06 [2022-08-26T08:15:06.805Z] INFO: Testing against a local daemon
08:15:06 [2022-08-26T08:15:06.805Z] === RUN   TestVolumesCreateAndList
08:15:06 [2022-08-26T08:15:06.805Z] --- PASS: TestVolumesCreateAndList (0.02s)
08:15:06 [2022-08-26T08:15:06.805Z] === RUN   TestVolumesRemove
08:15:07 [2022-08-26T08:15:07.062Z] --- PASS: TestVolumesRemove (0.09s)
08:15:07 [2022-08-26T08:15:07.062Z] === RUN   TestVolumesInspect
08:15:07 [2022-08-26T08:15:07.062Z] --- PASS: TestVolumesInspect (0.02s)
08:15:07 [2022-08-26T08:15:07.062Z] === RUN   TestVolumesInvalidJSON
08:15:07 [2022-08-26T08:15:07.062Z] === RUN   TestVolumesInvalidJSON/volumes/create
08:15:07 [2022-08-26T08:15:07.062Z] === PAUSE TestVolumesInvalidJSON/volumes/create
08:15:07 [2022-08-26T08:15:07.062Z] === CONT  TestVolumesInvalidJSON/volumes/create
08:15:07 [2022-08-26T08:15:07.062Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
08:15:07 [2022-08-26T08:15:07.062Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
08:15:07 [2022-08-26T08:15:07.062Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
08:15:07 [2022-08-26T08:15:07.062Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
08:15:07 [2022-08-26T08:15:07.062Z] --- PASS: TestVolumesInvalidJSON (0.01s)
08:15:07 [2022-08-26T08:15:07.062Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
08:15:07 [2022-08-26T08:15:07.062Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
08:15:07 [2022-08-26T08:15:07.062Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
08:15:07 [2022-08-26T08:15:07.062Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
08:15:07 [2022-08-26T08:15:07.062Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
08:15:07 [2022-08-26T08:15:07.062Z] PASS
08:15:07 [2022-08-26T08:15:07.062Z] 
08:15:07 [2022-08-26T08:15:07.062Z] DONE 9 tests in 0.165s
08:15:07 [2022-08-26T08:15:07.062Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
08:15:07 [2022-08-26T08:15:07.624Z] Stopping apparmor (via systemctl): apparmor.service.
08:15:07 [2022-08-26T08:15:07.624Z] Removing test suite binaries
08:15:07 [2022-08-26T08:15:07.624Z] exiting test-integration
08:15:07 [2022-08-26T08:15:07.624Z] ++ exit 0
08:15:07 [2022-08-26T08:15:07.624Z]