Skip to content

Console Output

19:21:44 [2021-06-10T19:21:44.014Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42513/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=13828e430dc91ad2100efe31e5b411333cd39506 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_SYSTEMD -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:13828e430dc91ad2100efe31e5b411333cd39506 hack/make.sh dynbinary test-integration
19:21:45 [2021-06-10T19:21:45.901Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
19:21:45 [2021-06-10T19:21:45.901Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
19:21:45 [2021-06-10T19:21:45.901Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
19:21:45 [2021-06-10T19:21:45.901Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
19:21:45 [2021-06-10T19:21:45.901Z] systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
19:21:45 [2021-06-10T19:21:45.901Z] Detected virtualization docker.
19:21:45 [2021-06-10T19:21:45.901Z] Detected architecture x86-64.
19:21:45 [2021-06-10T19:21:45.901Z] Set hostname to <5df0d134df52>.
19:21:46 [2021-06-10T19:21:46.463Z] + source /etc/docker-entrypoint-cmd
19:21:46 [2021-06-10T19:21:46.463Z] ++ hack/make.sh dynbinary test-integration
19:21:46 [2021-06-10T19:21:46.463Z] 
19:21:46 [2021-06-10T19:21:46.463Z] Removing bundles/
19:21:46 [2021-06-10T19:21:46.463Z] 
19:21:46 [2021-06-10T19:21:46.463Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
19:21:46 [2021-06-10T19:21:46.463Z] Building: bundles/dynbinary-daemon/dockerd-dev
19:21:46 [2021-06-10T19:21:46.463Z] GOOS="" GOARCH="" GOARM=""
19:23:22 [2021-06-10T19:23:22.849Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
19:23:22 [2021-06-10T19:23:22.849Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
19:23:22 [2021-06-10T19:23:22.849Z] GOOS="" GOARCH="" GOARM=""
19:23:22 [2021-06-10T19:23:22.849Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
19:23:22 [2021-06-10T19:23:22.849Z] 
19:23:22 [2021-06-10T19:23:22.849Z] ---> Making bundle: test-integration (in bundles/test-integration)
19:23:22 [2021-06-10T19:23:22.849Z] DOCKER_SYSTEMD=1
19:23:22 [2021-06-10T19:23:22.849Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
19:23:22 [2021-06-10T19:23:22.849Z] HOSTNAME=5df0d134df52
19:23:22 [2021-06-10T19:23:22.849Z] DEST=bundles/test-integration
19:23:22 [2021-06-10T19:23:22.849Z] PWD=/go/src/github.com/docker/docker
19:23:22 [2021-06-10T19:23:22.849Z] DOCKER_GITCOMMIT=13828e430dc91ad2100efe31e5b411333cd39506
19:23:22 [2021-06-10T19:23:22.849Z] container=docker
19:23:22 [2021-06-10T19:23:22.849Z] HOME=/root
19:23:22 [2021-06-10T19:23:22.849Z] LANG=C.UTF-8
19:23:22 [2021-06-10T19:23:22.849Z] INVOCATION_ID=f43c44177b29473a94b54ff1df5814ed
19:23:22 [2021-06-10T19:23:22.849Z] GOLANG_VERSION=1.13.15
19:23:22 [2021-06-10T19:23:22.849Z] VALIDATE_REPO=https://github.com/moby/moby.git
19:23:22 [2021-06-10T19:23:22.849Z] VALIDATE_BRANCH=master
19:23:22 [2021-06-10T19:23:22.849Z] TERM=xterm
19:23:22 [2021-06-10T19:23:22.849Z] DOCKER_PKG=github.com/docker/docker
19:23:22 [2021-06-10T19:23:22.849Z] SHLVL=3
19:23:22 [2021-06-10T19:23:22.849Z] TIMEOUT=120m
19:23:22 [2021-06-10T19:23:22.849Z] DOCKER_BUILDTAGS=apparmor seccomp journald
19:23:22 [2021-06-10T19:23:22.849Z] DOCKER_GRAPHDRIVER=overlay2
19:23:22 [2021-06-10T19:23:22.849Z] GO111MODULE=off
19:23:22 [2021-06-10T19:23:22.849Z] DOCKER_EXPERIMENTAL=1
19:23:22 [2021-06-10T19:23:22.849Z] TEST_SKIP_INTEGRATION_CLI=1
19:23:22 [2021-06-10T19:23:22.849Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:23:22 [2021-06-10T19:23:22.849Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
19:23:22 [2021-06-10T19:23:22.849Z] GOPATH=/go
19:23:22 [2021-06-10T19:23:22.849Z] PKG_CONFIG=pkg-config
19:23:22 [2021-06-10T19:23:22.849Z] _=/usr/bin/env
19:23:22 [2021-06-10T19:23:22.849Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
19:23:54 [2021-06-10T19:23:54.890Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
19:23:54 [2021-06-10T19:23:54.890Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
19:24:16 [2021-06-10T19:24:16.793Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
19:24:24 [2021-06-10T19:24:24.889Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
19:24:26 [2021-06-10T19:24:26.781Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
19:24:27 [2021-06-10T19:24:27.708Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
19:24:28 [2021-06-10T19:24:28.637Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
19:24:29 [2021-06-10T19:24:29.199Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
19:24:31 [2021-06-10T19:24:31.090Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
19:24:34 [2021-06-10T19:24:34.360Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
19:24:35 [2021-06-10T19:24:35.726Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
19:24:37 [2021-06-10T19:24:37.093Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
19:24:38 [2021-06-10T19:24:38.025Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
19:24:39 [2021-06-10T19:24:39.391Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
19:24:40 [2021-06-10T19:24:40.757Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
19:24:42 [2021-06-10T19:24:42.685Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
19:24:44 [2021-06-10T19:24:44.049Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
19:24:45 [2021-06-10T19:24:45.417Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
19:24:46 [2021-06-10T19:24:46.783Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
19:24:46 [2021-06-10T19:24:46.783Z] Using test binary docker
19:24:46 [2021-06-10T19:24:46.783Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
19:24:46 [2021-06-10T19:24:46.783Z] Starting apparmor (via systemctl): apparmor.service.
19:24:46 [2021-06-10T19:24:46.783Z] Starting dockerd
19:24:46 [2021-06-10T19:24:46.783Z] INFO: Waiting for daemon to start...
19:24:48 [2021-06-10T19:24:48.670Z] .
19:24:48 [2021-06-10T19:24:48.670Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
19:24:48 [2021-06-10T19:24:48.670Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
19:24:48 [2021-06-10T19:24:48.670Z] Error: No such image: emptyfs
19:24:48 [2021-06-10T19:24:48.926Z] Running integration-test (iteration 1)
19:24:48 [2021-06-10T19:24:48.926Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
19:25:03 [2021-06-10T19:25:03.769Z] Loaded image: buildpack-deps:buster
19:25:03 [2021-06-10T19:25:03.769Z] Loaded image: busybox:latest
19:25:03 [2021-06-10T19:25:03.769Z] Loaded image: busybox:glibc
19:25:05 [2021-06-10T19:25:05.134Z] Loaded image: debian:bullseye
19:25:05 [2021-06-10T19:25:05.134Z] Loaded image: hello-world:latest
19:25:05 [2021-06-10T19:25:05.134Z] Loaded image: arm32v7/hello-world:latest
19:25:05 [2021-06-10T19:25:05.134Z] INFO: Testing against a local daemon
19:25:05 [2021-06-10T19:25:05.134Z] === RUN   TestCgroupNamespacesBuild
19:25:07 [2021-06-10T19:25:07.022Z] --- PASS: TestCgroupNamespacesBuild (1.58s)
19:25:07 [2021-06-10T19:25:07.022Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
19:25:08 [2021-06-10T19:25:08.387Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.54s)
19:25:08 [2021-06-10T19:25:08.387Z] === RUN   TestBuildWithSession
19:25:08 [2021-06-10T19:25:08.387Z] --- SKIP: TestBuildWithSession (0.00s)
19:25:08 [2021-06-10T19:25:08.387Z]     build_session_test.go:25: TODO: BuildKit
19:25:08 [2021-06-10T19:25:08.387Z] === RUN   TestBuildSquashParent
19:25:14 [2021-06-10T19:25:14.923Z] --- PASS: TestBuildSquashParent (5.70s)
19:25:14 [2021-06-10T19:25:14.923Z] === RUN   TestBuildWithRemoveAndForceRemove
19:25:14 [2021-06-10T19:25:14.923Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:25:14 [2021-06-10T19:25:14.923Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:25:14 [2021-06-10T19:25:14.923Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:25:14 [2021-06-10T19:25:14.923Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:25:14 [2021-06-10T19:25:14.923Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:25:14 [2021-06-10T19:25:14.923Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:25:14 [2021-06-10T19:25:14.923Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:25:14 [2021-06-10T19:25:14.923Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:25:14 [2021-06-10T19:25:14.923Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:25:14 [2021-06-10T19:25:14.923Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:25:14 [2021-06-10T19:25:14.923Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:25:14 [2021-06-10T19:25:14.923Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:25:14 [2021-06-10T19:25:14.923Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:25:14 [2021-06-10T19:25:14.923Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:25:16 [2021-06-10T19:25:16.815Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:25:16 [2021-06-10T19:25:16.815Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:25:18 [2021-06-10T19:25:18.703Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:25:18 [2021-06-10T19:25:18.960Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:25:21 [2021-06-10T19:25:21.478Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
19:25:21 [2021-06-10T19:25:21.478Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.50s)
19:25:21 [2021-06-10T19:25:21.478Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.61s)
19:25:21 [2021-06-10T19:25:21.478Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.14s)
19:25:21 [2021-06-10T19:25:21.478Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.34s)
19:25:21 [2021-06-10T19:25:21.478Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.11s)
19:25:21 [2021-06-10T19:25:21.478Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.16s)
19:25:21 [2021-06-10T19:25:21.478Z] === RUN   TestBuildMultiStageCopy
19:25:21 [2021-06-10T19:25:21.478Z] === RUN   TestBuildMultiStageCopy/copy_to_root
19:25:23 [2021-06-10T19:25:23.367Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
19:25:23 [2021-06-10T19:25:23.367Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
19:25:23 [2021-06-10T19:25:23.367Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
19:25:23 [2021-06-10T19:25:23.623Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
19:25:23 [2021-06-10T19:25:23.879Z] --- PASS: TestBuildMultiStageCopy (2.93s)
19:25:23 [2021-06-10T19:25:23.879Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.96s)
19:25:23 [2021-06-10T19:25:23.879Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.24s)
19:25:23 [2021-06-10T19:25:23.879Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.24s)
19:25:23 [2021-06-10T19:25:23.879Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.24s)
19:25:23 [2021-06-10T19:25:23.879Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.25s)
19:25:23 [2021-06-10T19:25:23.879Z] === RUN   TestBuildMultiStageParentConfig
19:25:24 [2021-06-10T19:25:24.807Z] --- PASS: TestBuildMultiStageParentConfig (0.66s)
19:25:24 [2021-06-10T19:25:24.807Z] === RUN   TestBuildLabelWithTargets
19:25:25 [2021-06-10T19:25:25.734Z] --- PASS: TestBuildLabelWithTargets (1.02s)
19:25:25 [2021-06-10T19:25:25.734Z] === RUN   TestBuildWithEmptyLayers
19:25:26 [2021-06-10T19:25:26.296Z] --- PASS: TestBuildWithEmptyLayers (0.49s)
19:25:26 [2021-06-10T19:25:26.296Z] === RUN   TestBuildMultiStageOnBuild
19:25:28 [2021-06-10T19:25:28.817Z] --- PASS: TestBuildMultiStageOnBuild (2.24s)
19:25:28 [2021-06-10T19:25:28.817Z] === RUN   TestBuildUncleanTarFilenames
19:25:29 [2021-06-10T19:25:29.074Z] --- PASS: TestBuildUncleanTarFilenames (0.67s)
19:25:29 [2021-06-10T19:25:29.074Z] === RUN   TestBuildMultiStageLayerLeak
19:25:31 [2021-06-10T19:25:31.590Z] --- PASS: TestBuildMultiStageLayerLeak (2.21s)
19:25:31 [2021-06-10T19:25:31.590Z] === RUN   TestBuildWithHugeFile
19:26:27 [2021-06-10T19:26:27.765Z] --- PASS: TestBuildWithHugeFile (54.93s)
19:26:27 [2021-06-10T19:26:27.765Z] === RUN   TestBuildWCOWSandboxSize
19:26:27 [2021-06-10T19:26:27.765Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
19:26:27 [2021-06-10T19:26:27.765Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
19:26:27 [2021-06-10T19:26:27.765Z] === RUN   TestBuildWithEmptyDockerfile
19:26:27 [2021-06-10T19:26:27.765Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
19:26:27 [2021-06-10T19:26:27.765Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
19:26:27 [2021-06-10T19:26:27.765Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:26:27 [2021-06-10T19:26:27.765Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:26:27 [2021-06-10T19:26:27.765Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:26:27 [2021-06-10T19:26:27.765Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:26:27 [2021-06-10T19:26:27.765Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
19:26:27 [2021-06-10T19:26:27.765Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:26:27 [2021-06-10T19:26:27.765Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:26:27 [2021-06-10T19:26:27.765Z] --- PASS: TestBuildWithEmptyDockerfile (0.10s)
19:26:27 [2021-06-10T19:26:27.765Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s)
19:26:27 [2021-06-10T19:26:27.765Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s)
19:26:27 [2021-06-10T19:26:27.765Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s)
19:26:27 [2021-06-10T19:26:27.765Z] === RUN   TestBuildPreserveOwnership
19:26:27 [2021-06-10T19:26:27.765Z] === RUN   TestBuildPreserveOwnership/copy_from
19:26:30 [2021-06-10T19:26:30.355Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
19:26:31 [2021-06-10T19:26:31.739Z] --- PASS: TestBuildPreserveOwnership (5.03s)
19:26:31 [2021-06-10T19:26:31.739Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.33s)
19:26:31 [2021-06-10T19:26:31.739Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.68s)
19:26:31 [2021-06-10T19:26:31.739Z] === RUN   TestBuildPlatformInvalid
19:26:31 [2021-06-10T19:26:31.739Z] --- PASS: TestBuildPlatformInvalid (0.08s)
19:26:31 [2021-06-10T19:26:31.739Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
19:26:46 [2021-06-10T19:26:46.576Z] Loaded image: buildpack-deps:buster
19:26:46 [2021-06-10T19:26:46.576Z] Loaded image: busybox:latest
19:26:46 [2021-06-10T19:26:46.576Z] Loaded image: busybox:glibc
19:26:47 [2021-06-10T19:26:47.138Z] Loaded image: debian:bullseye
19:26:47 [2021-06-10T19:26:47.138Z] Loaded image: hello-world:latest
19:26:47 [2021-06-10T19:26:47.138Z] Loaded image: arm32v7/hello-world:latest
19:26:55 [2021-06-10T19:26:55.230Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.47s)
19:26:55 [2021-06-10T19:26:55.230Z] PASS
19:26:55 [2021-06-10T19:26:55.230Z] 
19:26:55 [2021-06-10T19:26:55.230Z] === Skipped
19:26:55 [2021-06-10T19:26:55.230Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
19:26:55 [2021-06-10T19:26:55.230Z]     build_session_test.go:25: TODO: BuildKit
19:26:55 [2021-06-10T19:26:55.230Z] 
19:26:55 [2021-06-10T19:26:55.230Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
19:26:55 [2021-06-10T19:26:55.230Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
19:26:55 [2021-06-10T19:26:55.230Z] 
19:26:55 [2021-06-10T19:26:55.230Z] 
19:26:55 [2021-06-10T19:26:55.230Z] DONE 34 tests, 2 skipped in 126.163s
19:26:55 [2021-06-10T19:26:55.230Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
19:26:55 [2021-06-10T19:26:55.230Z] INFO: Testing against a local daemon
19:26:55 [2021-06-10T19:26:55.231Z] === RUN   TestConfigInspect
19:26:57 [2021-06-10T19:26:57.744Z] --- PASS: TestConfigInspect (2.54s)
19:26:57 [2021-06-10T19:26:57.744Z] === RUN   TestConfigList
19:27:00 [2021-06-10T19:27:00.257Z] --- PASS: TestConfigList (2.26s)
19:27:00 [2021-06-10T19:27:00.257Z] === RUN   TestConfigsCreateAndDelete
19:27:02 [2021-06-10T19:27:02.772Z] --- PASS: TestConfigsCreateAndDelete (2.30s)
19:27:02 [2021-06-10T19:27:02.772Z] === RUN   TestConfigsUpdate
19:27:04 [2021-06-10T19:27:04.659Z] --- PASS: TestConfigsUpdate (2.26s)
19:27:04 [2021-06-10T19:27:04.659Z] === RUN   TestTemplatedConfig
19:27:08 [2021-06-10T19:27:08.824Z] --- PASS: TestTemplatedConfig (3.48s)
19:27:08 [2021-06-10T19:27:08.824Z] === RUN   TestConfigCreateResolve
19:27:10 [2021-06-10T19:27:10.713Z] --- PASS: TestConfigCreateResolve (2.32s)
19:27:10 [2021-06-10T19:27:10.713Z] === RUN   TestConfigDaemonLibtrustID
19:27:10 [2021-06-10T19:27:10.969Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
19:27:10 [2021-06-10T19:27:10.969Z] PASS
19:27:10 [2021-06-10T19:27:10.969Z] 
19:27:10 [2021-06-10T19:27:10.969Z] DONE 7 tests in 15.743s
19:27:10 [2021-06-10T19:27:10.969Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
19:27:10 [2021-06-10T19:27:10.969Z] INFO: Testing against a local daemon
19:27:10 [2021-06-10T19:27:10.969Z] === RUN   TestCheckpoint
19:27:10 [2021-06-10T19:27:10.969Z] --- SKIP: TestCheckpoint (0.00s)
19:27:10 [2021-06-10T19:27:10.969Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
19:27:10 [2021-06-10T19:27:10.969Z] === RUN   TestContainerInvalidJSON
19:27:10 [2021-06-10T19:27:10.969Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
19:27:10 [2021-06-10T19:27:10.969Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
19:27:10 [2021-06-10T19:27:10.969Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
19:27:10 [2021-06-10T19:27:10.969Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
19:27:10 [2021-06-10T19:27:10.969Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
19:27:10 [2021-06-10T19:27:10.969Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
19:27:10 [2021-06-10T19:27:10.969Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
19:27:10 [2021-06-10T19:27:10.969Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
19:27:10 [2021-06-10T19:27:10.969Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
19:27:10 [2021-06-10T19:27:10.969Z] --- PASS: TestContainerInvalidJSON (0.01s)
19:27:10 [2021-06-10T19:27:10.969Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
19:27:10 [2021-06-10T19:27:10.969Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
19:27:10 [2021-06-10T19:27:10.969Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
19:27:10 [2021-06-10T19:27:10.969Z] === RUN   TestCopyFromContainerPathDoesNotExist
19:27:10 [2021-06-10T19:27:10.969Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
19:27:10 [2021-06-10T19:27:10.969Z] === RUN   TestCopyFromContainerPathIsNotDir
19:27:10 [2021-06-10T19:27:10.969Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
19:27:10 [2021-06-10T19:27:10.969Z] === RUN   TestCopyToContainerPathDoesNotExist
19:27:11 [2021-06-10T19:27:11.226Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s)
19:27:11 [2021-06-10T19:27:11.226Z] === RUN   TestCopyToContainerPathIsNotDir
19:27:11 [2021-06-10T19:27:11.226Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
19:27:11 [2021-06-10T19:27:11.226Z] === RUN   TestCopyFromContainer
19:27:12 [2021-06-10T19:27:12.591Z] === RUN   TestCopyFromContainer//
19:27:12 [2021-06-10T19:27:12.591Z] === RUN   TestCopyFromContainer//bar/root
19:27:12 [2021-06-10T19:27:12.846Z] === RUN   TestCopyFromContainer//bar/root/
19:27:12 [2021-06-10T19:27:12.846Z] === RUN   TestCopyFromContainer/bar/quux
19:27:12 [2021-06-10T19:27:12.846Z] === RUN   TestCopyFromContainer/bar/quux/
19:27:13 [2021-06-10T19:27:13.102Z] === RUN   TestCopyFromContainer/bar/quux/baz
19:27:13 [2021-06-10T19:27:13.102Z] === RUN   TestCopyFromContainer/bar/filesymlink
19:27:13 [2021-06-10T19:27:13.102Z] === RUN   TestCopyFromContainer/bar/dirsymlink
19:27:13 [2021-06-10T19:27:13.102Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
19:27:13 [2021-06-10T19:27:13.358Z] === RUN   TestCopyFromContainer/bar/notarget
19:27:13 [2021-06-10T19:27:13.358Z] --- PASS: TestCopyFromContainer (2.17s)
19:27:13 [2021-06-10T19:27:13.358Z]     --- PASS: TestCopyFromContainer// (0.08s)
19:27:13 [2021-06-10T19:27:13.358Z]     --- PASS: TestCopyFromContainer//bar/root (0.07s)
19:27:13 [2021-06-10T19:27:13.359Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.08s)
19:27:13 [2021-06-10T19:27:13.359Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
19:27:13 [2021-06-10T19:27:13.359Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
19:27:13 [2021-06-10T19:27:13.359Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
19:27:13 [2021-06-10T19:27:13.359Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
19:27:13 [2021-06-10T19:27:13.359Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
19:27:13 [2021-06-10T19:27:13.359Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
19:27:13 [2021-06-10T19:27:13.359Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
19:27:13 [2021-06-10T19:27:13.359Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
19:27:13 [2021-06-10T19:27:13.359Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:27:13 [2021-06-10T19:27:13.359Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:27:13 [2021-06-10T19:27:13.359Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:27:13 [2021-06-10T19:27:13.359Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:27:13 [2021-06-10T19:27:13.359Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
19:27:13 [2021-06-10T19:27:13.359Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
19:27:13 [2021-06-10T19:27:13.359Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:27:13 [2021-06-10T19:27:13.359Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
19:27:13 [2021-06-10T19:27:13.359Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:27:13 [2021-06-10T19:27:13.359Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
19:27:13 [2021-06-10T19:27:13.359Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
19:27:13 [2021-06-10T19:27:13.359Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
19:27:13 [2021-06-10T19:27:13.359Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
19:27:13 [2021-06-10T19:27:13.359Z] === RUN   TestCreateLinkToNonExistingContainer
19:27:13 [2021-06-10T19:27:13.359Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
19:27:13 [2021-06-10T19:27:13.359Z] === RUN   TestCreateWithInvalidEnv
19:27:13 [2021-06-10T19:27:13.359Z] === RUN   TestCreateWithInvalidEnv/0
19:27:13 [2021-06-10T19:27:13.359Z] === PAUSE TestCreateWithInvalidEnv/0
19:27:13 [2021-06-10T19:27:13.359Z] === RUN   TestCreateWithInvalidEnv/1
19:27:13 [2021-06-10T19:27:13.359Z] === PAUSE TestCreateWithInvalidEnv/1
19:27:13 [2021-06-10T19:27:13.359Z] === RUN   TestCreateWithInvalidEnv/2
19:27:13 [2021-06-10T19:27:13.359Z] === PAUSE TestCreateWithInvalidEnv/2
19:27:13 [2021-06-10T19:27:13.359Z] === CONT  TestCreateWithInvalidEnv/0
19:27:13 [2021-06-10T19:27:13.359Z] === CONT  TestCreateWithInvalidEnv/2
19:27:13 [2021-06-10T19:27:13.359Z] === CONT  TestCreateWithInvalidEnv/1
19:27:13 [2021-06-10T19:27:13.359Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
19:27:13 [2021-06-10T19:27:13.359Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
19:27:13 [2021-06-10T19:27:13.359Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
19:27:13 [2021-06-10T19:27:13.359Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
19:27:13 [2021-06-10T19:27:13.359Z] === RUN   TestCreateTmpfsMountsTarget
19:27:13 [2021-06-10T19:27:13.359Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
19:27:13 [2021-06-10T19:27:13.359Z] === RUN   TestCreateWithCustomMaskedPaths
19:27:15 [2021-06-10T19:27:15.874Z] --- PASS: TestCreateWithCustomMaskedPaths (2.51s)
19:27:15 [2021-06-10T19:27:15.874Z] === RUN   TestCreateWithCustomReadonlyPaths
19:27:18 [2021-06-10T19:27:18.388Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.44s)
19:27:18 [2021-06-10T19:27:18.388Z] === RUN   TestCreateWithInvalidHealthcheckParams
19:27:18 [2021-06-10T19:27:18.388Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:27:18 [2021-06-10T19:27:18.388Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:27:18 [2021-06-10T19:27:18.388Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:27:18 [2021-06-10T19:27:18.388Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:27:18 [2021-06-10T19:27:18.388Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:27:18 [2021-06-10T19:27:18.388Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:27:18 [2021-06-10T19:27:18.388Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:27:18 [2021-06-10T19:27:18.388Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:27:18 [2021-06-10T19:27:18.388Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:27:18 [2021-06-10T19:27:18.388Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:27:18 [2021-06-10T19:27:18.388Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:27:18 [2021-06-10T19:27:18.388Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:27:18 [2021-06-10T19:27:18.388Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:27:18 [2021-06-10T19:27:18.388Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:27:18 [2021-06-10T19:27:18.388Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:27:18 [2021-06-10T19:27:18.388Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
19:27:18 [2021-06-10T19:27:18.388Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
19:27:18 [2021-06-10T19:27:18.388Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
19:27:18 [2021-06-10T19:27:18.388Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
19:27:18 [2021-06-10T19:27:18.388Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
19:27:18 [2021-06-10T19:27:18.388Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
19:27:18 [2021-06-10T19:27:18.388Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
19:27:19 [2021-06-10T19:27:19.314Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.80s)
19:27:19 [2021-06-10T19:27:19.314Z] === RUN   TestCreateDifferentPlatform
19:27:19 [2021-06-10T19:27:19.314Z] === RUN   TestCreateDifferentPlatform/different_os
19:27:19 [2021-06-10T19:27:19.314Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
19:27:19 [2021-06-10T19:27:19.314Z] --- PASS: TestCreateDifferentPlatform (0.01s)
19:27:19 [2021-06-10T19:27:19.314Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
19:27:19 [2021-06-10T19:27:19.314Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
19:27:19 [2021-06-10T19:27:19.314Z] === RUN   TestCreateVolumesFromNonExistingContainer
19:27:19 [2021-06-10T19:27:19.314Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
19:27:19 [2021-06-10T19:27:19.314Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
19:27:19 [2021-06-10T19:27:19.314Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
19:27:19 [2021-06-10T19:27:19.314Z] === RUN   TestContainerStartOnDaemonRestart
19:27:19 [2021-06-10T19:27:19.314Z] === PAUSE TestContainerStartOnDaemonRestart
19:27:19 [2021-06-10T19:27:19.314Z] === RUN   TestDaemonRestartIpcMode
19:27:19 [2021-06-10T19:27:19.314Z] === PAUSE TestDaemonRestartIpcMode
19:27:19 [2021-06-10T19:27:19.314Z] === RUN   TestDaemonHostGatewayIP
19:27:19 [2021-06-10T19:27:19.314Z] === PAUSE TestDaemonHostGatewayIP
19:27:19 [2021-06-10T19:27:19.314Z] === RUN   TestRestartDaemonWithRestartingContainer
19:27:19 [2021-06-10T19:27:19.314Z] === PAUSE TestRestartDaemonWithRestartingContainer
19:27:19 [2021-06-10T19:27:19.314Z] === RUN   TestContainerKillOnDaemonStart
19:27:19 [2021-06-10T19:27:19.314Z] === PAUSE TestContainerKillOnDaemonStart
19:27:19 [2021-06-10T19:27:19.314Z] === RUN   TestDiff
19:27:20 [2021-06-10T19:27:20.242Z] --- PASS: TestDiff (0.80s)
19:27:20 [2021-06-10T19:27:20.242Z] === RUN   TestExecWithCloseStdin
19:27:21 [2021-06-10T19:27:21.607Z] --- PASS: TestExecWithCloseStdin (1.19s)
19:27:21 [2021-06-10T19:27:21.607Z] === RUN   TestExec
19:27:22 [2021-06-10T19:27:22.533Z] --- PASS: TestExec (1.14s)
19:27:22 [2021-06-10T19:27:22.533Z] === RUN   TestExecUser
19:27:23 [2021-06-10T19:27:23.898Z] --- PASS: TestExecUser (1.14s)
19:27:23 [2021-06-10T19:27:23.898Z] === RUN   TestExportContainerAndImportImage
19:27:24 [2021-06-10T19:27:24.825Z] --- PASS: TestExportContainerAndImportImage (1.04s)
19:27:24 [2021-06-10T19:27:24.825Z] === RUN   TestExportContainerAfterDaemonRestart
19:27:26 [2021-06-10T19:27:26.189Z] --- PASS: TestExportContainerAfterDaemonRestart (1.32s)
19:27:26 [2021-06-10T19:27:26.189Z] === RUN   TestHealthCheckWorkdir
19:27:27 [2021-06-10T19:27:27.554Z] --- PASS: TestHealthCheckWorkdir (1.58s)
19:27:27 [2021-06-10T19:27:27.554Z] === RUN   TestHealthKillContainer
19:27:30 [2021-06-10T19:27:30.817Z] --- PASS: TestHealthKillContainer (3.16s)
19:27:30 [2021-06-10T19:27:30.817Z] === RUN   TestInspectCpusetInConfigPre120
19:27:31 [2021-06-10T19:27:31.744Z] --- PASS: TestInspectCpusetInConfigPre120 (0.87s)
19:27:31 [2021-06-10T19:27:31.744Z] === RUN   TestIpcModeNone
19:27:32 [2021-06-10T19:27:32.736Z] --- PASS: TestIpcModeNone (1.14s)
19:27:32 [2021-06-10T19:27:32.736Z] === RUN   TestIpcModePrivate
19:27:34 [2021-06-10T19:27:34.111Z] --- PASS: TestIpcModePrivate (1.19s)
19:27:34 [2021-06-10T19:27:34.111Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false
19:27:34 [2021-06-10T19:27:34.111Z] === RUN   TestIpcModeShareable
19:27:35 [2021-06-10T19:27:35.038Z] --- PASS: TestIpcModeShareable (1.11s)
19:27:35 [2021-06-10T19:27:35.038Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true
19:27:35 [2021-06-10T19:27:35.038Z] === RUN   TestAPIIpcModeShareableAndContainer
19:27:38 [2021-06-10T19:27:38.303Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.09s)
19:27:38 [2021-06-10T19:27:38.303Z] === RUN   TestAPIIpcModeHost
19:27:39 [2021-06-10T19:27:39.230Z] --- PASS: TestAPIIpcModeHost (1.14s)
19:27:39 [2021-06-10T19:27:39.230Z] === RUN   TestDaemonIpcModeShareable
19:27:41 [2021-06-10T19:27:41.119Z] --- PASS: TestDaemonIpcModeShareable (1.75s)
19:27:41 [2021-06-10T19:27:41.119Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true
19:27:41 [2021-06-10T19:27:41.119Z] === RUN   TestDaemonIpcModePrivate
19:27:43 [2021-06-10T19:27:43.008Z] --- PASS: TestDaemonIpcModePrivate (1.74s)
19:27:43 [2021-06-10T19:27:43.008Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false
19:27:43 [2021-06-10T19:27:43.008Z] === RUN   TestDaemonIpcModePrivateFromConfig
19:27:44 [2021-06-10T19:27:44.373Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.73s)
19:27:44 [2021-06-10T19:27:44.373Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false
19:27:44 [2021-06-10T19:27:44.373Z] === RUN   TestDaemonIpcModeShareableFromConfig
19:27:46 [2021-06-10T19:27:46.262Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.79s)
19:27:46 [2021-06-10T19:27:46.262Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true
19:27:46 [2021-06-10T19:27:46.262Z] === RUN   TestIpcModeOlderClient
19:27:46 [2021-06-10T19:27:46.262Z] === PAUSE TestIpcModeOlderClient
19:27:46 [2021-06-10T19:27:46.262Z] === RUN   TestKillContainerInvalidSignal
19:27:47 [2021-06-10T19:27:47.190Z] --- PASS: TestKillContainerInvalidSignal (0.71s)
19:27:47 [2021-06-10T19:27:47.190Z] === RUN   TestKillContainer
19:27:47 [2021-06-10T19:27:47.190Z] === RUN   TestKillContainer/no_signal
19:27:47 [2021-06-10T19:27:47.751Z] === RUN   TestKillContainer/non_killing_signal
19:27:48 [2021-06-10T19:27:48.313Z] === RUN   TestKillContainer/killing_signal
19:27:49 [2021-06-10T19:27:49.243Z] --- PASS: TestKillContainer (2.23s)
19:27:49 [2021-06-10T19:27:49.243Z]     --- PASS: TestKillContainer/no_signal (0.73s)
19:27:49 [2021-06-10T19:27:49.243Z]     --- PASS: TestKillContainer/non_killing_signal (0.59s)
19:27:49 [2021-06-10T19:27:49.243Z]     --- PASS: TestKillContainer/killing_signal (0.72s)
19:27:49 [2021-06-10T19:27:49.243Z] === RUN   TestKillWithStopSignalAndRestartPolicies
19:27:49 [2021-06-10T19:27:49.243Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
19:27:50 [2021-06-10T19:27:50.170Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
19:27:50 [2021-06-10T19:27:50.733Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.54s)
19:27:50 [2021-06-10T19:27:50.733Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.84s)
19:27:50 [2021-06-10T19:27:50.733Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.55s)
19:27:50 [2021-06-10T19:27:50.733Z] === RUN   TestKillStoppedContainer
19:27:50 [2021-06-10T19:27:50.733Z] --- PASS: TestKillStoppedContainer (0.04s)
19:27:50 [2021-06-10T19:27:50.733Z] === RUN   TestKillStoppedContainerAPIPre120
19:27:50 [2021-06-10T19:27:50.733Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
19:27:50 [2021-06-10T19:27:50.733Z] === RUN   TestKillDifferentUserContainer
19:27:51 [2021-06-10T19:27:51.660Z] --- PASS: TestKillDifferentUserContainer (0.72s)
19:27:51 [2021-06-10T19:27:51.660Z] === RUN   TestInspectOomKilledTrue
19:27:51 [2021-06-10T19:27:51.660Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
19:27:51 [2021-06-10T19:27:51.660Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
19:27:51 [2021-06-10T19:27:51.660Z] === RUN   TestInspectOomKilledFalse
19:27:52 [2021-06-10T19:27:52.222Z] --- PASS: TestInspectOomKilledFalse (0.71s)
19:27:52 [2021-06-10T19:27:52.222Z] === RUN   TestLinksEtcHostsContentMatch
19:27:53 [2021-06-10T19:27:53.150Z] --- PASS: TestLinksEtcHostsContentMatch (0.84s)
19:27:53 [2021-06-10T19:27:53.150Z] === RUN   TestLinksContainerNames
19:27:54 [2021-06-10T19:27:54.516Z] --- PASS: TestLinksContainerNames (1.46s)
19:27:54 [2021-06-10T19:27:54.516Z] === RUN   TestLogsFollowTailEmpty
19:27:55 [2021-06-10T19:27:55.443Z] --- PASS: TestLogsFollowTailEmpty (0.74s)
19:27:55 [2021-06-10T19:27:55.443Z] === RUN   TestContainerNetworkMountsNoChown
19:27:56 [2021-06-10T19:27:56.005Z] --- PASS: TestContainerNetworkMountsNoChown (0.72s)
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/default
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/default
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/private
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/private
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/rprivate
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/rprivate
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/slave
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/slave
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/rslave
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/rslave
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/shared
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/shared
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/rshared
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/rshared
19:27:56 [2021-06-10T19:27:56.005Z] === CONT  TestMountDaemonRoot/default
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/default/mount_root
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/default/mount_root
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/default/mount_subpath
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/default/bind_root
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/default/bind_root
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/default/bind_subpath
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
19:27:56 [2021-06-10T19:27:56.005Z] === CONT  TestMountDaemonRoot/default/mount_root
19:27:56 [2021-06-10T19:27:56.005Z] === CONT  TestMountDaemonRoot/rshared
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/rshared/bind_root
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/rshared/mount_root
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
19:27:56 [2021-06-10T19:27:56.005Z] === CONT  TestMountDaemonRoot/rshared/bind_root
19:27:56 [2021-06-10T19:27:56.005Z] === CONT  TestMountDaemonRoot/shared
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/shared/bind_root
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/shared/bind_root
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/shared/mount_root
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/shared/mount_root
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
19:27:56 [2021-06-10T19:27:56.005Z] === CONT  TestMountDaemonRoot/rslave
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/rslave/bind_root
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/rslave/mount_root
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
19:27:56 [2021-06-10T19:27:56.005Z] === CONT  TestMountDaemonRoot/slave
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/slave/bind_root
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/slave/bind_root
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/slave/mount_root
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/slave/mount_root
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
19:27:56 [2021-06-10T19:27:56.005Z] === CONT  TestMountDaemonRoot/rprivate
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
19:27:56 [2021-06-10T19:27:56.005Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
19:27:56 [2021-06-10T19:27:56.005Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
19:27:56 [2021-06-10T19:27:56.006Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
19:27:56 [2021-06-10T19:27:56.006Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
19:27:56 [2021-06-10T19:27:56.006Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
19:27:56 [2021-06-10T19:27:56.006Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
19:27:56 [2021-06-10T19:27:56.006Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
19:27:56 [2021-06-10T19:27:56.006Z] === CONT  TestMountDaemonRoot/private
19:27:56 [2021-06-10T19:27:56.006Z] === RUN   TestMountDaemonRoot/private/bind_root
19:27:56 [2021-06-10T19:27:56.006Z] === PAUSE TestMountDaemonRoot/private/bind_root
19:27:56 [2021-06-10T19:27:56.006Z] === RUN   TestMountDaemonRoot/private/bind_subpath
19:27:56 [2021-06-10T19:27:56.006Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
19:27:56 [2021-06-10T19:27:56.006Z] === RUN   TestMountDaemonRoot/private/mount_root
19:27:56 [2021-06-10T19:27:56.006Z] === PAUSE TestMountDaemonRoot/private/mount_root
19:27:56 [2021-06-10T19:27:56.006Z] === RUN   TestMountDaemonRoot/private/mount_subpath
19:27:56 [2021-06-10T19:27:56.006Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
19:27:56 [2021-06-10T19:27:56.006Z] === CONT  TestMountDaemonRoot/default/bind_subpath
19:27:56 [2021-06-10T19:27:56.006Z] === CONT  TestMountDaemonRoot/default/bind_root
19:27:56 [2021-06-10T19:27:56.006Z] === CONT  TestMountDaemonRoot/default/mount_subpath
19:27:56 [2021-06-10T19:27:56.006Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
19:27:56 [2021-06-10T19:27:56.261Z] === CONT  TestMountDaemonRoot/rshared/mount_root
19:27:56 [2021-06-10T19:27:56.261Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
19:27:56 [2021-06-10T19:27:56.261Z] === CONT  TestMountDaemonRoot/shared/bind_root
19:27:56 [2021-06-10T19:27:56.261Z] === CONT  TestMountDaemonRoot/rslave/bind_root
19:27:56 [2021-06-10T19:27:56.261Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
19:27:56 [2021-06-10T19:27:56.261Z] === CONT  TestMountDaemonRoot/shared/mount_root
19:27:56 [2021-06-10T19:27:56.261Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
19:27:56 [2021-06-10T19:27:56.261Z] === CONT  TestMountDaemonRoot/rslave/mount_root
19:27:56 [2021-06-10T19:27:56.262Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
19:27:56 [2021-06-10T19:27:56.262Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
19:27:56 [2021-06-10T19:27:56.262Z] === CONT  TestMountDaemonRoot/slave/bind_root
19:27:56 [2021-06-10T19:27:56.262Z] === CONT  TestMountDaemonRoot/slave/mount_root
19:27:56 [2021-06-10T19:27:56.262Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
19:27:56 [2021-06-10T19:27:56.262Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
19:27:56 [2021-06-10T19:27:56.262Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
19:27:56 [2021-06-10T19:27:56.518Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
19:27:56 [2021-06-10T19:27:56.518Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
19:27:56 [2021-06-10T19:27:56.518Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
19:27:56 [2021-06-10T19:27:56.518Z] === CONT  TestMountDaemonRoot/private/bind_root
19:27:56 [2021-06-10T19:27:56.518Z] === CONT  TestMountDaemonRoot/private/mount_subpath
19:27:56 [2021-06-10T19:27:56.518Z] === CONT  TestMountDaemonRoot/private/mount_root
19:27:56 [2021-06-10T19:27:56.518Z] === CONT  TestMountDaemonRoot/private/bind_subpath
19:27:56 [2021-06-10T19:27:56.518Z] --- PASS: TestMountDaemonRoot (0.02s)
19:27:56 [2021-06-10T19:27:56.518Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
19:27:56 [2021-06-10T19:27:56.518Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
19:27:56 [2021-06-10T19:27:56.518Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
19:27:56 [2021-06-10T19:27:56.518Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
19:27:56 [2021-06-10T19:27:56.518Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
19:27:56 [2021-06-10T19:27:56.518Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
19:27:56 [2021-06-10T19:27:56.518Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
19:27:56 [2021-06-10T19:27:56.518Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
19:27:56 [2021-06-10T19:27:56.518Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
19:27:56 [2021-06-10T19:27:56.518Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
19:27:56 [2021-06-10T19:27:56.518Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
19:27:56 [2021-06-10T19:27:56.518Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
19:27:56 [2021-06-10T19:27:56.518Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
19:27:56 [2021-06-10T19:27:56.518Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
19:27:56 [2021-06-10T19:27:56.518Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
19:27:56 [2021-06-10T19:27:56.518Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
19:27:56 [2021-06-10T19:27:56.518Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
19:27:56 [2021-06-10T19:27:56.518Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
19:27:56 [2021-06-10T19:27:56.518Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
19:27:56 [2021-06-10T19:27:56.518Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
19:27:56 [2021-06-10T19:27:56.518Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
19:27:56 [2021-06-10T19:27:56.518Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
19:27:56 [2021-06-10T19:27:56.518Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
19:27:56 [2021-06-10T19:27:56.518Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
19:27:56 [2021-06-10T19:27:56.518Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
19:27:56 [2021-06-10T19:27:56.518Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
19:27:56 [2021-06-10T19:27:56.518Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
19:27:56 [2021-06-10T19:27:56.518Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
19:27:56 [2021-06-10T19:27:56.518Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
19:27:56 [2021-06-10T19:27:56.519Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
19:27:56 [2021-06-10T19:27:56.519Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
19:27:56 [2021-06-10T19:27:56.519Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
19:27:56 [2021-06-10T19:27:56.519Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
19:27:56 [2021-06-10T19:27:56.519Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
19:27:56 [2021-06-10T19:27:56.519Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s)
19:27:56 [2021-06-10T19:27:56.519Z] === RUN   TestContainerBindMountNonRecursive
19:27:58 [2021-06-10T19:27:58.408Z] --- PASS: TestContainerBindMountNonRecursive (2.00s)
19:27:58 [2021-06-10T19:27:58.408Z] === RUN   TestContainerVolumesMountedAsShared
19:27:58 [2021-06-10T19:27:58.970Z] --- PASS: TestContainerVolumesMountedAsShared (0.47s)
19:27:58 [2021-06-10T19:27:58.970Z] === RUN   TestContainerVolumesMountedAsSlave
19:27:59 [2021-06-10T19:27:59.897Z] --- PASS: TestContainerVolumesMountedAsSlave (0.84s)
19:27:59 [2021-06-10T19:27:59.897Z] === RUN   TestNetworkNat
19:28:00 [2021-06-10T19:28:00.459Z] --- PASS: TestNetworkNat (0.77s)
19:28:00 [2021-06-10T19:28:00.459Z] === RUN   TestNetworkLocalhostTCPNat
19:28:01 [2021-06-10T19:28:01.388Z] --- PASS: TestNetworkLocalhostTCPNat (0.74s)
19:28:01 [2021-06-10T19:28:01.388Z] === RUN   TestNetworkLoopbackNat
19:28:04 [2021-06-10T19:28:04.658Z] --- PASS: TestNetworkLoopbackNat (3.15s)
19:28:04 [2021-06-10T19:28:04.658Z] === RUN   TestPause
19:28:05 [2021-06-10T19:28:05.220Z] --- PASS: TestPause (0.75s)
19:28:05 [2021-06-10T19:28:05.220Z] === RUN   TestPauseFailsOnWindowsServerContainers
19:28:05 [2021-06-10T19:28:05.220Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
19:28:05 [2021-06-10T19:28:05.220Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
19:28:05 [2021-06-10T19:28:05.220Z] === RUN   TestPauseStopPausedContainer
19:28:06 [2021-06-10T19:28:06.147Z] --- PASS: TestPauseStopPausedContainer (0.75s)
19:28:06 [2021-06-10T19:28:06.147Z] === RUN   TestPidHost
19:28:08 [2021-06-10T19:28:08.036Z] --- PASS: TestPidHost (2.04s)
19:28:08 [2021-06-10T19:28:08.036Z] === RUN   TestPsFilter
19:28:08 [2021-06-10T19:28:08.036Z] --- PASS: TestPsFilter (0.13s)
19:28:08 [2021-06-10T19:28:08.036Z] === RUN   TestRemoveContainerWithRemovedVolume
19:28:08 [2021-06-10T19:28:08.962Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.70s)
19:28:08 [2021-06-10T19:28:08.962Z] === RUN   TestRemoveContainerWithVolume
19:28:09 [2021-06-10T19:28:09.525Z] --- PASS: TestRemoveContainerWithVolume (0.69s)
19:28:09 [2021-06-10T19:28:09.525Z] === RUN   TestRemoveContainerRunning
19:28:10 [2021-06-10T19:28:10.454Z] --- PASS: TestRemoveContainerRunning (0.74s)
19:28:10 [2021-06-10T19:28:10.454Z] === RUN   TestRemoveContainerForceRemoveRunning
19:28:11 [2021-06-10T19:28:11.016Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.71s)
19:28:11 [2021-06-10T19:28:11.016Z] === RUN   TestRemoveInvalidContainer
19:28:11 [2021-06-10T19:28:11.016Z] --- PASS: TestRemoveInvalidContainer (0.01s)
19:28:11 [2021-06-10T19:28:11.016Z] === RUN   TestRenameLinkedContainer
19:28:14 [2021-06-10T19:28:14.283Z] --- PASS: TestRenameLinkedContainer (2.93s)
19:28:14 [2021-06-10T19:28:14.283Z] === RUN   TestRenameStoppedContainer
19:28:14 [2021-06-10T19:28:14.539Z] --- PASS: TestRenameStoppedContainer (0.70s)
19:28:14 [2021-06-10T19:28:14.539Z] === RUN   TestRenameRunningContainerAndReuse
19:28:15 [2021-06-10T19:28:15.906Z] --- PASS: TestRenameRunningContainerAndReuse (1.44s)
19:28:15 [2021-06-10T19:28:15.906Z] === RUN   TestRenameInvalidName
19:28:16 [2021-06-10T19:28:16.837Z] --- PASS: TestRenameInvalidName (0.72s)
19:28:16 [2021-06-10T19:28:16.837Z] === RUN   TestRenameAnonymousContainer
19:28:19 [2021-06-10T19:28:19.403Z] --- PASS: TestRenameAnonymousContainer (2.51s)
19:28:19 [2021-06-10T19:28:19.403Z] === RUN   TestRenameContainerWithSameName
19:28:19 [2021-06-10T19:28:19.973Z] --- PASS: TestRenameContainerWithSameName (0.71s)
19:28:19 [2021-06-10T19:28:19.973Z] === RUN   TestRenameContainerWithLinkedContainer
19:28:21 [2021-06-10T19:28:21.350Z] --- PASS: TestRenameContainerWithLinkedContainer (1.48s)
19:28:21 [2021-06-10T19:28:21.350Z] === RUN   TestResize
19:28:22 [2021-06-10T19:28:22.276Z] --- PASS: TestResize (0.75s)
19:28:22 [2021-06-10T19:28:22.276Z] === RUN   TestResizeWithInvalidSize
19:28:22 [2021-06-10T19:28:22.838Z] --- PASS: TestResizeWithInvalidSize (0.73s)
19:28:22 [2021-06-10T19:28:22.838Z] === RUN   TestResizeWhenContainerNotStarted
19:28:23 [2021-06-10T19:28:23.764Z] --- PASS: TestResizeWhenContainerNotStarted (0.70s)
19:28:23 [2021-06-10T19:28:23.764Z] === RUN   TestDaemonRestartKillContainers
19:28:23 [2021-06-10T19:28:23.764Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:28:23 [2021-06-10T19:28:23.764Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:28:26 [2021-06-10T19:28:26.282Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:28:26 [2021-06-10T19:28:26.282Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:28:28 [2021-06-10T19:28:28.803Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:28:29 [2021-06-10T19:28:29.059Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:28:31 [2021-06-10T19:28:31.575Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:28:31 [2021-06-10T19:28:31.575Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:28:32 [2021-06-10T19:28:32.939Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:28:33 [2021-06-10T19:28:33.195Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:28:34 [2021-06-10T19:28:34.123Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:28:34 [2021-06-10T19:28:34.684Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:28:36 [2021-06-10T19:28:36.573Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
19:28:36 [2021-06-10T19:28:36.573Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.27s)
19:28:36 [2021-06-10T19:28:36.573Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.34s)
19:28:36 [2021-06-10T19:28:36.573Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.98s)
19:28:36 [2021-06-10T19:28:36.573Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.14s)
19:28:36 [2021-06-10T19:28:36.573Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.20s)
19:28:36 [2021-06-10T19:28:36.573Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.31s)
19:28:36 [2021-06-10T19:28:36.573Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.42s)
19:28:36 [2021-06-10T19:28:36.573Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.20s)
19:28:36 [2021-06-10T19:28:36.573Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.33s)
19:28:36 [2021-06-10T19:28:36.573Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.29s)
19:28:36 [2021-06-10T19:28:36.573Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.31s)
19:28:36 [2021-06-10T19:28:36.573Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.96s)
19:28:36 [2021-06-10T19:28:36.573Z] === RUN   TestCgroupNamespacesRun
19:28:38 [2021-06-10T19:28:38.462Z] --- PASS: TestCgroupNamespacesRun (1.74s)
19:28:38 [2021-06-10T19:28:38.462Z] === RUN   TestCgroupNamespacesRunPrivileged
19:28:38 [2021-06-10T19:28:38.462Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
19:28:38 [2021-06-10T19:28:38.462Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
19:28:38 [2021-06-10T19:28:38.462Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
19:28:40 [2021-06-10T19:28:40.350Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.80s)
19:28:40 [2021-06-10T19:28:40.350Z] === RUN   TestCgroupNamespacesRunHostMode
19:28:41 [2021-06-10T19:28:41.715Z] --- PASS: TestCgroupNamespacesRunHostMode (1.70s)
19:28:41 [2021-06-10T19:28:41.715Z] === RUN   TestCgroupNamespacesRunPrivateMode
19:28:43 [2021-06-10T19:28:43.604Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.68s)
19:28:43 [2021-06-10T19:28:43.604Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
19:28:44 [2021-06-10T19:28:44.968Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.21s)
19:28:44 [2021-06-10T19:28:44.968Z] === RUN   TestCgroupNamespacesRunInvalidMode
19:28:45 [2021-06-10T19:28:45.530Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.76s)
19:28:45 [2021-06-10T19:28:45.530Z] === RUN   TestCgroupNamespacesRunOlderClient
19:28:47 [2021-06-10T19:28:47.419Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.73s)
19:28:47 [2021-06-10T19:28:47.419Z] === RUN   TestNISDomainname
19:28:48 [2021-06-10T19:28:48.784Z] --- PASS: TestNISDomainname (1.33s)
19:28:48 [2021-06-10T19:28:48.784Z] === RUN   TestHostnameDnsResolution
19:28:49 [2021-06-10T19:28:49.713Z] --- PASS: TestHostnameDnsResolution (1.24s)
19:28:49 [2021-06-10T19:28:49.713Z] === RUN   TestStats
19:28:52 [2021-06-10T19:28:52.976Z] --- PASS: TestStats (2.78s)
19:28:52 [2021-06-10T19:28:52.976Z] === RUN   TestStopContainerWithTimeout
19:28:52 [2021-06-10T19:28:52.976Z] === RUN   TestStopContainerWithTimeout/0
19:28:52 [2021-06-10T19:28:52.976Z] === PAUSE TestStopContainerWithTimeout/0
19:28:52 [2021-06-10T19:28:52.976Z] === RUN   TestStopContainerWithTimeout/1
19:28:52 [2021-06-10T19:28:52.976Z] === PAUSE TestStopContainerWithTimeout/1
19:28:52 [2021-06-10T19:28:52.976Z] === RUN   TestStopContainerWithTimeout/3
19:28:52 [2021-06-10T19:28:52.976Z] === PAUSE TestStopContainerWithTimeout/3
19:28:52 [2021-06-10T19:28:52.976Z] === RUN   TestStopContainerWithTimeout/-1
19:28:52 [2021-06-10T19:28:52.976Z] === PAUSE TestStopContainerWithTimeout/-1
19:28:52 [2021-06-10T19:28:52.976Z] === CONT  TestStopContainerWithTimeout/0
19:28:52 [2021-06-10T19:28:52.976Z] === CONT  TestStopContainerWithTimeout/-1
19:28:53 [2021-06-10T19:28:53.538Z] === CONT  TestStopContainerWithTimeout/3
19:28:56 [2021-06-10T19:28:56.052Z] === CONT  TestStopContainerWithTimeout/1
19:28:57 [2021-06-10T19:28:57.415Z] --- PASS: TestStopContainerWithTimeout (0.01s)
19:28:57 [2021-06-10T19:28:57.416Z]     --- PASS: TestStopContainerWithTimeout/0 (1.03s)
19:28:57 [2021-06-10T19:28:57.416Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.03s)
19:28:57 [2021-06-10T19:28:57.416Z]     --- PASS: TestStopContainerWithTimeout/3 (2.68s)
19:28:57 [2021-06-10T19:28:57.416Z]     --- PASS: TestStopContainerWithTimeout/1 (1.69s)
19:28:57 [2021-06-10T19:28:57.416Z] === RUN   TestDeleteDevicemapper
19:28:57 [2021-06-10T19:28:57.416Z] --- SKIP: TestDeleteDevicemapper (0.00s)
19:28:57 [2021-06-10T19:28:57.416Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
19:28:57 [2021-06-10T19:28:57.416Z] === RUN   TestStopContainerWithRestartPolicyAlways
19:28:59 [2021-06-10T19:28:59.934Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.32s)
19:28:59 [2021-06-10T19:28:59.934Z] === RUN   TestUpdateMemory
19:29:00 [2021-06-10T19:29:00.861Z] --- PASS: TestUpdateMemory (1.34s)
19:29:00 [2021-06-10T19:29:00.861Z] === RUN   TestUpdateCPUQuota
19:29:08 [2021-06-10T19:29:08.941Z] --- PASS: TestUpdateCPUQuota (6.85s)
19:29:08 [2021-06-10T19:29:08.941Z] === RUN   TestUpdatePidsLimit
19:29:08 [2021-06-10T19:29:08.941Z] === RUN   TestUpdatePidsLimit/update_from_none
19:29:08 [2021-06-10T19:29:08.941Z] === RUN   TestUpdatePidsLimit/no_change
19:29:09 [2021-06-10T19:29:09.197Z] === RUN   TestUpdatePidsLimit/update_lower
19:29:10 [2021-06-10T19:29:10.151Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
19:29:10 [2021-06-10T19:29:10.717Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
19:29:11 [2021-06-10T19:29:11.643Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
19:29:12 [2021-06-10T19:29:12.204Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
19:29:13 [2021-06-10T19:29:13.568Z] --- PASS: TestUpdatePidsLimit (5.74s)
19:29:13 [2021-06-10T19:29:13.568Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.73s)
19:29:13 [2021-06-10T19:29:13.568Z]     --- PASS: TestUpdatePidsLimit/no_change (0.71s)
19:29:13 [2021-06-10T19:29:13.568Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.79s)
19:29:13 [2021-06-10T19:29:13.568Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.74s)
19:29:13 [2021-06-10T19:29:13.568Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.71s)
19:29:13 [2021-06-10T19:29:13.568Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.73s)
19:29:13 [2021-06-10T19:29:13.568Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.74s)
19:29:13 [2021-06-10T19:29:13.568Z] === RUN   TestUpdateRestartPolicy
19:29:28 [2021-06-10T19:29:28.401Z] --- PASS: TestUpdateRestartPolicy (12.79s)
19:29:28 [2021-06-10T19:29:28.401Z] === RUN   TestUpdateRestartWithAutoRemove
19:29:28 [2021-06-10T19:29:28.401Z] --- PASS: TestUpdateRestartWithAutoRemove (0.73s)
19:29:28 [2021-06-10T19:29:28.401Z] === RUN   TestWaitNonBlocked
19:29:28 [2021-06-10T19:29:28.401Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
19:29:28 [2021-06-10T19:29:28.401Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
19:29:28 [2021-06-10T19:29:28.401Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
19:29:28 [2021-06-10T19:29:28.401Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
19:29:28 [2021-06-10T19:29:28.401Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
19:29:28 [2021-06-10T19:29:28.401Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
19:29:28 [2021-06-10T19:29:28.401Z] --- PASS: TestWaitNonBlocked (0.01s)
19:29:28 [2021-06-10T19:29:28.401Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.01s)
19:29:28 [2021-06-10T19:29:28.401Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.06s)
19:29:28 [2021-06-10T19:29:28.401Z] === RUN   TestWaitBlocked
19:29:28 [2021-06-10T19:29:28.401Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
19:29:28 [2021-06-10T19:29:28.402Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
19:29:28 [2021-06-10T19:29:28.402Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
19:29:28 [2021-06-10T19:29:28.402Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
19:29:28 [2021-06-10T19:29:28.402Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
19:29:28 [2021-06-10T19:29:28.402Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
19:29:29 [2021-06-10T19:29:29.329Z] --- PASS: TestWaitBlocked (0.01s)
19:29:29 [2021-06-10T19:29:29.329Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.19s)
19:29:29 [2021-06-10T19:29:29.329Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.24s)
19:29:29 [2021-06-10T19:29:29.329Z] === CONT  TestContainerStartOnDaemonRestart
19:29:29 [2021-06-10T19:29:29.329Z] === CONT  TestIpcModeOlderClient
19:29:29 [2021-06-10T19:29:29.329Z] --- PASS: TestIpcModeOlderClient (0.07s)
19:29:29 [2021-06-10T19:29:29.329Z] === CONT  TestRestartDaemonWithRestartingContainer
19:29:32 [2021-06-10T19:29:32.595Z] --- PASS: TestContainerStartOnDaemonRestart (3.20s)
19:29:32 [2021-06-10T19:29:32.595Z] === CONT  TestContainerKillOnDaemonStart
19:29:32 [2021-06-10T19:29:32.595Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.24s)
19:29:32 [2021-06-10T19:29:32.595Z] === CONT  TestDaemonHostGatewayIP
19:29:36 [2021-06-10T19:29:36.760Z] --- PASS: TestDaemonHostGatewayIP (3.76s)
19:29:36 [2021-06-10T19:29:36.760Z] === CONT  TestDaemonRestartIpcMode
19:29:40 [2021-06-10T19:29:40.026Z] --- PASS: TestDaemonRestartIpcMode (3.06s)
19:29:45 [2021-06-10T19:29:45.264Z] --- PASS: TestContainerKillOnDaemonStart (12.14s)
19:29:45 [2021-06-10T19:29:45.264Z] PASS
19:29:45 [2021-06-10T19:29:45.264Z] 
19:29:45 [2021-06-10T19:29:45.264Z] === Skipped
19:29:45 [2021-06-10T19:29:45.264Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
19:29:45 [2021-06-10T19:29:45.264Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
19:29:45 [2021-06-10T19:29:45.264Z] 
19:29:45 [2021-06-10T19:29:45.264Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
19:29:45 [2021-06-10T19:29:45.264Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
19:29:45 [2021-06-10T19:29:45.264Z] 
19:29:45 [2021-06-10T19:29:45.264Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
19:29:45 [2021-06-10T19:29:45.264Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
19:29:45 [2021-06-10T19:29:45.264Z] 
19:29:45 [2021-06-10T19:29:45.264Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
19:29:45 [2021-06-10T19:29:45.264Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
19:29:45 [2021-06-10T19:29:45.264Z] 
19:29:45 [2021-06-10T19:29:45.264Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
19:29:45 [2021-06-10T19:29:45.264Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
19:29:45 [2021-06-10T19:29:45.264Z] 
19:29:45 [2021-06-10T19:29:45.264Z] 
19:29:45 [2021-06-10T19:29:45.264Z] DONE 196 tests, 5 skipped in 153.775s
19:29:45 [2021-06-10T19:29:45.264Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
19:29:45 [2021-06-10T19:29:45.264Z] INFO: Testing against a local daemon
19:29:45 [2021-06-10T19:29:45.264Z] === RUN   TestCommitInheritsEnv
19:29:45 [2021-06-10T19:29:45.264Z] --- PASS: TestCommitInheritsEnv (0.37s)
19:29:45 [2021-06-10T19:29:45.264Z] === RUN   TestImportExtremelyLargeImageWorks
19:29:45 [2021-06-10T19:29:45.264Z] === PAUSE TestImportExtremelyLargeImageWorks
19:29:45 [2021-06-10T19:29:45.264Z] === RUN   TestImagesFilterMultiReference
19:29:45 [2021-06-10T19:29:45.264Z] --- PASS: TestImagesFilterMultiReference (0.10s)
19:29:45 [2021-06-10T19:29:45.264Z] === RUN   TestImagePullPlatformInvalid
19:29:45 [2021-06-10T19:29:45.264Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
19:29:45 [2021-06-10T19:29:45.264Z] === RUN   TestRemoveImageOrphaning
19:29:45 [2021-06-10T19:29:45.520Z] --- PASS: TestRemoveImageOrphaning (0.31s)
19:29:45 [2021-06-10T19:29:45.520Z] === RUN   TestRemoveImageGarbageCollector
19:29:47 [2021-06-10T19:29:47.409Z] --- PASS: TestRemoveImageGarbageCollector (1.96s)
19:29:47 [2021-06-10T19:29:47.409Z] === RUN   TestTagUnprefixedRepoByNameOrName
19:29:47 [2021-06-10T19:29:47.409Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
19:29:47 [2021-06-10T19:29:47.409Z] === RUN   TestTagInvalidReference
19:29:47 [2021-06-10T19:29:47.665Z] --- PASS: TestTagInvalidReference (0.02s)
19:29:47 [2021-06-10T19:29:47.665Z] === RUN   TestTagValidPrefixedRepo
19:29:47 [2021-06-10T19:29:47.665Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
19:29:47 [2021-06-10T19:29:47.665Z] === RUN   TestTagExistedNameWithoutForce
19:29:47 [2021-06-10T19:29:47.665Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
19:29:47 [2021-06-10T19:29:47.665Z] === RUN   TestTagOfficialNames
19:29:47 [2021-06-10T19:29:47.665Z] --- PASS: TestTagOfficialNames (0.08s)
19:29:47 [2021-06-10T19:29:47.665Z] === RUN   TestTagMatchesDigest
19:29:47 [2021-06-10T19:29:47.665Z] --- PASS: TestTagMatchesDigest (0.01s)
19:29:47 [2021-06-10T19:29:47.665Z] === CONT  TestImportExtremelyLargeImageWorks
19:31:39 [2021-06-10T19:31:39.048Z] --- PASS: TestImportExtremelyLargeImageWorks (102.45s)
19:31:39 [2021-06-10T19:31:39.049Z] PASS
19:31:39 [2021-06-10T19:31:39.049Z] 
19:31:39 [2021-06-10T19:31:39.049Z] DONE 12 tests in 105.445s
19:31:39 [2021-06-10T19:31:39.049Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
19:31:39 [2021-06-10T19:31:39.049Z] INFO: Testing against a local daemon
19:31:39 [2021-06-10T19:31:39.049Z] === RUN   TestNetworkCreateDelete
19:31:39 [2021-06-10T19:31:39.049Z] --- PASS: TestNetworkCreateDelete (0.13s)
19:31:39 [2021-06-10T19:31:39.049Z] === RUN   TestDockerNetworkDeletePreferID
19:31:39 [2021-06-10T19:31:39.049Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s)
19:31:39 [2021-06-10T19:31:39.049Z] === RUN   TestDaemonDNSFallback
19:31:39 [2021-06-10T19:31:39.049Z] --- PASS: TestDaemonDNSFallback (6.71s)
19:31:39 [2021-06-10T19:31:39.049Z] === RUN   TestInspectNetwork
19:31:41 [2021-06-10T19:31:41.563Z] === RUN   TestInspectNetwork/full_network_id
19:31:41 [2021-06-10T19:31:41.563Z] === RUN   TestInspectNetwork/partial_network_id
19:31:41 [2021-06-10T19:31:41.563Z] === RUN   TestInspectNetwork/network_name
19:31:41 [2021-06-10T19:31:41.563Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
19:31:45 [2021-06-10T19:31:45.724Z] --- PASS: TestInspectNetwork (8.11s)
19:31:45 [2021-06-10T19:31:45.724Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
19:31:45 [2021-06-10T19:31:45.724Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
19:31:45 [2021-06-10T19:31:45.724Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
19:31:45 [2021-06-10T19:31:45.724Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
19:31:45 [2021-06-10T19:31:45.724Z] === RUN   TestRunContainerWithBridgeNone
19:31:48 [2021-06-10T19:31:48.997Z] --- PASS: TestRunContainerWithBridgeNone (3.14s)
19:31:48 [2021-06-10T19:31:48.997Z] === RUN   TestNetworkInvalidJSON
19:31:48 [2021-06-10T19:31:48.997Z] === RUN   TestNetworkInvalidJSON//networks/create
19:31:48 [2021-06-10T19:31:48.997Z] === PAUSE TestNetworkInvalidJSON//networks/create
19:31:48 [2021-06-10T19:31:48.997Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
19:31:48 [2021-06-10T19:31:48.997Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
19:31:48 [2021-06-10T19:31:48.997Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
19:31:48 [2021-06-10T19:31:48.997Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
19:31:48 [2021-06-10T19:31:48.997Z] === CONT  TestNetworkInvalidJSON//networks/create
19:31:48 [2021-06-10T19:31:48.997Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
19:31:48 [2021-06-10T19:31:48.997Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
19:31:48 [2021-06-10T19:31:48.997Z] --- PASS: TestNetworkInvalidJSON (0.02s)
19:31:48 [2021-06-10T19:31:48.997Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
19:31:48 [2021-06-10T19:31:48.997Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
19:31:48 [2021-06-10T19:31:48.997Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
19:31:48 [2021-06-10T19:31:48.997Z] === RUN   TestNetworkList
19:31:48 [2021-06-10T19:31:48.997Z] === RUN   TestNetworkList//networks
19:31:48 [2021-06-10T19:31:48.997Z] === PAUSE TestNetworkList//networks
19:31:48 [2021-06-10T19:31:48.997Z] === RUN   TestNetworkList//networks/
19:31:48 [2021-06-10T19:31:48.997Z] === PAUSE TestNetworkList//networks/
19:31:48 [2021-06-10T19:31:48.998Z] === CONT  TestNetworkList//networks
19:31:48 [2021-06-10T19:31:48.998Z] === CONT  TestNetworkList//networks/
19:31:48 [2021-06-10T19:31:48.998Z] --- PASS: TestNetworkList (0.01s)
19:31:48 [2021-06-10T19:31:48.998Z]     --- PASS: TestNetworkList//networks/ (0.00s)
19:31:48 [2021-06-10T19:31:48.998Z]     --- PASS: TestNetworkList//networks (0.00s)
19:31:48 [2021-06-10T19:31:48.998Z] === RUN   TestHostIPv4BridgeLabel
19:31:49 [2021-06-10T19:31:49.253Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
19:31:49 [2021-06-10T19:31:49.253Z] === RUN   TestDaemonRestartWithLiveRestore
19:31:50 [2021-06-10T19:31:50.179Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
19:31:50 [2021-06-10T19:31:50.179Z] === RUN   TestDaemonDefaultNetworkPools
19:31:51 [2021-06-10T19:31:51.106Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s)
19:31:51 [2021-06-10T19:31:51.107Z] === RUN   TestDaemonRestartWithExistingNetwork
19:31:52 [2021-06-10T19:31:52.034Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
19:31:52 [2021-06-10T19:31:52.034Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
19:31:53 [2021-06-10T19:31:53.400Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s)
19:31:53 [2021-06-10T19:31:53.400Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
19:31:53 [2021-06-10T19:31:53.972Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
19:31:53 [2021-06-10T19:31:53.972Z] === RUN   TestServiceWithPredefinedNetwork
19:31:56 [2021-06-10T19:31:56.569Z] --- PASS: TestServiceWithPredefinedNetwork (2.75s)
19:31:56 [2021-06-10T19:31:56.569Z] === RUN   TestServiceRemoveKeepsIngressNetwork
19:31:56 [2021-06-10T19:31:56.569Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
19:31:56 [2021-06-10T19:31:56.569Z]     service_test.go:242: FLAKY_TEST
19:31:56 [2021-06-10T19:31:56.569Z] === RUN   TestServiceWithDataPathPortInit
19:32:14 [2021-06-10T19:32:14.608Z] --- PASS: TestServiceWithDataPathPortInit (15.00s)
19:32:14 [2021-06-10T19:32:14.608Z] === RUN   TestServiceWithDefaultAddressPoolInit
19:32:19 [2021-06-10T19:32:19.848Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.45s)
19:32:19 [2021-06-10T19:32:19.848Z]     service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:hb7u9bk8ivsgtu7ku4kgd0ez1 Created:2021-06-10 19:32:13.017909575 +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[a5e2d87fd20ace59d081a5e27c7a112e31152c12e6358716a58b17eccc156821:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.va1kk0qxys8wbyj4l999os8nm EndpointID:29e9c56079ff847bfd09f328327785178abdca2466c5d544b67609f400ff21fc MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ba6902637d395a4e6eaaec41be1d1132a61407c0dd77ac8257356106af6a5cdc 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:5aedd418382f IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.va1kk0qxys8wbyj4l999os8nm EndpointID:29e9c56079ff847bfd09f328327785178abdca2466c5d544b67609f400ff21fc EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
19:32:19 [2021-06-10T19:32:19.848Z] PASS
19:32:19 [2021-06-10T19:32:19.848Z] 
19:32:19 [2021-06-10T19:32:19.848Z] === Skipped
19:32:19 [2021-06-10T19:32:19.848Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
19:32:19 [2021-06-10T19:32:19.848Z]     service_test.go:242: FLAKY_TEST
19:32:19 [2021-06-10T19:32:19.848Z] 
19:32:19 [2021-06-10T19:32:19.848Z] 
19:32:19 [2021-06-10T19:32:19.848Z] DONE 26 tests, 1 skipped in 48.961s
19:32:19 [2021-06-10T19:32:19.848Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
19:32:19 [2021-06-10T19:32:19.848Z] INFO: Testing against a local daemon
19:32:19 [2021-06-10T19:32:19.848Z] === RUN   TestDockerNetworkIpvlanPersistance
19:32:19 [2021-06-10T19:32:19.848Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
19:32:19 [2021-06-10T19:32:19.848Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:32:19 [2021-06-10T19:32:19.848Z] === RUN   TestDockerNetworkIpvlan
19:32:19 [2021-06-10T19:32:19.848Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
19:32:19 [2021-06-10T19:32:19.848Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:32:19 [2021-06-10T19:32:19.848Z] PASS
19:32:19 [2021-06-10T19:32:19.848Z] 
19:32:19 [2021-06-10T19:32:19.848Z] === Skipped
19:32:19 [2021-06-10T19:32:19.848Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
19:32:19 [2021-06-10T19:32:19.848Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:32:19 [2021-06-10T19:32:19.848Z] 
19:32:19 [2021-06-10T19:32:19.848Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
19:32:19 [2021-06-10T19:32:19.848Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:32:19 [2021-06-10T19:32:19.848Z] 
19:32:19 [2021-06-10T19:32:19.848Z] 
19:32:19 [2021-06-10T19:32:19.848Z] DONE 2 tests, 2 skipped in 0.035s
19:32:19 [2021-06-10T19:32:19.848Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
19:32:19 [2021-06-10T19:32:19.848Z] INFO: Testing against a local daemon
19:32:19 [2021-06-10T19:32:19.848Z] === RUN   TestDockerNetworkMacvlanPersistance
19:32:20 [2021-06-10T19:32:20.413Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.30s)
19:32:20 [2021-06-10T19:32:20.413Z] === RUN   TestDockerNetworkMacvlan
19:32:21 [2021-06-10T19:32:21.340Z] === RUN   TestDockerNetworkMacvlan/Subinterface
19:32:21 [2021-06-10T19:32:21.901Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
19:32:22 [2021-06-10T19:32:22.827Z] === RUN   TestDockerNetworkMacvlan/NilParent
19:32:26 [2021-06-10T19:32:26.096Z] === RUN   TestDockerNetworkMacvlan/InternalMode
19:32:28 [2021-06-10T19:32:28.633Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
19:32:35 [2021-06-10T19:32:35.173Z] === RUN   TestDockerNetworkMacvlan/Addressing
19:32:35 [2021-06-10T19:32:35.735Z] --- PASS: TestDockerNetworkMacvlan (15.29s)
19:32:35 [2021-06-10T19:32:35.735Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s)
19:32:35 [2021-06-10T19:32:35.735Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
19:32:35 [2021-06-10T19:32:35.735Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.68s)
19:32:35 [2021-06-10T19:32:35.735Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.02s)
19:32:35 [2021-06-10T19:32:35.735Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.28s)
19:32:35 [2021-06-10T19:32:35.735Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.42s)
19:32:35 [2021-06-10T19:32:35.735Z] PASS
19:32:35 [2021-06-10T19:32:35.735Z] 
19:32:35 [2021-06-10T19:32:35.735Z] DONE 8 tests in 16.628s
19:32:35 [2021-06-10T19:32:35.735Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
19:32:35 [2021-06-10T19:32:35.735Z] testing: warning: no tests to run
19:32:35 [2021-06-10T19:32:35.735Z] PASS
19:32:35 [2021-06-10T19:32:35.735Z] 
19:32:35 [2021-06-10T19:32:35.735Z] DONE 0 tests in 0.006s
19:32:35 [2021-06-10T19:32:35.735Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
19:32:35 [2021-06-10T19:32:35.991Z] INFO: Testing against a local daemon
19:32:35 [2021-06-10T19:32:35.991Z] === RUN   TestAuthZPluginAllowRequest
19:32:37 [2021-06-10T19:32:37.358Z] --- PASS: TestAuthZPluginAllowRequest (1.46s)
19:32:37 [2021-06-10T19:32:37.358Z] === RUN   TestAuthZPluginTLS
19:32:37 [2021-06-10T19:32:37.918Z] --- PASS: TestAuthZPluginTLS (0.54s)
19:32:37 [2021-06-10T19:32:37.918Z] === RUN   TestAuthZPluginDenyRequest
19:32:38 [2021-06-10T19:32:38.480Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
19:32:38 [2021-06-10T19:32:38.480Z] === RUN   TestAuthZPluginAPIDenyResponse
19:32:39 [2021-06-10T19:32:39.041Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
19:32:39 [2021-06-10T19:32:39.041Z] === RUN   TestAuthZPluginDenyResponse
19:32:39 [2021-06-10T19:32:39.602Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
19:32:39 [2021-06-10T19:32:39.602Z] === RUN   TestAuthZPluginAllowEventStream
19:32:40 [2021-06-10T19:32:40.966Z] --- PASS: TestAuthZPluginAllowEventStream (1.47s)
19:32:40 [2021-06-10T19:32:40.966Z] === RUN   TestAuthZPluginErrorResponse
19:32:41 [2021-06-10T19:32:41.528Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
19:32:41 [2021-06-10T19:32:41.528Z] === RUN   TestAuthZPluginErrorRequest
19:32:42 [2021-06-10T19:32:42.089Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
19:32:42 [2021-06-10T19:32:42.089Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
19:32:42 [2021-06-10T19:32:42.650Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
19:32:42 [2021-06-10T19:32:42.650Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
19:32:44 [2021-06-10T19:32:44.540Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.75s)
19:32:44 [2021-06-10T19:32:44.540Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
19:32:46 [2021-06-10T19:32:46.427Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.78s)
19:32:46 [2021-06-10T19:32:46.427Z] === RUN   TestAuthZPluginHeader
19:32:46 [2021-06-10T19:32:46.988Z] --- PASS: TestAuthZPluginHeader (0.73s)
19:32:46 [2021-06-10T19:32:46.988Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
19:32:51 [2021-06-10T19:32:51.152Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.77s)
19:32:51 [2021-06-10T19:32:51.152Z] === RUN   TestAuthZPluginV2Disable
19:32:53 [2021-06-10T19:32:53.664Z] --- PASS: TestAuthZPluginV2Disable (2.90s)
19:32:53 [2021-06-10T19:32:53.664Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
19:32:56 [2021-06-10T19:32:56.178Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.70s)
19:32:56 [2021-06-10T19:32:56.178Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
19:33:06 [2021-06-10T19:33:06.145Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.96s)
19:33:06 [2021-06-10T19:33:06.145Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
19:33:24 [2021-06-10T19:33:24.194Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s)
19:33:24 [2021-06-10T19:33:24.194Z] PASS
19:33:24 [2021-06-10T19:33:24.194Z] 
19:33:24 [2021-06-10T19:33:24.194Z] DONE 17 tests in 46.880s
19:33:24 [2021-06-10T19:33:24.194Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
19:33:24 [2021-06-10T19:33:24.194Z] INFO: Testing against a local daemon
19:33:24 [2021-06-10T19:33:24.194Z] === RUN   TestPluginInvalidJSON
19:33:24 [2021-06-10T19:33:24.194Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
19:33:24 [2021-06-10T19:33:24.194Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
19:33:24 [2021-06-10T19:33:24.194Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
19:33:24 [2021-06-10T19:33:24.194Z] --- PASS: TestPluginInvalidJSON (0.02s)
19:33:24 [2021-06-10T19:33:24.194Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
19:33:24 [2021-06-10T19:33:24.194Z] === RUN   TestPluginInstall
19:33:24 [2021-06-10T19:33:24.194Z] === RUN   TestPluginInstall/no_auth
19:33:24 [2021-06-10T19:33:24.755Z] time="2021-06-10T19:33:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:33:24 [2021-06-10T19:33:24.755Z] time="2021-06-10T19:33:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:28d967a608d6a0198cccd2b8fb94dd9f0c685848d3cca2a7e958f7826c737971" mediatype=application/vnd.docker.plugin.v1+json size=522
19:33:24 [2021-06-10T19:33:24.755Z] time="2021-06-10T19:33:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:33:24 [2021-06-10T19:33:24.756Z] time="2021-06-10T19:33:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:28d967a608d6a0198cccd2b8fb94dd9f0c685848d3cca2a7e958f7826c737971" mediatype=application/vnd.docker.plugin.v1+json size=522
19:33:24 [2021-06-10T19:33:24.756Z] === RUN   TestPluginInstall/with_htpasswd
19:33:25 [2021-06-10T19:33:25.317Z] time="2021-06-10T19:33:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:33:25 [2021-06-10T19:33:25.317Z] time="2021-06-10T19:33:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:30030838aec2fd783438c851be21d2496a9a57670f322a5f449692ecbdc91140" mediatype=application/vnd.docker.plugin.v1+json size=522
19:33:25 [2021-06-10T19:33:25.317Z] time="2021-06-10T19:33:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:33:25 [2021-06-10T19:33:25.317Z] time="2021-06-10T19:33:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:30030838aec2fd783438c851be21d2496a9a57670f322a5f449692ecbdc91140" mediatype=application/vnd.docker.plugin.v1+json size=522
19:33:25 [2021-06-10T19:33:25.572Z] === RUN   TestPluginInstall/with_insecure
19:33:26 [2021-06-10T19:33:26.936Z] time="2021-06-10T19:33:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:33:26 [2021-06-10T19:33:26.936Z] time="2021-06-10T19:33:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ee0018498f16111765b6ef1b51fd3e764867a2e8d4c6afa5d2a29c11354a1609" mediatype=application/vnd.docker.plugin.v1+json size=522
19:33:26 [2021-06-10T19:33:26.936Z] time="2021-06-10T19:33:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:33:26 [2021-06-10T19:33:26.936Z] time="2021-06-10T19:33:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ee0018498f16111765b6ef1b51fd3e764867a2e8d4c6afa5d2a29c11354a1609" mediatype=application/vnd.docker.plugin.v1+json size=522
19:33:26 [2021-06-10T19:33:26.936Z] --- PASS: TestPluginInstall (4.12s)
19:33:26 [2021-06-10T19:33:26.936Z]     --- PASS: TestPluginInstall/no_auth (2.06s)
19:33:26 [2021-06-10T19:33:26.936Z]     --- PASS: TestPluginInstall/with_htpasswd (0.80s)
19:33:26 [2021-06-10T19:33:26.936Z]     --- PASS: TestPluginInstall/with_insecure (1.26s)
19:33:26 [2021-06-10T19:33:26.936Z]         plugin_test.go:165: [d7eb95a4a48fe] daemon is not started
19:33:26 [2021-06-10T19:33:26.936Z] === RUN   TestPluginsWithRuntimes
19:33:28 [2021-06-10T19:33:28.828Z] === RUN   TestPluginsWithRuntimes/No_Args
19:33:29 [2021-06-10T19:33:29.754Z] === RUN   TestPluginsWithRuntimes/With_Args
19:33:30 [2021-06-10T19:33:30.680Z] --- PASS: TestPluginsWithRuntimes (3.60s)
19:33:30 [2021-06-10T19:33:30.680Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.94s)
19:33:30 [2021-06-10T19:33:30.680Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.92s)
19:33:30 [2021-06-10T19:33:30.680Z] === RUN   TestPluginBackCompatMediaTypes
19:33:31 [2021-06-10T19:33:31.249Z] --- PASS: TestPluginBackCompatMediaTypes (0.71s)
19:33:31 [2021-06-10T19:33:31.249Z] PASS
19:33:31 [2021-06-10T19:33:31.249Z] 
19:33:31 [2021-06-10T19:33:31.249Z] DONE 10 tests in 8.477s
19:33:31 [2021-06-10T19:33:31.249Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
19:33:31 [2021-06-10T19:33:31.249Z] INFO: Testing against a local daemon
19:33:31 [2021-06-10T19:33:31.249Z] === RUN   TestExternalGraphDriver
19:33:31 [2021-06-10T19:33:31.249Z] === RUN   TestExternalGraphDriver/json
19:33:33 [2021-06-10T19:33:33.764Z] === RUN   TestExternalGraphDriver/spec
19:33:35 [2021-06-10T19:33:35.652Z] === RUN   TestExternalGraphDriver/pull
19:33:37 [2021-06-10T19:33:37.057Z] --- PASS: TestExternalGraphDriver (5.64s)
19:33:37 [2021-06-10T19:33:37.057Z]     --- PASS: TestExternalGraphDriver/json (1.98s)
19:33:37 [2021-06-10T19:33:37.057Z]     --- PASS: TestExternalGraphDriver/spec (1.96s)
19:33:37 [2021-06-10T19:33:37.057Z]     --- PASS: TestExternalGraphDriver/pull (1.63s)
19:33:37 [2021-06-10T19:33:37.057Z] === RUN   TestGraphdriverPluginV2
19:33:41 [2021-06-10T19:33:41.222Z] --- PASS: TestGraphdriverPluginV2 (3.98s)
19:33:41 [2021-06-10T19:33:41.222Z] PASS
19:33:41 [2021-06-10T19:33:41.222Z] 
19:33:41 [2021-06-10T19:33:41.222Z] DONE 5 tests in 9.658s
19:33:41 [2021-06-10T19:33:41.222Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
19:33:41 [2021-06-10T19:33:41.222Z] INFO: Testing against a local daemon
19:33:41 [2021-06-10T19:33:41.222Z] === RUN   TestContinueAfterPluginCrash
19:33:41 [2021-06-10T19:33:41.222Z] === PAUSE TestContinueAfterPluginCrash
19:33:41 [2021-06-10T19:33:41.222Z] === RUN   TestReadPluginNoRead
19:33:41 [2021-06-10T19:33:41.222Z] === PAUSE TestReadPluginNoRead
19:33:41 [2021-06-10T19:33:41.222Z] === RUN   TestDaemonStartWithLogOpt
19:33:41 [2021-06-10T19:33:41.222Z] === PAUSE TestDaemonStartWithLogOpt
19:33:41 [2021-06-10T19:33:41.222Z] === CONT  TestContinueAfterPluginCrash
19:33:41 [2021-06-10T19:33:41.222Z] === CONT  TestDaemonStartWithLogOpt
19:33:45 [2021-06-10T19:33:45.388Z] --- PASS: TestDaemonStartWithLogOpt (4.30s)
19:33:45 [2021-06-10T19:33:45.388Z] === CONT  TestReadPluginNoRead
19:33:48 [2021-06-10T19:33:48.654Z] === RUN   TestReadPluginNoRead/default
19:33:49 [2021-06-10T19:33:49.582Z] === RUN   TestReadPluginNoRead/disabled_caching
19:33:50 [2021-06-10T19:33:50.509Z] --- PASS: TestContinueAfterPluginCrash (9.47s)
19:33:51 [2021-06-10T19:33:51.437Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
19:33:52 [2021-06-10T19:33:52.803Z] --- PASS: TestReadPluginNoRead (7.49s)
19:33:52 [2021-06-10T19:33:52.803Z]     --- PASS: TestReadPluginNoRead/default (1.59s)
19:33:52 [2021-06-10T19:33:52.803Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.57s)
19:33:52 [2021-06-10T19:33:52.803Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.54s)
19:33:52 [2021-06-10T19:33:52.803Z]     read_test.go:92: [d0a3d0873a315] daemon is not started
19:33:52 [2021-06-10T19:33:52.803Z] PASS
19:33:52 [2021-06-10T19:33:52.803Z] 
19:33:52 [2021-06-10T19:33:52.803Z] DONE 6 tests in 11.829s
19:33:52 [2021-06-10T19:33:52.803Z] 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:33:52 [2021-06-10T19:33:52.803Z] testing: warning: no tests to run
19:33:52 [2021-06-10T19:33:52.803Z] PASS
19:33:52 [2021-06-10T19:33:52.803Z] 
19:33:52 [2021-06-10T19:33:52.803Z] DONE 0 tests in 0.007s
19:33:52 [2021-06-10T19:33:52.803Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
19:33:52 [2021-06-10T19:33:52.803Z] INFO: Testing against a local daemon
19:33:52 [2021-06-10T19:33:52.803Z] === RUN   TestPluginWithDevMounts
19:33:52 [2021-06-10T19:33:52.803Z] === PAUSE TestPluginWithDevMounts
19:33:52 [2021-06-10T19:33:52.803Z] === CONT  TestPluginWithDevMounts
19:33:54 [2021-06-10T19:33:54.690Z] --- PASS: TestPluginWithDevMounts (1.72s)
19:33:54 [2021-06-10T19:33:54.690Z] PASS
19:33:54 [2021-06-10T19:33:54.690Z] 
19:33:54 [2021-06-10T19:33:54.690Z] DONE 1 tests in 1.764s
19:33:54 [2021-06-10T19:33:54.690Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
19:33:54 [2021-06-10T19:33:54.690Z] INFO: Testing against a local daemon
19:33:54 [2021-06-10T19:33:54.690Z] === RUN   TestSecretInspect
19:33:57 [2021-06-10T19:33:57.208Z] --- PASS: TestSecretInspect (2.30s)
19:33:57 [2021-06-10T19:33:57.208Z] === RUN   TestSecretList
19:33:59 [2021-06-10T19:33:59.722Z] --- PASS: TestSecretList (2.34s)
19:33:59 [2021-06-10T19:33:59.722Z] === RUN   TestSecretsCreateAndDelete
19:34:01 [2021-06-10T19:34:01.609Z] --- PASS: TestSecretsCreateAndDelete (2.29s)
19:34:01 [2021-06-10T19:34:01.609Z] === RUN   TestSecretsUpdate
19:34:04 [2021-06-10T19:34:04.121Z] --- PASS: TestSecretsUpdate (2.33s)
19:34:04 [2021-06-10T19:34:04.121Z] === RUN   TestTemplatedSecret
19:34:07 [2021-06-10T19:34:07.385Z] --- PASS: TestTemplatedSecret (3.53s)
19:34:07 [2021-06-10T19:34:07.385Z] === RUN   TestSecretCreateResolve
19:34:09 [2021-06-10T19:34:09.902Z] --- PASS: TestSecretCreateResolve (2.32s)
19:34:09 [2021-06-10T19:34:09.902Z] PASS
19:34:09 [2021-06-10T19:34:09.902Z] 
19:34:09 [2021-06-10T19:34:09.902Z] DONE 6 tests in 15.147s
19:34:09 [2021-06-10T19:34:09.902Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
19:34:09 [2021-06-10T19:34:09.902Z] INFO: Testing against a local daemon
19:34:09 [2021-06-10T19:34:09.902Z] === RUN   TestServiceCreateInit
19:34:09 [2021-06-10T19:34:09.902Z] === RUN   TestServiceCreateInit/daemonInitDisabled
19:34:15 [2021-06-10T19:34:15.183Z] === RUN   TestServiceCreateInit/daemonInitEnabled
19:34:19 [2021-06-10T19:34:19.365Z] --- PASS: TestServiceCreateInit (9.61s)
19:34:19 [2021-06-10T19:34:19.365Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.82s)
19:34:19 [2021-06-10T19:34:19.365Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.76s)
19:34:19 [2021-06-10T19:34:19.365Z] === RUN   TestCreateServiceMultipleTimes
19:34:37 [2021-06-10T19:34:37.404Z] --- PASS: TestCreateServiceMultipleTimes (17.47s)
19:34:37 [2021-06-10T19:34:37.404Z] === RUN   TestCreateServiceConflict
19:34:39 [2021-06-10T19:34:39.290Z] --- PASS: TestCreateServiceConflict (2.30s)
19:34:39 [2021-06-10T19:34:39.290Z] === RUN   TestCreateServiceMaxReplicas
19:34:42 [2021-06-10T19:34:42.554Z] --- PASS: TestCreateServiceMaxReplicas (3.35s)
19:34:42 [2021-06-10T19:34:42.554Z] === RUN   TestCreateWithDuplicateNetworkNames
19:34:57 [2021-06-10T19:34:57.387Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.19s)
19:34:57 [2021-06-10T19:34:57.387Z] === RUN   TestCreateServiceSecretFileMode
19:34:58 [2021-06-10T19:34:58.313Z] --- PASS: TestCreateServiceSecretFileMode (2.41s)
19:34:58 [2021-06-10T19:34:58.313Z] === RUN   TestCreateServiceConfigFileMode
19:35:00 [2021-06-10T19:35:00.828Z] --- PASS: TestCreateServiceConfigFileMode (2.78s)
19:35:00 [2021-06-10T19:35:00.828Z] === RUN   TestCreateServiceSysctls
19:35:04 [2021-06-10T19:35:04.994Z] --- PASS: TestCreateServiceSysctls (3.91s)
19:35:04 [2021-06-10T19:35:04.994Z] === RUN   TestCreateServiceCapabilities
19:35:07 [2021-06-10T19:35:07.509Z] --- PASS: TestCreateServiceCapabilities (2.57s)
19:35:07 [2021-06-10T19:35:07.509Z] === RUN   TestInspect
19:35:10 [2021-06-10T19:35:10.774Z] --- PASS: TestInspect (3.30s)
19:35:10 [2021-06-10T19:35:10.774Z] === RUN   TestCreateJob
19:35:14 [2021-06-10T19:35:14.939Z] --- PASS: TestCreateJob (4.00s)
19:35:14 [2021-06-10T19:35:14.939Z] === RUN   TestReplicatedJob
19:35:21 [2021-06-10T19:35:21.473Z] --- PASS: TestReplicatedJob (6.59s)
19:35:21 [2021-06-10T19:35:21.473Z] === RUN   TestUpdateReplicatedJob
19:35:25 [2021-06-10T19:35:25.640Z] --- PASS: TestUpdateReplicatedJob (3.81s)
19:35:25 [2021-06-10T19:35:25.640Z] === RUN   TestServiceListWithStatuses
19:35:25 [2021-06-10T19:35:25.640Z] --- SKIP: TestServiceListWithStatuses (0.00s)
19:35:25 [2021-06-10T19:35:25.640Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
19:35:25 [2021-06-10T19:35:25.640Z] === RUN   TestDockerNetworkConnectAlias
19:35:30 [2021-06-10T19:35:30.883Z] --- PASS: TestDockerNetworkConnectAlias (4.93s)
19:35:30 [2021-06-10T19:35:30.883Z] === RUN   TestDockerNetworkReConnect
19:35:34 [2021-06-10T19:35:34.148Z] --- PASS: TestDockerNetworkReConnect (3.94s)
19:35:34 [2021-06-10T19:35:34.148Z] === RUN   TestServicePlugin
19:36:06 [2021-06-10T19:36:06.233Z] --- PASS: TestServicePlugin (31.04s)
19:36:06 [2021-06-10T19:36:06.233Z]     plugin_test.go:62: [d9043406638fb] joining swarm manager [d23b38926a1ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:36:06 [2021-06-10T19:36:06.233Z]     plugin_test.go:65: [d6bc06bef3506] joining swarm manager [d23b38926a1ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:36:06 [2021-06-10T19:36:06.233Z] === RUN   TestServiceUpdateLabel
19:36:07 [2021-06-10T19:36:07.596Z] --- PASS: TestServiceUpdateLabel (2.34s)
19:36:07 [2021-06-10T19:36:07.596Z] === RUN   TestServiceUpdateSecrets
19:36:25 [2021-06-10T19:36:25.633Z] --- PASS: TestServiceUpdateSecrets (15.32s)
19:36:25 [2021-06-10T19:36:25.633Z] === RUN   TestServiceUpdateConfigs
19:36:37 [2021-06-10T19:36:37.792Z] --- PASS: TestServiceUpdateConfigs (15.20s)
19:36:37 [2021-06-10T19:36:37.792Z] === RUN   TestServiceUpdateNetwork
19:36:52 [2021-06-10T19:36:52.629Z] --- PASS: TestServiceUpdateNetwork (13.34s)
19:36:52 [2021-06-10T19:36:52.629Z] === RUN   TestServiceUpdatePidsLimit
19:36:52 [2021-06-10T19:36:52.629Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
19:36:53 [2021-06-10T19:36:53.557Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
19:37:01 [2021-06-10T19:37:01.636Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
19:37:09 [2021-06-10T19:37:09.718Z] --- PASS: TestServiceUpdatePidsLimit (17.18s)
19:37:09 [2021-06-10T19:37:09.718Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.03s)
19:37:09 [2021-06-10T19:37:09.718Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.09s)
19:37:09 [2021-06-10T19:37:09.718Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.19s)
19:37:09 [2021-06-10T19:37:09.718Z] PASS
19:37:09 [2021-06-10T19:37:09.718Z] 
19:37:09 [2021-06-10T19:37:09.718Z] === Skipped
19:37:09 [2021-06-10T19:37:09.718Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
19:37:09 [2021-06-10T19:37:09.718Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
19:37:09 [2021-06-10T19:37:09.718Z] 
19:37:09 [2021-06-10T19:37:09.718Z] 
19:37:09 [2021-06-10T19:37:09.718Z] DONE 27 tests, 1 skipped in 178.654s
19:37:09 [2021-06-10T19:37:09.718Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
19:37:09 [2021-06-10T19:37:09.718Z] INFO: Testing against a local daemon
19:37:09 [2021-06-10T19:37:09.718Z] === RUN   TestSessionCreate
19:37:09 [2021-06-10T19:37:09.718Z] --- PASS: TestSessionCreate (0.03s)
19:37:09 [2021-06-10T19:37:09.718Z] === RUN   TestSessionCreateWithBadUpgrade
19:37:09 [2021-06-10T19:37:09.718Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
19:37:09 [2021-06-10T19:37:09.718Z] PASS
19:37:09 [2021-06-10T19:37:09.718Z] 
19:37:09 [2021-06-10T19:37:09.718Z] DONE 2 tests in 0.083s
19:37:09 [2021-06-10T19:37:09.718Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
19:37:09 [2021-06-10T19:37:09.718Z] INFO: Testing against a local daemon
19:37:09 [2021-06-10T19:37:09.718Z] === RUN   TestCgroupDriverSystemdMemoryLimit
19:37:09 [2021-06-10T19:37:09.718Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
19:37:09 [2021-06-10T19:37:09.718Z] === RUN   TestEventsExecDie
19:37:09 [2021-06-10T19:37:09.718Z] --- PASS: TestEventsExecDie (1.06s)
19:37:09 [2021-06-10T19:37:09.718Z] === RUN   TestEventsBackwardsCompatible
19:37:09 [2021-06-10T19:37:09.718Z] --- PASS: TestEventsBackwardsCompatible (0.07s)
19:37:09 [2021-06-10T19:37:09.718Z] === RUN   TestEventsVolumeCreate
19:37:09 [2021-06-10T19:37:09.718Z] --- PASS: TestEventsVolumeCreate (0.06s)
19:37:09 [2021-06-10T19:37:09.718Z] === RUN   TestInfoBinaryCommits
19:37:09 [2021-06-10T19:37:09.718Z] --- PASS: TestInfoBinaryCommits (0.02s)
19:37:09 [2021-06-10T19:37:09.718Z] === RUN   TestInfoAPIVersioned
19:37:09 [2021-06-10T19:37:09.718Z] --- PASS: TestInfoAPIVersioned (0.01s)
19:37:09 [2021-06-10T19:37:09.718Z] === RUN   TestInfoDiscoveryBackend
19:37:10 [2021-06-10T19:37:10.279Z] --- PASS: TestInfoDiscoveryBackend (0.52s)
19:37:10 [2021-06-10T19:37:10.279Z] === RUN   TestInfoDiscoveryInvalidAdvertise
19:37:11 [2021-06-10T19:37:11.205Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
19:37:11 [2021-06-10T19:37:11.205Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
19:37:11 [2021-06-10T19:37:11.765Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s)
19:37:11 [2021-06-10T19:37:11.765Z] === RUN   TestInfoAPI
19:37:11 [2021-06-10T19:37:11.765Z] --- PASS: TestInfoAPI (0.02s)
19:37:11 [2021-06-10T19:37:11.765Z] === RUN   TestInfoAPIWarnings
19:37:29 [2021-06-10T19:37:29.800Z] --- PASS: TestInfoAPIWarnings (16.26s)
19:37:29 [2021-06-10T19:37:29.800Z] === RUN   TestInfoDebug
19:37:29 [2021-06-10T19:37:29.800Z] --- PASS: TestInfoDebug (0.52s)
19:37:29 [2021-06-10T19:37:29.800Z] === RUN   TestInfoInsecureRegistries
19:37:29 [2021-06-10T19:37:29.800Z] --- PASS: TestInfoInsecureRegistries (0.52s)
19:37:29 [2021-06-10T19:37:29.800Z] === RUN   TestInfoRegistryMirrors
19:37:29 [2021-06-10T19:37:29.800Z] --- PASS: TestInfoRegistryMirrors (0.52s)
19:37:29 [2021-06-10T19:37:29.800Z] === RUN   TestLoginFailsWithBadCredentials
19:37:29 [2021-06-10T19:37:29.800Z] --- PASS: TestLoginFailsWithBadCredentials (0.17s)
19:37:29 [2021-06-10T19:37:29.800Z] === RUN   TestPingCacheHeaders
19:37:29 [2021-06-10T19:37:29.800Z] --- PASS: TestPingCacheHeaders (0.02s)
19:37:29 [2021-06-10T19:37:29.800Z] === RUN   TestPingGet
19:37:29 [2021-06-10T19:37:29.800Z] --- PASS: TestPingGet (0.01s)
19:37:29 [2021-06-10T19:37:29.800Z] === RUN   TestPingHead
19:37:29 [2021-06-10T19:37:29.800Z] --- PASS: TestPingHead (0.02s)
19:37:29 [2021-06-10T19:37:29.800Z] === RUN   TestVersion
19:37:29 [2021-06-10T19:37:29.800Z] --- PASS: TestVersion (0.03s)
19:37:29 [2021-06-10T19:37:29.800Z] === CONT  TestCgroupDriverSystemdMemoryLimit
19:37:31 [2021-06-10T19:37:31.690Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.51s)
19:37:31 [2021-06-10T19:37:31.690Z] PASS
19:37:31 [2021-06-10T19:37:31.690Z] 
19:37:31 [2021-06-10T19:37:31.690Z] DONE 19 tests in 22.886s
19:37:31 [2021-06-10T19:37:31.690Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
19:37:31 [2021-06-10T19:37:31.690Z] INFO: Testing against a local daemon
19:37:31 [2021-06-10T19:37:31.690Z] === RUN   TestVolumesCreateAndList
19:37:31 [2021-06-10T19:37:31.690Z] --- PASS: TestVolumesCreateAndList (0.03s)
19:37:31 [2021-06-10T19:37:31.690Z] === RUN   TestVolumesRemove
19:37:31 [2021-06-10T19:37:31.690Z] --- PASS: TestVolumesRemove (0.08s)
19:37:31 [2021-06-10T19:37:31.690Z] === RUN   TestVolumesInspect
19:37:31 [2021-06-10T19:37:31.690Z] --- PASS: TestVolumesInspect (0.02s)
19:37:31 [2021-06-10T19:37:31.690Z] === RUN   TestVolumesInvalidJSON
19:37:31 [2021-06-10T19:37:31.690Z] === RUN   TestVolumesInvalidJSON//volumes/create
19:37:31 [2021-06-10T19:37:31.690Z] === PAUSE TestVolumesInvalidJSON//volumes/create
19:37:31 [2021-06-10T19:37:31.690Z] === CONT  TestVolumesInvalidJSON//volumes/create
19:37:31 [2021-06-10T19:37:31.690Z] --- PASS: TestVolumesInvalidJSON (0.01s)
19:37:31 [2021-06-10T19:37:31.690Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
19:37:31 [2021-06-10T19:37:31.690Z] PASS
19:37:31 [2021-06-10T19:37:31.690Z] 
19:37:31 [2021-06-10T19:37:31.690Z] DONE 5 tests in 0.172s
19:37:31 [2021-06-10T19:37:31.690Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
19:37:33 [2021-06-10T19:37:33.056Z] Stopping apparmor (via systemctl): apparmor.service.
19:37:33 [2021-06-10T19:37:33.056Z] Removing test suite binaries
19:37:33 [2021-06-10T19:37:33.056Z] exiting test-integration
19:37:33 [2021-06-10T19:37:33.056Z] ++ exit 0
19:37:33 [2021-06-10T19:37:33.056Z]