Skip to content

Console Output

17:04:52 [2021-07-09T17:04:52.245Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42604/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=bd913a5546727f94eec0fee342e29d984bb042e1 -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:bd913a5546727f94eec0fee342e29d984bb042e1 hack/make.sh dynbinary test-integration
17:04:52 [2021-07-09T17:04:52.818Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
17:04:52 [2021-07-09T17:04:52.818Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
17:04:52 [2021-07-09T17:04:52.818Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
17:04:52 [2021-07-09T17:04:52.818Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
17:04:52 [2021-07-09T17:04:52.818Z] 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)
17:04:52 [2021-07-09T17:04:52.818Z] Detected virtualization docker.
17:04:52 [2021-07-09T17:04:52.818Z] Detected architecture x86-64.
17:04:52 [2021-07-09T17:04:52.818Z] Set hostname to <80a8d26bfd01>.
17:04:53 [2021-07-09T17:04:53.389Z] + source /etc/docker-entrypoint-cmd
17:04:53 [2021-07-09T17:04:53.389Z] ++ hack/make.sh dynbinary test-integration
17:04:53 [2021-07-09T17:04:53.389Z] 
17:04:53 [2021-07-09T17:04:53.650Z] Removing bundles/
17:04:53 [2021-07-09T17:04:53.650Z] 
17:04:53 [2021-07-09T17:04:53.650Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
17:04:53 [2021-07-09T17:04:53.650Z] Building: bundles/dynbinary-daemon/dockerd-dev
17:04:53 [2021-07-09T17:04:53.650Z] GOOS="" GOARCH="" GOARM=""
17:06:30 [2021-07-09T17:06:30.144Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
17:06:30 [2021-07-09T17:06:30.144Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
17:06:30 [2021-07-09T17:06:30.144Z] GOOS="" GOARCH="" GOARM=""
17:06:30 [2021-07-09T17:06:30.144Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
17:06:30 [2021-07-09T17:06:30.144Z] 
17:06:30 [2021-07-09T17:06:30.144Z] ---> Making bundle: test-integration (in bundles/test-integration)
17:06:30 [2021-07-09T17:06:30.144Z] DOCKER_SYSTEMD=1
17:06:30 [2021-07-09T17:06:30.144Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
17:06:30 [2021-07-09T17:06:30.144Z] HOSTNAME=80a8d26bfd01
17:06:30 [2021-07-09T17:06:30.144Z] DEST=bundles/test-integration
17:06:30 [2021-07-09T17:06:30.144Z] PWD=/go/src/github.com/docker/docker
17:06:30 [2021-07-09T17:06:30.144Z] DOCKER_GITCOMMIT=bd913a5546727f94eec0fee342e29d984bb042e1
17:06:30 [2021-07-09T17:06:30.144Z] container=docker
17:06:30 [2021-07-09T17:06:30.144Z] HOME=/root
17:06:30 [2021-07-09T17:06:30.144Z] LANG=C.UTF-8
17:06:30 [2021-07-09T17:06:30.144Z] INVOCATION_ID=b2e332ba16e047ffba69cbe17491546a
17:06:30 [2021-07-09T17:06:30.144Z] GOLANG_VERSION=1.16.5
17:06:30 [2021-07-09T17:06:30.144Z] VALIDATE_REPO=https://github.com/moby/moby.git
17:06:30 [2021-07-09T17:06:30.145Z] VALIDATE_BRANCH=master
17:06:30 [2021-07-09T17:06:30.145Z] TERM=xterm
17:06:30 [2021-07-09T17:06:30.145Z] DOCKER_PKG=github.com/docker/docker
17:06:30 [2021-07-09T17:06:30.145Z] SHLVL=3
17:06:30 [2021-07-09T17:06:30.145Z] TIMEOUT=120m
17:06:30 [2021-07-09T17:06:30.145Z] DOCKER_BUILDTAGS=apparmor seccomp journald
17:06:30 [2021-07-09T17:06:30.145Z] DOCKER_GRAPHDRIVER=overlay2
17:06:30 [2021-07-09T17:06:30.145Z] GO111MODULE=off
17:06:30 [2021-07-09T17:06:30.145Z] DOCKER_EXPERIMENTAL=1
17:06:30 [2021-07-09T17:06:30.145Z] TEST_SKIP_INTEGRATION_CLI=1
17:06:30 [2021-07-09T17:06:30.145Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17:06:30 [2021-07-09T17:06:30.145Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
17:06:30 [2021-07-09T17:06:30.145Z] GOPATH=/go
17:06:30 [2021-07-09T17:06:30.145Z] PKG_CONFIG=pkg-config
17:06:30 [2021-07-09T17:06:30.145Z] _=/usr/bin/env
17:06:30 [2021-07-09T17:06:30.145Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
17:07:08 [2021-07-09T17:07:08.909Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
17:07:08 [2021-07-09T17:07:08.909Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
17:07:35 [2021-07-09T17:07:35.490Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
17:07:35 [2021-07-09T17:07:35.490Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
17:07:47 [2021-07-09T17:07:47.722Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
17:07:47 [2021-07-09T17:07:47.723Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
17:07:48 [2021-07-09T17:07:48.294Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
17:07:49 [2021-07-09T17:07:49.234Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
17:07:49 [2021-07-09T17:07:49.234Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
17:07:50 [2021-07-09T17:07:50.663Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
17:07:53 [2021-07-09T17:07:53.978Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
17:07:54 [2021-07-09T17:07:54.549Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
17:07:55 [2021-07-09T17:07:55.492Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
17:07:56 [2021-07-09T17:07:56.063Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
17:07:57 [2021-07-09T17:07:57.005Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
17:07:57 [2021-07-09T17:07:57.947Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
17:07:58 [2021-07-09T17:07:58.890Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
17:07:59 [2021-07-09T17:07:59.469Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
17:08:00 [2021-07-09T17:08:00.409Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
17:08:01 [2021-07-09T17:08:01.351Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
17:08:01 [2021-07-09T17:08:01.351Z] Using test binary docker
17:08:01 [2021-07-09T17:08:01.351Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
17:08:01 [2021-07-09T17:08:01.351Z] Starting apparmor (via systemctl): apparmor.service.
17:08:01 [2021-07-09T17:08:01.351Z] INFO: Waiting for daemon to start...
17:08:01 [2021-07-09T17:08:01.351Z] Starting dockerd
17:08:03 [2021-07-09T17:08:03.896Z] .
17:08:03 [2021-07-09T17:08:03.896Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
17:08:03 [2021-07-09T17:08:03.896Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
17:08:03 [2021-07-09T17:08:03.896Z] Error: No such image: emptyfs
17:08:03 [2021-07-09T17:08:03.896Z] Running integration-test (iteration 1)
17:08:03 [2021-07-09T17:08:03.896Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
17:08:18 [2021-07-09T17:08:18.801Z] Loaded image: buildpack-deps:buster
17:08:18 [2021-07-09T17:08:18.801Z] Loaded image: busybox:latest
17:08:18 [2021-07-09T17:08:18.801Z] Loaded image: busybox:glibc
17:08:19 [2021-07-09T17:08:19.062Z] Loaded image: debian:bullseye
17:08:19 [2021-07-09T17:08:19.322Z] Loaded image: hello-world:latest
17:08:19 [2021-07-09T17:08:19.322Z] Loaded image: arm32v7/hello-world:latest
17:08:19 [2021-07-09T17:08:19.582Z] INFO: Testing against a local daemon
17:08:19 [2021-07-09T17:08:19.582Z] === RUN   TestCgroupNamespacesBuild
17:08:22 [2021-07-09T17:08:22.123Z] --- PASS: TestCgroupNamespacesBuild (2.30s)
17:08:22 [2021-07-09T17:08:22.123Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
17:08:23 [2021-07-09T17:08:23.505Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.48s)
17:08:23 [2021-07-09T17:08:23.505Z] === RUN   TestBuildWithSession
17:08:23 [2021-07-09T17:08:23.505Z]     build_session_test.go:25: TODO: BuildKit
17:08:23 [2021-07-09T17:08:23.505Z] --- SKIP: TestBuildWithSession (0.00s)
17:08:23 [2021-07-09T17:08:23.505Z] === RUN   TestBuildSquashParent
17:08:28 [2021-07-09T17:08:28.793Z] --- PASS: TestBuildSquashParent (5.53s)
17:08:28 [2021-07-09T17:08:28.793Z] === RUN   TestBuildWithRemoveAndForceRemove
17:08:28 [2021-07-09T17:08:28.793Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:08:28 [2021-07-09T17:08:28.793Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:08:28 [2021-07-09T17:08:28.793Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:08:28 [2021-07-09T17:08:28.793Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:08:28 [2021-07-09T17:08:28.793Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:08:28 [2021-07-09T17:08:28.793Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:08:28 [2021-07-09T17:08:28.793Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:08:28 [2021-07-09T17:08:28.793Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:08:28 [2021-07-09T17:08:28.793Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:08:28 [2021-07-09T17:08:28.793Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:08:28 [2021-07-09T17:08:28.793Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:08:28 [2021-07-09T17:08:28.793Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:08:28 [2021-07-09T17:08:28.793Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:08:28 [2021-07-09T17:08:28.793Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:08:31 [2021-07-09T17:08:31.340Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:08:31 [2021-07-09T17:08:31.340Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:08:33 [2021-07-09T17:08:33.252Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:08:33 [2021-07-09T17:08:33.512Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:08:36 [2021-07-09T17:08:36.055Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
17:08:36 [2021-07-09T17:08:36.055Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.34s)
17:08:36 [2021-07-09T17:08:36.055Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.59s)
17:08:36 [2021-07-09T17:08:36.055Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.06s)
17:08:36 [2021-07-09T17:08:36.055Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.16s)
17:08:36 [2021-07-09T17:08:36.055Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.01s)
17:08:36 [2021-07-09T17:08:36.055Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.03s)
17:08:36 [2021-07-09T17:08:36.055Z] === RUN   TestBuildMultiStageCopy
17:08:36 [2021-07-09T17:08:36.055Z] === RUN   TestBuildMultiStageCopy/copy_to_root
17:08:37 [2021-07-09T17:08:37.438Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
17:08:37 [2021-07-09T17:08:37.699Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
17:08:37 [2021-07-09T17:08:37.699Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
17:08:37 [2021-07-09T17:08:37.960Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
17:08:38 [2021-07-09T17:08:38.220Z] --- PASS: TestBuildMultiStageCopy (2.59s)
17:08:38 [2021-07-09T17:08:38.220Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.81s)
17:08:38 [2021-07-09T17:08:38.220Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.19s)
17:08:38 [2021-07-09T17:08:38.220Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s)
17:08:38 [2021-07-09T17:08:38.220Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s)
17:08:38 [2021-07-09T17:08:38.220Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.20s)
17:08:38 [2021-07-09T17:08:38.220Z] === RUN   TestBuildMultiStageParentConfig
17:08:38 [2021-07-09T17:08:38.790Z] --- PASS: TestBuildMultiStageParentConfig (0.55s)
17:08:38 [2021-07-09T17:08:38.790Z] === RUN   TestBuildLabelWithTargets
17:08:39 [2021-07-09T17:08:39.731Z] --- PASS: TestBuildLabelWithTargets (0.91s)
17:08:39 [2021-07-09T17:08:39.731Z] === RUN   TestBuildWithEmptyLayers
17:08:39 [2021-07-09T17:08:39.994Z] --- PASS: TestBuildWithEmptyLayers (0.41s)
17:08:39 [2021-07-09T17:08:39.994Z] === RUN   TestBuildMultiStageOnBuild
17:08:42 [2021-07-09T17:08:42.536Z] --- PASS: TestBuildMultiStageOnBuild (2.01s)
17:08:42 [2021-07-09T17:08:42.536Z] === RUN   TestBuildUncleanTarFilenames
17:08:42 [2021-07-09T17:08:42.536Z] --- PASS: TestBuildUncleanTarFilenames (0.55s)
17:08:42 [2021-07-09T17:08:42.536Z] === RUN   TestBuildMultiStageLayerLeak
17:08:45 [2021-07-09T17:08:45.079Z] --- PASS: TestBuildMultiStageLayerLeak (2.08s)
17:08:45 [2021-07-09T17:08:45.079Z] === RUN   TestBuildWithHugeFile
17:09:41 [2021-07-09T17:09:41.427Z] --- PASS: TestBuildWithHugeFile (50.63s)
17:09:41 [2021-07-09T17:09:41.427Z] === RUN   TestBuildWCOWSandboxSize
17:09:41 [2021-07-09T17:09:41.427Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
17:09:41 [2021-07-09T17:09:41.427Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s)
17:09:41 [2021-07-09T17:09:41.427Z] === RUN   TestBuildWithEmptyDockerfile
17:09:41 [2021-07-09T17:09:41.427Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
17:09:41 [2021-07-09T17:09:41.427Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
17:09:41 [2021-07-09T17:09:41.427Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:09:41 [2021-07-09T17:09:41.427Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:09:41 [2021-07-09T17:09:41.427Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:09:41 [2021-07-09T17:09:41.427Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:09:41 [2021-07-09T17:09:41.427Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
17:09:41 [2021-07-09T17:09:41.427Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:09:41 [2021-07-09T17:09:41.427Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:09:41 [2021-07-09T17:09:41.427Z] --- PASS: TestBuildWithEmptyDockerfile (0.10s)
17:09:41 [2021-07-09T17:09:41.427Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s)
17:09:41 [2021-07-09T17:09:41.427Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s)
17:09:41 [2021-07-09T17:09:41.427Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
17:09:41 [2021-07-09T17:09:41.427Z] === RUN   TestBuildPreserveOwnership
17:09:41 [2021-07-09T17:09:41.427Z] === RUN   TestBuildPreserveOwnership/copy_from
17:09:41 [2021-07-09T17:09:41.427Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
17:09:41 [2021-07-09T17:09:41.427Z] --- PASS: TestBuildPreserveOwnership (4.33s)
17:09:41 [2021-07-09T17:09:41.427Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.03s)
17:09:41 [2021-07-09T17:09:41.427Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.29s)
17:09:41 [2021-07-09T17:09:41.427Z] === RUN   TestBuildPlatformInvalid
17:09:41 [2021-07-09T17:09:41.427Z] --- PASS: TestBuildPlatformInvalid (0.07s)
17:09:41 [2021-07-09T17:09:41.427Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
17:09:56 [2021-07-09T17:09:56.329Z] Loaded image: buildpack-deps:buster
17:09:56 [2021-07-09T17:09:56.329Z] Loaded image: busybox:latest
17:09:56 [2021-07-09T17:09:56.329Z] Loaded image: busybox:glibc
17:09:56 [2021-07-09T17:09:56.590Z] Loaded image: debian:bullseye
17:09:56 [2021-07-09T17:09:56.590Z] Loaded image: hello-world:latest
17:09:56 [2021-07-09T17:09:56.850Z] Loaded image: arm32v7/hello-world:latest
17:10:04 [2021-07-09T17:10:04.982Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (24.26s)
17:10:04 [2021-07-09T17:10:04.982Z] PASS
17:10:04 [2021-07-09T17:10:04.982Z] 
17:10:04 [2021-07-09T17:10:04.982Z] === Skipped
17:10:04 [2021-07-09T17:10:04.982Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
17:10:04 [2021-07-09T17:10:04.982Z]     build_session_test.go:25: TODO: BuildKit
17:10:04 [2021-07-09T17:10:04.982Z] 
17:10:04 [2021-07-09T17:10:04.982Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s)
17:10:04 [2021-07-09T17:10:04.982Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
17:10:04 [2021-07-09T17:10:04.982Z] 
17:10:04 [2021-07-09T17:10:04.982Z] 
17:10:04 [2021-07-09T17:10:04.982Z] DONE 34 tests, 2 skipped in 120.704s
17:10:04 [2021-07-09T17:10:04.982Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
17:10:04 [2021-07-09T17:10:04.982Z] INFO: Testing against a local daemon
17:10:04 [2021-07-09T17:10:04.982Z] === RUN   TestConfigInspect
17:10:06 [2021-07-09T17:10:06.892Z] --- PASS: TestConfigInspect (2.18s)
17:10:06 [2021-07-09T17:10:06.892Z] === RUN   TestConfigList
17:10:08 [2021-07-09T17:10:08.802Z] --- PASS: TestConfigList (2.19s)
17:10:08 [2021-07-09T17:10:08.802Z] === RUN   TestConfigsCreateAndDelete
17:10:11 [2021-07-09T17:10:11.343Z] --- PASS: TestConfigsCreateAndDelete (2.13s)
17:10:11 [2021-07-09T17:10:11.343Z] === RUN   TestConfigsUpdate
17:10:13 [2021-07-09T17:10:13.252Z] --- PASS: TestConfigsUpdate (2.16s)
17:10:13 [2021-07-09T17:10:13.252Z] === RUN   TestTemplatedConfig
17:10:16 [2021-07-09T17:10:16.546Z] --- PASS: TestTemplatedConfig (3.40s)
17:10:16 [2021-07-09T17:10:16.546Z] === RUN   TestConfigCreateResolve
17:10:18 [2021-07-09T17:10:18.457Z] --- PASS: TestConfigCreateResolve (2.14s)
17:10:18 [2021-07-09T17:10:18.458Z] PASS
17:10:18 [2021-07-09T17:10:18.458Z] 
17:10:18 [2021-07-09T17:10:18.458Z] DONE 6 tests in 14.236s
17:10:18 [2021-07-09T17:10:18.458Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
17:10:18 [2021-07-09T17:10:18.717Z] INFO: Testing against a local daemon
17:10:18 [2021-07-09T17:10:18.717Z] === RUN   TestCheckpoint
17:10:18 [2021-07-09T17:10:18.717Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:10:18 [2021-07-09T17:10:18.717Z] --- SKIP: TestCheckpoint (0.00s)
17:10:18 [2021-07-09T17:10:18.717Z] === RUN   TestContainerInvalidJSON
17:10:18 [2021-07-09T17:10:18.717Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
17:10:18 [2021-07-09T17:10:18.718Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
17:10:18 [2021-07-09T17:10:18.718Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
17:10:18 [2021-07-09T17:10:18.718Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
17:10:18 [2021-07-09T17:10:18.718Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
17:10:18 [2021-07-09T17:10:18.718Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
17:10:18 [2021-07-09T17:10:18.718Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
17:10:18 [2021-07-09T17:10:18.718Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
17:10:18 [2021-07-09T17:10:18.718Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
17:10:18 [2021-07-09T17:10:18.718Z] --- PASS: TestContainerInvalidJSON (0.01s)
17:10:18 [2021-07-09T17:10:18.718Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
17:10:18 [2021-07-09T17:10:18.718Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
17:10:18 [2021-07-09T17:10:18.718Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
17:10:18 [2021-07-09T17:10:18.718Z] === RUN   TestCopyFromContainerPathDoesNotExist
17:10:18 [2021-07-09T17:10:18.718Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s)
17:10:18 [2021-07-09T17:10:18.718Z] === RUN   TestCopyFromContainerPathIsNotDir
17:10:18 [2021-07-09T17:10:18.718Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s)
17:10:18 [2021-07-09T17:10:18.718Z] === RUN   TestCopyToContainerPathDoesNotExist
17:10:18 [2021-07-09T17:10:18.979Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s)
17:10:18 [2021-07-09T17:10:18.979Z] === RUN   TestCopyToContainerPathIsNotDir
17:10:18 [2021-07-09T17:10:18.979Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
17:10:18 [2021-07-09T17:10:18.979Z] === RUN   TestCopyFromContainer
17:10:20 [2021-07-09T17:10:20.362Z] === RUN   TestCopyFromContainer//
17:10:20 [2021-07-09T17:10:20.362Z] === RUN   TestCopyFromContainer//bar/root
17:10:20 [2021-07-09T17:10:20.362Z] === RUN   TestCopyFromContainer//bar/root/
17:10:20 [2021-07-09T17:10:20.362Z] === RUN   TestCopyFromContainer/bar/quux
17:10:20 [2021-07-09T17:10:20.362Z] === RUN   TestCopyFromContainer/bar/quux/
17:10:20 [2021-07-09T17:10:20.362Z] === RUN   TestCopyFromContainer/bar/quux/baz
17:10:20 [2021-07-09T17:10:20.622Z] === RUN   TestCopyFromContainer/bar/filesymlink
17:10:20 [2021-07-09T17:10:20.622Z] === RUN   TestCopyFromContainer/bar/dirsymlink
17:10:20 [2021-07-09T17:10:20.622Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
17:10:20 [2021-07-09T17:10:20.622Z] === RUN   TestCopyFromContainer/bar/notarget
17:10:20 [2021-07-09T17:10:20.883Z] --- PASS: TestCopyFromContainer (1.81s)
17:10:20 [2021-07-09T17:10:20.883Z]     --- PASS: TestCopyFromContainer// (0.06s)
17:10:20 [2021-07-09T17:10:20.883Z]     --- PASS: TestCopyFromContainer//bar/root (0.05s)
17:10:20 [2021-07-09T17:10:20.883Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
17:10:20 [2021-07-09T17:10:20.883Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
17:10:20 [2021-07-09T17:10:20.883Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.05s)
17:10:20 [2021-07-09T17:10:20.883Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
17:10:20 [2021-07-09T17:10:20.883Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
17:10:20 [2021-07-09T17:10:20.883Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
17:10:20 [2021-07-09T17:10:20.883Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
17:10:20 [2021-07-09T17:10:20.883Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
17:10:20 [2021-07-09T17:10:20.883Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
17:10:20 [2021-07-09T17:10:20.883Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:10:20 [2021-07-09T17:10:20.883Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:10:20 [2021-07-09T17:10:20.883Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:10:20 [2021-07-09T17:10:20.883Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:10:20 [2021-07-09T17:10:20.883Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
17:10:20 [2021-07-09T17:10:20.883Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
17:10:20 [2021-07-09T17:10:20.883Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:10:20 [2021-07-09T17:10:20.883Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
17:10:20 [2021-07-09T17:10:20.883Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:10:20 [2021-07-09T17:10:20.883Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
17:10:20 [2021-07-09T17:10:20.883Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
17:10:20 [2021-07-09T17:10:20.883Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
17:10:20 [2021-07-09T17:10:20.883Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
17:10:20 [2021-07-09T17:10:20.883Z] === RUN   TestCreateLinkToNonExistingContainer
17:10:20 [2021-07-09T17:10:20.883Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
17:10:20 [2021-07-09T17:10:20.883Z] === RUN   TestCreateWithInvalidEnv
17:10:20 [2021-07-09T17:10:20.883Z] === RUN   TestCreateWithInvalidEnv/0
17:10:20 [2021-07-09T17:10:20.883Z] === PAUSE TestCreateWithInvalidEnv/0
17:10:20 [2021-07-09T17:10:20.883Z] === RUN   TestCreateWithInvalidEnv/1
17:10:20 [2021-07-09T17:10:20.883Z] === PAUSE TestCreateWithInvalidEnv/1
17:10:20 [2021-07-09T17:10:20.883Z] === RUN   TestCreateWithInvalidEnv/2
17:10:20 [2021-07-09T17:10:20.883Z] === PAUSE TestCreateWithInvalidEnv/2
17:10:20 [2021-07-09T17:10:20.883Z] === CONT  TestCreateWithInvalidEnv/0
17:10:20 [2021-07-09T17:10:20.883Z] === CONT  TestCreateWithInvalidEnv/2
17:10:20 [2021-07-09T17:10:20.883Z] === CONT  TestCreateWithInvalidEnv/1
17:10:20 [2021-07-09T17:10:20.883Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
17:10:20 [2021-07-09T17:10:20.883Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
17:10:20 [2021-07-09T17:10:20.883Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
17:10:20 [2021-07-09T17:10:20.883Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
17:10:20 [2021-07-09T17:10:20.883Z] === RUN   TestCreateTmpfsMountsTarget
17:10:20 [2021-07-09T17:10:20.883Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
17:10:20 [2021-07-09T17:10:20.883Z] === RUN   TestCreateWithCustomMaskedPaths
17:10:23 [2021-07-09T17:10:23.423Z] --- PASS: TestCreateWithCustomMaskedPaths (2.34s)
17:10:23 [2021-07-09T17:10:23.423Z] === RUN   TestCreateWithCustomReadonlyPaths
17:10:25 [2021-07-09T17:10:25.334Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.25s)
17:10:25 [2021-07-09T17:10:25.334Z] === RUN   TestCreateWithInvalidHealthcheckParams
17:10:25 [2021-07-09T17:10:25.334Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:10:25 [2021-07-09T17:10:25.334Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:10:25 [2021-07-09T17:10:25.334Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:10:25 [2021-07-09T17:10:25.334Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:10:25 [2021-07-09T17:10:25.334Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:10:25 [2021-07-09T17:10:25.334Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:10:25 [2021-07-09T17:10:25.334Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:10:25 [2021-07-09T17:10:25.334Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:10:25 [2021-07-09T17:10:25.334Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:10:25 [2021-07-09T17:10:25.334Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:10:25 [2021-07-09T17:10:25.334Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:10:25 [2021-07-09T17:10:25.334Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:10:25 [2021-07-09T17:10:25.334Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:10:25 [2021-07-09T17:10:25.594Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:10:25 [2021-07-09T17:10:25.594Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:10:25 [2021-07-09T17:10:25.594Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
17:10:25 [2021-07-09T17:10:25.594Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
17:10:25 [2021-07-09T17:10:25.594Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
17:10:25 [2021-07-09T17:10:25.594Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
17:10:25 [2021-07-09T17:10:25.594Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
17:10:25 [2021-07-09T17:10:25.594Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
17:10:25 [2021-07-09T17:10:25.594Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
17:10:26 [2021-07-09T17:10:26.164Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.76s)
17:10:26 [2021-07-09T17:10:26.164Z] === RUN   TestCreateDifferentPlatform
17:10:26 [2021-07-09T17:10:26.164Z] === RUN   TestCreateDifferentPlatform/different_os
17:10:26 [2021-07-09T17:10:26.164Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
17:10:26 [2021-07-09T17:10:26.164Z] --- PASS: TestCreateDifferentPlatform (0.02s)
17:10:26 [2021-07-09T17:10:26.164Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
17:10:26 [2021-07-09T17:10:26.164Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
17:10:26 [2021-07-09T17:10:26.164Z] === RUN   TestCreateVolumesFromNonExistingContainer
17:10:26 [2021-07-09T17:10:26.424Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
17:10:26 [2021-07-09T17:10:26.424Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
17:10:26 [2021-07-09T17:10:26.424Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
17:10:26 [2021-07-09T17:10:26.424Z] === RUN   TestContainerStartOnDaemonRestart
17:10:26 [2021-07-09T17:10:26.424Z] === PAUSE TestContainerStartOnDaemonRestart
17:10:26 [2021-07-09T17:10:26.424Z] === RUN   TestDaemonRestartIpcMode
17:10:26 [2021-07-09T17:10:26.424Z] === PAUSE TestDaemonRestartIpcMode
17:10:26 [2021-07-09T17:10:26.424Z] === RUN   TestDaemonHostGatewayIP
17:10:26 [2021-07-09T17:10:26.424Z] === PAUSE TestDaemonHostGatewayIP
17:10:26 [2021-07-09T17:10:26.424Z] === RUN   TestRestartDaemonWithRestartingContainer
17:10:26 [2021-07-09T17:10:26.424Z] === PAUSE TestRestartDaemonWithRestartingContainer
17:10:26 [2021-07-09T17:10:26.424Z] === RUN   TestContainerKillOnDaemonStart
17:10:26 [2021-07-09T17:10:26.424Z] === PAUSE TestContainerKillOnDaemonStart
17:10:26 [2021-07-09T17:10:26.424Z] === RUN   TestDiff
17:10:26 [2021-07-09T17:10:26.995Z] --- PASS: TestDiff (0.76s)
17:10:26 [2021-07-09T17:10:26.995Z] === RUN   TestExecWithCloseStdin
17:10:28 [2021-07-09T17:10:28.376Z] --- PASS: TestExecWithCloseStdin (1.09s)
17:10:28 [2021-07-09T17:10:28.376Z] === RUN   TestExec
17:10:29 [2021-07-09T17:10:29.316Z] --- PASS: TestExec (1.06s)
17:10:29 [2021-07-09T17:10:29.316Z] === RUN   TestExecUser
17:10:30 [2021-07-09T17:10:30.258Z] --- PASS: TestExecUser (1.11s)
17:10:30 [2021-07-09T17:10:30.258Z] === RUN   TestExportContainerAndImportImage
17:10:31 [2021-07-09T17:10:31.639Z] --- PASS: TestExportContainerAndImportImage (0.99s)
17:10:31 [2021-07-09T17:10:31.639Z] === RUN   TestExportContainerAfterDaemonRestart
17:10:32 [2021-07-09T17:10:32.579Z] --- PASS: TestExportContainerAfterDaemonRestart (1.26s)
17:10:32 [2021-07-09T17:10:32.579Z] === RUN   TestHealthCheckWorkdir
17:10:34 [2021-07-09T17:10:34.490Z] --- PASS: TestHealthCheckWorkdir (1.48s)
17:10:34 [2021-07-09T17:10:34.490Z] === RUN   TestHealthKillContainer
17:10:37 [2021-07-09T17:10:37.784Z] --- PASS: TestHealthKillContainer (3.31s)
17:10:37 [2021-07-09T17:10:37.784Z] === RUN   TestInspectCpusetInConfigPre120
17:10:38 [2021-07-09T17:10:38.354Z] --- PASS: TestInspectCpusetInConfigPre120 (0.80s)
17:10:38 [2021-07-09T17:10:38.354Z] === RUN   TestIpcModeNone
17:10:39 [2021-07-09T17:10:39.296Z] --- PASS: TestIpcModeNone (1.09s)
17:10:39 [2021-07-09T17:10:39.296Z] === RUN   TestIpcModePrivate
17:10:40 [2021-07-09T17:10:40.237Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:56, shared: false, mustBeShared: false
17:10:40 [2021-07-09T17:10:40.497Z] --- PASS: TestIpcModePrivate (1.08s)
17:10:40 [2021-07-09T17:10:40.497Z] === RUN   TestIpcModeShareable
17:10:41 [2021-07-09T17:10:41.475Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:51, shared: true, mustBeShared: true
17:10:41 [2021-07-09T17:10:41.475Z] --- PASS: TestIpcModeShareable (1.12s)
17:10:41 [2021-07-09T17:10:41.475Z] === RUN   TestAPIIpcModeShareableAndContainer
17:10:44 [2021-07-09T17:10:44.797Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.01s)
17:10:44 [2021-07-09T17:10:44.797Z] === RUN   TestAPIIpcModeHost
17:10:45 [2021-07-09T17:10:45.738Z] --- PASS: TestAPIIpcModeHost (1.09s)
17:10:45 [2021-07-09T17:10:45.738Z] === RUN   TestDaemonIpcModeShareable
17:10:47 [2021-07-09T17:10:47.120Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:59, shared: true, mustBeShared: true
17:10:47 [2021-07-09T17:10:47.380Z] --- PASS: TestDaemonIpcModeShareable (1.67s)
17:10:47 [2021-07-09T17:10:47.380Z] === RUN   TestDaemonIpcModePrivate
17:10:48 [2021-07-09T17:10:48.762Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false
17:10:49 [2021-07-09T17:10:49.021Z] --- PASS: TestDaemonIpcModePrivate (1.66s)
17:10:49 [2021-07-09T17:10:49.021Z] === RUN   TestDaemonIpcModePrivateFromConfig
17:10:50 [2021-07-09T17:10:50.402Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false
17:10:50 [2021-07-09T17:10:50.663Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.68s)
17:10:50 [2021-07-09T17:10:50.663Z] === RUN   TestDaemonIpcModeShareableFromConfig
17:10:52 [2021-07-09T17:10:52.129Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:59, shared: true, mustBeShared: true
17:10:52 [2021-07-09T17:10:52.390Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.68s)
17:10:52 [2021-07-09T17:10:52.390Z] === RUN   TestIpcModeOlderClient
17:10:52 [2021-07-09T17:10:52.390Z] === PAUSE TestIpcModeOlderClient
17:10:52 [2021-07-09T17:10:52.390Z] === RUN   TestKillContainerInvalidSignal
17:10:52 [2021-07-09T17:10:52.961Z] --- PASS: TestKillContainerInvalidSignal (0.68s)
17:10:52 [2021-07-09T17:10:52.961Z] === RUN   TestKillContainer
17:10:52 [2021-07-09T17:10:52.961Z] === RUN   TestKillContainer/no_signal
17:10:53 [2021-07-09T17:10:53.531Z] === RUN   TestKillContainer/non_killing_signal
17:10:54 [2021-07-09T17:10:54.102Z] === RUN   TestKillContainer/killing_signal
17:10:55 [2021-07-09T17:10:55.042Z] --- PASS: TestKillContainer (2.04s)
17:10:55 [2021-07-09T17:10:55.042Z]     --- PASS: TestKillContainer/no_signal (0.66s)
17:10:55 [2021-07-09T17:10:55.042Z]     --- PASS: TestKillContainer/non_killing_signal (0.53s)
17:10:55 [2021-07-09T17:10:55.042Z]     --- PASS: TestKillContainer/killing_signal (0.67s)
17:10:55 [2021-07-09T17:10:55.042Z] === RUN   TestKillWithStopSignalAndRestartPolicies
17:10:55 [2021-07-09T17:10:55.042Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
17:10:55 [2021-07-09T17:10:55.611Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
17:10:56 [2021-07-09T17:10:56.552Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.38s)
17:10:56 [2021-07-09T17:10:56.552Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.67s)
17:10:56 [2021-07-09T17:10:56.552Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.53s)
17:10:56 [2021-07-09T17:10:56.552Z] === RUN   TestKillStoppedContainer
17:10:56 [2021-07-09T17:10:56.552Z] --- PASS: TestKillStoppedContainer (0.04s)
17:10:56 [2021-07-09T17:10:56.552Z] === RUN   TestKillStoppedContainerAPIPre120
17:10:56 [2021-07-09T17:10:56.552Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
17:10:56 [2021-07-09T17:10:56.552Z] === RUN   TestKillDifferentUserContainer
17:10:57 [2021-07-09T17:10:57.123Z] --- PASS: TestKillDifferentUserContainer (0.67s)
17:10:57 [2021-07-09T17:10:57.123Z] === RUN   TestInspectOomKilledTrue
17:10:57 [2021-07-09T17:10:57.123Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
17:10:57 [2021-07-09T17:10:57.123Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
17:10:57 [2021-07-09T17:10:57.123Z] === RUN   TestInspectOomKilledFalse
17:10:58 [2021-07-09T17:10:58.063Z] --- PASS: TestInspectOomKilledFalse (0.67s)
17:10:58 [2021-07-09T17:10:58.063Z] === RUN   TestLinksEtcHostsContentMatch
17:10:58 [2021-07-09T17:10:58.633Z] --- PASS: TestLinksEtcHostsContentMatch (0.83s)
17:10:58 [2021-07-09T17:10:58.633Z] === RUN   TestLinksContainerNames
17:11:00 [2021-07-09T17:11:00.015Z] --- PASS: TestLinksContainerNames (1.43s)
17:11:00 [2021-07-09T17:11:00.015Z] === RUN   TestLogsFollowTailEmpty
17:11:00 [2021-07-09T17:11:00.955Z] --- PASS: TestLogsFollowTailEmpty (0.73s)
17:11:00 [2021-07-09T17:11:00.955Z] === RUN   TestContainerNetworkMountsNoChown
17:11:01 [2021-07-09T17:11:01.527Z] --- PASS: TestContainerNetworkMountsNoChown (0.65s)
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/default
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/default
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/private
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/private
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/rprivate
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/rprivate
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/slave
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/slave
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/rslave
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/rslave
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/shared
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/shared
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/rshared
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/rshared
17:11:01 [2021-07-09T17:11:01.527Z] === CONT  TestMountDaemonRoot/default
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/default/bind_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/default/mount_root
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/default/mount_root
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/default/mount_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/default/bind_root
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/default/bind_root
17:11:01 [2021-07-09T17:11:01.527Z] === CONT  TestMountDaemonRoot/default/bind_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === CONT  TestMountDaemonRoot/rshared
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/rshared/mount_root
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/rshared/bind_root
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
17:11:01 [2021-07-09T17:11:01.527Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === CONT  TestMountDaemonRoot/shared
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/shared/bind_root
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/shared/bind_root
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/shared/mount_root
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/shared/mount_root
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === CONT  TestMountDaemonRoot/rslave
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/rslave/bind_root
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/rslave/mount_root
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === CONT  TestMountDaemonRoot/slave
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/slave/bind_root
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/slave/bind_root
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/slave/mount_root
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/slave/mount_root
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === CONT  TestMountDaemonRoot/rprivate
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === CONT  TestMountDaemonRoot/private
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/private/bind_root
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/private/bind_root
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/private/bind_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/private/mount_root
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/private/mount_root
17:11:01 [2021-07-09T17:11:01.527Z] === RUN   TestMountDaemonRoot/private/mount_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === CONT  TestMountDaemonRoot/default/bind_root
17:11:01 [2021-07-09T17:11:01.527Z] === CONT  TestMountDaemonRoot/default/mount_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === CONT  TestMountDaemonRoot/default/mount_root
17:11:01 [2021-07-09T17:11:01.527Z] === CONT  TestMountDaemonRoot/rshared/bind_root
17:11:01 [2021-07-09T17:11:01.527Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
17:11:01 [2021-07-09T17:11:01.527Z] === CONT  TestMountDaemonRoot/rshared/mount_root
17:11:01 [2021-07-09T17:11:01.527Z] === CONT  TestMountDaemonRoot/shared/bind_root
17:11:01 [2021-07-09T17:11:01.788Z] === CONT  TestMountDaemonRoot/rslave/bind_root
17:11:01 [2021-07-09T17:11:01.788Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
17:11:01 [2021-07-09T17:11:01.788Z] === CONT  TestMountDaemonRoot/shared/mount_root
17:11:01 [2021-07-09T17:11:01.788Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
17:11:01 [2021-07-09T17:11:01.788Z] === CONT  TestMountDaemonRoot/slave/bind_root
17:11:01 [2021-07-09T17:11:01.788Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
17:11:01 [2021-07-09T17:11:01.788Z] === CONT  TestMountDaemonRoot/rslave/mount_root
17:11:01 [2021-07-09T17:11:01.788Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
17:11:01 [2021-07-09T17:11:01.788Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
17:11:01 [2021-07-09T17:11:01.788Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
17:11:01 [2021-07-09T17:11:01.788Z] === CONT  TestMountDaemonRoot/slave/mount_root
17:11:01 [2021-07-09T17:11:01.788Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
17:11:01 [2021-07-09T17:11:01.788Z] === CONT  TestMountDaemonRoot/private/bind_root
17:11:01 [2021-07-09T17:11:01.788Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
17:11:01 [2021-07-09T17:11:01.788Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
17:11:01 [2021-07-09T17:11:01.788Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
17:11:01 [2021-07-09T17:11:01.788Z] === CONT  TestMountDaemonRoot/private/mount_subpath
17:11:01 [2021-07-09T17:11:01.788Z] === CONT  TestMountDaemonRoot/private/mount_root
17:11:01 [2021-07-09T17:11:01.788Z] === CONT  TestMountDaemonRoot/private/bind_subpath
17:11:02 [2021-07-09T17:11:02.048Z] --- PASS: TestMountDaemonRoot (0.02s)
17:11:02 [2021-07-09T17:11:02.048Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.03s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
17:11:02 [2021-07-09T17:11:02.048Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.03s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
17:11:02 [2021-07-09T17:11:02.048Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
17:11:02 [2021-07-09T17:11:02.048Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s)
17:11:02 [2021-07-09T17:11:02.048Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
17:11:02 [2021-07-09T17:11:02.048Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
17:11:02 [2021-07-09T17:11:02.048Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
17:11:02 [2021-07-09T17:11:02.048Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
17:11:02 [2021-07-09T17:11:02.048Z] === RUN   TestContainerBindMountNonRecursive
17:11:03 [2021-07-09T17:11:03.962Z] --- PASS: TestContainerBindMountNonRecursive (2.05s)
17:11:03 [2021-07-09T17:11:03.962Z] === RUN   TestContainerVolumesMountedAsShared
17:11:04 [2021-07-09T17:11:04.534Z] --- PASS: TestContainerVolumesMountedAsShared (0.58s)
17:11:04 [2021-07-09T17:11:04.534Z] === RUN   TestContainerVolumesMountedAsSlave
17:11:05 [2021-07-09T17:11:05.475Z] --- PASS: TestContainerVolumesMountedAsSlave (0.82s)
17:11:05 [2021-07-09T17:11:05.476Z] === RUN   TestNetworkNat
17:11:06 [2021-07-09T17:11:06.046Z] --- PASS: TestNetworkNat (0.72s)
17:11:06 [2021-07-09T17:11:06.046Z] === RUN   TestNetworkLocalhostTCPNat
17:11:06 [2021-07-09T17:11:06.986Z] --- PASS: TestNetworkLocalhostTCPNat (0.69s)
17:11:06 [2021-07-09T17:11:06.987Z] === RUN   TestNetworkLoopbackNat
17:11:10 [2021-07-09T17:11:10.281Z] --- PASS: TestNetworkLoopbackNat (3.11s)
17:11:10 [2021-07-09T17:11:10.281Z] === RUN   TestPause
17:11:10 [2021-07-09T17:11:10.541Z] --- PASS: TestPause (0.68s)
17:11:10 [2021-07-09T17:11:10.541Z] === RUN   TestPauseFailsOnWindowsServerContainers
17:11:10 [2021-07-09T17:11:10.541Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:11:10 [2021-07-09T17:11:10.541Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
17:11:10 [2021-07-09T17:11:10.541Z] === RUN   TestPauseStopPausedContainer
17:11:11 [2021-07-09T17:11:11.485Z] --- PASS: TestPauseStopPausedContainer (0.73s)
17:11:11 [2021-07-09T17:11:11.485Z] === RUN   TestPidHost
17:11:13 [2021-07-09T17:11:13.398Z] --- PASS: TestPidHost (1.91s)
17:11:13 [2021-07-09T17:11:13.398Z] === RUN   TestPsFilter
17:11:13 [2021-07-09T17:11:13.398Z] --- PASS: TestPsFilter (0.09s)
17:11:13 [2021-07-09T17:11:13.398Z] === RUN   TestRemoveContainerWithRemovedVolume
17:11:13 [2021-07-09T17:11:13.971Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.68s)
17:11:13 [2021-07-09T17:11:13.971Z] === RUN   TestRemoveContainerWithVolume
17:11:14 [2021-07-09T17:11:14.543Z] --- PASS: TestRemoveContainerWithVolume (0.67s)
17:11:14 [2021-07-09T17:11:14.543Z] === RUN   TestRemoveContainerRunning
17:11:15 [2021-07-09T17:11:15.485Z] --- PASS: TestRemoveContainerRunning (0.66s)
17:11:15 [2021-07-09T17:11:15.485Z] === RUN   TestRemoveContainerForceRemoveRunning
17:11:16 [2021-07-09T17:11:16.055Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.69s)
17:11:16 [2021-07-09T17:11:16.055Z] === RUN   TestRemoveInvalidContainer
17:11:16 [2021-07-09T17:11:16.055Z] --- PASS: TestRemoveInvalidContainer (0.01s)
17:11:16 [2021-07-09T17:11:16.055Z] === RUN   TestRenameLinkedContainer
17:11:19 [2021-07-09T17:11:19.354Z] --- PASS: TestRenameLinkedContainer (2.76s)
17:11:19 [2021-07-09T17:11:19.354Z] === RUN   TestRenameStoppedContainer
17:11:19 [2021-07-09T17:11:19.354Z] --- PASS: TestRenameStoppedContainer (0.66s)
17:11:19 [2021-07-09T17:11:19.354Z] === RUN   TestRenameRunningContainerAndReuse
17:11:20 [2021-07-09T17:11:20.770Z] --- PASS: TestRenameRunningContainerAndReuse (1.41s)
17:11:20 [2021-07-09T17:11:20.770Z] === RUN   TestRenameInvalidName
17:11:21 [2021-07-09T17:11:21.709Z] --- PASS: TestRenameInvalidName (0.69s)
17:11:21 [2021-07-09T17:11:21.709Z] === RUN   TestRenameAnonymousContainer
17:11:24 [2021-07-09T17:11:24.252Z] --- PASS: TestRenameAnonymousContainer (2.35s)
17:11:24 [2021-07-09T17:11:24.252Z] === RUN   TestRenameContainerWithSameName
17:11:24 [2021-07-09T17:11:24.512Z] --- PASS: TestRenameContainerWithSameName (0.70s)
17:11:24 [2021-07-09T17:11:24.512Z] === RUN   TestRenameContainerWithLinkedContainer
17:11:25 [2021-07-09T17:11:25.896Z] --- PASS: TestRenameContainerWithLinkedContainer (1.37s)
17:11:25 [2021-07-09T17:11:25.896Z] === RUN   TestResize
17:11:26 [2021-07-09T17:11:26.837Z] --- PASS: TestResize (0.68s)
17:11:26 [2021-07-09T17:11:26.837Z] === RUN   TestResizeWithInvalidSize
17:11:27 [2021-07-09T17:11:27.407Z] --- PASS: TestResizeWithInvalidSize (0.66s)
17:11:27 [2021-07-09T17:11:27.407Z] === RUN   TestResizeWhenContainerNotStarted
17:11:27 [2021-07-09T17:11:27.977Z] --- PASS: TestResizeWhenContainerNotStarted (0.66s)
17:11:27 [2021-07-09T17:11:27.977Z] === RUN   TestDaemonRestartKillContainers
17:11:27 [2021-07-09T17:11:27.977Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:11:27 [2021-07-09T17:11:27.977Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:11:27 [2021-07-09T17:11:27.977Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:11:27 [2021-07-09T17:11:27.977Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:11:27 [2021-07-09T17:11:27.977Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:11:27 [2021-07-09T17:11:27.977Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:11:27 [2021-07-09T17:11:27.977Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:11:27 [2021-07-09T17:11:27.978Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:11:27 [2021-07-09T17:11:27.978Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:11:27 [2021-07-09T17:11:27.978Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:11:27 [2021-07-09T17:11:27.978Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:11:27 [2021-07-09T17:11:27.978Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:11:27 [2021-07-09T17:11:27.978Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:11:27 [2021-07-09T17:11:27.978Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:11:27 [2021-07-09T17:11:27.978Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:11:27 [2021-07-09T17:11:27.978Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:11:27 [2021-07-09T17:11:27.978Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:11:27 [2021-07-09T17:11:27.978Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:11:27 [2021-07-09T17:11:27.978Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:11:27 [2021-07-09T17:11:27.978Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:11:27 [2021-07-09T17:11:27.978Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:11:27 [2021-07-09T17:11:27.978Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:11:27 [2021-07-09T17:11:27.978Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:11:27 [2021-07-09T17:11:27.978Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:11:27 [2021-07-09T17:11:27.978Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:11:27 [2021-07-09T17:11:27.978Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:11:30 [2021-07-09T17:11:30.518Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:11:30 [2021-07-09T17:11:30.518Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:11:33 [2021-07-09T17:11:33.065Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:11:33 [2021-07-09T17:11:33.325Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:11:35 [2021-07-09T17:11:35.237Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:11:35 [2021-07-09T17:11:35.499Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:11:36 [2021-07-09T17:11:36.883Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:11:37 [2021-07-09T17:11:37.143Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:11:38 [2021-07-09T17:11:38.083Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:11:38 [2021-07-09T17:11:38.343Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:11:40 [2021-07-09T17:11:40.255Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
17:11:40 [2021-07-09T17:11:40.255Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.17s)
17:11:40 [2021-07-09T17:11:40.255Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.39s)
17:11:40 [2021-07-09T17:11:40.255Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.79s)
17:11:40 [2021-07-09T17:11:40.255Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.91s)
17:11:40 [2021-07-09T17:11:40.255Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.08s)
17:11:40 [2021-07-09T17:11:40.255Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.16s)
17:11:40 [2021-07-09T17:11:40.255Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.36s)
17:11:40 [2021-07-09T17:11:40.255Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.05s)
17:11:40 [2021-07-09T17:11:40.255Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.23s)
17:11:40 [2021-07-09T17:11:40.255Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.25s)
17:11:40 [2021-07-09T17:11:40.255Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.25s)
17:11:40 [2021-07-09T17:11:40.255Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.95s)
17:11:40 [2021-07-09T17:11:40.255Z] === RUN   TestCgroupNamespacesRun
17:11:42 [2021-07-09T17:11:42.164Z] --- PASS: TestCgroupNamespacesRun (1.66s)
17:11:42 [2021-07-09T17:11:42.164Z] === RUN   TestCgroupNamespacesRunPrivileged
17:11:42 [2021-07-09T17:11:42.164Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
17:11:42 [2021-07-09T17:11:42.164Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
17:11:42 [2021-07-09T17:11:42.164Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
17:11:43 [2021-07-09T17:11:43.545Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.67s)
17:11:43 [2021-07-09T17:11:43.545Z] === RUN   TestCgroupNamespacesRunHostMode
17:11:45 [2021-07-09T17:11:45.456Z] --- PASS: TestCgroupNamespacesRunHostMode (1.68s)
17:11:45 [2021-07-09T17:11:45.456Z] === RUN   TestCgroupNamespacesRunPrivateMode
17:11:46 [2021-07-09T17:11:46.841Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.65s)
17:11:46 [2021-07-09T17:11:46.841Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
17:11:48 [2021-07-09T17:11:48.224Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s)
17:11:48 [2021-07-09T17:11:48.224Z] === RUN   TestCgroupNamespacesRunInvalidMode
17:11:48 [2021-07-09T17:11:48.796Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s)
17:11:48 [2021-07-09T17:11:48.796Z] === RUN   TestCgroupNamespacesRunOlderClient
17:11:50 [2021-07-09T17:11:50.706Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.68s)
17:11:50 [2021-07-09T17:11:50.706Z] === RUN   TestNISDomainname
17:11:51 [2021-07-09T17:11:51.647Z] --- PASS: TestNISDomainname (1.25s)
17:11:51 [2021-07-09T17:11:51.647Z] === RUN   TestHostnameDnsResolution
17:11:53 [2021-07-09T17:11:53.030Z] --- PASS: TestHostnameDnsResolution (1.25s)
17:11:53 [2021-07-09T17:11:53.030Z] === RUN   TestStats
17:11:55 [2021-07-09T17:11:55.569Z] --- PASS: TestStats (2.71s)
17:11:55 [2021-07-09T17:11:55.569Z] === RUN   TestStopContainerWithTimeout
17:11:55 [2021-07-09T17:11:55.569Z] === RUN   TestStopContainerWithTimeout/0
17:11:55 [2021-07-09T17:11:55.569Z] === PAUSE TestStopContainerWithTimeout/0
17:11:55 [2021-07-09T17:11:55.569Z] === RUN   TestStopContainerWithTimeout/1
17:11:55 [2021-07-09T17:11:55.569Z] === PAUSE TestStopContainerWithTimeout/1
17:11:55 [2021-07-09T17:11:55.569Z] === RUN   TestStopContainerWithTimeout/3
17:11:55 [2021-07-09T17:11:55.569Z] === PAUSE TestStopContainerWithTimeout/3
17:11:55 [2021-07-09T17:11:55.569Z] === RUN   TestStopContainerWithTimeout/-1
17:11:55 [2021-07-09T17:11:55.569Z] === PAUSE TestStopContainerWithTimeout/-1
17:11:55 [2021-07-09T17:11:55.569Z] === CONT  TestStopContainerWithTimeout/0
17:11:55 [2021-07-09T17:11:55.569Z] === CONT  TestStopContainerWithTimeout/-1
17:11:56 [2021-07-09T17:11:56.509Z] === CONT  TestStopContainerWithTimeout/3
17:11:59 [2021-07-09T17:11:59.051Z] === CONT  TestStopContainerWithTimeout/1
17:12:00 [2021-07-09T17:12:00.432Z] --- PASS: TestStopContainerWithTimeout (0.01s)
17:12:00 [2021-07-09T17:12:00.432Z]     --- PASS: TestStopContainerWithTimeout/0 (0.97s)
17:12:00 [2021-07-09T17:12:00.432Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.99s)
17:12:00 [2021-07-09T17:12:00.432Z]     --- PASS: TestStopContainerWithTimeout/3 (2.67s)
17:12:00 [2021-07-09T17:12:00.432Z]     --- PASS: TestStopContainerWithTimeout/1 (1.67s)
17:12:00 [2021-07-09T17:12:00.432Z] === RUN   TestDeleteDevicemapper
17:12:00 [2021-07-09T17:12:00.432Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
17:12:00 [2021-07-09T17:12:00.432Z] --- SKIP: TestDeleteDevicemapper (0.00s)
17:12:00 [2021-07-09T17:12:00.432Z] === RUN   TestStopContainerWithRestartPolicyAlways
17:12:02 [2021-07-09T17:12:02.973Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.33s)
17:12:02 [2021-07-09T17:12:02.973Z] === RUN   TestUpdateMemory
17:12:03 [2021-07-09T17:12:03.915Z] --- PASS: TestUpdateMemory (1.28s)
17:12:03 [2021-07-09T17:12:03.915Z] === RUN   TestUpdateCPUQuota
17:12:10 [2021-07-09T17:12:10.509Z] --- PASS: TestUpdateCPUQuota (6.53s)
17:12:10 [2021-07-09T17:12:10.509Z] === RUN   TestUpdatePidsLimit
17:12:10 [2021-07-09T17:12:10.509Z] === RUN   TestUpdatePidsLimit/update_from_none
17:12:11 [2021-07-09T17:12:11.081Z] === RUN   TestUpdatePidsLimit/no_change
17:12:12 [2021-07-09T17:12:12.022Z] === RUN   TestUpdatePidsLimit/update_lower
17:12:12 [2021-07-09T17:12:12.592Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
17:12:13 [2021-07-09T17:12:13.163Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
17:12:14 [2021-07-09T17:12:14.104Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
17:12:14 [2021-07-09T17:12:14.674Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
17:12:16 [2021-07-09T17:12:16.057Z] --- PASS: TestUpdatePidsLimit (5.43s)
17:12:16 [2021-07-09T17:12:16.057Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.69s)
17:12:16 [2021-07-09T17:12:16.057Z]     --- PASS: TestUpdatePidsLimit/no_change (0.69s)
17:12:16 [2021-07-09T17:12:16.057Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.68s)
17:12:16 [2021-07-09T17:12:16.057Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.75s)
17:12:16 [2021-07-09T17:12:16.057Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.70s)
17:12:16 [2021-07-09T17:12:16.057Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.69s)
17:12:16 [2021-07-09T17:12:16.057Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.67s)
17:12:16 [2021-07-09T17:12:16.057Z] === RUN   TestUpdateRestartPolicy
17:12:30 [2021-07-09T17:12:30.952Z] --- PASS: TestUpdateRestartPolicy (12.62s)
17:12:30 [2021-07-09T17:12:30.952Z] === RUN   TestUpdateRestartWithAutoRemove
17:12:30 [2021-07-09T17:12:30.952Z] --- PASS: TestUpdateRestartWithAutoRemove (0.70s)
17:12:30 [2021-07-09T17:12:30.952Z] === RUN   TestWaitNonBlocked
17:12:30 [2021-07-09T17:12:30.952Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
17:12:30 [2021-07-09T17:12:30.952Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
17:12:30 [2021-07-09T17:12:30.952Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
17:12:30 [2021-07-09T17:12:30.952Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
17:12:30 [2021-07-09T17:12:30.952Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
17:12:30 [2021-07-09T17:12:30.952Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
17:12:30 [2021-07-09T17:12:30.952Z] --- PASS: TestWaitNonBlocked (0.01s)
17:12:30 [2021-07-09T17:12:30.952Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.11s)
17:12:30 [2021-07-09T17:12:30.952Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.16s)
17:12:30 [2021-07-09T17:12:30.952Z] === RUN   TestWaitBlocked
17:12:30 [2021-07-09T17:12:30.952Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
17:12:30 [2021-07-09T17:12:30.952Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
17:12:30 [2021-07-09T17:12:30.952Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
17:12:30 [2021-07-09T17:12:30.952Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
17:12:30 [2021-07-09T17:12:30.952Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
17:12:30 [2021-07-09T17:12:30.952Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
17:12:31 [2021-07-09T17:12:31.523Z] --- PASS: TestWaitBlocked (0.01s)
17:12:31 [2021-07-09T17:12:31.523Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.05s)
17:12:31 [2021-07-09T17:12:31.523Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.11s)
17:12:31 [2021-07-09T17:12:31.523Z] === CONT  TestContainerStartOnDaemonRestart
17:12:31 [2021-07-09T17:12:31.523Z] === CONT  TestContainerKillOnDaemonStart
17:12:34 [2021-07-09T17:12:34.821Z] --- PASS: TestContainerStartOnDaemonRestart (2.72s)
17:12:34 [2021-07-09T17:12:34.821Z] === CONT  TestIpcModeOlderClient
17:12:34 [2021-07-09T17:12:34.821Z] --- PASS: TestIpcModeOlderClient (0.05s)
17:12:34 [2021-07-09T17:12:34.821Z] === CONT  TestDaemonHostGatewayIP
17:12:37 [2021-07-09T17:12:37.363Z] --- PASS: TestDaemonHostGatewayIP (3.20s)
17:12:37 [2021-07-09T17:12:37.363Z] === CONT  TestRestartDaemonWithRestartingContainer
17:12:39 [2021-07-09T17:12:39.904Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.20s)
17:12:39 [2021-07-09T17:12:39.904Z] === CONT  TestDaemonRestartIpcMode
17:12:43 [2021-07-09T17:12:43.211Z] --- PASS: TestDaemonRestartIpcMode (2.95s)
17:12:43 [2021-07-09T17:12:43.781Z] --- PASS: TestContainerKillOnDaemonStart (12.19s)
17:12:43 [2021-07-09T17:12:43.781Z] PASS
17:12:43 [2021-07-09T17:12:43.781Z] 
17:12:43 [2021-07-09T17:12:43.781Z] === Skipped
17:12:43 [2021-07-09T17:12:43.781Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
17:12:43 [2021-07-09T17:12:43.781Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:12:43 [2021-07-09T17:12:43.781Z] 
17:12:43 [2021-07-09T17:12:43.781Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
17:12:43 [2021-07-09T17:12:43.781Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
17:12:43 [2021-07-09T17:12:43.781Z] 
17:12:43 [2021-07-09T17:12:43.781Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
17:12:43 [2021-07-09T17:12:43.781Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:12:43 [2021-07-09T17:12:43.781Z] 
17:12:43 [2021-07-09T17:12:43.781Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
17:12:43 [2021-07-09T17:12:43.781Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
17:12:43 [2021-07-09T17:12:43.781Z] 
17:12:43 [2021-07-09T17:12:43.781Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
17:12:43 [2021-07-09T17:12:43.781Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
17:12:43 [2021-07-09T17:12:43.781Z] 
17:12:43 [2021-07-09T17:12:43.781Z] 
17:12:43 [2021-07-09T17:12:43.781Z] DONE 196 tests, 5 skipped in 145.106s
17:12:43 [2021-07-09T17:12:43.781Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
17:12:43 [2021-07-09T17:12:43.781Z] === RUN   TestConfigDaemonLibtrustID
17:12:44 [2021-07-09T17:12:44.352Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
17:12:44 [2021-07-09T17:12:44.352Z] === RUN   TestDaemonConfigValidation
17:12:44 [2021-07-09T17:12:44.352Z] === RUN   TestDaemonConfigValidation/config_with_no_content
17:12:44 [2021-07-09T17:12:44.352Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
17:12:44 [2021-07-09T17:12:44.352Z] === RUN   TestDaemonConfigValidation/config_with_{}
17:12:44 [2021-07-09T17:12:44.352Z] === PAUSE TestDaemonConfigValidation/config_with_{}
17:12:44 [2021-07-09T17:12:44.352Z] === RUN   TestDaemonConfigValidation/invalid_config
17:12:44 [2021-07-09T17:12:44.352Z] === PAUSE TestDaemonConfigValidation/invalid_config
17:12:44 [2021-07-09T17:12:44.352Z] === RUN   TestDaemonConfigValidation/malformed_config
17:12:44 [2021-07-09T17:12:44.352Z] === PAUSE TestDaemonConfigValidation/malformed_config
17:12:44 [2021-07-09T17:12:44.352Z] === RUN   TestDaemonConfigValidation/valid_config
17:12:44 [2021-07-09T17:12:44.352Z] === PAUSE TestDaemonConfigValidation/valid_config
17:12:44 [2021-07-09T17:12:44.352Z] === CONT  TestDaemonConfigValidation/config_with_no_content
17:12:44 [2021-07-09T17:12:44.352Z] === CONT  TestDaemonConfigValidation/malformed_config
17:12:44 [2021-07-09T17:12:44.352Z] === CONT  TestDaemonConfigValidation/valid_config
17:12:44 [2021-07-09T17:12:44.352Z] === CONT  TestDaemonConfigValidation/invalid_config
17:12:44 [2021-07-09T17:12:44.352Z] === CONT  TestDaemonConfigValidation/config_with_{}
17:12:44 [2021-07-09T17:12:44.352Z] --- PASS: TestDaemonConfigValidation (0.00s)
17:12:44 [2021-07-09T17:12:44.352Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s)
17:12:44 [2021-07-09T17:12:44.352Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.08s)
17:12:44 [2021-07-09T17:12:44.352Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.08s)
17:12:44 [2021-07-09T17:12:44.352Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.07s)
17:12:44 [2021-07-09T17:12:44.352Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
17:12:44 [2021-07-09T17:12:44.352Z] PASS
17:12:44 [2021-07-09T17:12:44.352Z] 
17:12:44 [2021-07-09T17:12:44.352Z] DONE 7 tests in 0.747s
17:12:44 [2021-07-09T17:12:44.352Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
17:12:44 [2021-07-09T17:12:44.614Z] INFO: Testing against a local daemon
17:12:44 [2021-07-09T17:12:44.614Z] === RUN   TestCommitInheritsEnv
17:12:44 [2021-07-09T17:12:44.874Z] --- PASS: TestCommitInheritsEnv (0.34s)
17:12:44 [2021-07-09T17:12:44.874Z] === RUN   TestImportExtremelyLargeImageWorks
17:12:44 [2021-07-09T17:12:44.874Z] === PAUSE TestImportExtremelyLargeImageWorks
17:12:44 [2021-07-09T17:12:44.874Z] === RUN   TestImagesFilterMultiReference
17:12:44 [2021-07-09T17:12:44.874Z] --- PASS: TestImagesFilterMultiReference (0.06s)
17:12:44 [2021-07-09T17:12:44.874Z] === RUN   TestImagePullPlatformInvalid
17:12:44 [2021-07-09T17:12:44.874Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
17:12:44 [2021-07-09T17:12:44.874Z] === RUN   TestRemoveImageOrphaning
17:12:45 [2021-07-09T17:12:45.134Z] --- PASS: TestRemoveImageOrphaning (0.23s)
17:12:45 [2021-07-09T17:12:45.134Z] === RUN   TestRemoveImageGarbageCollector
17:12:47 [2021-07-09T17:12:47.045Z] --- PASS: TestRemoveImageGarbageCollector (1.90s)
17:12:47 [2021-07-09T17:12:47.045Z] === RUN   TestTagUnprefixedRepoByNameOrName
17:12:47 [2021-07-09T17:12:47.045Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
17:12:47 [2021-07-09T17:12:47.045Z] === RUN   TestTagInvalidReference
17:12:47 [2021-07-09T17:12:47.045Z] --- PASS: TestTagInvalidReference (0.01s)
17:12:47 [2021-07-09T17:12:47.045Z] === RUN   TestTagValidPrefixedRepo
17:12:47 [2021-07-09T17:12:47.045Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
17:12:47 [2021-07-09T17:12:47.045Z] === RUN   TestTagExistedNameWithoutForce
17:12:47 [2021-07-09T17:12:47.045Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
17:12:47 [2021-07-09T17:12:47.045Z] === RUN   TestTagOfficialNames
17:12:47 [2021-07-09T17:12:47.304Z] --- PASS: TestTagOfficialNames (0.05s)
17:12:47 [2021-07-09T17:12:47.305Z] === RUN   TestTagMatchesDigest
17:12:47 [2021-07-09T17:12:47.305Z] --- PASS: TestTagMatchesDigest (0.01s)
17:12:47 [2021-07-09T17:12:47.305Z] === CONT  TestImportExtremelyLargeImageWorks
17:14:23 [2021-07-09T17:14:23.964Z] --- PASS: TestImportExtremelyLargeImageWorks (92.43s)
17:14:23 [2021-07-09T17:14:23.964Z] PASS
17:14:23 [2021-07-09T17:14:23.964Z] 
17:14:23 [2021-07-09T17:14:23.964Z] DONE 12 tests in 95.179s
17:14:23 [2021-07-09T17:14:23.964Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
17:14:23 [2021-07-09T17:14:23.964Z] INFO: Testing against a local daemon
17:14:23 [2021-07-09T17:14:23.964Z] === RUN   TestNetworkCreateDelete
17:14:23 [2021-07-09T17:14:23.964Z] --- PASS: TestNetworkCreateDelete (0.14s)
17:14:23 [2021-07-09T17:14:23.964Z] === RUN   TestDockerNetworkDeletePreferID
17:14:23 [2021-07-09T17:14:23.964Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s)
17:14:23 [2021-07-09T17:14:23.964Z] === RUN   TestDaemonDNSFallback
17:14:27 [2021-07-09T17:14:27.263Z] --- PASS: TestDaemonDNSFallback (6.62s)
17:14:27 [2021-07-09T17:14:27.263Z] === RUN   TestInspectNetwork
17:14:30 [2021-07-09T17:14:30.560Z] === RUN   TestInspectNetwork/full_network_id
17:14:30 [2021-07-09T17:14:30.560Z] === RUN   TestInspectNetwork/partial_network_id
17:14:30 [2021-07-09T17:14:30.560Z] === RUN   TestInspectNetwork/network_name
17:14:30 [2021-07-09T17:14:30.560Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
17:14:34 [2021-07-09T17:14:34.759Z] --- PASS: TestInspectNetwork (7.75s)
17:14:34 [2021-07-09T17:14:34.759Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
17:14:34 [2021-07-09T17:14:34.759Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
17:14:34 [2021-07-09T17:14:34.759Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
17:14:34 [2021-07-09T17:14:34.759Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.01s)
17:14:34 [2021-07-09T17:14:34.759Z] === RUN   TestRunContainerWithBridgeNone
17:14:38 [2021-07-09T17:14:38.067Z] --- PASS: TestRunContainerWithBridgeNone (3.10s)
17:14:38 [2021-07-09T17:14:38.067Z] === RUN   TestNetworkInvalidJSON
17:14:38 [2021-07-09T17:14:38.067Z] === RUN   TestNetworkInvalidJSON//networks/create
17:14:38 [2021-07-09T17:14:38.067Z] === PAUSE TestNetworkInvalidJSON//networks/create
17:14:38 [2021-07-09T17:14:38.067Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
17:14:38 [2021-07-09T17:14:38.067Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
17:14:38 [2021-07-09T17:14:38.067Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
17:14:38 [2021-07-09T17:14:38.067Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
17:14:38 [2021-07-09T17:14:38.067Z] === CONT  TestNetworkInvalidJSON//networks/create
17:14:38 [2021-07-09T17:14:38.067Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
17:14:38 [2021-07-09T17:14:38.067Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
17:14:38 [2021-07-09T17:14:38.067Z] --- PASS: TestNetworkInvalidJSON (0.01s)
17:14:38 [2021-07-09T17:14:38.067Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
17:14:38 [2021-07-09T17:14:38.067Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
17:14:38 [2021-07-09T17:14:38.067Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
17:14:38 [2021-07-09T17:14:38.067Z] === RUN   TestNetworkList
17:14:38 [2021-07-09T17:14:38.067Z] === RUN   TestNetworkList//networks
17:14:38 [2021-07-09T17:14:38.067Z] === PAUSE TestNetworkList//networks
17:14:38 [2021-07-09T17:14:38.067Z] === RUN   TestNetworkList//networks/
17:14:38 [2021-07-09T17:14:38.067Z] === PAUSE TestNetworkList//networks/
17:14:38 [2021-07-09T17:14:38.067Z] === CONT  TestNetworkList//networks
17:14:38 [2021-07-09T17:14:38.067Z] === CONT  TestNetworkList//networks/
17:14:38 [2021-07-09T17:14:38.067Z] --- PASS: TestNetworkList (0.01s)
17:14:38 [2021-07-09T17:14:38.067Z]     --- PASS: TestNetworkList//networks/ (0.00s)
17:14:38 [2021-07-09T17:14:38.067Z]     --- PASS: TestNetworkList//networks (0.00s)
17:14:38 [2021-07-09T17:14:38.067Z] === RUN   TestHostIPv4BridgeLabel
17:14:38 [2021-07-09T17:14:38.327Z] --- PASS: TestHostIPv4BridgeLabel (0.57s)
17:14:38 [2021-07-09T17:14:38.327Z] === RUN   TestDaemonRestartWithLiveRestore
17:14:39 [2021-07-09T17:14:39.267Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
17:14:39 [2021-07-09T17:14:39.267Z] === RUN   TestDaemonDefaultNetworkPools
17:14:40 [2021-07-09T17:14:40.206Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s)
17:14:40 [2021-07-09T17:14:40.206Z] === RUN   TestDaemonRestartWithExistingNetwork
17:14:41 [2021-07-09T17:14:41.145Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
17:14:41 [2021-07-09T17:14:41.145Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
17:14:42 [2021-07-09T17:14:42.527Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s)
17:14:42 [2021-07-09T17:14:42.527Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
17:14:43 [2021-07-09T17:14:43.097Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
17:14:43 [2021-07-09T17:14:43.097Z] === RUN   TestServiceWithPredefinedNetwork
17:14:45 [2021-07-09T17:14:45.642Z] --- PASS: TestServiceWithPredefinedNetwork (2.52s)
17:14:45 [2021-07-09T17:14:45.642Z] === RUN   TestServiceRemoveKeepsIngressNetwork
17:14:45 [2021-07-09T17:14:45.642Z]     service_test.go:242: FLAKY_TEST
17:14:45 [2021-07-09T17:14:45.642Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
17:14:45 [2021-07-09T17:14:45.642Z] === RUN   TestServiceWithDataPathPortInit
17:15:00 [2021-07-09T17:15:00.538Z] --- PASS: TestServiceWithDataPathPortInit (14.59s)
17:15:00 [2021-07-09T17:15:00.538Z] === RUN   TestServiceWithDefaultAddressPoolInit
17:15:03 [2021-07-09T17:15:03.078Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:veg0o9dd028tycl2xcsi7a7bz Created:2021-07-09 17:15:01.371910502 +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[94277832dd701ef5f502866d2f59ec4ddd3d3be060c4b510dd4ebb852f31e15f:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.swc3vdgq8gfxrz21uwpvxlztq EndpointID:10848e2176ae8bb892ad7fd492d258bd91b6d21f177221ced93e6effb77b224c MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:a7f2fe648e6bc5df251f1f3548b218973af7f0e14326feb965b1354293839901 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:636f16744c07 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.swc3vdgq8gfxrz21uwpvxlztq EndpointID:10848e2176ae8bb892ad7fd492d258bd91b6d21f177221ced93e6effb77b224c EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
17:15:07 [2021-07-09T17:15:07.273Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.24s)
17:15:07 [2021-07-09T17:15:07.273Z] PASS
17:15:07 [2021-07-09T17:15:07.273Z] 
17:15:07 [2021-07-09T17:15:07.273Z] === Skipped
17:15:07 [2021-07-09T17:15:07.273Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
17:15:07 [2021-07-09T17:15:07.273Z]     service_test.go:242: FLAKY_TEST
17:15:07 [2021-07-09T17:15:07.273Z] 
17:15:07 [2021-07-09T17:15:07.273Z] 
17:15:07 [2021-07-09T17:15:07.273Z] DONE 26 tests, 1 skipped in 47.700s
17:15:07 [2021-07-09T17:15:07.273Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
17:15:07 [2021-07-09T17:15:07.534Z] INFO: Testing against a local daemon
17:15:07 [2021-07-09T17:15:07.534Z] === RUN   TestDockerNetworkIpvlanPersistance
17:15:07 [2021-07-09T17:15:07.534Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:15:07 [2021-07-09T17:15:07.534Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
17:15:07 [2021-07-09T17:15:07.534Z] === RUN   TestDockerNetworkIpvlan
17:15:07 [2021-07-09T17:15:07.534Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:15:07 [2021-07-09T17:15:07.534Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
17:15:07 [2021-07-09T17:15:07.534Z] PASS
17:15:07 [2021-07-09T17:15:07.534Z] 
17:15:07 [2021-07-09T17:15:07.534Z] === Skipped
17:15:07 [2021-07-09T17:15:07.534Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
17:15:07 [2021-07-09T17:15:07.534Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:15:07 [2021-07-09T17:15:07.534Z] 
17:15:07 [2021-07-09T17:15:07.534Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
17:15:07 [2021-07-09T17:15:07.534Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:15:07 [2021-07-09T17:15:07.534Z] 
17:15:07 [2021-07-09T17:15:07.534Z] 
17:15:07 [2021-07-09T17:15:07.534Z] DONE 2 tests, 2 skipped in 0.072s
17:15:07 [2021-07-09T17:15:07.534Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
17:15:07 [2021-07-09T17:15:07.534Z] INFO: Testing against a local daemon
17:15:07 [2021-07-09T17:15:07.534Z] === RUN   TestDockerNetworkMacvlanPersistance
17:15:08 [2021-07-09T17:15:08.914Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.23s)
17:15:08 [2021-07-09T17:15:08.914Z] === RUN   TestDockerNetworkMacvlan
17:15:09 [2021-07-09T17:15:09.485Z] === RUN   TestDockerNetworkMacvlan/Subinterface
17:15:10 [2021-07-09T17:15:10.425Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
17:15:11 [2021-07-09T17:15:11.024Z] === RUN   TestDockerNetworkMacvlan/NilParent
17:15:13 [2021-07-09T17:15:13.567Z] === RUN   TestDockerNetworkMacvlan/InternalMode
17:15:16 [2021-07-09T17:15:16.108Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
17:15:21 [2021-07-09T17:15:21.389Z] === RUN   TestDockerNetworkMacvlan/Addressing
17:15:22 [2021-07-09T17:15:22.773Z] --- PASS: TestDockerNetworkMacvlan (14.04s)
17:15:22 [2021-07-09T17:15:22.773Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s)
17:15:22 [2021-07-09T17:15:22.773Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
17:15:22 [2021-07-09T17:15:22.773Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.53s)
17:15:22 [2021-07-09T17:15:22.773Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.81s)
17:15:22 [2021-07-09T17:15:22.773Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.88s)
17:15:22 [2021-07-09T17:15:22.773Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.30s)
17:15:22 [2021-07-09T17:15:22.773Z] PASS
17:15:22 [2021-07-09T17:15:22.773Z] 
17:15:22 [2021-07-09T17:15:22.773Z] DONE 8 tests in 15.348s
17:15:22 [2021-07-09T17:15:22.773Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
17:15:22 [2021-07-09T17:15:22.773Z] testing: warning: no tests to run
17:15:22 [2021-07-09T17:15:22.773Z] PASS
17:15:22 [2021-07-09T17:15:22.773Z] 
17:15:22 [2021-07-09T17:15:22.773Z] DONE 0 tests in 0.007s
17:15:22 [2021-07-09T17:15:22.773Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
17:15:22 [2021-07-09T17:15:22.773Z] INFO: Testing against a local daemon
17:15:22 [2021-07-09T17:15:22.773Z] === RUN   TestAuthZPluginAllowRequest
17:15:24 [2021-07-09T17:15:24.156Z] --- PASS: TestAuthZPluginAllowRequest (1.38s)
17:15:24 [2021-07-09T17:15:24.156Z] === RUN   TestAuthZPluginTLS
17:15:24 [2021-07-09T17:15:24.726Z] --- PASS: TestAuthZPluginTLS (0.54s)
17:15:24 [2021-07-09T17:15:24.726Z] === RUN   TestAuthZPluginDenyRequest
17:15:25 [2021-07-09T17:15:25.296Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
17:15:25 [2021-07-09T17:15:25.296Z] === RUN   TestAuthZPluginAPIDenyResponse
17:15:25 [2021-07-09T17:15:25.865Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
17:15:25 [2021-07-09T17:15:25.865Z] === RUN   TestAuthZPluginDenyResponse
17:15:26 [2021-07-09T17:15:26.435Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
17:15:26 [2021-07-09T17:15:26.435Z] === RUN   TestAuthZPluginAllowEventStream
17:15:27 [2021-07-09T17:15:27.817Z] --- PASS: TestAuthZPluginAllowEventStream (1.40s)
17:15:27 [2021-07-09T17:15:27.818Z] === RUN   TestAuthZPluginErrorResponse
17:15:28 [2021-07-09T17:15:28.387Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
17:15:28 [2021-07-09T17:15:28.387Z] === RUN   TestAuthZPluginErrorRequest
17:15:28 [2021-07-09T17:15:28.957Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
17:15:28 [2021-07-09T17:15:28.957Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
17:15:29 [2021-07-09T17:15:29.527Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
17:15:29 [2021-07-09T17:15:29.527Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
17:15:31 [2021-07-09T17:15:31.438Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.66s)
17:15:31 [2021-07-09T17:15:31.438Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
17:15:32 [2021-07-09T17:15:32.822Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.69s)
17:15:32 [2021-07-09T17:15:32.822Z] === RUN   TestAuthZPluginHeader
17:15:33 [2021-07-09T17:15:33.392Z] --- PASS: TestAuthZPluginHeader (0.70s)
17:15:33 [2021-07-09T17:15:33.392Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
17:15:37 [2021-07-09T17:15:37.614Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.06s)
17:15:37 [2021-07-09T17:15:37.614Z] === RUN   TestAuthZPluginV2Disable
17:15:40 [2021-07-09T17:15:40.907Z] --- PASS: TestAuthZPluginV2Disable (2.97s)
17:15:40 [2021-07-09T17:15:40.907Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
17:15:43 [2021-07-09T17:15:43.446Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.72s)
17:15:43 [2021-07-09T17:15:43.446Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
17:15:53 [2021-07-09T17:15:53.440Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.61s)
17:15:53 [2021-07-09T17:15:53.440Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
17:16:11 [2021-07-09T17:16:11.540Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s)
17:16:11 [2021-07-09T17:16:11.540Z] PASS
17:16:11 [2021-07-09T17:16:11.540Z] 
17:16:11 [2021-07-09T17:16:11.540Z] DONE 17 tests in 46.570s
17:16:11 [2021-07-09T17:16:11.540Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
17:16:11 [2021-07-09T17:16:11.540Z] INFO: Testing against a local daemon
17:16:11 [2021-07-09T17:16:11.540Z] === RUN   TestPluginInvalidJSON
17:16:11 [2021-07-09T17:16:11.540Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
17:16:11 [2021-07-09T17:16:11.540Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
17:16:11 [2021-07-09T17:16:11.540Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
17:16:11 [2021-07-09T17:16:11.540Z] --- PASS: TestPluginInvalidJSON (0.01s)
17:16:11 [2021-07-09T17:16:11.540Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
17:16:11 [2021-07-09T17:16:11.540Z] === RUN   TestPluginInstall
17:16:11 [2021-07-09T17:16:11.540Z] === RUN   TestPluginInstall/no_auth
17:16:11 [2021-07-09T17:16:11.540Z] time="2021-07-09T17:16:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:16:11 [2021-07-09T17:16:11.540Z] time="2021-07-09T17:16:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:275e203edcfd4e0903fe248ec7ef72478e26c00d19c6802d1f7ee284878b5c68" mediatype=application/vnd.docker.plugin.v1+json size=522
17:16:11 [2021-07-09T17:16:11.540Z] time="2021-07-09T17:16:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:16:11 [2021-07-09T17:16:11.540Z] time="2021-07-09T17:16:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:275e203edcfd4e0903fe248ec7ef72478e26c00d19c6802d1f7ee284878b5c68" mediatype=application/vnd.docker.plugin.v1+json size=522
17:16:11 [2021-07-09T17:16:11.540Z] === RUN   TestPluginInstall/with_htpasswd
17:16:11 [2021-07-09T17:16:11.540Z] time="2021-07-09T17:16:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:16:11 [2021-07-09T17:16:11.540Z] time="2021-07-09T17:16:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:275e203edcfd4e0903fe248ec7ef72478e26c00d19c6802d1f7ee284878b5c68" mediatype=application/vnd.docker.plugin.v1+json size=522
17:16:11 [2021-07-09T17:16:11.540Z] time="2021-07-09T17:16:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:16:11 [2021-07-09T17:16:11.540Z] time="2021-07-09T17:16:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:275e203edcfd4e0903fe248ec7ef72478e26c00d19c6802d1f7ee284878b5c68" mediatype=application/vnd.docker.plugin.v1+json size=522
17:16:11 [2021-07-09T17:16:11.540Z] === RUN   TestPluginInstall/with_insecure
17:16:12 [2021-07-09T17:16:12.480Z] time="2021-07-09T17:16:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:16:12 [2021-07-09T17:16:12.480Z] time="2021-07-09T17:16:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:79a265f7f174ba5dd16cf4bce33a0a491998abce28b96bd71606455169a14166" mediatype=application/vnd.docker.plugin.v1+json size=522
17:16:12 [2021-07-09T17:16:12.480Z] time="2021-07-09T17:16:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:16:12 [2021-07-09T17:16:12.480Z] time="2021-07-09T17:16:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:79a265f7f174ba5dd16cf4bce33a0a491998abce28b96bd71606455169a14166" mediatype=application/vnd.docker.plugin.v1+json size=522
17:16:12 [2021-07-09T17:16:12.741Z]     plugin_test.go:165: [df1281f0b90ec] daemon is not started
17:16:12 [2021-07-09T17:16:12.741Z] --- PASS: TestPluginInstall (3.17s)
17:16:12 [2021-07-09T17:16:12.741Z]     --- PASS: TestPluginInstall/no_auth (1.37s)
17:16:12 [2021-07-09T17:16:12.741Z]     --- PASS: TestPluginInstall/with_htpasswd (0.68s)
17:16:12 [2021-07-09T17:16:12.741Z]     --- PASS: TestPluginInstall/with_insecure (1.12s)
17:16:12 [2021-07-09T17:16:12.741Z] === RUN   TestPluginsWithRuntimes
17:16:14 [2021-07-09T17:16:14.123Z] === RUN   TestPluginsWithRuntimes/No_Args
17:16:15 [2021-07-09T17:16:15.063Z] === RUN   TestPluginsWithRuntimes/With_Args
17:16:16 [2021-07-09T17:16:16.002Z] --- PASS: TestPluginsWithRuntimes (3.44s)
17:16:16 [2021-07-09T17:16:16.002Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.92s)
17:16:16 [2021-07-09T17:16:16.002Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.90s)
17:16:16 [2021-07-09T17:16:16.002Z] === RUN   TestPluginBackCompatMediaTypes
17:16:16 [2021-07-09T17:16:16.574Z] --- PASS: TestPluginBackCompatMediaTypes (0.60s)
17:16:16 [2021-07-09T17:16:16.834Z] PASS
17:16:16 [2021-07-09T17:16:16.834Z] 
17:16:16 [2021-07-09T17:16:16.834Z] DONE 10 tests in 7.266s
17:16:16 [2021-07-09T17:16:16.834Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
17:16:16 [2021-07-09T17:16:16.834Z] INFO: Testing against a local daemon
17:16:16 [2021-07-09T17:16:16.834Z] === RUN   TestExternalGraphDriver
17:16:16 [2021-07-09T17:16:16.834Z] === RUN   TestExternalGraphDriver/json
17:16:18 [2021-07-09T17:16:18.769Z] === RUN   TestExternalGraphDriver/spec
17:16:20 [2021-07-09T17:16:20.678Z] === RUN   TestExternalGraphDriver/pull
17:16:22 [2021-07-09T17:16:22.587Z] --- PASS: TestExternalGraphDriver (5.47s)
17:16:22 [2021-07-09T17:16:22.587Z]     --- PASS: TestExternalGraphDriver/json (1.91s)
17:16:22 [2021-07-09T17:16:22.587Z]     --- PASS: TestExternalGraphDriver/spec (1.88s)
17:16:22 [2021-07-09T17:16:22.587Z]     --- PASS: TestExternalGraphDriver/pull (1.60s)
17:16:22 [2021-07-09T17:16:22.587Z] === RUN   TestGraphdriverPluginV2
17:16:25 [2021-07-09T17:16:25.886Z] --- PASS: TestGraphdriverPluginV2 (3.64s)
17:16:25 [2021-07-09T17:16:25.886Z] PASS
17:16:25 [2021-07-09T17:16:25.886Z] 
17:16:25 [2021-07-09T17:16:25.886Z] DONE 5 tests in 9.149s
17:16:25 [2021-07-09T17:16:25.886Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
17:16:25 [2021-07-09T17:16:25.886Z] INFO: Testing against a local daemon
17:16:25 [2021-07-09T17:16:25.886Z] === RUN   TestContinueAfterPluginCrash
17:16:25 [2021-07-09T17:16:25.886Z] === PAUSE TestContinueAfterPluginCrash
17:16:25 [2021-07-09T17:16:25.886Z] === RUN   TestReadPluginNoRead
17:16:25 [2021-07-09T17:16:25.886Z] === PAUSE TestReadPluginNoRead
17:16:25 [2021-07-09T17:16:25.886Z] === RUN   TestDaemonStartWithLogOpt
17:16:25 [2021-07-09T17:16:25.886Z] === PAUSE TestDaemonStartWithLogOpt
17:16:25 [2021-07-09T17:16:25.886Z] === CONT  TestContinueAfterPluginCrash
17:16:25 [2021-07-09T17:16:25.886Z] === CONT  TestDaemonStartWithLogOpt
17:16:30 [2021-07-09T17:16:30.086Z] --- PASS: TestDaemonStartWithLogOpt (3.62s)
17:16:30 [2021-07-09T17:16:30.086Z] === CONT  TestReadPluginNoRead
17:16:31 [2021-07-09T17:16:31.997Z] === RUN   TestReadPluginNoRead/default
17:16:33 [2021-07-09T17:16:33.381Z] === RUN   TestReadPluginNoRead/disabled_caching
17:16:34 [2021-07-09T17:16:34.762Z] --- PASS: TestContinueAfterPluginCrash (8.81s)
17:16:35 [2021-07-09T17:16:35.022Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
17:16:36 [2021-07-09T17:16:36.931Z] === CONT  TestReadPluginNoRead
17:16:36 [2021-07-09T17:16:36.931Z]     read_test.go:92: [dd1552dfcb46a] daemon is not started
17:16:36 [2021-07-09T17:16:36.931Z] --- PASS: TestReadPluginNoRead (7.05s)
17:16:36 [2021-07-09T17:16:36.931Z]     --- PASS: TestReadPluginNoRead/default (1.55s)
17:16:36 [2021-07-09T17:16:36.931Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.60s)
17:16:36 [2021-07-09T17:16:36.931Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.58s)
17:16:36 [2021-07-09T17:16:36.931Z] PASS
17:16:36 [2021-07-09T17:16:36.931Z] 
17:16:36 [2021-07-09T17:16:36.931Z] DONE 6 tests in 10.711s
17:16:36 [2021-07-09T17:16:36.931Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
17:16:36 [2021-07-09T17:16:36.931Z] testing: warning: no tests to run
17:16:36 [2021-07-09T17:16:36.931Z] PASS
17:16:36 [2021-07-09T17:16:36.931Z] 
17:16:36 [2021-07-09T17:16:36.931Z] DONE 0 tests in 0.007s
17:16:36 [2021-07-09T17:16:36.931Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
17:16:36 [2021-07-09T17:16:36.931Z] INFO: Testing against a local daemon
17:16:36 [2021-07-09T17:16:36.931Z] === RUN   TestPluginWithDevMounts
17:16:36 [2021-07-09T17:16:36.931Z] === PAUSE TestPluginWithDevMounts
17:16:36 [2021-07-09T17:16:36.931Z] === CONT  TestPluginWithDevMounts
17:16:38 [2021-07-09T17:16:38.312Z] --- PASS: TestPluginWithDevMounts (1.64s)
17:16:38 [2021-07-09T17:16:38.312Z] PASS
17:16:38 [2021-07-09T17:16:38.312Z] 
17:16:38 [2021-07-09T17:16:38.312Z] DONE 1 tests in 1.679s
17:16:38 [2021-07-09T17:16:38.312Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
17:16:38 [2021-07-09T17:16:38.312Z] INFO: Testing against a local daemon
17:16:38 [2021-07-09T17:16:38.313Z] === RUN   TestSecretInspect
17:16:40 [2021-07-09T17:16:40.223Z] --- PASS: TestSecretInspect (1.93s)
17:16:40 [2021-07-09T17:16:40.223Z] === RUN   TestSecretList
17:16:42 [2021-07-09T17:16:42.768Z] --- PASS: TestSecretList (2.19s)
17:16:42 [2021-07-09T17:16:42.768Z] === RUN   TestSecretsCreateAndDelete
17:16:44 [2021-07-09T17:16:44.680Z] --- PASS: TestSecretsCreateAndDelete (2.16s)
17:16:44 [2021-07-09T17:16:44.680Z] === RUN   TestSecretsUpdate
17:16:47 [2021-07-09T17:16:47.235Z] --- PASS: TestSecretsUpdate (2.12s)
17:16:47 [2021-07-09T17:16:47.235Z] === RUN   TestTemplatedSecret
17:16:50 [2021-07-09T17:16:50.532Z] --- PASS: TestTemplatedSecret (3.25s)
17:16:50 [2021-07-09T17:16:50.533Z] === RUN   TestSecretCreateResolve
17:16:52 [2021-07-09T17:16:52.442Z] --- PASS: TestSecretCreateResolve (2.20s)
17:16:52 [2021-07-09T17:16:52.443Z] PASS
17:16:52 [2021-07-09T17:16:52.443Z] 
17:16:52 [2021-07-09T17:16:52.443Z] DONE 6 tests in 13.892s
17:16:52 [2021-07-09T17:16:52.443Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
17:16:52 [2021-07-09T17:16:52.443Z] INFO: Testing against a local daemon
17:16:52 [2021-07-09T17:16:52.443Z] === RUN   TestServiceCreateInit
17:16:52 [2021-07-09T17:16:52.443Z] === RUN   TestServiceCreateInit/daemonInitDisabled
17:16:57 [2021-07-09T17:16:57.726Z] === RUN   TestServiceCreateInit/daemonInitEnabled
17:17:01 [2021-07-09T17:17:01.927Z] --- PASS: TestServiceCreateInit (9.21s)
17:17:01 [2021-07-09T17:17:01.927Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.68s)
17:17:01 [2021-07-09T17:17:01.927Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.51s)
17:17:01 [2021-07-09T17:17:01.927Z] === RUN   TestCreateServiceMultipleTimes
17:17:20 [2021-07-09T17:17:20.037Z] --- PASS: TestCreateServiceMultipleTimes (16.97s)
17:17:20 [2021-07-09T17:17:20.037Z] === RUN   TestCreateServiceConflict
17:17:20 [2021-07-09T17:17:20.608Z] --- PASS: TestCreateServiceConflict (2.16s)
17:17:20 [2021-07-09T17:17:20.608Z] === RUN   TestCreateServiceMaxReplicas
17:17:23 [2021-07-09T17:17:23.904Z] --- PASS: TestCreateServiceMaxReplicas (3.07s)
17:17:23 [2021-07-09T17:17:23.904Z] === RUN   TestCreateWithDuplicateNetworkNames
17:17:38 [2021-07-09T17:17:38.837Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.30s)
17:17:38 [2021-07-09T17:17:38.837Z] === RUN   TestCreateServiceSecretFileMode
17:17:39 [2021-07-09T17:17:39.776Z] --- PASS: TestCreateServiceSecretFileMode (2.64s)
17:17:39 [2021-07-09T17:17:39.776Z] === RUN   TestCreateServiceConfigFileMode
17:17:42 [2021-07-09T17:17:42.315Z] --- PASS: TestCreateServiceConfigFileMode (2.62s)
17:17:42 [2021-07-09T17:17:42.315Z] === RUN   TestCreateServiceSysctls
17:17:46 [2021-07-09T17:17:46.513Z] --- PASS: TestCreateServiceSysctls (3.64s)
17:17:46 [2021-07-09T17:17:46.514Z] === RUN   TestCreateServiceCapabilities
17:17:49 [2021-07-09T17:17:49.056Z] --- PASS: TestCreateServiceCapabilities (2.69s)
17:17:49 [2021-07-09T17:17:49.056Z] === RUN   TestInspect
17:17:52 [2021-07-09T17:17:52.352Z] --- PASS: TestInspect (3.41s)
17:17:52 [2021-07-09T17:17:52.352Z] === RUN   TestCreateJob
17:17:55 [2021-07-09T17:17:55.648Z] --- PASS: TestCreateJob (3.72s)
17:17:55 [2021-07-09T17:17:55.648Z] === RUN   TestReplicatedJob
17:18:02 [2021-07-09T17:18:02.230Z] --- PASS: TestReplicatedJob (6.55s)
17:18:02 [2021-07-09T17:18:02.230Z] === RUN   TestUpdateReplicatedJob
17:18:06 [2021-07-09T17:18:06.429Z] --- PASS: TestUpdateReplicatedJob (3.65s)
17:18:06 [2021-07-09T17:18:06.429Z] === RUN   TestServiceListWithStatuses
17:18:06 [2021-07-09T17:18:06.429Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
17:18:06 [2021-07-09T17:18:06.429Z] --- SKIP: TestServiceListWithStatuses (0.00s)
17:18:06 [2021-07-09T17:18:06.429Z] === RUN   TestDockerNetworkConnectAlias
17:18:10 [2021-07-09T17:18:10.638Z] --- PASS: TestDockerNetworkConnectAlias (4.60s)
17:18:10 [2021-07-09T17:18:10.638Z] === RUN   TestDockerNetworkReConnect
17:18:14 [2021-07-09T17:18:14.840Z] --- PASS: TestDockerNetworkReConnect (3.56s)
17:18:14 [2021-07-09T17:18:14.840Z] === RUN   TestServicePlugin
17:18:18 [2021-07-09T17:18:18.136Z]     plugin_test.go:62: [d1b550a540396] joining swarm manager [d65e4b5cf5707]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:18:19 [2021-07-09T17:18:19.076Z]     plugin_test.go:65: [dd48bb08e9629] joining swarm manager [d65e4b5cf5707]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:18:45 [2021-07-09T17:18:45.642Z] --- PASS: TestServicePlugin (30.37s)
17:18:45 [2021-07-09T17:18:45.642Z] === RUN   TestServiceUpdateLabel
17:18:46 [2021-07-09T17:18:46.582Z] --- PASS: TestServiceUpdateLabel (2.22s)
17:18:46 [2021-07-09T17:18:46.582Z] === RUN   TestServiceUpdateSecrets
17:19:04 [2021-07-09T17:19:04.685Z] --- PASS: TestServiceUpdateSecrets (15.18s)
17:19:04 [2021-07-09T17:19:04.685Z] === RUN   TestServiceUpdateConfigs
17:19:16 [2021-07-09T17:19:16.924Z] --- PASS: TestServiceUpdateConfigs (15.16s)
17:19:16 [2021-07-09T17:19:16.924Z] === RUN   TestServiceUpdateNetwork
17:19:31 [2021-07-09T17:19:31.821Z] --- PASS: TestServiceUpdateNetwork (12.93s)
17:19:31 [2021-07-09T17:19:31.821Z] === RUN   TestServiceUpdatePidsLimit
17:19:31 [2021-07-09T17:19:31.821Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
17:19:32 [2021-07-09T17:19:32.081Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
17:19:40 [2021-07-09T17:19:40.208Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
17:19:48 [2021-07-09T17:19:48.337Z] --- PASS: TestServiceUpdatePidsLimit (17.24s)
17:19:48 [2021-07-09T17:19:48.337Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.93s)
17:19:48 [2021-07-09T17:19:48.337Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.30s)
17:19:48 [2021-07-09T17:19:48.337Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.20s)
17:19:48 [2021-07-09T17:19:48.337Z] PASS
17:19:48 [2021-07-09T17:19:48.337Z] 
17:19:48 [2021-07-09T17:19:48.337Z] === Skipped
17:19:48 [2021-07-09T17:19:48.337Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
17:19:48 [2021-07-09T17:19:48.337Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
17:19:48 [2021-07-09T17:19:48.337Z] 
17:19:48 [2021-07-09T17:19:48.337Z] 
17:19:48 [2021-07-09T17:19:48.337Z] DONE 27 tests, 1 skipped in 174.921s
17:19:48 [2021-07-09T17:19:48.337Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
17:19:48 [2021-07-09T17:19:48.337Z] INFO: Testing against a local daemon
17:19:48 [2021-07-09T17:19:48.337Z] === RUN   TestSessionCreate
17:19:48 [2021-07-09T17:19:48.337Z] --- PASS: TestSessionCreate (0.02s)
17:19:48 [2021-07-09T17:19:48.337Z] === RUN   TestSessionCreateWithBadUpgrade
17:19:48 [2021-07-09T17:19:48.337Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
17:19:48 [2021-07-09T17:19:48.337Z] PASS
17:19:48 [2021-07-09T17:19:48.337Z] 
17:19:48 [2021-07-09T17:19:48.337Z] DONE 2 tests in 0.075s
17:19:48 [2021-07-09T17:19:48.337Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
17:19:48 [2021-07-09T17:19:48.337Z] INFO: Testing against a local daemon
17:19:48 [2021-07-09T17:19:48.337Z] === RUN   TestCgroupDriverSystemdMemoryLimit
17:19:48 [2021-07-09T17:19:48.337Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
17:19:48 [2021-07-09T17:19:48.337Z] === RUN   TestEventsExecDie
17:19:48 [2021-07-09T17:19:48.337Z] --- PASS: TestEventsExecDie (1.04s)
17:19:48 [2021-07-09T17:19:48.337Z] === RUN   TestEventsBackwardsCompatible
17:19:48 [2021-07-09T17:19:48.337Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
17:19:48 [2021-07-09T17:19:48.337Z] === RUN   TestEventsVolumeCreate
17:19:48 [2021-07-09T17:19:48.337Z] --- PASS: TestEventsVolumeCreate (0.06s)
17:19:48 [2021-07-09T17:19:48.337Z] === RUN   TestInfoBinaryCommits
17:19:48 [2021-07-09T17:19:48.597Z] --- PASS: TestInfoBinaryCommits (0.02s)
17:19:48 [2021-07-09T17:19:48.597Z] === RUN   TestInfoAPIVersioned
17:19:48 [2021-07-09T17:19:48.597Z] --- PASS: TestInfoAPIVersioned (0.01s)
17:19:48 [2021-07-09T17:19:48.597Z] === RUN   TestInfoDiscoveryBackend
17:19:49 [2021-07-09T17:19:49.168Z] --- PASS: TestInfoDiscoveryBackend (0.53s)
17:19:49 [2021-07-09T17:19:49.168Z] === RUN   TestInfoDiscoveryInvalidAdvertise
17:19:50 [2021-07-09T17:19:50.108Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
17:19:50 [2021-07-09T17:19:50.108Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
17:19:50 [2021-07-09T17:19:50.678Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s)
17:19:50 [2021-07-09T17:19:50.678Z] === RUN   TestInfoAPI
17:19:50 [2021-07-09T17:19:50.678Z] --- PASS: TestInfoAPI (0.03s)
17:19:50 [2021-07-09T17:19:50.678Z] === RUN   TestInfoAPIWarnings
17:20:08 [2021-07-09T17:20:08.815Z] --- PASS: TestInfoAPIWarnings (16.31s)
17:20:08 [2021-07-09T17:20:08.815Z] === RUN   TestInfoDebug
17:20:08 [2021-07-09T17:20:08.815Z] --- PASS: TestInfoDebug (0.52s)
17:20:08 [2021-07-09T17:20:08.815Z] === RUN   TestInfoInsecureRegistries
17:20:08 [2021-07-09T17:20:08.815Z] --- PASS: TestInfoInsecureRegistries (0.53s)
17:20:08 [2021-07-09T17:20:08.815Z] === RUN   TestInfoRegistryMirrors
17:20:08 [2021-07-09T17:20:08.815Z] --- PASS: TestInfoRegistryMirrors (0.52s)
17:20:08 [2021-07-09T17:20:08.815Z] === RUN   TestLoginFailsWithBadCredentials
17:20:08 [2021-07-09T17:20:08.815Z] --- PASS: TestLoginFailsWithBadCredentials (0.13s)
17:20:08 [2021-07-09T17:20:08.815Z] === RUN   TestPingCacheHeaders
17:20:08 [2021-07-09T17:20:08.815Z] --- PASS: TestPingCacheHeaders (0.02s)
17:20:08 [2021-07-09T17:20:08.815Z] === RUN   TestPingGet
17:20:08 [2021-07-09T17:20:08.815Z] --- PASS: TestPingGet (0.02s)
17:20:08 [2021-07-09T17:20:08.815Z] === RUN   TestPingHead
17:20:08 [2021-07-09T17:20:08.815Z] --- PASS: TestPingHead (0.02s)
17:20:08 [2021-07-09T17:20:08.815Z] === RUN   TestVersion
17:20:08 [2021-07-09T17:20:08.815Z] --- PASS: TestVersion (0.02s)
17:20:08 [2021-07-09T17:20:08.815Z] === CONT  TestCgroupDriverSystemdMemoryLimit
17:20:10 [2021-07-09T17:20:10.197Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.44s)
17:20:10 [2021-07-09T17:20:10.197Z] PASS
17:20:10 [2021-07-09T17:20:10.197Z] 
17:20:10 [2021-07-09T17:20:10.197Z] DONE 19 tests in 22.800s
17:20:10 [2021-07-09T17:20:10.197Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
17:20:10 [2021-07-09T17:20:10.197Z] INFO: Testing against a local daemon
17:20:10 [2021-07-09T17:20:10.197Z] === RUN   TestVolumesCreateAndList
17:20:10 [2021-07-09T17:20:10.197Z] --- PASS: TestVolumesCreateAndList (0.02s)
17:20:10 [2021-07-09T17:20:10.197Z] === RUN   TestVolumesRemove
17:20:10 [2021-07-09T17:20:10.197Z] --- PASS: TestVolumesRemove (0.09s)
17:20:10 [2021-07-09T17:20:10.197Z] === RUN   TestVolumesInspect
17:20:10 [2021-07-09T17:20:10.197Z] --- PASS: TestVolumesInspect (0.02s)
17:20:10 [2021-07-09T17:20:10.197Z] === RUN   TestVolumesInvalidJSON
17:20:10 [2021-07-09T17:20:10.197Z] === RUN   TestVolumesInvalidJSON//volumes/create
17:20:10 [2021-07-09T17:20:10.197Z] === PAUSE TestVolumesInvalidJSON//volumes/create
17:20:10 [2021-07-09T17:20:10.197Z] === CONT  TestVolumesInvalidJSON//volumes/create
17:20:10 [2021-07-09T17:20:10.197Z] --- PASS: TestVolumesInvalidJSON (0.01s)
17:20:10 [2021-07-09T17:20:10.197Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
17:20:10 [2021-07-09T17:20:10.197Z] PASS
17:20:10 [2021-07-09T17:20:10.197Z] 
17:20:10 [2021-07-09T17:20:10.197Z] DONE 5 tests in 0.185s
17:20:10 [2021-07-09T17:20:10.197Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
17:20:10 [2021-07-09T17:20:10.768Z] Stopping apparmor (via systemctl): apparmor.service.
17:20:10 [2021-07-09T17:20:10.768Z] Removing test suite binaries
17:20:11 [2021-07-09T17:20:11.033Z] exiting test-integration
17:20:11 [2021-07-09T17:20:11.033Z] ++ exit 0
17:20:11 [2021-07-09T17:20:11.033Z]