Skip to content

Console Output

23:47:37 [2022-08-23T23:47:37.665Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44022/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=e5958a8f08d8cc736a130fc162fa513ddcc4de61 -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=22.06 docker:e5958a8f08d8cc736a130fc162fa513ddcc4de61 hack/make.sh dynbinary test-integration
23:47:38 [2022-08-23T23:47:38.227Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
23:47:38 [2022-08-23T23:47:38.227Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
23:47:38 [2022-08-23T23:47:38.227Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
23:47:38 [2022-08-23T23:47:38.227Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
23:47:38 [2022-08-23T23:47:38.227Z] systemd 247.3-7 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
23:47:38 [2022-08-23T23:47:38.227Z] Detected virtualization docker.
23:47:38 [2022-08-23T23:47:38.227Z] Detected architecture x86-64.
23:47:38 [2022-08-23T23:47:38.227Z] Set hostname to <3e0549e05679>.
23:47:38 [2022-08-23T23:47:38.227Z] modprobe@configfs.service: Succeeded.
23:47:38 [2022-08-23T23:47:38.228Z] modprobe@drm.service: Succeeded.
23:47:38 [2022-08-23T23:47:38.228Z] modprobe@fuse.service: Succeeded.
23:47:38 [2022-08-23T23:47:38.228Z] + source /etc/docker-entrypoint-cmd
23:47:38 [2022-08-23T23:47:38.228Z] ++ hack/make.sh dynbinary test-integration
23:47:38 [2022-08-23T23:47:38.484Z] 
23:47:38 [2022-08-23T23:47:38.484Z] Removing bundles/
23:47:38 [2022-08-23T23:47:38.484Z] 
23:47:38 [2022-08-23T23:47:38.484Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
23:47:38 [2022-08-23T23:47:38.484Z] Building: bundles/dynbinary-daemon/dockerd
23:47:38 [2022-08-23T23:47:38.484Z] GOOS="" GOARCH="" GOARM=""
23:49:44 [2022-08-23T23:49:44.975Z] Created binary: bundles/dynbinary-daemon/dockerd
23:49:44 [2022-08-23T23:49:44.975Z] Building: bundles/dynbinary-daemon/docker-proxy
23:49:44 [2022-08-23T23:49:44.975Z] GOOS="" GOARCH="" GOARM=""
23:49:44 [2022-08-23T23:49:44.975Z] Created binary: bundles/dynbinary-daemon/docker-proxy
23:49:44 [2022-08-23T23:49:44.975Z] 
23:49:44 [2022-08-23T23:49:44.975Z] ---> Making bundle: test-integration (in bundles/test-integration)
23:49:44 [2022-08-23T23:49:44.975Z] DOCKER_SYSTEMD=1
23:49:44 [2022-08-23T23:49:44.975Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
23:49:44 [2022-08-23T23:49:44.975Z] HOSTNAME=3e0549e05679
23:49:44 [2022-08-23T23:49:44.975Z] DEST=bundles/test-integration
23:49:44 [2022-08-23T23:49:44.975Z] PWD=/go/src/github.com/docker/docker
23:49:44 [2022-08-23T23:49:44.975Z] DOCKER_GITCOMMIT=e5958a8f08d8cc736a130fc162fa513ddcc4de61
23:49:44 [2022-08-23T23:49:44.975Z] container=docker
23:49:44 [2022-08-23T23:49:44.975Z] HOME=/root
23:49:44 [2022-08-23T23:49:44.975Z] LANG=C.UTF-8
23:49:44 [2022-08-23T23:49:44.975Z] INVOCATION_ID=344781b5e01444bebab1f3e253ccca5e
23:49:44 [2022-08-23T23:49:44.975Z] GOLANG_VERSION=1.18.5
23:49:44 [2022-08-23T23:49:44.975Z] VALIDATE_REPO=https://github.com/moby/moby.git
23:49:44 [2022-08-23T23:49:44.975Z] VALIDATE_BRANCH=22.06
23:49:44 [2022-08-23T23:49:44.975Z] TERM=xterm
23:49:44 [2022-08-23T23:49:44.975Z] DOCKER_PKG=github.com/docker/docker
23:49:44 [2022-08-23T23:49:44.975Z] SHLVL=3
23:49:44 [2022-08-23T23:49:44.975Z] TIMEOUT=120m
23:49:44 [2022-08-23T23:49:44.975Z] DOCKER_BUILDTAGS= journald
23:49:44 [2022-08-23T23:49:44.975Z] DOCKER_GRAPHDRIVER=overlay2
23:49:44 [2022-08-23T23:49:44.975Z] GO111MODULE=off
23:49:44 [2022-08-23T23:49:44.975Z] DOCKER_EXPERIMENTAL=1
23:49:44 [2022-08-23T23:49:44.975Z] TEST_SKIP_INTEGRATION_CLI=1
23:49:44 [2022-08-23T23:49:44.975Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
23:49:44 [2022-08-23T23:49:44.975Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
23:49:44 [2022-08-23T23:49:44.975Z] GOPATH=/go
23:49:44 [2022-08-23T23:49:44.975Z] PKG_CONFIG=pkg-config
23:49:44 [2022-08-23T23:49:44.975Z] _=/usr/bin/env
23:49:44 [2022-08-23T23:49:44.975Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
23:50:31 [2022-08-23T23:50:31.693Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
23:50:31 [2022-08-23T23:50:31.693Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
23:50:53 [2022-08-23T23:50:53.719Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
23:51:05 [2022-08-23T23:51:05.937Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
23:51:14 [2022-08-23T23:51:14.027Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
23:51:14 [2022-08-23T23:51:14.283Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
23:51:15 [2022-08-23T23:51:15.213Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
23:51:16 [2022-08-23T23:51:16.141Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
23:51:16 [2022-08-23T23:51:16.748Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
23:51:17 [2022-08-23T23:51:17.047Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
23:51:17 [2022-08-23T23:51:17.976Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
23:51:20 [2022-08-23T23:51:20.539Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
23:51:21 [2022-08-23T23:51:21.468Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
23:51:22 [2022-08-23T23:51:22.398Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
23:51:22 [2022-08-23T23:51:22.655Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
23:51:23 [2022-08-23T23:51:23.626Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
23:51:24 [2022-08-23T23:51:24.554Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
23:51:25 [2022-08-23T23:51:25.660Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
23:51:26 [2022-08-23T23:51:26.223Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
23:51:27 [2022-08-23T23:51:27.151Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
23:51:28 [2022-08-23T23:51:28.124Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
23:51:28 [2022-08-23T23:51:28.124Z] Using test binary docker
23:51:28 [2022-08-23T23:51:28.124Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
23:51:28 [2022-08-23T23:51:28.124Z] Starting apparmor (via systemctl): apparmor.service.
23:51:28 [2022-08-23T23:51:28.124Z] INFO: Waiting for daemon to start...
23:51:28 [2022-08-23T23:51:28.124Z] Starting dockerd
23:51:30 [2022-08-23T23:51:30.680Z] .
23:51:30 [2022-08-23T23:51:30.680Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
23:51:30 [2022-08-23T23:51:30.681Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
23:51:30 [2022-08-23T23:51:30.681Z] Error: No such image: emptyfs
23:51:30 [2022-08-23T23:51:30.681Z] Running integration-test (iteration 1)
23:51:30 [2022-08-23T23:51:30.681Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
23:51:30 [2022-08-23T23:51:30.681Z] Loaded image: busybox:latest
23:51:30 [2022-08-23T23:51:30.937Z] Loaded image: busybox:glibc
23:51:32 [2022-08-23T23:51:32.302Z] Loaded image: debian:bullseye-slim
23:51:32 [2022-08-23T23:51:32.303Z] Loaded image: hello-world:latest
23:51:32 [2022-08-23T23:51:32.303Z] Loaded image: arm32v7/hello-world:latest
23:51:32 [2022-08-23T23:51:32.303Z] INFO: Testing against a local daemon
23:51:32 [2022-08-23T23:51:32.303Z] === RUN   TestCgroupNamespacesBuild
23:51:33 [2022-08-23T23:51:33.795Z] --- PASS: TestCgroupNamespacesBuild (1.37s)
23:51:33 [2022-08-23T23:51:33.795Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
23:51:35 [2022-08-23T23:51:35.160Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.27s)
23:51:35 [2022-08-23T23:51:35.160Z] === RUN   TestBuildWithSession
23:51:35 [2022-08-23T23:51:35.160Z]     build_session_test.go:25: TODO: BuildKit
23:51:35 [2022-08-23T23:51:35.160Z] --- SKIP: TestBuildWithSession (0.00s)
23:51:35 [2022-08-23T23:51:35.160Z] === RUN   TestBuildSquashParent
23:51:40 [2022-08-23T23:51:40.405Z] --- PASS: TestBuildSquashParent (4.45s)
23:51:40 [2022-08-23T23:51:40.405Z] === RUN   TestBuildWithRemoveAndForceRemove
23:51:40 [2022-08-23T23:51:40.405Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:51:40 [2022-08-23T23:51:40.405Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:51:40 [2022-08-23T23:51:40.405Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:51:40 [2022-08-23T23:51:40.405Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:51:40 [2022-08-23T23:51:40.405Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:51:40 [2022-08-23T23:51:40.405Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:51:40 [2022-08-23T23:51:40.405Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:51:40 [2022-08-23T23:51:40.405Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:51:40 [2022-08-23T23:51:40.405Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:51:40 [2022-08-23T23:51:40.405Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:51:40 [2022-08-23T23:51:40.405Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:51:40 [2022-08-23T23:51:40.405Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:51:40 [2022-08-23T23:51:40.405Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:51:40 [2022-08-23T23:51:40.405Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:51:40 [2022-08-23T23:51:40.969Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:51:41 [2022-08-23T23:51:41.225Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:51:42 [2022-08-23T23:51:42.635Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:51:42 [2022-08-23T23:51:42.891Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:51:44 [2022-08-23T23:51:44.300Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
23:51:44 [2022-08-23T23:51:44.300Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.53s)
23:51:44 [2022-08-23T23:51:44.300Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.70s)
23:51:44 [2022-08-23T23:51:44.300Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.37s)
23:51:44 [2022-08-23T23:51:44.300Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.55s)
23:51:44 [2022-08-23T23:51:44.300Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.64s)
23:51:44 [2022-08-23T23:51:44.300Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.57s)
23:51:44 [2022-08-23T23:51:44.300Z] === RUN   TestBuildMultiStageCopy
23:51:44 [2022-08-23T23:51:44.300Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:51:45 [2022-08-23T23:51:45.706Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:51:45 [2022-08-23T23:51:45.962Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:51:46 [2022-08-23T23:51:46.219Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:51:46 [2022-08-23T23:51:46.475Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:51:46 [2022-08-23T23:51:46.731Z] --- PASS: TestBuildMultiStageCopy (2.40s)
23:51:46 [2022-08-23T23:51:46.731Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.47s)
23:51:46 [2022-08-23T23:51:46.731Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.23s)
23:51:46 [2022-08-23T23:51:46.731Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s)
23:51:46 [2022-08-23T23:51:46.731Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s)
23:51:46 [2022-08-23T23:51:46.731Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.25s)
23:51:46 [2022-08-23T23:51:46.731Z] === RUN   TestBuildMultiStageParentConfig
23:51:47 [2022-08-23T23:51:47.297Z] --- PASS: TestBuildMultiStageParentConfig (0.67s)
23:51:47 [2022-08-23T23:51:47.297Z] === RUN   TestBuildLabelWithTargets
23:51:48 [2022-08-23T23:51:48.662Z] --- PASS: TestBuildLabelWithTargets (1.01s)
23:51:48 [2022-08-23T23:51:48.662Z] === RUN   TestBuildWithEmptyLayers
23:51:48 [2022-08-23T23:51:48.919Z] --- PASS: TestBuildWithEmptyLayers (0.45s)
23:51:48 [2022-08-23T23:51:48.919Z] === RUN   TestBuildMultiStageOnBuild
23:51:50 [2022-08-23T23:51:50.808Z] --- PASS: TestBuildMultiStageOnBuild (1.63s)
23:51:50 [2022-08-23T23:51:50.809Z] === RUN   TestBuildUncleanTarFilenames
23:51:51 [2022-08-23T23:51:51.065Z] --- PASS: TestBuildUncleanTarFilenames (0.63s)
23:51:51 [2022-08-23T23:51:51.065Z] === RUN   TestBuildMultiStageLayerLeak
23:51:52 [2022-08-23T23:51:52.953Z] --- PASS: TestBuildMultiStageLayerLeak (1.82s)
23:51:52 [2022-08-23T23:51:52.953Z] === RUN   TestBuildWithHugeFile
23:52:49 [2022-08-23T23:52:49.257Z] --- PASS: TestBuildWithHugeFile (50.02s)
23:52:49 [2022-08-23T23:52:49.257Z] === RUN   TestBuildWCOWSandboxSize
23:52:49 [2022-08-23T23:52:49.257Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
23:52:49 [2022-08-23T23:52:49.257Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
23:52:49 [2022-08-23T23:52:49.257Z] === RUN   TestBuildWithEmptyDockerfile
23:52:49 [2022-08-23T23:52:49.257Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:52:49 [2022-08-23T23:52:49.257Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:52:49 [2022-08-23T23:52:49.257Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:52:49 [2022-08-23T23:52:49.257Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:52:49 [2022-08-23T23:52:49.257Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:52:49 [2022-08-23T23:52:49.257Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:52:49 [2022-08-23T23:52:49.257Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:52:49 [2022-08-23T23:52:49.257Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:52:49 [2022-08-23T23:52:49.257Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:52:49 [2022-08-23T23:52:49.257Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
23:52:49 [2022-08-23T23:52:49.257Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s)
23:52:49 [2022-08-23T23:52:49.257Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s)
23:52:49 [2022-08-23T23:52:49.257Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
23:52:49 [2022-08-23T23:52:49.257Z] === RUN   TestBuildPreserveOwnership
23:52:49 [2022-08-23T23:52:49.257Z] === RUN   TestBuildPreserveOwnership/copy_from
23:52:49 [2022-08-23T23:52:49.257Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
23:52:49 [2022-08-23T23:52:49.257Z] --- PASS: TestBuildPreserveOwnership (3.69s)
23:52:49 [2022-08-23T23:52:49.257Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.53s)
23:52:49 [2022-08-23T23:52:49.257Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.15s)
23:52:49 [2022-08-23T23:52:49.257Z] === RUN   TestBuildPlatformInvalid
23:52:49 [2022-08-23T23:52:49.257Z] --- PASS: TestBuildPlatformInvalid (0.07s)
23:52:49 [2022-08-23T23:52:49.257Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
23:52:49 [2022-08-23T23:52:49.257Z] Loaded image: busybox:latest
23:52:49 [2022-08-23T23:52:49.257Z] Loaded image: busybox:glibc
23:52:49 [2022-08-23T23:52:49.257Z] Loaded image: debian:bullseye-slim
23:52:49 [2022-08-23T23:52:49.257Z] Loaded image: hello-world:latest
23:52:49 [2022-08-23T23:52:49.257Z] Loaded image: arm32v7/hello-world:latest
23:52:59 [2022-08-23T23:52:59.204Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.79s)
23:52:59 [2022-08-23T23:52:59.204Z] PASS
23:52:59 [2022-08-23T23:52:59.204Z] 
23:52:59 [2022-08-23T23:52:59.204Z] === Skipped
23:52:59 [2022-08-23T23:52:59.204Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
23:52:59 [2022-08-23T23:52:59.204Z]     build_session_test.go:25: TODO: BuildKit
23:52:59 [2022-08-23T23:52:59.204Z] 
23:52:59 [2022-08-23T23:52:59.204Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
23:52:59 [2022-08-23T23:52:59.204Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
23:52:59 [2022-08-23T23:52:59.204Z] 
23:52:59 [2022-08-23T23:52:59.204Z] DONE 34 tests, 2 skipped in 87.289s
23:52:59 [2022-08-23T23:52:59.204Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
23:52:59 [2022-08-23T23:52:59.204Z] INFO: Testing against a local daemon
23:52:59 [2022-08-23T23:52:59.204Z] === RUN   TestConfigInspect
23:53:00 [2022-08-23T23:53:00.174Z] --- PASS: TestConfigInspect (2.33s)
23:53:00 [2022-08-23T23:53:00.174Z] === RUN   TestConfigList
23:53:02 [2022-08-23T23:53:02.729Z] --- PASS: TestConfigList (2.16s)
23:53:02 [2022-08-23T23:53:02.729Z] === RUN   TestConfigsCreateAndDelete
23:53:04 [2022-08-23T23:53:04.615Z] --- PASS: TestConfigsCreateAndDelete (2.22s)
23:53:04 [2022-08-23T23:53:04.615Z] === RUN   TestConfigsUpdate
23:53:06 [2022-08-23T23:53:06.589Z] --- PASS: TestConfigsUpdate (2.18s)
23:53:06 [2022-08-23T23:53:06.589Z] === RUN   TestTemplatedConfig
23:53:09 [2022-08-23T23:53:09.148Z] --- PASS: TestTemplatedConfig (2.62s)
23:53:09 [2022-08-23T23:53:09.148Z] === RUN   TestConfigCreateResolve
23:53:11 [2022-08-23T23:53:11.663Z] --- PASS: TestConfigCreateResolve (2.21s)
23:53:11 [2022-08-23T23:53:11.663Z] PASS
23:53:11 [2022-08-23T23:53:11.663Z] 
23:53:11 [2022-08-23T23:53:11.663Z] DONE 6 tests in 13.732s
23:53:11 [2022-08-23T23:53:11.663Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
23:53:11 [2022-08-23T23:53:11.663Z] INFO: Testing against a local daemon
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestAttachWithTTY
23:53:11 [2022-08-23T23:53:11.663Z] --- PASS: TestAttachWithTTY (0.06s)
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestAttachWithoutTTy
23:53:11 [2022-08-23T23:53:11.663Z] --- PASS: TestAttachWithoutTTy (0.05s)
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestCheckpoint
23:53:11 [2022-08-23T23:53:11.663Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:53:11 [2022-08-23T23:53:11.663Z] --- SKIP: TestCheckpoint (0.00s)
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/commit
23:53:11 [2022-08-23T23:53:11.663Z] === PAUSE TestContainerInvalidJSON/commit
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/containers/create
23:53:11 [2022-08-23T23:53:11.663Z] === PAUSE TestContainerInvalidJSON/containers/create
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
23:53:11 [2022-08-23T23:53:11.663Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
23:53:11 [2022-08-23T23:53:11.663Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
23:53:11 [2022-08-23T23:53:11.663Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
23:53:11 [2022-08-23T23:53:11.663Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
23:53:11 [2022-08-23T23:53:11.663Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
23:53:11 [2022-08-23T23:53:11.663Z] === CONT  TestContainerInvalidJSON/commit
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
23:53:11 [2022-08-23T23:53:11.663Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/commit/empty_body
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
23:53:11 [2022-08-23T23:53:11.663Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
23:53:11 [2022-08-23T23:53:11.663Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
23:53:11 [2022-08-23T23:53:11.663Z] === CONT  TestContainerInvalidJSON/containers/create
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
23:53:11 [2022-08-23T23:53:11.663Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
23:53:11 [2022-08-23T23:53:11.663Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
23:53:11 [2022-08-23T23:53:11.663Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
23:53:11 [2022-08-23T23:53:11.663Z] --- PASS: TestContainerInvalidJSON (0.01s)
23:53:11 [2022-08-23T23:53:11.663Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
23:53:11 [2022-08-23T23:53:11.663Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
23:53:11 [2022-08-23T23:53:11.663Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
23:53:11 [2022-08-23T23:53:11.663Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
23:53:11 [2022-08-23T23:53:11.663Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
23:53:11 [2022-08-23T23:53:11.663Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s)
23:53:11 [2022-08-23T23:53:11.664Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.01s)
23:53:11 [2022-08-23T23:53:11.664Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
23:53:11 [2022-08-23T23:53:11.664Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:53:11 [2022-08-23T23:53:11.664Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
23:53:11 [2022-08-23T23:53:11.664Z] === RUN   TestCopyFromContainerPathIsNotDir
23:53:11 [2022-08-23T23:53:11.664Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
23:53:11 [2022-08-23T23:53:11.664Z] === RUN   TestCopyToContainerPathDoesNotExist
23:53:11 [2022-08-23T23:53:11.920Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s)
23:53:11 [2022-08-23T23:53:11.920Z] === RUN   TestCopyEmptyFile
23:53:11 [2022-08-23T23:53:11.920Z] --- PASS: TestCopyEmptyFile (0.22s)
23:53:11 [2022-08-23T23:53:11.920Z] === RUN   TestCopyToContainerPathIsNotDir
23:53:12 [2022-08-23T23:53:12.176Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
23:53:12 [2022-08-23T23:53:12.176Z] === RUN   TestCopyFromContainer
23:53:13 [2022-08-23T23:53:13.104Z] === RUN   TestCopyFromContainer//
23:53:13 [2022-08-23T23:53:13.104Z] === RUN   TestCopyFromContainer//bar/root
23:53:13 [2022-08-23T23:53:13.405Z] === RUN   TestCopyFromContainer//bar/root/
23:53:13 [2022-08-23T23:53:13.405Z] === RUN   TestCopyFromContainer/bar/quux
23:53:13 [2022-08-23T23:53:13.405Z] === RUN   TestCopyFromContainer/bar/quux/
23:53:13 [2022-08-23T23:53:13.405Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:53:13 [2022-08-23T23:53:13.661Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:53:13 [2022-08-23T23:53:13.661Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:53:13 [2022-08-23T23:53:13.661Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:53:13 [2022-08-23T23:53:13.661Z] === RUN   TestCopyFromContainer/bar/notarget
23:53:13 [2022-08-23T23:53:13.917Z] --- PASS: TestCopyFromContainer (1.80s)
23:53:13 [2022-08-23T23:53:13.917Z]     --- PASS: TestCopyFromContainer// (0.06s)
23:53:13 [2022-08-23T23:53:13.917Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
23:53:13 [2022-08-23T23:53:13.917Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
23:53:13 [2022-08-23T23:53:13.917Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
23:53:13 [2022-08-23T23:53:13.917Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.09s)
23:53:13 [2022-08-23T23:53:13.917Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s)
23:53:13 [2022-08-23T23:53:13.917Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
23:53:13 [2022-08-23T23:53:13.917Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
23:53:13 [2022-08-23T23:53:13.917Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
23:53:13 [2022-08-23T23:53:13.917Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
23:53:13 [2022-08-23T23:53:13.917Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
23:53:13 [2022-08-23T23:53:13.917Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:53:13 [2022-08-23T23:53:13.917Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:53:13 [2022-08-23T23:53:13.917Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:53:13 [2022-08-23T23:53:13.917Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:53:13 [2022-08-23T23:53:13.917Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
23:53:13 [2022-08-23T23:53:13.917Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
23:53:13 [2022-08-23T23:53:13.917Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:53:13 [2022-08-23T23:53:13.917Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
23:53:13 [2022-08-23T23:53:13.917Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:53:13 [2022-08-23T23:53:13.917Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
23:53:13 [2022-08-23T23:53:13.917Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
23:53:13 [2022-08-23T23:53:13.917Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
23:53:13 [2022-08-23T23:53:13.917Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
23:53:13 [2022-08-23T23:53:13.917Z] === RUN   TestCreateLinkToNonExistingContainer
23:53:13 [2022-08-23T23:53:13.917Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
23:53:13 [2022-08-23T23:53:13.917Z] === RUN   TestCreateWithInvalidEnv
23:53:13 [2022-08-23T23:53:13.917Z] === RUN   TestCreateWithInvalidEnv/0
23:53:13 [2022-08-23T23:53:13.917Z] === PAUSE TestCreateWithInvalidEnv/0
23:53:13 [2022-08-23T23:53:13.917Z] === RUN   TestCreateWithInvalidEnv/1
23:53:13 [2022-08-23T23:53:13.917Z] === PAUSE TestCreateWithInvalidEnv/1
23:53:13 [2022-08-23T23:53:13.917Z] === RUN   TestCreateWithInvalidEnv/2
23:53:13 [2022-08-23T23:53:13.917Z] === PAUSE TestCreateWithInvalidEnv/2
23:53:13 [2022-08-23T23:53:13.917Z] === CONT  TestCreateWithInvalidEnv/0
23:53:13 [2022-08-23T23:53:13.917Z] === CONT  TestCreateWithInvalidEnv/2
23:53:13 [2022-08-23T23:53:13.917Z] === CONT  TestCreateWithInvalidEnv/1
23:53:13 [2022-08-23T23:53:13.917Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
23:53:13 [2022-08-23T23:53:13.917Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
23:53:13 [2022-08-23T23:53:13.917Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
23:53:13 [2022-08-23T23:53:13.917Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
23:53:13 [2022-08-23T23:53:13.917Z] === RUN   TestCreateTmpfsMountsTarget
23:53:13 [2022-08-23T23:53:13.917Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
23:53:13 [2022-08-23T23:53:13.917Z] === RUN   TestCreateWithCustomMaskedPaths
23:53:15 [2022-08-23T23:53:15.805Z] --- PASS: TestCreateWithCustomMaskedPaths (1.60s)
23:53:15 [2022-08-23T23:53:15.805Z] === RUN   TestCreateWithCustomReadonlyPaths
23:53:17 [2022-08-23T23:53:17.215Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.69s)
23:53:17 [2022-08-23T23:53:17.215Z] === RUN   TestCreateWithInvalidHealthcheckParams
23:53:17 [2022-08-23T23:53:17.215Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:53:17 [2022-08-23T23:53:17.215Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:53:17 [2022-08-23T23:53:17.215Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:53:17 [2022-08-23T23:53:17.215Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:53:17 [2022-08-23T23:53:17.215Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:53:17 [2022-08-23T23:53:17.215Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:53:17 [2022-08-23T23:53:17.215Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:53:17 [2022-08-23T23:53:17.215Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:53:17 [2022-08-23T23:53:17.215Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:53:17 [2022-08-23T23:53:17.215Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:53:17 [2022-08-23T23:53:17.215Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:53:17 [2022-08-23T23:53:17.215Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:53:17 [2022-08-23T23:53:17.215Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:53:17 [2022-08-23T23:53:17.215Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:53:17 [2022-08-23T23:53:17.215Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:53:17 [2022-08-23T23:53:17.215Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
23:53:17 [2022-08-23T23:53:17.215Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
23:53:17 [2022-08-23T23:53:17.215Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
23:53:17 [2022-08-23T23:53:17.215Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
23:53:17 [2022-08-23T23:53:17.215Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
23:53:17 [2022-08-23T23:53:17.215Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
23:53:17 [2022-08-23T23:53:17.215Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
23:53:17 [2022-08-23T23:53:17.818Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.58s)
23:53:17 [2022-08-23T23:53:17.818Z] === RUN   TestCreateDifferentPlatform
23:53:17 [2022-08-23T23:53:17.818Z] === RUN   TestCreateDifferentPlatform/different_os
23:53:17 [2022-08-23T23:53:17.818Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
23:53:17 [2022-08-23T23:53:17.818Z] --- PASS: TestCreateDifferentPlatform (0.01s)
23:53:17 [2022-08-23T23:53:17.818Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
23:53:17 [2022-08-23T23:53:17.818Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
23:53:17 [2022-08-23T23:53:17.818Z] === RUN   TestCreateVolumesFromNonExistingContainer
23:53:17 [2022-08-23T23:53:17.818Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
23:53:17 [2022-08-23T23:53:17.818Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
23:53:18 [2022-08-23T23:53:18.074Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
23:53:18 [2022-08-23T23:53:18.074Z] === RUN   TestCreateInvalidHostConfig
23:53:18 [2022-08-23T23:53:18.074Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
23:53:18 [2022-08-23T23:53:18.074Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
23:53:18 [2022-08-23T23:53:18.074Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
23:53:18 [2022-08-23T23:53:18.074Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
23:53:18 [2022-08-23T23:53:18.074Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
23:53:18 [2022-08-23T23:53:18.074Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
23:53:18 [2022-08-23T23:53:18.074Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
23:53:18 [2022-08-23T23:53:18.074Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
23:53:18 [2022-08-23T23:53:18.074Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
23:53:18 [2022-08-23T23:53:18.074Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
23:53:18 [2022-08-23T23:53:18.074Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
23:53:18 [2022-08-23T23:53:18.074Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
23:53:18 [2022-08-23T23:53:18.074Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
23:53:18 [2022-08-23T23:53:18.074Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
23:53:18 [2022-08-23T23:53:18.074Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
23:53:18 [2022-08-23T23:53:18.074Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
23:53:18 [2022-08-23T23:53:18.074Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
23:53:18 [2022-08-23T23:53:18.074Z] === RUN   TestContainerStartOnDaemonRestart
23:53:18 [2022-08-23T23:53:18.074Z] === PAUSE TestContainerStartOnDaemonRestart
23:53:18 [2022-08-23T23:53:18.074Z] === RUN   TestDaemonRestartIpcMode
23:53:18 [2022-08-23T23:53:18.074Z] === PAUSE TestDaemonRestartIpcMode
23:53:18 [2022-08-23T23:53:18.074Z] === RUN   TestDaemonHostGatewayIP
23:53:18 [2022-08-23T23:53:18.074Z] === PAUSE TestDaemonHostGatewayIP
23:53:18 [2022-08-23T23:53:18.074Z] === RUN   TestRestartDaemonWithRestartingContainer
23:53:18 [2022-08-23T23:53:18.074Z] === PAUSE TestRestartDaemonWithRestartingContainer
23:53:18 [2022-08-23T23:53:18.074Z] === RUN   TestContainerKillOnDaemonStart
23:53:18 [2022-08-23T23:53:18.074Z] === PAUSE TestContainerKillOnDaemonStart
23:53:18 [2022-08-23T23:53:18.074Z] === RUN   TestDiff
23:53:18 [2022-08-23T23:53:18.636Z] --- PASS: TestDiff (0.56s)
23:53:18 [2022-08-23T23:53:18.636Z] === RUN   TestExecConsoleSize
23:53:19 [2022-08-23T23:53:19.197Z] --- PASS: TestExecConsoleSize (0.63s)
23:53:19 [2022-08-23T23:53:19.197Z] === RUN   TestExecWithCloseStdin
23:53:19 [2022-08-23T23:53:19.802Z] --- PASS: TestExecWithCloseStdin (0.66s)
23:53:19 [2022-08-23T23:53:19.802Z] === RUN   TestExec
23:53:20 [2022-08-23T23:53:20.404Z] --- PASS: TestExec (0.65s)
23:53:20 [2022-08-23T23:53:20.404Z] === RUN   TestExecUser
23:53:21 [2022-08-23T23:53:21.330Z] --- PASS: TestExecUser (0.66s)
23:53:21 [2022-08-23T23:53:21.330Z] === RUN   TestExportContainerAndImportImage
23:53:21 [2022-08-23T23:53:21.892Z] --- PASS: TestExportContainerAndImportImage (0.65s)
23:53:21 [2022-08-23T23:53:21.892Z] === RUN   TestExportContainerAfterDaemonRestart
23:53:23 [2022-08-23T23:53:23.300Z] --- PASS: TestExportContainerAfterDaemonRestart (1.30s)
23:53:23 [2022-08-23T23:53:23.300Z] === RUN   TestHealthCheckWorkdir
23:53:23 [2022-08-23T23:53:23.861Z] --- PASS: TestHealthCheckWorkdir (0.76s)
23:53:23 [2022-08-23T23:53:23.861Z] === RUN   TestHealthKillContainer
23:53:32 [2022-08-23T23:53:32.116Z] --- PASS: TestHealthKillContainer (8.26s)
23:53:32 [2022-08-23T23:53:32.116Z] === RUN   TestHealthCheckProcessKilled
23:53:33 [2022-08-23T23:53:33.043Z] --- PASS: TestHealthCheckProcessKilled (0.86s)
23:53:33 [2022-08-23T23:53:33.043Z] === RUN   TestInspectCpusetInConfigPre120
23:53:33 [2022-08-23T23:53:33.604Z] --- PASS: TestInspectCpusetInConfigPre120 (0.50s)
23:53:33 [2022-08-23T23:53:33.604Z] === RUN   TestIpcModeNone
23:53:34 [2022-08-23T23:53:34.166Z] --- PASS: TestIpcModeNone (0.63s)
23:53:34 [2022-08-23T23:53:34.166Z] === RUN   TestIpcModePrivate
23:53:34 [2022-08-23T23:53:34.422Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:67, shared: false, mustBeShared: false
23:53:34 [2022-08-23T23:53:34.677Z] --- PASS: TestIpcModePrivate (0.67s)
23:53:34 [2022-08-23T23:53:34.677Z] === RUN   TestIpcModeShareable
23:53:35 [2022-08-23T23:53:35.238Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:62, shared: true, mustBeShared: true
23:53:35 [2022-08-23T23:53:35.495Z] --- PASS: TestIpcModeShareable (0.67s)
23:53:35 [2022-08-23T23:53:35.495Z] === RUN   TestAPIIpcModeShareableAndContainer
23:53:37 [2022-08-23T23:53:37.468Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.98s)
23:53:37 [2022-08-23T23:53:37.468Z] === RUN   TestAPIIpcModeHost
23:53:37 [2022-08-23T23:53:37.724Z] --- PASS: TestAPIIpcModeHost (0.42s)
23:53:37 [2022-08-23T23:53:37.724Z] === RUN   TestDaemonIpcModeShareable
23:53:39 [2022-08-23T23:53:39.131Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:71, shared: true, mustBeShared: true
23:53:39 [2022-08-23T23:53:39.131Z] --- PASS: TestDaemonIpcModeShareable (1.20s)
23:53:39 [2022-08-23T23:53:39.131Z] === RUN   TestDaemonIpcModePrivate
23:53:40 [2022-08-23T23:53:40.059Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:76, shared: false, mustBeShared: false
23:53:40 [2022-08-23T23:53:40.321Z] --- PASS: TestDaemonIpcModePrivate (1.23s)
23:53:40 [2022-08-23T23:53:40.321Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:53:41 [2022-08-23T23:53:41.268Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:76, shared: false, mustBeShared: false
23:53:41 [2022-08-23T23:53:41.530Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.19s)
23:53:41 [2022-08-23T23:53:41.530Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:53:42 [2022-08-23T23:53:42.457Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:71, shared: true, mustBeShared: true
23:53:42 [2022-08-23T23:53:42.713Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.24s)
23:53:42 [2022-08-23T23:53:42.713Z] === RUN   TestIpcModeOlderClient
23:53:42 [2022-08-23T23:53:42.713Z] === PAUSE TestIpcModeOlderClient
23:53:42 [2022-08-23T23:53:42.713Z] === RUN   TestKillContainerInvalidSignal
23:53:43 [2022-08-23T23:53:43.275Z] --- PASS: TestKillContainerInvalidSignal (0.42s)
23:53:43 [2022-08-23T23:53:43.275Z] === RUN   TestKillContainer
23:53:43 [2022-08-23T23:53:43.275Z] === RUN   TestKillContainer/no_signal
23:53:43 [2022-08-23T23:53:43.531Z] === RUN   TestKillContainer/non_killing_signal
23:53:43 [2022-08-23T23:53:43.787Z] === RUN   TestKillContainer/killing_signal
23:53:44 [2022-08-23T23:53:44.714Z] --- PASS: TestKillContainer (1.35s)
23:53:44 [2022-08-23T23:53:44.714Z]     --- PASS: TestKillContainer/no_signal (0.42s)
23:53:44 [2022-08-23T23:53:44.714Z]     --- PASS: TestKillContainer/non_killing_signal (0.30s)
23:53:44 [2022-08-23T23:53:44.714Z]     --- PASS: TestKillContainer/killing_signal (0.45s)
23:53:44 [2022-08-23T23:53:44.714Z] === RUN   TestKillWithStopSignalAndRestartPolicies
23:53:44 [2022-08-23T23:53:44.714Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
23:53:44 [2022-08-23T23:53:44.970Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
23:53:45 [2022-08-23T23:53:45.897Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.25s)
23:53:45 [2022-08-23T23:53:45.897Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s)
23:53:45 [2022-08-23T23:53:45.897Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.68s)
23:53:45 [2022-08-23T23:53:45.897Z] === RUN   TestKillStoppedContainer
23:53:45 [2022-08-23T23:53:45.897Z] --- PASS: TestKillStoppedContainer (0.04s)
23:53:45 [2022-08-23T23:53:45.897Z] === RUN   TestKillStoppedContainerAPIPre120
23:53:45 [2022-08-23T23:53:45.897Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
23:53:45 [2022-08-23T23:53:45.897Z] === RUN   TestKillDifferentUserContainer
23:53:46 [2022-08-23T23:53:46.154Z] --- PASS: TestKillDifferentUserContainer (0.44s)
23:53:46 [2022-08-23T23:53:46.154Z] === RUN   TestInspectOomKilledTrue
23:53:46 [2022-08-23T23:53:46.154Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
23:53:46 [2022-08-23T23:53:46.154Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
23:53:46 [2022-08-23T23:53:46.154Z] === RUN   TestInspectOomKilledFalse
23:53:46 [2022-08-23T23:53:46.763Z] --- PASS: TestInspectOomKilledFalse (0.42s)
23:53:46 [2022-08-23T23:53:46.763Z] === RUN   TestLinksEtcHostsContentMatch
23:53:47 [2022-08-23T23:53:47.019Z] --- PASS: TestLinksEtcHostsContentMatch (0.32s)
23:53:47 [2022-08-23T23:53:47.019Z] === RUN   TestLinksContainerNames
23:53:47 [2022-08-23T23:53:47.948Z] --- PASS: TestLinksContainerNames (0.91s)
23:53:47 [2022-08-23T23:53:47.948Z] === RUN   TestLogsFollowTailEmpty
23:53:48 [2022-08-23T23:53:48.510Z] --- PASS: TestLogsFollowTailEmpty (0.47s)
23:53:48 [2022-08-23T23:53:48.510Z] === RUN   TestLogs
23:53:48 [2022-08-23T23:53:48.510Z] === RUN   TestLogs/driver_local
23:53:48 [2022-08-23T23:53:48.510Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
23:53:48 [2022-08-23T23:53:48.510Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
23:53:48 [2022-08-23T23:53:48.510Z] === RUN   TestLogs/driver_local/tty/only_stdout
23:53:48 [2022-08-23T23:53:48.510Z] === PAUSE TestLogs/driver_local/tty/only_stdout
23:53:48 [2022-08-23T23:53:48.510Z] === RUN   TestLogs/driver_local/tty/only_stderr
23:53:48 [2022-08-23T23:53:48.510Z] === PAUSE TestLogs/driver_local/tty/only_stderr
23:53:48 [2022-08-23T23:53:48.510Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
23:53:48 [2022-08-23T23:53:48.510Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
23:53:48 [2022-08-23T23:53:48.510Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
23:53:48 [2022-08-23T23:53:48.510Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
23:53:48 [2022-08-23T23:53:48.510Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
23:53:48 [2022-08-23T23:53:48.510Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
23:53:48 [2022-08-23T23:53:48.510Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
23:53:48 [2022-08-23T23:53:48.510Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
23:53:49 [2022-08-23T23:53:49.073Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
23:53:49 [2022-08-23T23:53:49.073Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
23:53:49 [2022-08-23T23:53:49.635Z] === CONT  TestLogs/driver_local/tty/only_stderr
23:53:49 [2022-08-23T23:53:49.635Z] === CONT  TestLogs/driver_local/tty/only_stdout
23:53:50 [2022-08-23T23:53:50.197Z] === RUN   TestLogs/driver_json-file
23:53:50 [2022-08-23T23:53:50.453Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
23:53:50 [2022-08-23T23:53:50.453Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
23:53:50 [2022-08-23T23:53:50.453Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
23:53:50 [2022-08-23T23:53:50.453Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
23:53:50 [2022-08-23T23:53:50.453Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
23:53:50 [2022-08-23T23:53:50.453Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
23:53:50 [2022-08-23T23:53:50.453Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
23:53:50 [2022-08-23T23:53:50.453Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
23:53:50 [2022-08-23T23:53:50.453Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
23:53:50 [2022-08-23T23:53:50.453Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
23:53:50 [2022-08-23T23:53:50.453Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
23:53:50 [2022-08-23T23:53:50.453Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
23:53:50 [2022-08-23T23:53:50.453Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
23:53:50 [2022-08-23T23:53:50.453Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
23:53:51 [2022-08-23T23:53:51.014Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
23:53:51 [2022-08-23T23:53:51.014Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
23:53:51 [2022-08-23T23:53:51.577Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
23:53:51 [2022-08-23T23:53:51.578Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
23:53:52 [2022-08-23T23:53:52.140Z] --- PASS: TestLogs (3.89s)
23:53:52 [2022-08-23T23:53:52.140Z]     --- PASS: TestLogs/driver_local (0.01s)
23:53:52 [2022-08-23T23:53:52.140Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.73s)
23:53:52 [2022-08-23T23:53:52.140Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.76s)
23:53:52 [2022-08-23T23:53:52.140Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.59s)
23:53:52 [2022-08-23T23:53:52.140Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.60s)
23:53:52 [2022-08-23T23:53:52.140Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.53s)
23:53:52 [2022-08-23T23:53:52.140Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.59s)
23:53:52 [2022-08-23T23:53:52.140Z]     --- PASS: TestLogs/driver_json-file (0.01s)
23:53:52 [2022-08-23T23:53:52.140Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.76s)
23:53:52 [2022-08-23T23:53:52.140Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.80s)
23:53:52 [2022-08-23T23:53:52.140Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.56s)
23:53:52 [2022-08-23T23:53:52.140Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.56s)
23:53:52 [2022-08-23T23:53:52.140Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.57s)
23:53:52 [2022-08-23T23:53:52.140Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.57s)
23:53:52 [2022-08-23T23:53:52.140Z] === RUN   TestContainerNetworkMountsNoChown
23:53:52 [2022-08-23T23:53:52.704Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s)
23:53:52 [2022-08-23T23:53:52.704Z] === RUN   TestMountDaemonRoot
23:53:52 [2022-08-23T23:53:52.704Z] === RUN   TestMountDaemonRoot/default
23:53:52 [2022-08-23T23:53:52.704Z] === PAUSE TestMountDaemonRoot/default
23:53:52 [2022-08-23T23:53:52.704Z] === RUN   TestMountDaemonRoot/private
23:53:52 [2022-08-23T23:53:52.704Z] === PAUSE TestMountDaemonRoot/private
23:53:52 [2022-08-23T23:53:52.704Z] === RUN   TestMountDaemonRoot/rprivate
23:53:52 [2022-08-23T23:53:52.704Z] === PAUSE TestMountDaemonRoot/rprivate
23:53:52 [2022-08-23T23:53:52.704Z] === RUN   TestMountDaemonRoot/slave
23:53:52 [2022-08-23T23:53:52.704Z] === PAUSE TestMountDaemonRoot/slave
23:53:52 [2022-08-23T23:53:52.704Z] === RUN   TestMountDaemonRoot/rslave
23:53:52 [2022-08-23T23:53:52.704Z] === PAUSE TestMountDaemonRoot/rslave
23:53:52 [2022-08-23T23:53:52.704Z] === RUN   TestMountDaemonRoot/shared
23:53:52 [2022-08-23T23:53:52.704Z] === PAUSE TestMountDaemonRoot/shared
23:53:52 [2022-08-23T23:53:52.704Z] === RUN   TestMountDaemonRoot/rshared
23:53:52 [2022-08-23T23:53:52.704Z] === PAUSE TestMountDaemonRoot/rshared
23:53:52 [2022-08-23T23:53:52.704Z] === CONT  TestMountDaemonRoot/default
23:53:52 [2022-08-23T23:53:52.704Z] === RUN   TestMountDaemonRoot/default/mount_root
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/default/mount_root
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/default/mount_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/default/bind_root
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/default/bind_root
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/default/bind_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === CONT  TestMountDaemonRoot/default/mount_root
23:53:52 [2022-08-23T23:53:52.705Z] === CONT  TestMountDaemonRoot/rshared
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/rshared/bind_root
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/rshared/mount_root
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === CONT  TestMountDaemonRoot/rshared/bind_root
23:53:52 [2022-08-23T23:53:52.705Z] === CONT  TestMountDaemonRoot/shared
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/shared/bind_root
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/shared/bind_root
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/shared/mount_root
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/shared/mount_root
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === CONT  TestMountDaemonRoot/rslave
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/rslave/bind_root
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/rslave/mount_root
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === CONT  TestMountDaemonRoot/slave
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/slave/bind_root
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/slave/bind_root
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/slave/mount_root
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/slave/mount_root
23:53:52 [2022-08-23T23:53:52.705Z] === CONT  TestMountDaemonRoot/rprivate
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
23:53:52 [2022-08-23T23:53:52.705Z] === CONT  TestMountDaemonRoot/private
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/private/bind_root
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/private/bind_root
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/private/bind_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/private/mount_root
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/private/mount_root
23:53:52 [2022-08-23T23:53:52.705Z] === RUN   TestMountDaemonRoot/private/mount_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === CONT  TestMountDaemonRoot/default/bind_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === CONT  TestMountDaemonRoot/default/bind_root
23:53:52 [2022-08-23T23:53:52.705Z] === CONT  TestMountDaemonRoot/default/mount_subpath
23:53:52 [2022-08-23T23:53:52.705Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
23:53:52 [2022-08-23T23:53:52.961Z] === CONT  TestMountDaemonRoot/rshared/mount_root
23:53:52 [2022-08-23T23:53:52.961Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
23:53:52 [2022-08-23T23:53:52.961Z] === CONT  TestMountDaemonRoot/shared/bind_root
23:53:52 [2022-08-23T23:53:52.961Z] === CONT  TestMountDaemonRoot/rslave/bind_root
23:53:52 [2022-08-23T23:53:52.961Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
23:53:52 [2022-08-23T23:53:52.961Z] === CONT  TestMountDaemonRoot/shared/mount_root
23:53:52 [2022-08-23T23:53:52.961Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
23:53:52 [2022-08-23T23:53:52.961Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
23:53:52 [2022-08-23T23:53:52.961Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
23:53:52 [2022-08-23T23:53:52.961Z] === CONT  TestMountDaemonRoot/rslave/mount_root
23:53:52 [2022-08-23T23:53:52.961Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
23:53:52 [2022-08-23T23:53:52.961Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
23:53:52 [2022-08-23T23:53:52.961Z] === CONT  TestMountDaemonRoot/slave/mount_root
23:53:52 [2022-08-23T23:53:52.961Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
23:53:52 [2022-08-23T23:53:52.961Z] === CONT  TestMountDaemonRoot/slave/bind_root
23:53:53 [2022-08-23T23:53:53.217Z] === CONT  TestMountDaemonRoot/private/bind_root
23:53:53 [2022-08-23T23:53:53.217Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
23:53:53 [2022-08-23T23:53:53.217Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
23:53:53 [2022-08-23T23:53:53.217Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
23:53:53 [2022-08-23T23:53:53.217Z] === CONT  TestMountDaemonRoot/private/mount_subpath
23:53:53 [2022-08-23T23:53:53.217Z] === CONT  TestMountDaemonRoot/private/mount_root
23:53:53 [2022-08-23T23:53:53.217Z] === CONT  TestMountDaemonRoot/private/bind_subpath
23:53:53 [2022-08-23T23:53:53.217Z] --- PASS: TestMountDaemonRoot (0.01s)
23:53:53 [2022-08-23T23:53:53.217Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
23:53:53 [2022-08-23T23:53:53.217Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
23:53:53 [2022-08-23T23:53:53.217Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
23:53:53 [2022-08-23T23:53:53.217Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
23:53:53 [2022-08-23T23:53:53.217Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
23:53:53 [2022-08-23T23:53:53.217Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
23:53:53 [2022-08-23T23:53:53.217Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
23:53:53 [2022-08-23T23:53:53.217Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
23:53:53 [2022-08-23T23:53:53.217Z] === RUN   TestContainerBindMountNonRecursive
23:53:54 [2022-08-23T23:53:54.582Z] --- PASS: TestContainerBindMountNonRecursive (1.39s)
23:53:54 [2022-08-23T23:53:54.582Z] === RUN   TestContainerVolumesMountedAsShared
23:53:55 [2022-08-23T23:53:55.143Z] --- PASS: TestContainerVolumesMountedAsShared (0.43s)
23:53:55 [2022-08-23T23:53:55.143Z] === RUN   TestContainerVolumesMountedAsSlave
23:53:55 [2022-08-23T23:53:55.400Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s)
23:53:55 [2022-08-23T23:53:55.400Z] === RUN   TestNetworkNat
23:53:55 [2022-08-23T23:53:55.961Z] --- PASS: TestNetworkNat (0.48s)
23:53:55 [2022-08-23T23:53:55.961Z] === RUN   TestNetworkLocalhostTCPNat
23:53:56 [2022-08-23T23:53:56.217Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s)
23:53:56 [2022-08-23T23:53:56.217Z] === RUN   TestNetworkLoopbackNat
23:53:58 [2022-08-23T23:53:58.776Z] --- PASS: TestNetworkLoopbackNat (2.59s)
23:53:58 [2022-08-23T23:53:58.776Z] === RUN   TestPause
23:53:59 [2022-08-23T23:53:59.338Z] --- PASS: TestPause (0.46s)
23:53:59 [2022-08-23T23:53:59.338Z] === RUN   TestPauseFailsOnWindowsServerContainers
23:53:59 [2022-08-23T23:53:59.338Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
23:53:59 [2022-08-23T23:53:59.338Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
23:53:59 [2022-08-23T23:53:59.338Z] === RUN   TestPauseStopPausedContainer
23:53:59 [2022-08-23T23:53:59.899Z] --- PASS: TestPauseStopPausedContainer (0.46s)
23:53:59 [2022-08-23T23:53:59.899Z] === RUN   TestPidHost
23:54:00 [2022-08-23T23:54:00.825Z] --- PASS: TestPidHost (1.02s)
23:54:00 [2022-08-23T23:54:00.825Z] === RUN   TestPsFilter
23:54:00 [2022-08-23T23:54:00.825Z] --- PASS: TestPsFilter (0.13s)
23:54:00 [2022-08-23T23:54:00.825Z] === RUN   TestRemoveContainerWithRemovedVolume
23:54:01 [2022-08-23T23:54:01.429Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s)
23:54:01 [2022-08-23T23:54:01.429Z] === RUN   TestRemoveContainerWithVolume
23:54:01 [2022-08-23T23:54:01.990Z] --- PASS: TestRemoveContainerWithVolume (0.46s)
23:54:01 [2022-08-23T23:54:01.990Z] === RUN   TestRemoveContainerRunning
23:54:02 [2022-08-23T23:54:02.246Z] --- PASS: TestRemoveContainerRunning (0.44s)
23:54:02 [2022-08-23T23:54:02.246Z] === RUN   TestRemoveContainerForceRemoveRunning
23:54:02 [2022-08-23T23:54:02.850Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.47s)
23:54:02 [2022-08-23T23:54:02.850Z] === RUN   TestRemoveInvalidContainer
23:54:02 [2022-08-23T23:54:02.850Z] --- PASS: TestRemoveInvalidContainer (0.01s)
23:54:02 [2022-08-23T23:54:02.850Z] === RUN   TestRenameLinkedContainer
23:54:04 [2022-08-23T23:54:04.781Z] --- PASS: TestRenameLinkedContainer (1.79s)
23:54:04 [2022-08-23T23:54:04.781Z] === RUN   TestRenameStoppedContainer
23:54:05 [2022-08-23T23:54:05.038Z] --- PASS: TestRenameStoppedContainer (0.41s)
23:54:05 [2022-08-23T23:54:05.038Z] === RUN   TestRenameRunningContainerAndReuse
23:54:05 [2022-08-23T23:54:05.966Z] --- PASS: TestRenameRunningContainerAndReuse (0.95s)
23:54:05 [2022-08-23T23:54:05.966Z] === RUN   TestRenameInvalidName
23:54:06 [2022-08-23T23:54:06.222Z] --- PASS: TestRenameInvalidName (0.43s)
23:54:06 [2022-08-23T23:54:06.222Z] === RUN   TestRenameAnonymousContainer
23:54:08 [2022-08-23T23:54:08.112Z] --- PASS: TestRenameAnonymousContainer (1.55s)
23:54:08 [2022-08-23T23:54:08.112Z] === RUN   TestRenameContainerWithSameName
23:54:08 [2022-08-23T23:54:08.368Z] --- PASS: TestRenameContainerWithSameName (0.45s)
23:54:08 [2022-08-23T23:54:08.368Z] === RUN   TestRenameContainerWithLinkedContainer
23:54:09 [2022-08-23T23:54:09.295Z] --- PASS: TestRenameContainerWithLinkedContainer (0.87s)
23:54:09 [2022-08-23T23:54:09.295Z] === RUN   TestResize
23:54:09 [2022-08-23T23:54:09.551Z] --- PASS: TestResize (0.43s)
23:54:09 [2022-08-23T23:54:09.551Z] === RUN   TestResizeWithInvalidSize
23:54:10 [2022-08-23T23:54:10.115Z] --- PASS: TestResizeWithInvalidSize (0.44s)
23:54:10 [2022-08-23T23:54:10.115Z] === RUN   TestResizeWhenContainerNotStarted
23:54:10 [2022-08-23T23:54:10.372Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s)
23:54:10 [2022-08-23T23:54:10.628Z] === RUN   TestDaemonRestartKillContainers
23:54:10 [2022-08-23T23:54:10.628Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:54:10 [2022-08-23T23:54:10.628Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
23:54:12 [2022-08-23T23:54:12.605Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:54:13 [2022-08-23T23:54:13.970Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:54:14 [2022-08-23T23:54:14.897Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:54:14 [2022-08-23T23:54:14.897Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:54:16 [2022-08-23T23:54:16.264Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
23:54:16 [2022-08-23T23:54:16.264Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
23:54:19 [2022-08-23T23:54:19.533Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
23:54:19 [2022-08-23T23:54:19.789Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:54:22 [2022-08-23T23:54:22.350Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:54:23 [2022-08-23T23:54:23.715Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:54:23 [2022-08-23T23:54:23.715Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:54:25 [2022-08-23T23:54:25.666Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:54:25 [2022-08-23T23:54:25.946Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:54:27 [2022-08-23T23:54:27.318Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:54:29 [2022-08-23T23:54:29.206Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
23:54:29 [2022-08-23T23:54:29.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.99s)
23:54:29 [2022-08-23T23:54:29.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.23s)
23:54:29 [2022-08-23T23:54:29.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.23s)
23:54:29 [2022-08-23T23:54:29.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s)
23:54:29 [2022-08-23T23:54:29.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.24s)
23:54:29 [2022-08-23T23:54:29.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.31s)
23:54:29 [2022-08-23T23:54:29.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.53s)
23:54:29 [2022-08-23T23:54:29.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.50s)
23:54:29 [2022-08-23T23:54:29.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.22s)
23:54:29 [2022-08-23T23:54:29.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.20s)
23:54:29 [2022-08-23T23:54:29.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.71s)
23:54:29 [2022-08-23T23:54:29.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.95s)
23:54:29 [2022-08-23T23:54:29.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.12s)
23:54:29 [2022-08-23T23:54:29.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.80s)
23:54:29 [2022-08-23T23:54:29.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.87s)
23:54:29 [2022-08-23T23:54:29.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.49s)
23:54:29 [2022-08-23T23:54:29.206Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
23:54:29 [2022-08-23T23:54:29.206Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
23:54:29 [2022-08-23T23:54:29.768Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
23:54:30 [2022-08-23T23:54:30.814Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.85s)
23:54:30 [2022-08-23T23:54:30.814Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.90s)
23:54:30 [2022-08-23T23:54:30.814Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.93s)
23:54:30 [2022-08-23T23:54:30.814Z] === RUN   TestCgroupNamespacesRun
23:54:31 [2022-08-23T23:54:31.901Z] --- PASS: TestCgroupNamespacesRun (1.20s)
23:54:31 [2022-08-23T23:54:31.901Z] === RUN   TestCgroupNamespacesRunPrivileged
23:54:31 [2022-08-23T23:54:31.901Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
23:54:31 [2022-08-23T23:54:31.901Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
23:54:31 [2022-08-23T23:54:31.901Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
23:54:33 [2022-08-23T23:54:33.267Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.21s)
23:54:33 [2022-08-23T23:54:33.267Z] === RUN   TestCgroupNamespacesRunHostMode
23:54:34 [2022-08-23T23:54:34.492Z] --- PASS: TestCgroupNamespacesRunHostMode (1.18s)
23:54:34 [2022-08-23T23:54:34.492Z] === RUN   TestCgroupNamespacesRunPrivateMode
23:54:35 [2022-08-23T23:54:35.466Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.20s)
23:54:35 [2022-08-23T23:54:35.466Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
23:54:36 [2022-08-23T23:54:36.831Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.17s)
23:54:36 [2022-08-23T23:54:36.831Z] === RUN   TestCgroupNamespacesRunInvalidMode
23:54:37 [2022-08-23T23:54:37.434Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s)
23:54:37 [2022-08-23T23:54:37.434Z] === RUN   TestCgroupNamespacesRunOlderClient
23:54:38 [2022-08-23T23:54:38.845Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.24s)
23:54:38 [2022-08-23T23:54:38.845Z] === RUN   TestNISDomainname
23:54:39 [2022-08-23T23:54:39.101Z] --- PASS: TestNISDomainname (0.54s)
23:54:39 [2022-08-23T23:54:39.101Z] === RUN   TestHostnameDnsResolution
23:54:40 [2022-08-23T23:54:40.031Z] --- PASS: TestHostnameDnsResolution (0.71s)
23:54:40 [2022-08-23T23:54:40.031Z] === RUN   TestUnprivilegedPortsAndPing
23:54:40 [2022-08-23T23:54:40.328Z] --- PASS: TestUnprivilegedPortsAndPing (0.52s)
23:54:40 [2022-08-23T23:54:40.329Z] === RUN   TestPrivilegedHostDevices
23:54:40 [2022-08-23T23:54:40.891Z] --- PASS: TestPrivilegedHostDevices (0.49s)
23:54:40 [2022-08-23T23:54:40.891Z] === RUN   TestRunConsoleSize
23:54:41 [2022-08-23T23:54:41.498Z] --- PASS: TestRunConsoleSize (0.42s)
23:54:41 [2022-08-23T23:54:41.498Z] === RUN   TestRunWithAlternativeContainerdShim
23:54:43 [2022-08-23T23:54:43.436Z] --- PASS: TestRunWithAlternativeContainerdShim (2.08s)
23:54:43 [2022-08-23T23:54:43.436Z] === RUN   TestStats
23:54:46 [2022-08-23T23:54:46.040Z] --- PASS: TestStats (2.52s)
23:54:46 [2022-08-23T23:54:46.040Z] === RUN   TestStopContainerWithTimeout
23:54:46 [2022-08-23T23:54:46.040Z] === RUN   TestStopContainerWithTimeout/0
23:54:46 [2022-08-23T23:54:46.040Z] === PAUSE TestStopContainerWithTimeout/0
23:54:46 [2022-08-23T23:54:46.040Z] === RUN   TestStopContainerWithTimeout/1
23:54:46 [2022-08-23T23:54:46.040Z] === PAUSE TestStopContainerWithTimeout/1
23:54:46 [2022-08-23T23:54:46.040Z] === RUN   TestStopContainerWithTimeout/3
23:54:46 [2022-08-23T23:54:46.040Z] === PAUSE TestStopContainerWithTimeout/3
23:54:46 [2022-08-23T23:54:46.040Z] === RUN   TestStopContainerWithTimeout/-1
23:54:46 [2022-08-23T23:54:46.040Z] === PAUSE TestStopContainerWithTimeout/-1
23:54:46 [2022-08-23T23:54:46.040Z] === CONT  TestStopContainerWithTimeout/0
23:54:46 [2022-08-23T23:54:46.040Z] === CONT  TestStopContainerWithTimeout/-1
23:54:46 [2022-08-23T23:54:46.605Z] === CONT  TestStopContainerWithTimeout/3
23:54:48 [2022-08-23T23:54:48.537Z] === CONT  TestStopContainerWithTimeout/1
23:54:50 [2022-08-23T23:54:50.468Z] --- PASS: TestStopContainerWithTimeout (0.01s)
23:54:50 [2022-08-23T23:54:50.468Z]     --- PASS: TestStopContainerWithTimeout/0 (0.75s)
23:54:50 [2022-08-23T23:54:50.468Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.69s)
23:54:50 [2022-08-23T23:54:50.468Z]     --- PASS: TestStopContainerWithTimeout/3 (2.41s)
23:54:50 [2022-08-23T23:54:50.468Z]     --- PASS: TestStopContainerWithTimeout/1 (1.46s)
23:54:50 [2022-08-23T23:54:50.468Z] === RUN   TestDeleteDevicemapper
23:54:50 [2022-08-23T23:54:50.468Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:54:50 [2022-08-23T23:54:50.468Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:54:50 [2022-08-23T23:54:50.468Z] === RUN   TestStopContainerWithRestartPolicyAlways
23:54:51 [2022-08-23T23:54:51.836Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.56s)
23:54:51 [2022-08-23T23:54:51.836Z] === RUN   TestUpdateMemory
23:54:52 [2022-08-23T23:54:52.399Z] --- PASS: TestUpdateMemory (0.59s)
23:54:52 [2022-08-23T23:54:52.399Z] === RUN   TestUpdateCPUQuota
23:54:52 [2022-08-23T23:54:52.961Z] --- PASS: TestUpdateCPUQuota (0.79s)
23:54:52 [2022-08-23T23:54:52.961Z] === RUN   TestUpdatePidsLimit
23:54:52 [2022-08-23T23:54:52.962Z] === RUN   TestUpdatePidsLimit/update_from_none
23:54:53 [2022-08-23T23:54:53.217Z] === RUN   TestUpdatePidsLimit/no_change
23:54:53 [2022-08-23T23:54:53.473Z] === RUN   TestUpdatePidsLimit/update_lower
23:54:53 [2022-08-23T23:54:53.730Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
23:54:53 [2022-08-23T23:54:53.986Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
23:54:54 [2022-08-23T23:54:54.242Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
23:54:54 [2022-08-23T23:54:54.499Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
23:54:55 [2022-08-23T23:54:55.062Z] --- PASS: TestUpdatePidsLimit (2.09s)
23:54:55 [2022-08-23T23:54:55.062Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.21s)
23:54:55 [2022-08-23T23:54:55.062Z]     --- PASS: TestUpdatePidsLimit/no_change (0.23s)
23:54:55 [2022-08-23T23:54:55.062Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.21s)
23:54:55 [2022-08-23T23:54:55.062Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s)
23:54:55 [2022-08-23T23:54:55.062Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.23s)
23:54:55 [2022-08-23T23:54:55.062Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.26s)
23:54:55 [2022-08-23T23:54:55.062Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.24s)
23:54:55 [2022-08-23T23:54:55.062Z] === RUN   TestUpdateRestartPolicy
23:55:07 [2022-08-23T23:55:07.379Z] --- PASS: TestUpdateRestartPolicy (11.11s)
23:55:07 [2022-08-23T23:55:07.379Z] === RUN   TestUpdateRestartWithAutoRemove
23:55:07 [2022-08-23T23:55:07.379Z] --- PASS: TestUpdateRestartWithAutoRemove (0.45s)
23:55:07 [2022-08-23T23:55:07.379Z] === RUN   TestWaitNonBlocked
23:55:07 [2022-08-23T23:55:07.379Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
23:55:07 [2022-08-23T23:55:07.379Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
23:55:07 [2022-08-23T23:55:07.379Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
23:55:07 [2022-08-23T23:55:07.379Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
23:55:07 [2022-08-23T23:55:07.379Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
23:55:07 [2022-08-23T23:55:07.379Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
23:55:07 [2022-08-23T23:55:07.379Z] --- PASS: TestWaitNonBlocked (0.01s)
23:55:07 [2022-08-23T23:55:07.379Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.66s)
23:55:07 [2022-08-23T23:55:07.379Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.70s)
23:55:07 [2022-08-23T23:55:07.379Z] === RUN   TestWaitBlocked
23:55:07 [2022-08-23T23:55:07.379Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
23:55:07 [2022-08-23T23:55:07.379Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
23:55:07 [2022-08-23T23:55:07.379Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
23:55:07 [2022-08-23T23:55:07.379Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
23:55:07 [2022-08-23T23:55:07.379Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
23:55:07 [2022-08-23T23:55:07.379Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
23:55:08 [2022-08-23T23:55:08.307Z] --- PASS: TestWaitBlocked (0.01s)
23:55:08 [2022-08-23T23:55:08.307Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.72s)
23:55:08 [2022-08-23T23:55:08.307Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.76s)
23:55:08 [2022-08-23T23:55:08.307Z] === RUN   TestWaitConditions
23:55:08 [2022-08-23T23:55:08.307Z] === RUN   TestWaitConditions/default
23:55:08 [2022-08-23T23:55:08.307Z] === PAUSE TestWaitConditions/default
23:55:08 [2022-08-23T23:55:08.307Z] === RUN   TestWaitConditions/not-running
23:55:08 [2022-08-23T23:55:08.307Z] === PAUSE TestWaitConditions/not-running
23:55:08 [2022-08-23T23:55:08.307Z] === RUN   TestWaitConditions/next-exit
23:55:08 [2022-08-23T23:55:08.307Z] === PAUSE TestWaitConditions/next-exit
23:55:08 [2022-08-23T23:55:08.307Z] === RUN   TestWaitConditions/removed
23:55:08 [2022-08-23T23:55:08.307Z] === PAUSE TestWaitConditions/removed
23:55:08 [2022-08-23T23:55:08.307Z] === CONT  TestWaitConditions/default
23:55:08 [2022-08-23T23:55:08.307Z] === CONT  TestWaitConditions/next-exit
23:55:09 [2022-08-23T23:55:09.735Z] === CONT  TestWaitConditions/not-running
23:55:09 [2022-08-23T23:55:09.735Z] === CONT  TestWaitConditions/removed
23:55:11 [2022-08-23T23:55:11.623Z] --- PASS: TestWaitConditions (0.02s)
23:55:11 [2022-08-23T23:55:11.623Z]     --- PASS: TestWaitConditions/default (1.59s)
23:55:11 [2022-08-23T23:55:11.623Z]     --- PASS: TestWaitConditions/next-exit (1.66s)
23:55:11 [2022-08-23T23:55:11.623Z]     --- PASS: TestWaitConditions/not-running (1.79s)
23:55:11 [2022-08-23T23:55:11.623Z]     --- PASS: TestWaitConditions/removed (1.75s)
23:55:11 [2022-08-23T23:55:11.623Z] === RUN   TestWaitRestartedContainer
23:55:11 [2022-08-23T23:55:11.623Z] === RUN   TestWaitRestartedContainer/default
23:55:11 [2022-08-23T23:55:11.623Z] === PAUSE TestWaitRestartedContainer/default
23:55:11 [2022-08-23T23:55:11.623Z] === RUN   TestWaitRestartedContainer/not-running
23:55:11 [2022-08-23T23:55:11.623Z] === PAUSE TestWaitRestartedContainer/not-running
23:55:11 [2022-08-23T23:55:11.623Z] === RUN   TestWaitRestartedContainer/next-exit
23:55:11 [2022-08-23T23:55:11.623Z] === PAUSE TestWaitRestartedContainer/next-exit
23:55:11 [2022-08-23T23:55:11.623Z] === CONT  TestWaitRestartedContainer/default
23:55:11 [2022-08-23T23:55:11.623Z] === CONT  TestWaitRestartedContainer/next-exit
23:55:13 [2022-08-23T23:55:13.032Z] === CONT  TestWaitRestartedContainer/not-running
23:55:13 [2022-08-23T23:55:13.962Z] --- PASS: TestWaitRestartedContainer (0.01s)
23:55:13 [2022-08-23T23:55:13.962Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.40s)
23:55:13 [2022-08-23T23:55:13.962Z]     --- PASS: TestWaitRestartedContainer/default (1.52s)
23:55:13 [2022-08-23T23:55:13.962Z]     --- PASS: TestWaitRestartedContainer/not-running (1.03s)
23:55:13 [2022-08-23T23:55:13.962Z] === CONT  TestContainerStartOnDaemonRestart
23:55:13 [2022-08-23T23:55:13.962Z] === CONT  TestRestartDaemonWithRestartingContainer
23:55:16 [2022-08-23T23:55:16.521Z] --- PASS: TestContainerStartOnDaemonRestart (2.42s)
23:55:16 [2022-08-23T23:55:16.522Z] === CONT  TestDaemonHostGatewayIP
23:55:16 [2022-08-23T23:55:16.522Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.42s)
23:55:16 [2022-08-23T23:55:16.522Z] === CONT  TestDaemonRestartIpcMode
23:55:19 [2022-08-23T23:55:19.791Z] --- PASS: TestDaemonHostGatewayIP (2.84s)
23:55:19 [2022-08-23T23:55:19.791Z] === CONT  TestIpcModeOlderClient
23:55:19 [2022-08-23T23:55:19.791Z] --- PASS: TestDaemonRestartIpcMode (2.89s)
23:55:19 [2022-08-23T23:55:19.791Z] === CONT  TestContainerKillOnDaemonStart
23:55:19 [2022-08-23T23:55:19.791Z] --- PASS: TestIpcModeOlderClient (0.08s)
23:55:32 [2022-08-23T23:55:32.109Z] --- PASS: TestContainerKillOnDaemonStart (11.55s)
23:55:32 [2022-08-23T23:55:32.109Z] PASS
23:55:32 [2022-08-23T23:55:32.109Z] 
23:55:32 [2022-08-23T23:55:32.109Z] === Skipped
23:55:32 [2022-08-23T23:55:32.109Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
23:55:32 [2022-08-23T23:55:32.109Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:55:32 [2022-08-23T23:55:32.109Z] 
23:55:32 [2022-08-23T23:55:32.109Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
23:55:32 [2022-08-23T23:55:32.109Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
23:55:32 [2022-08-23T23:55:32.109Z] 
23:55:32 [2022-08-23T23:55:32.109Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
23:55:32 [2022-08-23T23:55:32.109Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
23:55:32 [2022-08-23T23:55:32.109Z] 
23:55:32 [2022-08-23T23:55:32.109Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
23:55:32 [2022-08-23T23:55:32.109Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
23:55:32 [2022-08-23T23:55:32.109Z] 
23:55:32 [2022-08-23T23:55:32.109Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
23:55:32 [2022-08-23T23:55:32.110Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:55:32 [2022-08-23T23:55:32.110Z] 
23:55:32 [2022-08-23T23:55:32.110Z] DONE 273 tests, 5 skipped in 139.417s
23:55:32 [2022-08-23T23:55:32.110Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
23:55:32 [2022-08-23T23:55:32.110Z] === RUN   TestConfigDaemonLibtrustID
23:55:32 [2022-08-23T23:55:32.110Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
23:55:32 [2022-08-23T23:55:32.110Z] === RUN   TestConfigDaemonID
23:55:32 [2022-08-23T23:55:32.671Z]     daemon_test.go:83: [df295a1cf3423] daemon is not started
23:55:32 [2022-08-23T23:55:32.671Z] --- PASS: TestConfigDaemonID (1.04s)
23:55:32 [2022-08-23T23:55:32.671Z] === RUN   TestDaemonConfigValidation
23:55:32 [2022-08-23T23:55:32.671Z] === RUN   TestDaemonConfigValidation/config_with_no_content
23:55:32 [2022-08-23T23:55:32.671Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
23:55:32 [2022-08-23T23:55:32.671Z] === RUN   TestDaemonConfigValidation/config_with_{}
23:55:32 [2022-08-23T23:55:32.671Z] === PAUSE TestDaemonConfigValidation/config_with_{}
23:55:32 [2022-08-23T23:55:32.671Z] === RUN   TestDaemonConfigValidation/invalid_config
23:55:32 [2022-08-23T23:55:32.671Z] === PAUSE TestDaemonConfigValidation/invalid_config
23:55:32 [2022-08-23T23:55:32.671Z] === RUN   TestDaemonConfigValidation/malformed_config
23:55:32 [2022-08-23T23:55:32.671Z] === PAUSE TestDaemonConfigValidation/malformed_config
23:55:32 [2022-08-23T23:55:32.671Z] === RUN   TestDaemonConfigValidation/valid_config
23:55:32 [2022-08-23T23:55:32.671Z] === PAUSE TestDaemonConfigValidation/valid_config
23:55:32 [2022-08-23T23:55:32.671Z] === CONT  TestDaemonConfigValidation/config_with_no_content
23:55:32 [2022-08-23T23:55:32.671Z] === CONT  TestDaemonConfigValidation/malformed_config
23:55:32 [2022-08-23T23:55:32.671Z] === CONT  TestDaemonConfigValidation/valid_config
23:55:32 [2022-08-23T23:55:32.671Z] === CONT  TestDaemonConfigValidation/invalid_config
23:55:32 [2022-08-23T23:55:32.671Z] === CONT  TestDaemonConfigValidation/config_with_{}
23:55:32 [2022-08-23T23:55:32.671Z] --- PASS: TestDaemonConfigValidation (0.00s)
23:55:32 [2022-08-23T23:55:32.671Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.09s)
23:55:32 [2022-08-23T23:55:32.671Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.10s)
23:55:32 [2022-08-23T23:55:32.671Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.10s)
23:55:32 [2022-08-23T23:55:32.671Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.09s)
23:55:32 [2022-08-23T23:55:32.671Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
23:55:32 [2022-08-23T23:55:32.671Z] === RUN   TestConfigDaemonSeccompProfiles
23:55:32 [2022-08-23T23:55:32.671Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
23:55:34 [2022-08-23T23:55:34.077Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
23:55:34 [2022-08-23T23:55:34.683Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
23:55:36 [2022-08-23T23:55:36.090Z] === CONT  TestConfigDaemonSeccompProfiles
23:55:36 [2022-08-23T23:55:36.090Z]     daemon_test.go:197: [df67da29804c2] daemon is not started
23:55:36 [2022-08-23T23:55:36.090Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s)
23:55:36 [2022-08-23T23:55:36.090Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
23:55:36 [2022-08-23T23:55:36.090Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
23:55:36 [2022-08-23T23:55:36.090Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
23:55:36 [2022-08-23T23:55:36.090Z] === RUN   TestDaemonProxy
23:55:36 [2022-08-23T23:55:36.090Z] === RUN   TestDaemonProxy/environment_variables
23:55:37 [2022-08-23T23:55:37.497Z] === RUN   TestDaemonProxy/command-line_options
23:55:39 [2022-08-23T23:55:39.385Z] === RUN   TestDaemonProxy/configuration_file
23:55:41 [2022-08-23T23:55:41.397Z] === RUN   TestDaemonProxy/conflicting_options
23:55:41 [2022-08-23T23:55:41.653Z] === RUN   TestDaemonProxy/reload_sanitized
23:55:42 [2022-08-23T23:55:42.258Z] --- PASS: TestDaemonProxy (6.24s)
23:55:42 [2022-08-23T23:55:42.258Z]     --- PASS: TestDaemonProxy/environment_variables (1.74s)
23:55:42 [2022-08-23T23:55:42.258Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
23:55:42 [2022-08-23T23:55:42.258Z]     --- PASS: TestDaemonProxy/configuration_file (1.73s)
23:55:42 [2022-08-23T23:55:42.258Z]     --- PASS: TestDaemonProxy/conflicting_options (0.51s)
23:55:42 [2022-08-23T23:55:42.258Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
23:55:42 [2022-08-23T23:55:42.258Z] PASS
23:55:42 [2022-08-23T23:55:42.258Z] 
23:55:42 [2022-08-23T23:55:42.258Z] DONE 18 tests in 11.173s
23:55:42 [2022-08-23T23:55:42.258Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
23:55:42 [2022-08-23T23:55:42.258Z] INFO: Testing against a local daemon
23:55:42 [2022-08-23T23:55:42.258Z] === RUN   TestCommitInheritsEnv
23:55:42 [2022-08-23T23:55:42.514Z] --- PASS: TestCommitInheritsEnv (0.32s)
23:55:42 [2022-08-23T23:55:42.514Z] === RUN   TestImportExtremelyLargeImageWorks
23:55:42 [2022-08-23T23:55:42.514Z] === PAUSE TestImportExtremelyLargeImageWorks
23:55:42 [2022-08-23T23:55:42.514Z] === RUN   TestImportWithCustomPlatform
23:55:42 [2022-08-23T23:55:42.514Z] === RUN   TestImportWithCustomPlatform/#00
23:55:42 [2022-08-23T23:55:42.514Z] === RUN   TestImportWithCustomPlatform/_______
23:55:42 [2022-08-23T23:55:42.514Z] === RUN   TestImportWithCustomPlatform//
23:55:42 [2022-08-23T23:55:42.514Z] === RUN   TestImportWithCustomPlatform/linux
23:55:42 [2022-08-23T23:55:42.514Z] === RUN   TestImportWithCustomPlatform/LINUX
23:55:42 [2022-08-23T23:55:42.771Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
23:55:42 [2022-08-23T23:55:42.771Z] === RUN   TestImportWithCustomPlatform/macos
23:55:42 [2022-08-23T23:55:42.771Z] === RUN   TestImportWithCustomPlatform/macos/arm64
23:55:42 [2022-08-23T23:55:42.771Z] === RUN   TestImportWithCustomPlatform/nintendo64
23:55:42 [2022-08-23T23:55:42.771Z] --- PASS: TestImportWithCustomPlatform (0.32s)
23:55:42 [2022-08-23T23:55:42.771Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
23:55:42 [2022-08-23T23:55:42.771Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
23:55:42 [2022-08-23T23:55:42.771Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
23:55:42 [2022-08-23T23:55:42.771Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
23:55:42 [2022-08-23T23:55:42.771Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
23:55:42 [2022-08-23T23:55:42.771Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
23:55:42 [2022-08-23T23:55:42.771Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
23:55:42 [2022-08-23T23:55:42.771Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
23:55:42 [2022-08-23T23:55:42.771Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
23:55:42 [2022-08-23T23:55:42.771Z] === RUN   TestImagesFilterMultiReference
23:55:42 [2022-08-23T23:55:42.771Z] --- PASS: TestImagesFilterMultiReference (0.06s)
23:55:42 [2022-08-23T23:55:42.771Z] === RUN   TestImagePullPlatformInvalid
23:55:42 [2022-08-23T23:55:42.771Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
23:55:42 [2022-08-23T23:55:42.771Z] === RUN   TestRemoveImageOrphaning
23:55:43 [2022-08-23T23:55:43.335Z] --- PASS: TestRemoveImageOrphaning (0.29s)
23:55:43 [2022-08-23T23:55:43.335Z] === RUN   TestRemoveImageGarbageCollector
23:55:43 [2022-08-23T23:55:43.591Z] time="2022-08-23T23:55:43Z" level=info msg="[graphdriver] trying configured driver: overlay2"
23:55:44 [2022-08-23T23:55:44.956Z] --- PASS: TestRemoveImageGarbageCollector (1.85s)
23:55:44 [2022-08-23T23:55:44.956Z] === RUN   TestTagUnprefixedRepoByNameOrName
23:55:44 [2022-08-23T23:55:44.956Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
23:55:44 [2022-08-23T23:55:44.956Z] === RUN   TestTagInvalidReference
23:55:44 [2022-08-23T23:55:44.956Z] --- PASS: TestTagInvalidReference (0.02s)
23:55:44 [2022-08-23T23:55:44.956Z] === RUN   TestTagValidPrefixedRepo
23:55:45 [2022-08-23T23:55:45.258Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
23:55:45 [2022-08-23T23:55:45.258Z] === RUN   TestTagExistedNameWithoutForce
23:55:45 [2022-08-23T23:55:45.258Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
23:55:45 [2022-08-23T23:55:45.258Z] === RUN   TestTagOfficialNames
23:55:45 [2022-08-23T23:55:45.258Z] --- PASS: TestTagOfficialNames (0.05s)
23:55:45 [2022-08-23T23:55:45.258Z] === RUN   TestTagMatchesDigest
23:55:45 [2022-08-23T23:55:45.258Z] --- PASS: TestTagMatchesDigest (0.01s)
23:55:45 [2022-08-23T23:55:45.258Z] === CONT  TestImportExtremelyLargeImageWorks
23:57:21 [2022-08-23T23:57:21.794Z] --- PASS: TestImportExtremelyLargeImageWorks (91.54s)
23:57:21 [2022-08-23T23:57:21.794Z] PASS
23:57:21 [2022-08-23T23:57:21.794Z] 
23:57:21 [2022-08-23T23:57:21.794Z] DONE 22 tests in 94.640s
23:57:21 [2022-08-23T23:57:21.794Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
23:57:21 [2022-08-23T23:57:21.794Z] === RUN   TestStripANSICommands
23:57:21 [2022-08-23T23:57:21.794Z] === RUN   TestStripANSICommands/#00
23:57:21 [2022-08-23T23:57:21.794Z] === RUN   TestStripANSICommands/#01
23:57:21 [2022-08-23T23:57:21.794Z] --- PASS: TestStripANSICommands (0.00s)
23:57:21 [2022-08-23T23:57:21.794Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
23:57:21 [2022-08-23T23:57:21.794Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
23:57:21 [2022-08-23T23:57:21.794Z] PASS
23:57:21 [2022-08-23T23:57:21.794Z] 
23:57:21 [2022-08-23T23:57:21.794Z] DONE 3 tests in 0.009s
23:57:21 [2022-08-23T23:57:21.794Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
23:57:21 [2022-08-23T23:57:21.794Z] INFO: Testing against a local daemon
23:57:21 [2022-08-23T23:57:21.794Z] === RUN   TestNetworkCreateDelete
23:57:21 [2022-08-23T23:57:21.794Z] --- PASS: TestNetworkCreateDelete (0.13s)
23:57:21 [2022-08-23T23:57:21.794Z] === RUN   TestDockerNetworkDeletePreferID
23:57:21 [2022-08-23T23:57:21.794Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s)
23:57:21 [2022-08-23T23:57:21.794Z] === RUN   TestDaemonDNSFallback
23:57:23 [2022-08-23T23:57:23.681Z] --- PASS: TestDaemonDNSFallback (6.38s)
23:57:23 [2022-08-23T23:57:23.681Z] === RUN   TestInspectNetwork
23:57:26 [2022-08-23T23:57:26.989Z] === RUN   TestInspectNetwork/full_network_id
23:57:26 [2022-08-23T23:57:26.989Z] === RUN   TestInspectNetwork/partial_network_id
23:57:26 [2022-08-23T23:57:26.989Z] === RUN   TestInspectNetwork/network_name
23:57:26 [2022-08-23T23:57:26.989Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
23:57:31 [2022-08-23T23:57:31.193Z] --- PASS: TestInspectNetwork (7.50s)
23:57:31 [2022-08-23T23:57:31.193Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
23:57:31 [2022-08-23T23:57:31.193Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
23:57:31 [2022-08-23T23:57:31.193Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
23:57:31 [2022-08-23T23:57:31.193Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
23:57:31 [2022-08-23T23:57:31.193Z] === RUN   TestRunContainerWithBridgeNone
23:57:32 [2022-08-23T23:57:32.642Z] --- PASS: TestRunContainerWithBridgeNone (1.57s)
23:57:32 [2022-08-23T23:57:32.642Z] === RUN   TestNetworkInvalidJSON
23:57:32 [2022-08-23T23:57:32.642Z] === RUN   TestNetworkInvalidJSON/networks/create
23:57:32 [2022-08-23T23:57:32.642Z] === PAUSE TestNetworkInvalidJSON/networks/create
23:57:32 [2022-08-23T23:57:32.642Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
23:57:32 [2022-08-23T23:57:32.642Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
23:57:32 [2022-08-23T23:57:32.642Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
23:57:32 [2022-08-23T23:57:32.642Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
23:57:32 [2022-08-23T23:57:32.642Z] === CONT  TestNetworkInvalidJSON/networks/create
23:57:32 [2022-08-23T23:57:32.642Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
23:57:32 [2022-08-23T23:57:32.642Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
23:57:32 [2022-08-23T23:57:32.642Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
23:57:32 [2022-08-23T23:57:32.642Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
23:57:32 [2022-08-23T23:57:32.642Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
23:57:32 [2022-08-23T23:57:32.642Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
23:57:32 [2022-08-23T23:57:32.642Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
23:57:32 [2022-08-23T23:57:32.642Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
23:57:32 [2022-08-23T23:57:32.642Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
23:57:32 [2022-08-23T23:57:32.642Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
23:57:32 [2022-08-23T23:57:32.642Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
23:57:32 [2022-08-23T23:57:32.642Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
23:57:32 [2022-08-23T23:57:32.642Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
23:57:32 [2022-08-23T23:57:32.642Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
23:57:32 [2022-08-23T23:57:32.642Z] --- PASS: TestNetworkInvalidJSON (0.02s)
23:57:32 [2022-08-23T23:57:32.642Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
23:57:32 [2022-08-23T23:57:32.642Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
23:57:32 [2022-08-23T23:57:32.642Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
23:57:32 [2022-08-23T23:57:32.642Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
23:57:32 [2022-08-23T23:57:32.642Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
23:57:32 [2022-08-23T23:57:32.642Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
23:57:32 [2022-08-23T23:57:32.642Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
23:57:32 [2022-08-23T23:57:32.642Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
23:57:32 [2022-08-23T23:57:32.642Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
23:57:32 [2022-08-23T23:57:32.642Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
23:57:32 [2022-08-23T23:57:32.642Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
23:57:32 [2022-08-23T23:57:32.642Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
23:57:32 [2022-08-23T23:57:32.642Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
23:57:32 [2022-08-23T23:57:32.642Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
23:57:32 [2022-08-23T23:57:32.642Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
23:57:32 [2022-08-23T23:57:32.642Z] === RUN   TestNetworkList
23:57:32 [2022-08-23T23:57:32.642Z] === RUN   TestNetworkList//networks
23:57:32 [2022-08-23T23:57:32.642Z] === PAUSE TestNetworkList//networks
23:57:32 [2022-08-23T23:57:32.642Z] === RUN   TestNetworkList//networks/
23:57:32 [2022-08-23T23:57:32.642Z] === PAUSE TestNetworkList//networks/
23:57:32 [2022-08-23T23:57:32.642Z] === CONT  TestNetworkList//networks
23:57:32 [2022-08-23T23:57:32.642Z] === CONT  TestNetworkList//networks/
23:57:32 [2022-08-23T23:57:32.642Z] --- PASS: TestNetworkList (0.01s)
23:57:32 [2022-08-23T23:57:32.642Z]     --- PASS: TestNetworkList//networks (0.00s)
23:57:32 [2022-08-23T23:57:32.642Z]     --- PASS: TestNetworkList//networks/ (0.00s)
23:57:32 [2022-08-23T23:57:32.642Z] === RUN   TestHostIPv4BridgeLabel
23:57:33 [2022-08-23T23:57:33.203Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
23:57:33 [2022-08-23T23:57:33.203Z] === RUN   TestDaemonRestartWithLiveRestore
23:57:34 [2022-08-23T23:57:34.567Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
23:57:34 [2022-08-23T23:57:34.568Z] === RUN   TestDaemonDefaultNetworkPools
23:57:35 [2022-08-23T23:57:35.129Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s)
23:57:35 [2022-08-23T23:57:35.129Z] === RUN   TestDaemonRestartWithExistingNetwork
23:57:36 [2022-08-23T23:57:36.493Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
23:57:36 [2022-08-23T23:57:36.493Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
23:57:37 [2022-08-23T23:57:37.464Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.23s)
23:57:37 [2022-08-23T23:57:37.465Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
23:57:38 [2022-08-23T23:57:38.026Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s)
23:57:38 [2022-08-23T23:57:38.026Z] === RUN   TestServiceWithPredefinedNetwork
23:57:40 [2022-08-23T23:57:40.549Z] --- PASS: TestServiceWithPredefinedNetwork (2.35s)
23:57:40 [2022-08-23T23:57:40.549Z] === RUN   TestServiceRemoveKeepsIngressNetwork
23:57:40 [2022-08-23T23:57:40.549Z]     service_test.go:243: FLAKY_TEST
23:57:40 [2022-08-23T23:57:40.549Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
23:57:40 [2022-08-23T23:57:40.549Z] === RUN   TestServiceWithDataPathPortInit
23:57:55 [2022-08-23T23:57:55.632Z] --- PASS: TestServiceWithDataPathPortInit (14.08s)
23:57:55 [2022-08-23T23:57:55.632Z] === RUN   TestServiceWithDefaultAddressPoolInit
23:57:57 [2022-08-23T23:57:57.046Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:l40ankxxy9560fs5wmi5vts7s Created:2022-08-23 23:57:55.708197496 +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[695ccbf8bc95443a06a14525cbae10c52906449d2ea8001db5f8e347124c188a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.um14ilt2y4kzk858oroc9530u EndpointID:5971ffd4e3f4e565a00a310e6f58bd6a13648f6e430f3bd990a3b4f9b60500c4 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5247cdb72215ded7da49e8ab8048c939c289fb4b5deb64b086c9a7346e1c77b1 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:e69bdad3be94 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.um14ilt2y4kzk858oroc9530u EndpointID:5971ffd4e3f4e565a00a310e6f58bd6a13648f6e430f3bd990a3b4f9b60500c4 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
23:58:01 [2022-08-23T23:58:01.295Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.96s)
23:58:01 [2022-08-23T23:58:01.295Z] PASS
23:58:01 [2022-08-23T23:58:01.295Z] 
23:58:01 [2022-08-23T23:58:01.295Z] === Skipped
23:58:01 [2022-08-23T23:58:01.295Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
23:58:01 [2022-08-23T23:58:01.295Z]     service_test.go:243: FLAKY_TEST
23:58:01 [2022-08-23T23:58:01.295Z] 
23:58:01 [2022-08-23T23:58:01.295Z] DONE 38 tests, 1 skipped in 44.624s
23:58:01 [2022-08-23T23:58:01.295Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
23:58:01 [2022-08-23T23:58:01.551Z] INFO: Testing against a local daemon
23:58:01 [2022-08-23T23:58:01.551Z] === RUN   TestDockerNetworkIpvlanPersistance
23:58:01 [2022-08-23T23:58:01.551Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:58:01 [2022-08-23T23:58:01.551Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
23:58:01 [2022-08-23T23:58:01.551Z] === RUN   TestDockerNetworkIpvlan
23:58:01 [2022-08-23T23:58:01.551Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:58:01 [2022-08-23T23:58:01.551Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
23:58:01 [2022-08-23T23:58:01.551Z] PASS
23:58:01 [2022-08-23T23:58:01.551Z] 
23:58:01 [2022-08-23T23:58:01.551Z] === Skipped
23:58:01 [2022-08-23T23:58:01.551Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
23:58:01 [2022-08-23T23:58:01.551Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:58:01 [2022-08-23T23:58:01.551Z] 
23:58:01 [2022-08-23T23:58:01.551Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
23:58:01 [2022-08-23T23:58:01.551Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:58:01 [2022-08-23T23:58:01.551Z] 
23:58:01 [2022-08-23T23:58:01.551Z] DONE 2 tests, 2 skipped in 0.026s
23:58:01 [2022-08-23T23:58:01.551Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
23:58:01 [2022-08-23T23:58:01.551Z] INFO: Testing against a local daemon
23:58:01 [2022-08-23T23:58:01.551Z] === RUN   TestDockerNetworkMacvlanPersistance
23:58:02 [2022-08-23T23:58:02.916Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.28s)
23:58:02 [2022-08-23T23:58:02.916Z] === RUN   TestDockerNetworkMacvlan
23:58:03 [2022-08-23T23:58:03.478Z] === RUN   TestDockerNetworkMacvlan/Subinterface
23:58:04 [2022-08-23T23:58:04.081Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
23:58:05 [2022-08-23T23:58:05.009Z] === RUN   TestDockerNetworkMacvlan/NilParent
23:58:06 [2022-08-23T23:58:06.898Z] === RUN   TestDockerNetworkMacvlan/InternalMode
23:58:08 [2022-08-23T23:58:08.788Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
23:58:12 [2022-08-23T23:58:12.054Z] === RUN   TestDockerNetworkMacvlan/Addressing
23:58:12 [2022-08-23T23:58:12.625Z] --- PASS: TestDockerNetworkMacvlan (9.82s)
23:58:12 [2022-08-23T23:58:12.625Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s)
23:58:12 [2022-08-23T23:58:12.625Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
23:58:12 [2022-08-23T23:58:12.625Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.89s)
23:58:12 [2022-08-23T23:58:12.625Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.88s)
23:58:12 [2022-08-23T23:58:12.625Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.13s)
23:58:12 [2022-08-23T23:58:12.625Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.62s)
23:58:12 [2022-08-23T23:58:12.625Z] PASS
23:58:12 [2022-08-23T23:58:12.625Z] 
23:58:12 [2022-08-23T23:58:12.625Z] DONE 8 tests in 11.125s
23:58:12 [2022-08-23T23:58:12.625Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
23:58:12 [2022-08-23T23:58:12.625Z] testing: warning: no tests to run
23:58:12 [2022-08-23T23:58:12.625Z] PASS
23:58:12 [2022-08-23T23:58:12.625Z] 
23:58:12 [2022-08-23T23:58:12.625Z] DONE 0 tests in 0.008s
23:58:12 [2022-08-23T23:58:12.625Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
23:58:12 [2022-08-23T23:58:12.625Z] INFO: Testing against a local daemon
23:58:12 [2022-08-23T23:58:12.625Z] === RUN   TestAuthZPluginAllowRequest
23:58:14 [2022-08-23T23:58:14.033Z] --- PASS: TestAuthZPluginAllowRequest (1.18s)
23:58:14 [2022-08-23T23:58:14.033Z] === RUN   TestAuthZPluginTLS
23:58:14 [2022-08-23T23:58:14.332Z] --- PASS: TestAuthZPluginTLS (0.54s)
23:58:14 [2022-08-23T23:58:14.332Z] === RUN   TestAuthZPluginDenyRequest
23:58:14 [2022-08-23T23:58:14.894Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
23:58:14 [2022-08-23T23:58:14.894Z] === RUN   TestAuthZPluginAPIDenyResponse
23:58:15 [2022-08-23T23:58:15.455Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
23:58:15 [2022-08-23T23:58:15.455Z] === RUN   TestAuthZPluginDenyResponse
23:58:16 [2022-08-23T23:58:16.017Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
23:58:16 [2022-08-23T23:58:16.017Z] === RUN   TestAuthZPluginAllowEventStream
23:58:17 [2022-08-23T23:58:17.422Z] --- PASS: TestAuthZPluginAllowEventStream (1.16s)
23:58:17 [2022-08-23T23:58:17.422Z] === RUN   TestAuthZPluginErrorResponse
23:58:17 [2022-08-23T23:58:17.678Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
23:58:17 [2022-08-23T23:58:17.678Z] === RUN   TestAuthZPluginErrorRequest
23:58:18 [2022-08-23T23:58:18.280Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
23:58:18 [2022-08-23T23:58:18.280Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
23:58:18 [2022-08-23T23:58:18.840Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
23:58:18 [2022-08-23T23:58:18.840Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
23:58:20 [2022-08-23T23:58:20.207Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.47s)
23:58:20 [2022-08-23T23:58:20.207Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
23:58:22 [2022-08-23T23:58:22.137Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.75s)
23:58:22 [2022-08-23T23:58:22.137Z] === RUN   TestAuthZPluginHeader
23:58:22 [2022-08-23T23:58:22.781Z] --- PASS: TestAuthZPluginHeader (0.70s)
23:58:22 [2022-08-23T23:58:22.781Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
23:58:27 [2022-08-23T23:58:27.031Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.30s)
23:58:27 [2022-08-23T23:58:27.031Z] === RUN   TestAuthZPluginV2Disable
23:58:31 [2022-08-23T23:58:31.236Z] --- PASS: TestAuthZPluginV2Disable (3.77s)
23:58:31 [2022-08-23T23:58:31.236Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
23:58:34 [2022-08-23T23:58:34.540Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.58s)
23:58:34 [2022-08-23T23:58:34.540Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
23:58:46 [2022-08-23T23:58:46.811Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.04s)
23:58:46 [2022-08-23T23:58:46.811Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
23:59:04 [2022-08-23T23:59:04.933Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s)
23:59:04 [2022-08-23T23:59:04.933Z] PASS
23:59:04 [2022-08-23T23:59:04.933Z] 
23:59:04 [2022-08-23T23:59:04.933Z] DONE 17 tests in 49.585s
23:59:04 [2022-08-23T23:59:04.933Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
23:59:04 [2022-08-23T23:59:04.933Z] INFO: Testing against a local daemon
23:59:04 [2022-08-23T23:59:04.933Z] === RUN   TestPluginInvalidJSON
23:59:04 [2022-08-23T23:59:04.933Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
23:59:04 [2022-08-23T23:59:04.933Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
23:59:04 [2022-08-23T23:59:04.933Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
23:59:04 [2022-08-23T23:59:04.933Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
23:59:04 [2022-08-23T23:59:04.933Z] === RUN   TestPluginInvalidJSON/plugins/pull
23:59:04 [2022-08-23T23:59:04.933Z] === PAUSE TestPluginInvalidJSON/plugins/pull
23:59:04 [2022-08-23T23:59:04.933Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
23:59:04 [2022-08-23T23:59:04.933Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
23:59:04 [2022-08-23T23:59:04.933Z] === CONT  TestPluginInvalidJSON/plugins/pull
23:59:04 [2022-08-23T23:59:04.933Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
23:59:04 [2022-08-23T23:59:04.933Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
23:59:04 [2022-08-23T23:59:04.933Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
23:59:04 [2022-08-23T23:59:04.933Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
23:59:04 [2022-08-23T23:59:04.933Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
23:59:04 [2022-08-23T23:59:04.933Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
23:59:04 [2022-08-23T23:59:04.933Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
23:59:04 [2022-08-23T23:59:04.933Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
23:59:04 [2022-08-23T23:59:04.933Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
23:59:04 [2022-08-23T23:59:04.933Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
23:59:04 [2022-08-23T23:59:04.933Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
23:59:04 [2022-08-23T23:59:04.933Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
23:59:04 [2022-08-23T23:59:04.933Z] --- PASS: TestPluginInvalidJSON (0.02s)
23:59:04 [2022-08-23T23:59:04.933Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
23:59:04 [2022-08-23T23:59:04.933Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
23:59:04 [2022-08-23T23:59:04.933Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
23:59:04 [2022-08-23T23:59:04.933Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
23:59:04 [2022-08-23T23:59:04.933Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
23:59:04 [2022-08-23T23:59:04.933Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
23:59:04 [2022-08-23T23:59:04.934Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
23:59:04 [2022-08-23T23:59:04.934Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
23:59:04 [2022-08-23T23:59:04.934Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
23:59:04 [2022-08-23T23:59:04.934Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
23:59:04 [2022-08-23T23:59:04.934Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
23:59:04 [2022-08-23T23:59:04.934Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
23:59:04 [2022-08-23T23:59:04.934Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
23:59:04 [2022-08-23T23:59:04.934Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
23:59:04 [2022-08-23T23:59:04.934Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
23:59:04 [2022-08-23T23:59:04.934Z] === RUN   TestPluginInstall
23:59:04 [2022-08-23T23:59:04.934Z] === RUN   TestPluginInstall/no_auth
23:59:04 [2022-08-23T23:59:04.934Z] time="2022-08-23T23:59:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:59:04 [2022-08-23T23:59:04.934Z] time="2022-08-23T23:59:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a0cef6689905cf6dc5c4bc6ff2924ab2f546fed8f509c0bf885df10ec320ae57" mediatype=application/vnd.docker.plugin.v1+json size=522
23:59:04 [2022-08-23T23:59:04.934Z] time="2022-08-23T23:59:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:59:04 [2022-08-23T23:59:04.934Z] time="2022-08-23T23:59:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a0cef6689905cf6dc5c4bc6ff2924ab2f546fed8f509c0bf885df10ec320ae57" mediatype=application/vnd.docker.plugin.v1+json size=522
23:59:04 [2022-08-23T23:59:04.934Z] === RUN   TestPluginInstall/with_htpasswd
23:59:04 [2022-08-23T23:59:04.934Z] time="2022-08-23T23:59:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:59:04 [2022-08-23T23:59:04.934Z] time="2022-08-23T23:59:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cd735db29cca151cf8a747ed966e111088137c7cd48539fa6dfd419117012034" mediatype=application/vnd.docker.plugin.v1+json size=522
23:59:04 [2022-08-23T23:59:04.934Z] time="2022-08-23T23:59:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:59:04 [2022-08-23T23:59:04.934Z] time="2022-08-23T23:59:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cd735db29cca151cf8a747ed966e111088137c7cd48539fa6dfd419117012034" mediatype=application/vnd.docker.plugin.v1+json size=522
23:59:04 [2022-08-23T23:59:04.934Z] === RUN   TestPluginInstall/with_insecure
23:59:04 [2022-08-23T23:59:04.934Z] time="2022-08-23T23:59:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:59:04 [2022-08-23T23:59:04.934Z] time="2022-08-23T23:59:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8bed11c4340edf5ffa6eea5def64b71b43f8f42a6fec0c2e408a7097adf3c19c" mediatype=application/vnd.docker.plugin.v1+json size=522
23:59:04 [2022-08-23T23:59:04.934Z] time="2022-08-23T23:59:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:59:04 [2022-08-23T23:59:04.934Z] time="2022-08-23T23:59:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8bed11c4340edf5ffa6eea5def64b71b43f8f42a6fec0c2e408a7097adf3c19c" mediatype=application/vnd.docker.plugin.v1+json size=522
23:59:04 [2022-08-23T23:59:04.934Z]     plugin_test.go:195: [d01ee605c01f0] daemon is not started
23:59:04 [2022-08-23T23:59:04.934Z] --- PASS: TestPluginInstall (2.74s)
23:59:04 [2022-08-23T23:59:04.934Z]     --- PASS: TestPluginInstall/no_auth (1.04s)
23:59:04 [2022-08-23T23:59:04.934Z]     --- PASS: TestPluginInstall/with_htpasswd (0.61s)
23:59:04 [2022-08-23T23:59:04.934Z]     --- PASS: TestPluginInstall/with_insecure (1.08s)
23:59:04 [2022-08-23T23:59:04.934Z] === RUN   TestPluginsWithRuntimes
23:59:06 [2022-08-23T23:59:06.822Z] === RUN   TestPluginsWithRuntimes/No_Args
23:59:07 [2022-08-23T23:59:07.384Z] === RUN   TestPluginsWithRuntimes/With_Args
23:59:08 [2022-08-23T23:59:08.356Z] --- PASS: TestPluginsWithRuntimes (3.37s)
23:59:08 [2022-08-23T23:59:08.356Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.90s)
23:59:08 [2022-08-23T23:59:08.356Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.89s)
23:59:08 [2022-08-23T23:59:08.356Z] === RUN   TestPluginBackCompatMediaTypes
23:59:08 [2022-08-23T23:59:08.917Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s)
23:59:08 [2022-08-23T23:59:08.918Z] PASS
23:59:08 [2022-08-23T23:59:08.918Z] 
23:59:08 [2022-08-23T23:59:08.918Z] DONE 24 tests in 6.734s
23:59:08 [2022-08-23T23:59:08.918Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
23:59:08 [2022-08-23T23:59:08.918Z] INFO: Testing against a local daemon
23:59:08 [2022-08-23T23:59:08.918Z] === RUN   TestExternalGraphDriver
23:59:09 [2022-08-23T23:59:09.478Z] === RUN   TestExternalGraphDriver/json
23:59:11 [2022-08-23T23:59:11.410Z] === RUN   TestExternalGraphDriver/spec
23:59:12 [2022-08-23T23:59:12.819Z] === RUN   TestExternalGraphDriver/pull
23:59:14 [2022-08-23T23:59:14.754Z] --- PASS: TestExternalGraphDriver (5.40s)
23:59:14 [2022-08-23T23:59:14.754Z]     --- PASS: TestExternalGraphDriver/json (1.70s)
23:59:14 [2022-08-23T23:59:14.754Z]     --- PASS: TestExternalGraphDriver/spec (1.66s)
23:59:14 [2022-08-23T23:59:14.754Z]     --- PASS: TestExternalGraphDriver/pull (1.70s)
23:59:14 [2022-08-23T23:59:14.754Z] === RUN   TestGraphdriverPluginV2
23:59:18 [2022-08-23T23:59:18.941Z] --- PASS: TestGraphdriverPluginV2 (4.22s)
23:59:18 [2022-08-23T23:59:18.941Z] PASS
23:59:18 [2022-08-23T23:59:18.941Z] 
23:59:18 [2022-08-23T23:59:18.941Z] DONE 5 tests in 9.659s
23:59:18 [2022-08-23T23:59:18.941Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
23:59:18 [2022-08-23T23:59:18.941Z] INFO: Testing against a local daemon
23:59:18 [2022-08-23T23:59:18.941Z] === RUN   TestContinueAfterPluginCrash
23:59:18 [2022-08-23T23:59:18.941Z] === PAUSE TestContinueAfterPluginCrash
23:59:18 [2022-08-23T23:59:18.941Z] === RUN   TestReadPluginNoRead
23:59:18 [2022-08-23T23:59:18.941Z] === PAUSE TestReadPluginNoRead
23:59:18 [2022-08-23T23:59:18.941Z] === RUN   TestDaemonStartWithLogOpt
23:59:18 [2022-08-23T23:59:18.941Z] === PAUSE TestDaemonStartWithLogOpt
23:59:18 [2022-08-23T23:59:18.941Z] === CONT  TestContinueAfterPluginCrash
23:59:18 [2022-08-23T23:59:18.941Z] === CONT  TestDaemonStartWithLogOpt
23:59:22 [2022-08-23T23:59:22.293Z] --- PASS: TestDaemonStartWithLogOpt (3.51s)
23:59:22 [2022-08-23T23:59:22.293Z] === CONT  TestReadPluginNoRead
23:59:24 [2022-08-23T23:59:24.808Z] === RUN   TestReadPluginNoRead/default
23:59:25 [2022-08-23T23:59:25.736Z] === RUN   TestReadPluginNoRead/disabled_caching
23:59:27 [2022-08-23T23:59:27.100Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
23:59:27 [2022-08-23T23:59:27.100Z] --- PASS: TestContinueAfterPluginCrash (8.52s)
23:59:28 [2022-08-23T23:59:28.465Z] === CONT  TestReadPluginNoRead
23:59:28 [2022-08-23T23:59:28.465Z]     read_test.go:92: [da9264818ed76] daemon is not started
23:59:28 [2022-08-23T23:59:28.465Z] --- PASS: TestReadPluginNoRead (6.03s)
23:59:28 [2022-08-23T23:59:28.465Z]     --- PASS: TestReadPluginNoRead/default (1.29s)
23:59:28 [2022-08-23T23:59:28.465Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.26s)
23:59:28 [2022-08-23T23:59:28.465Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.26s)
23:59:28 [2022-08-23T23:59:28.465Z] PASS
23:59:28 [2022-08-23T23:59:28.465Z] 
23:59:28 [2022-08-23T23:59:28.465Z] DONE 6 tests in 9.561s
23:59:28 [2022-08-23T23:59:28.465Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
23:59:28 [2022-08-23T23:59:28.465Z] testing: warning: no tests to run
23:59:28 [2022-08-23T23:59:28.465Z] PASS
23:59:28 [2022-08-23T23:59:28.465Z] 
23:59:28 [2022-08-23T23:59:28.465Z] DONE 0 tests in 0.009s
23:59:28 [2022-08-23T23:59:28.465Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
23:59:28 [2022-08-23T23:59:28.465Z] INFO: Testing against a local daemon
23:59:28 [2022-08-23T23:59:28.465Z] === RUN   TestPluginWithDevMounts
23:59:28 [2022-08-23T23:59:28.465Z] === PAUSE TestPluginWithDevMounts
23:59:28 [2022-08-23T23:59:28.465Z] === CONT  TestPluginWithDevMounts
23:59:29 [2022-08-23T23:59:29.873Z] --- PASS: TestPluginWithDevMounts (1.66s)
23:59:29 [2022-08-23T23:59:29.873Z] PASS
23:59:29 [2022-08-23T23:59:29.873Z] 
23:59:29 [2022-08-23T23:59:29.873Z] DONE 1 tests in 1.684s
23:59:29 [2022-08-23T23:59:29.873Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
23:59:29 [2022-08-23T23:59:29.873Z] INFO: Testing against a local daemon
23:59:29 [2022-08-23T23:59:29.873Z] === RUN   TestSecretInspect
23:59:32 [2022-08-23T23:59:32.431Z] --- PASS: TestSecretInspect (2.17s)
23:59:32 [2022-08-23T23:59:32.431Z] === RUN   TestSecretList
23:59:34 [2022-08-23T23:59:34.319Z] --- PASS: TestSecretList (2.20s)
23:59:34 [2022-08-23T23:59:34.319Z] === RUN   TestSecretsCreateAndDelete
23:59:36 [2022-08-23T23:59:36.248Z] --- PASS: TestSecretsCreateAndDelete (1.80s)
23:59:36 [2022-08-23T23:59:36.248Z] === RUN   TestSecretsUpdate
23:59:38 [2022-08-23T23:59:38.771Z] --- PASS: TestSecretsUpdate (2.22s)
23:59:38 [2022-08-23T23:59:38.771Z] === RUN   TestTemplatedSecret
23:59:41 [2022-08-23T23:59:41.290Z] --- PASS: TestTemplatedSecret (2.67s)
23:59:41 [2022-08-23T23:59:41.290Z] === RUN   TestSecretCreateResolve
23:59:43 [2022-08-23T23:59:43.223Z] --- PASS: TestSecretCreateResolve (2.22s)
23:59:43 [2022-08-23T23:59:43.223Z] PASS
23:59:43 [2022-08-23T23:59:43.223Z] 
23:59:43 [2022-08-23T23:59:43.223Z] DONE 6 tests in 13.297s
23:59:43 [2022-08-23T23:59:43.223Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
23:59:43 [2022-08-23T23:59:43.223Z] INFO: Testing against a local daemon
23:59:43 [2022-08-23T23:59:43.223Z] === RUN   TestServiceCreateInit
23:59:43 [2022-08-23T23:59:43.223Z] === RUN   TestServiceCreateInit/daemonInitDisabled
23:59:47 [2022-08-23T23:59:47.390Z] === RUN   TestServiceCreateInit/daemonInitEnabled
23:59:51 [2022-08-23T23:59:51.594Z] --- PASS: TestServiceCreateInit (7.60s)
23:59:51 [2022-08-23T23:59:51.594Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.68s)
23:59:51 [2022-08-23T23:59:51.594Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.90s)
23:59:51 [2022-08-23T23:59:51.594Z] === RUN   TestCreateServiceMultipleTimes
00:00:09 [2022-08-24T00:00:09.678Z] --- PASS: TestCreateServiceMultipleTimes (15.80s)
00:00:09 [2022-08-24T00:00:09.678Z] === RUN   TestCreateServiceConflict
00:00:09 [2022-08-24T00:00:09.678Z] --- PASS: TestCreateServiceConflict (2.21s)
00:00:09 [2022-08-24T00:00:09.678Z] === RUN   TestCreateServiceMaxReplicas
00:00:11 [2022-08-24T00:00:11.610Z] --- PASS: TestCreateServiceMaxReplicas (2.85s)
00:00:11 [2022-08-24T00:00:11.610Z] === RUN   TestCreateWithDuplicateNetworkNames
00:00:26 [2022-08-24T00:00:26.536Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.21s)
00:00:26 [2022-08-24T00:00:26.536Z] === RUN   TestCreateServiceSecretFileMode
00:00:27 [2022-08-24T00:00:27.465Z] --- PASS: TestCreateServiceSecretFileMode (2.52s)
00:00:27 [2022-08-24T00:00:27.465Z] === RUN   TestCreateServiceConfigFileMode
00:00:30 [2022-08-24T00:00:30.024Z] --- PASS: TestCreateServiceConfigFileMode (2.54s)
00:00:30 [2022-08-24T00:00:30.024Z] === RUN   TestCreateServiceSysctls
00:00:33 [2022-08-24T00:00:33.334Z] --- PASS: TestCreateServiceSysctls (3.22s)
00:00:33 [2022-08-24T00:00:33.334Z] === RUN   TestCreateServiceCapabilities
00:00:35 [2022-08-24T00:00:35.914Z] --- PASS: TestCreateServiceCapabilities (2.54s)
00:00:35 [2022-08-24T00:00:35.914Z] === RUN   TestInspect
00:00:38 [2022-08-24T00:00:38.472Z] --- PASS: TestInspect (2.79s)
00:00:38 [2022-08-24T00:00:38.472Z] === RUN   TestCreateJob
00:00:41 [2022-08-24T00:00:41.780Z] --- PASS: TestCreateJob (3.25s)
00:00:41 [2022-08-24T00:00:41.780Z] === RUN   TestReplicatedJob
00:00:47 [2022-08-24T00:00:47.066Z] --- PASS: TestReplicatedJob (4.93s)
00:00:47 [2022-08-24T00:00:47.066Z] === RUN   TestUpdateReplicatedJob
00:00:50 [2022-08-24T00:00:50.340Z] --- PASS: TestUpdateReplicatedJob (3.13s)
00:00:50 [2022-08-24T00:00:50.340Z] === RUN   TestServiceListWithStatuses
00:00:50 [2022-08-24T00:00:50.340Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
00:00:50 [2022-08-24T00:00:50.340Z] --- SKIP: TestServiceListWithStatuses (0.00s)
00:00:50 [2022-08-24T00:00:50.340Z] === RUN   TestDockerNetworkConnectAlias
00:00:54 [2022-08-24T00:00:54.547Z] --- PASS: TestDockerNetworkConnectAlias (4.23s)
00:00:54 [2022-08-24T00:00:54.548Z] === RUN   TestDockerNetworkReConnect
00:00:57 [2022-08-24T00:00:57.813Z] --- PASS: TestDockerNetworkReConnect (3.56s)
00:00:57 [2022-08-24T00:00:57.813Z] === RUN   TestServicePlugin
00:01:01 [2022-08-24T00:01:01.125Z]     plugin_test.go:61: [de133251c87b6] joining swarm manager [dec2e929a8c3e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
00:01:02 [2022-08-24T00:01:02.650Z]     plugin_test.go:64: [d0588983fd562] joining swarm manager [dec2e929a8c3e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
00:01:29 [2022-08-24T00:01:29.182Z] --- PASS: TestServicePlugin (30.14s)
00:01:29 [2022-08-24T00:01:29.183Z] === RUN   TestServiceUpdateLabel
00:01:29 [2022-08-24T00:01:29.743Z] --- PASS: TestServiceUpdateLabel (1.82s)
00:01:29 [2022-08-24T00:01:29.743Z] === RUN   TestServiceUpdateSecrets
00:01:44 [2022-08-24T00:01:44.690Z] --- PASS: TestServiceUpdateSecrets (14.83s)
00:01:44 [2022-08-24T00:01:44.690Z] === RUN   TestServiceUpdateConfigs
00:01:59 [2022-08-24T00:01:59.655Z] --- PASS: TestServiceUpdateConfigs (14.67s)
00:01:59 [2022-08-24T00:01:59.655Z] === RUN   TestServiceUpdateNetwork
00:02:11 [2022-08-24T00:02:11.951Z] --- PASS: TestServiceUpdateNetwork (12.44s)
00:02:11 [2022-08-24T00:02:11.951Z] === RUN   TestServiceUpdatePidsLimit
00:02:12 [2022-08-24T00:02:12.921Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
00:02:13 [2022-08-24T00:02:13.483Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
00:02:21 [2022-08-24T00:02:21.646Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
00:02:28 [2022-08-24T00:02:28.267Z] --- PASS: TestServiceUpdatePidsLimit (16.25s)
00:02:28 [2022-08-24T00:02:28.267Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s)
00:02:28 [2022-08-24T00:02:28.267Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.80s)
00:02:28 [2022-08-24T00:02:28.267Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.90s)
00:02:28 [2022-08-24T00:02:28.267Z] PASS
00:02:28 [2022-08-24T00:02:28.267Z] 
00:02:28 [2022-08-24T00:02:28.267Z] === Skipped
00:02:28 [2022-08-24T00:02:28.267Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
00:02:28 [2022-08-24T00:02:28.267Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
00:02:28 [2022-08-24T00:02:28.267Z] 
00:02:28 [2022-08-24T00:02:28.267Z] DONE 27 tests, 1 skipped in 164.548s
00:02:28 [2022-08-24T00:02:28.267Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
00:02:28 [2022-08-24T00:02:28.267Z] INFO: Testing against a local daemon
00:02:28 [2022-08-24T00:02:28.267Z] === RUN   TestSessionCreate
00:02:28 [2022-08-24T00:02:28.267Z] --- PASS: TestSessionCreate (0.03s)
00:02:28 [2022-08-24T00:02:28.267Z] === RUN   TestSessionCreateWithBadUpgrade
00:02:28 [2022-08-24T00:02:28.267Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
00:02:28 [2022-08-24T00:02:28.267Z] PASS
00:02:28 [2022-08-24T00:02:28.267Z] 
00:02:28 [2022-08-24T00:02:28.267Z] DONE 2 tests in 0.064s
00:02:28 [2022-08-24T00:02:28.267Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
00:02:28 [2022-08-24T00:02:28.267Z] INFO: Testing against a local daemon
00:02:28 [2022-08-24T00:02:28.267Z] === RUN   TestCgroupDriverSystemdMemoryLimit
00:02:28 [2022-08-24T00:02:28.267Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
00:02:28 [2022-08-24T00:02:28.267Z] === RUN   TestDiskUsage
00:02:28 [2022-08-24T00:02:28.267Z] === PAUSE TestDiskUsage
00:02:28 [2022-08-24T00:02:28.267Z] === RUN   TestEventsExecDie
00:02:28 [2022-08-24T00:02:28.527Z] --- PASS: TestEventsExecDie (0.62s)
00:02:28 [2022-08-24T00:02:28.527Z] === RUN   TestEventsBackwardsCompatible
00:02:28 [2022-08-24T00:02:28.527Z] --- PASS: TestEventsBackwardsCompatible (0.08s)
00:02:28 [2022-08-24T00:02:28.527Z] === RUN   TestEventsVolumeCreate
00:02:28 [2022-08-24T00:02:28.784Z] --- PASS: TestEventsVolumeCreate (0.09s)
00:02:28 [2022-08-24T00:02:28.784Z] === RUN   TestInfoBinaryCommits
00:02:28 [2022-08-24T00:02:28.784Z] --- PASS: TestInfoBinaryCommits (0.03s)
00:02:28 [2022-08-24T00:02:28.784Z] === RUN   TestInfoAPIVersioned
00:02:28 [2022-08-24T00:02:28.784Z] --- PASS: TestInfoAPIVersioned (0.02s)
00:02:28 [2022-08-24T00:02:28.784Z] === RUN   TestInfoAPI
00:02:28 [2022-08-24T00:02:28.784Z] --- PASS: TestInfoAPI (0.02s)
00:02:28 [2022-08-24T00:02:28.784Z] === RUN   TestInfoAPIWarnings
00:02:46 [2022-08-24T00:02:46.950Z] --- PASS: TestInfoAPIWarnings (16.54s)
00:02:46 [2022-08-24T00:02:46.950Z] === RUN   TestInfoDebug
00:02:46 [2022-08-24T00:02:46.950Z] --- PASS: TestInfoDebug (0.52s)
00:02:46 [2022-08-24T00:02:46.950Z] === RUN   TestInfoInsecureRegistries
00:02:46 [2022-08-24T00:02:46.950Z] --- PASS: TestInfoInsecureRegistries (0.52s)
00:02:46 [2022-08-24T00:02:46.950Z] === RUN   TestInfoRegistryMirrors
00:02:46 [2022-08-24T00:02:46.950Z] --- PASS: TestInfoRegistryMirrors (0.52s)
00:02:46 [2022-08-24T00:02:46.950Z] === RUN   TestLoginFailsWithBadCredentials
00:02:47 [2022-08-24T00:02:47.206Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
00:02:47 [2022-08-24T00:02:47.206Z] === RUN   TestPingCacheHeaders
00:02:47 [2022-08-24T00:02:47.206Z] --- PASS: TestPingCacheHeaders (0.02s)
00:02:47 [2022-08-24T00:02:47.206Z] === RUN   TestPingGet
00:02:47 [2022-08-24T00:02:47.206Z] --- PASS: TestPingGet (0.01s)
00:02:47 [2022-08-24T00:02:47.206Z] === RUN   TestPingHead
00:02:47 [2022-08-24T00:02:47.206Z] --- PASS: TestPingHead (0.02s)
00:02:47 [2022-08-24T00:02:47.206Z] === RUN   TestPingSwarmHeader
00:02:47 [2022-08-24T00:02:47.814Z] === RUN   TestPingSwarmHeader/before_swarm_init
00:02:48 [2022-08-24T00:02:48.375Z] === RUN   TestPingSwarmHeader/after_swarm_init
00:02:49 [2022-08-24T00:02:49.348Z] === RUN   TestPingSwarmHeader/after_swarm_leave
00:02:49 [2022-08-24T00:02:49.348Z] --- PASS: TestPingSwarmHeader (2.06s)
00:02:49 [2022-08-24T00:02:49.348Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
00:02:49 [2022-08-24T00:02:49.348Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
00:02:49 [2022-08-24T00:02:49.348Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
00:02:49 [2022-08-24T00:02:49.348Z] === RUN   TestPingBuilderHeader
00:02:49 [2022-08-24T00:02:49.348Z] === RUN   TestPingBuilderHeader/default_config
00:02:49 [2022-08-24T00:02:49.910Z] === RUN   TestPingBuilderHeader/buildkit_disabled
00:02:50 [2022-08-24T00:02:50.472Z] --- PASS: TestPingBuilderHeader (1.05s)
00:02:50 [2022-08-24T00:02:50.472Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
00:02:50 [2022-08-24T00:02:50.472Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.51s)
00:02:50 [2022-08-24T00:02:50.472Z] === RUN   TestVersion
00:02:50 [2022-08-24T00:02:50.472Z] --- PASS: TestVersion (0.02s)
00:02:50 [2022-08-24T00:02:50.472Z] === CONT  TestCgroupDriverSystemdMemoryLimit
00:02:50 [2022-08-24T00:02:50.472Z] === CONT  TestDiskUsage
00:02:51 [2022-08-24T00:02:51.034Z] === RUN   TestDiskUsage/empty
00:02:51 [2022-08-24T00:02:51.034Z] === RUN   TestDiskUsage/empty/container_types
00:02:51 [2022-08-24T00:02:51.034Z] === RUN   TestDiskUsage/empty/image_types
00:02:51 [2022-08-24T00:02:51.034Z] === RUN   TestDiskUsage/empty/volume_types
00:02:51 [2022-08-24T00:02:51.034Z] === RUN   TestDiskUsage/empty/build-cache_types
00:02:51 [2022-08-24T00:02:51.034Z] === RUN   TestDiskUsage/empty/container,_volume_types
00:02:51 [2022-08-24T00:02:51.034Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
00:02:51 [2022-08-24T00:02:51.034Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
00:02:51 [2022-08-24T00:02:51.034Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
00:02:51 [2022-08-24T00:02:51.034Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
00:02:51 [2022-08-24T00:02:51.034Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
00:02:51 [2022-08-24T00:02:51.034Z] === RUN   TestDiskUsage/after_LoadBusybox
00:02:51 [2022-08-24T00:02:51.289Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
00:02:51 [2022-08-24T00:02:51.289Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
00:02:51 [2022-08-24T00:02:51.289Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
00:02:51 [2022-08-24T00:02:51.289Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
00:02:51 [2022-08-24T00:02:51.289Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
00:02:51 [2022-08-24T00:02:51.289Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
00:02:51 [2022-08-24T00:02:51.289Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
00:02:51 [2022-08-24T00:02:51.289Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
00:02:51 [2022-08-24T00:02:51.289Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
00:02:51 [2022-08-24T00:02:51.289Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
00:02:51 [2022-08-24T00:02:51.289Z] === RUN   TestDiskUsage/after_container.Run
00:02:51 [2022-08-24T00:02:51.852Z] === RUN   TestDiskUsage/after_container.Run/container_types
00:02:51 [2022-08-24T00:02:51.852Z] === RUN   TestDiskUsage/after_container.Run/image_types
00:02:51 [2022-08-24T00:02:51.852Z] === RUN   TestDiskUsage/after_container.Run/volume_types
00:02:51 [2022-08-24T00:02:51.852Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
00:02:51 [2022-08-24T00:02:51.852Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
00:02:51 [2022-08-24T00:02:51.852Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
00:02:51 [2022-08-24T00:02:51.852Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
00:02:51 [2022-08-24T00:02:51.852Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
00:02:51 [2022-08-24T00:02:51.852Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
00:02:51 [2022-08-24T00:02:51.852Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
00:02:51 [2022-08-24T00:02:51.852Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.51s)
00:02:52 [2022-08-24T00:02:52.108Z] --- PASS: TestDiskUsage (1.65s)
00:02:52 [2022-08-24T00:02:52.108Z]     --- PASS: TestDiskUsage/empty (0.01s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.29s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]     --- PASS: TestDiskUsage/after_container.Run (0.62s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
00:02:52 [2022-08-24T00:02:52.108Z] PASS
00:02:52 [2022-08-24T00:02:52.108Z] 
00:02:52 [2022-08-24T00:02:52.108Z] DONE 57 tests in 24.201s
00:02:52 [2022-08-24T00:02:52.108Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
00:02:52 [2022-08-24T00:02:52.108Z] INFO: Testing against a local daemon
00:02:52 [2022-08-24T00:02:52.108Z] === RUN   TestVolumesCreateAndList
00:02:52 [2022-08-24T00:02:52.108Z] --- PASS: TestVolumesCreateAndList (0.02s)
00:02:52 [2022-08-24T00:02:52.108Z] === RUN   TestVolumesRemove
00:02:52 [2022-08-24T00:02:52.108Z] --- PASS: TestVolumesRemove (0.10s)
00:02:52 [2022-08-24T00:02:52.108Z] === RUN   TestVolumesInspect
00:02:52 [2022-08-24T00:02:52.404Z] --- PASS: TestVolumesInspect (0.02s)
00:02:52 [2022-08-24T00:02:52.404Z] === RUN   TestVolumesInvalidJSON
00:02:52 [2022-08-24T00:02:52.404Z] === RUN   TestVolumesInvalidJSON/volumes/create
00:02:52 [2022-08-24T00:02:52.404Z] === PAUSE TestVolumesInvalidJSON/volumes/create
00:02:52 [2022-08-24T00:02:52.404Z] === CONT  TestVolumesInvalidJSON/volumes/create
00:02:52 [2022-08-24T00:02:52.404Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
00:02:52 [2022-08-24T00:02:52.404Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
00:02:52 [2022-08-24T00:02:52.404Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
00:02:52 [2022-08-24T00:02:52.404Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
00:02:52 [2022-08-24T00:02:52.404Z] --- PASS: TestVolumesInvalidJSON (0.01s)
00:02:52 [2022-08-24T00:02:52.404Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
00:02:52 [2022-08-24T00:02:52.404Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
00:02:52 [2022-08-24T00:02:52.404Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
00:02:52 [2022-08-24T00:02:52.404Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
00:02:52 [2022-08-24T00:02:52.404Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
00:02:52 [2022-08-24T00:02:52.404Z] PASS
00:02:52 [2022-08-24T00:02:52.404Z] 
00:02:52 [2022-08-24T00:02:52.404Z] DONE 9 tests in 0.174s
00:02:52 [2022-08-24T00:02:52.404Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
00:02:52 [2022-08-24T00:02:52.966Z] Stopping apparmor (via systemctl): apparmor.service.
00:02:52 [2022-08-24T00:02:52.966Z] Removing test suite binaries
00:02:52 [2022-08-24T00:02:52.966Z] exiting test-integration
00:02:52 [2022-08-24T00:02:52.966Z] ++ exit 0
00:02:52 [2022-08-24T00:02:52.966Z]