Skip to content

Console Output

19:44:25 [2022-08-25T19:44:25.381Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44029/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=9aeda305fd66dcfe01ea4eca3862a6b78f631ee4 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_SYSTEMD -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:9aeda305fd66dcfe01ea4eca3862a6b78f631ee4 hack/make.sh dynbinary test-integration
19:44:27 [2022-08-25T19:44:27.270Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
19:44:27 [2022-08-25T19:44:27.270Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
19:44:27 [2022-08-25T19:44:27.270Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
19:44:27 [2022-08-25T19:44:27.270Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
19:44:27 [2022-08-25T19:44:27.270Z] 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)
19:44:27 [2022-08-25T19:44:27.270Z] Detected virtualization docker.
19:44:27 [2022-08-25T19:44:27.270Z] Detected architecture x86-64.
19:44:27 [2022-08-25T19:44:27.270Z] Set hostname to <20fddbc13788>.
19:44:27 [2022-08-25T19:44:27.270Z] modprobe@configfs.service: Succeeded.
19:44:27 [2022-08-25T19:44:27.270Z] modprobe@drm.service: Succeeded.
19:44:27 [2022-08-25T19:44:27.270Z] modprobe@fuse.service: Succeeded.
19:44:27 [2022-08-25T19:44:27.526Z] + source /etc/docker-entrypoint-cmd
19:44:27 [2022-08-25T19:44:27.526Z] ++ hack/make.sh dynbinary test-integration
19:44:27 [2022-08-25T19:44:27.526Z] 
19:44:27 [2022-08-25T19:44:27.526Z] Removing bundles/
19:44:27 [2022-08-25T19:44:27.526Z] 
19:44:27 [2022-08-25T19:44:27.526Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
19:44:27 [2022-08-25T19:44:27.526Z] Building: bundles/dynbinary-daemon/dockerd
19:44:27 [2022-08-25T19:44:27.526Z] GOOS="" GOARCH="" GOARM=""
19:46:33 [2022-08-25T19:46:33.997Z] Created binary: bundles/dynbinary-daemon/dockerd
19:46:33 [2022-08-25T19:46:33.997Z] Building: bundles/dynbinary-daemon/docker-proxy
19:46:33 [2022-08-25T19:46:33.997Z] GOOS="" GOARCH="" GOARM=""
19:46:33 [2022-08-25T19:46:33.997Z] Created binary: bundles/dynbinary-daemon/docker-proxy
19:46:33 [2022-08-25T19:46:33.997Z] 
19:46:33 [2022-08-25T19:46:33.997Z] ---> Making bundle: test-integration (in bundles/test-integration)
19:46:33 [2022-08-25T19:46:33.997Z] DOCKER_SYSTEMD=1
19:46:33 [2022-08-25T19:46:33.997Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
19:46:33 [2022-08-25T19:46:33.997Z] HOSTNAME=20fddbc13788
19:46:33 [2022-08-25T19:46:33.997Z] DEST=bundles/test-integration
19:46:33 [2022-08-25T19:46:33.997Z] PWD=/go/src/github.com/docker/docker
19:46:33 [2022-08-25T19:46:33.997Z] DOCKER_GITCOMMIT=9aeda305fd66dcfe01ea4eca3862a6b78f631ee4
19:46:33 [2022-08-25T19:46:33.997Z] container=docker
19:46:33 [2022-08-25T19:46:33.997Z] HOME=/root
19:46:33 [2022-08-25T19:46:33.997Z] LANG=C.UTF-8
19:46:33 [2022-08-25T19:46:33.997Z] INVOCATION_ID=2845139067184bf781b4e062c8fb4f8b
19:46:33 [2022-08-25T19:46:33.997Z] GOLANG_VERSION=1.18.5
19:46:33 [2022-08-25T19:46:33.997Z] VALIDATE_REPO=https://github.com/moby/moby.git
19:46:33 [2022-08-25T19:46:33.997Z] VALIDATE_BRANCH=22.06
19:46:33 [2022-08-25T19:46:33.997Z] TERM=xterm
19:46:33 [2022-08-25T19:46:33.997Z] DOCKER_PKG=github.com/docker/docker
19:46:33 [2022-08-25T19:46:33.997Z] SHLVL=3
19:46:33 [2022-08-25T19:46:33.997Z] TIMEOUT=120m
19:46:33 [2022-08-25T19:46:33.997Z] DOCKER_BUILDTAGS= journald
19:46:33 [2022-08-25T19:46:33.997Z] DOCKER_GRAPHDRIVER=overlay2
19:46:33 [2022-08-25T19:46:33.997Z] GO111MODULE=off
19:46:33 [2022-08-25T19:46:33.997Z] DOCKER_EXPERIMENTAL=1
19:46:33 [2022-08-25T19:46:33.997Z] TEST_SKIP_INTEGRATION_CLI=1
19:46:33 [2022-08-25T19:46:33.997Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:46:33 [2022-08-25T19:46:33.997Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
19:46:33 [2022-08-25T19:46:33.997Z] GOPATH=/go
19:46:33 [2022-08-25T19:46:33.997Z] PKG_CONFIG=pkg-config
19:46:33 [2022-08-25T19:46:33.997Z] _=/usr/bin/env
19:46:33 [2022-08-25T19:46:33.997Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
19:47:20 [2022-08-25T19:47:20.622Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
19:47:20 [2022-08-25T19:47:20.622Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
19:47:47 [2022-08-25T19:47:47.125Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
19:47:57 [2022-08-25T19:47:57.070Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
19:48:05 [2022-08-25T19:48:05.164Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
19:48:05 [2022-08-25T19:48:05.164Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
19:48:05 [2022-08-25T19:48:05.421Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
19:48:06 [2022-08-25T19:48:06.348Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
19:48:07 [2022-08-25T19:48:07.279Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
19:48:07 [2022-08-25T19:48:07.279Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
19:48:08 [2022-08-25T19:48:08.207Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
19:48:10 [2022-08-25T19:48:10.726Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
19:48:11 [2022-08-25T19:48:11.653Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
19:48:12 [2022-08-25T19:48:12.581Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
19:48:13 [2022-08-25T19:48:13.143Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
19:48:14 [2022-08-25T19:48:14.072Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
19:48:15 [2022-08-25T19:48:15.007Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
19:48:15 [2022-08-25T19:48:15.936Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
19:48:16 [2022-08-25T19:48:16.863Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
19:48:17 [2022-08-25T19:48:17.791Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
19:48:18 [2022-08-25T19:48:18.362Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
19:48:18 [2022-08-25T19:48:18.362Z] Using test binary docker
19:48:18 [2022-08-25T19:48:18.362Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
19:48:18 [2022-08-25T19:48:18.618Z] Starting apparmor (via systemctl): apparmor.service.
19:48:18 [2022-08-25T19:48:18.618Z] Starting dockerd
19:48:18 [2022-08-25T19:48:18.618Z] INFO: Waiting for daemon to start...
19:48:21 [2022-08-25T19:48:21.881Z] .
19:48:21 [2022-08-25T19:48:21.881Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
19:48:21 [2022-08-25T19:48:21.881Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
19:48:21 [2022-08-25T19:48:21.881Z] Error: No such image: emptyfs
19:48:22 [2022-08-25T19:48:22.137Z] Running integration-test (iteration 1)
19:48:22 [2022-08-25T19:48:22.137Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
19:48:22 [2022-08-25T19:48:22.393Z] Loaded image: busybox:latest
19:48:22 [2022-08-25T19:48:22.393Z] Loaded image: busybox:glibc
19:48:23 [2022-08-25T19:48:23.759Z] Loaded image: debian:bullseye-slim
19:48:23 [2022-08-25T19:48:23.759Z] Loaded image: hello-world:latest
19:48:24 [2022-08-25T19:48:24.015Z] Loaded image: arm32v7/hello-world:latest
19:48:24 [2022-08-25T19:48:24.015Z] INFO: Testing against a local daemon
19:48:24 [2022-08-25T19:48:24.015Z] === RUN   TestCgroupNamespacesBuild
19:48:25 [2022-08-25T19:48:25.412Z] --- PASS: TestCgroupNamespacesBuild (1.41s)
19:48:25 [2022-08-25T19:48:25.412Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
19:48:26 [2022-08-25T19:48:26.796Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.33s)
19:48:26 [2022-08-25T19:48:26.796Z] === RUN   TestBuildWithSession
19:48:26 [2022-08-25T19:48:26.796Z]     build_session_test.go:25: TODO: BuildKit
19:48:26 [2022-08-25T19:48:26.796Z] --- SKIP: TestBuildWithSession (0.00s)
19:48:26 [2022-08-25T19:48:26.796Z] === RUN   TestBuildSquashParent
19:48:32 [2022-08-25T19:48:32.044Z] --- PASS: TestBuildSquashParent (4.92s)
19:48:32 [2022-08-25T19:48:32.044Z] === RUN   TestBuildWithRemoveAndForceRemove
19:48:32 [2022-08-25T19:48:32.044Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:48:32 [2022-08-25T19:48:32.044Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:48:32 [2022-08-25T19:48:32.044Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:48:32 [2022-08-25T19:48:32.044Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:48:32 [2022-08-25T19:48:32.044Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:48:32 [2022-08-25T19:48:32.044Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:48:32 [2022-08-25T19:48:32.044Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:48:32 [2022-08-25T19:48:32.044Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:48:32 [2022-08-25T19:48:32.044Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:48:32 [2022-08-25T19:48:32.044Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:48:32 [2022-08-25T19:48:32.044Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:48:32 [2022-08-25T19:48:32.044Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:48:32 [2022-08-25T19:48:32.044Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:48:32 [2022-08-25T19:48:32.044Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:48:32 [2022-08-25T19:48:32.972Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:48:33 [2022-08-25T19:48:33.227Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:48:34 [2022-08-25T19:48:34.593Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:48:34 [2022-08-25T19:48:34.849Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:48:36 [2022-08-25T19:48:36.213Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
19:48:36 [2022-08-25T19:48:36.213Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.36s)
19:48:36 [2022-08-25T19:48:36.213Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.61s)
19:48:36 [2022-08-25T19:48:36.213Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.49s)
19:48:36 [2022-08-25T19:48:36.213Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.50s)
19:48:36 [2022-08-25T19:48:36.213Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.45s)
19:48:36 [2022-08-25T19:48:36.213Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.39s)
19:48:36 [2022-08-25T19:48:36.213Z] === RUN   TestBuildMultiStageCopy
19:48:36 [2022-08-25T19:48:36.213Z] === RUN   TestBuildMultiStageCopy/copy_to_root
19:48:37 [2022-08-25T19:48:37.577Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
19:48:37 [2022-08-25T19:48:37.833Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
19:48:38 [2022-08-25T19:48:38.089Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
19:48:38 [2022-08-25T19:48:38.346Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
19:48:38 [2022-08-25T19:48:38.601Z] --- PASS: TestBuildMultiStageCopy (2.50s)
19:48:38 [2022-08-25T19:48:38.601Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.46s)
19:48:38 [2022-08-25T19:48:38.601Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.26s)
19:48:38 [2022-08-25T19:48:38.601Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s)
19:48:38 [2022-08-25T19:48:38.601Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.28s)
19:48:38 [2022-08-25T19:48:38.601Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.28s)
19:48:38 [2022-08-25T19:48:38.601Z] === RUN   TestBuildMultiStageParentConfig
19:48:39 [2022-08-25T19:48:39.529Z] --- PASS: TestBuildMultiStageParentConfig (0.69s)
19:48:39 [2022-08-25T19:48:39.529Z] === RUN   TestBuildLabelWithTargets
19:48:40 [2022-08-25T19:48:40.457Z] --- PASS: TestBuildLabelWithTargets (1.06s)
19:48:40 [2022-08-25T19:48:40.457Z] === RUN   TestBuildWithEmptyLayers
19:48:41 [2022-08-25T19:48:41.018Z] --- PASS: TestBuildWithEmptyLayers (0.45s)
19:48:41 [2022-08-25T19:48:41.018Z] === RUN   TestBuildMultiStageOnBuild
19:48:42 [2022-08-25T19:48:42.909Z] --- PASS: TestBuildMultiStageOnBuild (1.76s)
19:48:42 [2022-08-25T19:48:42.909Z] === RUN   TestBuildUncleanTarFilenames
19:48:43 [2022-08-25T19:48:43.165Z] --- PASS: TestBuildUncleanTarFilenames (0.60s)
19:48:43 [2022-08-25T19:48:43.165Z] === RUN   TestBuildMultiStageLayerLeak
19:48:45 [2022-08-25T19:48:45.054Z] --- PASS: TestBuildMultiStageLayerLeak (1.72s)
19:48:45 [2022-08-25T19:48:45.054Z] === RUN   TestBuildWithHugeFile
19:49:41 [2022-08-25T19:49:41.219Z] --- PASS: TestBuildWithHugeFile (52.80s)
19:49:41 [2022-08-25T19:49:41.219Z] === RUN   TestBuildWCOWSandboxSize
19:49:41 [2022-08-25T19:49:41.219Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
19:49:41 [2022-08-25T19:49:41.219Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
19:49:41 [2022-08-25T19:49:41.219Z] === RUN   TestBuildWithEmptyDockerfile
19:49:41 [2022-08-25T19:49:41.219Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
19:49:41 [2022-08-25T19:49:41.219Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
19:49:41 [2022-08-25T19:49:41.219Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:49:41 [2022-08-25T19:49:41.219Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:49:41 [2022-08-25T19:49:41.219Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:49:41 [2022-08-25T19:49:41.219Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:49:41 [2022-08-25T19:49:41.219Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
19:49:41 [2022-08-25T19:49:41.219Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:49:41 [2022-08-25T19:49:41.219Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:49:41 [2022-08-25T19:49:41.219Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
19:49:41 [2022-08-25T19:49:41.219Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s)
19:49:41 [2022-08-25T19:49:41.219Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s)
19:49:41 [2022-08-25T19:49:41.219Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
19:49:41 [2022-08-25T19:49:41.219Z] === RUN   TestBuildPreserveOwnership
19:49:41 [2022-08-25T19:49:41.219Z] === RUN   TestBuildPreserveOwnership/copy_from
19:49:41 [2022-08-25T19:49:41.219Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
19:49:41 [2022-08-25T19:49:41.780Z] --- PASS: TestBuildPreserveOwnership (3.75s)
19:49:41 [2022-08-25T19:49:41.780Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.53s)
19:49:41 [2022-08-25T19:49:41.780Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.21s)
19:49:41 [2022-08-25T19:49:41.780Z] === RUN   TestBuildPlatformInvalid
19:49:41 [2022-08-25T19:49:41.780Z] --- PASS: TestBuildPlatformInvalid (0.08s)
19:49:41 [2022-08-25T19:49:41.780Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
19:49:42 [2022-08-25T19:49:42.707Z] Loaded image: busybox:latest
19:49:42 [2022-08-25T19:49:42.707Z] Loaded image: busybox:glibc
19:49:44 [2022-08-25T19:49:44.073Z] Loaded image: debian:bullseye-slim
19:49:44 [2022-08-25T19:49:44.073Z] Loaded image: hello-world:latest
19:49:44 [2022-08-25T19:49:44.073Z] Loaded image: arm32v7/hello-world:latest
19:49:54 [2022-08-25T19:49:54.017Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.99s)
19:49:54 [2022-08-25T19:49:54.017Z] PASS
19:49:54 [2022-08-25T19:49:54.017Z] 
19:49:54 [2022-08-25T19:49:54.017Z] === Skipped
19:49:54 [2022-08-25T19:49:54.017Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
19:49:54 [2022-08-25T19:49:54.017Z]     build_session_test.go:25: TODO: BuildKit
19:49:54 [2022-08-25T19:49:54.017Z] 
19:49:54 [2022-08-25T19:49:54.017Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
19:49:54 [2022-08-25T19:49:54.017Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
19:49:54 [2022-08-25T19:49:54.017Z] 
19:49:54 [2022-08-25T19:49:54.017Z] DONE 34 tests, 2 skipped in 90.707s
19:49:54 [2022-08-25T19:49:54.017Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
19:49:54 [2022-08-25T19:49:54.017Z] INFO: Testing against a local daemon
19:49:54 [2022-08-25T19:49:54.017Z] === RUN   TestConfigInspect
19:49:55 [2022-08-25T19:49:55.382Z] --- PASS: TestConfigInspect (2.30s)
19:49:55 [2022-08-25T19:49:55.382Z] === RUN   TestConfigList
19:49:57 [2022-08-25T19:49:57.270Z] --- PASS: TestConfigList (2.28s)
19:49:57 [2022-08-25T19:49:57.270Z] === RUN   TestConfigsCreateAndDelete
19:49:59 [2022-08-25T19:49:59.784Z] --- PASS: TestConfigsCreateAndDelete (2.19s)
19:49:59 [2022-08-25T19:49:59.784Z] === RUN   TestConfigsUpdate
19:50:01 [2022-08-25T19:50:01.672Z] --- PASS: TestConfigsUpdate (2.16s)
19:50:01 [2022-08-25T19:50:01.672Z] === RUN   TestTemplatedConfig
19:50:04 [2022-08-25T19:50:04.938Z] --- PASS: TestTemplatedConfig (2.76s)
19:50:04 [2022-08-25T19:50:04.938Z] === RUN   TestConfigCreateResolve
19:50:06 [2022-08-25T19:50:06.825Z] --- PASS: TestConfigCreateResolve (2.16s)
19:50:06 [2022-08-25T19:50:06.825Z] PASS
19:50:06 [2022-08-25T19:50:06.825Z] 
19:50:06 [2022-08-25T19:50:06.825Z] DONE 6 tests in 13.867s
19:50:06 [2022-08-25T19:50:06.825Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
19:50:06 [2022-08-25T19:50:06.825Z] INFO: Testing against a local daemon
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestAttachWithTTY
19:50:06 [2022-08-25T19:50:06.825Z] --- PASS: TestAttachWithTTY (0.07s)
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestAttachWithoutTTy
19:50:06 [2022-08-25T19:50:06.825Z] --- PASS: TestAttachWithoutTTy (0.05s)
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestCheckpoint
19:50:06 [2022-08-25T19:50:06.825Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
19:50:06 [2022-08-25T19:50:06.825Z] --- SKIP: TestCheckpoint (0.00s)
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/commit
19:50:06 [2022-08-25T19:50:06.825Z] === PAUSE TestContainerInvalidJSON/commit
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/containers/create
19:50:06 [2022-08-25T19:50:06.825Z] === PAUSE TestContainerInvalidJSON/containers/create
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
19:50:06 [2022-08-25T19:50:06.825Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
19:50:06 [2022-08-25T19:50:06.825Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
19:50:06 [2022-08-25T19:50:06.825Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
19:50:06 [2022-08-25T19:50:06.825Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
19:50:06 [2022-08-25T19:50:06.825Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
19:50:06 [2022-08-25T19:50:06.825Z] === CONT  TestContainerInvalidJSON/commit
19:50:06 [2022-08-25T19:50:06.825Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/commit/empty_body
19:50:06 [2022-08-25T19:50:06.825Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
19:50:06 [2022-08-25T19:50:06.825Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
19:50:06 [2022-08-25T19:50:06.825Z] === CONT  TestContainerInvalidJSON/containers/create
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
19:50:06 [2022-08-25T19:50:06.825Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
19:50:06 [2022-08-25T19:50:06.825Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
19:50:06 [2022-08-25T19:50:06.826Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
19:50:06 [2022-08-25T19:50:06.826Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
19:50:06 [2022-08-25T19:50:06.826Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
19:50:06 [2022-08-25T19:50:06.826Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
19:50:06 [2022-08-25T19:50:06.826Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
19:50:06 [2022-08-25T19:50:06.826Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
19:50:06 [2022-08-25T19:50:06.826Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
19:50:06 [2022-08-25T19:50:06.826Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
19:50:06 [2022-08-25T19:50:06.826Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
19:50:06 [2022-08-25T19:50:06.826Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
19:50:06 [2022-08-25T19:50:06.826Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
19:50:06 [2022-08-25T19:50:06.826Z] --- PASS: TestContainerInvalidJSON (0.01s)
19:50:06 [2022-08-25T19:50:06.826Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
19:50:06 [2022-08-25T19:50:06.826Z] === RUN   TestCopyFromContainerPathDoesNotExist
19:50:06 [2022-08-25T19:50:06.826Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
19:50:06 [2022-08-25T19:50:06.826Z] === RUN   TestCopyFromContainerPathIsNotDir
19:50:06 [2022-08-25T19:50:06.826Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
19:50:06 [2022-08-25T19:50:06.826Z] === RUN   TestCopyToContainerPathDoesNotExist
19:50:07 [2022-08-25T19:50:07.082Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
19:50:07 [2022-08-25T19:50:07.082Z] === RUN   TestCopyEmptyFile
19:50:07 [2022-08-25T19:50:07.339Z] --- PASS: TestCopyEmptyFile (0.23s)
19:50:07 [2022-08-25T19:50:07.339Z] === RUN   TestCopyToContainerPathIsNotDir
19:50:07 [2022-08-25T19:50:07.339Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
19:50:07 [2022-08-25T19:50:07.339Z] === RUN   TestCopyFromContainer
19:50:08 [2022-08-25T19:50:08.734Z] === RUN   TestCopyFromContainer//
19:50:08 [2022-08-25T19:50:08.734Z] === RUN   TestCopyFromContainer//bar/root
19:50:08 [2022-08-25T19:50:08.734Z] === RUN   TestCopyFromContainer//bar/root/
19:50:08 [2022-08-25T19:50:08.734Z] === RUN   TestCopyFromContainer/bar/quux
19:50:08 [2022-08-25T19:50:08.734Z] === RUN   TestCopyFromContainer/bar/quux/
19:50:08 [2022-08-25T19:50:08.734Z] === RUN   TestCopyFromContainer/bar/quux/baz
19:50:08 [2022-08-25T19:50:08.990Z] === RUN   TestCopyFromContainer/bar/filesymlink
19:50:08 [2022-08-25T19:50:08.990Z] === RUN   TestCopyFromContainer/bar/dirsymlink
19:50:08 [2022-08-25T19:50:08.990Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
19:50:08 [2022-08-25T19:50:08.990Z] === RUN   TestCopyFromContainer/bar/notarget
19:50:09 [2022-08-25T19:50:09.246Z] --- PASS: TestCopyFromContainer (1.86s)
19:50:09 [2022-08-25T19:50:09.246Z]     --- PASS: TestCopyFromContainer// (0.06s)
19:50:09 [2022-08-25T19:50:09.246Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
19:50:09 [2022-08-25T19:50:09.246Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
19:50:09 [2022-08-25T19:50:09.246Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
19:50:09 [2022-08-25T19:50:09.246Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
19:50:09 [2022-08-25T19:50:09.246Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
19:50:09 [2022-08-25T19:50:09.246Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
19:50:09 [2022-08-25T19:50:09.246Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
19:50:09 [2022-08-25T19:50:09.246Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
19:50:09 [2022-08-25T19:50:09.246Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
19:50:09 [2022-08-25T19:50:09.246Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
19:50:09 [2022-08-25T19:50:09.246Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:50:09 [2022-08-25T19:50:09.246Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:50:09 [2022-08-25T19:50:09.246Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:50:09 [2022-08-25T19:50:09.246Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:50:09 [2022-08-25T19:50:09.246Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
19:50:09 [2022-08-25T19:50:09.246Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
19:50:09 [2022-08-25T19:50:09.246Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:50:09 [2022-08-25T19:50:09.246Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
19:50:09 [2022-08-25T19:50:09.246Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:50:09 [2022-08-25T19:50:09.246Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
19:50:09 [2022-08-25T19:50:09.246Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
19:50:09 [2022-08-25T19:50:09.246Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
19:50:09 [2022-08-25T19:50:09.246Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
19:50:09 [2022-08-25T19:50:09.246Z] === RUN   TestCreateLinkToNonExistingContainer
19:50:09 [2022-08-25T19:50:09.246Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
19:50:09 [2022-08-25T19:50:09.246Z] === RUN   TestCreateWithInvalidEnv
19:50:09 [2022-08-25T19:50:09.246Z] === RUN   TestCreateWithInvalidEnv/0
19:50:09 [2022-08-25T19:50:09.246Z] === PAUSE TestCreateWithInvalidEnv/0
19:50:09 [2022-08-25T19:50:09.246Z] === RUN   TestCreateWithInvalidEnv/1
19:50:09 [2022-08-25T19:50:09.246Z] === PAUSE TestCreateWithInvalidEnv/1
19:50:09 [2022-08-25T19:50:09.246Z] === RUN   TestCreateWithInvalidEnv/2
19:50:09 [2022-08-25T19:50:09.246Z] === PAUSE TestCreateWithInvalidEnv/2
19:50:09 [2022-08-25T19:50:09.246Z] === CONT  TestCreateWithInvalidEnv/0
19:50:09 [2022-08-25T19:50:09.246Z] === CONT  TestCreateWithInvalidEnv/2
19:50:09 [2022-08-25T19:50:09.246Z] === CONT  TestCreateWithInvalidEnv/1
19:50:09 [2022-08-25T19:50:09.246Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
19:50:09 [2022-08-25T19:50:09.246Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
19:50:09 [2022-08-25T19:50:09.246Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
19:50:09 [2022-08-25T19:50:09.246Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
19:50:09 [2022-08-25T19:50:09.246Z] === RUN   TestCreateTmpfsMountsTarget
19:50:09 [2022-08-25T19:50:09.246Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
19:50:09 [2022-08-25T19:50:09.246Z] === RUN   TestCreateWithCustomMaskedPaths
19:50:11 [2022-08-25T19:50:11.134Z] --- PASS: TestCreateWithCustomMaskedPaths (1.67s)
19:50:11 [2022-08-25T19:50:11.134Z] === RUN   TestCreateWithCustomReadonlyPaths
19:50:13 [2022-08-25T19:50:13.021Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.73s)
19:50:13 [2022-08-25T19:50:13.021Z] === RUN   TestCreateWithInvalidHealthcheckParams
19:50:13 [2022-08-25T19:50:13.021Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:50:13 [2022-08-25T19:50:13.021Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:50:13 [2022-08-25T19:50:13.021Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:50:13 [2022-08-25T19:50:13.021Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:50:13 [2022-08-25T19:50:13.021Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:50:13 [2022-08-25T19:50:13.021Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:50:13 [2022-08-25T19:50:13.021Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:50:13 [2022-08-25T19:50:13.021Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:50:13 [2022-08-25T19:50:13.021Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:50:13 [2022-08-25T19:50:13.021Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:50:13 [2022-08-25T19:50:13.021Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:50:13 [2022-08-25T19:50:13.021Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:50:13 [2022-08-25T19:50:13.021Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:50:13 [2022-08-25T19:50:13.021Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:50:13 [2022-08-25T19:50:13.021Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:50:13 [2022-08-25T19:50:13.021Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
19:50:13 [2022-08-25T19:50:13.021Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
19:50:13 [2022-08-25T19:50:13.021Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
19:50:13 [2022-08-25T19:50:13.021Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
19:50:13 [2022-08-25T19:50:13.021Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
19:50:13 [2022-08-25T19:50:13.021Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
19:50:13 [2022-08-25T19:50:13.021Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
19:50:13 [2022-08-25T19:50:13.277Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.58s)
19:50:13 [2022-08-25T19:50:13.277Z] === RUN   TestCreateDifferentPlatform
19:50:13 [2022-08-25T19:50:13.277Z] === RUN   TestCreateDifferentPlatform/different_os
19:50:13 [2022-08-25T19:50:13.277Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
19:50:13 [2022-08-25T19:50:13.277Z] --- PASS: TestCreateDifferentPlatform (0.01s)
19:50:13 [2022-08-25T19:50:13.277Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
19:50:13 [2022-08-25T19:50:13.277Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
19:50:13 [2022-08-25T19:50:13.277Z] === RUN   TestCreateVolumesFromNonExistingContainer
19:50:13 [2022-08-25T19:50:13.277Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
19:50:13 [2022-08-25T19:50:13.277Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
19:50:13 [2022-08-25T19:50:13.277Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
19:50:13 [2022-08-25T19:50:13.277Z] === RUN   TestCreateInvalidHostConfig
19:50:13 [2022-08-25T19:50:13.277Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
19:50:13 [2022-08-25T19:50:13.277Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
19:50:13 [2022-08-25T19:50:13.277Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
19:50:13 [2022-08-25T19:50:13.277Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
19:50:13 [2022-08-25T19:50:13.277Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
19:50:13 [2022-08-25T19:50:13.277Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
19:50:13 [2022-08-25T19:50:13.277Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
19:50:13 [2022-08-25T19:50:13.277Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
19:50:13 [2022-08-25T19:50:13.277Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
19:50:13 [2022-08-25T19:50:13.277Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
19:50:13 [2022-08-25T19:50:13.277Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
19:50:13 [2022-08-25T19:50:13.277Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
19:50:13 [2022-08-25T19:50:13.277Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
19:50:13 [2022-08-25T19:50:13.277Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
19:50:13 [2022-08-25T19:50:13.277Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
19:50:13 [2022-08-25T19:50:13.277Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
19:50:13 [2022-08-25T19:50:13.277Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
19:50:13 [2022-08-25T19:50:13.277Z] === RUN   TestContainerStartOnDaemonRestart
19:50:13 [2022-08-25T19:50:13.277Z] === PAUSE TestContainerStartOnDaemonRestart
19:50:13 [2022-08-25T19:50:13.277Z] === RUN   TestDaemonRestartIpcMode
19:50:13 [2022-08-25T19:50:13.277Z] === PAUSE TestDaemonRestartIpcMode
19:50:13 [2022-08-25T19:50:13.277Z] === RUN   TestDaemonHostGatewayIP
19:50:13 [2022-08-25T19:50:13.277Z] === PAUSE TestDaemonHostGatewayIP
19:50:13 [2022-08-25T19:50:13.277Z] === RUN   TestRestartDaemonWithRestartingContainer
19:50:13 [2022-08-25T19:50:13.277Z] === PAUSE TestRestartDaemonWithRestartingContainer
19:50:13 [2022-08-25T19:50:13.277Z] === RUN   TestContainerKillOnDaemonStart
19:50:13 [2022-08-25T19:50:13.277Z] === PAUSE TestContainerKillOnDaemonStart
19:50:13 [2022-08-25T19:50:13.277Z] === RUN   TestDiff
19:50:13 [2022-08-25T19:50:13.840Z] --- PASS: TestDiff (0.60s)
19:50:13 [2022-08-25T19:50:13.840Z] === RUN   TestExecConsoleSize
19:50:14 [2022-08-25T19:50:14.769Z] --- PASS: TestExecConsoleSize (0.65s)
19:50:14 [2022-08-25T19:50:14.769Z] === RUN   TestExecWithCloseStdin
19:50:15 [2022-08-25T19:50:15.331Z] --- PASS: TestExecWithCloseStdin (0.61s)
19:50:15 [2022-08-25T19:50:15.331Z] === RUN   TestExec
19:50:15 [2022-08-25T19:50:15.893Z] --- PASS: TestExec (0.67s)
19:50:15 [2022-08-25T19:50:15.893Z] === RUN   TestExecUser
19:50:16 [2022-08-25T19:50:16.454Z] --- PASS: TestExecUser (0.60s)
19:50:16 [2022-08-25T19:50:16.454Z] === RUN   TestExportContainerAndImportImage
19:50:17 [2022-08-25T19:50:17.381Z] --- PASS: TestExportContainerAndImportImage (0.72s)
19:50:17 [2022-08-25T19:50:17.381Z] === RUN   TestExportContainerAfterDaemonRestart
19:50:18 [2022-08-25T19:50:18.746Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s)
19:50:18 [2022-08-25T19:50:18.746Z] === RUN   TestHealthCheckWorkdir
19:50:19 [2022-08-25T19:50:19.307Z] --- PASS: TestHealthCheckWorkdir (0.83s)
19:50:19 [2022-08-25T19:50:19.307Z] === RUN   TestHealthKillContainer
19:50:27 [2022-08-25T19:50:27.385Z] --- PASS: TestHealthKillContainer (8.19s)
19:50:27 [2022-08-25T19:50:27.642Z] === RUN   TestHealthCheckProcessKilled
19:50:28 [2022-08-25T19:50:28.568Z] --- PASS: TestHealthCheckProcessKilled (0.97s)
19:50:28 [2022-08-25T19:50:28.568Z] === RUN   TestInspectCpusetInConfigPre120
19:50:29 [2022-08-25T19:50:29.129Z] --- PASS: TestInspectCpusetInConfigPre120 (0.54s)
19:50:29 [2022-08-25T19:50:29.129Z] === RUN   TestIpcModeNone
19:50:29 [2022-08-25T19:50:29.691Z] --- PASS: TestIpcModeNone (0.63s)
19:50:29 [2022-08-25T19:50:29.691Z] === RUN   TestIpcModePrivate
19:50:29 [2022-08-25T19:50:29.947Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false
19:50:30 [2022-08-25T19:50:30.203Z] --- PASS: TestIpcModePrivate (0.68s)
19:50:30 [2022-08-25T19:50:30.203Z] === RUN   TestIpcModeShareable
19:50:30 [2022-08-25T19:50:30.764Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true
19:50:31 [2022-08-25T19:50:31.021Z] --- PASS: TestIpcModeShareable (0.62s)
19:50:31 [2022-08-25T19:50:31.021Z] === RUN   TestAPIIpcModeShareableAndContainer
19:50:32 [2022-08-25T19:50:32.912Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.91s)
19:50:32 [2022-08-25T19:50:32.912Z] === RUN   TestAPIIpcModeHost
19:50:33 [2022-08-25T19:50:33.168Z] --- PASS: TestAPIIpcModeHost (0.38s)
19:50:33 [2022-08-25T19:50:33.168Z] === RUN   TestDaemonIpcModeShareable
19:50:34 [2022-08-25T19:50:34.533Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
19:50:34 [2022-08-25T19:50:34.533Z] --- PASS: TestDaemonIpcModeShareable (1.19s)
19:50:34 [2022-08-25T19:50:34.533Z] === RUN   TestDaemonIpcModePrivate
19:50:35 [2022-08-25T19:50:35.459Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
19:50:35 [2022-08-25T19:50:35.715Z] --- PASS: TestDaemonIpcModePrivate (1.17s)
19:50:35 [2022-08-25T19:50:35.715Z] === RUN   TestDaemonIpcModePrivateFromConfig
19:50:36 [2022-08-25T19:50:36.644Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
19:50:36 [2022-08-25T19:50:36.922Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.20s)
19:50:36 [2022-08-25T19:50:36.922Z] === RUN   TestDaemonIpcModeShareableFromConfig
19:50:37 [2022-08-25T19:50:37.856Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
19:50:38 [2022-08-25T19:50:38.112Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.25s)
19:50:38 [2022-08-25T19:50:38.112Z] === RUN   TestIpcModeOlderClient
19:50:38 [2022-08-25T19:50:38.112Z] === PAUSE TestIpcModeOlderClient
19:50:38 [2022-08-25T19:50:38.112Z] === RUN   TestKillContainerInvalidSignal
19:50:38 [2022-08-25T19:50:38.674Z] --- PASS: TestKillContainerInvalidSignal (0.48s)
19:50:38 [2022-08-25T19:50:38.674Z] === RUN   TestKillContainer
19:50:38 [2022-08-25T19:50:38.674Z] === RUN   TestKillContainer/no_signal
19:50:38 [2022-08-25T19:50:38.930Z] === RUN   TestKillContainer/non_killing_signal
19:50:39 [2022-08-25T19:50:39.186Z] === RUN   TestKillContainer/killing_signal
19:50:39 [2022-08-25T19:50:39.750Z] --- PASS: TestKillContainer (1.34s)
19:50:39 [2022-08-25T19:50:39.750Z]     --- PASS: TestKillContainer/no_signal (0.45s)
19:50:39 [2022-08-25T19:50:39.750Z]     --- PASS: TestKillContainer/non_killing_signal (0.30s)
19:50:39 [2022-08-25T19:50:39.750Z]     --- PASS: TestKillContainer/killing_signal (0.42s)
19:50:39 [2022-08-25T19:50:39.750Z] === RUN   TestKillWithStopSignalAndRestartPolicies
19:50:39 [2022-08-25T19:50:39.750Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
19:50:40 [2022-08-25T19:50:40.311Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
19:50:41 [2022-08-25T19:50:41.242Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.24s)
19:50:41 [2022-08-25T19:50:41.242Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s)
19:50:41 [2022-08-25T19:50:41.242Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.67s)
19:50:41 [2022-08-25T19:50:41.242Z] === RUN   TestKillStoppedContainer
19:50:41 [2022-08-25T19:50:41.242Z] --- PASS: TestKillStoppedContainer (0.04s)
19:50:41 [2022-08-25T19:50:41.242Z] === RUN   TestKillStoppedContainerAPIPre120
19:50:41 [2022-08-25T19:50:41.242Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
19:50:41 [2022-08-25T19:50:41.242Z] === RUN   TestKillDifferentUserContainer
19:50:41 [2022-08-25T19:50:41.810Z] --- PASS: TestKillDifferentUserContainer (0.47s)
19:50:41 [2022-08-25T19:50:41.810Z] === RUN   TestInspectOomKilledTrue
19:50:41 [2022-08-25T19:50:41.810Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
19:50:41 [2022-08-25T19:50:41.810Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
19:50:41 [2022-08-25T19:50:41.810Z] === RUN   TestInspectOomKilledFalse
19:50:42 [2022-08-25T19:50:42.066Z] --- PASS: TestInspectOomKilledFalse (0.42s)
19:50:42 [2022-08-25T19:50:42.066Z] === RUN   TestLinksEtcHostsContentMatch
19:50:42 [2022-08-25T19:50:42.322Z] --- PASS: TestLinksEtcHostsContentMatch (0.31s)
19:50:42 [2022-08-25T19:50:42.322Z] === RUN   TestLinksContainerNames
19:50:43 [2022-08-25T19:50:43.250Z] --- PASS: TestLinksContainerNames (0.88s)
19:50:43 [2022-08-25T19:50:43.250Z] === RUN   TestLogsFollowTailEmpty
19:50:43 [2022-08-25T19:50:43.811Z] --- PASS: TestLogsFollowTailEmpty (0.44s)
19:50:43 [2022-08-25T19:50:43.811Z] === RUN   TestLogs
19:50:43 [2022-08-25T19:50:43.811Z] === RUN   TestLogs/driver_local
19:50:43 [2022-08-25T19:50:43.811Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
19:50:43 [2022-08-25T19:50:43.811Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
19:50:43 [2022-08-25T19:50:43.811Z] === RUN   TestLogs/driver_local/tty/only_stdout
19:50:43 [2022-08-25T19:50:43.811Z] === PAUSE TestLogs/driver_local/tty/only_stdout
19:50:43 [2022-08-25T19:50:43.811Z] === RUN   TestLogs/driver_local/tty/only_stderr
19:50:43 [2022-08-25T19:50:43.811Z] === PAUSE TestLogs/driver_local/tty/only_stderr
19:50:43 [2022-08-25T19:50:43.811Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
19:50:43 [2022-08-25T19:50:43.811Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
19:50:43 [2022-08-25T19:50:43.811Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
19:50:43 [2022-08-25T19:50:43.811Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
19:50:43 [2022-08-25T19:50:43.811Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
19:50:43 [2022-08-25T19:50:43.811Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
19:50:43 [2022-08-25T19:50:43.811Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
19:50:43 [2022-08-25T19:50:43.811Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
19:50:44 [2022-08-25T19:50:44.373Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
19:50:44 [2022-08-25T19:50:44.373Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
19:50:44 [2022-08-25T19:50:44.936Z] === CONT  TestLogs/driver_local/tty/only_stderr
19:50:45 [2022-08-25T19:50:45.193Z] === CONT  TestLogs/driver_local/tty/only_stdout
19:50:45 [2022-08-25T19:50:45.754Z] === RUN   TestLogs/driver_json-file
19:50:45 [2022-08-25T19:50:45.754Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
19:50:45 [2022-08-25T19:50:45.754Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
19:50:45 [2022-08-25T19:50:45.754Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
19:50:45 [2022-08-25T19:50:45.754Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
19:50:45 [2022-08-25T19:50:45.754Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
19:50:45 [2022-08-25T19:50:45.754Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
19:50:45 [2022-08-25T19:50:45.754Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
19:50:45 [2022-08-25T19:50:45.754Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
19:50:45 [2022-08-25T19:50:45.754Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
19:50:45 [2022-08-25T19:50:45.754Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
19:50:45 [2022-08-25T19:50:45.754Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
19:50:45 [2022-08-25T19:50:45.754Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
19:50:45 [2022-08-25T19:50:45.754Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
19:50:45 [2022-08-25T19:50:45.754Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
19:50:46 [2022-08-25T19:50:46.316Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
19:50:46 [2022-08-25T19:50:46.572Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
19:50:47 [2022-08-25T19:50:47.135Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
19:50:47 [2022-08-25T19:50:47.135Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
19:50:47 [2022-08-25T19:50:47.696Z] --- PASS: TestLogs (3.91s)
19:50:47 [2022-08-25T19:50:47.696Z]     --- PASS: TestLogs/driver_local (0.01s)
19:50:47 [2022-08-25T19:50:47.696Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.68s)
19:50:47 [2022-08-25T19:50:47.696Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.70s)
19:50:47 [2022-08-25T19:50:47.696Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.61s)
19:50:47 [2022-08-25T19:50:47.696Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.68s)
19:50:47 [2022-08-25T19:50:47.696Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.55s)
19:50:47 [2022-08-25T19:50:47.696Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.69s)
19:50:47 [2022-08-25T19:50:47.696Z]     --- PASS: TestLogs/driver_json-file (0.01s)
19:50:47 [2022-08-25T19:50:47.696Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.67s)
19:50:47 [2022-08-25T19:50:47.696Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.73s)
19:50:47 [2022-08-25T19:50:47.696Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.58s)
19:50:47 [2022-08-25T19:50:47.696Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.68s)
19:50:47 [2022-08-25T19:50:47.696Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.57s)
19:50:47 [2022-08-25T19:50:47.696Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.55s)
19:50:47 [2022-08-25T19:50:47.696Z] === RUN   TestContainerNetworkMountsNoChown
19:50:47 [2022-08-25T19:50:47.952Z] --- PASS: TestContainerNetworkMountsNoChown (0.44s)
19:50:47 [2022-08-25T19:50:47.952Z] === RUN   TestMountDaemonRoot
19:50:48 [2022-08-25T19:50:48.208Z] === RUN   TestMountDaemonRoot/default
19:50:48 [2022-08-25T19:50:48.208Z] === PAUSE TestMountDaemonRoot/default
19:50:48 [2022-08-25T19:50:48.208Z] === RUN   TestMountDaemonRoot/private
19:50:48 [2022-08-25T19:50:48.208Z] === PAUSE TestMountDaemonRoot/private
19:50:48 [2022-08-25T19:50:48.208Z] === RUN   TestMountDaemonRoot/rprivate
19:50:48 [2022-08-25T19:50:48.208Z] === PAUSE TestMountDaemonRoot/rprivate
19:50:48 [2022-08-25T19:50:48.208Z] === RUN   TestMountDaemonRoot/slave
19:50:48 [2022-08-25T19:50:48.208Z] === PAUSE TestMountDaemonRoot/slave
19:50:48 [2022-08-25T19:50:48.208Z] === RUN   TestMountDaemonRoot/rslave
19:50:48 [2022-08-25T19:50:48.208Z] === PAUSE TestMountDaemonRoot/rslave
19:50:48 [2022-08-25T19:50:48.208Z] === RUN   TestMountDaemonRoot/shared
19:50:48 [2022-08-25T19:50:48.208Z] === PAUSE TestMountDaemonRoot/shared
19:50:48 [2022-08-25T19:50:48.208Z] === RUN   TestMountDaemonRoot/rshared
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/rshared
19:50:48 [2022-08-25T19:50:48.209Z] === CONT  TestMountDaemonRoot/default
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/default/mount_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/default/bind_root
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/default/bind_root
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/default/bind_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/default/mount_root
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/default/mount_root
19:50:48 [2022-08-25T19:50:48.209Z] === CONT  TestMountDaemonRoot/default/mount_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === CONT  TestMountDaemonRoot/rshared
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/rshared/bind_root
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/rshared/mount_root
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === CONT  TestMountDaemonRoot/rshared/bind_root
19:50:48 [2022-08-25T19:50:48.209Z] === CONT  TestMountDaemonRoot/shared
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/shared/bind_root
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/shared/bind_root
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/shared/mount_root
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/shared/mount_root
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === CONT  TestMountDaemonRoot/rslave
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/rslave/mount_root
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/rslave/bind_root
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === CONT  TestMountDaemonRoot/slave
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/slave/bind_root
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/slave/bind_root
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/slave/mount_root
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/slave/mount_root
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === CONT  TestMountDaemonRoot/rprivate
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === CONT  TestMountDaemonRoot/private
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/private/bind_root
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/private/bind_root
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/private/bind_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/private/mount_root
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/private/mount_root
19:50:48 [2022-08-25T19:50:48.209Z] === RUN   TestMountDaemonRoot/private/mount_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === CONT  TestMountDaemonRoot/default/mount_root
19:50:48 [2022-08-25T19:50:48.209Z] === CONT  TestMountDaemonRoot/default/bind_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === CONT  TestMountDaemonRoot/default/bind_root
19:50:48 [2022-08-25T19:50:48.209Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === CONT  TestMountDaemonRoot/rshared/mount_root
19:50:48 [2022-08-25T19:50:48.209Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === CONT  TestMountDaemonRoot/shared/bind_root
19:50:48 [2022-08-25T19:50:48.209Z] === CONT  TestMountDaemonRoot/rslave/mount_root
19:50:48 [2022-08-25T19:50:48.209Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
19:50:48 [2022-08-25T19:50:48.209Z] === CONT  TestMountDaemonRoot/shared/mount_root
19:50:48 [2022-08-25T19:50:48.209Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
19:50:48 [2022-08-25T19:50:48.465Z] === CONT  TestMountDaemonRoot/slave/bind_root
19:50:48 [2022-08-25T19:50:48.465Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
19:50:48 [2022-08-25T19:50:48.465Z] === CONT  TestMountDaemonRoot/rslave/bind_root
19:50:48 [2022-08-25T19:50:48.465Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
19:50:48 [2022-08-25T19:50:48.465Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
19:50:48 [2022-08-25T19:50:48.465Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
19:50:48 [2022-08-25T19:50:48.465Z] === CONT  TestMountDaemonRoot/slave/mount_root
19:50:48 [2022-08-25T19:50:48.465Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
19:50:48 [2022-08-25T19:50:48.465Z] === CONT  TestMountDaemonRoot/private/bind_root
19:50:48 [2022-08-25T19:50:48.465Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
19:50:48 [2022-08-25T19:50:48.465Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
19:50:48 [2022-08-25T19:50:48.465Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
19:50:48 [2022-08-25T19:50:48.465Z] === CONT  TestMountDaemonRoot/private/mount_subpath
19:50:48 [2022-08-25T19:50:48.465Z] === CONT  TestMountDaemonRoot/private/mount_root
19:50:48 [2022-08-25T19:50:48.465Z] === CONT  TestMountDaemonRoot/private/bind_subpath
19:50:48 [2022-08-25T19:50:48.465Z] --- PASS: TestMountDaemonRoot (0.02s)
19:50:48 [2022-08-25T19:50:48.465Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
19:50:48 [2022-08-25T19:50:48.465Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
19:50:48 [2022-08-25T19:50:48.465Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
19:50:48 [2022-08-25T19:50:48.465Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
19:50:48 [2022-08-25T19:50:48.465Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
19:50:48 [2022-08-25T19:50:48.465Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
19:50:48 [2022-08-25T19:50:48.465Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
19:50:48 [2022-08-25T19:50:48.465Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
19:50:48 [2022-08-25T19:50:48.465Z] === RUN   TestContainerBindMountNonRecursive
19:50:50 [2022-08-25T19:50:50.355Z] --- PASS: TestContainerBindMountNonRecursive (1.40s)
19:50:50 [2022-08-25T19:50:50.355Z] === RUN   TestContainerVolumesMountedAsShared
19:50:50 [2022-08-25T19:50:50.355Z] --- PASS: TestContainerVolumesMountedAsShared (0.48s)
19:50:50 [2022-08-25T19:50:50.355Z] === RUN   TestContainerVolumesMountedAsSlave
19:50:50 [2022-08-25T19:50:50.935Z] --- PASS: TestContainerVolumesMountedAsSlave (0.38s)
19:50:50 [2022-08-25T19:50:50.935Z] === RUN   TestNetworkNat
19:50:51 [2022-08-25T19:50:51.504Z] --- PASS: TestNetworkNat (0.53s)
19:50:51 [2022-08-25T19:50:51.504Z] === RUN   TestNetworkLocalhostTCPNat
19:50:51 [2022-08-25T19:50:51.761Z] --- PASS: TestNetworkLocalhostTCPNat (0.47s)
19:50:51 [2022-08-25T19:50:51.761Z] === RUN   TestNetworkLoopbackNat
19:50:55 [2022-08-25T19:50:55.025Z] --- PASS: TestNetworkLoopbackNat (2.61s)
19:50:55 [2022-08-25T19:50:55.025Z] === RUN   TestPause
19:50:55 [2022-08-25T19:50:55.025Z] --- PASS: TestPause (0.47s)
19:50:55 [2022-08-25T19:50:55.025Z] === RUN   TestPauseFailsOnWindowsServerContainers
19:50:55 [2022-08-25T19:50:55.025Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
19:50:55 [2022-08-25T19:50:55.025Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
19:50:55 [2022-08-25T19:50:55.025Z] === RUN   TestPauseStopPausedContainer
19:50:55 [2022-08-25T19:50:55.281Z] --- PASS: TestPauseStopPausedContainer (0.49s)
19:50:55 [2022-08-25T19:50:55.281Z] === RUN   TestPidHost
19:50:56 [2022-08-25T19:50:56.646Z] --- PASS: TestPidHost (0.99s)
19:50:56 [2022-08-25T19:50:56.646Z] === RUN   TestPsFilter
19:50:56 [2022-08-25T19:50:56.646Z] --- PASS: TestPsFilter (0.11s)
19:50:56 [2022-08-25T19:50:56.646Z] === RUN   TestRemoveContainerWithRemovedVolume
19:50:56 [2022-08-25T19:50:56.902Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s)
19:50:56 [2022-08-25T19:50:56.902Z] === RUN   TestRemoveContainerWithVolume
19:50:57 [2022-08-25T19:50:57.463Z] --- PASS: TestRemoveContainerWithVolume (0.45s)
19:50:57 [2022-08-25T19:50:57.463Z] === RUN   TestRemoveContainerRunning
19:50:57 [2022-08-25T19:50:57.719Z] --- PASS: TestRemoveContainerRunning (0.41s)
19:50:57 [2022-08-25T19:50:57.719Z] === RUN   TestRemoveContainerForceRemoveRunning
19:50:58 [2022-08-25T19:50:58.282Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.46s)
19:50:58 [2022-08-25T19:50:58.282Z] === RUN   TestRemoveInvalidContainer
19:50:58 [2022-08-25T19:50:58.282Z] --- PASS: TestRemoveInvalidContainer (0.01s)
19:50:58 [2022-08-25T19:50:58.282Z] === RUN   TestRenameLinkedContainer
19:51:00 [2022-08-25T19:51:00.171Z] --- PASS: TestRenameLinkedContainer (1.78s)
19:51:00 [2022-08-25T19:51:00.171Z] === RUN   TestRenameStoppedContainer
19:51:00 [2022-08-25T19:51:00.426Z] --- PASS: TestRenameStoppedContainer (0.43s)
19:51:00 [2022-08-25T19:51:00.427Z] === RUN   TestRenameRunningContainerAndReuse
19:51:01 [2022-08-25T19:51:01.355Z] --- PASS: TestRenameRunningContainerAndReuse (0.91s)
19:51:01 [2022-08-25T19:51:01.355Z] === RUN   TestRenameInvalidName
19:51:01 [2022-08-25T19:51:01.916Z] --- PASS: TestRenameInvalidName (0.46s)
19:51:01 [2022-08-25T19:51:01.917Z] === RUN   TestRenameAnonymousContainer
19:51:03 [2022-08-25T19:51:03.804Z] --- PASS: TestRenameAnonymousContainer (1.61s)
19:51:03 [2022-08-25T19:51:03.804Z] === RUN   TestRenameContainerWithSameName
19:51:03 [2022-08-25T19:51:03.804Z] --- PASS: TestRenameContainerWithSameName (0.47s)
19:51:03 [2022-08-25T19:51:03.804Z] === RUN   TestRenameContainerWithLinkedContainer
19:51:04 [2022-08-25T19:51:04.732Z] --- PASS: TestRenameContainerWithLinkedContainer (0.88s)
19:51:04 [2022-08-25T19:51:04.732Z] === RUN   TestResize
19:51:05 [2022-08-25T19:51:05.294Z] --- PASS: TestResize (0.52s)
19:51:05 [2022-08-25T19:51:05.294Z] === RUN   TestResizeWithInvalidSize
19:51:05 [2022-08-25T19:51:05.854Z] --- PASS: TestResizeWithInvalidSize (0.44s)
19:51:05 [2022-08-25T19:51:05.854Z] === RUN   TestResizeWhenContainerNotStarted
19:51:06 [2022-08-25T19:51:06.110Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s)
19:51:06 [2022-08-25T19:51:06.110Z] === RUN   TestDaemonRestartKillContainers
19:51:06 [2022-08-25T19:51:06.110Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:51:06 [2022-08-25T19:51:06.110Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
19:51:08 [2022-08-25T19:51:08.000Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:51:09 [2022-08-25T19:51:09.364Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:51:10 [2022-08-25T19:51:10.728Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:51:10 [2022-08-25T19:51:10.729Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:51:12 [2022-08-25T19:51:12.093Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
19:51:12 [2022-08-25T19:51:12.093Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
19:51:15 [2022-08-25T19:51:15.358Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
19:51:15 [2022-08-25T19:51:15.614Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:51:17 [2022-08-25T19:51:17.502Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:51:19 [2022-08-25T19:51:19.391Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:51:19 [2022-08-25T19:51:19.391Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:51:21 [2022-08-25T19:51:21.279Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:51:21 [2022-08-25T19:51:21.535Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:51:22 [2022-08-25T19:51:22.901Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:51:24 [2022-08-25T19:51:24.789Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
19:51:24 [2022-08-25T19:51:24.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.86s)
19:51:24 [2022-08-25T19:51:24.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s)
19:51:24 [2022-08-25T19:51:24.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s)
19:51:24 [2022-08-25T19:51:24.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.41s)
19:51:24 [2022-08-25T19:51:24.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.34s)
19:51:24 [2022-08-25T19:51:24.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.35s)
19:51:24 [2022-08-25T19:51:24.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.60s)
19:51:24 [2022-08-25T19:51:24.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.61s)
19:51:24 [2022-08-25T19:51:24.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.09s)
19:51:24 [2022-08-25T19:51:24.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.67s)
19:51:24 [2022-08-25T19:51:24.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.09s)
19:51:24 [2022-08-25T19:51:24.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.82s)
19:51:24 [2022-08-25T19:51:24.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.00s)
19:51:24 [2022-08-25T19:51:24.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.77s)
19:51:24 [2022-08-25T19:51:24.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.79s)
19:51:24 [2022-08-25T19:51:24.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.64s)
19:51:24 [2022-08-25T19:51:24.789Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
19:51:24 [2022-08-25T19:51:24.789Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
19:51:25 [2022-08-25T19:51:25.352Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
19:51:26 [2022-08-25T19:51:26.280Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.90s)
19:51:26 [2022-08-25T19:51:26.280Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.94s)
19:51:26 [2022-08-25T19:51:26.280Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.94s)
19:51:26 [2022-08-25T19:51:26.280Z] === RUN   TestCgroupNamespacesRun
19:51:27 [2022-08-25T19:51:27.644Z] --- PASS: TestCgroupNamespacesRun (1.21s)
19:51:27 [2022-08-25T19:51:27.644Z] === RUN   TestCgroupNamespacesRunPrivileged
19:51:27 [2022-08-25T19:51:27.644Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
19:51:27 [2022-08-25T19:51:27.644Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
19:51:27 [2022-08-25T19:51:27.644Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
19:51:29 [2022-08-25T19:51:29.007Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.17s)
19:51:29 [2022-08-25T19:51:29.007Z] === RUN   TestCgroupNamespacesRunHostMode
19:51:29 [2022-08-25T19:51:29.934Z] --- PASS: TestCgroupNamespacesRunHostMode (1.24s)
19:51:29 [2022-08-25T19:51:29.935Z] === RUN   TestCgroupNamespacesRunPrivateMode
19:51:31 [2022-08-25T19:51:31.301Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.21s)
19:51:31 [2022-08-25T19:51:31.301Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
19:51:32 [2022-08-25T19:51:32.664Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.17s)
19:51:32 [2022-08-25T19:51:32.664Z] === RUN   TestCgroupNamespacesRunInvalidMode
19:51:33 [2022-08-25T19:51:33.225Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s)
19:51:33 [2022-08-25T19:51:33.225Z] === RUN   TestCgroupNamespacesRunOlderClient
19:51:34 [2022-08-25T19:51:34.153Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.19s)
19:51:34 [2022-08-25T19:51:34.153Z] === RUN   TestNISDomainname
19:51:35 [2022-08-25T19:51:35.081Z] --- PASS: TestNISDomainname (0.59s)
19:51:35 [2022-08-25T19:51:35.081Z] === RUN   TestHostnameDnsResolution
19:51:35 [2022-08-25T19:51:35.643Z] --- PASS: TestHostnameDnsResolution (0.74s)
19:51:35 [2022-08-25T19:51:35.643Z] === RUN   TestUnprivilegedPortsAndPing
19:51:36 [2022-08-25T19:51:36.218Z] --- PASS: TestUnprivilegedPortsAndPing (0.56s)
19:51:36 [2022-08-25T19:51:36.218Z] === RUN   TestPrivilegedHostDevices
19:51:36 [2022-08-25T19:51:36.785Z] --- PASS: TestPrivilegedHostDevices (0.50s)
19:51:36 [2022-08-25T19:51:36.785Z] === RUN   TestRunConsoleSize
19:51:37 [2022-08-25T19:51:37.045Z] --- PASS: TestRunConsoleSize (0.43s)
19:51:37 [2022-08-25T19:51:37.045Z] === RUN   TestRunWithAlternativeContainerdShim
19:51:39 [2022-08-25T19:51:39.566Z] --- PASS: TestRunWithAlternativeContainerdShim (2.11s)
19:51:39 [2022-08-25T19:51:39.566Z] === RUN   TestStats
19:51:42 [2022-08-25T19:51:42.082Z] --- PASS: TestStats (2.47s)
19:51:42 [2022-08-25T19:51:42.082Z] === RUN   TestStopContainerWithTimeout
19:51:42 [2022-08-25T19:51:42.082Z] === RUN   TestStopContainerWithTimeout/0
19:51:42 [2022-08-25T19:51:42.082Z] === PAUSE TestStopContainerWithTimeout/0
19:51:42 [2022-08-25T19:51:42.082Z] === RUN   TestStopContainerWithTimeout/1
19:51:42 [2022-08-25T19:51:42.082Z] === PAUSE TestStopContainerWithTimeout/1
19:51:42 [2022-08-25T19:51:42.082Z] === RUN   TestStopContainerWithTimeout/3
19:51:42 [2022-08-25T19:51:42.082Z] === PAUSE TestStopContainerWithTimeout/3
19:51:42 [2022-08-25T19:51:42.082Z] === RUN   TestStopContainerWithTimeout/-1
19:51:42 [2022-08-25T19:51:42.082Z] === PAUSE TestStopContainerWithTimeout/-1
19:51:42 [2022-08-25T19:51:42.082Z] === CONT  TestStopContainerWithTimeout/0
19:51:42 [2022-08-25T19:51:42.082Z] === CONT  TestStopContainerWithTimeout/3
19:51:42 [2022-08-25T19:51:42.338Z] === CONT  TestStopContainerWithTimeout/-1
19:51:44 [2022-08-25T19:51:44.851Z] === CONT  TestStopContainerWithTimeout/1
19:51:45 [2022-08-25T19:51:45.776Z] --- PASS: TestStopContainerWithTimeout (0.01s)
19:51:45 [2022-08-25T19:51:45.776Z]     --- PASS: TestStopContainerWithTimeout/0 (0.63s)
19:51:45 [2022-08-25T19:51:45.776Z]     --- PASS: TestStopContainerWithTimeout/3 (2.72s)
19:51:45 [2022-08-25T19:51:45.776Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.43s)
19:51:45 [2022-08-25T19:51:45.776Z]     --- PASS: TestStopContainerWithTimeout/1 (1.45s)
19:51:45 [2022-08-25T19:51:45.776Z] === RUN   TestDeleteDevicemapper
19:51:45 [2022-08-25T19:51:45.776Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
19:51:45 [2022-08-25T19:51:45.776Z] --- SKIP: TestDeleteDevicemapper (0.00s)
19:51:45 [2022-08-25T19:51:45.776Z] === RUN   TestStopContainerWithRestartPolicyAlways
19:51:47 [2022-08-25T19:51:47.664Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.65s)
19:51:47 [2022-08-25T19:51:47.664Z] === RUN   TestUpdateMemory
19:51:48 [2022-08-25T19:51:48.226Z] --- PASS: TestUpdateMemory (0.57s)
19:51:48 [2022-08-25T19:51:48.226Z] === RUN   TestUpdateCPUQuota
19:51:49 [2022-08-25T19:51:49.152Z] --- PASS: TestUpdateCPUQuota (0.98s)
19:51:49 [2022-08-25T19:51:49.152Z] === RUN   TestUpdatePidsLimit
19:51:49 [2022-08-25T19:51:49.152Z] === RUN   TestUpdatePidsLimit/update_from_none
19:51:49 [2022-08-25T19:51:49.152Z] === RUN   TestUpdatePidsLimit/no_change
19:51:49 [2022-08-25T19:51:49.408Z] === RUN   TestUpdatePidsLimit/update_lower
19:51:49 [2022-08-25T19:51:49.664Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
19:51:49 [2022-08-25T19:51:49.919Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
19:51:50 [2022-08-25T19:51:50.175Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
19:51:50 [2022-08-25T19:51:50.431Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
19:51:50 [2022-08-25T19:51:50.994Z] --- PASS: TestUpdatePidsLimit (1.98s)
19:51:50 [2022-08-25T19:51:50.994Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.20s)
19:51:50 [2022-08-25T19:51:50.994Z]     --- PASS: TestUpdatePidsLimit/no_change (0.21s)
19:51:50 [2022-08-25T19:51:50.994Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.23s)
19:51:50 [2022-08-25T19:51:50.994Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s)
19:51:50 [2022-08-25T19:51:50.994Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s)
19:51:50 [2022-08-25T19:51:50.994Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s)
19:51:50 [2022-08-25T19:51:50.994Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.22s)
19:51:50 [2022-08-25T19:51:50.994Z] === RUN   TestUpdateRestartPolicy
19:52:03 [2022-08-25T19:52:03.168Z] --- PASS: TestUpdateRestartPolicy (11.12s)
19:52:03 [2022-08-25T19:52:03.168Z] === RUN   TestUpdateRestartWithAutoRemove
19:52:03 [2022-08-25T19:52:03.168Z] --- PASS: TestUpdateRestartWithAutoRemove (0.45s)
19:52:03 [2022-08-25T19:52:03.168Z] === RUN   TestWaitNonBlocked
19:52:03 [2022-08-25T19:52:03.168Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
19:52:03 [2022-08-25T19:52:03.168Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
19:52:03 [2022-08-25T19:52:03.168Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
19:52:03 [2022-08-25T19:52:03.168Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
19:52:03 [2022-08-25T19:52:03.168Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
19:52:03 [2022-08-25T19:52:03.168Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
19:52:03 [2022-08-25T19:52:03.423Z] --- PASS: TestWaitNonBlocked (0.01s)
19:52:03 [2022-08-25T19:52:03.424Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.58s)
19:52:03 [2022-08-25T19:52:03.424Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.68s)
19:52:03 [2022-08-25T19:52:03.424Z] === RUN   TestWaitBlocked
19:52:03 [2022-08-25T19:52:03.424Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
19:52:03 [2022-08-25T19:52:03.424Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
19:52:03 [2022-08-25T19:52:03.424Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
19:52:03 [2022-08-25T19:52:03.424Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
19:52:03 [2022-08-25T19:52:03.424Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
19:52:03 [2022-08-25T19:52:03.424Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
19:52:03 [2022-08-25T19:52:03.990Z] --- PASS: TestWaitBlocked (0.01s)
19:52:03 [2022-08-25T19:52:03.990Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.74s)
19:52:03 [2022-08-25T19:52:03.990Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.76s)
19:52:03 [2022-08-25T19:52:03.990Z] === RUN   TestWaitConditions
19:52:03 [2022-08-25T19:52:03.990Z] === RUN   TestWaitConditions/default
19:52:03 [2022-08-25T19:52:03.990Z] === PAUSE TestWaitConditions/default
19:52:03 [2022-08-25T19:52:03.990Z] === RUN   TestWaitConditions/not-running
19:52:03 [2022-08-25T19:52:03.990Z] === PAUSE TestWaitConditions/not-running
19:52:03 [2022-08-25T19:52:03.990Z] === RUN   TestWaitConditions/next-exit
19:52:03 [2022-08-25T19:52:03.990Z] === PAUSE TestWaitConditions/next-exit
19:52:03 [2022-08-25T19:52:03.990Z] === RUN   TestWaitConditions/removed
19:52:03 [2022-08-25T19:52:03.990Z] === PAUSE TestWaitConditions/removed
19:52:03 [2022-08-25T19:52:03.990Z] === CONT  TestWaitConditions/default
19:52:03 [2022-08-25T19:52:03.990Z] === CONT  TestWaitConditions/removed
19:52:05 [2022-08-25T19:52:05.877Z] === CONT  TestWaitConditions/next-exit
19:52:05 [2022-08-25T19:52:05.877Z] === CONT  TestWaitConditions/not-running
19:52:07 [2022-08-25T19:52:07.240Z] --- PASS: TestWaitConditions (0.01s)
19:52:07 [2022-08-25T19:52:07.240Z]     --- PASS: TestWaitConditions/removed (1.61s)
19:52:07 [2022-08-25T19:52:07.240Z]     --- PASS: TestWaitConditions/default (1.63s)
19:52:07 [2022-08-25T19:52:07.240Z]     --- PASS: TestWaitConditions/next-exit (1.57s)
19:52:07 [2022-08-25T19:52:07.240Z]     --- PASS: TestWaitConditions/not-running (1.60s)
19:52:07 [2022-08-25T19:52:07.240Z] === RUN   TestWaitRestartedContainer
19:52:07 [2022-08-25T19:52:07.240Z] === RUN   TestWaitRestartedContainer/default
19:52:07 [2022-08-25T19:52:07.240Z] === PAUSE TestWaitRestartedContainer/default
19:52:07 [2022-08-25T19:52:07.240Z] === RUN   TestWaitRestartedContainer/not-running
19:52:07 [2022-08-25T19:52:07.240Z] === PAUSE TestWaitRestartedContainer/not-running
19:52:07 [2022-08-25T19:52:07.240Z] === RUN   TestWaitRestartedContainer/next-exit
19:52:07 [2022-08-25T19:52:07.240Z] === PAUSE TestWaitRestartedContainer/next-exit
19:52:07 [2022-08-25T19:52:07.240Z] === CONT  TestWaitRestartedContainer/default
19:52:07 [2022-08-25T19:52:07.240Z] === CONT  TestWaitRestartedContainer/next-exit
19:52:09 [2022-08-25T19:52:09.129Z] === CONT  TestWaitRestartedContainer/not-running
19:52:09 [2022-08-25T19:52:09.692Z] --- PASS: TestWaitRestartedContainer (0.02s)
19:52:09 [2022-08-25T19:52:09.692Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.43s)
19:52:09 [2022-08-25T19:52:09.692Z]     --- PASS: TestWaitRestartedContainer/default (1.54s)
19:52:09 [2022-08-25T19:52:09.692Z]     --- PASS: TestWaitRestartedContainer/not-running (0.93s)
19:52:09 [2022-08-25T19:52:09.692Z] === CONT  TestContainerStartOnDaemonRestart
19:52:09 [2022-08-25T19:52:09.692Z] === CONT  TestRestartDaemonWithRestartingContainer
19:52:12 [2022-08-25T19:52:12.208Z] --- PASS: TestContainerStartOnDaemonRestart (2.41s)
19:52:12 [2022-08-25T19:52:12.208Z] === CONT  TestIpcModeOlderClient
19:52:12 [2022-08-25T19:52:12.208Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.41s)
19:52:12 [2022-08-25T19:52:12.208Z] === CONT  TestContainerKillOnDaemonStart
19:52:12 [2022-08-25T19:52:12.208Z] --- PASS: TestIpcModeOlderClient (0.10s)
19:52:12 [2022-08-25T19:52:12.208Z] === CONT  TestDaemonHostGatewayIP
19:52:14 [2022-08-25T19:52:14.727Z] --- PASS: TestDaemonHostGatewayIP (2.61s)
19:52:14 [2022-08-25T19:52:14.727Z] === CONT  TestDaemonRestartIpcMode
19:52:17 [2022-08-25T19:52:17.241Z] --- PASS: TestDaemonRestartIpcMode (2.28s)
19:52:23 [2022-08-25T19:52:23.771Z] --- PASS: TestContainerKillOnDaemonStart (11.78s)
19:52:23 [2022-08-25T19:52:23.771Z] PASS
19:52:23 [2022-08-25T19:52:23.771Z] 
19:52:23 [2022-08-25T19:52:23.771Z] === Skipped
19:52:23 [2022-08-25T19:52:23.771Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
19:52:23 [2022-08-25T19:52:23.771Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
19:52:23 [2022-08-25T19:52:23.771Z] 
19:52:23 [2022-08-25T19:52:23.771Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
19:52:23 [2022-08-25T19:52:23.771Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
19:52:23 [2022-08-25T19:52:23.771Z] 
19:52:23 [2022-08-25T19:52:23.771Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
19:52:23 [2022-08-25T19:52:23.771Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
19:52:23 [2022-08-25T19:52:23.771Z] 
19:52:23 [2022-08-25T19:52:23.771Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
19:52:23 [2022-08-25T19:52:23.771Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
19:52:23 [2022-08-25T19:52:23.771Z] 
19:52:23 [2022-08-25T19:52:23.771Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
19:52:23 [2022-08-25T19:52:23.771Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
19:52:23 [2022-08-25T19:52:23.771Z] 
19:52:23 [2022-08-25T19:52:23.771Z] DONE 273 tests, 5 skipped in 137.224s
19:52:23 [2022-08-25T19:52:23.771Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
19:52:24 [2022-08-25T19:52:24.027Z] === RUN   TestConfigDaemonLibtrustID
19:52:24 [2022-08-25T19:52:24.587Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
19:52:24 [2022-08-25T19:52:24.587Z] === RUN   TestConfigDaemonID
19:52:25 [2022-08-25T19:52:25.515Z]     daemon_test.go:83: [dd231e83adfd9] daemon is not started
19:52:25 [2022-08-25T19:52:25.515Z] --- PASS: TestConfigDaemonID (1.04s)
19:52:25 [2022-08-25T19:52:25.515Z] === RUN   TestDaemonConfigValidation
19:52:25 [2022-08-25T19:52:25.515Z] === RUN   TestDaemonConfigValidation/config_with_no_content
19:52:25 [2022-08-25T19:52:25.515Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
19:52:25 [2022-08-25T19:52:25.515Z] === RUN   TestDaemonConfigValidation/config_with_{}
19:52:25 [2022-08-25T19:52:25.515Z] === PAUSE TestDaemonConfigValidation/config_with_{}
19:52:25 [2022-08-25T19:52:25.515Z] === RUN   TestDaemonConfigValidation/invalid_config
19:52:25 [2022-08-25T19:52:25.515Z] === PAUSE TestDaemonConfigValidation/invalid_config
19:52:25 [2022-08-25T19:52:25.515Z] === RUN   TestDaemonConfigValidation/malformed_config
19:52:25 [2022-08-25T19:52:25.515Z] === PAUSE TestDaemonConfigValidation/malformed_config
19:52:25 [2022-08-25T19:52:25.515Z] === RUN   TestDaemonConfigValidation/valid_config
19:52:25 [2022-08-25T19:52:25.515Z] === PAUSE TestDaemonConfigValidation/valid_config
19:52:25 [2022-08-25T19:52:25.515Z] === CONT  TestDaemonConfigValidation/config_with_no_content
19:52:25 [2022-08-25T19:52:25.515Z] === CONT  TestDaemonConfigValidation/malformed_config
19:52:25 [2022-08-25T19:52:25.515Z] === CONT  TestDaemonConfigValidation/valid_config
19:52:25 [2022-08-25T19:52:25.515Z] === CONT  TestDaemonConfigValidation/invalid_config
19:52:25 [2022-08-25T19:52:25.771Z] === CONT  TestDaemonConfigValidation/config_with_{}
19:52:25 [2022-08-25T19:52:25.771Z] --- PASS: TestDaemonConfigValidation (0.00s)
19:52:25 [2022-08-25T19:52:25.771Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.09s)
19:52:25 [2022-08-25T19:52:25.771Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.10s)
19:52:25 [2022-08-25T19:52:25.771Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.10s)
19:52:25 [2022-08-25T19:52:25.771Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.09s)
19:52:25 [2022-08-25T19:52:25.771Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
19:52:25 [2022-08-25T19:52:25.771Z] === RUN   TestConfigDaemonSeccompProfiles
19:52:25 [2022-08-25T19:52:25.771Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
19:52:26 [2022-08-25T19:52:26.699Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
19:52:28 [2022-08-25T19:52:28.064Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
19:52:28 [2022-08-25T19:52:28.990Z] === CONT  TestConfigDaemonSeccompProfiles
19:52:28 [2022-08-25T19:52:28.990Z]     daemon_test.go:197: [d38dfecb902b4] daemon is not started
19:52:28 [2022-08-25T19:52:28.990Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
19:52:28 [2022-08-25T19:52:28.990Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
19:52:28 [2022-08-25T19:52:28.990Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
19:52:28 [2022-08-25T19:52:28.990Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
19:52:28 [2022-08-25T19:52:28.990Z] === RUN   TestDaemonProxy
19:52:28 [2022-08-25T19:52:28.990Z] === RUN   TestDaemonProxy/environment_variables
19:52:30 [2022-08-25T19:52:30.878Z] === RUN   TestDaemonProxy/command-line_options
19:52:32 [2022-08-25T19:52:32.252Z] === RUN   TestDaemonProxy/configuration_file
19:52:34 [2022-08-25T19:52:34.184Z] === RUN   TestDaemonProxy/conflicting_options
19:52:34 [2022-08-25T19:52:34.440Z] === RUN   TestDaemonProxy/reload_sanitized
19:52:35 [2022-08-25T19:52:35.001Z] --- PASS: TestDaemonProxy (6.21s)
19:52:35 [2022-08-25T19:52:35.001Z]     --- PASS: TestDaemonProxy/environment_variables (1.73s)
19:52:35 [2022-08-25T19:52:35.001Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
19:52:35 [2022-08-25T19:52:35.001Z]     --- PASS: TestDaemonProxy/configuration_file (1.73s)
19:52:35 [2022-08-25T19:52:35.001Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
19:52:35 [2022-08-25T19:52:35.001Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
19:52:35 [2022-08-25T19:52:35.001Z] PASS
19:52:35 [2022-08-25T19:52:35.001Z] 
19:52:35 [2022-08-25T19:52:35.001Z] DONE 18 tests in 11.163s
19:52:35 [2022-08-25T19:52:35.001Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
19:52:35 [2022-08-25T19:52:35.257Z] INFO: Testing against a local daemon
19:52:35 [2022-08-25T19:52:35.257Z] === RUN   TestCommitInheritsEnv
19:52:35 [2022-08-25T19:52:35.513Z] --- PASS: TestCommitInheritsEnv (0.33s)
19:52:35 [2022-08-25T19:52:35.513Z] === RUN   TestImportExtremelyLargeImageWorks
19:52:35 [2022-08-25T19:52:35.513Z] === PAUSE TestImportExtremelyLargeImageWorks
19:52:35 [2022-08-25T19:52:35.513Z] === RUN   TestImportWithCustomPlatform
19:52:35 [2022-08-25T19:52:35.513Z] === RUN   TestImportWithCustomPlatform/#00
19:52:35 [2022-08-25T19:52:35.513Z] === RUN   TestImportWithCustomPlatform/_______
19:52:35 [2022-08-25T19:52:35.513Z] === RUN   TestImportWithCustomPlatform//
19:52:35 [2022-08-25T19:52:35.513Z] === RUN   TestImportWithCustomPlatform/linux
19:52:35 [2022-08-25T19:52:35.513Z] === RUN   TestImportWithCustomPlatform/LINUX
19:52:35 [2022-08-25T19:52:35.769Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
19:52:35 [2022-08-25T19:52:35.769Z] === RUN   TestImportWithCustomPlatform/macos
19:52:35 [2022-08-25T19:52:35.769Z] === RUN   TestImportWithCustomPlatform/macos/arm64
19:52:35 [2022-08-25T19:52:35.769Z] === RUN   TestImportWithCustomPlatform/nintendo64
19:52:35 [2022-08-25T19:52:35.769Z] --- PASS: TestImportWithCustomPlatform (0.32s)
19:52:35 [2022-08-25T19:52:35.769Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
19:52:35 [2022-08-25T19:52:35.769Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
19:52:35 [2022-08-25T19:52:35.769Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
19:52:35 [2022-08-25T19:52:35.769Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
19:52:35 [2022-08-25T19:52:35.769Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.08s)
19:52:35 [2022-08-25T19:52:35.769Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
19:52:35 [2022-08-25T19:52:35.769Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
19:52:35 [2022-08-25T19:52:35.769Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
19:52:35 [2022-08-25T19:52:35.769Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
19:52:35 [2022-08-25T19:52:35.769Z] === RUN   TestImagesFilterMultiReference
19:52:35 [2022-08-25T19:52:35.769Z] --- PASS: TestImagesFilterMultiReference (0.05s)
19:52:35 [2022-08-25T19:52:35.769Z] === RUN   TestImagePullPlatformInvalid
19:52:35 [2022-08-25T19:52:35.769Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
19:52:35 [2022-08-25T19:52:35.769Z] === RUN   TestRemoveImageOrphaning
19:52:36 [2022-08-25T19:52:36.332Z] --- PASS: TestRemoveImageOrphaning (0.29s)
19:52:36 [2022-08-25T19:52:36.332Z] === RUN   TestRemoveImageGarbageCollector
19:52:36 [2022-08-25T19:52:36.588Z] time="2022-08-25T19:52:36Z" level=info msg="[graphdriver] trying configured driver: overlay2"
19:52:37 [2022-08-25T19:52:37.952Z] --- PASS: TestRemoveImageGarbageCollector (1.84s)
19:52:37 [2022-08-25T19:52:37.952Z] === RUN   TestTagUnprefixedRepoByNameOrName
19:52:37 [2022-08-25T19:52:37.952Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
19:52:37 [2022-08-25T19:52:37.952Z] === RUN   TestTagInvalidReference
19:52:37 [2022-08-25T19:52:37.952Z] --- PASS: TestTagInvalidReference (0.02s)
19:52:37 [2022-08-25T19:52:37.952Z] === RUN   TestTagValidPrefixedRepo
19:52:38 [2022-08-25T19:52:38.208Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
19:52:38 [2022-08-25T19:52:38.208Z] === RUN   TestTagExistedNameWithoutForce
19:52:38 [2022-08-25T19:52:38.208Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
19:52:38 [2022-08-25T19:52:38.208Z] === RUN   TestTagOfficialNames
19:52:38 [2022-08-25T19:52:38.208Z] --- PASS: TestTagOfficialNames (0.04s)
19:52:38 [2022-08-25T19:52:38.208Z] === RUN   TestTagMatchesDigest
19:52:38 [2022-08-25T19:52:38.208Z] --- PASS: TestTagMatchesDigest (0.01s)
19:52:38 [2022-08-25T19:52:38.208Z] === CONT  TestImportExtremelyLargeImageWorks
19:54:14 [2022-08-25T19:54:14.579Z] --- PASS: TestImportExtremelyLargeImageWorks (92.02s)
19:54:14 [2022-08-25T19:54:14.579Z] PASS
19:54:14 [2022-08-25T19:54:14.579Z] 
19:54:14 [2022-08-25T19:54:14.579Z] DONE 22 tests in 95.104s
19:54:14 [2022-08-25T19:54:14.579Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
19:54:14 [2022-08-25T19:54:14.579Z] === RUN   TestStripANSICommands
19:54:14 [2022-08-25T19:54:14.579Z] === RUN   TestStripANSICommands/#00
19:54:14 [2022-08-25T19:54:14.579Z] === RUN   TestStripANSICommands/#01
19:54:14 [2022-08-25T19:54:14.579Z] --- PASS: TestStripANSICommands (0.00s)
19:54:14 [2022-08-25T19:54:14.579Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
19:54:14 [2022-08-25T19:54:14.579Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
19:54:14 [2022-08-25T19:54:14.579Z] PASS
19:54:14 [2022-08-25T19:54:14.579Z] 
19:54:14 [2022-08-25T19:54:14.579Z] DONE 3 tests in 0.008s
19:54:14 [2022-08-25T19:54:14.579Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
19:54:14 [2022-08-25T19:54:14.579Z] INFO: Testing against a local daemon
19:54:14 [2022-08-25T19:54:14.579Z] === RUN   TestNetworkCreateDelete
19:54:14 [2022-08-25T19:54:14.579Z] --- PASS: TestNetworkCreateDelete (0.13s)
19:54:14 [2022-08-25T19:54:14.579Z] === RUN   TestDockerNetworkDeletePreferID
19:54:14 [2022-08-25T19:54:14.579Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s)
19:54:14 [2022-08-25T19:54:14.579Z] === RUN   TestDaemonDNSFallback
19:54:17 [2022-08-25T19:54:17.092Z] --- PASS: TestDaemonDNSFallback (6.34s)
19:54:17 [2022-08-25T19:54:17.092Z] === RUN   TestInspectNetwork
19:54:20 [2022-08-25T19:54:20.356Z] === RUN   TestInspectNetwork/full_network_id
19:54:20 [2022-08-25T19:54:20.357Z] === RUN   TestInspectNetwork/partial_network_id
19:54:20 [2022-08-25T19:54:20.357Z] === RUN   TestInspectNetwork/network_name
19:54:20 [2022-08-25T19:54:20.357Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
19:54:24 [2022-08-25T19:54:24.518Z] --- PASS: TestInspectNetwork (7.28s)
19:54:24 [2022-08-25T19:54:24.518Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
19:54:24 [2022-08-25T19:54:24.518Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
19:54:24 [2022-08-25T19:54:24.518Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
19:54:24 [2022-08-25T19:54:24.518Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
19:54:24 [2022-08-25T19:54:24.518Z] === RUN   TestRunContainerWithBridgeNone
19:54:25 [2022-08-25T19:54:25.883Z] --- PASS: TestRunContainerWithBridgeNone (1.60s)
19:54:25 [2022-08-25T19:54:25.883Z] === RUN   TestNetworkInvalidJSON
19:54:25 [2022-08-25T19:54:25.883Z] === RUN   TestNetworkInvalidJSON/networks/create
19:54:25 [2022-08-25T19:54:25.883Z] === PAUSE TestNetworkInvalidJSON/networks/create
19:54:25 [2022-08-25T19:54:25.883Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
19:54:25 [2022-08-25T19:54:25.883Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
19:54:25 [2022-08-25T19:54:25.883Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
19:54:25 [2022-08-25T19:54:25.883Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
19:54:25 [2022-08-25T19:54:25.883Z] === CONT  TestNetworkInvalidJSON/networks/create
19:54:25 [2022-08-25T19:54:25.883Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
19:54:25 [2022-08-25T19:54:25.883Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
19:54:25 [2022-08-25T19:54:25.883Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
19:54:25 [2022-08-25T19:54:25.883Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
19:54:25 [2022-08-25T19:54:25.883Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
19:54:25 [2022-08-25T19:54:25.883Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
19:54:25 [2022-08-25T19:54:25.883Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
19:54:25 [2022-08-25T19:54:25.883Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
19:54:25 [2022-08-25T19:54:25.883Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
19:54:25 [2022-08-25T19:54:25.883Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
19:54:25 [2022-08-25T19:54:25.883Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
19:54:25 [2022-08-25T19:54:25.883Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
19:54:25 [2022-08-25T19:54:25.883Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
19:54:25 [2022-08-25T19:54:25.883Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
19:54:25 [2022-08-25T19:54:25.883Z] --- PASS: TestNetworkInvalidJSON (0.02s)
19:54:25 [2022-08-25T19:54:25.883Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
19:54:25 [2022-08-25T19:54:25.883Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
19:54:25 [2022-08-25T19:54:25.883Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
19:54:25 [2022-08-25T19:54:25.883Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
19:54:25 [2022-08-25T19:54:25.883Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
19:54:25 [2022-08-25T19:54:25.883Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
19:54:25 [2022-08-25T19:54:25.883Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
19:54:25 [2022-08-25T19:54:25.883Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
19:54:25 [2022-08-25T19:54:25.883Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
19:54:25 [2022-08-25T19:54:25.883Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
19:54:25 [2022-08-25T19:54:25.883Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
19:54:25 [2022-08-25T19:54:25.883Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
19:54:25 [2022-08-25T19:54:25.883Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
19:54:25 [2022-08-25T19:54:25.883Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
19:54:25 [2022-08-25T19:54:25.883Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
19:54:25 [2022-08-25T19:54:25.883Z] === RUN   TestNetworkList
19:54:25 [2022-08-25T19:54:25.883Z] === RUN   TestNetworkList//networks
19:54:25 [2022-08-25T19:54:25.883Z] === PAUSE TestNetworkList//networks
19:54:25 [2022-08-25T19:54:25.883Z] === RUN   TestNetworkList//networks/
19:54:25 [2022-08-25T19:54:25.883Z] === PAUSE TestNetworkList//networks/
19:54:25 [2022-08-25T19:54:25.883Z] === CONT  TestNetworkList//networks
19:54:25 [2022-08-25T19:54:25.883Z] === CONT  TestNetworkList//networks/
19:54:25 [2022-08-25T19:54:25.883Z] --- PASS: TestNetworkList (0.01s)
19:54:25 [2022-08-25T19:54:25.883Z]     --- PASS: TestNetworkList//networks/ (0.00s)
19:54:25 [2022-08-25T19:54:25.883Z]     --- PASS: TestNetworkList//networks (0.00s)
19:54:25 [2022-08-25T19:54:25.883Z] === RUN   TestHostIPv4BridgeLabel
19:54:26 [2022-08-25T19:54:26.445Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
19:54:26 [2022-08-25T19:54:26.445Z] === RUN   TestDaemonRestartWithLiveRestore
19:54:27 [2022-08-25T19:54:27.809Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
19:54:27 [2022-08-25T19:54:27.809Z] === RUN   TestDaemonDefaultNetworkPools
19:54:28 [2022-08-25T19:54:28.371Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s)
19:54:28 [2022-08-25T19:54:28.371Z] === RUN   TestDaemonRestartWithExistingNetwork
19:54:29 [2022-08-25T19:54:29.735Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s)
19:54:29 [2022-08-25T19:54:29.735Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
19:54:30 [2022-08-25T19:54:30.661Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s)
19:54:30 [2022-08-25T19:54:30.661Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
19:54:31 [2022-08-25T19:54:31.223Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
19:54:31 [2022-08-25T19:54:31.223Z] === RUN   TestServiceWithPredefinedNetwork
19:54:33 [2022-08-25T19:54:33.736Z] --- PASS: TestServiceWithPredefinedNetwork (2.33s)
19:54:33 [2022-08-25T19:54:33.736Z] === RUN   TestServiceRemoveKeepsIngressNetwork
19:54:33 [2022-08-25T19:54:33.736Z]     service_test.go:243: FLAKY_TEST
19:54:33 [2022-08-25T19:54:33.736Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
19:54:33 [2022-08-25T19:54:33.736Z] === RUN   TestServiceWithDataPathPortInit
19:54:48 [2022-08-25T19:54:48.571Z] --- PASS: TestServiceWithDataPathPortInit (14.18s)
19:54:48 [2022-08-25T19:54:48.571Z] === RUN   TestServiceWithDefaultAddressPoolInit
19:54:49 [2022-08-25T19:54:49.936Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:rdkhaiyofnad73n3ljfdijbni Created:2022-08-25 19:54:48.635116198 +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[e30bd7e69cd6a8a6189378922dfa37b707d31f1825f70914a890a229c63b5ad7:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.llsyr3sbyil9fyqvkaubcq8t4 EndpointID:cd4d7b763a7cdde6d95eb1278d477de24dc03797c4698f67900b984c5be0de2b MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:0d8a1a4a06cf596ffdd521389a0899893809f22b34558476e5b242cb2e7d882a 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:0b4ef8c2b69a IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.llsyr3sbyil9fyqvkaubcq8t4 EndpointID:cd4d7b763a7cdde6d95eb1278d477de24dc03797c4698f67900b984c5be0de2b EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
19:54:55 [2022-08-25T19:54:55.177Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.57s)
19:54:55 [2022-08-25T19:54:55.177Z] PASS
19:54:55 [2022-08-25T19:54:55.177Z] 
19:54:55 [2022-08-25T19:54:55.177Z] === Skipped
19:54:55 [2022-08-25T19:54:55.177Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
19:54:55 [2022-08-25T19:54:55.177Z]     service_test.go:243: FLAKY_TEST
19:54:55 [2022-08-25T19:54:55.177Z] 
19:54:55 [2022-08-25T19:54:55.177Z] DONE 38 tests, 1 skipped in 44.097s
19:54:55 [2022-08-25T19:54:55.177Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
19:54:55 [2022-08-25T19:54:55.177Z] INFO: Testing against a local daemon
19:54:55 [2022-08-25T19:54:55.177Z] === RUN   TestDockerNetworkIpvlanPersistance
19:54:55 [2022-08-25T19:54:55.177Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:54:55 [2022-08-25T19:54:55.177Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
19:54:55 [2022-08-25T19:54:55.177Z] === RUN   TestDockerNetworkIpvlan
19:54:55 [2022-08-25T19:54:55.177Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:54:55 [2022-08-25T19:54:55.177Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
19:54:55 [2022-08-25T19:54:55.177Z] PASS
19:54:55 [2022-08-25T19:54:55.177Z] 
19:54:55 [2022-08-25T19:54:55.177Z] === Skipped
19:54:55 [2022-08-25T19:54:55.177Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
19:54:55 [2022-08-25T19:54:55.177Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:54:55 [2022-08-25T19:54:55.177Z] 
19:54:55 [2022-08-25T19:54:55.177Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
19:54:55 [2022-08-25T19:54:55.177Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:54:55 [2022-08-25T19:54:55.177Z] 
19:54:55 [2022-08-25T19:54:55.177Z] DONE 2 tests, 2 skipped in 0.023s
19:54:55 [2022-08-25T19:54:55.177Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
19:54:55 [2022-08-25T19:54:55.177Z] INFO: Testing against a local daemon
19:54:55 [2022-08-25T19:54:55.177Z] === RUN   TestDockerNetworkMacvlanPersistance
19:54:55 [2022-08-25T19:54:55.738Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.28s)
19:54:55 [2022-08-25T19:54:55.738Z] === RUN   TestDockerNetworkMacvlan
19:54:56 [2022-08-25T19:54:56.299Z] === RUN   TestDockerNetworkMacvlan/Subinterface
19:54:57 [2022-08-25T19:54:57.226Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
19:54:57 [2022-08-25T19:54:57.787Z] === RUN   TestDockerNetworkMacvlan/NilParent
19:54:59 [2022-08-25T19:54:59.717Z] === RUN   TestDockerNetworkMacvlan/InternalMode
19:55:01 [2022-08-25T19:55:01.617Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
19:55:04 [2022-08-25T19:55:04.884Z] === RUN   TestDockerNetworkMacvlan/Addressing
19:55:05 [2022-08-25T19:55:05.810Z] --- PASS: TestDockerNetworkMacvlan (10.11s)
19:55:05 [2022-08-25T19:55:05.810Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s)
19:55:05 [2022-08-25T19:55:05.810Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
19:55:05 [2022-08-25T19:55:05.810Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.88s)
19:55:05 [2022-08-25T19:55:05.810Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.93s)
19:55:05 [2022-08-25T19:55:05.810Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.28s)
19:55:05 [2022-08-25T19:55:05.810Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.64s)
19:55:05 [2022-08-25T19:55:05.810Z] PASS
19:55:05 [2022-08-25T19:55:05.810Z] 
19:55:05 [2022-08-25T19:55:05.810Z] DONE 8 tests in 11.408s
19:55:05 [2022-08-25T19:55:05.810Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
19:55:05 [2022-08-25T19:55:05.810Z] testing: warning: no tests to run
19:55:05 [2022-08-25T19:55:05.810Z] PASS
19:55:05 [2022-08-25T19:55:05.811Z] 
19:55:05 [2022-08-25T19:55:05.811Z] DONE 0 tests in 0.008s
19:55:05 [2022-08-25T19:55:05.811Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
19:55:05 [2022-08-25T19:55:05.811Z] INFO: Testing against a local daemon
19:55:05 [2022-08-25T19:55:05.811Z] === RUN   TestAuthZPluginAllowRequest
19:55:07 [2022-08-25T19:55:07.174Z] --- PASS: TestAuthZPluginAllowRequest (1.21s)
19:55:07 [2022-08-25T19:55:07.174Z] === RUN   TestAuthZPluginTLS
19:55:07 [2022-08-25T19:55:07.736Z] --- PASS: TestAuthZPluginTLS (0.55s)
19:55:07 [2022-08-25T19:55:07.736Z] === RUN   TestAuthZPluginDenyRequest
19:55:07 [2022-08-25T19:55:07.991Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
19:55:07 [2022-08-25T19:55:07.991Z] === RUN   TestAuthZPluginAPIDenyResponse
19:55:08 [2022-08-25T19:55:08.554Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
19:55:08 [2022-08-25T19:55:08.554Z] === RUN   TestAuthZPluginDenyResponse
19:55:09 [2022-08-25T19:55:09.116Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
19:55:09 [2022-08-25T19:55:09.116Z] === RUN   TestAuthZPluginAllowEventStream
19:55:10 [2022-08-25T19:55:10.480Z] --- PASS: TestAuthZPluginAllowEventStream (1.24s)
19:55:10 [2022-08-25T19:55:10.480Z] === RUN   TestAuthZPluginErrorResponse
19:55:11 [2022-08-25T19:55:11.041Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
19:55:11 [2022-08-25T19:55:11.041Z] === RUN   TestAuthZPluginErrorRequest
19:55:11 [2022-08-25T19:55:11.603Z] --- PASS: TestAuthZPluginErrorRequest (0.54s)
19:55:11 [2022-08-25T19:55:11.603Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
19:55:12 [2022-08-25T19:55:12.163Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
19:55:12 [2022-08-25T19:55:12.163Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
19:55:13 [2022-08-25T19:55:13.529Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.42s)
19:55:13 [2022-08-25T19:55:13.529Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
19:55:14 [2022-08-25T19:55:14.894Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.44s)
19:55:14 [2022-08-25T19:55:14.894Z] === RUN   TestAuthZPluginHeader
19:55:15 [2022-08-25T19:55:15.455Z] --- PASS: TestAuthZPluginHeader (0.70s)
19:55:15 [2022-08-25T19:55:15.455Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
19:55:20 [2022-08-25T19:55:20.694Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.44s)
19:55:20 [2022-08-25T19:55:20.694Z] === RUN   TestAuthZPluginV2Disable
19:55:23 [2022-08-25T19:55:23.957Z] --- PASS: TestAuthZPluginV2Disable (3.76s)
19:55:23 [2022-08-25T19:55:23.957Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
19:55:27 [2022-08-25T19:55:27.221Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.54s)
19:55:27 [2022-08-25T19:55:27.221Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
19:55:37 [2022-08-25T19:55:37.161Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.53s)
19:55:37 [2022-08-25T19:55:37.161Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
19:55:55 [2022-08-25T19:55:55.195Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s)
19:55:55 [2022-08-25T19:55:55.195Z] PASS
19:55:55 [2022-08-25T19:55:55.195Z] 
19:55:55 [2022-08-25T19:55:55.195Z] DONE 17 tests in 47.912s
19:55:55 [2022-08-25T19:55:55.195Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
19:55:55 [2022-08-25T19:55:55.195Z] INFO: Testing against a local daemon
19:55:55 [2022-08-25T19:55:55.195Z] === RUN   TestPluginInvalidJSON
19:55:55 [2022-08-25T19:55:55.195Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
19:55:55 [2022-08-25T19:55:55.195Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
19:55:55 [2022-08-25T19:55:55.195Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
19:55:55 [2022-08-25T19:55:55.195Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
19:55:55 [2022-08-25T19:55:55.195Z] === RUN   TestPluginInvalidJSON/plugins/pull
19:55:55 [2022-08-25T19:55:55.195Z] === PAUSE TestPluginInvalidJSON/plugins/pull
19:55:55 [2022-08-25T19:55:55.195Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
19:55:55 [2022-08-25T19:55:55.195Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
19:55:55 [2022-08-25T19:55:55.195Z] === CONT  TestPluginInvalidJSON/plugins/pull
19:55:55 [2022-08-25T19:55:55.195Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
19:55:55 [2022-08-25T19:55:55.195Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
19:55:55 [2022-08-25T19:55:55.195Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
19:55:55 [2022-08-25T19:55:55.195Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
19:55:55 [2022-08-25T19:55:55.195Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
19:55:55 [2022-08-25T19:55:55.195Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
19:55:55 [2022-08-25T19:55:55.195Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
19:55:55 [2022-08-25T19:55:55.195Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
19:55:55 [2022-08-25T19:55:55.195Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
19:55:55 [2022-08-25T19:55:55.195Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
19:55:55 [2022-08-25T19:55:55.195Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
19:55:55 [2022-08-25T19:55:55.195Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
19:55:55 [2022-08-25T19:55:55.195Z] --- PASS: TestPluginInvalidJSON (0.02s)
19:55:55 [2022-08-25T19:55:55.195Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
19:55:55 [2022-08-25T19:55:55.195Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
19:55:55 [2022-08-25T19:55:55.195Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
19:55:55 [2022-08-25T19:55:55.195Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
19:55:55 [2022-08-25T19:55:55.195Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
19:55:55 [2022-08-25T19:55:55.195Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
19:55:55 [2022-08-25T19:55:55.195Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
19:55:55 [2022-08-25T19:55:55.195Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
19:55:55 [2022-08-25T19:55:55.195Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
19:55:55 [2022-08-25T19:55:55.195Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
19:55:55 [2022-08-25T19:55:55.195Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s)
19:55:55 [2022-08-25T19:55:55.196Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
19:55:55 [2022-08-25T19:55:55.196Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
19:55:55 [2022-08-25T19:55:55.196Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.01s)
19:55:55 [2022-08-25T19:55:55.196Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
19:55:55 [2022-08-25T19:55:55.196Z] === RUN   TestPluginInstall
19:55:55 [2022-08-25T19:55:55.196Z] === RUN   TestPluginInstall/no_auth
19:55:55 [2022-08-25T19:55:55.196Z] time="2022-08-25T19:55:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:55:55 [2022-08-25T19:55:55.196Z] time="2022-08-25T19:55:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3862b5e9fecbffca31dde32857bee590e183b25c01e8cf3926f7e7f123396175" mediatype=application/vnd.docker.plugin.v1+json size=522
19:55:55 [2022-08-25T19:55:55.196Z] time="2022-08-25T19:55:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:55:55 [2022-08-25T19:55:55.196Z] time="2022-08-25T19:55:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3862b5e9fecbffca31dde32857bee590e183b25c01e8cf3926f7e7f123396175" mediatype=application/vnd.docker.plugin.v1+json size=522
19:55:55 [2022-08-25T19:55:55.196Z] === RUN   TestPluginInstall/with_htpasswd
19:55:55 [2022-08-25T19:55:55.196Z] time="2022-08-25T19:55:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:55:55 [2022-08-25T19:55:55.196Z] time="2022-08-25T19:55:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3862b5e9fecbffca31dde32857bee590e183b25c01e8cf3926f7e7f123396175" mediatype=application/vnd.docker.plugin.v1+json size=522
19:55:55 [2022-08-25T19:55:55.196Z] time="2022-08-25T19:55:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:55:55 [2022-08-25T19:55:55.196Z] time="2022-08-25T19:55:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3862b5e9fecbffca31dde32857bee590e183b25c01e8cf3926f7e7f123396175" mediatype=application/vnd.docker.plugin.v1+json size=522
19:55:55 [2022-08-25T19:55:55.451Z] === RUN   TestPluginInstall/with_insecure
19:55:56 [2022-08-25T19:55:56.378Z] time="2022-08-25T19:55:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:55:56 [2022-08-25T19:55:56.378Z] time="2022-08-25T19:55:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a39fa727f5cd04d486faf4405c49a17162370a9c099e5ddbba9887b8deafe4d5" mediatype=application/vnd.docker.plugin.v1+json size=522
19:55:56 [2022-08-25T19:55:56.378Z] time="2022-08-25T19:55:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:55:56 [2022-08-25T19:55:56.378Z] time="2022-08-25T19:55:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a39fa727f5cd04d486faf4405c49a17162370a9c099e5ddbba9887b8deafe4d5" mediatype=application/vnd.docker.plugin.v1+json size=522
19:55:56 [2022-08-25T19:55:56.634Z]     plugin_test.go:195: [d7e20ef59b09d] daemon is not started
19:55:56 [2022-08-25T19:55:56.634Z] --- PASS: TestPluginInstall (2.80s)
19:55:56 [2022-08-25T19:55:56.634Z]     --- PASS: TestPluginInstall/no_auth (1.07s)
19:55:56 [2022-08-25T19:55:56.634Z]     --- PASS: TestPluginInstall/with_htpasswd (0.63s)
19:55:56 [2022-08-25T19:55:56.634Z]     --- PASS: TestPluginInstall/with_insecure (1.10s)
19:55:56 [2022-08-25T19:55:56.634Z] === RUN   TestPluginsWithRuntimes
19:55:57 [2022-08-25T19:55:57.999Z] === RUN   TestPluginsWithRuntimes/No_Args
19:55:58 [2022-08-25T19:55:58.926Z] === RUN   TestPluginsWithRuntimes/With_Args
19:55:59 [2022-08-25T19:55:59.853Z] --- PASS: TestPluginsWithRuntimes (3.37s)
19:55:59 [2022-08-25T19:55:59.853Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.89s)
19:55:59 [2022-08-25T19:55:59.853Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.89s)
19:55:59 [2022-08-25T19:55:59.853Z] === RUN   TestPluginBackCompatMediaTypes
19:56:00 [2022-08-25T19:56:00.414Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s)
19:56:00 [2022-08-25T19:56:00.414Z] PASS
19:56:00 [2022-08-25T19:56:00.414Z] 
19:56:00 [2022-08-25T19:56:00.414Z] DONE 24 tests in 6.806s
19:56:00 [2022-08-25T19:56:00.670Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
19:56:00 [2022-08-25T19:56:00.670Z] INFO: Testing against a local daemon
19:56:00 [2022-08-25T19:56:00.670Z] === RUN   TestExternalGraphDriver
19:56:00 [2022-08-25T19:56:00.926Z] === RUN   TestExternalGraphDriver/json
19:56:02 [2022-08-25T19:56:02.812Z] === RUN   TestExternalGraphDriver/spec
19:56:04 [2022-08-25T19:56:04.179Z] === RUN   TestExternalGraphDriver/pull
19:56:06 [2022-08-25T19:56:06.070Z] --- PASS: TestExternalGraphDriver (5.34s)
19:56:06 [2022-08-25T19:56:06.070Z]     --- PASS: TestExternalGraphDriver/json (1.67s)
19:56:06 [2022-08-25T19:56:06.070Z]     --- PASS: TestExternalGraphDriver/spec (1.67s)
19:56:06 [2022-08-25T19:56:06.070Z]     --- PASS: TestExternalGraphDriver/pull (1.66s)
19:56:06 [2022-08-25T19:56:06.070Z] === RUN   TestGraphdriverPluginV2
19:56:10 [2022-08-25T19:56:10.236Z] --- PASS: TestGraphdriverPluginV2 (4.25s)
19:56:10 [2022-08-25T19:56:10.236Z] PASS
19:56:10 [2022-08-25T19:56:10.236Z] 
19:56:10 [2022-08-25T19:56:10.236Z] DONE 5 tests in 9.643s
19:56:10 [2022-08-25T19:56:10.236Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
19:56:10 [2022-08-25T19:56:10.236Z] INFO: Testing against a local daemon
19:56:10 [2022-08-25T19:56:10.236Z] === RUN   TestContinueAfterPluginCrash
19:56:10 [2022-08-25T19:56:10.236Z] === PAUSE TestContinueAfterPluginCrash
19:56:10 [2022-08-25T19:56:10.236Z] === RUN   TestReadPluginNoRead
19:56:10 [2022-08-25T19:56:10.236Z] === PAUSE TestReadPluginNoRead
19:56:10 [2022-08-25T19:56:10.236Z] === RUN   TestDaemonStartWithLogOpt
19:56:10 [2022-08-25T19:56:10.236Z] === PAUSE TestDaemonStartWithLogOpt
19:56:10 [2022-08-25T19:56:10.236Z] === CONT  TestContinueAfterPluginCrash
19:56:10 [2022-08-25T19:56:10.236Z] === CONT  TestDaemonStartWithLogOpt
19:56:14 [2022-08-25T19:56:14.456Z] --- PASS: TestDaemonStartWithLogOpt (3.67s)
19:56:14 [2022-08-25T19:56:14.457Z] === CONT  TestReadPluginNoRead
19:56:16 [2022-08-25T19:56:16.345Z] === RUN   TestReadPluginNoRead/default
19:56:17 [2022-08-25T19:56:17.272Z] === RUN   TestReadPluginNoRead/disabled_caching
19:56:18 [2022-08-25T19:56:18.638Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
19:56:18 [2022-08-25T19:56:18.638Z] --- PASS: TestContinueAfterPluginCrash (8.53s)
19:56:20 [2022-08-25T19:56:20.002Z] === CONT  TestReadPluginNoRead
19:56:20 [2022-08-25T19:56:20.002Z]     read_test.go:92: [d0c08b415ce75] daemon is not started
19:56:20 [2022-08-25T19:56:20.002Z] --- PASS: TestReadPluginNoRead (6.04s)
19:56:20 [2022-08-25T19:56:20.002Z]     --- PASS: TestReadPluginNoRead/default (1.25s)
19:56:20 [2022-08-25T19:56:20.002Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.33s)
19:56:20 [2022-08-25T19:56:20.002Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.22s)
19:56:20 [2022-08-25T19:56:20.002Z] PASS
19:56:20 [2022-08-25T19:56:20.003Z] 
19:56:20 [2022-08-25T19:56:20.003Z] DONE 6 tests in 9.733s
19:56:20 [2022-08-25T19:56:20.003Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
19:56:20 [2022-08-25T19:56:20.003Z] testing: warning: no tests to run
19:56:20 [2022-08-25T19:56:20.003Z] PASS
19:56:20 [2022-08-25T19:56:20.003Z] 
19:56:20 [2022-08-25T19:56:20.003Z] DONE 0 tests in 0.008s
19:56:20 [2022-08-25T19:56:20.003Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
19:56:20 [2022-08-25T19:56:20.003Z] INFO: Testing against a local daemon
19:56:20 [2022-08-25T19:56:20.003Z] === RUN   TestPluginWithDevMounts
19:56:20 [2022-08-25T19:56:20.003Z] === PAUSE TestPluginWithDevMounts
19:56:20 [2022-08-25T19:56:20.003Z] === CONT  TestPluginWithDevMounts
19:56:21 [2022-08-25T19:56:21.889Z] --- PASS: TestPluginWithDevMounts (1.58s)
19:56:21 [2022-08-25T19:56:21.889Z] PASS
19:56:21 [2022-08-25T19:56:21.889Z] 
19:56:21 [2022-08-25T19:56:21.889Z] DONE 1 tests in 1.599s
19:56:21 [2022-08-25T19:56:21.889Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
19:56:21 [2022-08-25T19:56:21.889Z] INFO: Testing against a local daemon
19:56:21 [2022-08-25T19:56:21.889Z] === RUN   TestSecretInspect
19:56:23 [2022-08-25T19:56:23.777Z] --- PASS: TestSecretInspect (2.22s)
19:56:23 [2022-08-25T19:56:23.777Z] === RUN   TestSecretList
19:56:26 [2022-08-25T19:56:26.291Z] --- PASS: TestSecretList (2.19s)
19:56:26 [2022-08-25T19:56:26.291Z] === RUN   TestSecretsCreateAndDelete
19:56:28 [2022-08-25T19:56:28.181Z] --- PASS: TestSecretsCreateAndDelete (2.19s)
19:56:28 [2022-08-25T19:56:28.181Z] === RUN   TestSecretsUpdate
19:56:30 [2022-08-25T19:56:30.696Z] --- PASS: TestSecretsUpdate (2.36s)
19:56:30 [2022-08-25T19:56:30.696Z] === RUN   TestTemplatedSecret
19:56:33 [2022-08-25T19:56:33.209Z] --- PASS: TestTemplatedSecret (2.60s)
19:56:33 [2022-08-25T19:56:33.209Z] === RUN   TestSecretCreateResolve
19:56:35 [2022-08-25T19:56:35.722Z] --- PASS: TestSecretCreateResolve (2.19s)
19:56:35 [2022-08-25T19:56:35.722Z] PASS
19:56:35 [2022-08-25T19:56:35.722Z] 
19:56:35 [2022-08-25T19:56:35.722Z] DONE 6 tests in 13.764s
19:56:35 [2022-08-25T19:56:35.722Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
19:56:35 [2022-08-25T19:56:35.722Z] INFO: Testing against a local daemon
19:56:35 [2022-08-25T19:56:35.722Z] === RUN   TestServiceCreateInit
19:56:35 [2022-08-25T19:56:35.722Z] === RUN   TestServiceCreateInit/daemonInitDisabled
19:56:39 [2022-08-25T19:56:39.888Z] === RUN   TestServiceCreateInit/daemonInitEnabled
19:56:43 [2022-08-25T19:56:43.151Z] --- PASS: TestServiceCreateInit (7.87s)
19:56:43 [2022-08-25T19:56:43.151Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.01s)
19:56:43 [2022-08-25T19:56:43.151Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.85s)
19:56:43 [2022-08-25T19:56:43.151Z] === RUN   TestCreateServiceMultipleTimes
19:57:01 [2022-08-25T19:57:01.188Z] --- PASS: TestCreateServiceMultipleTimes (15.44s)
19:57:01 [2022-08-25T19:57:01.188Z] === RUN   TestCreateServiceConflict
19:57:01 [2022-08-25T19:57:01.188Z] --- PASS: TestCreateServiceConflict (2.18s)
19:57:01 [2022-08-25T19:57:01.188Z] === RUN   TestCreateServiceMaxReplicas
19:57:03 [2022-08-25T19:57:03.703Z] --- PASS: TestCreateServiceMaxReplicas (2.74s)
19:57:03 [2022-08-25T19:57:03.703Z] === RUN   TestCreateWithDuplicateNetworkNames
19:57:18 [2022-08-25T19:57:18.536Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.33s)
19:57:18 [2022-08-25T19:57:18.536Z] === RUN   TestCreateServiceSecretFileMode
19:57:19 [2022-08-25T19:57:19.463Z] --- PASS: TestCreateServiceSecretFileMode (2.49s)
19:57:19 [2022-08-25T19:57:19.463Z] === RUN   TestCreateServiceConfigFileMode
19:57:21 [2022-08-25T19:57:21.978Z] --- PASS: TestCreateServiceConfigFileMode (2.51s)
19:57:21 [2022-08-25T19:57:21.978Z] === RUN   TestCreateServiceSysctls
19:57:25 [2022-08-25T19:57:25.242Z] --- PASS: TestCreateServiceSysctls (3.18s)
19:57:25 [2022-08-25T19:57:25.242Z] === RUN   TestCreateServiceCapabilities
19:57:27 [2022-08-25T19:57:27.755Z] --- PASS: TestCreateServiceCapabilities (2.47s)
19:57:27 [2022-08-25T19:57:27.755Z] === RUN   TestInspect
19:57:31 [2022-08-25T19:57:31.044Z] --- PASS: TestInspect (2.94s)
19:57:31 [2022-08-25T19:57:31.044Z] === RUN   TestCreateJob
19:57:34 [2022-08-25T19:57:34.311Z] --- PASS: TestCreateJob (3.28s)
19:57:34 [2022-08-25T19:57:34.311Z] === RUN   TestReplicatedJob
19:57:39 [2022-08-25T19:57:39.554Z] --- PASS: TestReplicatedJob (5.17s)
19:57:39 [2022-08-25T19:57:39.554Z] === RUN   TestUpdateReplicatedJob
19:57:42 [2022-08-25T19:57:42.069Z] --- PASS: TestUpdateReplicatedJob (3.12s)
19:57:42 [2022-08-25T19:57:42.069Z] === RUN   TestServiceListWithStatuses
19:57:42 [2022-08-25T19:57:42.069Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
19:57:42 [2022-08-25T19:57:42.069Z] --- SKIP: TestServiceListWithStatuses (0.00s)
19:57:42 [2022-08-25T19:57:42.069Z] === RUN   TestDockerNetworkConnectAlias
19:57:47 [2022-08-25T19:57:47.310Z] --- PASS: TestDockerNetworkConnectAlias (4.26s)
19:57:47 [2022-08-25T19:57:47.310Z] === RUN   TestDockerNetworkReConnect
19:57:49 [2022-08-25T19:57:49.829Z] --- PASS: TestDockerNetworkReConnect (3.46s)
19:57:49 [2022-08-25T19:57:49.829Z] === RUN   TestServicePlugin
19:57:53 [2022-08-25T19:57:53.993Z]     plugin_test.go:61: [d64f8476f4760] joining swarm manager [db92940008585]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:57:54 [2022-08-25T19:57:54.920Z]     plugin_test.go:64: [dc25de43cc806] joining swarm manager [db92940008585]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:58:21 [2022-08-25T19:58:21.409Z] --- PASS: TestServicePlugin (30.03s)
19:58:21 [2022-08-25T19:58:21.410Z] === RUN   TestServiceUpdateLabel
19:58:21 [2022-08-25T19:58:21.971Z] --- PASS: TestServiceUpdateLabel (2.22s)
19:58:21 [2022-08-25T19:58:21.971Z] === RUN   TestServiceUpdateSecrets
19:58:36 [2022-08-25T19:58:36.804Z] --- PASS: TestServiceUpdateSecrets (14.44s)
19:58:36 [2022-08-25T19:58:36.804Z] === RUN   TestServiceUpdateConfigs
19:58:51 [2022-08-25T19:58:51.638Z] --- PASS: TestServiceUpdateConfigs (14.17s)
19:58:51 [2022-08-25T19:58:51.638Z] === RUN   TestServiceUpdateNetwork
19:59:03 [2022-08-25T19:59:03.805Z] --- PASS: TestServiceUpdateNetwork (12.43s)
19:59:03 [2022-08-25T19:59:03.805Z] === RUN   TestServiceUpdatePidsLimit
19:59:04 [2022-08-25T19:59:04.365Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
19:59:05 [2022-08-25T19:59:05.292Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
19:59:11 [2022-08-25T19:59:11.823Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
19:59:19 [2022-08-25T19:59:19.903Z] --- PASS: TestServiceUpdatePidsLimit (16.20s)
19:59:19 [2022-08-25T19:59:19.903Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
19:59:19 [2022-08-25T19:59:19.903Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.80s)
19:59:19 [2022-08-25T19:59:19.903Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s)
19:59:19 [2022-08-25T19:59:19.903Z] PASS
19:59:19 [2022-08-25T19:59:19.903Z] 
19:59:19 [2022-08-25T19:59:19.903Z] === Skipped
19:59:19 [2022-08-25T19:59:19.903Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
19:59:19 [2022-08-25T19:59:19.903Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
19:59:19 [2022-08-25T19:59:19.903Z] 
19:59:19 [2022-08-25T19:59:19.903Z] DONE 27 tests, 1 skipped in 163.960s
19:59:19 [2022-08-25T19:59:19.903Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
19:59:19 [2022-08-25T19:59:19.903Z] INFO: Testing against a local daemon
19:59:19 [2022-08-25T19:59:19.903Z] === RUN   TestSessionCreate
19:59:19 [2022-08-25T19:59:19.903Z] --- PASS: TestSessionCreate (0.02s)
19:59:19 [2022-08-25T19:59:19.903Z] === RUN   TestSessionCreateWithBadUpgrade
19:59:19 [2022-08-25T19:59:19.903Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
19:59:19 [2022-08-25T19:59:19.903Z] PASS
19:59:19 [2022-08-25T19:59:19.903Z] 
19:59:19 [2022-08-25T19:59:19.903Z] DONE 2 tests in 0.057s
19:59:19 [2022-08-25T19:59:19.903Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
19:59:19 [2022-08-25T19:59:19.903Z] INFO: Testing against a local daemon
19:59:19 [2022-08-25T19:59:19.903Z] === RUN   TestCgroupDriverSystemdMemoryLimit
19:59:19 [2022-08-25T19:59:19.903Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
19:59:19 [2022-08-25T19:59:19.903Z] === RUN   TestDiskUsage
19:59:19 [2022-08-25T19:59:19.903Z] === PAUSE TestDiskUsage
19:59:19 [2022-08-25T19:59:19.903Z] === RUN   TestEventsExecDie
19:59:19 [2022-08-25T19:59:19.903Z] --- PASS: TestEventsExecDie (0.53s)
19:59:19 [2022-08-25T19:59:19.903Z] === RUN   TestEventsBackwardsCompatible
19:59:19 [2022-08-25T19:59:19.903Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
19:59:19 [2022-08-25T19:59:19.903Z] === RUN   TestEventsVolumeCreate
19:59:20 [2022-08-25T19:59:20.158Z] --- PASS: TestEventsVolumeCreate (0.07s)
19:59:20 [2022-08-25T19:59:20.158Z] === RUN   TestInfoBinaryCommits
19:59:20 [2022-08-25T19:59:20.158Z] --- PASS: TestInfoBinaryCommits (0.02s)
19:59:20 [2022-08-25T19:59:20.158Z] === RUN   TestInfoAPIVersioned
19:59:20 [2022-08-25T19:59:20.158Z] --- PASS: TestInfoAPIVersioned (0.01s)
19:59:20 [2022-08-25T19:59:20.158Z] === RUN   TestInfoAPI
19:59:20 [2022-08-25T19:59:20.158Z] --- PASS: TestInfoAPI (0.02s)
19:59:20 [2022-08-25T19:59:20.158Z] === RUN   TestInfoAPIWarnings
19:59:38 [2022-08-25T19:59:38.229Z] --- PASS: TestInfoAPIWarnings (16.54s)
19:59:38 [2022-08-25T19:59:38.229Z] === RUN   TestInfoDebug
19:59:38 [2022-08-25T19:59:38.229Z] --- PASS: TestInfoDebug (0.52s)
19:59:38 [2022-08-25T19:59:38.229Z] === RUN   TestInfoInsecureRegistries
19:59:38 [2022-08-25T19:59:38.229Z] --- PASS: TestInfoInsecureRegistries (0.52s)
19:59:38 [2022-08-25T19:59:38.229Z] === RUN   TestInfoRegistryMirrors
19:59:38 [2022-08-25T19:59:38.229Z] --- PASS: TestInfoRegistryMirrors (0.52s)
19:59:38 [2022-08-25T19:59:38.229Z] === RUN   TestLoginFailsWithBadCredentials
19:59:38 [2022-08-25T19:59:38.485Z] --- PASS: TestLoginFailsWithBadCredentials (0.38s)
19:59:38 [2022-08-25T19:59:38.485Z] === RUN   TestPingCacheHeaders
19:59:38 [2022-08-25T19:59:38.742Z] --- PASS: TestPingCacheHeaders (0.02s)
19:59:38 [2022-08-25T19:59:38.742Z] === RUN   TestPingGet
19:59:38 [2022-08-25T19:59:38.742Z] --- PASS: TestPingGet (0.01s)
19:59:38 [2022-08-25T19:59:38.742Z] === RUN   TestPingHead
19:59:38 [2022-08-25T19:59:38.742Z] --- PASS: TestPingHead (0.02s)
19:59:38 [2022-08-25T19:59:38.742Z] === RUN   TestPingSwarmHeader
19:59:39 [2022-08-25T19:59:39.303Z] === RUN   TestPingSwarmHeader/before_swarm_init
19:59:39 [2022-08-25T19:59:39.863Z] === RUN   TestPingSwarmHeader/after_swarm_init
19:59:40 [2022-08-25T19:59:40.791Z] === RUN   TestPingSwarmHeader/after_swarm_leave
19:59:40 [2022-08-25T19:59:40.791Z] --- PASS: TestPingSwarmHeader (2.05s)
19:59:40 [2022-08-25T19:59:40.791Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
19:59:40 [2022-08-25T19:59:40.791Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
19:59:40 [2022-08-25T19:59:40.791Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
19:59:40 [2022-08-25T19:59:40.791Z] === RUN   TestPingBuilderHeader
19:59:40 [2022-08-25T19:59:40.791Z] === RUN   TestPingBuilderHeader/default_config
19:59:41 [2022-08-25T19:59:41.352Z] === RUN   TestPingBuilderHeader/buildkit_disabled
19:59:41 [2022-08-25T19:59:41.913Z] --- PASS: TestPingBuilderHeader (1.05s)
19:59:41 [2022-08-25T19:59:41.913Z]     --- PASS: TestPingBuilderHeader/default_config (0.51s)
19:59:41 [2022-08-25T19:59:41.913Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
19:59:41 [2022-08-25T19:59:41.913Z] === RUN   TestVersion
19:59:41 [2022-08-25T19:59:41.913Z] --- PASS: TestVersion (0.02s)
19:59:41 [2022-08-25T19:59:41.913Z] === CONT  TestCgroupDriverSystemdMemoryLimit
19:59:41 [2022-08-25T19:59:41.913Z] === CONT  TestDiskUsage
19:59:42 [2022-08-25T19:59:42.169Z] === RUN   TestDiskUsage/empty
19:59:42 [2022-08-25T19:59:42.169Z] === RUN   TestDiskUsage/empty/container_types
19:59:42 [2022-08-25T19:59:42.169Z] === RUN   TestDiskUsage/empty/image_types
19:59:42 [2022-08-25T19:59:42.169Z] === RUN   TestDiskUsage/empty/volume_types
19:59:42 [2022-08-25T19:59:42.169Z] === RUN   TestDiskUsage/empty/build-cache_types
19:59:42 [2022-08-25T19:59:42.169Z] === RUN   TestDiskUsage/empty/container,_volume_types
19:59:42 [2022-08-25T19:59:42.169Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
19:59:42 [2022-08-25T19:59:42.169Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
19:59:42 [2022-08-25T19:59:42.169Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
19:59:42 [2022-08-25T19:59:42.169Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
19:59:42 [2022-08-25T19:59:42.169Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
19:59:42 [2022-08-25T19:59:42.169Z] === RUN   TestDiskUsage/after_LoadBusybox
19:59:42 [2022-08-25T19:59:42.732Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
19:59:42 [2022-08-25T19:59:42.732Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
19:59:42 [2022-08-25T19:59:42.732Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
19:59:42 [2022-08-25T19:59:42.732Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
19:59:42 [2022-08-25T19:59:42.732Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
19:59:42 [2022-08-25T19:59:42.732Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
19:59:42 [2022-08-25T19:59:42.732Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
19:59:42 [2022-08-25T19:59:42.732Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
19:59:42 [2022-08-25T19:59:42.732Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
19:59:42 [2022-08-25T19:59:42.732Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
19:59:42 [2022-08-25T19:59:42.732Z] === RUN   TestDiskUsage/after_container.Run
19:59:43 [2022-08-25T19:59:43.295Z] === RUN   TestDiskUsage/after_container.Run/container_types
19:59:43 [2022-08-25T19:59:43.295Z] === RUN   TestDiskUsage/after_container.Run/image_types
19:59:43 [2022-08-25T19:59:43.295Z] === RUN   TestDiskUsage/after_container.Run/volume_types
19:59:43 [2022-08-25T19:59:43.295Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
19:59:43 [2022-08-25T19:59:43.295Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
19:59:43 [2022-08-25T19:59:43.295Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
19:59:43 [2022-08-25T19:59:43.295Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
19:59:43 [2022-08-25T19:59:43.295Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
19:59:43 [2022-08-25T19:59:43.295Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
19:59:43 [2022-08-25T19:59:43.295Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
19:59:43 [2022-08-25T19:59:43.295Z] --- PASS: TestDiskUsage (1.64s)
19:59:43 [2022-08-25T19:59:43.295Z]     --- PASS: TestDiskUsage/empty (0.01s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.35s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]     --- PASS: TestDiskUsage/after_container.Run (0.50s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
19:59:43 [2022-08-25T19:59:43.295Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
19:59:43 [2022-08-25T19:59:43.551Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.66s)
19:59:43 [2022-08-25T19:59:43.551Z] PASS
19:59:43 [2022-08-25T19:59:43.551Z] 
19:59:43 [2022-08-25T19:59:43.551Z] DONE 57 tests in 24.037s
19:59:43 [2022-08-25T19:59:43.551Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
19:59:43 [2022-08-25T19:59:43.551Z] INFO: Testing against a local daemon
19:59:43 [2022-08-25T19:59:43.551Z] === RUN   TestVolumesCreateAndList
19:59:43 [2022-08-25T19:59:43.551Z] --- PASS: TestVolumesCreateAndList (0.02s)
19:59:43 [2022-08-25T19:59:43.551Z] === RUN   TestVolumesRemove
19:59:43 [2022-08-25T19:59:43.551Z] --- PASS: TestVolumesRemove (0.07s)
19:59:43 [2022-08-25T19:59:43.551Z] === RUN   TestVolumesInspect
19:59:43 [2022-08-25T19:59:43.551Z] --- PASS: TestVolumesInspect (0.02s)
19:59:43 [2022-08-25T19:59:43.552Z] === RUN   TestVolumesInvalidJSON
19:59:43 [2022-08-25T19:59:43.552Z] === RUN   TestVolumesInvalidJSON/volumes/create
19:59:43 [2022-08-25T19:59:43.552Z] === PAUSE TestVolumesInvalidJSON/volumes/create
19:59:43 [2022-08-25T19:59:43.552Z] === CONT  TestVolumesInvalidJSON/volumes/create
19:59:43 [2022-08-25T19:59:43.552Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
19:59:43 [2022-08-25T19:59:43.552Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
19:59:43 [2022-08-25T19:59:43.552Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
19:59:43 [2022-08-25T19:59:43.552Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
19:59:43 [2022-08-25T19:59:43.552Z] --- PASS: TestVolumesInvalidJSON (0.02s)
19:59:43 [2022-08-25T19:59:43.552Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.01s)
19:59:43 [2022-08-25T19:59:43.552Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
19:59:43 [2022-08-25T19:59:43.552Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
19:59:43 [2022-08-25T19:59:43.552Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
19:59:43 [2022-08-25T19:59:43.552Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
19:59:43 [2022-08-25T19:59:43.552Z] PASS
19:59:43 [2022-08-25T19:59:43.552Z] 
19:59:43 [2022-08-25T19:59:43.552Z] DONE 9 tests in 0.149s
19:59:43 [2022-08-25T19:59:43.552Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
19:59:44 [2022-08-25T19:59:44.113Z] Stopping apparmor (via systemctl): apparmor.service.
19:59:44 [2022-08-25T19:59:44.113Z] Removing test suite binaries
19:59:44 [2022-08-25T19:59:44.113Z] exiting test-integration
19:59:44 [2022-08-25T19:59:44.113Z] ++ exit 0
19:59:44 [2022-08-25T19:59:44.113Z]