Skip to content

Console Output

13:14:35 [2022-06-27T13:14:35.098Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43748/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=db977355b0a192282dedca39ea087a1fd114fc55 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_SYSTEMD -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:db977355b0a192282dedca39ea087a1fd114fc55 hack/make.sh dynbinary test-integration
13:14:35 [2022-06-27T13:14:35.360Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
13:14:35 [2022-06-27T13:14:35.360Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
13:14:35 [2022-06-27T13:14:35.360Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
13:14:35 [2022-06-27T13:14:35.360Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
13:14:35 [2022-06-27T13:14:35.360Z] systemd 247.3-7 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
13:14:35 [2022-06-27T13:14:35.360Z] Detected virtualization docker.
13:14:35 [2022-06-27T13:14:35.360Z] Detected architecture x86-64.
13:14:35 [2022-06-27T13:14:35.360Z] Set hostname to <07c9bfd6dfd4>.
13:14:35 [2022-06-27T13:14:35.622Z] modprobe@configfs.service: Succeeded.
13:14:35 [2022-06-27T13:14:35.622Z] modprobe@drm.service: Succeeded.
13:14:35 [2022-06-27T13:14:35.622Z] modprobe@fuse.service: Succeeded.
13:14:35 [2022-06-27T13:14:35.622Z] + source /etc/docker-entrypoint-cmd
13:14:35 [2022-06-27T13:14:35.622Z] ++ hack/make.sh dynbinary test-integration
13:14:35 [2022-06-27T13:14:35.622Z] 
13:14:35 [2022-06-27T13:14:35.884Z] Removing bundles/
13:14:35 [2022-06-27T13:14:35.884Z] 
13:14:35 [2022-06-27T13:14:35.884Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
13:14:35 [2022-06-27T13:14:35.884Z] Building: bundles/dynbinary-daemon/dockerd-dev
13:14:35 [2022-06-27T13:14:35.884Z] GOOS="" GOARCH="" GOARM=""
13:16:42 [2022-06-27T13:16:42.432Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
13:16:42 [2022-06-27T13:16:42.432Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
13:16:42 [2022-06-27T13:16:42.432Z] GOOS="" GOARCH="" GOARM=""
13:16:42 [2022-06-27T13:16:42.432Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
13:16:42 [2022-06-27T13:16:42.432Z] 
13:16:42 [2022-06-27T13:16:42.432Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:16:42 [2022-06-27T13:16:42.432Z] DOCKER_SYSTEMD=1
13:16:42 [2022-06-27T13:16:42.432Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:16:42 [2022-06-27T13:16:42.432Z] HOSTNAME=07c9bfd6dfd4
13:16:42 [2022-06-27T13:16:42.432Z] DEST=bundles/test-integration
13:16:42 [2022-06-27T13:16:42.432Z] PWD=/go/src/github.com/docker/docker
13:16:42 [2022-06-27T13:16:42.432Z] DOCKER_GITCOMMIT=db977355b0a192282dedca39ea087a1fd114fc55
13:16:42 [2022-06-27T13:16:42.432Z] container=docker
13:16:42 [2022-06-27T13:16:42.432Z] HOME=/root
13:16:42 [2022-06-27T13:16:42.432Z] LANG=C.UTF-8
13:16:42 [2022-06-27T13:16:42.432Z] INVOCATION_ID=23a7064c42cc4d01b5ca1dd99f6f5538
13:16:42 [2022-06-27T13:16:42.432Z] GOLANG_VERSION=1.18.3
13:16:42 [2022-06-27T13:16:42.432Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:16:42 [2022-06-27T13:16:42.432Z] VALIDATE_BRANCH=master
13:16:42 [2022-06-27T13:16:42.432Z] TERM=xterm
13:16:42 [2022-06-27T13:16:42.432Z] DOCKER_PKG=github.com/docker/docker
13:16:42 [2022-06-27T13:16:42.432Z] SHLVL=3
13:16:42 [2022-06-27T13:16:42.432Z] TIMEOUT=120m
13:16:42 [2022-06-27T13:16:42.432Z] DOCKER_BUILDTAGS= journald
13:16:42 [2022-06-27T13:16:42.432Z] DOCKER_GRAPHDRIVER=overlay2
13:16:42 [2022-06-27T13:16:42.432Z] GO111MODULE=off
13:16:42 [2022-06-27T13:16:42.432Z] DOCKER_EXPERIMENTAL=1
13:16:42 [2022-06-27T13:16:42.432Z] TEST_SKIP_INTEGRATION_CLI=1
13:16:42 [2022-06-27T13:16:42.432Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:16:42 [2022-06-27T13:16:42.432Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:16:42 [2022-06-27T13:16:42.432Z] GOPATH=/go
13:16:42 [2022-06-27T13:16:42.432Z] PKG_CONFIG=pkg-config
13:16:42 [2022-06-27T13:16:42.432Z] _=/usr/bin/env
13:16:42 [2022-06-27T13:16:42.432Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
13:17:29 [2022-06-27T13:17:29.168Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
13:17:29 [2022-06-27T13:17:29.168Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
13:17:51 [2022-06-27T13:17:51.150Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
13:17:57 [2022-06-27T13:17:57.746Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
13:18:07 [2022-06-27T13:18:07.761Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
13:18:07 [2022-06-27T13:18:07.762Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
13:18:07 [2022-06-27T13:18:07.762Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
13:18:08 [2022-06-27T13:18:08.336Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
13:18:08 [2022-06-27T13:18:08.910Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
13:18:09 [2022-06-27T13:18:09.172Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
13:18:10 [2022-06-27T13:18:10.117Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
13:18:12 [2022-06-27T13:18:12.668Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
13:18:13 [2022-06-27T13:18:13.614Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
13:18:14 [2022-06-27T13:18:14.561Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
13:18:15 [2022-06-27T13:18:15.135Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
13:18:16 [2022-06-27T13:18:16.081Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
13:18:16 [2022-06-27T13:18:16.655Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
13:18:18 [2022-06-27T13:18:18.080Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
13:18:18 [2022-06-27T13:18:18.665Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
13:18:19 [2022-06-27T13:18:19.617Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
13:18:20 [2022-06-27T13:18:20.561Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:18:20 [2022-06-27T13:18:20.561Z] Using test binary docker
13:18:20 [2022-06-27T13:18:20.561Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
13:18:20 [2022-06-27T13:18:20.561Z] Starting apparmor (via systemctl): apparmor.service.
13:18:20 [2022-06-27T13:18:20.561Z] Starting dockerd
13:18:20 [2022-06-27T13:18:20.561Z] INFO: Waiting for daemon to start...
13:18:22 [2022-06-27T13:18:22.477Z] .
13:18:22 [2022-06-27T13:18:22.477Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
13:18:22 [2022-06-27T13:18:22.477Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
13:18:22 [2022-06-27T13:18:22.477Z] Error: No such image: emptyfs
13:18:22 [2022-06-27T13:18:22.740Z] Running integration-test (iteration 1)
13:18:22 [2022-06-27T13:18:22.740Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
13:18:23 [2022-06-27T13:18:23.001Z] Loaded image: busybox:latest
13:18:23 [2022-06-27T13:18:23.001Z] Loaded image: busybox:glibc
13:18:24 [2022-06-27T13:18:24.389Z] Loaded image: debian:bullseye-slim
13:18:24 [2022-06-27T13:18:24.389Z] Loaded image: hello-world:latest
13:18:24 [2022-06-27T13:18:24.389Z] Loaded image: arm32v7/hello-world:latest
13:18:24 [2022-06-27T13:18:24.389Z] INFO: Testing against a local daemon
13:18:24 [2022-06-27T13:18:24.389Z] === RUN   TestCgroupNamespacesBuild
13:18:25 [2022-06-27T13:18:25.776Z] --- PASS: TestCgroupNamespacesBuild (1.39s)
13:18:25 [2022-06-27T13:18:25.776Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
13:18:27 [2022-06-27T13:18:27.164Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.24s)
13:18:27 [2022-06-27T13:18:27.164Z] === RUN   TestBuildWithSession
13:18:27 [2022-06-27T13:18:27.164Z]     build_session_test.go:25: TODO: BuildKit
13:18:27 [2022-06-27T13:18:27.164Z] --- SKIP: TestBuildWithSession (0.00s)
13:18:27 [2022-06-27T13:18:27.164Z] === RUN   TestBuildSquashParent
13:18:31 [2022-06-27T13:18:31.375Z] --- PASS: TestBuildSquashParent (4.16s)
13:18:31 [2022-06-27T13:18:31.375Z] === RUN   TestBuildWithRemoveAndForceRemove
13:18:31 [2022-06-27T13:18:31.375Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:18:31 [2022-06-27T13:18:31.375Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:18:31 [2022-06-27T13:18:31.375Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:18:31 [2022-06-27T13:18:31.375Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:18:31 [2022-06-27T13:18:31.375Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:18:31 [2022-06-27T13:18:31.375Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:18:31 [2022-06-27T13:18:31.375Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:18:31 [2022-06-27T13:18:31.375Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:18:31 [2022-06-27T13:18:31.375Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:18:31 [2022-06-27T13:18:31.375Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:18:31 [2022-06-27T13:18:31.375Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:18:31 [2022-06-27T13:18:31.375Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:18:31 [2022-06-27T13:18:31.375Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:18:31 [2022-06-27T13:18:31.375Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:18:33 [2022-06-27T13:18:33.302Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:18:33 [2022-06-27T13:18:33.302Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:18:34 [2022-06-27T13:18:34.689Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:18:34 [2022-06-27T13:18:34.689Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:18:36 [2022-06-27T13:18:36.605Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
13:18:36 [2022-06-27T13:18:36.605Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.76s)
13:18:36 [2022-06-27T13:18:36.605Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.87s)
13:18:36 [2022-06-27T13:18:36.605Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.38s)
13:18:36 [2022-06-27T13:18:36.605Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.59s)
13:18:36 [2022-06-27T13:18:36.605Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.56s)
13:18:36 [2022-06-27T13:18:36.605Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.51s)
13:18:36 [2022-06-27T13:18:36.605Z] === RUN   TestBuildMultiStageCopy
13:18:36 [2022-06-27T13:18:36.605Z] === RUN   TestBuildMultiStageCopy/copy_to_root
13:18:37 [2022-06-27T13:18:37.992Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
13:18:37 [2022-06-27T13:18:37.992Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
13:18:38 [2022-06-27T13:18:38.254Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
13:18:38 [2022-06-27T13:18:38.254Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
13:18:38 [2022-06-27T13:18:38.515Z] --- PASS: TestBuildMultiStageCopy (2.32s)
13:18:38 [2022-06-27T13:18:38.515Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.46s)
13:18:38 [2022-06-27T13:18:38.515Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s)
13:18:38 [2022-06-27T13:18:38.515Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s)
13:18:38 [2022-06-27T13:18:38.515Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s)
13:18:38 [2022-06-27T13:18:38.515Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s)
13:18:38 [2022-06-27T13:18:38.515Z] === RUN   TestBuildMultiStageParentConfig
13:18:39 [2022-06-27T13:18:39.460Z] --- PASS: TestBuildMultiStageParentConfig (0.65s)
13:18:39 [2022-06-27T13:18:39.460Z] === RUN   TestBuildLabelWithTargets
13:18:40 [2022-06-27T13:18:40.404Z] --- PASS: TestBuildLabelWithTargets (1.00s)
13:18:40 [2022-06-27T13:18:40.404Z] === RUN   TestBuildWithEmptyLayers
13:18:40 [2022-06-27T13:18:40.665Z] --- PASS: TestBuildWithEmptyLayers (0.43s)
13:18:40 [2022-06-27T13:18:40.665Z] === RUN   TestBuildMultiStageOnBuild
13:18:42 [2022-06-27T13:18:42.583Z] --- PASS: TestBuildMultiStageOnBuild (1.80s)
13:18:42 [2022-06-27T13:18:42.583Z] === RUN   TestBuildUncleanTarFilenames
13:18:43 [2022-06-27T13:18:43.156Z] --- PASS: TestBuildUncleanTarFilenames (0.62s)
13:18:43 [2022-06-27T13:18:43.156Z] === RUN   TestBuildMultiStageLayerLeak
13:18:45 [2022-06-27T13:18:45.073Z] --- PASS: TestBuildMultiStageLayerLeak (1.78s)
13:18:45 [2022-06-27T13:18:45.073Z] === RUN   TestBuildWithHugeFile
13:19:41 [2022-06-27T13:19:41.365Z] --- PASS: TestBuildWithHugeFile (49.24s)
13:19:41 [2022-06-27T13:19:41.365Z] === RUN   TestBuildWCOWSandboxSize
13:19:41 [2022-06-27T13:19:41.365Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
13:19:41 [2022-06-27T13:19:41.365Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
13:19:41 [2022-06-27T13:19:41.365Z] === RUN   TestBuildWithEmptyDockerfile
13:19:41 [2022-06-27T13:19:41.365Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
13:19:41 [2022-06-27T13:19:41.365Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
13:19:41 [2022-06-27T13:19:41.365Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:19:41 [2022-06-27T13:19:41.365Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:19:41 [2022-06-27T13:19:41.365Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:19:41 [2022-06-27T13:19:41.365Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:19:41 [2022-06-27T13:19:41.365Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
13:19:41 [2022-06-27T13:19:41.365Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:19:41 [2022-06-27T13:19:41.365Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:19:41 [2022-06-27T13:19:41.365Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
13:19:41 [2022-06-27T13:19:41.365Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s)
13:19:41 [2022-06-27T13:19:41.365Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s)
13:19:41 [2022-06-27T13:19:41.365Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
13:19:41 [2022-06-27T13:19:41.365Z] === RUN   TestBuildPreserveOwnership
13:19:41 [2022-06-27T13:19:41.365Z] === RUN   TestBuildPreserveOwnership/copy_from
13:19:41 [2022-06-27T13:19:41.365Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
13:19:41 [2022-06-27T13:19:41.365Z] --- PASS: TestBuildPreserveOwnership (3.54s)
13:19:41 [2022-06-27T13:19:41.365Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.37s)
13:19:41 [2022-06-27T13:19:41.365Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.16s)
13:19:41 [2022-06-27T13:19:41.365Z] === RUN   TestBuildPlatformInvalid
13:19:41 [2022-06-27T13:19:41.365Z] --- PASS: TestBuildPlatformInvalid (0.07s)
13:19:41 [2022-06-27T13:19:41.365Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
13:19:41 [2022-06-27T13:19:41.365Z] Loaded image: busybox:latest
13:19:41 [2022-06-27T13:19:41.365Z] Loaded image: busybox:glibc
13:19:41 [2022-06-27T13:19:41.365Z] Loaded image: debian:bullseye-slim
13:19:41 [2022-06-27T13:19:41.365Z] Loaded image: hello-world:latest
13:19:41 [2022-06-27T13:19:41.365Z] Loaded image: arm32v7/hello-world:latest
13:19:49 [2022-06-27T13:19:49.516Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.76s)
13:19:49 [2022-06-27T13:19:49.516Z] PASS
13:19:49 [2022-06-27T13:19:49.516Z] 
13:19:49 [2022-06-27T13:19:49.516Z] === Skipped
13:19:49 [2022-06-27T13:19:49.516Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
13:19:49 [2022-06-27T13:19:49.516Z]     build_session_test.go:25: TODO: BuildKit
13:19:49 [2022-06-27T13:19:49.516Z] 
13:19:49 [2022-06-27T13:19:49.516Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
13:19:49 [2022-06-27T13:19:49.516Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
13:19:49 [2022-06-27T13:19:49.516Z] 
13:19:49 [2022-06-27T13:19:49.516Z] DONE 34 tests, 2 skipped in 85.984s
13:19:49 [2022-06-27T13:19:49.516Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
13:19:49 [2022-06-27T13:19:49.516Z] INFO: Testing against a local daemon
13:19:49 [2022-06-27T13:19:49.516Z] === RUN   TestConfigInspect
13:19:50 [2022-06-27T13:19:50.903Z] --- PASS: TestConfigInspect (2.14s)
13:19:50 [2022-06-27T13:19:50.903Z] === RUN   TestConfigList
13:19:53 [2022-06-27T13:19:53.450Z] --- PASS: TestConfigList (2.17s)
13:19:53 [2022-06-27T13:19:53.450Z] === RUN   TestConfigsCreateAndDelete
13:19:55 [2022-06-27T13:19:55.364Z] --- PASS: TestConfigsCreateAndDelete (2.17s)
13:19:55 [2022-06-27T13:19:55.364Z] === RUN   TestConfigsUpdate
13:19:57 [2022-06-27T13:19:57.282Z] --- PASS: TestConfigsUpdate (2.16s)
13:19:57 [2022-06-27T13:19:57.282Z] === RUN   TestTemplatedConfig
13:19:59 [2022-06-27T13:19:59.872Z] --- PASS: TestTemplatedConfig (2.61s)
13:19:59 [2022-06-27T13:19:59.872Z] === RUN   TestConfigCreateResolve
13:20:02 [2022-06-27T13:20:02.421Z] --- PASS: TestConfigCreateResolve (2.18s)
13:20:02 [2022-06-27T13:20:02.421Z] PASS
13:20:02 [2022-06-27T13:20:02.421Z] 
13:20:02 [2022-06-27T13:20:02.421Z] DONE 6 tests in 13.437s
13:20:02 [2022-06-27T13:20:02.421Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
13:20:02 [2022-06-27T13:20:02.421Z] INFO: Testing against a local daemon
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestAttachWithTTY
13:20:02 [2022-06-27T13:20:02.421Z] --- PASS: TestAttachWithTTY (0.06s)
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestAttachWithoutTTy
13:20:02 [2022-06-27T13:20:02.421Z] --- PASS: TestAttachWithoutTTy (0.05s)
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestCheckpoint
13:20:02 [2022-06-27T13:20:02.421Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:20:02 [2022-06-27T13:20:02.421Z] --- SKIP: TestCheckpoint (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/commit
13:20:02 [2022-06-27T13:20:02.421Z] === PAUSE TestContainerInvalidJSON/commit
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/containers/create
13:20:02 [2022-06-27T13:20:02.421Z] === PAUSE TestContainerInvalidJSON/containers/create
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
13:20:02 [2022-06-27T13:20:02.421Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
13:20:02 [2022-06-27T13:20:02.421Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
13:20:02 [2022-06-27T13:20:02.421Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:20:02 [2022-06-27T13:20:02.421Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
13:20:02 [2022-06-27T13:20:02.421Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
13:20:02 [2022-06-27T13:20:02.421Z] === CONT  TestContainerInvalidJSON/commit
13:20:02 [2022-06-27T13:20:02.421Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/commit/empty_body
13:20:02 [2022-06-27T13:20:02.421Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
13:20:02 [2022-06-27T13:20:02.421Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
13:20:02 [2022-06-27T13:20:02.421Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
13:20:02 [2022-06-27T13:20:02.421Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
13:20:02 [2022-06-27T13:20:02.421Z] === CONT  TestContainerInvalidJSON/containers/create
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
13:20:02 [2022-06-27T13:20:02.421Z] --- PASS: TestContainerInvalidJSON (0.01s)
13:20:02 [2022-06-27T13:20:02.421Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestCopyFromContainerPathDoesNotExist
13:20:02 [2022-06-27T13:20:02.421Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestCopyFromContainerPathIsNotDir
13:20:02 [2022-06-27T13:20:02.421Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestCopyToContainerPathDoesNotExist
13:20:02 [2022-06-27T13:20:02.421Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s)
13:20:02 [2022-06-27T13:20:02.421Z] === RUN   TestCopyEmptyFile
13:20:02 [2022-06-27T13:20:02.683Z] --- PASS: TestCopyEmptyFile (0.24s)
13:20:02 [2022-06-27T13:20:02.683Z] === RUN   TestCopyToContainerPathIsNotDir
13:20:02 [2022-06-27T13:20:02.683Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
13:20:02 [2022-06-27T13:20:02.683Z] === RUN   TestCopyFromContainer
13:20:04 [2022-06-27T13:20:04.070Z] === RUN   TestCopyFromContainer//
13:20:04 [2022-06-27T13:20:04.070Z] === RUN   TestCopyFromContainer//bar/root
13:20:04 [2022-06-27T13:20:04.070Z] === RUN   TestCopyFromContainer//bar/root/
13:20:04 [2022-06-27T13:20:04.070Z] === RUN   TestCopyFromContainer/bar/quux
13:20:04 [2022-06-27T13:20:04.070Z] === RUN   TestCopyFromContainer/bar/quux/
13:20:04 [2022-06-27T13:20:04.331Z] === RUN   TestCopyFromContainer/bar/quux/baz
13:20:04 [2022-06-27T13:20:04.331Z] === RUN   TestCopyFromContainer/bar/filesymlink
13:20:04 [2022-06-27T13:20:04.331Z] === RUN   TestCopyFromContainer/bar/dirsymlink
13:20:04 [2022-06-27T13:20:04.331Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
13:20:04 [2022-06-27T13:20:04.593Z] === RUN   TestCopyFromContainer/bar/notarget
13:20:04 [2022-06-27T13:20:04.593Z] --- PASS: TestCopyFromContainer (1.88s)
13:20:04 [2022-06-27T13:20:04.593Z]     --- PASS: TestCopyFromContainer// (0.06s)
13:20:04 [2022-06-27T13:20:04.593Z]     --- PASS: TestCopyFromContainer//bar/root (0.07s)
13:20:04 [2022-06-27T13:20:04.593Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
13:20:04 [2022-06-27T13:20:04.593Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
13:20:04 [2022-06-27T13:20:04.593Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
13:20:04 [2022-06-27T13:20:04.593Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
13:20:04 [2022-06-27T13:20:04.593Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
13:20:04 [2022-06-27T13:20:04.593Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s)
13:20:04 [2022-06-27T13:20:04.593Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
13:20:04 [2022-06-27T13:20:04.593Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
13:20:04 [2022-06-27T13:20:04.593Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
13:20:04 [2022-06-27T13:20:04.593Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:20:04 [2022-06-27T13:20:04.593Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:20:04 [2022-06-27T13:20:04.593Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:20:04 [2022-06-27T13:20:04.593Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:20:04 [2022-06-27T13:20:04.593Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
13:20:04 [2022-06-27T13:20:04.593Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
13:20:04 [2022-06-27T13:20:04.593Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:20:04 [2022-06-27T13:20:04.593Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
13:20:04 [2022-06-27T13:20:04.593Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:20:04 [2022-06-27T13:20:04.593Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
13:20:04 [2022-06-27T13:20:04.593Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
13:20:04 [2022-06-27T13:20:04.593Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
13:20:04 [2022-06-27T13:20:04.593Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
13:20:04 [2022-06-27T13:20:04.593Z] === RUN   TestCreateLinkToNonExistingContainer
13:20:04 [2022-06-27T13:20:04.593Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
13:20:04 [2022-06-27T13:20:04.593Z] === RUN   TestCreateWithInvalidEnv
13:20:04 [2022-06-27T13:20:04.593Z] === RUN   TestCreateWithInvalidEnv/0
13:20:04 [2022-06-27T13:20:04.593Z] === PAUSE TestCreateWithInvalidEnv/0
13:20:04 [2022-06-27T13:20:04.593Z] === RUN   TestCreateWithInvalidEnv/1
13:20:04 [2022-06-27T13:20:04.593Z] === PAUSE TestCreateWithInvalidEnv/1
13:20:04 [2022-06-27T13:20:04.593Z] === RUN   TestCreateWithInvalidEnv/2
13:20:04 [2022-06-27T13:20:04.593Z] === PAUSE TestCreateWithInvalidEnv/2
13:20:04 [2022-06-27T13:20:04.593Z] === CONT  TestCreateWithInvalidEnv/0
13:20:04 [2022-06-27T13:20:04.593Z] === CONT  TestCreateWithInvalidEnv/2
13:20:04 [2022-06-27T13:20:04.593Z] === CONT  TestCreateWithInvalidEnv/1
13:20:04 [2022-06-27T13:20:04.593Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
13:20:04 [2022-06-27T13:20:04.593Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
13:20:04 [2022-06-27T13:20:04.593Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
13:20:04 [2022-06-27T13:20:04.593Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
13:20:04 [2022-06-27T13:20:04.593Z] === RUN   TestCreateTmpfsMountsTarget
13:20:04 [2022-06-27T13:20:04.854Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
13:20:04 [2022-06-27T13:20:04.854Z] === RUN   TestCreateWithCustomMaskedPaths
13:20:06 [2022-06-27T13:20:06.770Z] --- PASS: TestCreateWithCustomMaskedPaths (1.69s)
13:20:06 [2022-06-27T13:20:06.770Z] === RUN   TestCreateWithCustomReadonlyPaths
13:20:08 [2022-06-27T13:20:08.157Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.61s)
13:20:08 [2022-06-27T13:20:08.157Z] === RUN   TestCreateWithInvalidHealthcheckParams
13:20:08 [2022-06-27T13:20:08.157Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:20:08 [2022-06-27T13:20:08.157Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:20:08 [2022-06-27T13:20:08.157Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:20:08 [2022-06-27T13:20:08.157Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:20:08 [2022-06-27T13:20:08.157Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:20:08 [2022-06-27T13:20:08.157Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:20:08 [2022-06-27T13:20:08.157Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:20:08 [2022-06-27T13:20:08.157Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:20:08 [2022-06-27T13:20:08.157Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:20:08 [2022-06-27T13:20:08.157Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:20:08 [2022-06-27T13:20:08.157Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:20:08 [2022-06-27T13:20:08.157Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:20:08 [2022-06-27T13:20:08.157Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:20:08 [2022-06-27T13:20:08.157Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:20:08 [2022-06-27T13:20:08.157Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:20:08 [2022-06-27T13:20:08.157Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
13:20:08 [2022-06-27T13:20:08.157Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
13:20:08 [2022-06-27T13:20:08.157Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
13:20:08 [2022-06-27T13:20:08.157Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
13:20:08 [2022-06-27T13:20:08.157Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
13:20:08 [2022-06-27T13:20:08.157Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
13:20:08 [2022-06-27T13:20:08.157Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
13:20:08 [2022-06-27T13:20:08.731Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.60s)
13:20:08 [2022-06-27T13:20:08.731Z] === RUN   TestCreateDifferentPlatform
13:20:08 [2022-06-27T13:20:08.731Z] === RUN   TestCreateDifferentPlatform/different_os
13:20:08 [2022-06-27T13:20:08.731Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
13:20:08 [2022-06-27T13:20:08.731Z] --- PASS: TestCreateDifferentPlatform (0.01s)
13:20:08 [2022-06-27T13:20:08.731Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
13:20:08 [2022-06-27T13:20:08.731Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
13:20:08 [2022-06-27T13:20:08.731Z] === RUN   TestCreateVolumesFromNonExistingContainer
13:20:08 [2022-06-27T13:20:08.731Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
13:20:08 [2022-06-27T13:20:08.731Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
13:20:08 [2022-06-27T13:20:08.731Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
13:20:08 [2022-06-27T13:20:08.731Z] === RUN   TestCreateInvalidHostConfig
13:20:08 [2022-06-27T13:20:08.731Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
13:20:08 [2022-06-27T13:20:08.731Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
13:20:08 [2022-06-27T13:20:08.731Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
13:20:08 [2022-06-27T13:20:08.731Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
13:20:08 [2022-06-27T13:20:08.731Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:20:08 [2022-06-27T13:20:08.731Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:20:08 [2022-06-27T13:20:08.731Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
13:20:08 [2022-06-27T13:20:08.731Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
13:20:08 [2022-06-27T13:20:08.731Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
13:20:08 [2022-06-27T13:20:08.731Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
13:20:08 [2022-06-27T13:20:08.731Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
13:20:08 [2022-06-27T13:20:08.731Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:20:08 [2022-06-27T13:20:08.731Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
13:20:08 [2022-06-27T13:20:08.731Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
13:20:08 [2022-06-27T13:20:08.731Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
13:20:08 [2022-06-27T13:20:08.731Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
13:20:08 [2022-06-27T13:20:08.731Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
13:20:08 [2022-06-27T13:20:08.731Z] === RUN   TestContainerStartOnDaemonRestart
13:20:08 [2022-06-27T13:20:08.731Z] === PAUSE TestContainerStartOnDaemonRestart
13:20:08 [2022-06-27T13:20:08.731Z] === RUN   TestDaemonRestartIpcMode
13:20:08 [2022-06-27T13:20:08.731Z] === PAUSE TestDaemonRestartIpcMode
13:20:08 [2022-06-27T13:20:08.731Z] === RUN   TestDaemonHostGatewayIP
13:20:08 [2022-06-27T13:20:08.731Z] === PAUSE TestDaemonHostGatewayIP
13:20:08 [2022-06-27T13:20:08.731Z] === RUN   TestRestartDaemonWithRestartingContainer
13:20:08 [2022-06-27T13:20:08.731Z] === PAUSE TestRestartDaemonWithRestartingContainer
13:20:08 [2022-06-27T13:20:08.731Z] === RUN   TestContainerKillOnDaemonStart
13:20:08 [2022-06-27T13:20:08.731Z] === PAUSE TestContainerKillOnDaemonStart
13:20:08 [2022-06-27T13:20:08.731Z] === RUN   TestDiff
13:20:09 [2022-06-27T13:20:09.303Z] --- PASS: TestDiff (0.62s)
13:20:09 [2022-06-27T13:20:09.303Z] === RUN   TestExecConsoleSize
13:20:10 [2022-06-27T13:20:10.279Z] --- PASS: TestExecConsoleSize (0.66s)
13:20:10 [2022-06-27T13:20:10.279Z] === RUN   TestExecWithCloseStdin
13:20:10 [2022-06-27T13:20:10.877Z] --- PASS: TestExecWithCloseStdin (0.65s)
13:20:10 [2022-06-27T13:20:10.877Z] === RUN   TestExec
13:20:11 [2022-06-27T13:20:11.461Z] --- PASS: TestExec (0.63s)
13:20:11 [2022-06-27T13:20:11.461Z] === RUN   TestExecUser
13:20:12 [2022-06-27T13:20:12.037Z] --- PASS: TestExecUser (0.65s)
13:20:12 [2022-06-27T13:20:12.037Z] === RUN   TestExportContainerAndImportImage
13:20:12 [2022-06-27T13:20:12.610Z] --- PASS: TestExportContainerAndImportImage (0.74s)
13:20:12 [2022-06-27T13:20:12.610Z] === RUN   TestExportContainerAfterDaemonRestart
13:20:13 [2022-06-27T13:20:13.996Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s)
13:20:13 [2022-06-27T13:20:13.996Z] === RUN   TestHealthCheckWorkdir
13:20:14 [2022-06-27T13:20:14.940Z] --- PASS: TestHealthCheckWorkdir (0.71s)
13:20:14 [2022-06-27T13:20:14.940Z] === RUN   TestHealthKillContainer
13:20:23 [2022-06-27T13:20:23.128Z] --- PASS: TestHealthKillContainer (8.19s)
13:20:23 [2022-06-27T13:20:23.128Z] === RUN   TestInspectCpusetInConfigPre120
13:20:23 [2022-06-27T13:20:23.389Z] --- PASS: TestInspectCpusetInConfigPre120 (0.58s)
13:20:23 [2022-06-27T13:20:23.389Z] === RUN   TestIpcModeNone
13:20:23 [2022-06-27T13:20:23.962Z] --- PASS: TestIpcModeNone (0.59s)
13:20:23 [2022-06-27T13:20:23.962Z] === RUN   TestIpcModePrivate
13:20:24 [2022-06-27T13:20:24.534Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false
13:20:24 [2022-06-27T13:20:24.795Z] --- PASS: TestIpcModePrivate (0.63s)
13:20:24 [2022-06-27T13:20:24.795Z] === RUN   TestIpcModeShareable
13:20:25 [2022-06-27T13:20:25.056Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true
13:20:25 [2022-06-27T13:20:25.320Z] --- PASS: TestIpcModeShareable (0.65s)
13:20:25 [2022-06-27T13:20:25.320Z] === RUN   TestAPIIpcModeShareableAndContainer
13:20:27 [2022-06-27T13:20:27.237Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.79s)
13:20:27 [2022-06-27T13:20:27.237Z] === RUN   TestAPIIpcModeHost
13:20:27 [2022-06-27T13:20:27.498Z] --- PASS: TestAPIIpcModeHost (0.41s)
13:20:27 [2022-06-27T13:20:27.498Z] === RUN   TestDaemonIpcModeShareable
13:20:28 [2022-06-27T13:20:28.891Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
13:20:28 [2022-06-27T13:20:28.891Z] --- PASS: TestDaemonIpcModeShareable (1.23s)
13:20:28 [2022-06-27T13:20:28.891Z] === RUN   TestDaemonIpcModePrivate
13:20:29 [2022-06-27T13:20:29.835Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
13:20:30 [2022-06-27T13:20:30.096Z] --- PASS: TestDaemonIpcModePrivate (1.21s)
13:20:30 [2022-06-27T13:20:30.096Z] === RUN   TestDaemonIpcModePrivateFromConfig
13:20:31 [2022-06-27T13:20:31.040Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
13:20:31 [2022-06-27T13:20:31.302Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.29s)
13:20:31 [2022-06-27T13:20:31.302Z] === RUN   TestDaemonIpcModeShareableFromConfig
13:20:32 [2022-06-27T13:20:32.247Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
13:20:32 [2022-06-27T13:20:32.509Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.22s)
13:20:32 [2022-06-27T13:20:32.509Z] === RUN   TestIpcModeOlderClient
13:20:32 [2022-06-27T13:20:32.509Z] === PAUSE TestIpcModeOlderClient
13:20:32 [2022-06-27T13:20:32.509Z] === RUN   TestKillContainerInvalidSignal
13:20:33 [2022-06-27T13:20:33.082Z] --- PASS: TestKillContainerInvalidSignal (0.44s)
13:20:33 [2022-06-27T13:20:33.082Z] === RUN   TestKillContainer
13:20:33 [2022-06-27T13:20:33.082Z] === RUN   TestKillContainer/no_signal
13:20:33 [2022-06-27T13:20:33.344Z] === RUN   TestKillContainer/non_killing_signal
13:20:33 [2022-06-27T13:20:33.606Z] === RUN   TestKillContainer/killing_signal
13:20:34 [2022-06-27T13:20:34.180Z] --- PASS: TestKillContainer (1.37s)
13:20:34 [2022-06-27T13:20:34.180Z]     --- PASS: TestKillContainer/no_signal (0.46s)
13:20:34 [2022-06-27T13:20:34.180Z]     --- PASS: TestKillContainer/non_killing_signal (0.30s)
13:20:34 [2022-06-27T13:20:34.180Z]     --- PASS: TestKillContainer/killing_signal (0.45s)
13:20:34 [2022-06-27T13:20:34.180Z] === RUN   TestKillWithStopSignalAndRestartPolicies
13:20:34 [2022-06-27T13:20:34.442Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
13:20:34 [2022-06-27T13:20:34.703Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
13:20:35 [2022-06-27T13:20:35.277Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.96s)
13:20:35 [2022-06-27T13:20:35.277Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.47s)
13:20:35 [2022-06-27T13:20:35.277Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.31s)
13:20:35 [2022-06-27T13:20:35.277Z] === RUN   TestKillStoppedContainer
13:20:35 [2022-06-27T13:20:35.277Z] --- PASS: TestKillStoppedContainer (0.05s)
13:20:35 [2022-06-27T13:20:35.277Z] === RUN   TestKillStoppedContainerAPIPre120
13:20:35 [2022-06-27T13:20:35.277Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
13:20:35 [2022-06-27T13:20:35.277Z] === RUN   TestKillDifferentUserContainer
13:20:35 [2022-06-27T13:20:35.854Z] --- PASS: TestKillDifferentUserContainer (0.44s)
13:20:35 [2022-06-27T13:20:35.854Z] === RUN   TestInspectOomKilledTrue
13:20:35 [2022-06-27T13:20:35.854Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
13:20:35 [2022-06-27T13:20:35.854Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
13:20:35 [2022-06-27T13:20:35.854Z] === RUN   TestInspectOomKilledFalse
13:20:36 [2022-06-27T13:20:36.427Z] --- PASS: TestInspectOomKilledFalse (0.43s)
13:20:36 [2022-06-27T13:20:36.427Z] === RUN   TestLinksEtcHostsContentMatch
13:20:36 [2022-06-27T13:20:36.688Z] --- PASS: TestLinksEtcHostsContentMatch (0.33s)
13:20:36 [2022-06-27T13:20:36.688Z] === RUN   TestLinksContainerNames
13:20:37 [2022-06-27T13:20:37.632Z] --- PASS: TestLinksContainerNames (0.91s)
13:20:37 [2022-06-27T13:20:37.632Z] === RUN   TestLogsFollowTailEmpty
13:20:37 [2022-06-27T13:20:37.893Z] --- PASS: TestLogsFollowTailEmpty (0.46s)
13:20:37 [2022-06-27T13:20:37.893Z] === RUN   TestLogs
13:20:37 [2022-06-27T13:20:37.893Z] === RUN   TestLogs/driver_local
13:20:37 [2022-06-27T13:20:37.893Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
13:20:37 [2022-06-27T13:20:37.893Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
13:20:37 [2022-06-27T13:20:37.893Z] === RUN   TestLogs/driver_local/tty/only_stdout
13:20:37 [2022-06-27T13:20:37.893Z] === PAUSE TestLogs/driver_local/tty/only_stdout
13:20:37 [2022-06-27T13:20:37.893Z] === RUN   TestLogs/driver_local/tty/only_stderr
13:20:37 [2022-06-27T13:20:37.893Z] === PAUSE TestLogs/driver_local/tty/only_stderr
13:20:37 [2022-06-27T13:20:37.893Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
13:20:37 [2022-06-27T13:20:37.893Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
13:20:37 [2022-06-27T13:20:37.893Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
13:20:37 [2022-06-27T13:20:37.893Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
13:20:37 [2022-06-27T13:20:37.893Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
13:20:37 [2022-06-27T13:20:37.893Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
13:20:37 [2022-06-27T13:20:37.893Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
13:20:37 [2022-06-27T13:20:37.893Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
13:20:38 [2022-06-27T13:20:38.837Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
13:20:38 [2022-06-27T13:20:38.837Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
13:20:39 [2022-06-27T13:20:39.783Z] === CONT  TestLogs/driver_local/tty/only_stderr
13:20:39 [2022-06-27T13:20:39.783Z] === CONT  TestLogs/driver_local/tty/only_stdout
13:20:40 [2022-06-27T13:20:40.356Z] === RUN   TestLogs/driver_json-file
13:20:40 [2022-06-27T13:20:40.356Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
13:20:40 [2022-06-27T13:20:40.356Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
13:20:40 [2022-06-27T13:20:40.356Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
13:20:40 [2022-06-27T13:20:40.356Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
13:20:40 [2022-06-27T13:20:40.356Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
13:20:40 [2022-06-27T13:20:40.356Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
13:20:40 [2022-06-27T13:20:40.356Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:20:40 [2022-06-27T13:20:40.356Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:20:40 [2022-06-27T13:20:40.356Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
13:20:40 [2022-06-27T13:20:40.356Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
13:20:40 [2022-06-27T13:20:40.356Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
13:20:40 [2022-06-27T13:20:40.356Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
13:20:40 [2022-06-27T13:20:40.356Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
13:20:40 [2022-06-27T13:20:40.356Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
13:20:40 [2022-06-27T13:20:40.929Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
13:20:40 [2022-06-27T13:20:40.929Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:20:41 [2022-06-27T13:20:41.503Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
13:20:41 [2022-06-27T13:20:41.503Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
13:20:42 [2022-06-27T13:20:42.449Z] --- PASS: TestLogs (4.36s)
13:20:42 [2022-06-27T13:20:42.449Z]     --- PASS: TestLogs/driver_local (0.01s)
13:20:42 [2022-06-27T13:20:42.449Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.78s)
13:20:42 [2022-06-27T13:20:42.449Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.78s)
13:20:42 [2022-06-27T13:20:42.449Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.82s)
13:20:42 [2022-06-27T13:20:42.449Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.86s)
13:20:42 [2022-06-27T13:20:42.449Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.61s)
13:20:42 [2022-06-27T13:20:42.449Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.58s)
13:20:42 [2022-06-27T13:20:42.449Z]     --- PASS: TestLogs/driver_json-file (0.01s)
13:20:42 [2022-06-27T13:20:42.449Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.65s)
13:20:42 [2022-06-27T13:20:42.449Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.69s)
13:20:42 [2022-06-27T13:20:42.449Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.63s)
13:20:42 [2022-06-27T13:20:42.449Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.63s)
13:20:42 [2022-06-27T13:20:42.449Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.77s)
13:20:42 [2022-06-27T13:20:42.449Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.84s)
13:20:42 [2022-06-27T13:20:42.449Z] === RUN   TestContainerNetworkMountsNoChown
13:20:42 [2022-06-27T13:20:42.711Z] --- PASS: TestContainerNetworkMountsNoChown (0.46s)
13:20:42 [2022-06-27T13:20:42.711Z] === RUN   TestMountDaemonRoot
13:20:42 [2022-06-27T13:20:42.711Z] === RUN   TestMountDaemonRoot/default
13:20:42 [2022-06-27T13:20:42.711Z] === PAUSE TestMountDaemonRoot/default
13:20:42 [2022-06-27T13:20:42.711Z] === RUN   TestMountDaemonRoot/private
13:20:42 [2022-06-27T13:20:42.711Z] === PAUSE TestMountDaemonRoot/private
13:20:42 [2022-06-27T13:20:42.711Z] === RUN   TestMountDaemonRoot/rprivate
13:20:42 [2022-06-27T13:20:42.711Z] === PAUSE TestMountDaemonRoot/rprivate
13:20:42 [2022-06-27T13:20:42.711Z] === RUN   TestMountDaemonRoot/slave
13:20:42 [2022-06-27T13:20:42.711Z] === PAUSE TestMountDaemonRoot/slave
13:20:42 [2022-06-27T13:20:42.711Z] === RUN   TestMountDaemonRoot/rslave
13:20:42 [2022-06-27T13:20:42.711Z] === PAUSE TestMountDaemonRoot/rslave
13:20:42 [2022-06-27T13:20:42.711Z] === RUN   TestMountDaemonRoot/shared
13:20:42 [2022-06-27T13:20:42.711Z] === PAUSE TestMountDaemonRoot/shared
13:20:42 [2022-06-27T13:20:42.711Z] === RUN   TestMountDaemonRoot/rshared
13:20:42 [2022-06-27T13:20:42.711Z] === PAUSE TestMountDaemonRoot/rshared
13:20:42 [2022-06-27T13:20:42.711Z] === CONT  TestMountDaemonRoot/default
13:20:42 [2022-06-27T13:20:42.711Z] === RUN   TestMountDaemonRoot/default/bind_root
13:20:42 [2022-06-27T13:20:42.711Z] === PAUSE TestMountDaemonRoot/default/bind_root
13:20:42 [2022-06-27T13:20:42.711Z] === RUN   TestMountDaemonRoot/default/bind_subpath
13:20:42 [2022-06-27T13:20:42.711Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
13:20:42 [2022-06-27T13:20:42.711Z] === RUN   TestMountDaemonRoot/default/mount_root
13:20:42 [2022-06-27T13:20:42.711Z] === PAUSE TestMountDaemonRoot/default/mount_root
13:20:42 [2022-06-27T13:20:42.711Z] === RUN   TestMountDaemonRoot/default/mount_subpath
13:20:42 [2022-06-27T13:20:42.711Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
13:20:42 [2022-06-27T13:20:42.711Z] === CONT  TestMountDaemonRoot/default/bind_root
13:20:42 [2022-06-27T13:20:42.711Z] === CONT  TestMountDaemonRoot/rshared
13:20:42 [2022-06-27T13:20:42.711Z] === RUN   TestMountDaemonRoot/rshared/bind_root
13:20:42 [2022-06-27T13:20:42.711Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
13:20:42 [2022-06-27T13:20:42.711Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
13:20:42 [2022-06-27T13:20:42.711Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
13:20:42 [2022-06-27T13:20:42.711Z] === RUN   TestMountDaemonRoot/rshared/mount_root
13:20:42 [2022-06-27T13:20:42.711Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
13:20:42 [2022-06-27T13:20:42.711Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
13:20:42 [2022-06-27T13:20:42.711Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
13:20:42 [2022-06-27T13:20:42.711Z] === CONT  TestMountDaemonRoot/rshared/bind_root
13:20:42 [2022-06-27T13:20:42.711Z] === CONT  TestMountDaemonRoot/shared
13:20:42 [2022-06-27T13:20:42.973Z] === RUN   TestMountDaemonRoot/shared/bind_root
13:20:42 [2022-06-27T13:20:42.973Z] === PAUSE TestMountDaemonRoot/shared/bind_root
13:20:42 [2022-06-27T13:20:42.973Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
13:20:42 [2022-06-27T13:20:42.973Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
13:20:42 [2022-06-27T13:20:42.973Z] === RUN   TestMountDaemonRoot/shared/mount_root
13:20:42 [2022-06-27T13:20:42.973Z] === PAUSE TestMountDaemonRoot/shared/mount_root
13:20:42 [2022-06-27T13:20:42.973Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
13:20:42 [2022-06-27T13:20:42.973Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
13:20:42 [2022-06-27T13:20:42.973Z] === CONT  TestMountDaemonRoot/rslave
13:20:42 [2022-06-27T13:20:42.973Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
13:20:42 [2022-06-27T13:20:42.973Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
13:20:42 [2022-06-27T13:20:42.973Z] === RUN   TestMountDaemonRoot/rslave/bind_root
13:20:42 [2022-06-27T13:20:42.973Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
13:20:42 [2022-06-27T13:20:42.973Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
13:20:42 [2022-06-27T13:20:42.973Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
13:20:42 [2022-06-27T13:20:42.973Z] === RUN   TestMountDaemonRoot/rslave/mount_root
13:20:42 [2022-06-27T13:20:42.973Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
13:20:42 [2022-06-27T13:20:42.973Z] === CONT  TestMountDaemonRoot/slave
13:20:42 [2022-06-27T13:20:42.973Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
13:20:42 [2022-06-27T13:20:42.973Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
13:20:42 [2022-06-27T13:20:42.973Z] === RUN   TestMountDaemonRoot/slave/bind_root
13:20:42 [2022-06-27T13:20:42.974Z] === PAUSE TestMountDaemonRoot/slave/bind_root
13:20:42 [2022-06-27T13:20:42.974Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
13:20:42 [2022-06-27T13:20:42.974Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
13:20:42 [2022-06-27T13:20:42.974Z] === RUN   TestMountDaemonRoot/slave/mount_root
13:20:42 [2022-06-27T13:20:42.974Z] === PAUSE TestMountDaemonRoot/slave/mount_root
13:20:42 [2022-06-27T13:20:42.974Z] === CONT  TestMountDaemonRoot/rprivate
13:20:42 [2022-06-27T13:20:42.974Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
13:20:42 [2022-06-27T13:20:42.974Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
13:20:42 [2022-06-27T13:20:42.974Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
13:20:42 [2022-06-27T13:20:42.974Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
13:20:42 [2022-06-27T13:20:42.974Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
13:20:42 [2022-06-27T13:20:42.974Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
13:20:42 [2022-06-27T13:20:42.974Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
13:20:42 [2022-06-27T13:20:42.974Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
13:20:42 [2022-06-27T13:20:42.974Z] === CONT  TestMountDaemonRoot/private
13:20:42 [2022-06-27T13:20:42.974Z] === RUN   TestMountDaemonRoot/private/bind_root
13:20:42 [2022-06-27T13:20:42.974Z] === PAUSE TestMountDaemonRoot/private/bind_root
13:20:42 [2022-06-27T13:20:42.974Z] === RUN   TestMountDaemonRoot/private/bind_subpath
13:20:42 [2022-06-27T13:20:42.974Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
13:20:42 [2022-06-27T13:20:42.974Z] === RUN   TestMountDaemonRoot/private/mount_root
13:20:42 [2022-06-27T13:20:42.974Z] === PAUSE TestMountDaemonRoot/private/mount_root
13:20:42 [2022-06-27T13:20:42.974Z] === RUN   TestMountDaemonRoot/private/mount_subpath
13:20:42 [2022-06-27T13:20:42.974Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
13:20:42 [2022-06-27T13:20:42.974Z] === CONT  TestMountDaemonRoot/default/mount_subpath
13:20:42 [2022-06-27T13:20:42.974Z] === CONT  TestMountDaemonRoot/default/mount_root
13:20:42 [2022-06-27T13:20:42.974Z] === CONT  TestMountDaemonRoot/default/bind_subpath
13:20:42 [2022-06-27T13:20:42.974Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
13:20:42 [2022-06-27T13:20:42.974Z] === CONT  TestMountDaemonRoot/rshared/mount_root
13:20:42 [2022-06-27T13:20:42.974Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
13:20:42 [2022-06-27T13:20:42.974Z] === CONT  TestMountDaemonRoot/shared/bind_root
13:20:42 [2022-06-27T13:20:42.974Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
13:20:42 [2022-06-27T13:20:42.974Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
13:20:42 [2022-06-27T13:20:42.974Z] === CONT  TestMountDaemonRoot/shared/mount_root
13:20:42 [2022-06-27T13:20:42.974Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
13:20:42 [2022-06-27T13:20:42.974Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
13:20:42 [2022-06-27T13:20:42.974Z] === CONT  TestMountDaemonRoot/rslave/mount_root
13:20:42 [2022-06-27T13:20:42.974Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
13:20:43 [2022-06-27T13:20:43.235Z] === CONT  TestMountDaemonRoot/rslave/bind_root
13:20:43 [2022-06-27T13:20:43.235Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
13:20:43 [2022-06-27T13:20:43.235Z] === CONT  TestMountDaemonRoot/slave/mount_root
13:20:43 [2022-06-27T13:20:43.235Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
13:20:43 [2022-06-27T13:20:43.235Z] === CONT  TestMountDaemonRoot/slave/bind_root
13:20:43 [2022-06-27T13:20:43.235Z] === CONT  TestMountDaemonRoot/private/bind_root
13:20:43 [2022-06-27T13:20:43.235Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
13:20:43 [2022-06-27T13:20:43.235Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
13:20:43 [2022-06-27T13:20:43.235Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
13:20:43 [2022-06-27T13:20:43.235Z] === CONT  TestMountDaemonRoot/private/mount_subpath
13:20:43 [2022-06-27T13:20:43.235Z] === CONT  TestMountDaemonRoot/private/mount_root
13:20:43 [2022-06-27T13:20:43.235Z] === CONT  TestMountDaemonRoot/private/bind_subpath
13:20:43 [2022-06-27T13:20:43.235Z] --- PASS: TestMountDaemonRoot (0.02s)
13:20:43 [2022-06-27T13:20:43.235Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
13:20:43 [2022-06-27T13:20:43.235Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
13:20:43 [2022-06-27T13:20:43.235Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
13:20:43 [2022-06-27T13:20:43.235Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
13:20:43 [2022-06-27T13:20:43.235Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
13:20:43 [2022-06-27T13:20:43.235Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
13:20:43 [2022-06-27T13:20:43.235Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
13:20:43 [2022-06-27T13:20:43.235Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s)
13:20:43 [2022-06-27T13:20:43.235Z] === RUN   TestContainerBindMountNonRecursive
13:20:44 [2022-06-27T13:20:44.624Z] --- PASS: TestContainerBindMountNonRecursive (1.36s)
13:20:44 [2022-06-27T13:20:44.624Z] === RUN   TestContainerVolumesMountedAsShared
13:20:45 [2022-06-27T13:20:45.198Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s)
13:20:45 [2022-06-27T13:20:45.198Z] === RUN   TestContainerVolumesMountedAsSlave
13:20:45 [2022-06-27T13:20:45.461Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s)
13:20:45 [2022-06-27T13:20:45.461Z] === RUN   TestNetworkNat
13:20:46 [2022-06-27T13:20:46.038Z] --- PASS: TestNetworkNat (0.47s)
13:20:46 [2022-06-27T13:20:46.038Z] === RUN   TestNetworkLocalhostTCPNat
13:20:46 [2022-06-27T13:20:46.299Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s)
13:20:46 [2022-06-27T13:20:46.299Z] === RUN   TestNetworkLoopbackNat
13:20:48 [2022-06-27T13:20:48.848Z] --- PASS: TestNetworkLoopbackNat (2.63s)
13:20:48 [2022-06-27T13:20:48.848Z] === RUN   TestPause
13:20:49 [2022-06-27T13:20:49.422Z] --- PASS: TestPause (0.45s)
13:20:49 [2022-06-27T13:20:49.422Z] === RUN   TestPauseFailsOnWindowsServerContainers
13:20:49 [2022-06-27T13:20:49.422Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:20:49 [2022-06-27T13:20:49.422Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
13:20:49 [2022-06-27T13:20:49.422Z] === RUN   TestPauseStopPausedContainer
13:20:49 [2022-06-27T13:20:49.995Z] --- PASS: TestPauseStopPausedContainer (0.48s)
13:20:49 [2022-06-27T13:20:49.995Z] === RUN   TestPidHost
13:20:50 [2022-06-27T13:20:50.951Z] --- PASS: TestPidHost (1.02s)
13:20:50 [2022-06-27T13:20:50.951Z] === RUN   TestPsFilter
13:20:50 [2022-06-27T13:20:50.951Z] --- PASS: TestPsFilter (0.11s)
13:20:50 [2022-06-27T13:20:50.951Z] === RUN   TestRemoveContainerWithRemovedVolume
13:20:51 [2022-06-27T13:20:51.526Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.44s)
13:20:51 [2022-06-27T13:20:51.526Z] === RUN   TestRemoveContainerWithVolume
13:20:52 [2022-06-27T13:20:52.099Z] --- PASS: TestRemoveContainerWithVolume (0.46s)
13:20:52 [2022-06-27T13:20:52.099Z] === RUN   TestRemoveContainerRunning
13:20:52 [2022-06-27T13:20:52.360Z] --- PASS: TestRemoveContainerRunning (0.42s)
13:20:52 [2022-06-27T13:20:52.360Z] === RUN   TestRemoveContainerForceRemoveRunning
13:20:52 [2022-06-27T13:20:52.933Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s)
13:20:52 [2022-06-27T13:20:52.933Z] === RUN   TestRemoveInvalidContainer
13:20:52 [2022-06-27T13:20:52.933Z] --- PASS: TestRemoveInvalidContainer (0.01s)
13:20:52 [2022-06-27T13:20:52.933Z] === RUN   TestRenameLinkedContainer
13:20:54 [2022-06-27T13:20:54.851Z] --- PASS: TestRenameLinkedContainer (1.88s)
13:20:54 [2022-06-27T13:20:54.851Z] === RUN   TestRenameStoppedContainer
13:20:55 [2022-06-27T13:20:55.112Z] --- PASS: TestRenameStoppedContainer (0.42s)
13:20:55 [2022-06-27T13:20:55.112Z] === RUN   TestRenameRunningContainerAndReuse
13:20:56 [2022-06-27T13:20:56.056Z] --- PASS: TestRenameRunningContainerAndReuse (0.91s)
13:20:56 [2022-06-27T13:20:56.057Z] === RUN   TestRenameInvalidName
13:20:56 [2022-06-27T13:20:56.318Z] --- PASS: TestRenameInvalidName (0.43s)
13:20:56 [2022-06-27T13:20:56.318Z] === RUN   TestRenameAnonymousContainer
13:20:58 [2022-06-27T13:20:58.234Z] --- PASS: TestRenameAnonymousContainer (1.56s)
13:20:58 [2022-06-27T13:20:58.234Z] === RUN   TestRenameContainerWithSameName
13:20:58 [2022-06-27T13:20:58.495Z] --- PASS: TestRenameContainerWithSameName (0.45s)
13:20:58 [2022-06-27T13:20:58.495Z] === RUN   TestRenameContainerWithLinkedContainer
13:20:59 [2022-06-27T13:20:59.440Z] --- PASS: TestRenameContainerWithLinkedContainer (0.95s)
13:20:59 [2022-06-27T13:20:59.440Z] === RUN   TestResize
13:21:00 [2022-06-27T13:21:00.013Z] --- PASS: TestResize (0.45s)
13:21:00 [2022-06-27T13:21:00.013Z] === RUN   TestResizeWithInvalidSize
13:21:00 [2022-06-27T13:21:00.273Z] --- PASS: TestResizeWithInvalidSize (0.46s)
13:21:00 [2022-06-27T13:21:00.273Z] === RUN   TestResizeWhenContainerNotStarted
13:21:00 [2022-06-27T13:21:00.845Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s)
13:21:00 [2022-06-27T13:21:00.845Z] === RUN   TestDaemonRestartKillContainers
13:21:00 [2022-06-27T13:21:00.845Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:21:00 [2022-06-27T13:21:00.845Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:21:02 [2022-06-27T13:21:02.233Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:21:02 [2022-06-27T13:21:02.495Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:21:03 [2022-06-27T13:21:03.440Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:21:03 [2022-06-27T13:21:03.701Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:21:04 [2022-06-27T13:21:04.646Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:21:07 [2022-06-27T13:21:07.194Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:21:08 [2022-06-27T13:21:08.139Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:21:11 [2022-06-27T13:21:11.456Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:21:12 [2022-06-27T13:21:12.031Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:21:12 [2022-06-27T13:21:12.976Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:21:13 [2022-06-27T13:21:13.922Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:21:15 [2022-06-27T13:21:15.311Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:21:15 [2022-06-27T13:21:15.884Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:21:16 [2022-06-27T13:21:16.829Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:21:18 [2022-06-27T13:21:18.744Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
13:21:18 [2022-06-27T13:21:18.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.40s)
13:21:18 [2022-06-27T13:21:18.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.74s)
13:21:18 [2022-06-27T13:21:18.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.24s)
13:21:18 [2022-06-27T13:21:18.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.25s)
13:21:18 [2022-06-27T13:21:18.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.25s)
13:21:18 [2022-06-27T13:21:18.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.44s)
13:21:18 [2022-06-27T13:21:18.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.36s)
13:21:18 [2022-06-27T13:21:18.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.97s)
13:21:18 [2022-06-27T13:21:18.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.96s)
13:21:18 [2022-06-27T13:21:18.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.84s)
13:21:18 [2022-06-27T13:21:18.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.76s)
13:21:18 [2022-06-27T13:21:18.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.11s)
13:21:18 [2022-06-27T13:21:18.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.14s)
13:21:18 [2022-06-27T13:21:18.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.86s)
13:21:18 [2022-06-27T13:21:18.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.69s)
13:21:18 [2022-06-27T13:21:18.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.67s)
13:21:18 [2022-06-27T13:21:18.745Z] === RUN   TestCgroupNamespacesRun
13:21:20 [2022-06-27T13:21:20.132Z] --- PASS: TestCgroupNamespacesRun (1.24s)
13:21:20 [2022-06-27T13:21:20.132Z] === RUN   TestCgroupNamespacesRunPrivileged
13:21:20 [2022-06-27T13:21:20.132Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
13:21:20 [2022-06-27T13:21:20.132Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
13:21:20 [2022-06-27T13:21:20.132Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
13:21:21 [2022-06-27T13:21:21.076Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.27s)
13:21:21 [2022-06-27T13:21:21.076Z] === RUN   TestCgroupNamespacesRunHostMode
13:21:22 [2022-06-27T13:21:22.464Z] --- PASS: TestCgroupNamespacesRunHostMode (1.20s)
13:21:22 [2022-06-27T13:21:22.464Z] === RUN   TestCgroupNamespacesRunPrivateMode
13:21:23 [2022-06-27T13:21:23.851Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.25s)
13:21:23 [2022-06-27T13:21:23.851Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
13:21:24 [2022-06-27T13:21:24.798Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.16s)
13:21:24 [2022-06-27T13:21:24.799Z] === RUN   TestCgroupNamespacesRunInvalidMode
13:21:25 [2022-06-27T13:21:25.371Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s)
13:21:25 [2022-06-27T13:21:25.371Z] === RUN   TestCgroupNamespacesRunOlderClient
13:21:26 [2022-06-27T13:21:26.831Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.26s)
13:21:26 [2022-06-27T13:21:26.831Z] === RUN   TestNISDomainname
13:21:27 [2022-06-27T13:21:27.404Z] --- PASS: TestNISDomainname (0.58s)
13:21:27 [2022-06-27T13:21:27.404Z] === RUN   TestHostnameDnsResolution
13:21:27 [2022-06-27T13:21:27.976Z] --- PASS: TestHostnameDnsResolution (0.68s)
13:21:27 [2022-06-27T13:21:27.976Z] === RUN   TestUnprivilegedPortsAndPing
13:21:28 [2022-06-27T13:21:28.549Z] --- PASS: TestUnprivilegedPortsAndPing (0.55s)
13:21:28 [2022-06-27T13:21:28.549Z] === RUN   TestPrivilegedHostDevices
13:21:29 [2022-06-27T13:21:29.122Z] --- PASS: TestPrivilegedHostDevices (0.61s)
13:21:29 [2022-06-27T13:21:29.122Z] === RUN   TestRunConsoleSize
13:21:29 [2022-06-27T13:21:29.384Z] --- PASS: TestRunConsoleSize (0.45s)
13:21:29 [2022-06-27T13:21:29.384Z] === RUN   TestStats
13:21:31 [2022-06-27T13:21:31.931Z] --- PASS: TestStats (2.52s)
13:21:31 [2022-06-27T13:21:31.931Z] === RUN   TestStopContainerWithTimeout
13:21:31 [2022-06-27T13:21:31.931Z] === RUN   TestStopContainerWithTimeout/0
13:21:31 [2022-06-27T13:21:31.931Z] === PAUSE TestStopContainerWithTimeout/0
13:21:31 [2022-06-27T13:21:31.931Z] === RUN   TestStopContainerWithTimeout/1
13:21:31 [2022-06-27T13:21:31.931Z] === PAUSE TestStopContainerWithTimeout/1
13:21:31 [2022-06-27T13:21:31.931Z] === RUN   TestStopContainerWithTimeout/3
13:21:31 [2022-06-27T13:21:31.931Z] === PAUSE TestStopContainerWithTimeout/3
13:21:31 [2022-06-27T13:21:31.931Z] === RUN   TestStopContainerWithTimeout/-1
13:21:31 [2022-06-27T13:21:31.931Z] === PAUSE TestStopContainerWithTimeout/-1
13:21:31 [2022-06-27T13:21:31.931Z] === CONT  TestStopContainerWithTimeout/0
13:21:31 [2022-06-27T13:21:31.931Z] === CONT  TestStopContainerWithTimeout/-1
13:21:32 [2022-06-27T13:21:32.876Z] === CONT  TestStopContainerWithTimeout/3
13:21:34 [2022-06-27T13:21:34.791Z] === CONT  TestStopContainerWithTimeout/1
13:21:36 [2022-06-27T13:21:36.706Z] --- PASS: TestStopContainerWithTimeout (0.01s)
13:21:36 [2022-06-27T13:21:36.706Z]     --- PASS: TestStopContainerWithTimeout/0 (0.87s)
13:21:36 [2022-06-27T13:21:36.706Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.79s)
13:21:36 [2022-06-27T13:21:36.707Z]     --- PASS: TestStopContainerWithTimeout/3 (2.42s)
13:21:36 [2022-06-27T13:21:36.707Z]     --- PASS: TestStopContainerWithTimeout/1 (1.47s)
13:21:36 [2022-06-27T13:21:36.707Z] === RUN   TestDeleteDevicemapper
13:21:36 [2022-06-27T13:21:36.707Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:21:36 [2022-06-27T13:21:36.707Z] --- SKIP: TestDeleteDevicemapper (0.00s)
13:21:36 [2022-06-27T13:21:36.707Z] === RUN   TestStopContainerWithRestartPolicyAlways
13:21:38 [2022-06-27T13:21:38.119Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.61s)
13:21:38 [2022-06-27T13:21:38.119Z] === RUN   TestUpdateMemory
13:21:38 [2022-06-27T13:21:38.691Z] --- PASS: TestUpdateMemory (0.61s)
13:21:38 [2022-06-27T13:21:38.691Z] === RUN   TestUpdateCPUQuota
13:21:39 [2022-06-27T13:21:39.264Z] --- PASS: TestUpdateCPUQuota (0.85s)
13:21:39 [2022-06-27T13:21:39.265Z] === RUN   TestUpdatePidsLimit
13:21:39 [2022-06-27T13:21:39.265Z] === RUN   TestUpdatePidsLimit/update_from_none
13:21:39 [2022-06-27T13:21:39.525Z] === RUN   TestUpdatePidsLimit/no_change
13:21:39 [2022-06-27T13:21:39.787Z] === RUN   TestUpdatePidsLimit/update_lower
13:21:40 [2022-06-27T13:21:40.049Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
13:21:40 [2022-06-27T13:21:40.310Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
13:21:40 [2022-06-27T13:21:40.572Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
13:21:40 [2022-06-27T13:21:40.834Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
13:21:41 [2022-06-27T13:21:41.407Z] --- PASS: TestUpdatePidsLimit (2.05s)
13:21:41 [2022-06-27T13:21:41.407Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.22s)
13:21:41 [2022-06-27T13:21:41.407Z]     --- PASS: TestUpdatePidsLimit/no_change (0.21s)
13:21:41 [2022-06-27T13:21:41.407Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.25s)
13:21:41 [2022-06-27T13:21:41.407Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s)
13:21:41 [2022-06-27T13:21:41.407Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s)
13:21:41 [2022-06-27T13:21:41.407Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s)
13:21:41 [2022-06-27T13:21:41.407Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s)
13:21:41 [2022-06-27T13:21:41.407Z] === RUN   TestUpdateRestartPolicy
13:21:53 [2022-06-27T13:21:53.643Z] --- PASS: TestUpdateRestartPolicy (11.12s)
13:21:53 [2022-06-27T13:21:53.643Z] === RUN   TestUpdateRestartWithAutoRemove
13:21:53 [2022-06-27T13:21:53.643Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s)
13:21:53 [2022-06-27T13:21:53.643Z] === RUN   TestWaitNonBlocked
13:21:53 [2022-06-27T13:21:53.643Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
13:21:53 [2022-06-27T13:21:53.643Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
13:21:53 [2022-06-27T13:21:53.643Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
13:21:53 [2022-06-27T13:21:53.643Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
13:21:53 [2022-06-27T13:21:53.643Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
13:21:53 [2022-06-27T13:21:53.643Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
13:21:53 [2022-06-27T13:21:53.643Z] --- PASS: TestWaitNonBlocked (0.01s)
13:21:53 [2022-06-27T13:21:53.643Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.60s)
13:21:53 [2022-06-27T13:21:53.643Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.65s)
13:21:53 [2022-06-27T13:21:53.643Z] === RUN   TestWaitBlocked
13:21:53 [2022-06-27T13:21:53.643Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
13:21:53 [2022-06-27T13:21:53.643Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
13:21:53 [2022-06-27T13:21:53.643Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
13:21:53 [2022-06-27T13:21:53.643Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
13:21:53 [2022-06-27T13:21:53.643Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
13:21:53 [2022-06-27T13:21:53.643Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
13:21:54 [2022-06-27T13:21:54.588Z] --- PASS: TestWaitBlocked (0.01s)
13:21:54 [2022-06-27T13:21:54.588Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.79s)
13:21:54 [2022-06-27T13:21:54.588Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.81s)
13:21:54 [2022-06-27T13:21:54.588Z] === CONT  TestContainerStartOnDaemonRestart
13:21:54 [2022-06-27T13:21:54.588Z] === CONT  TestRestartDaemonWithRestartingContainer
13:21:57 [2022-06-27T13:21:57.137Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.35s)
13:21:57 [2022-06-27T13:21:57.137Z] === CONT  TestIpcModeOlderClient
13:21:57 [2022-06-27T13:21:57.137Z] --- PASS: TestContainerStartOnDaemonRestart (2.37s)
13:21:57 [2022-06-27T13:21:57.137Z] === CONT  TestContainerKillOnDaemonStart
13:21:57 [2022-06-27T13:21:57.137Z] --- PASS: TestIpcModeOlderClient (0.10s)
13:21:57 [2022-06-27T13:21:57.137Z] === CONT  TestDaemonHostGatewayIP
13:21:59 [2022-06-27T13:21:59.686Z] --- PASS: TestDaemonHostGatewayIP (2.61s)
13:21:59 [2022-06-27T13:21:59.686Z] === CONT  TestDaemonRestartIpcMode
13:22:02 [2022-06-27T13:22:02.236Z] --- PASS: TestDaemonRestartIpcMode (2.24s)
13:22:08 [2022-06-27T13:22:08.821Z] --- PASS: TestContainerKillOnDaemonStart (11.81s)
13:22:08 [2022-06-27T13:22:08.821Z] PASS
13:22:08 [2022-06-27T13:22:08.821Z] 
13:22:08 [2022-06-27T13:22:08.821Z] === Skipped
13:22:08 [2022-06-27T13:22:08.821Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
13:22:08 [2022-06-27T13:22:08.821Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:22:08 [2022-06-27T13:22:08.821Z] 
13:22:08 [2022-06-27T13:22:08.821Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
13:22:08 [2022-06-27T13:22:08.821Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
13:22:08 [2022-06-27T13:22:08.821Z] 
13:22:08 [2022-06-27T13:22:08.821Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
13:22:08 [2022-06-27T13:22:08.821Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:22:08 [2022-06-27T13:22:08.821Z] 
13:22:08 [2022-06-27T13:22:08.821Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
13:22:08 [2022-06-27T13:22:08.821Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
13:22:08 [2022-06-27T13:22:08.821Z] 
13:22:08 [2022-06-27T13:22:08.821Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
13:22:08 [2022-06-27T13:22:08.821Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:22:08 [2022-06-27T13:22:08.821Z] 
13:22:08 [2022-06-27T13:22:08.821Z] DONE 259 tests, 5 skipped in 126.519s
13:22:08 [2022-06-27T13:22:08.821Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
13:22:08 [2022-06-27T13:22:08.821Z] === RUN   TestConfigDaemonLibtrustID
13:22:09 [2022-06-27T13:22:09.083Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
13:22:09 [2022-06-27T13:22:09.083Z] === RUN   TestConfigDaemonID
13:22:10 [2022-06-27T13:22:10.470Z]     daemon_test.go:83: [d16948397cacf] daemon is not started
13:22:10 [2022-06-27T13:22:10.470Z] --- PASS: TestConfigDaemonID (1.04s)
13:22:10 [2022-06-27T13:22:10.470Z] === RUN   TestDaemonConfigValidation
13:22:10 [2022-06-27T13:22:10.470Z] === RUN   TestDaemonConfigValidation/config_with_no_content
13:22:10 [2022-06-27T13:22:10.470Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
13:22:10 [2022-06-27T13:22:10.470Z] === RUN   TestDaemonConfigValidation/config_with_{}
13:22:10 [2022-06-27T13:22:10.470Z] === PAUSE TestDaemonConfigValidation/config_with_{}
13:22:10 [2022-06-27T13:22:10.470Z] === RUN   TestDaemonConfigValidation/invalid_config
13:22:10 [2022-06-27T13:22:10.470Z] === PAUSE TestDaemonConfigValidation/invalid_config
13:22:10 [2022-06-27T13:22:10.470Z] === RUN   TestDaemonConfigValidation/malformed_config
13:22:10 [2022-06-27T13:22:10.470Z] === PAUSE TestDaemonConfigValidation/malformed_config
13:22:10 [2022-06-27T13:22:10.470Z] === RUN   TestDaemonConfigValidation/valid_config
13:22:10 [2022-06-27T13:22:10.470Z] === PAUSE TestDaemonConfigValidation/valid_config
13:22:10 [2022-06-27T13:22:10.470Z] === CONT  TestDaemonConfigValidation/config_with_no_content
13:22:10 [2022-06-27T13:22:10.470Z] === CONT  TestDaemonConfigValidation/malformed_config
13:22:10 [2022-06-27T13:22:10.470Z] === CONT  TestDaemonConfigValidation/valid_config
13:22:10 [2022-06-27T13:22:10.470Z] === CONT  TestDaemonConfigValidation/invalid_config
13:22:10 [2022-06-27T13:22:10.470Z] === CONT  TestDaemonConfigValidation/config_with_{}
13:22:10 [2022-06-27T13:22:10.470Z] --- PASS: TestDaemonConfigValidation (0.00s)
13:22:10 [2022-06-27T13:22:10.470Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s)
13:22:10 [2022-06-27T13:22:10.470Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.10s)
13:22:10 [2022-06-27T13:22:10.470Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.08s)
13:22:10 [2022-06-27T13:22:10.470Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.09s)
13:22:10 [2022-06-27T13:22:10.470Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
13:22:10 [2022-06-27T13:22:10.470Z] === RUN   TestConfigDaemonSeccompProfiles
13:22:10 [2022-06-27T13:22:10.470Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
13:22:11 [2022-06-27T13:22:11.414Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
13:22:12 [2022-06-27T13:22:12.815Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
13:22:13 [2022-06-27T13:22:13.758Z] === CONT  TestConfigDaemonSeccompProfiles
13:22:13 [2022-06-27T13:22:13.758Z]     daemon_test.go:197: [d0eb837d69f56] daemon is not started
13:22:13 [2022-06-27T13:22:13.758Z] --- PASS: TestConfigDaemonSeccompProfiles (3.10s)
13:22:13 [2022-06-27T13:22:13.758Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.03s)
13:22:13 [2022-06-27T13:22:13.758Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.03s)
13:22:13 [2022-06-27T13:22:13.758Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.03s)
13:22:13 [2022-06-27T13:22:13.758Z] === RUN   TestDaemonProxy
13:22:13 [2022-06-27T13:22:13.758Z] === RUN   TestDaemonProxy/environment_variables
13:22:15 [2022-06-27T13:22:15.673Z] === RUN   TestDaemonProxy/command-line_options
13:22:17 [2022-06-27T13:22:17.059Z] === RUN   TestDaemonProxy/configuration_file
13:22:18 [2022-06-27T13:22:18.973Z] === RUN   TestDaemonProxy/conflicting_options
13:22:19 [2022-06-27T13:22:19.235Z] === RUN   TestDaemonProxy/reload_sanitized
13:22:19 [2022-06-27T13:22:19.808Z] --- PASS: TestDaemonProxy (6.20s)
13:22:19 [2022-06-27T13:22:19.808Z]     --- PASS: TestDaemonProxy/environment_variables (1.73s)
13:22:19 [2022-06-27T13:22:19.808Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
13:22:19 [2022-06-27T13:22:19.808Z]     --- PASS: TestDaemonProxy/configuration_file (1.71s)
13:22:19 [2022-06-27T13:22:19.808Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
13:22:19 [2022-06-27T13:22:19.808Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
13:22:19 [2022-06-27T13:22:19.808Z] PASS
13:22:19 [2022-06-27T13:22:19.808Z] 
13:22:19 [2022-06-27T13:22:19.808Z] DONE 18 tests in 11.116s
13:22:19 [2022-06-27T13:22:19.808Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
13:22:19 [2022-06-27T13:22:19.808Z] INFO: Testing against a local daemon
13:22:19 [2022-06-27T13:22:19.808Z] === RUN   TestCommitInheritsEnv
13:22:20 [2022-06-27T13:22:20.069Z] --- PASS: TestCommitInheritsEnv (0.31s)
13:22:20 [2022-06-27T13:22:20.069Z] === RUN   TestImportExtremelyLargeImageWorks
13:22:20 [2022-06-27T13:22:20.069Z] === PAUSE TestImportExtremelyLargeImageWorks
13:22:20 [2022-06-27T13:22:20.069Z] === RUN   TestImportWithCustomPlatform
13:22:20 [2022-06-27T13:22:20.069Z] === RUN   TestImportWithCustomPlatform/#00
13:22:20 [2022-06-27T13:22:20.331Z] === RUN   TestImportWithCustomPlatform/_______
13:22:20 [2022-06-27T13:22:20.331Z] === RUN   TestImportWithCustomPlatform//
13:22:20 [2022-06-27T13:22:20.331Z] === RUN   TestImportWithCustomPlatform/linux
13:22:20 [2022-06-27T13:22:20.331Z] === RUN   TestImportWithCustomPlatform/LINUX
13:22:20 [2022-06-27T13:22:20.331Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
13:22:20 [2022-06-27T13:22:20.593Z] === RUN   TestImportWithCustomPlatform/macos
13:22:20 [2022-06-27T13:22:20.593Z] === RUN   TestImportWithCustomPlatform/macos/arm64
13:22:20 [2022-06-27T13:22:20.593Z] === RUN   TestImportWithCustomPlatform/nintendo64
13:22:20 [2022-06-27T13:22:20.593Z] --- PASS: TestImportWithCustomPlatform (0.34s)
13:22:20 [2022-06-27T13:22:20.593Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.08s)
13:22:20 [2022-06-27T13:22:20.593Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
13:22:20 [2022-06-27T13:22:20.593Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
13:22:20 [2022-06-27T13:22:20.593Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
13:22:20 [2022-06-27T13:22:20.593Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
13:22:20 [2022-06-27T13:22:20.593Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s)
13:22:20 [2022-06-27T13:22:20.593Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
13:22:20 [2022-06-27T13:22:20.593Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
13:22:20 [2022-06-27T13:22:20.593Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
13:22:20 [2022-06-27T13:22:20.593Z] === RUN   TestImagesFilterMultiReference
13:22:20 [2022-06-27T13:22:20.593Z] --- PASS: TestImagesFilterMultiReference (0.05s)
13:22:20 [2022-06-27T13:22:20.593Z] === RUN   TestImagePullPlatformInvalid
13:22:20 [2022-06-27T13:22:20.593Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
13:22:20 [2022-06-27T13:22:20.593Z] === RUN   TestRemoveImageOrphaning
13:22:20 [2022-06-27T13:22:20.854Z] --- PASS: TestRemoveImageOrphaning (0.27s)
13:22:20 [2022-06-27T13:22:20.854Z] === RUN   TestRemoveImageGarbageCollector
13:22:21 [2022-06-27T13:22:21.427Z] time="2022-06-27T13:22:21Z" level=info msg="[graphdriver] trying configured driver: overlay2"
13:22:22 [2022-06-27T13:22:22.814Z] --- PASS: TestRemoveImageGarbageCollector (1.91s)
13:22:22 [2022-06-27T13:22:22.814Z] === RUN   TestTagUnprefixedRepoByNameOrName
13:22:22 [2022-06-27T13:22:22.814Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
13:22:22 [2022-06-27T13:22:22.815Z] === RUN   TestTagInvalidReference
13:22:22 [2022-06-27T13:22:22.815Z] --- PASS: TestTagInvalidReference (0.01s)
13:22:22 [2022-06-27T13:22:22.815Z] === RUN   TestTagValidPrefixedRepo
13:22:22 [2022-06-27T13:22:22.815Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
13:22:22 [2022-06-27T13:22:22.815Z] === RUN   TestTagExistedNameWithoutForce
13:22:22 [2022-06-27T13:22:22.815Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
13:22:22 [2022-06-27T13:22:22.815Z] === RUN   TestTagOfficialNames
13:22:22 [2022-06-27T13:22:22.815Z] --- PASS: TestTagOfficialNames (0.05s)
13:22:22 [2022-06-27T13:22:22.815Z] === RUN   TestTagMatchesDigest
13:22:22 [2022-06-27T13:22:22.815Z] --- PASS: TestTagMatchesDigest (0.02s)
13:22:22 [2022-06-27T13:22:22.815Z] === CONT  TestImportExtremelyLargeImageWorks
13:23:59 [2022-06-27T13:23:59.326Z] --- PASS: TestImportExtremelyLargeImageWorks (91.69s)
13:23:59 [2022-06-27T13:23:59.326Z] PASS
13:23:59 [2022-06-27T13:23:59.326Z] 
13:23:59 [2022-06-27T13:23:59.326Z] DONE 22 tests in 94.839s
13:23:59 [2022-06-27T13:23:59.326Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
13:23:59 [2022-06-27T13:23:59.326Z] === RUN   TestStripANSICommands
13:23:59 [2022-06-27T13:23:59.326Z] === RUN   TestStripANSICommands/#00
13:23:59 [2022-06-27T13:23:59.326Z] === RUN   TestStripANSICommands/#01
13:23:59 [2022-06-27T13:23:59.326Z] --- PASS: TestStripANSICommands (0.00s)
13:23:59 [2022-06-27T13:23:59.326Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
13:23:59 [2022-06-27T13:23:59.326Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
13:23:59 [2022-06-27T13:23:59.326Z] PASS
13:23:59 [2022-06-27T13:23:59.326Z] 
13:23:59 [2022-06-27T13:23:59.326Z] DONE 3 tests in 0.008s
13:23:59 [2022-06-27T13:23:59.326Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
13:23:59 [2022-06-27T13:23:59.326Z] INFO: Testing against a local daemon
13:23:59 [2022-06-27T13:23:59.326Z] === RUN   TestNetworkCreateDelete
13:23:59 [2022-06-27T13:23:59.326Z] --- PASS: TestNetworkCreateDelete (0.12s)
13:23:59 [2022-06-27T13:23:59.326Z] === RUN   TestDockerNetworkDeletePreferID
13:23:59 [2022-06-27T13:23:59.326Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s)
13:23:59 [2022-06-27T13:23:59.326Z] === RUN   TestDaemonDNSFallback
13:24:01 [2022-06-27T13:24:01.872Z] --- PASS: TestDaemonDNSFallback (6.40s)
13:24:01 [2022-06-27T13:24:01.872Z] === RUN   TestInspectNetwork
13:24:05 [2022-06-27T13:24:05.175Z] === RUN   TestInspectNetwork/full_network_id
13:24:05 [2022-06-27T13:24:05.175Z] === RUN   TestInspectNetwork/partial_network_id
13:24:05 [2022-06-27T13:24:05.175Z] === RUN   TestInspectNetwork/network_name
13:24:05 [2022-06-27T13:24:05.175Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
13:24:09 [2022-06-27T13:24:09.392Z] --- PASS: TestInspectNetwork (7.44s)
13:24:09 [2022-06-27T13:24:09.392Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
13:24:09 [2022-06-27T13:24:09.392Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
13:24:09 [2022-06-27T13:24:09.392Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
13:24:09 [2022-06-27T13:24:09.392Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
13:24:09 [2022-06-27T13:24:09.392Z] === RUN   TestRunContainerWithBridgeNone
13:24:10 [2022-06-27T13:24:10.780Z] --- PASS: TestRunContainerWithBridgeNone (1.57s)
13:24:10 [2022-06-27T13:24:10.780Z] === RUN   TestNetworkInvalidJSON
13:24:10 [2022-06-27T13:24:10.780Z] === RUN   TestNetworkInvalidJSON/networks/create
13:24:10 [2022-06-27T13:24:10.780Z] === PAUSE TestNetworkInvalidJSON/networks/create
13:24:10 [2022-06-27T13:24:10.780Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
13:24:10 [2022-06-27T13:24:10.780Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
13:24:10 [2022-06-27T13:24:10.780Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
13:24:10 [2022-06-27T13:24:10.780Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
13:24:10 [2022-06-27T13:24:10.780Z] === CONT  TestNetworkInvalidJSON/networks/create
13:24:10 [2022-06-27T13:24:10.780Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
13:24:10 [2022-06-27T13:24:10.780Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
13:24:10 [2022-06-27T13:24:10.780Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
13:24:10 [2022-06-27T13:24:10.780Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
13:24:10 [2022-06-27T13:24:10.780Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
13:24:10 [2022-06-27T13:24:10.780Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
13:24:10 [2022-06-27T13:24:10.780Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
13:24:10 [2022-06-27T13:24:10.780Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
13:24:10 [2022-06-27T13:24:10.780Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
13:24:10 [2022-06-27T13:24:10.780Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
13:24:10 [2022-06-27T13:24:10.780Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
13:24:10 [2022-06-27T13:24:10.780Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
13:24:10 [2022-06-27T13:24:10.780Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
13:24:10 [2022-06-27T13:24:10.780Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
13:24:10 [2022-06-27T13:24:10.780Z] --- PASS: TestNetworkInvalidJSON (0.01s)
13:24:10 [2022-06-27T13:24:10.780Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
13:24:10 [2022-06-27T13:24:10.780Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
13:24:10 [2022-06-27T13:24:10.780Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
13:24:10 [2022-06-27T13:24:10.780Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
13:24:10 [2022-06-27T13:24:10.780Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
13:24:10 [2022-06-27T13:24:10.780Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
13:24:10 [2022-06-27T13:24:10.780Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
13:24:10 [2022-06-27T13:24:10.780Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
13:24:10 [2022-06-27T13:24:10.780Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
13:24:10 [2022-06-27T13:24:10.780Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
13:24:10 [2022-06-27T13:24:10.780Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
13:24:10 [2022-06-27T13:24:10.780Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
13:24:10 [2022-06-27T13:24:10.780Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
13:24:10 [2022-06-27T13:24:10.780Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
13:24:10 [2022-06-27T13:24:10.780Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
13:24:10 [2022-06-27T13:24:10.780Z] === RUN   TestNetworkList
13:24:10 [2022-06-27T13:24:10.780Z] === RUN   TestNetworkList//networks
13:24:10 [2022-06-27T13:24:10.780Z] === PAUSE TestNetworkList//networks
13:24:10 [2022-06-27T13:24:10.780Z] === RUN   TestNetworkList//networks/
13:24:10 [2022-06-27T13:24:10.780Z] === PAUSE TestNetworkList//networks/
13:24:10 [2022-06-27T13:24:10.780Z] === CONT  TestNetworkList//networks
13:24:10 [2022-06-27T13:24:10.780Z] === CONT  TestNetworkList//networks/
13:24:10 [2022-06-27T13:24:10.780Z] --- PASS: TestNetworkList (0.01s)
13:24:10 [2022-06-27T13:24:10.780Z]     --- PASS: TestNetworkList//networks/ (0.00s)
13:24:10 [2022-06-27T13:24:10.780Z]     --- PASS: TestNetworkList//networks (0.00s)
13:24:10 [2022-06-27T13:24:10.780Z] === RUN   TestHostIPv4BridgeLabel
13:24:11 [2022-06-27T13:24:11.042Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
13:24:11 [2022-06-27T13:24:11.042Z] === RUN   TestDaemonRestartWithLiveRestore
13:24:12 [2022-06-27T13:24:12.428Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
13:24:12 [2022-06-27T13:24:12.428Z] === RUN   TestDaemonDefaultNetworkPools
13:24:13 [2022-06-27T13:24:13.002Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s)
13:24:13 [2022-06-27T13:24:13.002Z] === RUN   TestDaemonRestartWithExistingNetwork
13:24:13 [2022-06-27T13:24:13.946Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
13:24:13 [2022-06-27T13:24:13.946Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
13:24:15 [2022-06-27T13:24:15.333Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s)
13:24:15 [2022-06-27T13:24:15.333Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
13:24:15 [2022-06-27T13:24:15.905Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
13:24:15 [2022-06-27T13:24:15.905Z] === RUN   TestServiceWithPredefinedNetwork
13:24:18 [2022-06-27T13:24:18.453Z] --- PASS: TestServiceWithPredefinedNetwork (2.33s)
13:24:18 [2022-06-27T13:24:18.453Z] === RUN   TestServiceRemoveKeepsIngressNetwork
13:24:18 [2022-06-27T13:24:18.453Z]     service_test.go:243: FLAKY_TEST
13:24:18 [2022-06-27T13:24:18.453Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
13:24:18 [2022-06-27T13:24:18.453Z] === RUN   TestServiceWithDataPathPortInit
13:24:33 [2022-06-27T13:24:33.366Z] --- PASS: TestServiceWithDataPathPortInit (14.40s)
13:24:33 [2022-06-27T13:24:33.366Z] === RUN   TestServiceWithDefaultAddressPoolInit
13:24:35 [2022-06-27T13:24:35.283Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:xf8xkd1q0lbzr6ssuzo4rv0ry Created:2022-06-27 13:24:33.855356807 +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[ff5293e97fc62436a9421f3eeed05e87ef678a35e4a518cc9f86d27917eeb4a3:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.9q96gt806s08h9c85f3invbqv EndpointID:483910dc63a28292237b1bbed0c56b71fd5b23dfc7ee82bc647e3f374f541573 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:334c6c77dd7173accf3d23d6165b0c0979752d4c65c41c131a9ac9c5fec52dc0 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:c3174859d41f IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.9q96gt806s08h9c85f3invbqv EndpointID:483910dc63a28292237b1bbed0c56b71fd5b23dfc7ee82bc647e3f374f541573 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
13:24:40 [2022-06-27T13:24:40.573Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.11s)
13:24:40 [2022-06-27T13:24:40.573Z] PASS
13:24:40 [2022-06-27T13:24:40.573Z] 
13:24:40 [2022-06-27T13:24:40.573Z] === Skipped
13:24:40 [2022-06-27T13:24:40.573Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
13:24:40 [2022-06-27T13:24:40.573Z]     service_test.go:243: FLAKY_TEST
13:24:40 [2022-06-27T13:24:40.573Z] 
13:24:40 [2022-06-27T13:24:40.573Z] DONE 38 tests, 1 skipped in 45.009s
13:24:40 [2022-06-27T13:24:40.573Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
13:24:40 [2022-06-27T13:24:40.573Z] INFO: Testing against a local daemon
13:24:40 [2022-06-27T13:24:40.573Z] === RUN   TestDockerNetworkIpvlanPersistance
13:24:40 [2022-06-27T13:24:40.573Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:24:40 [2022-06-27T13:24:40.573Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
13:24:40 [2022-06-27T13:24:40.573Z] === RUN   TestDockerNetworkIpvlan
13:24:40 [2022-06-27T13:24:40.573Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:24:40 [2022-06-27T13:24:40.573Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
13:24:40 [2022-06-27T13:24:40.573Z] PASS
13:24:40 [2022-06-27T13:24:40.573Z] 
13:24:40 [2022-06-27T13:24:40.573Z] === Skipped
13:24:40 [2022-06-27T13:24:40.573Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
13:24:40 [2022-06-27T13:24:40.573Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:24:40 [2022-06-27T13:24:40.573Z] 
13:24:40 [2022-06-27T13:24:40.573Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
13:24:40 [2022-06-27T13:24:40.573Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:24:40 [2022-06-27T13:24:40.573Z] 
13:24:40 [2022-06-27T13:24:40.573Z] DONE 2 tests, 2 skipped in 0.023s
13:24:40 [2022-06-27T13:24:40.573Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
13:24:40 [2022-06-27T13:24:40.573Z] INFO: Testing against a local daemon
13:24:40 [2022-06-27T13:24:40.573Z] === RUN   TestDockerNetworkMacvlanPersistance
13:24:41 [2022-06-27T13:24:41.146Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.26s)
13:24:41 [2022-06-27T13:24:41.146Z] === RUN   TestDockerNetworkMacvlan
13:24:41 [2022-06-27T13:24:41.719Z] === RUN   TestDockerNetworkMacvlan/Subinterface
13:24:42 [2022-06-27T13:24:42.291Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
13:24:43 [2022-06-27T13:24:43.235Z] === RUN   TestDockerNetworkMacvlan/NilParent
13:24:45 [2022-06-27T13:24:45.194Z] === RUN   TestDockerNetworkMacvlan/InternalMode
13:24:47 [2022-06-27T13:24:47.122Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
13:24:50 [2022-06-27T13:24:50.428Z] === RUN   TestDockerNetworkMacvlan/Addressing
13:24:51 [2022-06-27T13:24:51.001Z] --- PASS: TestDockerNetworkMacvlan (10.04s)
13:24:51 [2022-06-27T13:24:51.001Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
13:24:51 [2022-06-27T13:24:51.001Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
13:24:51 [2022-06-27T13:24:51.001Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.84s)
13:24:51 [2022-06-27T13:24:51.001Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.90s)
13:24:51 [2022-06-27T13:24:51.001Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.23s)
13:24:51 [2022-06-27T13:24:51.001Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.63s)
13:24:51 [2022-06-27T13:24:51.001Z] PASS
13:24:51 [2022-06-27T13:24:51.001Z] 
13:24:51 [2022-06-27T13:24:51.001Z] DONE 8 tests in 11.321s
13:24:51 [2022-06-27T13:24:51.001Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
13:24:51 [2022-06-27T13:24:51.001Z] testing: warning: no tests to run
13:24:51 [2022-06-27T13:24:51.001Z] PASS
13:24:51 [2022-06-27T13:24:51.001Z] 
13:24:51 [2022-06-27T13:24:51.001Z] DONE 0 tests in 0.008s
13:24:51 [2022-06-27T13:24:51.001Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
13:24:51 [2022-06-27T13:24:51.001Z] INFO: Testing against a local daemon
13:24:51 [2022-06-27T13:24:51.001Z] === RUN   TestAuthZPluginAllowRequest
13:24:52 [2022-06-27T13:24:52.390Z] --- PASS: TestAuthZPluginAllowRequest (1.33s)
13:24:52 [2022-06-27T13:24:52.390Z] === RUN   TestAuthZPluginTLS
13:24:52 [2022-06-27T13:24:52.964Z] --- PASS: TestAuthZPluginTLS (0.55s)
13:24:52 [2022-06-27T13:24:52.964Z] === RUN   TestAuthZPluginDenyRequest
13:24:53 [2022-06-27T13:24:53.536Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
13:24:53 [2022-06-27T13:24:53.536Z] === RUN   TestAuthZPluginAPIDenyResponse
13:24:54 [2022-06-27T13:24:54.109Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
13:24:54 [2022-06-27T13:24:54.109Z] === RUN   TestAuthZPluginDenyResponse
13:24:54 [2022-06-27T13:24:54.686Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
13:24:54 [2022-06-27T13:24:54.686Z] === RUN   TestAuthZPluginAllowEventStream
13:24:55 [2022-06-27T13:24:55.632Z] --- PASS: TestAuthZPluginAllowEventStream (1.19s)
13:24:55 [2022-06-27T13:24:55.632Z] === RUN   TestAuthZPluginErrorResponse
13:24:56 [2022-06-27T13:24:56.204Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
13:24:56 [2022-06-27T13:24:56.204Z] === RUN   TestAuthZPluginErrorRequest
13:24:56 [2022-06-27T13:24:56.776Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
13:24:56 [2022-06-27T13:24:56.776Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
13:24:57 [2022-06-27T13:24:57.349Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
13:24:57 [2022-06-27T13:24:57.349Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
13:24:58 [2022-06-27T13:24:58.737Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.41s)
13:24:58 [2022-06-27T13:24:58.737Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
13:25:00 [2022-06-27T13:25:00.125Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.46s)
13:25:00 [2022-06-27T13:25:00.125Z] === RUN   TestAuthZPluginHeader
13:25:01 [2022-06-27T13:25:01.069Z] --- PASS: TestAuthZPluginHeader (0.70s)
13:25:01 [2022-06-27T13:25:01.069Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
13:25:05 [2022-06-27T13:25:05.277Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.15s)
13:25:05 [2022-06-27T13:25:05.277Z] === RUN   TestAuthZPluginV2Disable
13:25:08 [2022-06-27T13:25:08.580Z] --- PASS: TestAuthZPluginV2Disable (3.47s)
13:25:08 [2022-06-27T13:25:08.580Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
13:25:11 [2022-06-27T13:25:11.884Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.27s)
13:25:11 [2022-06-27T13:25:11.884Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
13:25:24 [2022-06-27T13:25:24.137Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.34s)
13:25:24 [2022-06-27T13:25:24.138Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
13:25:39 [2022-06-27T13:25:39.049Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s)
13:25:39 [2022-06-27T13:25:39.049Z] PASS
13:25:39 [2022-06-27T13:25:39.049Z] 
13:25:39 [2022-06-27T13:25:39.049Z] DONE 17 tests in 47.632s
13:25:39 [2022-06-27T13:25:39.049Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
13:25:39 [2022-06-27T13:25:39.049Z] INFO: Testing against a local daemon
13:25:39 [2022-06-27T13:25:39.049Z] === RUN   TestPluginInvalidJSON
13:25:39 [2022-06-27T13:25:39.049Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
13:25:39 [2022-06-27T13:25:39.049Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
13:25:39 [2022-06-27T13:25:39.049Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
13:25:39 [2022-06-27T13:25:39.049Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
13:25:39 [2022-06-27T13:25:39.049Z] === RUN   TestPluginInvalidJSON/plugins/pull
13:25:39 [2022-06-27T13:25:39.049Z] === PAUSE TestPluginInvalidJSON/plugins/pull
13:25:39 [2022-06-27T13:25:39.049Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
13:25:39 [2022-06-27T13:25:39.049Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
13:25:39 [2022-06-27T13:25:39.049Z] === CONT  TestPluginInvalidJSON/plugins/pull
13:25:39 [2022-06-27T13:25:39.049Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
13:25:39 [2022-06-27T13:25:39.049Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
13:25:39 [2022-06-27T13:25:39.049Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
13:25:39 [2022-06-27T13:25:39.049Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
13:25:39 [2022-06-27T13:25:39.049Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
13:25:39 [2022-06-27T13:25:39.049Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
13:25:39 [2022-06-27T13:25:39.049Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
13:25:39 [2022-06-27T13:25:39.049Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
13:25:39 [2022-06-27T13:25:39.049Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
13:25:39 [2022-06-27T13:25:39.049Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
13:25:39 [2022-06-27T13:25:39.049Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
13:25:39 [2022-06-27T13:25:39.049Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
13:25:39 [2022-06-27T13:25:39.049Z] --- PASS: TestPluginInvalidJSON (0.02s)
13:25:39 [2022-06-27T13:25:39.049Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
13:25:39 [2022-06-27T13:25:39.049Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.01s)
13:25:39 [2022-06-27T13:25:39.049Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
13:25:39 [2022-06-27T13:25:39.049Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
13:25:39 [2022-06-27T13:25:39.049Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
13:25:39 [2022-06-27T13:25:39.049Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s)
13:25:39 [2022-06-27T13:25:39.049Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.01s)
13:25:39 [2022-06-27T13:25:39.049Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
13:25:39 [2022-06-27T13:25:39.049Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
13:25:39 [2022-06-27T13:25:39.049Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
13:25:39 [2022-06-27T13:25:39.049Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
13:25:39 [2022-06-27T13:25:39.049Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
13:25:39 [2022-06-27T13:25:39.049Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
13:25:39 [2022-06-27T13:25:39.049Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
13:25:39 [2022-06-27T13:25:39.049Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
13:25:39 [2022-06-27T13:25:39.049Z] === RUN   TestPluginInstall
13:25:39 [2022-06-27T13:25:39.049Z] === RUN   TestPluginInstall/no_auth
13:25:39 [2022-06-27T13:25:39.622Z] time="2022-06-27T13:25:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:25:39 [2022-06-27T13:25:39.622Z] time="2022-06-27T13:25:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:28305cd2495f0d670d681a0f77f6a94716b0e3c1040687ff30481b963d36061b" mediatype=application/vnd.docker.plugin.v1+json size=522
13:25:39 [2022-06-27T13:25:39.622Z] time="2022-06-27T13:25:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:25:39 [2022-06-27T13:25:39.622Z] time="2022-06-27T13:25:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:28305cd2495f0d670d681a0f77f6a94716b0e3c1040687ff30481b963d36061b" mediatype=application/vnd.docker.plugin.v1+json size=522
13:25:39 [2022-06-27T13:25:39.884Z] === RUN   TestPluginInstall/with_htpasswd
13:25:40 [2022-06-27T13:25:40.146Z] time="2022-06-27T13:25:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:25:40 [2022-06-27T13:25:40.146Z] time="2022-06-27T13:25:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:28305cd2495f0d670d681a0f77f6a94716b0e3c1040687ff30481b963d36061b" mediatype=application/vnd.docker.plugin.v1+json size=522
13:25:40 [2022-06-27T13:25:40.146Z] time="2022-06-27T13:25:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:25:40 [2022-06-27T13:25:40.146Z] time="2022-06-27T13:25:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:28305cd2495f0d670d681a0f77f6a94716b0e3c1040687ff30481b963d36061b" mediatype=application/vnd.docker.plugin.v1+json size=522
13:25:40 [2022-06-27T13:25:40.408Z] === RUN   TestPluginInstall/with_insecure
13:25:41 [2022-06-27T13:25:41.352Z] time="2022-06-27T13:25:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:25:41 [2022-06-27T13:25:41.352Z] time="2022-06-27T13:25:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:30a704e41d6e45d7a585149e8718a27cb93cd8eaaa4e34d2f4be07f44dc49d29" mediatype=application/vnd.docker.plugin.v1+json size=522
13:25:41 [2022-06-27T13:25:41.352Z] time="2022-06-27T13:25:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:25:41 [2022-06-27T13:25:41.352Z] time="2022-06-27T13:25:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:30a704e41d6e45d7a585149e8718a27cb93cd8eaaa4e34d2f4be07f44dc49d29" mediatype=application/vnd.docker.plugin.v1+json size=522
13:25:41 [2022-06-27T13:25:41.614Z]     plugin_test.go:195: [df93d9696052c] daemon is not started
13:25:41 [2022-06-27T13:25:41.614Z] --- PASS: TestPluginInstall (2.78s)
13:25:41 [2022-06-27T13:25:41.614Z]     --- PASS: TestPluginInstall/no_auth (1.05s)
13:25:41 [2022-06-27T13:25:41.614Z]     --- PASS: TestPluginInstall/with_htpasswd (0.63s)
13:25:41 [2022-06-27T13:25:41.614Z]     --- PASS: TestPluginInstall/with_insecure (1.11s)
13:25:41 [2022-06-27T13:25:41.614Z] === RUN   TestPluginsWithRuntimes
13:25:43 [2022-06-27T13:25:43.001Z] === RUN   TestPluginsWithRuntimes/No_Args
13:25:43 [2022-06-27T13:25:43.945Z] === RUN   TestPluginsWithRuntimes/With_Args
13:25:44 [2022-06-27T13:25:44.889Z] --- PASS: TestPluginsWithRuntimes (3.40s)
13:25:44 [2022-06-27T13:25:44.889Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.89s)
13:25:44 [2022-06-27T13:25:44.889Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.92s)
13:25:44 [2022-06-27T13:25:44.889Z] === RUN   TestPluginBackCompatMediaTypes
13:25:45 [2022-06-27T13:25:45.462Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s)
13:25:45 [2022-06-27T13:25:45.462Z] PASS
13:25:45 [2022-06-27T13:25:45.462Z] 
13:25:45 [2022-06-27T13:25:45.462Z] DONE 24 tests in 6.825s
13:25:45 [2022-06-27T13:25:45.462Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
13:25:45 [2022-06-27T13:25:45.462Z] INFO: Testing against a local daemon
13:25:45 [2022-06-27T13:25:45.462Z] === RUN   TestExternalGraphDriver
13:25:45 [2022-06-27T13:25:45.723Z] === RUN   TestExternalGraphDriver/json
13:25:47 [2022-06-27T13:25:47.640Z] === RUN   TestExternalGraphDriver/spec
13:25:49 [2022-06-27T13:25:49.027Z] === RUN   TestExternalGraphDriver/pull
13:25:50 [2022-06-27T13:25:50.944Z] --- PASS: TestExternalGraphDriver (4.98s)
13:25:50 [2022-06-27T13:25:50.944Z]     --- PASS: TestExternalGraphDriver/json (1.65s)
13:25:50 [2022-06-27T13:25:50.944Z]     --- PASS: TestExternalGraphDriver/spec (1.66s)
13:25:50 [2022-06-27T13:25:50.944Z]     --- PASS: TestExternalGraphDriver/pull (1.63s)
13:25:50 [2022-06-27T13:25:50.944Z] === RUN   TestGraphdriverPluginV2
13:25:55 [2022-06-27T13:25:55.154Z] --- PASS: TestGraphdriverPluginV2 (4.12s)
13:25:55 [2022-06-27T13:25:55.154Z] PASS
13:25:55 [2022-06-27T13:25:55.154Z] 
13:25:55 [2022-06-27T13:25:55.154Z] DONE 5 tests in 9.145s
13:25:55 [2022-06-27T13:25:55.154Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
13:25:55 [2022-06-27T13:25:55.154Z] INFO: Testing against a local daemon
13:25:55 [2022-06-27T13:25:55.154Z] === RUN   TestContinueAfterPluginCrash
13:25:55 [2022-06-27T13:25:55.154Z] === PAUSE TestContinueAfterPluginCrash
13:25:55 [2022-06-27T13:25:55.154Z] === RUN   TestReadPluginNoRead
13:25:55 [2022-06-27T13:25:55.154Z] === PAUSE TestReadPluginNoRead
13:25:55 [2022-06-27T13:25:55.154Z] === RUN   TestDaemonStartWithLogOpt
13:25:55 [2022-06-27T13:25:55.154Z] === PAUSE TestDaemonStartWithLogOpt
13:25:55 [2022-06-27T13:25:55.154Z] === CONT  TestContinueAfterPluginCrash
13:25:55 [2022-06-27T13:25:55.154Z] === CONT  TestDaemonStartWithLogOpt
13:25:58 [2022-06-27T13:25:58.517Z] --- PASS: TestDaemonStartWithLogOpt (3.58s)
13:25:58 [2022-06-27T13:25:58.517Z] === CONT  TestReadPluginNoRead
13:26:00 [2022-06-27T13:26:00.436Z] === RUN   TestReadPluginNoRead/default
13:26:01 [2022-06-27T13:26:01.822Z] === RUN   TestReadPluginNoRead/disabled_caching
13:26:03 [2022-06-27T13:26:03.210Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
13:26:03 [2022-06-27T13:26:03.210Z] --- PASS: TestContinueAfterPluginCrash (8.50s)
13:26:04 [2022-06-27T13:26:04.599Z] === CONT  TestReadPluginNoRead
13:26:04 [2022-06-27T13:26:04.599Z]     read_test.go:92: [d8afc01679f5b] daemon is not started
13:26:04 [2022-06-27T13:26:04.599Z] --- PASS: TestReadPluginNoRead (6.32s)
13:26:04 [2022-06-27T13:26:04.599Z]     --- PASS: TestReadPluginNoRead/default (1.29s)
13:26:04 [2022-06-27T13:26:04.599Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.42s)
13:26:04 [2022-06-27T13:26:04.599Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.40s)
13:26:04 [2022-06-27T13:26:04.599Z] PASS
13:26:04 [2022-06-27T13:26:04.599Z] 
13:26:04 [2022-06-27T13:26:04.599Z] DONE 6 tests in 9.920s
13:26:04 [2022-06-27T13:26:04.599Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
13:26:04 [2022-06-27T13:26:04.599Z] testing: warning: no tests to run
13:26:04 [2022-06-27T13:26:04.599Z] PASS
13:26:04 [2022-06-27T13:26:04.599Z] 
13:26:04 [2022-06-27T13:26:04.599Z] DONE 0 tests in 0.007s
13:26:04 [2022-06-27T13:26:04.599Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
13:26:04 [2022-06-27T13:26:04.599Z] INFO: Testing against a local daemon
13:26:04 [2022-06-27T13:26:04.599Z] === RUN   TestPluginWithDevMounts
13:26:04 [2022-06-27T13:26:04.599Z] === PAUSE TestPluginWithDevMounts
13:26:04 [2022-06-27T13:26:04.599Z] === CONT  TestPluginWithDevMounts
13:26:06 [2022-06-27T13:26:06.515Z] --- PASS: TestPluginWithDevMounts (1.62s)
13:26:06 [2022-06-27T13:26:06.516Z] PASS
13:26:06 [2022-06-27T13:26:06.516Z] 
13:26:06 [2022-06-27T13:26:06.516Z] DONE 1 tests in 1.640s
13:26:06 [2022-06-27T13:26:06.516Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
13:26:06 [2022-06-27T13:26:06.516Z] INFO: Testing against a local daemon
13:26:06 [2022-06-27T13:26:06.516Z] === RUN   TestSecretInspect
13:26:08 [2022-06-27T13:26:08.432Z] --- PASS: TestSecretInspect (2.20s)
13:26:08 [2022-06-27T13:26:08.432Z] === RUN   TestSecretList
13:26:10 [2022-06-27T13:26:10.981Z] --- PASS: TestSecretList (2.16s)
13:26:10 [2022-06-27T13:26:10.981Z] === RUN   TestSecretsCreateAndDelete
13:26:12 [2022-06-27T13:26:12.896Z] --- PASS: TestSecretsCreateAndDelete (2.19s)
13:26:12 [2022-06-27T13:26:12.896Z] === RUN   TestSecretsUpdate
13:26:15 [2022-06-27T13:26:15.444Z] --- PASS: TestSecretsUpdate (2.20s)
13:26:15 [2022-06-27T13:26:15.444Z] === RUN   TestTemplatedSecret
13:26:17 [2022-06-27T13:26:17.993Z] --- PASS: TestTemplatedSecret (2.59s)
13:26:17 [2022-06-27T13:26:17.993Z] === RUN   TestSecretCreateResolve
13:26:19 [2022-06-27T13:26:19.912Z] --- PASS: TestSecretCreateResolve (2.17s)
13:26:19 [2022-06-27T13:26:19.912Z] PASS
13:26:19 [2022-06-27T13:26:19.912Z] 
13:26:19 [2022-06-27T13:26:19.912Z] DONE 6 tests in 13.524s
13:26:19 [2022-06-27T13:26:19.912Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
13:26:19 [2022-06-27T13:26:19.912Z] INFO: Testing against a local daemon
13:26:19 [2022-06-27T13:26:19.912Z] === RUN   TestServiceCreateInit
13:26:19 [2022-06-27T13:26:19.912Z] === RUN   TestServiceCreateInit/daemonInitDisabled
13:26:24 [2022-06-27T13:26:24.122Z] === RUN   TestServiceCreateInit/daemonInitEnabled
13:26:27 [2022-06-27T13:26:27.469Z] --- PASS: TestServiceCreateInit (7.65s)
13:26:27 [2022-06-27T13:26:27.469Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.75s)
13:26:27 [2022-06-27T13:26:27.469Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.89s)
13:26:27 [2022-06-27T13:26:27.469Z] === RUN   TestCreateServiceMultipleTimes
13:26:45 [2022-06-27T13:26:45.596Z] --- PASS: TestCreateServiceMultipleTimes (15.77s)
13:26:45 [2022-06-27T13:26:45.596Z] === RUN   TestCreateServiceConflict
13:26:45 [2022-06-27T13:26:45.596Z] --- PASS: TestCreateServiceConflict (2.19s)
13:26:45 [2022-06-27T13:26:45.596Z] === RUN   TestCreateServiceMaxReplicas
13:26:48 [2022-06-27T13:26:48.900Z] --- PASS: TestCreateServiceMaxReplicas (3.02s)
13:26:48 [2022-06-27T13:26:48.900Z] === RUN   TestCreateWithDuplicateNetworkNames
13:27:03 [2022-06-27T13:27:03.815Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.16s)
13:27:03 [2022-06-27T13:27:03.815Z] === RUN   TestCreateServiceSecretFileMode
13:27:04 [2022-06-27T13:27:04.076Z] --- PASS: TestCreateServiceSecretFileMode (2.51s)
13:27:04 [2022-06-27T13:27:04.076Z] === RUN   TestCreateServiceConfigFileMode
13:27:06 [2022-06-27T13:27:06.761Z] --- PASS: TestCreateServiceConfigFileMode (2.54s)
13:27:06 [2022-06-27T13:27:06.761Z] === RUN   TestCreateServiceSysctls
13:27:10 [2022-06-27T13:27:10.068Z] --- PASS: TestCreateServiceSysctls (3.12s)
13:27:10 [2022-06-27T13:27:10.068Z] === RUN   TestCreateServiceCapabilities
13:27:12 [2022-06-27T13:27:12.618Z] --- PASS: TestCreateServiceCapabilities (2.45s)
13:27:12 [2022-06-27T13:27:12.618Z] === RUN   TestInspect
13:27:15 [2022-06-27T13:27:15.166Z] --- PASS: TestInspect (2.87s)
13:27:15 [2022-06-27T13:27:15.166Z] === RUN   TestCreateJob
13:27:18 [2022-06-27T13:27:18.477Z] --- PASS: TestCreateJob (3.20s)
13:27:18 [2022-06-27T13:27:18.477Z] === RUN   TestReplicatedJob
13:27:23 [2022-06-27T13:27:23.810Z] --- PASS: TestReplicatedJob (5.42s)
13:27:23 [2022-06-27T13:27:23.810Z] === RUN   TestUpdateReplicatedJob
13:27:27 [2022-06-27T13:27:27.114Z] --- PASS: TestUpdateReplicatedJob (3.25s)
13:27:27 [2022-06-27T13:27:27.114Z] === RUN   TestServiceListWithStatuses
13:27:27 [2022-06-27T13:27:27.114Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
13:27:27 [2022-06-27T13:27:27.114Z] --- SKIP: TestServiceListWithStatuses (0.00s)
13:27:27 [2022-06-27T13:27:27.114Z] === RUN   TestDockerNetworkConnectAlias
13:27:31 [2022-06-27T13:27:31.323Z] --- PASS: TestDockerNetworkConnectAlias (4.20s)
13:27:31 [2022-06-27T13:27:31.323Z] === RUN   TestDockerNetworkReConnect
13:27:34 [2022-06-27T13:27:34.627Z] --- PASS: TestDockerNetworkReConnect (3.46s)
13:27:34 [2022-06-27T13:27:34.627Z] === RUN   TestServicePlugin
13:27:38 [2022-06-27T13:27:38.837Z]     plugin_test.go:61: [dd039ae607cd7] joining swarm manager [d3479d8387350]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
13:27:39 [2022-06-27T13:27:39.782Z]     plugin_test.go:64: [d6d7b464016ec] joining swarm manager [d3479d8387350]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
13:28:06 [2022-06-27T13:28:06.369Z] --- PASS: TestServicePlugin (30.13s)
13:28:06 [2022-06-27T13:28:06.369Z] === RUN   TestServiceUpdateLabel
13:28:07 [2022-06-27T13:28:07.312Z] --- PASS: TestServiceUpdateLabel (2.32s)
13:28:07 [2022-06-27T13:28:07.312Z] === RUN   TestServiceUpdateSecrets
13:28:22 [2022-06-27T13:28:22.242Z] --- PASS: TestServiceUpdateSecrets (14.43s)
13:28:22 [2022-06-27T13:28:22.242Z] === RUN   TestServiceUpdateConfigs
13:28:37 [2022-06-27T13:28:37.154Z] --- PASS: TestServiceUpdateConfigs (14.56s)
13:28:37 [2022-06-27T13:28:37.154Z] === RUN   TestServiceUpdateNetwork
13:28:49 [2022-06-27T13:28:49.392Z] --- PASS: TestServiceUpdateNetwork (12.62s)
13:28:49 [2022-06-27T13:28:49.392Z] === RUN   TestServiceUpdatePidsLimit
13:28:49 [2022-06-27T13:28:49.965Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
13:28:50 [2022-06-27T13:28:50.538Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
13:28:58 [2022-06-27T13:28:58.680Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
13:29:05 [2022-06-27T13:29:05.268Z] --- PASS: TestServiceUpdatePidsLimit (16.15s)
13:29:05 [2022-06-27T13:29:05.269Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s)
13:29:05 [2022-06-27T13:29:05.269Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
13:29:05 [2022-06-27T13:29:05.269Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s)
13:29:05 [2022-06-27T13:29:05.269Z] PASS
13:29:05 [2022-06-27T13:29:05.269Z] 
13:29:05 [2022-06-27T13:29:05.269Z] === Skipped
13:29:05 [2022-06-27T13:29:05.269Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
13:29:05 [2022-06-27T13:29:05.269Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
13:29:05 [2022-06-27T13:29:05.269Z] 
13:29:05 [2022-06-27T13:29:05.269Z] DONE 27 tests, 1 skipped in 165.081s
13:29:05 [2022-06-27T13:29:05.269Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
13:29:05 [2022-06-27T13:29:05.269Z] INFO: Testing against a local daemon
13:29:05 [2022-06-27T13:29:05.269Z] === RUN   TestSessionCreate
13:29:05 [2022-06-27T13:29:05.269Z] --- PASS: TestSessionCreate (0.03s)
13:29:05 [2022-06-27T13:29:05.269Z] === RUN   TestSessionCreateWithBadUpgrade
13:29:05 [2022-06-27T13:29:05.269Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s)
13:29:05 [2022-06-27T13:29:05.269Z] PASS
13:29:05 [2022-06-27T13:29:05.269Z] 
13:29:05 [2022-06-27T13:29:05.269Z] DONE 2 tests in 0.095s
13:29:05 [2022-06-27T13:29:05.269Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
13:29:05 [2022-06-27T13:29:05.269Z] INFO: Testing against a local daemon
13:29:05 [2022-06-27T13:29:05.269Z] === RUN   TestCgroupDriverSystemdMemoryLimit
13:29:05 [2022-06-27T13:29:05.269Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
13:29:05 [2022-06-27T13:29:05.269Z] === RUN   TestDiskUsage
13:29:05 [2022-06-27T13:29:05.269Z] === PAUSE TestDiskUsage
13:29:05 [2022-06-27T13:29:05.269Z] === RUN   TestEventsExecDie
13:29:06 [2022-06-27T13:29:06.213Z] --- PASS: TestEventsExecDie (0.85s)
13:29:06 [2022-06-27T13:29:06.213Z] === RUN   TestEventsBackwardsCompatible
13:29:06 [2022-06-27T13:29:06.213Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
13:29:06 [2022-06-27T13:29:06.213Z] === RUN   TestEventsVolumeCreate
13:29:06 [2022-06-27T13:29:06.213Z] --- PASS: TestEventsVolumeCreate (0.06s)
13:29:06 [2022-06-27T13:29:06.213Z] === RUN   TestInfoBinaryCommits
13:29:06 [2022-06-27T13:29:06.213Z] --- PASS: TestInfoBinaryCommits (0.02s)
13:29:06 [2022-06-27T13:29:06.213Z] === RUN   TestInfoAPIVersioned
13:29:06 [2022-06-27T13:29:06.213Z] --- PASS: TestInfoAPIVersioned (0.01s)
13:29:06 [2022-06-27T13:29:06.213Z] === RUN   TestInfoAPI
13:29:06 [2022-06-27T13:29:06.213Z] --- PASS: TestInfoAPI (0.02s)
13:29:06 [2022-06-27T13:29:06.213Z] === RUN   TestInfoAPIWarnings
13:29:24 [2022-06-27T13:29:24.361Z] --- PASS: TestInfoAPIWarnings (16.54s)
13:29:24 [2022-06-27T13:29:24.361Z] === RUN   TestInfoDebug
13:29:24 [2022-06-27T13:29:24.361Z] --- PASS: TestInfoDebug (0.52s)
13:29:24 [2022-06-27T13:29:24.361Z] === RUN   TestInfoInsecureRegistries
13:29:24 [2022-06-27T13:29:24.361Z] --- PASS: TestInfoInsecureRegistries (0.52s)
13:29:24 [2022-06-27T13:29:24.361Z] === RUN   TestInfoRegistryMirrors
13:29:24 [2022-06-27T13:29:24.361Z] --- PASS: TestInfoRegistryMirrors (0.52s)
13:29:24 [2022-06-27T13:29:24.361Z] === RUN   TestLoginFailsWithBadCredentials
13:29:24 [2022-06-27T13:29:24.361Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s)
13:29:24 [2022-06-27T13:29:24.361Z] === RUN   TestPingCacheHeaders
13:29:24 [2022-06-27T13:29:24.361Z] --- PASS: TestPingCacheHeaders (0.02s)
13:29:24 [2022-06-27T13:29:24.361Z] === RUN   TestPingGet
13:29:24 [2022-06-27T13:29:24.361Z] --- PASS: TestPingGet (0.01s)
13:29:24 [2022-06-27T13:29:24.361Z] === RUN   TestPingHead
13:29:24 [2022-06-27T13:29:24.361Z] --- PASS: TestPingHead (0.02s)
13:29:24 [2022-06-27T13:29:24.361Z] === RUN   TestPingSwarmHeader
13:29:24 [2022-06-27T13:29:24.933Z] === RUN   TestPingSwarmHeader/before_swarm_init
13:29:25 [2022-06-27T13:29:25.507Z] === RUN   TestPingSwarmHeader/after_swarm_init
13:29:26 [2022-06-27T13:29:26.451Z] === RUN   TestPingSwarmHeader/after_swarm_leave
13:29:26 [2022-06-27T13:29:26.451Z] --- PASS: TestPingSwarmHeader (2.06s)
13:29:26 [2022-06-27T13:29:26.451Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
13:29:26 [2022-06-27T13:29:26.451Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
13:29:26 [2022-06-27T13:29:26.451Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
13:29:26 [2022-06-27T13:29:26.451Z] === RUN   TestVersion
13:29:26 [2022-06-27T13:29:26.451Z] --- PASS: TestVersion (0.02s)
13:29:26 [2022-06-27T13:29:26.451Z] === CONT  TestCgroupDriverSystemdMemoryLimit
13:29:26 [2022-06-27T13:29:26.451Z] === CONT  TestDiskUsage
13:29:27 [2022-06-27T13:29:27.024Z] === RUN   TestDiskUsage/empty
13:29:27 [2022-06-27T13:29:27.024Z] === RUN   TestDiskUsage/empty/container_types
13:29:27 [2022-06-27T13:29:27.024Z] === RUN   TestDiskUsage/empty/image_types
13:29:27 [2022-06-27T13:29:27.024Z] === RUN   TestDiskUsage/empty/volume_types
13:29:27 [2022-06-27T13:29:27.024Z] === RUN   TestDiskUsage/empty/build-cache_types
13:29:27 [2022-06-27T13:29:27.024Z] === RUN   TestDiskUsage/empty/container,_volume_types
13:29:27 [2022-06-27T13:29:27.024Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
13:29:27 [2022-06-27T13:29:27.024Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
13:29:27 [2022-06-27T13:29:27.024Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
13:29:27 [2022-06-27T13:29:27.024Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
13:29:27 [2022-06-27T13:29:27.024Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
13:29:27 [2022-06-27T13:29:27.024Z] === RUN   TestDiskUsage/after_LoadBusybox
13:29:27 [2022-06-27T13:29:27.286Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
13:29:27 [2022-06-27T13:29:27.286Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
13:29:27 [2022-06-27T13:29:27.286Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
13:29:27 [2022-06-27T13:29:27.286Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
13:29:27 [2022-06-27T13:29:27.286Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
13:29:27 [2022-06-27T13:29:27.286Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
13:29:27 [2022-06-27T13:29:27.286Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
13:29:27 [2022-06-27T13:29:27.286Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
13:29:27 [2022-06-27T13:29:27.286Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
13:29:27 [2022-06-27T13:29:27.286Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
13:29:27 [2022-06-27T13:29:27.286Z] === RUN   TestDiskUsage/after_container.Run
13:29:27 [2022-06-27T13:29:27.859Z] === RUN   TestDiskUsage/after_container.Run/container_types
13:29:27 [2022-06-27T13:29:27.859Z] === RUN   TestDiskUsage/after_container.Run/image_types
13:29:27 [2022-06-27T13:29:27.859Z] === RUN   TestDiskUsage/after_container.Run/volume_types
13:29:27 [2022-06-27T13:29:27.859Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
13:29:27 [2022-06-27T13:29:27.859Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
13:29:27 [2022-06-27T13:29:27.859Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
13:29:27 [2022-06-27T13:29:27.859Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
13:29:27 [2022-06-27T13:29:27.859Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
13:29:27 [2022-06-27T13:29:27.859Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
13:29:27 [2022-06-27T13:29:27.860Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
13:29:28 [2022-06-27T13:29:28.121Z] --- PASS: TestDiskUsage (1.59s)
13:29:28 [2022-06-27T13:29:28.121Z]     --- PASS: TestDiskUsage/empty (0.01s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.29s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]     --- PASS: TestDiskUsage/after_container.Run (0.56s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.61s)
13:29:28 [2022-06-27T13:29:28.121Z] PASS
13:29:28 [2022-06-27T13:29:28.121Z] 
13:29:28 [2022-06-27T13:29:28.121Z] DONE 54 tests in 22.982s
13:29:28 [2022-06-27T13:29:28.121Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
13:29:28 [2022-06-27T13:29:28.121Z] INFO: Testing against a local daemon
13:29:28 [2022-06-27T13:29:28.121Z] === RUN   TestVolumesCreateAndList
13:29:28 [2022-06-27T13:29:28.121Z] --- PASS: TestVolumesCreateAndList (0.02s)
13:29:28 [2022-06-27T13:29:28.121Z] === RUN   TestVolumesRemove
13:29:28 [2022-06-27T13:29:28.121Z] --- PASS: TestVolumesRemove (0.07s)
13:29:28 [2022-06-27T13:29:28.121Z] === RUN   TestVolumesInspect
13:29:28 [2022-06-27T13:29:28.121Z] --- PASS: TestVolumesInspect (0.02s)
13:29:28 [2022-06-27T13:29:28.121Z] === RUN   TestVolumesInvalidJSON
13:29:28 [2022-06-27T13:29:28.121Z] === RUN   TestVolumesInvalidJSON/volumes/create
13:29:28 [2022-06-27T13:29:28.121Z] === PAUSE TestVolumesInvalidJSON/volumes/create
13:29:28 [2022-06-27T13:29:28.121Z] === CONT  TestVolumesInvalidJSON/volumes/create
13:29:28 [2022-06-27T13:29:28.121Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
13:29:28 [2022-06-27T13:29:28.121Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
13:29:28 [2022-06-27T13:29:28.121Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
13:29:28 [2022-06-27T13:29:28.121Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
13:29:28 [2022-06-27T13:29:28.121Z] --- PASS: TestVolumesInvalidJSON (0.01s)
13:29:28 [2022-06-27T13:29:28.121Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
13:29:28 [2022-06-27T13:29:28.121Z] PASS
13:29:28 [2022-06-27T13:29:28.121Z] 
13:29:28 [2022-06-27T13:29:28.121Z] DONE 9 tests in 0.135s
13:29:28 [2022-06-27T13:29:28.121Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
13:29:28 [2022-06-27T13:29:28.693Z] Stopping apparmor (via systemctl): apparmor.service.
13:29:28 [2022-06-27T13:29:28.693Z] Removing test suite binaries
13:29:28 [2022-06-27T13:29:28.956Z] exiting test-integration
13:29:28 [2022-06-27T13:29:28.956Z] ++ exit 0
13:29:28 [2022-06-27T13:29:28.956Z]