Skip to content

Console Output

23:15:18 [2021-08-16T23:15:18.118Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42676/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr10 -e DOCKER_GITCOMMIT=abef5add4965870dc2643f753bc37db7d34b95f7 -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:abef5add4965870dc2643f753bc37db7d34b95f7 hack/make.sh dynbinary test-integration
23:15:20 [2021-08-16T23:15:20.659Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
23:15:20 [2021-08-16T23:15:20.660Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
23:15:20 [2021-08-16T23:15:20.660Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
23:15:20 [2021-08-16T23:15:20.660Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
23:15:20 [2021-08-16T23:15:20.660Z] 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)
23:15:20 [2021-08-16T23:15:20.660Z] Detected virtualization docker.
23:15:20 [2021-08-16T23:15:20.660Z] Detected architecture x86-64.
23:15:20 [2021-08-16T23:15:20.660Z] Set hostname to <46431c4717bd>.
23:15:20 [2021-08-16T23:15:20.660Z] + source /etc/docker-entrypoint-cmd
23:15:20 [2021-08-16T23:15:20.660Z] ++ hack/make.sh dynbinary test-integration
23:15:20 [2021-08-16T23:15:20.660Z] 
23:15:20 [2021-08-16T23:15:20.920Z] Removing bundles/
23:15:20 [2021-08-16T23:15:20.920Z] 
23:15:20 [2021-08-16T23:15:20.920Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
23:15:20 [2021-08-16T23:15:20.920Z] Building: bundles/dynbinary-daemon/dockerd-dev
23:15:20 [2021-08-16T23:15:20.920Z] GOOS="" GOARCH="" GOARM=""
23:16:57 [2021-08-16T23:16:57.462Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
23:16:57 [2021-08-16T23:16:57.462Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
23:16:57 [2021-08-16T23:16:57.462Z] GOOS="" GOARCH="" GOARM=""
23:16:57 [2021-08-16T23:16:57.462Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
23:16:57 [2021-08-16T23:16:57.462Z] 
23:16:57 [2021-08-16T23:16:57.462Z] ---> Making bundle: test-integration (in bundles/test-integration)
23:16:57 [2021-08-16T23:16:57.462Z] DOCKER_SYSTEMD=1
23:16:57 [2021-08-16T23:16:57.462Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
23:16:57 [2021-08-16T23:16:57.462Z] HOSTNAME=46431c4717bd
23:16:57 [2021-08-16T23:16:57.462Z] DEST=bundles/test-integration
23:16:57 [2021-08-16T23:16:57.462Z] PWD=/go/src/github.com/docker/docker
23:16:57 [2021-08-16T23:16:57.462Z] DOCKER_GITCOMMIT=abef5add4965870dc2643f753bc37db7d34b95f7
23:16:57 [2021-08-16T23:16:57.462Z] container=docker
23:16:57 [2021-08-16T23:16:57.462Z] HOME=/root
23:16:57 [2021-08-16T23:16:57.462Z] LANG=C.UTF-8
23:16:57 [2021-08-16T23:16:57.462Z] INVOCATION_ID=3bb32422f45f4022889d364ad4bd2eda
23:16:57 [2021-08-16T23:16:57.462Z] GOLANG_VERSION=1.16.7
23:16:57 [2021-08-16T23:16:57.462Z] VALIDATE_REPO=https://github.com/moby/moby.git
23:16:57 [2021-08-16T23:16:57.462Z] VALIDATE_BRANCH=master
23:16:57 [2021-08-16T23:16:57.462Z] TERM=xterm
23:16:57 [2021-08-16T23:16:57.462Z] DOCKER_PKG=github.com/docker/docker
23:16:57 [2021-08-16T23:16:57.462Z] SHLVL=3
23:16:57 [2021-08-16T23:16:57.462Z] TIMEOUT=120m
23:16:57 [2021-08-16T23:16:57.462Z] DOCKER_BUILDTAGS=apparmor seccomp journald
23:16:57 [2021-08-16T23:16:57.462Z] DOCKER_GRAPHDRIVER=overlay2
23:16:57 [2021-08-16T23:16:57.462Z] GO111MODULE=off
23:16:57 [2021-08-16T23:16:57.462Z] DOCKER_EXPERIMENTAL=1
23:16:57 [2021-08-16T23:16:57.462Z] TEST_SKIP_INTEGRATION_CLI=1
23:16:57 [2021-08-16T23:16:57.462Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
23:16:57 [2021-08-16T23:16:57.462Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
23:16:57 [2021-08-16T23:16:57.462Z] GOPATH=/go
23:16:57 [2021-08-16T23:16:57.462Z] PKG_CONFIG=pkg-config
23:16:57 [2021-08-16T23:16:57.462Z] _=/usr/bin/env
23:16:57 [2021-08-16T23:16:57.462Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
23:17:36 [2021-08-16T23:17:36.220Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
23:17:36 [2021-08-16T23:17:36.220Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
23:18:02 [2021-08-16T23:18:02.804Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
23:18:12 [2021-08-16T23:18:12.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
23:18:25 [2021-08-16T23:18:25.047Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
23:18:25 [2021-08-16T23:18:25.047Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
23:18:25 [2021-08-16T23:18:25.047Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
23:18:25 [2021-08-16T23:18:25.618Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
23:18:25 [2021-08-16T23:18:25.618Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
23:18:27 [2021-08-16T23:18:27.006Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
23:18:29 [2021-08-16T23:18:29.555Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
23:18:30 [2021-08-16T23:18:30.499Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
23:18:31 [2021-08-16T23:18:31.442Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
23:18:32 [2021-08-16T23:18:32.013Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
23:18:32 [2021-08-16T23:18:32.955Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
23:18:33 [2021-08-16T23:18:33.533Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
23:18:34 [2021-08-16T23:18:34.919Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
23:18:35 [2021-08-16T23:18:35.491Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
23:18:36 [2021-08-16T23:18:36.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
23:18:37 [2021-08-16T23:18:37.006Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
23:18:37 [2021-08-16T23:18:37.006Z] Using test binary docker
23:18:37 [2021-08-16T23:18:37.006Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
23:18:37 [2021-08-16T23:18:37.006Z] Starting apparmor (via systemctl): apparmor.service.
23:18:37 [2021-08-16T23:18:37.006Z] INFO: Waiting for daemon to start...
23:18:37 [2021-08-16T23:18:37.006Z] Starting dockerd
23:18:41 [2021-08-16T23:18:41.205Z] .
23:18:41 [2021-08-16T23:18:41.205Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
23:18:41 [2021-08-16T23:18:41.205Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
23:18:41 [2021-08-16T23:18:41.205Z] Error: No such image: emptyfs
23:18:41 [2021-08-16T23:18:41.465Z] Running integration-test (iteration 1)
23:18:41 [2021-08-16T23:18:41.465Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
23:19:08 [2021-08-16T23:19:08.095Z] Loaded image: buildpack-deps:buster
23:19:08 [2021-08-16T23:19:08.095Z] Loaded image: busybox:latest
23:19:08 [2021-08-16T23:19:08.095Z] Loaded image: busybox:glibc
23:19:11 [2021-08-16T23:19:11.405Z] Loaded image: debian:bullseye
23:19:11 [2021-08-16T23:19:11.405Z] Loaded image: hello-world:latest
23:19:11 [2021-08-16T23:19:11.405Z] Loaded image: arm32v7/hello-world:latest
23:19:11 [2021-08-16T23:19:11.666Z] INFO: Testing against a local daemon
23:19:11 [2021-08-16T23:19:11.666Z] === RUN   TestCgroupNamespacesBuild
23:19:13 [2021-08-16T23:19:13.580Z] --- PASS: TestCgroupNamespacesBuild (1.89s)
23:19:13 [2021-08-16T23:19:13.580Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
23:19:15 [2021-08-16T23:19:15.496Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.91s)
23:19:15 [2021-08-16T23:19:15.496Z] === RUN   TestBuildWithSession
23:19:15 [2021-08-16T23:19:15.496Z]     build_session_test.go:25: TODO: BuildKit
23:19:15 [2021-08-16T23:19:15.496Z] --- SKIP: TestBuildWithSession (0.00s)
23:19:15 [2021-08-16T23:19:15.496Z] === RUN   TestBuildSquashParent
23:19:23 [2021-08-16T23:19:23.634Z] --- PASS: TestBuildSquashParent (7.51s)
23:19:23 [2021-08-16T23:19:23.634Z] === RUN   TestBuildWithRemoveAndForceRemove
23:19:23 [2021-08-16T23:19:23.634Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:19:23 [2021-08-16T23:19:23.634Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:19:23 [2021-08-16T23:19:23.634Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:19:23 [2021-08-16T23:19:23.634Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:19:23 [2021-08-16T23:19:23.634Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:19:23 [2021-08-16T23:19:23.634Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:19:23 [2021-08-16T23:19:23.634Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:19:23 [2021-08-16T23:19:23.634Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:19:23 [2021-08-16T23:19:23.634Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:19:23 [2021-08-16T23:19:23.635Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:19:23 [2021-08-16T23:19:23.635Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:19:23 [2021-08-16T23:19:23.635Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:19:23 [2021-08-16T23:19:23.635Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:19:23 [2021-08-16T23:19:23.635Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:19:25 [2021-08-16T23:19:25.548Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:19:25 [2021-08-16T23:19:25.548Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:19:27 [2021-08-16T23:19:27.461Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:19:27 [2021-08-16T23:19:27.721Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:19:30 [2021-08-16T23:19:30.266Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.05s)
23:19:30 [2021-08-16T23:19:30.266Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.35s)
23:19:30 [2021-08-16T23:19:30.266Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.62s)
23:19:30 [2021-08-16T23:19:30.266Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.15s)
23:19:30 [2021-08-16T23:19:30.266Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.14s)
23:19:30 [2021-08-16T23:19:30.266Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.24s)
23:19:30 [2021-08-16T23:19:30.266Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.26s)
23:19:30 [2021-08-16T23:19:30.266Z] === RUN   TestBuildMultiStageCopy
23:19:30 [2021-08-16T23:19:30.266Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:19:32 [2021-08-16T23:19:32.179Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:19:32 [2021-08-16T23:19:32.179Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:19:32 [2021-08-16T23:19:32.179Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:19:32 [2021-08-16T23:19:32.440Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:19:32 [2021-08-16T23:19:32.701Z] --- PASS: TestBuildMultiStageCopy (2.71s)
23:19:32 [2021-08-16T23:19:32.701Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.89s)
23:19:32 [2021-08-16T23:19:32.701Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s)
23:19:32 [2021-08-16T23:19:32.701Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s)
23:19:32 [2021-08-16T23:19:32.701Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s)
23:19:32 [2021-08-16T23:19:32.701Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s)
23:19:32 [2021-08-16T23:19:32.701Z] === RUN   TestBuildMultiStageParentConfig
23:19:33 [2021-08-16T23:19:33.273Z] --- PASS: TestBuildMultiStageParentConfig (0.62s)
23:19:33 [2021-08-16T23:19:33.273Z] === RUN   TestBuildLabelWithTargets
23:19:34 [2021-08-16T23:19:34.657Z] --- PASS: TestBuildLabelWithTargets (1.14s)
23:19:34 [2021-08-16T23:19:34.657Z] === RUN   TestBuildWithEmptyLayers
23:19:34 [2021-08-16T23:19:34.918Z] --- PASS: TestBuildWithEmptyLayers (0.44s)
23:19:34 [2021-08-16T23:19:34.918Z] === RUN   TestBuildMultiStageOnBuild
23:19:37 [2021-08-16T23:19:37.466Z] --- PASS: TestBuildMultiStageOnBuild (2.14s)
23:19:37 [2021-08-16T23:19:37.466Z] === RUN   TestBuildUncleanTarFilenames
23:19:37 [2021-08-16T23:19:37.466Z] --- PASS: TestBuildUncleanTarFilenames (0.60s)
23:19:37 [2021-08-16T23:19:37.466Z] === RUN   TestBuildMultiStageLayerLeak
23:19:40 [2021-08-16T23:19:40.007Z] --- PASS: TestBuildMultiStageLayerLeak (2.25s)
23:19:40 [2021-08-16T23:19:40.007Z] === RUN   TestBuildWithHugeFile
23:20:36 [2021-08-16T23:20:36.293Z] --- PASS: TestBuildWithHugeFile (51.23s)
23:20:36 [2021-08-16T23:20:36.293Z] === RUN   TestBuildWCOWSandboxSize
23:20:36 [2021-08-16T23:20:36.293Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
23:20:36 [2021-08-16T23:20:36.293Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
23:20:36 [2021-08-16T23:20:36.293Z] === RUN   TestBuildWithEmptyDockerfile
23:20:36 [2021-08-16T23:20:36.293Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:20:36 [2021-08-16T23:20:36.293Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:20:36 [2021-08-16T23:20:36.293Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:20:36 [2021-08-16T23:20:36.293Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:20:36 [2021-08-16T23:20:36.293Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:20:36 [2021-08-16T23:20:36.293Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:20:36 [2021-08-16T23:20:36.293Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:20:36 [2021-08-16T23:20:36.293Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:20:36 [2021-08-16T23:20:36.293Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:20:36 [2021-08-16T23:20:36.293Z] --- PASS: TestBuildWithEmptyDockerfile (0.12s)
23:20:36 [2021-08-16T23:20:36.293Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s)
23:20:36 [2021-08-16T23:20:36.293Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s)
23:20:36 [2021-08-16T23:20:36.293Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
23:20:36 [2021-08-16T23:20:36.293Z] === RUN   TestBuildPreserveOwnership
23:20:36 [2021-08-16T23:20:36.293Z] === RUN   TestBuildPreserveOwnership/copy_from
23:20:36 [2021-08-16T23:20:36.293Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
23:20:36 [2021-08-16T23:20:36.293Z] --- PASS: TestBuildPreserveOwnership (4.35s)
23:20:36 [2021-08-16T23:20:36.293Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.03s)
23:20:36 [2021-08-16T23:20:36.293Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.31s)
23:20:36 [2021-08-16T23:20:36.293Z] === RUN   TestBuildPlatformInvalid
23:20:36 [2021-08-16T23:20:36.293Z] --- PASS: TestBuildPlatformInvalid (0.07s)
23:20:36 [2021-08-16T23:20:36.293Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
23:20:51 [2021-08-16T23:20:51.202Z] Loaded image: buildpack-deps:buster
23:20:51 [2021-08-16T23:20:51.202Z] Loaded image: busybox:latest
23:20:51 [2021-08-16T23:20:51.202Z] Loaded image: busybox:glibc
23:20:52 [2021-08-16T23:20:52.586Z] Loaded image: debian:bullseye
23:20:52 [2021-08-16T23:20:52.586Z] Loaded image: hello-world:latest
23:20:52 [2021-08-16T23:20:52.586Z] Loaded image: arm32v7/hello-world:latest
23:21:00 [2021-08-16T23:21:00.723Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (24.31s)
23:21:00 [2021-08-16T23:21:00.723Z] PASS
23:21:00 [2021-08-16T23:21:00.723Z] 
23:21:00 [2021-08-16T23:21:00.723Z] === Skipped
23:21:00 [2021-08-16T23:21:00.723Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
23:21:00 [2021-08-16T23:21:00.723Z]     build_session_test.go:25: TODO: BuildKit
23:21:00 [2021-08-16T23:21:00.723Z] 
23:21:00 [2021-08-16T23:21:00.723Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
23:21:00 [2021-08-16T23:21:00.723Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
23:21:00 [2021-08-16T23:21:00.723Z] 
23:21:00 [2021-08-16T23:21:00.723Z] 
23:21:00 [2021-08-16T23:21:00.723Z] DONE 34 tests, 2 skipped in 138.728s
23:21:00 [2021-08-16T23:21:00.723Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
23:21:00 [2021-08-16T23:21:00.723Z] INFO: Testing against a local daemon
23:21:00 [2021-08-16T23:21:00.723Z] === RUN   TestConfigInspect
23:21:02 [2021-08-16T23:21:02.642Z] --- PASS: TestConfigInspect (2.46s)
23:21:02 [2021-08-16T23:21:02.642Z] === RUN   TestConfigList
23:21:05 [2021-08-16T23:21:05.223Z] --- PASS: TestConfigList (2.18s)
23:21:05 [2021-08-16T23:21:05.223Z] === RUN   TestConfigsCreateAndDelete
23:21:07 [2021-08-16T23:21:07.134Z] --- PASS: TestConfigsCreateAndDelete (2.19s)
23:21:07 [2021-08-16T23:21:07.134Z] === RUN   TestConfigsUpdate
23:21:09 [2021-08-16T23:21:09.047Z] --- PASS: TestConfigsUpdate (2.16s)
23:21:09 [2021-08-16T23:21:09.047Z] === RUN   TestTemplatedConfig
23:21:13 [2021-08-16T23:21:13.251Z] --- PASS: TestTemplatedConfig (3.34s)
23:21:13 [2021-08-16T23:21:13.251Z] === RUN   TestConfigCreateResolve
23:21:14 [2021-08-16T23:21:14.634Z] --- PASS: TestConfigCreateResolve (2.16s)
23:21:14 [2021-08-16T23:21:14.634Z] PASS
23:21:14 [2021-08-16T23:21:14.634Z] 
23:21:14 [2021-08-16T23:21:14.634Z] DONE 6 tests in 14.527s
23:21:14 [2021-08-16T23:21:14.634Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
23:21:14 [2021-08-16T23:21:14.634Z] INFO: Testing against a local daemon
23:21:14 [2021-08-16T23:21:14.634Z] === RUN   TestCheckpoint
23:21:14 [2021-08-16T23:21:14.634Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:21:14 [2021-08-16T23:21:14.634Z] --- SKIP: TestCheckpoint (0.00s)
23:21:14 [2021-08-16T23:21:14.634Z] === RUN   TestContainerInvalidJSON
23:21:14 [2021-08-16T23:21:14.634Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:21:14 [2021-08-16T23:21:14.634Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:21:14 [2021-08-16T23:21:14.634Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:21:14 [2021-08-16T23:21:14.634Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:21:14 [2021-08-16T23:21:14.634Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:21:14 [2021-08-16T23:21:14.634Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:21:14 [2021-08-16T23:21:14.634Z] --- PASS: TestContainerInvalidJSON (0.01s)
23:21:14 [2021-08-16T23:21:14.634Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:21:14 [2021-08-16T23:21:14.634Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:21:14 [2021-08-16T23:21:14.634Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:21:14 [2021-08-16T23:21:14.895Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s)
23:21:14 [2021-08-16T23:21:14.895Z] === RUN   TestCopyFromContainerPathIsNotDir
23:21:14 [2021-08-16T23:21:14.895Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
23:21:14 [2021-08-16T23:21:14.895Z] === RUN   TestCopyToContainerPathDoesNotExist
23:21:14 [2021-08-16T23:21:14.895Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
23:21:14 [2021-08-16T23:21:14.895Z] === RUN   TestCopyToContainerPathIsNotDir
23:21:14 [2021-08-16T23:21:14.895Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
23:21:14 [2021-08-16T23:21:14.895Z] === RUN   TestCopyFromContainer
23:21:16 [2021-08-16T23:21:16.280Z] === RUN   TestCopyFromContainer//
23:21:16 [2021-08-16T23:21:16.280Z] === RUN   TestCopyFromContainer//bar/root
23:21:16 [2021-08-16T23:21:16.280Z] === RUN   TestCopyFromContainer//bar/root/
23:21:16 [2021-08-16T23:21:16.540Z] === RUN   TestCopyFromContainer/bar/quux
23:21:16 [2021-08-16T23:21:16.540Z] === RUN   TestCopyFromContainer/bar/quux/
23:21:16 [2021-08-16T23:21:16.540Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:21:16 [2021-08-16T23:21:16.540Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:21:16 [2021-08-16T23:21:16.800Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:21:16 [2021-08-16T23:21:16.800Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:21:16 [2021-08-16T23:21:16.800Z] === RUN   TestCopyFromContainer/bar/notarget
23:21:16 [2021-08-16T23:21:16.800Z] --- PASS: TestCopyFromContainer (1.90s)
23:21:16 [2021-08-16T23:21:16.800Z]     --- PASS: TestCopyFromContainer// (0.06s)
23:21:16 [2021-08-16T23:21:16.800Z]     --- PASS: TestCopyFromContainer//bar/root (0.08s)
23:21:16 [2021-08-16T23:21:16.800Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
23:21:16 [2021-08-16T23:21:16.800Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
23:21:16 [2021-08-16T23:21:16.800Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.05s)
23:21:16 [2021-08-16T23:21:16.800Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
23:21:16 [2021-08-16T23:21:16.800Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
23:21:16 [2021-08-16T23:21:16.800Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
23:21:16 [2021-08-16T23:21:16.800Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
23:21:16 [2021-08-16T23:21:16.800Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
23:21:16 [2021-08-16T23:21:16.800Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
23:21:16 [2021-08-16T23:21:16.800Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:21:16 [2021-08-16T23:21:16.800Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:21:16 [2021-08-16T23:21:16.800Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:21:16 [2021-08-16T23:21:16.800Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:21:16 [2021-08-16T23:21:16.800Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
23:21:16 [2021-08-16T23:21:16.800Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
23:21:16 [2021-08-16T23:21:16.800Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:21:16 [2021-08-16T23:21:16.800Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
23:21:16 [2021-08-16T23:21:16.800Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:21:16 [2021-08-16T23:21:16.800Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
23:21:16 [2021-08-16T23:21:16.800Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
23:21:16 [2021-08-16T23:21:16.800Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
23:21:16 [2021-08-16T23:21:16.800Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
23:21:16 [2021-08-16T23:21:16.800Z] === RUN   TestCreateLinkToNonExistingContainer
23:21:16 [2021-08-16T23:21:16.800Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
23:21:16 [2021-08-16T23:21:16.800Z] === RUN   TestCreateWithInvalidEnv
23:21:16 [2021-08-16T23:21:16.800Z] === RUN   TestCreateWithInvalidEnv/0
23:21:16 [2021-08-16T23:21:16.800Z] === PAUSE TestCreateWithInvalidEnv/0
23:21:16 [2021-08-16T23:21:16.800Z] === RUN   TestCreateWithInvalidEnv/1
23:21:16 [2021-08-16T23:21:16.800Z] === PAUSE TestCreateWithInvalidEnv/1
23:21:16 [2021-08-16T23:21:16.800Z] === RUN   TestCreateWithInvalidEnv/2
23:21:16 [2021-08-16T23:21:16.800Z] === PAUSE TestCreateWithInvalidEnv/2
23:21:16 [2021-08-16T23:21:16.800Z] === CONT  TestCreateWithInvalidEnv/0
23:21:16 [2021-08-16T23:21:16.800Z] === CONT  TestCreateWithInvalidEnv/2
23:21:16 [2021-08-16T23:21:16.800Z] === CONT  TestCreateWithInvalidEnv/1
23:21:17 [2021-08-16T23:21:17.060Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
23:21:17 [2021-08-16T23:21:17.060Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
23:21:17 [2021-08-16T23:21:17.060Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
23:21:17 [2021-08-16T23:21:17.060Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
23:21:17 [2021-08-16T23:21:17.060Z] === RUN   TestCreateTmpfsMountsTarget
23:21:17 [2021-08-16T23:21:17.060Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
23:21:17 [2021-08-16T23:21:17.060Z] === RUN   TestCreateWithCustomMaskedPaths
23:21:19 [2021-08-16T23:21:19.604Z] --- PASS: TestCreateWithCustomMaskedPaths (2.33s)
23:21:19 [2021-08-16T23:21:19.604Z] === RUN   TestCreateWithCustomReadonlyPaths
23:21:21 [2021-08-16T23:21:21.516Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.35s)
23:21:21 [2021-08-16T23:21:21.517Z] === RUN   TestCreateWithInvalidHealthcheckParams
23:21:21 [2021-08-16T23:21:21.517Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:21:21 [2021-08-16T23:21:21.517Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:21:21 [2021-08-16T23:21:21.517Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:21:21 [2021-08-16T23:21:21.517Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:21:21 [2021-08-16T23:21:21.517Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:21:21 [2021-08-16T23:21:21.517Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:21:21 [2021-08-16T23:21:21.517Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:21:21 [2021-08-16T23:21:21.517Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:21:21 [2021-08-16T23:21:21.517Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:21:21 [2021-08-16T23:21:21.517Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:21:21 [2021-08-16T23:21:21.517Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:21:21 [2021-08-16T23:21:21.517Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:21:21 [2021-08-16T23:21:21.517Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:21:21 [2021-08-16T23:21:21.517Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:21:21 [2021-08-16T23:21:21.778Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:21:21 [2021-08-16T23:21:21.778Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
23:21:21 [2021-08-16T23:21:21.778Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
23:21:21 [2021-08-16T23:21:21.778Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
23:21:21 [2021-08-16T23:21:21.778Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
23:21:21 [2021-08-16T23:21:21.778Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
23:21:21 [2021-08-16T23:21:21.778Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
23:21:21 [2021-08-16T23:21:21.778Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
23:21:22 [2021-08-16T23:21:22.349Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.80s)
23:21:22 [2021-08-16T23:21:22.349Z] === RUN   TestCreateDifferentPlatform
23:21:22 [2021-08-16T23:21:22.349Z] === RUN   TestCreateDifferentPlatform/different_os
23:21:22 [2021-08-16T23:21:22.349Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
23:21:22 [2021-08-16T23:21:22.349Z] --- PASS: TestCreateDifferentPlatform (0.02s)
23:21:22 [2021-08-16T23:21:22.349Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
23:21:22 [2021-08-16T23:21:22.349Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
23:21:22 [2021-08-16T23:21:22.349Z] === RUN   TestCreateVolumesFromNonExistingContainer
23:21:22 [2021-08-16T23:21:22.610Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
23:21:22 [2021-08-16T23:21:22.610Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
23:21:22 [2021-08-16T23:21:22.610Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
23:21:22 [2021-08-16T23:21:22.610Z] === RUN   TestContainerStartOnDaemonRestart
23:21:22 [2021-08-16T23:21:22.610Z] === PAUSE TestContainerStartOnDaemonRestart
23:21:22 [2021-08-16T23:21:22.610Z] === RUN   TestDaemonRestartIpcMode
23:21:22 [2021-08-16T23:21:22.610Z] === PAUSE TestDaemonRestartIpcMode
23:21:22 [2021-08-16T23:21:22.610Z] === RUN   TestDaemonHostGatewayIP
23:21:22 [2021-08-16T23:21:22.610Z] === PAUSE TestDaemonHostGatewayIP
23:21:22 [2021-08-16T23:21:22.610Z] === RUN   TestRestartDaemonWithRestartingContainer
23:21:22 [2021-08-16T23:21:22.610Z] === PAUSE TestRestartDaemonWithRestartingContainer
23:21:22 [2021-08-16T23:21:22.610Z] === RUN   TestContainerKillOnDaemonStart
23:21:22 [2021-08-16T23:21:22.610Z] === PAUSE TestContainerKillOnDaemonStart
23:21:22 [2021-08-16T23:21:22.610Z] === RUN   TestDiff
23:21:23 [2021-08-16T23:21:23.552Z] --- PASS: TestDiff (0.75s)
23:21:23 [2021-08-16T23:21:23.552Z] === RUN   TestExecWithCloseStdin
23:21:24 [2021-08-16T23:21:24.494Z] --- PASS: TestExecWithCloseStdin (1.19s)
23:21:24 [2021-08-16T23:21:24.494Z] === RUN   TestExec
23:21:25 [2021-08-16T23:21:25.881Z] --- PASS: TestExec (1.09s)
23:21:25 [2021-08-16T23:21:25.881Z] === RUN   TestExecUser
23:21:26 [2021-08-16T23:21:26.822Z] --- PASS: TestExecUser (1.15s)
23:21:26 [2021-08-16T23:21:26.822Z] === RUN   TestExportContainerAndImportImage
23:21:27 [2021-08-16T23:21:27.764Z] --- PASS: TestExportContainerAndImportImage (1.03s)
23:21:27 [2021-08-16T23:21:27.764Z] === RUN   TestExportContainerAfterDaemonRestart
23:21:29 [2021-08-16T23:21:29.146Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s)
23:21:29 [2021-08-16T23:21:29.146Z] === RUN   TestHealthCheckWorkdir
23:21:30 [2021-08-16T23:21:30.529Z] --- PASS: TestHealthCheckWorkdir (1.52s)
23:21:30 [2021-08-16T23:21:30.529Z] === RUN   TestHealthKillContainer
23:21:33 [2021-08-16T23:21:33.825Z] --- PASS: TestHealthKillContainer (3.10s)
23:21:33 [2021-08-16T23:21:33.825Z] === RUN   TestInspectCpusetInConfigPre120
23:21:34 [2021-08-16T23:21:34.396Z] --- PASS: TestInspectCpusetInConfigPre120 (0.81s)
23:21:34 [2021-08-16T23:21:34.396Z] === RUN   TestIpcModeNone
23:21:35 [2021-08-16T23:21:35.780Z] --- PASS: TestIpcModeNone (1.08s)
23:21:35 [2021-08-16T23:21:35.780Z] === RUN   TestIpcModePrivate
23:21:36 [2021-08-16T23:21:36.350Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false
23:21:36 [2021-08-16T23:21:36.610Z] --- PASS: TestIpcModePrivate (1.09s)
23:21:36 [2021-08-16T23:21:36.610Z] === RUN   TestIpcModeShareable
23:21:37 [2021-08-16T23:21:37.553Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true
23:21:37 [2021-08-16T23:21:37.553Z] --- PASS: TestIpcModeShareable (1.02s)
23:21:37 [2021-08-16T23:21:37.553Z] === RUN   TestAPIIpcModeShareableAndContainer
23:21:40 [2021-08-16T23:21:40.851Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.93s)
23:21:40 [2021-08-16T23:21:40.851Z] === RUN   TestAPIIpcModeHost
23:21:41 [2021-08-16T23:21:41.792Z] --- PASS: TestAPIIpcModeHost (1.09s)
23:21:41 [2021-08-16T23:21:41.792Z] === RUN   TestDaemonIpcModeShareable
23:21:43 [2021-08-16T23:21:43.175Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true
23:21:43 [2021-08-16T23:21:43.435Z] --- PASS: TestDaemonIpcModeShareable (1.64s)
23:21:43 [2021-08-16T23:21:43.435Z] === RUN   TestDaemonIpcModePrivate
23:21:44 [2021-08-16T23:21:44.817Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false
23:21:45 [2021-08-16T23:21:45.078Z] --- PASS: TestDaemonIpcModePrivate (1.68s)
23:21:45 [2021-08-16T23:21:45.078Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:21:46 [2021-08-16T23:21:46.462Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false
23:21:46 [2021-08-16T23:21:46.723Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.66s)
23:21:46 [2021-08-16T23:21:46.723Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:21:48 [2021-08-16T23:21:48.105Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true
23:21:48 [2021-08-16T23:21:48.366Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.68s)
23:21:48 [2021-08-16T23:21:48.366Z] === RUN   TestIpcModeOlderClient
23:21:48 [2021-08-16T23:21:48.366Z] === PAUSE TestIpcModeOlderClient
23:21:48 [2021-08-16T23:21:48.366Z] === RUN   TestKillContainerInvalidSignal
23:21:49 [2021-08-16T23:21:49.306Z] --- PASS: TestKillContainerInvalidSignal (0.76s)
23:21:49 [2021-08-16T23:21:49.306Z] === RUN   TestKillContainer
23:21:49 [2021-08-16T23:21:49.306Z] === RUN   TestKillContainer/no_signal
23:21:49 [2021-08-16T23:21:49.875Z] === RUN   TestKillContainer/non_killing_signal
23:21:50 [2021-08-16T23:21:50.465Z] === RUN   TestKillContainer/killing_signal
23:21:51 [2021-08-16T23:21:51.422Z] --- PASS: TestKillContainer (2.14s)
23:21:51 [2021-08-16T23:21:51.422Z]     --- PASS: TestKillContainer/no_signal (0.66s)
23:21:51 [2021-08-16T23:21:51.422Z]     --- PASS: TestKillContainer/non_killing_signal (0.52s)
23:21:51 [2021-08-16T23:21:51.422Z]     --- PASS: TestKillContainer/killing_signal (0.75s)
23:21:51 [2021-08-16T23:21:51.422Z] === RUN   TestKillWithStopSignalAndRestartPolicies
23:21:51 [2021-08-16T23:21:51.422Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
23:21:51 [2021-08-16T23:21:51.996Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
23:21:52 [2021-08-16T23:21:52.567Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.39s)
23:21:52 [2021-08-16T23:21:52.567Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.69s)
23:21:52 [2021-08-16T23:21:52.567Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.54s)
23:21:52 [2021-08-16T23:21:52.567Z] === RUN   TestKillStoppedContainer
23:21:52 [2021-08-16T23:21:52.567Z] --- PASS: TestKillStoppedContainer (0.05s)
23:21:52 [2021-08-16T23:21:52.567Z] === RUN   TestKillStoppedContainerAPIPre120
23:21:52 [2021-08-16T23:21:52.828Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s)
23:21:52 [2021-08-16T23:21:52.828Z] === RUN   TestKillDifferentUserContainer
23:21:53 [2021-08-16T23:21:53.400Z] --- PASS: TestKillDifferentUserContainer (0.67s)
23:21:53 [2021-08-16T23:21:53.400Z] === RUN   TestInspectOomKilledTrue
23:21:53 [2021-08-16T23:21:53.400Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
23:21:53 [2021-08-16T23:21:53.400Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
23:21:53 [2021-08-16T23:21:53.400Z] === RUN   TestInspectOomKilledFalse
23:21:53 [2021-08-16T23:21:53.970Z] --- PASS: TestInspectOomKilledFalse (0.66s)
23:21:53 [2021-08-16T23:21:53.970Z] === RUN   TestLinksEtcHostsContentMatch
23:21:54 [2021-08-16T23:21:54.913Z] --- PASS: TestLinksEtcHostsContentMatch (0.80s)
23:21:54 [2021-08-16T23:21:54.913Z] === RUN   TestLinksContainerNames
23:21:56 [2021-08-16T23:21:56.296Z] --- PASS: TestLinksContainerNames (1.37s)
23:21:56 [2021-08-16T23:21:56.296Z] === RUN   TestLogsFollowTailEmpty
23:21:56 [2021-08-16T23:21:56.866Z] --- PASS: TestLogsFollowTailEmpty (0.70s)
23:21:56 [2021-08-16T23:21:56.866Z] === RUN   TestContainerNetworkMountsNoChown
23:21:57 [2021-08-16T23:21:57.807Z] --- PASS: TestContainerNetworkMountsNoChown (0.65s)
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/default
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/default
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/private
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/private
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/rprivate
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/rprivate
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/slave
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/slave
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/rslave
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/rslave
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/shared
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/shared
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/rshared
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/rshared
23:21:57 [2021-08-16T23:21:57.807Z] === CONT  TestMountDaemonRoot/default
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/default/bind_root
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/default/bind_root
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/default/bind_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/default/mount_root
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/default/mount_root
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/default/mount_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === CONT  TestMountDaemonRoot/default/bind_root
23:21:57 [2021-08-16T23:21:57.807Z] === CONT  TestMountDaemonRoot/rshared
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/rshared/bind_root
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/rshared/mount_root
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
23:21:57 [2021-08-16T23:21:57.807Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === CONT  TestMountDaemonRoot/shared
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/shared/bind_root
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/shared/bind_root
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/shared/mount_root
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/shared/mount_root
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === CONT  TestMountDaemonRoot/rslave
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/rslave/bind_root
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/rslave/mount_root
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === CONT  TestMountDaemonRoot/slave
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/slave/bind_root
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/slave/bind_root
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/slave/mount_root
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/slave/mount_root
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === CONT  TestMountDaemonRoot/rprivate
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === CONT  TestMountDaemonRoot/private
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/private/bind_root
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/private/bind_root
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/private/bind_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/private/mount_root
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/private/mount_root
23:21:57 [2021-08-16T23:21:57.807Z] === RUN   TestMountDaemonRoot/private/mount_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === CONT  TestMountDaemonRoot/default/mount_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === CONT  TestMountDaemonRoot/default/mount_root
23:21:57 [2021-08-16T23:21:57.807Z] === CONT  TestMountDaemonRoot/default/bind_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === CONT  TestMountDaemonRoot/rshared/mount_root
23:21:57 [2021-08-16T23:21:57.807Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === CONT  TestMountDaemonRoot/rshared/bind_root
23:21:57 [2021-08-16T23:21:57.807Z] === CONT  TestMountDaemonRoot/shared/bind_root
23:21:57 [2021-08-16T23:21:57.807Z] === CONT  TestMountDaemonRoot/rslave/bind_root
23:21:57 [2021-08-16T23:21:57.807Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === CONT  TestMountDaemonRoot/shared/mount_root
23:21:57 [2021-08-16T23:21:57.807Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === CONT  TestMountDaemonRoot/slave/bind_root
23:21:57 [2021-08-16T23:21:57.807Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
23:21:57 [2021-08-16T23:21:57.807Z] === CONT  TestMountDaemonRoot/rslave/mount_root
23:21:57 [2021-08-16T23:21:57.807Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
23:21:58 [2021-08-16T23:21:58.067Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
23:21:58 [2021-08-16T23:21:58.067Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
23:21:58 [2021-08-16T23:21:58.067Z] === CONT  TestMountDaemonRoot/slave/mount_root
23:21:58 [2021-08-16T23:21:58.067Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
23:21:58 [2021-08-16T23:21:58.067Z] === CONT  TestMountDaemonRoot/private/bind_root
23:21:58 [2021-08-16T23:21:58.067Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
23:21:58 [2021-08-16T23:21:58.067Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
23:21:58 [2021-08-16T23:21:58.067Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
23:21:58 [2021-08-16T23:21:58.067Z] === CONT  TestMountDaemonRoot/private/mount_subpath
23:21:58 [2021-08-16T23:21:58.067Z] === CONT  TestMountDaemonRoot/private/mount_root
23:21:58 [2021-08-16T23:21:58.067Z] === CONT  TestMountDaemonRoot/private/bind_subpath
23:21:58 [2021-08-16T23:21:58.067Z] --- PASS: TestMountDaemonRoot (0.02s)
23:21:58 [2021-08-16T23:21:58.067Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
23:21:58 [2021-08-16T23:21:58.067Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
23:21:58 [2021-08-16T23:21:58.067Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
23:21:58 [2021-08-16T23:21:58.067Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
23:21:58 [2021-08-16T23:21:58.067Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
23:21:58 [2021-08-16T23:21:58.067Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
23:21:58 [2021-08-16T23:21:58.067Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
23:21:58 [2021-08-16T23:21:58.067Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s)
23:21:58 [2021-08-16T23:21:58.067Z] === RUN   TestContainerBindMountNonRecursive
23:22:00 [2021-08-16T23:22:00.609Z] --- PASS: TestContainerBindMountNonRecursive (2.09s)
23:22:00 [2021-08-16T23:22:00.609Z] === RUN   TestContainerVolumesMountedAsShared
23:22:00 [2021-08-16T23:22:00.609Z] --- PASS: TestContainerVolumesMountedAsShared (0.44s)
23:22:00 [2021-08-16T23:22:00.609Z] === RUN   TestContainerVolumesMountedAsSlave
23:22:01 [2021-08-16T23:22:01.549Z] --- PASS: TestContainerVolumesMountedAsSlave (0.81s)
23:22:01 [2021-08-16T23:22:01.549Z] === RUN   TestNetworkNat
23:22:02 [2021-08-16T23:22:02.122Z] --- PASS: TestNetworkNat (0.72s)
23:22:02 [2021-08-16T23:22:02.122Z] === RUN   TestNetworkLocalhostTCPNat
23:22:03 [2021-08-16T23:22:03.064Z] --- PASS: TestNetworkLocalhostTCPNat (0.68s)
23:22:03 [2021-08-16T23:22:03.064Z] === RUN   TestNetworkLoopbackNat
23:22:06 [2021-08-16T23:22:06.365Z] --- PASS: TestNetworkLoopbackNat (3.11s)
23:22:06 [2021-08-16T23:22:06.365Z] === RUN   TestPause
23:22:06 [2021-08-16T23:22:06.625Z] --- PASS: TestPause (0.71s)
23:22:06 [2021-08-16T23:22:06.625Z] === RUN   TestPauseFailsOnWindowsServerContainers
23:22:06 [2021-08-16T23:22:06.625Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
23:22:06 [2021-08-16T23:22:06.625Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
23:22:06 [2021-08-16T23:22:06.625Z] === RUN   TestPauseStopPausedContainer
23:22:07 [2021-08-16T23:22:07.565Z] --- PASS: TestPauseStopPausedContainer (0.69s)
23:22:07 [2021-08-16T23:22:07.565Z] === RUN   TestPidHost
23:22:09 [2021-08-16T23:22:09.476Z] --- PASS: TestPidHost (1.92s)
23:22:09 [2021-08-16T23:22:09.476Z] === RUN   TestPsFilter
23:22:09 [2021-08-16T23:22:09.476Z] --- PASS: TestPsFilter (0.10s)
23:22:09 [2021-08-16T23:22:09.476Z] === RUN   TestRemoveContainerWithRemovedVolume
23:22:10 [2021-08-16T23:22:10.046Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.65s)
23:22:10 [2021-08-16T23:22:10.046Z] === RUN   TestRemoveContainerWithVolume
23:22:10 [2021-08-16T23:22:10.616Z] --- PASS: TestRemoveContainerWithVolume (0.67s)
23:22:10 [2021-08-16T23:22:10.616Z] === RUN   TestRemoveContainerRunning
23:22:11 [2021-08-16T23:22:11.557Z] --- PASS: TestRemoveContainerRunning (0.69s)
23:22:11 [2021-08-16T23:22:11.557Z] === RUN   TestRemoveContainerForceRemoveRunning
23:22:12 [2021-08-16T23:22:12.128Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.68s)
23:22:12 [2021-08-16T23:22:12.128Z] === RUN   TestRemoveInvalidContainer
23:22:12 [2021-08-16T23:22:12.128Z] --- PASS: TestRemoveInvalidContainer (0.01s)
23:22:12 [2021-08-16T23:22:12.128Z] === RUN   TestRenameLinkedContainer
23:22:15 [2021-08-16T23:22:15.426Z] --- PASS: TestRenameLinkedContainer (2.81s)
23:22:15 [2021-08-16T23:22:15.426Z] === RUN   TestRenameStoppedContainer
23:22:15 [2021-08-16T23:22:15.685Z] --- PASS: TestRenameStoppedContainer (0.69s)
23:22:15 [2021-08-16T23:22:15.685Z] === RUN   TestRenameRunningContainerAndReuse
23:22:17 [2021-08-16T23:22:17.069Z] --- PASS: TestRenameRunningContainerAndReuse (1.36s)
23:22:17 [2021-08-16T23:22:17.069Z] === RUN   TestRenameInvalidName
23:22:17 [2021-08-16T23:22:17.641Z] --- PASS: TestRenameInvalidName (0.73s)
23:22:17 [2021-08-16T23:22:17.641Z] === RUN   TestRenameAnonymousContainer
23:22:20 [2021-08-16T23:22:20.183Z] --- PASS: TestRenameAnonymousContainer (2.31s)
23:22:20 [2021-08-16T23:22:20.183Z] === RUN   TestRenameContainerWithSameName
23:22:20 [2021-08-16T23:22:20.753Z] --- PASS: TestRenameContainerWithSameName (0.71s)
23:22:20 [2021-08-16T23:22:20.753Z] === RUN   TestRenameContainerWithLinkedContainer
23:22:22 [2021-08-16T23:22:22.135Z] --- PASS: TestRenameContainerWithLinkedContainer (1.43s)
23:22:22 [2021-08-16T23:22:22.136Z] === RUN   TestResize
23:22:22 [2021-08-16T23:22:22.705Z] --- PASS: TestResize (0.71s)
23:22:22 [2021-08-16T23:22:22.705Z] === RUN   TestResizeWithInvalidSize
23:22:23 [2021-08-16T23:22:23.645Z] --- PASS: TestResizeWithInvalidSize (0.71s)
23:22:23 [2021-08-16T23:22:23.645Z] === RUN   TestResizeWhenContainerNotStarted
23:22:24 [2021-08-16T23:22:24.216Z] --- PASS: TestResizeWhenContainerNotStarted (0.68s)
23:22:24 [2021-08-16T23:22:24.216Z] === RUN   TestDaemonRestartKillContainers
23:22:24 [2021-08-16T23:22:24.216Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:22:24 [2021-08-16T23:22:24.216Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:22:26 [2021-08-16T23:22:26.758Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:22:26 [2021-08-16T23:22:26.758Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:22:27 [2021-08-16T23:22:27.698Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:22:27 [2021-08-16T23:22:27.958Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:22:28 [2021-08-16T23:22:28.900Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:22:29 [2021-08-16T23:22:29.163Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:22:31 [2021-08-16T23:22:31.076Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:22:31 [2021-08-16T23:22:31.337Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:22:33 [2021-08-16T23:22:33.881Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:22:34 [2021-08-16T23:22:34.142Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:22:36 [2021-08-16T23:22:36.716Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
23:22:36 [2021-08-16T23:22:36.716Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.20s)
23:22:36 [2021-08-16T23:22:36.716Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.29s)
23:22:36 [2021-08-16T23:22:36.717Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.31s)
23:22:36 [2021-08-16T23:22:36.717Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.33s)
23:22:36 [2021-08-16T23:22:36.717Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.26s)
23:22:36 [2021-08-16T23:22:36.717Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.34s)
23:22:36 [2021-08-16T23:22:36.717Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.16s)
23:22:36 [2021-08-16T23:22:36.717Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.22s)
23:22:36 [2021-08-16T23:22:36.717Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.72s)
23:22:36 [2021-08-16T23:22:36.717Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.85s)
23:22:36 [2021-08-16T23:22:36.717Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.16s)
23:22:36 [2021-08-16T23:22:36.717Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.14s)
23:22:36 [2021-08-16T23:22:36.717Z] === RUN   TestCgroupNamespacesRun
23:22:38 [2021-08-16T23:22:38.111Z] --- PASS: TestCgroupNamespacesRun (1.70s)
23:22:38 [2021-08-16T23:22:38.111Z] === RUN   TestCgroupNamespacesRunPrivileged
23:22:38 [2021-08-16T23:22:38.111Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
23:22:38 [2021-08-16T23:22:38.111Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
23:22:38 [2021-08-16T23:22:38.111Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
23:22:40 [2021-08-16T23:22:40.026Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.63s)
23:22:40 [2021-08-16T23:22:40.026Z] === RUN   TestCgroupNamespacesRunHostMode
23:22:41 [2021-08-16T23:22:41.416Z] --- PASS: TestCgroupNamespacesRunHostMode (1.65s)
23:22:41 [2021-08-16T23:22:41.416Z] === RUN   TestCgroupNamespacesRunPrivateMode
23:22:43 [2021-08-16T23:22:43.327Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.65s)
23:22:43 [2021-08-16T23:22:43.327Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
23:22:44 [2021-08-16T23:22:44.269Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.16s)
23:22:44 [2021-08-16T23:22:44.269Z] === RUN   TestCgroupNamespacesRunInvalidMode
23:22:44 [2021-08-16T23:22:44.839Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s)
23:22:44 [2021-08-16T23:22:44.839Z] === RUN   TestCgroupNamespacesRunOlderClient
23:22:46 [2021-08-16T23:22:46.752Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.67s)
23:22:46 [2021-08-16T23:22:46.752Z] === RUN   TestNISDomainname
23:22:47 [2021-08-16T23:22:47.696Z] --- PASS: TestNISDomainname (1.25s)
23:22:47 [2021-08-16T23:22:47.696Z] === RUN   TestHostnameDnsResolution
23:22:49 [2021-08-16T23:22:49.077Z] --- PASS: TestHostnameDnsResolution (1.23s)
23:22:49 [2021-08-16T23:22:49.077Z] === RUN   TestStats
23:22:51 [2021-08-16T23:22:51.619Z] --- PASS: TestStats (2.69s)
23:22:51 [2021-08-16T23:22:51.619Z] === RUN   TestStopContainerWithTimeout
23:22:51 [2021-08-16T23:22:51.619Z] === RUN   TestStopContainerWithTimeout/0
23:22:51 [2021-08-16T23:22:51.619Z] === PAUSE TestStopContainerWithTimeout/0
23:22:51 [2021-08-16T23:22:51.619Z] === RUN   TestStopContainerWithTimeout/1
23:22:51 [2021-08-16T23:22:51.619Z] === PAUSE TestStopContainerWithTimeout/1
23:22:51 [2021-08-16T23:22:51.619Z] === RUN   TestStopContainerWithTimeout/3
23:22:51 [2021-08-16T23:22:51.619Z] === PAUSE TestStopContainerWithTimeout/3
23:22:51 [2021-08-16T23:22:51.619Z] === RUN   TestStopContainerWithTimeout/-1
23:22:51 [2021-08-16T23:22:51.619Z] === PAUSE TestStopContainerWithTimeout/-1
23:22:51 [2021-08-16T23:22:51.619Z] === CONT  TestStopContainerWithTimeout/0
23:22:51 [2021-08-16T23:22:51.619Z] === CONT  TestStopContainerWithTimeout/-1
23:22:53 [2021-08-16T23:22:53.002Z] === CONT  TestStopContainerWithTimeout/3
23:22:54 [2021-08-16T23:22:54.912Z] === CONT  TestStopContainerWithTimeout/1
23:22:56 [2021-08-16T23:22:56.822Z] --- PASS: TestStopContainerWithTimeout (0.02s)
23:22:56 [2021-08-16T23:22:56.822Z]     --- PASS: TestStopContainerWithTimeout/0 (1.15s)
23:22:56 [2021-08-16T23:22:56.822Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.03s)
23:22:56 [2021-08-16T23:22:56.822Z]     --- PASS: TestStopContainerWithTimeout/3 (2.66s)
23:22:56 [2021-08-16T23:22:56.822Z]     --- PASS: TestStopContainerWithTimeout/1 (1.69s)
23:22:56 [2021-08-16T23:22:56.822Z] === RUN   TestDeleteDevicemapper
23:22:56 [2021-08-16T23:22:56.822Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:22:56 [2021-08-16T23:22:56.822Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:22:56 [2021-08-16T23:22:56.822Z] === RUN   TestStopContainerWithRestartPolicyAlways
23:22:58 [2021-08-16T23:22:58.733Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.13s)
23:22:58 [2021-08-16T23:22:58.733Z] === RUN   TestUpdateMemory
23:23:00 [2021-08-16T23:23:00.116Z] --- PASS: TestUpdateMemory (1.29s)
23:23:00 [2021-08-16T23:23:00.116Z] === RUN   TestUpdateCPUQuota
23:23:06 [2021-08-16T23:23:06.692Z] --- PASS: TestUpdateCPUQuota (6.57s)
23:23:06 [2021-08-16T23:23:06.692Z] === RUN   TestUpdatePidsLimit
23:23:06 [2021-08-16T23:23:06.692Z] === RUN   TestUpdatePidsLimit/update_from_none
23:23:07 [2021-08-16T23:23:07.263Z] === RUN   TestUpdatePidsLimit/no_change
23:23:07 [2021-08-16T23:23:07.833Z] === RUN   TestUpdatePidsLimit/update_lower
23:23:08 [2021-08-16T23:23:08.404Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
23:23:09 [2021-08-16T23:23:09.346Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
23:23:09 [2021-08-16T23:23:09.918Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
23:23:10 [2021-08-16T23:23:10.489Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
23:23:11 [2021-08-16T23:23:11.873Z] --- PASS: TestUpdatePidsLimit (5.39s)
23:23:11 [2021-08-16T23:23:11.873Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.68s)
23:23:11 [2021-08-16T23:23:11.873Z]     --- PASS: TestUpdatePidsLimit/no_change (0.66s)
23:23:11 [2021-08-16T23:23:11.873Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.68s)
23:23:11 [2021-08-16T23:23:11.873Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.68s)
23:23:11 [2021-08-16T23:23:11.873Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.68s)
23:23:11 [2021-08-16T23:23:11.873Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.70s)
23:23:11 [2021-08-16T23:23:11.873Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.67s)
23:23:11 [2021-08-16T23:23:11.873Z] === RUN   TestUpdateRestartPolicy
23:23:26 [2021-08-16T23:23:26.772Z] --- PASS: TestUpdateRestartPolicy (12.57s)
23:23:26 [2021-08-16T23:23:26.772Z] === RUN   TestUpdateRestartWithAutoRemove
23:23:26 [2021-08-16T23:23:26.772Z] --- PASS: TestUpdateRestartWithAutoRemove (0.83s)
23:23:26 [2021-08-16T23:23:26.772Z] === RUN   TestWaitNonBlocked
23:23:26 [2021-08-16T23:23:26.772Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
23:23:26 [2021-08-16T23:23:26.772Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
23:23:26 [2021-08-16T23:23:26.772Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
23:23:26 [2021-08-16T23:23:26.772Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
23:23:26 [2021-08-16T23:23:26.772Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
23:23:26 [2021-08-16T23:23:26.772Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
23:23:26 [2021-08-16T23:23:26.772Z] --- PASS: TestWaitNonBlocked (0.01s)
23:23:26 [2021-08-16T23:23:26.772Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.91s)
23:23:26 [2021-08-16T23:23:26.772Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.03s)
23:23:26 [2021-08-16T23:23:26.772Z] === RUN   TestWaitBlocked
23:23:26 [2021-08-16T23:23:26.772Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
23:23:26 [2021-08-16T23:23:26.772Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
23:23:26 [2021-08-16T23:23:26.772Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
23:23:26 [2021-08-16T23:23:26.772Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
23:23:26 [2021-08-16T23:23:26.772Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
23:23:26 [2021-08-16T23:23:26.772Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
23:23:27 [2021-08-16T23:23:27.343Z] --- PASS: TestWaitBlocked (0.02s)
23:23:27 [2021-08-16T23:23:27.343Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.08s)
23:23:27 [2021-08-16T23:23:27.343Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.11s)
23:23:27 [2021-08-16T23:23:27.343Z] === CONT  TestContainerStartOnDaemonRestart
23:23:27 [2021-08-16T23:23:27.343Z] === CONT  TestContainerKillOnDaemonStart
23:23:30 [2021-08-16T23:23:30.645Z] --- PASS: TestContainerStartOnDaemonRestart (2.88s)
23:23:30 [2021-08-16T23:23:30.645Z] === CONT  TestIpcModeOlderClient
23:23:30 [2021-08-16T23:23:30.645Z] --- PASS: TestIpcModeOlderClient (0.07s)
23:23:30 [2021-08-16T23:23:30.645Z] === CONT  TestDaemonHostGatewayIP
23:23:33 [2021-08-16T23:23:33.946Z] --- PASS: TestDaemonHostGatewayIP (3.18s)
23:23:33 [2021-08-16T23:23:33.946Z] === CONT  TestRestartDaemonWithRestartingContainer
23:23:35 [2021-08-16T23:23:35.857Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.28s)
23:23:35 [2021-08-16T23:23:35.857Z] === CONT  TestDaemonRestartIpcMode
23:23:39 [2021-08-16T23:23:39.245Z] --- PASS: TestDaemonRestartIpcMode (2.97s)
23:23:39 [2021-08-16T23:23:39.507Z] --- PASS: TestContainerKillOnDaemonStart (12.17s)
23:23:39 [2021-08-16T23:23:39.507Z] PASS
23:23:39 [2021-08-16T23:23:39.507Z] 
23:23:39 [2021-08-16T23:23:39.507Z] === Skipped
23:23:39 [2021-08-16T23:23:39.507Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
23:23:39 [2021-08-16T23:23:39.507Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:23:39 [2021-08-16T23:23:39.507Z] 
23:23:39 [2021-08-16T23:23:39.507Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
23:23:39 [2021-08-16T23:23:39.507Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
23:23:39 [2021-08-16T23:23:39.507Z] 
23:23:39 [2021-08-16T23:23:39.507Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
23:23:39 [2021-08-16T23:23:39.507Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
23:23:39 [2021-08-16T23:23:39.507Z] 
23:23:39 [2021-08-16T23:23:39.507Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
23:23:39 [2021-08-16T23:23:39.507Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
23:23:39 [2021-08-16T23:23:39.507Z] 
23:23:39 [2021-08-16T23:23:39.507Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
23:23:39 [2021-08-16T23:23:39.507Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:23:39 [2021-08-16T23:23:39.507Z] 
23:23:39 [2021-08-16T23:23:39.507Z] 
23:23:39 [2021-08-16T23:23:39.507Z] DONE 195 tests, 5 skipped in 144.875s
23:23:39 [2021-08-16T23:23:39.507Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
23:23:39 [2021-08-16T23:23:39.507Z] === RUN   TestConfigDaemonLibtrustID
23:23:40 [2021-08-16T23:23:40.077Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
23:23:40 [2021-08-16T23:23:40.077Z] === RUN   TestDaemonConfigValidation
23:23:40 [2021-08-16T23:23:40.077Z] === RUN   TestDaemonConfigValidation/config_with_no_content
23:23:40 [2021-08-16T23:23:40.077Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
23:23:40 [2021-08-16T23:23:40.077Z] === RUN   TestDaemonConfigValidation/config_with_{}
23:23:40 [2021-08-16T23:23:40.077Z] === PAUSE TestDaemonConfigValidation/config_with_{}
23:23:40 [2021-08-16T23:23:40.077Z] === RUN   TestDaemonConfigValidation/invalid_config
23:23:40 [2021-08-16T23:23:40.077Z] === PAUSE TestDaemonConfigValidation/invalid_config
23:23:40 [2021-08-16T23:23:40.077Z] === RUN   TestDaemonConfigValidation/malformed_config
23:23:40 [2021-08-16T23:23:40.077Z] === PAUSE TestDaemonConfigValidation/malformed_config
23:23:40 [2021-08-16T23:23:40.077Z] === RUN   TestDaemonConfigValidation/valid_config
23:23:40 [2021-08-16T23:23:40.077Z] === PAUSE TestDaemonConfigValidation/valid_config
23:23:40 [2021-08-16T23:23:40.077Z] === CONT  TestDaemonConfigValidation/config_with_no_content
23:23:40 [2021-08-16T23:23:40.077Z] === CONT  TestDaemonConfigValidation/valid_config
23:23:40 [2021-08-16T23:23:40.337Z] === CONT  TestDaemonConfigValidation/invalid_config
23:23:40 [2021-08-16T23:23:40.337Z] === CONT  TestDaemonConfigValidation/malformed_config
23:23:40 [2021-08-16T23:23:40.337Z] === CONT  TestDaemonConfigValidation/config_with_{}
23:23:40 [2021-08-16T23:23:40.337Z] --- PASS: TestDaemonConfigValidation (0.00s)
23:23:40 [2021-08-16T23:23:40.337Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s)
23:23:40 [2021-08-16T23:23:40.337Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.08s)
23:23:40 [2021-08-16T23:23:40.337Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.08s)
23:23:40 [2021-08-16T23:23:40.337Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.08s)
23:23:40 [2021-08-16T23:23:40.337Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
23:23:40 [2021-08-16T23:23:40.337Z] === RUN   TestConfigDaemonSeccompProfiles
23:23:40 [2021-08-16T23:23:40.337Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
23:23:41 [2021-08-16T23:23:41.278Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
23:23:42 [2021-08-16T23:23:42.661Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
23:23:43 [2021-08-16T23:23:43.601Z] === CONT  TestConfigDaemonSeccompProfiles
23:23:43 [2021-08-16T23:23:43.601Z]     daemon_test.go:149: [d70a2fa9c1c1b] daemon is not started
23:23:43 [2021-08-16T23:23:43.601Z] --- PASS: TestConfigDaemonSeccompProfiles (3.14s)
23:23:43 [2021-08-16T23:23:43.601Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s)
23:23:43 [2021-08-16T23:23:43.601Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s)
23:23:43 [2021-08-16T23:23:43.601Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
23:23:43 [2021-08-16T23:23:43.601Z] PASS
23:23:43 [2021-08-16T23:23:43.601Z] 
23:23:43 [2021-08-16T23:23:43.601Z] DONE 11 tests in 3.900s
23:23:43 [2021-08-16T23:23:43.601Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
23:23:43 [2021-08-16T23:23:43.601Z] INFO: Testing against a local daemon
23:23:43 [2021-08-16T23:23:43.601Z] === RUN   TestCommitInheritsEnv
23:23:43 [2021-08-16T23:23:43.862Z] --- PASS: TestCommitInheritsEnv (0.31s)
23:23:43 [2021-08-16T23:23:43.862Z] === RUN   TestImportExtremelyLargeImageWorks
23:23:43 [2021-08-16T23:23:43.862Z] === PAUSE TestImportExtremelyLargeImageWorks
23:23:43 [2021-08-16T23:23:43.862Z] === RUN   TestImagesFilterMultiReference
23:23:43 [2021-08-16T23:23:43.862Z] --- PASS: TestImagesFilterMultiReference (0.06s)
23:23:43 [2021-08-16T23:23:43.862Z] === RUN   TestImagePullPlatformInvalid
23:23:43 [2021-08-16T23:23:43.862Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
23:23:43 [2021-08-16T23:23:43.862Z] === RUN   TestRemoveImageOrphaning
23:23:44 [2021-08-16T23:23:44.123Z] --- PASS: TestRemoveImageOrphaning (0.26s)
23:23:44 [2021-08-16T23:23:44.123Z] === RUN   TestRemoveImageGarbageCollector
23:23:46 [2021-08-16T23:23:46.034Z] --- PASS: TestRemoveImageGarbageCollector (1.90s)
23:23:46 [2021-08-16T23:23:46.034Z] === RUN   TestTagUnprefixedRepoByNameOrName
23:23:46 [2021-08-16T23:23:46.034Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
23:23:46 [2021-08-16T23:23:46.034Z] === RUN   TestTagInvalidReference
23:23:46 [2021-08-16T23:23:46.034Z] --- PASS: TestTagInvalidReference (0.01s)
23:23:46 [2021-08-16T23:23:46.034Z] === RUN   TestTagValidPrefixedRepo
23:23:46 [2021-08-16T23:23:46.295Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
23:23:46 [2021-08-16T23:23:46.295Z] === RUN   TestTagExistedNameWithoutForce
23:23:46 [2021-08-16T23:23:46.295Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
23:23:46 [2021-08-16T23:23:46.295Z] === RUN   TestTagOfficialNames
23:23:46 [2021-08-16T23:23:46.295Z] --- PASS: TestTagOfficialNames (0.05s)
23:23:46 [2021-08-16T23:23:46.295Z] === RUN   TestTagMatchesDigest
23:23:46 [2021-08-16T23:23:46.295Z] --- PASS: TestTagMatchesDigest (0.01s)
23:23:46 [2021-08-16T23:23:46.295Z] === CONT  TestImportExtremelyLargeImageWorks
23:25:22 [2021-08-16T23:25:22.780Z] --- PASS: TestImportExtremelyLargeImageWorks (94.60s)
23:25:22 [2021-08-16T23:25:22.780Z] PASS
23:25:22 [2021-08-16T23:25:22.780Z] 
23:25:22 [2021-08-16T23:25:22.780Z] DONE 12 tests in 97.376s
23:25:22 [2021-08-16T23:25:22.780Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
23:25:22 [2021-08-16T23:25:22.780Z] INFO: Testing against a local daemon
23:25:22 [2021-08-16T23:25:22.780Z] === RUN   TestNetworkCreateDelete
23:25:22 [2021-08-16T23:25:22.780Z] --- PASS: TestNetworkCreateDelete (0.13s)
23:25:22 [2021-08-16T23:25:22.780Z] === RUN   TestDockerNetworkDeletePreferID
23:25:22 [2021-08-16T23:25:22.780Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s)
23:25:22 [2021-08-16T23:25:22.780Z] === RUN   TestDaemonDNSFallback
23:25:28 [2021-08-16T23:25:28.060Z] --- PASS: TestDaemonDNSFallback (6.62s)
23:25:28 [2021-08-16T23:25:28.060Z] === RUN   TestInspectNetwork
23:25:31 [2021-08-16T23:25:31.358Z] === RUN   TestInspectNetwork/full_network_id
23:25:31 [2021-08-16T23:25:31.358Z] === RUN   TestInspectNetwork/partial_network_id
23:25:31 [2021-08-16T23:25:31.358Z] === RUN   TestInspectNetwork/network_name
23:25:31 [2021-08-16T23:25:31.358Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
23:25:35 [2021-08-16T23:25:35.557Z] --- PASS: TestInspectNetwork (7.57s)
23:25:35 [2021-08-16T23:25:35.557Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
23:25:35 [2021-08-16T23:25:35.557Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
23:25:35 [2021-08-16T23:25:35.557Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
23:25:35 [2021-08-16T23:25:35.557Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
23:25:35 [2021-08-16T23:25:35.557Z] === RUN   TestRunContainerWithBridgeNone
23:25:38 [2021-08-16T23:25:38.857Z] --- PASS: TestRunContainerWithBridgeNone (3.08s)
23:25:38 [2021-08-16T23:25:38.857Z] === RUN   TestNetworkInvalidJSON
23:25:38 [2021-08-16T23:25:38.857Z] === RUN   TestNetworkInvalidJSON//networks/create
23:25:38 [2021-08-16T23:25:38.857Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:25:38 [2021-08-16T23:25:38.857Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:25:38 [2021-08-16T23:25:38.857Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:25:38 [2021-08-16T23:25:38.857Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:25:38 [2021-08-16T23:25:38.857Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:25:38 [2021-08-16T23:25:38.857Z] === CONT  TestNetworkInvalidJSON//networks/create
23:25:38 [2021-08-16T23:25:38.857Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:25:38 [2021-08-16T23:25:38.857Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:25:38 [2021-08-16T23:25:38.857Z] --- PASS: TestNetworkInvalidJSON (0.01s)
23:25:38 [2021-08-16T23:25:38.857Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:25:38 [2021-08-16T23:25:38.857Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:25:38 [2021-08-16T23:25:38.857Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:25:38 [2021-08-16T23:25:38.857Z] === RUN   TestNetworkList
23:25:38 [2021-08-16T23:25:38.857Z] === RUN   TestNetworkList//networks
23:25:38 [2021-08-16T23:25:38.857Z] === PAUSE TestNetworkList//networks
23:25:38 [2021-08-16T23:25:38.857Z] === RUN   TestNetworkList//networks/
23:25:38 [2021-08-16T23:25:38.857Z] === PAUSE TestNetworkList//networks/
23:25:38 [2021-08-16T23:25:38.857Z] === CONT  TestNetworkList//networks
23:25:38 [2021-08-16T23:25:38.857Z] === CONT  TestNetworkList//networks/
23:25:38 [2021-08-16T23:25:38.857Z] --- PASS: TestNetworkList (0.01s)
23:25:38 [2021-08-16T23:25:38.857Z]     --- PASS: TestNetworkList//networks (0.00s)
23:25:38 [2021-08-16T23:25:38.857Z]     --- PASS: TestNetworkList//networks/ (0.00s)
23:25:38 [2021-08-16T23:25:38.857Z] === RUN   TestHostIPv4BridgeLabel
23:25:39 [2021-08-16T23:25:39.428Z] --- PASS: TestHostIPv4BridgeLabel (0.57s)
23:25:39 [2021-08-16T23:25:39.428Z] === RUN   TestDaemonRestartWithLiveRestore
23:25:40 [2021-08-16T23:25:40.369Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
23:25:40 [2021-08-16T23:25:40.369Z] === RUN   TestDaemonDefaultNetworkPools
23:25:40 [2021-08-16T23:25:40.940Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s)
23:25:40 [2021-08-16T23:25:40.940Z] === RUN   TestDaemonRestartWithExistingNetwork
23:25:42 [2021-08-16T23:25:42.322Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
23:25:42 [2021-08-16T23:25:42.322Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
23:25:43 [2021-08-16T23:25:43.703Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s)
23:25:43 [2021-08-16T23:25:43.703Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
23:25:43 [2021-08-16T23:25:43.962Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s)
23:25:43 [2021-08-16T23:25:43.962Z] === RUN   TestServiceWithPredefinedNetwork
23:25:46 [2021-08-16T23:25:46.504Z] --- PASS: TestServiceWithPredefinedNetwork (2.52s)
23:25:46 [2021-08-16T23:25:46.504Z] === RUN   TestServiceRemoveKeepsIngressNetwork
23:25:46 [2021-08-16T23:25:46.504Z]     service_test.go:242: FLAKY_TEST
23:25:46 [2021-08-16T23:25:46.504Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
23:25:46 [2021-08-16T23:25:46.504Z] === RUN   TestServiceWithDataPathPortInit
23:26:01 [2021-08-16T23:26:01.405Z] --- PASS: TestServiceWithDataPathPortInit (14.41s)
23:26:01 [2021-08-16T23:26:01.405Z] === RUN   TestServiceWithDefaultAddressPoolInit
23:26:03 [2021-08-16T23:26:03.949Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:swa180ictp75nerxaoi7xquki Created:2021-08-16 23:26:02.243477322 +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[f3600d168ff5ab927960d1a4b9a87972836105db715b1c310ca86582a0ec1274:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wqcaptinvh2og000nysux7tg0 EndpointID:a669523c67524e0cf2a167326c7bc72aef9d2621cc2ea38e5feaafd12725d242 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5cbc8e6386437b3a0eea231f383425e374e74ebd9559c25fde403de6ee671be6 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:f473788cd0f5 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wqcaptinvh2og000nysux7tg0 EndpointID:a669523c67524e0cf2a167326c7bc72aef9d2621cc2ea38e5feaafd12725d242 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
23:26:08 [2021-08-16T23:26:08.159Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.21s)
23:26:08 [2021-08-16T23:26:08.159Z] PASS
23:26:08 [2021-08-16T23:26:08.159Z] 
23:26:08 [2021-08-16T23:26:08.159Z] === Skipped
23:26:08 [2021-08-16T23:26:08.159Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
23:26:08 [2021-08-16T23:26:08.159Z]     service_test.go:242: FLAKY_TEST
23:26:08 [2021-08-16T23:26:08.159Z] 
23:26:08 [2021-08-16T23:26:08.159Z] 
23:26:08 [2021-08-16T23:26:08.159Z] DONE 26 tests, 1 skipped in 47.258s
23:26:08 [2021-08-16T23:26:08.159Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
23:26:08 [2021-08-16T23:26:08.159Z] INFO: Testing against a local daemon
23:26:08 [2021-08-16T23:26:08.159Z] === RUN   TestDockerNetworkIpvlanPersistance
23:26:08 [2021-08-16T23:26:08.159Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:26:08 [2021-08-16T23:26:08.159Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
23:26:08 [2021-08-16T23:26:08.159Z] === RUN   TestDockerNetworkIpvlan
23:26:08 [2021-08-16T23:26:08.159Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:26:08 [2021-08-16T23:26:08.159Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
23:26:08 [2021-08-16T23:26:08.159Z] PASS
23:26:08 [2021-08-16T23:26:08.159Z] 
23:26:08 [2021-08-16T23:26:08.159Z] === Skipped
23:26:08 [2021-08-16T23:26:08.159Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
23:26:08 [2021-08-16T23:26:08.159Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:26:08 [2021-08-16T23:26:08.159Z] 
23:26:08 [2021-08-16T23:26:08.159Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
23:26:08 [2021-08-16T23:26:08.159Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:26:08 [2021-08-16T23:26:08.159Z] 
23:26:08 [2021-08-16T23:26:08.159Z] 
23:26:08 [2021-08-16T23:26:08.159Z] DONE 2 tests, 2 skipped in 0.033s
23:26:08 [2021-08-16T23:26:08.159Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
23:26:08 [2021-08-16T23:26:08.159Z] INFO: Testing against a local daemon
23:26:08 [2021-08-16T23:26:08.159Z] === RUN   TestDockerNetworkMacvlanPersistance
23:26:09 [2021-08-16T23:26:09.586Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.30s)
23:26:09 [2021-08-16T23:26:09.586Z] === RUN   TestDockerNetworkMacvlan
23:26:10 [2021-08-16T23:26:10.161Z] === RUN   TestDockerNetworkMacvlan/Subinterface
23:26:11 [2021-08-16T23:26:11.101Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
23:26:11 [2021-08-16T23:26:11.671Z] === RUN   TestDockerNetworkMacvlan/NilParent
23:26:14 [2021-08-16T23:26:14.968Z] === RUN   TestDockerNetworkMacvlan/InternalMode
23:26:17 [2021-08-16T23:26:17.513Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
23:26:22 [2021-08-16T23:26:22.799Z] === RUN   TestDockerNetworkMacvlan/Addressing
23:26:23 [2021-08-16T23:26:23.742Z] --- PASS: TestDockerNetworkMacvlan (14.19s)
23:26:23 [2021-08-16T23:26:23.742Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s)
23:26:23 [2021-08-16T23:26:23.742Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
23:26:23 [2021-08-16T23:26:23.742Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.66s)
23:26:23 [2021-08-16T23:26:23.742Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.83s)
23:26:23 [2021-08-16T23:26:23.742Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.90s)
23:26:23 [2021-08-16T23:26:23.742Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.32s)
23:26:23 [2021-08-16T23:26:23.742Z] PASS
23:26:23 [2021-08-16T23:26:23.742Z] 
23:26:23 [2021-08-16T23:26:23.742Z] DONE 8 tests in 15.534s
23:26:23 [2021-08-16T23:26:23.742Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
23:26:23 [2021-08-16T23:26:23.742Z] testing: warning: no tests to run
23:26:23 [2021-08-16T23:26:23.742Z] PASS
23:26:23 [2021-08-16T23:26:23.742Z] 
23:26:23 [2021-08-16T23:26:23.742Z] DONE 0 tests in 0.007s
23:26:23 [2021-08-16T23:26:23.742Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
23:26:23 [2021-08-16T23:26:23.742Z] INFO: Testing against a local daemon
23:26:23 [2021-08-16T23:26:23.742Z] === RUN   TestAuthZPluginAllowRequest
23:26:25 [2021-08-16T23:26:25.127Z] --- PASS: TestAuthZPluginAllowRequest (1.40s)
23:26:25 [2021-08-16T23:26:25.127Z] === RUN   TestAuthZPluginTLS
23:26:25 [2021-08-16T23:26:25.742Z] --- PASS: TestAuthZPluginTLS (0.54s)
23:26:25 [2021-08-16T23:26:25.742Z] === RUN   TestAuthZPluginDenyRequest
23:26:26 [2021-08-16T23:26:26.312Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
23:26:26 [2021-08-16T23:26:26.312Z] === RUN   TestAuthZPluginAPIDenyResponse
23:26:26 [2021-08-16T23:26:26.882Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
23:26:26 [2021-08-16T23:26:26.882Z] === RUN   TestAuthZPluginDenyResponse
23:26:27 [2021-08-16T23:26:27.452Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
23:26:27 [2021-08-16T23:26:27.452Z] === RUN   TestAuthZPluginAllowEventStream
23:26:28 [2021-08-16T23:26:28.836Z] --- PASS: TestAuthZPluginAllowEventStream (1.42s)
23:26:28 [2021-08-16T23:26:28.836Z] === RUN   TestAuthZPluginErrorResponse
23:26:29 [2021-08-16T23:26:29.405Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
23:26:29 [2021-08-16T23:26:29.405Z] === RUN   TestAuthZPluginErrorRequest
23:26:29 [2021-08-16T23:26:29.974Z] --- PASS: TestAuthZPluginErrorRequest (0.54s)
23:26:29 [2021-08-16T23:26:29.974Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
23:26:30 [2021-08-16T23:26:30.545Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
23:26:30 [2021-08-16T23:26:30.546Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
23:26:32 [2021-08-16T23:26:32.456Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.77s)
23:26:32 [2021-08-16T23:26:32.456Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
23:26:33 [2021-08-16T23:26:33.840Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.75s)
23:26:33 [2021-08-16T23:26:33.840Z] === RUN   TestAuthZPluginHeader
23:26:34 [2021-08-16T23:26:34.779Z] --- PASS: TestAuthZPluginHeader (0.70s)
23:26:34 [2021-08-16T23:26:34.779Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
23:26:38 [2021-08-16T23:26:38.980Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.68s)
23:26:38 [2021-08-16T23:26:38.981Z] === RUN   TestAuthZPluginV2Disable
23:26:41 [2021-08-16T23:26:41.522Z] --- PASS: TestAuthZPluginV2Disable (2.93s)
23:26:41 [2021-08-16T23:26:41.522Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
23:26:44 [2021-08-16T23:26:44.063Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.74s)
23:26:44 [2021-08-16T23:26:44.063Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
23:26:54 [2021-08-16T23:26:54.058Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.57s)
23:26:54 [2021-08-16T23:26:54.058Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
23:27:12 [2021-08-16T23:27:12.165Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s)
23:27:12 [2021-08-16T23:27:12.165Z] PASS
23:27:12 [2021-08-16T23:27:12.165Z] 
23:27:12 [2021-08-16T23:27:12.165Z] DONE 17 tests in 46.322s
23:27:12 [2021-08-16T23:27:12.165Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
23:27:12 [2021-08-16T23:27:12.165Z] INFO: Testing against a local daemon
23:27:12 [2021-08-16T23:27:12.165Z] === RUN   TestPluginInvalidJSON
23:27:12 [2021-08-16T23:27:12.165Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:27:12 [2021-08-16T23:27:12.165Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:27:12 [2021-08-16T23:27:12.165Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:27:12 [2021-08-16T23:27:12.165Z] --- PASS: TestPluginInvalidJSON (0.01s)
23:27:12 [2021-08-16T23:27:12.165Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:27:12 [2021-08-16T23:27:12.165Z] === RUN   TestPluginInstall
23:27:12 [2021-08-16T23:27:12.165Z] === RUN   TestPluginInstall/no_auth
23:27:12 [2021-08-16T23:27:12.165Z] time="2021-08-16T23:27:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:27:12 [2021-08-16T23:27:12.165Z] time="2021-08-16T23:27:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9a2e71ba5186f9a1df3c1222d5f3c4d26cf755c23545c58f6c98cf0d13e5970a" mediatype=application/vnd.docker.plugin.v1+json size=522
23:27:12 [2021-08-16T23:27:12.165Z] time="2021-08-16T23:27:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:27:12 [2021-08-16T23:27:12.165Z] time="2021-08-16T23:27:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9a2e71ba5186f9a1df3c1222d5f3c4d26cf755c23545c58f6c98cf0d13e5970a" mediatype=application/vnd.docker.plugin.v1+json size=522
23:27:12 [2021-08-16T23:27:12.165Z] === RUN   TestPluginInstall/with_htpasswd
23:27:12 [2021-08-16T23:27:12.425Z] time="2021-08-16T23:27:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:27:12 [2021-08-16T23:27:12.425Z] time="2021-08-16T23:27:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9a2e71ba5186f9a1df3c1222d5f3c4d26cf755c23545c58f6c98cf0d13e5970a" mediatype=application/vnd.docker.plugin.v1+json size=522
23:27:12 [2021-08-16T23:27:12.425Z] time="2021-08-16T23:27:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:27:12 [2021-08-16T23:27:12.425Z] time="2021-08-16T23:27:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9a2e71ba5186f9a1df3c1222d5f3c4d26cf755c23545c58f6c98cf0d13e5970a" mediatype=application/vnd.docker.plugin.v1+json size=522
23:27:12 [2021-08-16T23:27:12.685Z] === RUN   TestPluginInstall/with_insecure
23:27:13 [2021-08-16T23:27:13.624Z] time="2021-08-16T23:27:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:27:13 [2021-08-16T23:27:13.624Z] time="2021-08-16T23:27:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dc88eaaa594f9cfadf08fa1f3e3e56c26ba798664f0de5b704827ed29d73f511" mediatype=application/vnd.docker.plugin.v1+json size=522
23:27:13 [2021-08-16T23:27:13.624Z] time="2021-08-16T23:27:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:27:13 [2021-08-16T23:27:13.624Z] time="2021-08-16T23:27:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dc88eaaa594f9cfadf08fa1f3e3e56c26ba798664f0de5b704827ed29d73f511" mediatype=application/vnd.docker.plugin.v1+json size=522
23:27:13 [2021-08-16T23:27:13.885Z]     plugin_test.go:166: [dcb39b6e93547] daemon is not started
23:27:13 [2021-08-16T23:27:13.885Z] --- PASS: TestPluginInstall (3.68s)
23:27:13 [2021-08-16T23:27:13.885Z]     --- PASS: TestPluginInstall/no_auth (1.89s)
23:27:13 [2021-08-16T23:27:13.885Z]     --- PASS: TestPluginInstall/with_htpasswd (0.67s)
23:27:13 [2021-08-16T23:27:13.885Z]     --- PASS: TestPluginInstall/with_insecure (1.13s)
23:27:13 [2021-08-16T23:27:13.885Z] === RUN   TestPluginsWithRuntimes
23:27:15 [2021-08-16T23:27:15.815Z] === RUN   TestPluginsWithRuntimes/No_Args
23:27:16 [2021-08-16T23:27:16.395Z] === RUN   TestPluginsWithRuntimes/With_Args
23:27:17 [2021-08-16T23:27:17.333Z] --- PASS: TestPluginsWithRuntimes (3.57s)
23:27:17 [2021-08-16T23:27:17.333Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.97s)
23:27:17 [2021-08-16T23:27:17.333Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.92s)
23:27:17 [2021-08-16T23:27:17.333Z] === RUN   TestPluginBackCompatMediaTypes
23:27:17 [2021-08-16T23:27:17.904Z] --- PASS: TestPluginBackCompatMediaTypes (0.60s)
23:27:17 [2021-08-16T23:27:17.904Z] PASS
23:27:17 [2021-08-16T23:27:17.904Z] 
23:27:17 [2021-08-16T23:27:17.904Z] DONE 10 tests in 7.898s
23:27:17 [2021-08-16T23:27:17.904Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
23:27:18 [2021-08-16T23:27:18.165Z] INFO: Testing against a local daemon
23:27:18 [2021-08-16T23:27:18.165Z] === RUN   TestExternalGraphDriver
23:27:18 [2021-08-16T23:27:18.165Z] === RUN   TestExternalGraphDriver/json
23:27:20 [2021-08-16T23:27:20.076Z] === RUN   TestExternalGraphDriver/spec
23:27:21 [2021-08-16T23:27:21.987Z] === RUN   TestExternalGraphDriver/pull
23:27:23 [2021-08-16T23:27:23.900Z] --- PASS: TestExternalGraphDriver (5.50s)
23:27:23 [2021-08-16T23:27:23.900Z]     --- PASS: TestExternalGraphDriver/json (1.93s)
23:27:23 [2021-08-16T23:27:23.900Z]     --- PASS: TestExternalGraphDriver/spec (1.90s)
23:27:23 [2021-08-16T23:27:23.900Z]     --- PASS: TestExternalGraphDriver/pull (1.62s)
23:27:23 [2021-08-16T23:27:23.900Z] === RUN   TestGraphdriverPluginV2
23:27:27 [2021-08-16T23:27:27.201Z] --- PASS: TestGraphdriverPluginV2 (3.55s)
23:27:27 [2021-08-16T23:27:27.201Z] PASS
23:27:27 [2021-08-16T23:27:27.201Z] 
23:27:27 [2021-08-16T23:27:27.201Z] DONE 5 tests in 9.088s
23:27:27 [2021-08-16T23:27:27.201Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
23:27:27 [2021-08-16T23:27:27.201Z] INFO: Testing against a local daemon
23:27:27 [2021-08-16T23:27:27.201Z] === RUN   TestContinueAfterPluginCrash
23:27:27 [2021-08-16T23:27:27.201Z] === PAUSE TestContinueAfterPluginCrash
23:27:27 [2021-08-16T23:27:27.201Z] === RUN   TestReadPluginNoRead
23:27:27 [2021-08-16T23:27:27.201Z] === PAUSE TestReadPluginNoRead
23:27:27 [2021-08-16T23:27:27.201Z] === RUN   TestDaemonStartWithLogOpt
23:27:27 [2021-08-16T23:27:27.201Z] === PAUSE TestDaemonStartWithLogOpt
23:27:27 [2021-08-16T23:27:27.201Z] === CONT  TestContinueAfterPluginCrash
23:27:27 [2021-08-16T23:27:27.201Z] === CONT  TestDaemonStartWithLogOpt
23:27:31 [2021-08-16T23:27:31.408Z] --- PASS: TestDaemonStartWithLogOpt (3.64s)
23:27:31 [2021-08-16T23:27:31.408Z] === CONT  TestReadPluginNoRead
23:27:33 [2021-08-16T23:27:33.326Z] === RUN   TestReadPluginNoRead/default
23:27:34 [2021-08-16T23:27:34.711Z] === RUN   TestReadPluginNoRead/disabled_caching
23:27:36 [2021-08-16T23:27:36.094Z] --- PASS: TestContinueAfterPluginCrash (8.85s)
23:27:36 [2021-08-16T23:27:36.354Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
23:27:37 [2021-08-16T23:27:37.738Z] === CONT  TestReadPluginNoRead
23:27:37 [2021-08-16T23:27:37.738Z]     read_test.go:92: [d73e5de36fd69] daemon is not started
23:27:37 [2021-08-16T23:27:37.738Z] --- PASS: TestReadPluginNoRead (6.93s)
23:27:37 [2021-08-16T23:27:37.738Z]     --- PASS: TestReadPluginNoRead/default (1.55s)
23:27:37 [2021-08-16T23:27:37.738Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.62s)
23:27:37 [2021-08-16T23:27:37.738Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.49s)
23:27:37 [2021-08-16T23:27:37.738Z] PASS
23:27:37 [2021-08-16T23:27:37.738Z] 
23:27:37 [2021-08-16T23:27:37.738Z] DONE 6 tests in 10.630s
23:27:37 [2021-08-16T23:27:37.738Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
23:27:37 [2021-08-16T23:27:37.738Z] testing: warning: no tests to run
23:27:37 [2021-08-16T23:27:37.738Z] PASS
23:27:37 [2021-08-16T23:27:37.738Z] 
23:27:37 [2021-08-16T23:27:37.738Z] DONE 0 tests in 0.007s
23:27:37 [2021-08-16T23:27:37.738Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
23:27:37 [2021-08-16T23:27:37.738Z] INFO: Testing against a local daemon
23:27:37 [2021-08-16T23:27:37.738Z] === RUN   TestPluginWithDevMounts
23:27:37 [2021-08-16T23:27:37.738Z] === PAUSE TestPluginWithDevMounts
23:27:37 [2021-08-16T23:27:37.738Z] === CONT  TestPluginWithDevMounts
23:27:39 [2021-08-16T23:27:39.649Z] --- PASS: TestPluginWithDevMounts (1.63s)
23:27:39 [2021-08-16T23:27:39.649Z] PASS
23:27:39 [2021-08-16T23:27:39.649Z] 
23:27:39 [2021-08-16T23:27:39.649Z] DONE 1 tests in 1.677s
23:27:39 [2021-08-16T23:27:39.649Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
23:27:39 [2021-08-16T23:27:39.649Z] INFO: Testing against a local daemon
23:27:39 [2021-08-16T23:27:39.649Z] === RUN   TestSecretInspect
23:27:41 [2021-08-16T23:27:41.560Z] --- PASS: TestSecretInspect (2.17s)
23:27:41 [2021-08-16T23:27:41.560Z] === RUN   TestSecretList
23:27:44 [2021-08-16T23:27:44.103Z] --- PASS: TestSecretList (2.19s)
23:27:44 [2021-08-16T23:27:44.103Z] === RUN   TestSecretsCreateAndDelete
23:27:46 [2021-08-16T23:27:46.018Z] --- PASS: TestSecretsCreateAndDelete (2.24s)
23:27:46 [2021-08-16T23:27:46.024Z] === RUN   TestSecretsUpdate
23:27:48 [2021-08-16T23:27:48.568Z] --- PASS: TestSecretsUpdate (2.19s)
23:27:48 [2021-08-16T23:27:48.568Z] === RUN   TestTemplatedSecret
23:27:51 [2021-08-16T23:27:51.885Z] --- PASS: TestTemplatedSecret (3.54s)
23:27:51 [2021-08-16T23:27:51.885Z] === RUN   TestSecretCreateResolve
23:27:54 [2021-08-16T23:27:54.429Z] --- PASS: TestSecretCreateResolve (2.21s)
23:27:54 [2021-08-16T23:27:54.429Z] PASS
23:27:54 [2021-08-16T23:27:54.429Z] 
23:27:54 [2021-08-16T23:27:54.429Z] DONE 6 tests in 14.575s
23:27:54 [2021-08-16T23:27:54.429Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
23:27:54 [2021-08-16T23:27:54.429Z] INFO: Testing against a local daemon
23:27:54 [2021-08-16T23:27:54.429Z] === RUN   TestServiceCreateInit
23:27:54 [2021-08-16T23:27:54.429Z] === RUN   TestServiceCreateInit/daemonInitDisabled
23:27:58 [2021-08-16T23:27:58.635Z] === RUN   TestServiceCreateInit/daemonInitEnabled
23:28:03 [2021-08-16T23:28:03.923Z] --- PASS: TestServiceCreateInit (9.14s)
23:28:03 [2021-08-16T23:28:03.923Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.53s)
23:28:03 [2021-08-16T23:28:03.923Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.60s)
23:28:03 [2021-08-16T23:28:03.923Z] === RUN   TestCreateServiceMultipleTimes
23:28:23 [2021-08-16T23:28:23.488Z] --- PASS: TestCreateServiceMultipleTimes (17.01s)
23:28:23 [2021-08-16T23:28:23.488Z] === RUN   TestCreateServiceConflict
23:28:23 [2021-08-16T23:28:23.488Z] --- PASS: TestCreateServiceConflict (2.19s)
23:28:23 [2021-08-16T23:28:23.488Z] === RUN   TestCreateServiceMaxReplicas
23:28:26 [2021-08-16T23:28:26.029Z] --- PASS: TestCreateServiceMaxReplicas (3.13s)
23:28:26 [2021-08-16T23:28:26.029Z] === RUN   TestCreateWithDuplicateNetworkNames
23:28:40 [2021-08-16T23:28:40.929Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.82s)
23:28:40 [2021-08-16T23:28:40.929Z] === RUN   TestCreateServiceSecretFileMode
23:28:42 [2021-08-16T23:28:42.312Z] --- PASS: TestCreateServiceSecretFileMode (2.65s)
23:28:42 [2021-08-16T23:28:42.312Z] === RUN   TestCreateServiceConfigFileMode
23:28:44 [2021-08-16T23:28:44.859Z] --- PASS: TestCreateServiceConfigFileMode (2.72s)
23:28:44 [2021-08-16T23:28:44.859Z] === RUN   TestCreateServiceSysctls
23:28:49 [2021-08-16T23:28:49.057Z] --- PASS: TestCreateServiceSysctls (3.64s)
23:28:49 [2021-08-16T23:28:49.057Z] === RUN   TestCreateServiceCapabilities
23:28:51 [2021-08-16T23:28:51.599Z] --- PASS: TestCreateServiceCapabilities (2.70s)
23:28:51 [2021-08-16T23:28:51.599Z] === RUN   TestInspect
23:28:54 [2021-08-16T23:28:54.896Z] --- PASS: TestInspect (3.22s)
23:28:54 [2021-08-16T23:28:54.896Z] === RUN   TestCreateJob
23:28:58 [2021-08-16T23:28:58.193Z] --- PASS: TestCreateJob (3.59s)
23:28:58 [2021-08-16T23:28:58.193Z] === RUN   TestReplicatedJob
23:29:04 [2021-08-16T23:29:04.776Z] --- PASS: TestReplicatedJob (6.22s)
23:29:04 [2021-08-16T23:29:04.776Z] === RUN   TestUpdateReplicatedJob
23:29:08 [2021-08-16T23:29:08.074Z] --- PASS: TestUpdateReplicatedJob (3.68s)
23:29:08 [2021-08-16T23:29:08.075Z] === RUN   TestServiceListWithStatuses
23:29:08 [2021-08-16T23:29:08.075Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
23:29:08 [2021-08-16T23:29:08.075Z] --- SKIP: TestServiceListWithStatuses (0.00s)
23:29:08 [2021-08-16T23:29:08.075Z] === RUN   TestDockerNetworkConnectAlias
23:29:13 [2021-08-16T23:29:13.360Z] --- PASS: TestDockerNetworkConnectAlias (4.65s)
23:29:13 [2021-08-16T23:29:13.360Z] === RUN   TestDockerNetworkReConnect
23:29:16 [2021-08-16T23:29:16.658Z] --- PASS: TestDockerNetworkReConnect (3.65s)
23:29:16 [2021-08-16T23:29:16.658Z] === RUN   TestServicePlugin
23:29:20 [2021-08-16T23:29:20.011Z]     plugin_test.go:62: [d911b6d989c93] joining swarm manager [dab85d0b42189]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:29:20 [2021-08-16T23:29:20.952Z]     plugin_test.go:65: [d609d8e87be0e] joining swarm manager [dab85d0b42189]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:29:47 [2021-08-16T23:29:47.519Z] --- PASS: TestServicePlugin (30.45s)
23:29:47 [2021-08-16T23:29:47.519Z] === RUN   TestServiceUpdateLabel
23:29:48 [2021-08-16T23:29:48.901Z] --- PASS: TestServiceUpdateLabel (2.17s)
23:29:48 [2021-08-16T23:29:48.901Z] === RUN   TestServiceUpdateSecrets
23:30:03 [2021-08-16T23:30:03.802Z] --- PASS: TestServiceUpdateSecrets (14.98s)
23:30:03 [2021-08-16T23:30:03.802Z] === RUN   TestServiceUpdateConfigs
23:30:18 [2021-08-16T23:30:18.701Z] --- PASS: TestServiceUpdateConfigs (15.11s)
23:30:18 [2021-08-16T23:30:18.701Z] === RUN   TestServiceUpdateNetwork
23:30:33 [2021-08-16T23:30:33.602Z] --- PASS: TestServiceUpdateNetwork (12.94s)
23:30:33 [2021-08-16T23:30:33.602Z] === RUN   TestServiceUpdatePidsLimit
23:30:33 [2021-08-16T23:30:33.602Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
23:30:33 [2021-08-16T23:30:33.862Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
23:30:41 [2021-08-16T23:30:41.991Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
23:30:50 [2021-08-16T23:30:50.121Z] --- PASS: TestServiceUpdatePidsLimit (17.03s)
23:30:50 [2021-08-16T23:30:50.121Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.93s)
23:30:50 [2021-08-16T23:30:50.121Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.09s)
23:30:50 [2021-08-16T23:30:50.121Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.19s)
23:30:50 [2021-08-16T23:30:50.121Z] PASS
23:30:50 [2021-08-16T23:30:50.121Z] 
23:30:50 [2021-08-16T23:30:50.121Z] === Skipped
23:30:50 [2021-08-16T23:30:50.121Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
23:30:50 [2021-08-16T23:30:50.121Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
23:30:50 [2021-08-16T23:30:50.121Z] 
23:30:50 [2021-08-16T23:30:50.121Z] 
23:30:50 [2021-08-16T23:30:50.121Z] DONE 27 tests, 1 skipped in 174.723s
23:30:50 [2021-08-16T23:30:50.121Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
23:30:50 [2021-08-16T23:30:50.121Z] INFO: Testing against a local daemon
23:30:50 [2021-08-16T23:30:50.121Z] === RUN   TestSessionCreate
23:30:50 [2021-08-16T23:30:50.121Z] --- PASS: TestSessionCreate (0.02s)
23:30:50 [2021-08-16T23:30:50.121Z] === RUN   TestSessionCreateWithBadUpgrade
23:30:50 [2021-08-16T23:30:50.121Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
23:30:50 [2021-08-16T23:30:50.121Z] PASS
23:30:50 [2021-08-16T23:30:50.121Z] 
23:30:50 [2021-08-16T23:30:50.121Z] DONE 2 tests in 0.072s
23:30:50 [2021-08-16T23:30:50.121Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
23:30:50 [2021-08-16T23:30:50.121Z] INFO: Testing against a local daemon
23:30:50 [2021-08-16T23:30:50.121Z] === RUN   TestCgroupDriverSystemdMemoryLimit
23:30:50 [2021-08-16T23:30:50.121Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
23:30:50 [2021-08-16T23:30:50.121Z] === RUN   TestDiskUsage
23:30:50 [2021-08-16T23:30:50.121Z] === PAUSE TestDiskUsage
23:30:50 [2021-08-16T23:30:50.121Z] === RUN   TestEventsExecDie
23:30:50 [2021-08-16T23:30:50.121Z] --- PASS: TestEventsExecDie (1.04s)
23:30:50 [2021-08-16T23:30:50.121Z] === RUN   TestEventsBackwardsCompatible
23:30:50 [2021-08-16T23:30:50.121Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
23:30:50 [2021-08-16T23:30:50.121Z] === RUN   TestEventsVolumeCreate
23:30:50 [2021-08-16T23:30:50.121Z] --- PASS: TestEventsVolumeCreate (0.06s)
23:30:50 [2021-08-16T23:30:50.121Z] === RUN   TestInfoBinaryCommits
23:30:50 [2021-08-16T23:30:50.121Z] --- PASS: TestInfoBinaryCommits (0.02s)
23:30:50 [2021-08-16T23:30:50.121Z] === RUN   TestInfoAPIVersioned
23:30:50 [2021-08-16T23:30:50.121Z] --- PASS: TestInfoAPIVersioned (0.01s)
23:30:50 [2021-08-16T23:30:50.121Z] === RUN   TestInfoDiscoveryBackend
23:30:50 [2021-08-16T23:30:50.691Z] --- PASS: TestInfoDiscoveryBackend (0.53s)
23:30:50 [2021-08-16T23:30:50.691Z] === RUN   TestInfoDiscoveryInvalidAdvertise
23:30:51 [2021-08-16T23:30:51.631Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
23:30:51 [2021-08-16T23:30:51.631Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
23:30:52 [2021-08-16T23:30:52.201Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s)
23:30:52 [2021-08-16T23:30:52.202Z] === RUN   TestInfoAPI
23:30:52 [2021-08-16T23:30:52.202Z] --- PASS: TestInfoAPI (0.02s)
23:30:52 [2021-08-16T23:30:52.202Z] === RUN   TestInfoAPIWarnings
23:31:10 [2021-08-16T23:31:10.304Z] --- PASS: TestInfoAPIWarnings (16.25s)
23:31:10 [2021-08-16T23:31:10.304Z] === RUN   TestInfoDebug
23:31:10 [2021-08-16T23:31:10.304Z] --- PASS: TestInfoDebug (0.53s)
23:31:10 [2021-08-16T23:31:10.304Z] === RUN   TestInfoInsecureRegistries
23:31:10 [2021-08-16T23:31:10.304Z] --- PASS: TestInfoInsecureRegistries (0.53s)
23:31:10 [2021-08-16T23:31:10.304Z] === RUN   TestInfoRegistryMirrors
23:31:10 [2021-08-16T23:31:10.304Z] --- PASS: TestInfoRegistryMirrors (0.52s)
23:31:10 [2021-08-16T23:31:10.304Z] === RUN   TestLoginFailsWithBadCredentials
23:31:10 [2021-08-16T23:31:10.304Z] --- PASS: TestLoginFailsWithBadCredentials (0.12s)
23:31:10 [2021-08-16T23:31:10.304Z] === RUN   TestPingCacheHeaders
23:31:10 [2021-08-16T23:31:10.304Z] --- PASS: TestPingCacheHeaders (0.02s)
23:31:10 [2021-08-16T23:31:10.304Z] === RUN   TestPingGet
23:31:10 [2021-08-16T23:31:10.304Z] --- PASS: TestPingGet (0.01s)
23:31:10 [2021-08-16T23:31:10.304Z] === RUN   TestPingHead
23:31:10 [2021-08-16T23:31:10.304Z] --- PASS: TestPingHead (0.03s)
23:31:10 [2021-08-16T23:31:10.304Z] === RUN   TestVersion
23:31:10 [2021-08-16T23:31:10.304Z] --- PASS: TestVersion (0.02s)
23:31:10 [2021-08-16T23:31:10.304Z] === CONT  TestCgroupDriverSystemdMemoryLimit
23:31:10 [2021-08-16T23:31:10.304Z] === CONT  TestDiskUsage
23:31:10 [2021-08-16T23:31:10.875Z] === RUN   TestDiskUsage/empty
23:31:10 [2021-08-16T23:31:10.875Z] === RUN   TestDiskUsage/empty/container_types
23:31:10 [2021-08-16T23:31:10.875Z] === RUN   TestDiskUsage/empty/image_types
23:31:10 [2021-08-16T23:31:10.875Z] === RUN   TestDiskUsage/empty/volume_types
23:31:10 [2021-08-16T23:31:10.875Z] === RUN   TestDiskUsage/empty/build-cache_types
23:31:10 [2021-08-16T23:31:10.875Z] === RUN   TestDiskUsage/empty/container,_volume_types
23:31:10 [2021-08-16T23:31:10.875Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
23:31:10 [2021-08-16T23:31:10.875Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
23:31:10 [2021-08-16T23:31:10.875Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
23:31:10 [2021-08-16T23:31:10.875Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
23:31:10 [2021-08-16T23:31:10.875Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
23:31:10 [2021-08-16T23:31:10.875Z] === RUN   TestDiskUsage/after_LoadBusybox
23:31:11 [2021-08-16T23:31:11.137Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
23:31:11 [2021-08-16T23:31:11.137Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
23:31:11 [2021-08-16T23:31:11.137Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
23:31:11 [2021-08-16T23:31:11.137Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
23:31:11 [2021-08-16T23:31:11.137Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
23:31:11 [2021-08-16T23:31:11.137Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
23:31:11 [2021-08-16T23:31:11.137Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
23:31:11 [2021-08-16T23:31:11.137Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
23:31:11 [2021-08-16T23:31:11.137Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
23:31:11 [2021-08-16T23:31:11.137Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
23:31:11 [2021-08-16T23:31:11.137Z] === RUN   TestDiskUsage/after_container.Run
23:31:12 [2021-08-16T23:31:12.080Z] === RUN   TestDiskUsage/after_container.Run/container_types
23:31:12 [2021-08-16T23:31:12.080Z] === RUN   TestDiskUsage/after_container.Run/image_types
23:31:12 [2021-08-16T23:31:12.080Z] === RUN   TestDiskUsage/after_container.Run/volume_types
23:31:12 [2021-08-16T23:31:12.080Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
23:31:12 [2021-08-16T23:31:12.080Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
23:31:12 [2021-08-16T23:31:12.080Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
23:31:12 [2021-08-16T23:31:12.080Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
23:31:12 [2021-08-16T23:31:12.080Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
23:31:12 [2021-08-16T23:31:12.080Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
23:31:12 [2021-08-16T23:31:12.080Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
23:31:12 [2021-08-16T23:31:12.080Z] --- PASS: TestDiskUsage (1.88s)
23:31:12 [2021-08-16T23:31:12.080Z]     --- PASS: TestDiskUsage/empty (0.01s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.31s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]     --- PASS: TestDiskUsage/after_container.Run (0.83s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
23:31:12 [2021-08-16T23:31:12.080Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.93s)
23:31:12 [2021-08-16T23:31:12.080Z] PASS
23:31:12 [2021-08-16T23:31:12.080Z] 
23:31:12 [2021-08-16T23:31:12.080Z] DONE 53 tests in 23.232s
23:31:12 [2021-08-16T23:31:12.080Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
23:31:12 [2021-08-16T23:31:12.080Z] INFO: Testing against a local daemon
23:31:12 [2021-08-16T23:31:12.080Z] === RUN   TestVolumesCreateAndList
23:31:12 [2021-08-16T23:31:12.080Z] --- PASS: TestVolumesCreateAndList (0.02s)
23:31:12 [2021-08-16T23:31:12.080Z] === RUN   TestVolumesRemove
23:31:12 [2021-08-16T23:31:12.342Z] --- PASS: TestVolumesRemove (0.08s)
23:31:12 [2021-08-16T23:31:12.342Z] === RUN   TestVolumesInspect
23:31:12 [2021-08-16T23:31:12.342Z] --- PASS: TestVolumesInspect (0.02s)
23:31:12 [2021-08-16T23:31:12.342Z] === RUN   TestVolumesInvalidJSON
23:31:12 [2021-08-16T23:31:12.342Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:31:12 [2021-08-16T23:31:12.342Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:31:12 [2021-08-16T23:31:12.342Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:31:12 [2021-08-16T23:31:12.342Z] --- PASS: TestVolumesInvalidJSON (0.02s)
23:31:12 [2021-08-16T23:31:12.342Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:31:12 [2021-08-16T23:31:12.342Z] PASS
23:31:12 [2021-08-16T23:31:12.342Z] 
23:31:12 [2021-08-16T23:31:12.342Z] DONE 5 tests in 0.170s
23:31:12 [2021-08-16T23:31:12.342Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
23:31:12 [2021-08-16T23:31:12.913Z] Stopping apparmor (via systemctl): apparmor.service.
23:31:12 [2021-08-16T23:31:12.913Z] Removing test suite binaries
23:31:12 [2021-08-16T23:31:12.913Z] exiting test-integration
23:31:12 [2021-08-16T23:31:12.913Z] ++ exit 0
23:31:12 [2021-08-16T23:31:12.913Z]