Pull request #39946 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from d7ba1f85ef8f23096f2fd92d0444820543ab9675+af0415257efa288d9444de46ba2b45868c7c1a54 (ad933bb63d9e370d5a6261dc29b4acdc2732405d) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 241f6703d31895690d4cb6f158f753615abe74ac using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 241f6703d31895690d4cb6f158f753615abe74ac (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 241f6703d31895690d4cb6f158f753615abe74ac # timeout=10 Commit message: "Merge pull request #21 from docker/use-multiarch-busybox" > git rev-list --no-walk 241f6703d31895690d4cb6f158f753615abe74ac # timeout=10 [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-04-02T22:03:47.103Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-04-02T22:03:47.106Z] Trying to pass milestone 21 [Pipeline] milestone [2020-04-02T22:03:47.136Z] Trying to pass milestone 22 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-04-02T22:03:47.280Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-053e71e1290d98d32) in /home/ubuntu/workspace/moby_PR-39946 [Pipeline] { [Pipeline] checkout [2020-04-02T22:03:47.403Z] using credential docker-jenkins-github-credentials [2020-04-02T22:03:47.413Z] Cloning the remote Git repository [2020-04-02T22:03:47.413Z] Cloning with configured refspecs honoured and without tags [2020-04-02T22:03:47.412Z] Cloning repository https://github.com/moby/moby.git [2020-04-02T22:03:47.412Z] > git init /home/ubuntu/workspace/moby_PR-39946 # timeout=10 [2020-04-02T22:03:47.431Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-02T22:03:47.431Z] > git --version # timeout=10 [2020-04-02T22:03:47.439Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-02T22:03:47.440Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39946/head:refs/remotes/origin/PR-39946 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-02T22:04:00.487Z] Fetching without tags [2020-04-02T22:04:00.759Z] Merging remotes/origin/master commit af0415257efa288d9444de46ba2b45868c7c1a54 into PR head commit d7ba1f85ef8f23096f2fd92d0444820543ab9675 [2020-04-02T22:04:01.245Z] Merge succeeded, producing d7ba1f85ef8f23096f2fd92d0444820543ab9675 [2020-04-02T22:04:01.245Z] Checking out Revision d7ba1f85ef8f23096f2fd92d0444820543ab9675 (PR-39946) [2020-04-02T22:04:00.447Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-02T22:04:00.450Z] > git config --add remote.origin.fetch +refs/pull/39946/head:refs/remotes/origin/PR-39946 # timeout=10 [2020-04-02T22:04:00.463Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-02T22:04:00.472Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-02T22:04:00.486Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-02T22:04:00.486Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-02T22:04:00.487Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39946/head:refs/remotes/origin/PR-39946 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-02T22:04:00.758Z] > git config core.sparsecheckout # timeout=10 [2020-04-02T22:04:00.771Z] > git checkout -f d7ba1f85ef8f23096f2fd92d0444820543ab9675 # timeout=10 [2020-04-02T22:04:01.225Z] > git merge af0415257efa288d9444de46ba2b45868c7c1a54 # timeout=10 [2020-04-02T22:04:01.237Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-02T22:04:01.243Z] > git config core.sparsecheckout # timeout=10 [2020-04-02T22:04:01.247Z] > git checkout -f d7ba1f85ef8f23096f2fd92d0444820543ab9675 # timeout=10 [2020-04-02T22:04:01.520Z] Commit message: "Use containerd dist libs for plugin pull/pull" [2020-04-02T22:04:01.529Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-04-02T22:04:02.292Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39946:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2020-04-02T22:04:01.519Z] > git rev-list --no-walk cc220762e2292a76e1990c50011794bdabcdb0ae # timeout=10 [2020-04-02T22:04:04.813Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [2020-04-02T22:04:05.603Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0bbb41407f2a5aed4) in /home/ubuntu/workspace/moby_PR-39946 [2020-04-02T22:04:05.605Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-053e71e1290d98d32) in /home/ubuntu/workspace/moby_PR-39946 [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [2020-04-02T22:04:05.617Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0f051cd750cfd285e) in /home/ubuntu/workspace/moby_PR-39946 [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2020-04-02T22:04:05.621Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0a16bf0f5ecf06273) in /home/ubuntu/workspace/moby_PR-39946 Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [2020-04-02T22:04:05.648Z] Running on s390x-ubuntu-16 in /home/jenkins/workspace/moby_PR-39946 [2020-04-02T22:04:05.655Z] Running on ppc64le-ubuntu-24 in /home/docker/workspace/moby_PR-39946 [Pipeline] checkout [Pipeline] checkout [Pipeline] { [2020-04-02T22:04:05.668Z] using credential docker-jenkins-github-credentials [2020-04-02T22:04:05.677Z] using credential docker-jenkins-github-credentials [2020-04-02T22:04:05.678Z] Cloning the remote Git repository [2020-04-02T22:04:05.678Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [2020-04-02T22:04:05.690Z] Fetching changes from the remote Git repository [Pipeline] // stage [Pipeline] { [2020-04-02T22:04:05.703Z] Fetching without tags [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] checkout [Pipeline] { [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] checkout [2020-04-02T22:04:05.766Z] using credential docker-jenkins-github-credentials Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [2020-04-02T22:04:05.775Z] Cloning the remote Git repository [2020-04-02T22:04:05.775Z] Cloning with configured refspecs honoured and without tags [2020-04-02T22:04:05.781Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2020-04-02T22:04:05.791Z] Cloning the remote Git repository [2020-04-02T22:04:05.791Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] // stage [Pipeline] // stage [2020-04-02T22:04:05.838Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [2020-04-02T22:04:05.857Z] Cloning the remote Git repository [2020-04-02T22:04:05.857Z] Cloning with configured refspecs honoured and without tags [Pipeline] } [2020-04-02T22:04:05.870Z] using credential docker-jenkins-github-credentials Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-04-02T22:04:05.889Z] Cloning the remote Git repository [2020-04-02T22:04:05.889Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [2020-04-02T22:04:05.894Z] Cloning repository https://github.com/moby/moby.git [2020-04-02T22:04:05.895Z] > git init /home/docker/workspace/moby_PR-39946 # timeout=10 [2020-04-02T22:04:05.908Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-02T22:04:05.909Z] > git --version # timeout=10 [2020-04-02T22:04:05.912Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-02T22:04:05.913Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39946/head:refs/remotes/origin/PR-39946 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-02T22:04:05.961Z] Merging remotes/origin/master commit af0415257efa288d9444de46ba2b45868c7c1a54 into PR head commit d7ba1f85ef8f23096f2fd92d0444820543ab9675 [Pipeline] } [Pipeline] } [2020-04-02T22:04:06.264Z] Merge succeeded, producing d7ba1f85ef8f23096f2fd92d0444820543ab9675 [2020-04-02T22:04:06.264Z] Checking out Revision d7ba1f85ef8f23096f2fd92d0444820543ab9675 (PR-39946) [2020-04-02T22:04:05.679Z] Cloning repository https://github.com/moby/moby.git [2020-04-02T22:04:05.680Z] > git init /home/ubuntu/workspace/moby_PR-39946 # timeout=10 [2020-04-02T22:04:05.694Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-02T22:04:05.694Z] > git --version # timeout=10 [2020-04-02T22:04:05.711Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-02T22:04:05.712Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39946/head:refs/remotes/origin/PR-39946 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-02T22:04:06.316Z] Commit message: "Use containerd dist libs for plugin pull/pull" [2020-04-02T22:04:05.681Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-04-02T22:04:05.689Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-02T22:04:05.702Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-02T22:04:05.703Z] > git --version # timeout=10 [2020-04-02T22:04:05.706Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-02T22:04:05.707Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39946/head:refs/remotes/origin/PR-39946 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-02T22:04:05.960Z] > git config core.sparsecheckout # timeout=10 [2020-04-02T22:04:05.976Z] > git checkout -f d7ba1f85ef8f23096f2fd92d0444820543ab9675 # timeout=10 [2020-04-02T22:04:06.250Z] > git merge af0415257efa288d9444de46ba2b45868c7c1a54 # timeout=10 [2020-04-02T22:04:06.258Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-02T22:04:06.263Z] > git config core.sparsecheckout # timeout=10 [2020-04-02T22:04:06.267Z] > git checkout -f d7ba1f85ef8f23096f2fd92d0444820543ab9675 # timeout=10 [2020-04-02T22:04:05.768Z] Cloning repository https://github.com/moby/moby.git [2020-04-02T22:04:05.769Z] > git init /home/ubuntu/workspace/moby_PR-39946 # timeout=10 [2020-04-02T22:04:05.784Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-02T22:04:05.784Z] > git --version # timeout=10 [2020-04-02T22:04:05.788Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-02T22:04:05.789Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39946/head:refs/remotes/origin/PR-39946 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-02T22:04:05.794Z] Cloning repository https://github.com/moby/moby.git [2020-04-02T22:04:05.794Z] > git init /home/ubuntu/workspace/moby_PR-39946 # timeout=10 [2020-04-02T22:04:05.801Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-02T22:04:05.801Z] > git --version # timeout=10 [2020-04-02T22:04:05.808Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-02T22:04:05.809Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39946/head:refs/remotes/origin/PR-39946 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [2020-04-02T22:04:05.861Z] Cloning repository https://github.com/moby/moby.git [2020-04-02T22:04:05.861Z] > git init /home/jenkins/workspace/moby_PR-39946 # timeout=10 [2020-04-02T22:04:05.864Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-02T22:04:05.864Z] > git --version # timeout=10 [2020-04-02T22:04:05.865Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-02T22:04:05.865Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39946/head:refs/remotes/origin/PR-39946 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-04-02T22:04:07.110Z] + docker version [2020-04-02T22:04:07.110Z] Client: Docker Engine - Community [2020-04-02T22:04:07.110Z] Version: 19.03.5 [2020-04-02T22:04:07.110Z] API version: 1.40 [2020-04-02T22:04:07.110Z] Go version: go1.12.12 [2020-04-02T22:04:07.110Z] Git commit: 633a0ea838 [2020-04-02T22:04:07.110Z] Built: Wed Nov 13 07:29:52 2019 [2020-04-02T22:04:07.110Z] OS/Arch: linux/amd64 [2020-04-02T22:04:07.110Z] Experimental: false [2020-04-02T22:04:07.110Z] [2020-04-02T22:04:07.110Z] Server: Docker Engine - Community [2020-04-02T22:04:07.110Z] Engine: [2020-04-02T22:04:07.110Z] Version: 19.03.5 [2020-04-02T22:04:07.110Z] API version: 1.40 (minimum version 1.12) [2020-04-02T22:04:07.110Z] Go version: go1.12.12 [2020-04-02T22:04:07.110Z] Git commit: 633a0ea838 [2020-04-02T22:04:07.110Z] Built: Wed Nov 13 07:28:22 2019 [2020-04-02T22:04:07.110Z] OS/Arch: linux/amd64 [2020-04-02T22:04:07.110Z] Experimental: true [2020-04-02T22:04:07.110Z] containerd: [2020-04-02T22:04:07.110Z] Version: 1.2.10 [2020-04-02T22:04:07.110Z] GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-04-02T22:04:07.110Z] runc: [2020-04-02T22:04:07.110Z] Version: 1.0.0-rc8+dev [2020-04-02T22:04:07.110Z] GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-04-02T22:04:07.110Z] docker-init: [2020-04-02T22:04:07.110Z] Version: 0.18.0 [2020-04-02T22:04:07.110Z] GitCommit: fec3683 [Pipeline] sh [2020-04-02T22:04:07.388Z] + docker info [2020-04-02T22:04:07.388Z] Client: [2020-04-02T22:04:07.388Z] Debug Mode: false [2020-04-02T22:04:07.388Z] [2020-04-02T22:04:07.388Z] Server: [2020-04-02T22:04:07.388Z] Containers: 0 [2020-04-02T22:04:07.388Z] Running: 0 [2020-04-02T22:04:07.388Z] Paused: 0 [2020-04-02T22:04:07.388Z] Stopped: 0 [2020-04-02T22:04:07.388Z] Images: 3 [2020-04-02T22:04:07.388Z] Server Version: 19.03.5 [2020-04-02T22:04:07.388Z] Storage Driver: overlay2 [2020-04-02T22:04:07.388Z] Backing Filesystem: extfs [2020-04-02T22:04:07.388Z] Supports d_type: true [2020-04-02T22:04:07.388Z] Native Overlay Diff: true [2020-04-02T22:04:07.388Z] Logging Driver: json-file [2020-04-02T22:04:07.388Z] Cgroup Driver: cgroupfs [2020-04-02T22:04:07.388Z] Plugins: [2020-04-02T22:04:07.388Z] Volume: local [2020-04-02T22:04:07.388Z] Network: bridge host ipvlan macvlan null overlay [2020-04-02T22:04:07.388Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-04-02T22:04:07.388Z] Swarm: inactive [2020-04-02T22:04:07.388Z] Runtimes: runc [2020-04-02T22:04:07.388Z] Default Runtime: runc [2020-04-02T22:04:07.388Z] Init Binary: docker-init [2020-04-02T22:04:07.388Z] containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-04-02T22:04:07.388Z] runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-04-02T22:04:07.388Z] init version: fec3683 [2020-04-02T22:04:07.388Z] Security Options: [2020-04-02T22:04:07.388Z] apparmor [2020-04-02T22:04:07.388Z] seccomp [2020-04-02T22:04:07.388Z] Profile: default [2020-04-02T22:04:07.388Z] Kernel Version: 4.15.0-1058-aws [2020-04-02T22:04:07.388Z] Operating System: Ubuntu 18.04.4 LTS [2020-04-02T22:04:07.388Z] OSType: linux [2020-04-02T22:04:07.388Z] Architecture: x86_64 [2020-04-02T22:04:07.388Z] CPUs: 2 [2020-04-02T22:04:07.388Z] Total Memory: 7.501GiB [2020-04-02T22:04:07.388Z] Name: ip-10-100-124-80 [2020-04-02T22:04:07.388Z] ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32 [2020-04-02T22:04:07.388Z] Docker Root Dir: /var/lib/docker [2020-04-02T22:04:07.388Z] Debug Mode: false [2020-04-02T22:04:07.388Z] Registry: https://index.docker.io/v1/ [2020-04-02T22:04:07.388Z] Labels: [2020-04-02T22:04:07.388Z] Experimental: true [2020-04-02T22:04:07.388Z] Insecure Registries: [2020-04-02T22:04:07.388Z] 127.0.0.0/8 [2020-04-02T22:04:07.388Z] Live Restore Enabled: true [2020-04-02T22:04:07.388Z] [2020-04-02T22:04:07.388Z] WARNING: No swap limit support [Pipeline] sh [2020-04-02T22:04:07.666Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-04-02T22:04:07.666Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-04-02T22:04:07.666Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39946/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-04-02T22:04:07.666Z] + bash /home/ubuntu/workspace/moby_PR-39946/check-config.sh [2020-04-02T22:04:07.924Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-04-02T22:04:07.924Z] info: reading kernel config from /boot/config-4.15.0-1058-aws ... [2020-04-02T22:04:07.924Z] [2020-04-02T22:04:07.924Z] Generally Necessary: [2020-04-02T22:04:07.924Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-04-02T22:04:07.924Z] - apparmor: enabled and tools installed [2020-04-02T22:04:07.924Z] - CONFIG_NAMESPACES: enabled [2020-04-02T22:04:07.924Z] - CONFIG_NET_NS: enabled [2020-04-02T22:04:07.924Z] - CONFIG_PID_NS: enabled [2020-04-02T22:04:07.924Z] - CONFIG_IPC_NS: enabled [2020-04-02T22:04:07.924Z] - CONFIG_UTS_NS: enabled [2020-04-02T22:04:07.924Z] - CONFIG_CGROUPS: enabled [2020-04-02T22:04:07.924Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-04-02T22:04:07.924Z] - CONFIG_CGROUP_DEVICE: enabled [2020-04-02T22:04:07.924Z] - CONFIG_CGROUP_FREEZER: enabled [2020-04-02T22:04:07.924Z] - CONFIG_CGROUP_SCHED: enabled [2020-04-02T22:04:07.924Z] - CONFIG_CPUSETS: enabled [2020-04-02T22:04:07.924Z] - CONFIG_MEMCG: enabled [2020-04-02T22:04:07.924Z] - CONFIG_KEYS: enabled [2020-04-02T22:04:07.924Z] - CONFIG_VETH: enabled (as module) [2020-04-02T22:04:07.924Z] - CONFIG_BRIDGE: enabled (as module) [2020-04-02T22:04:07.924Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-04-02T22:04:07.924Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-04-02T22:04:07.924Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-04-02T22:04:07.924Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-04-02T22:04:07.924Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-04-02T22:04:07.924Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-04-02T22:04:07.924Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-04-02T22:04:07.924Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-04-02T22:04:07.924Z] - CONFIG_NF_NAT: enabled (as module) [2020-04-02T22:04:07.924Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-04-02T22:04:07.924Z] - CONFIG_POSIX_MQUEUE: enabled [2020-04-02T22:04:07.924Z] [2020-04-02T22:04:07.924Z] Optional Features: [2020-04-02T22:04:07.924Z] - CONFIG_USER_NS: enabled [2020-04-02T22:04:07.924Z] - CONFIG_SECCOMP: enabled [2020-04-02T22:04:07.924Z] - CONFIG_CGROUP_PIDS: enabled [2020-04-02T22:04:07.924Z] - CONFIG_MEMCG_SWAP: enabled [2020-04-02T22:04:07.924Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-04-02T22:04:07.924Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-04-02T22:04:07.924Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2020-04-02T22:04:07.924Z] - CONFIG_BLK_CGROUP: enabled [2020-04-02T22:04:07.924Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-04-02T22:04:07.924Z] - CONFIG_IOSCHED_CFQ: enabled [2020-04-02T22:04:07.924Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-04-02T22:04:07.924Z] - CONFIG_CGROUP_PERF: enabled [2020-04-02T22:04:07.924Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-04-02T22:04:07.924Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-04-02T22:04:07.924Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-04-02T22:04:07.924Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-04-02T22:04:07.924Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-04-02T22:04:07.924Z] - CONFIG_RT_GROUP_SCHED: missing [2020-04-02T22:04:07.924Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-04-02T22:04:07.924Z] - CONFIG_IP_VS: enabled (as module) [2020-04-02T22:04:07.924Z] - CONFIG_IP_VS_NFCT: enabled [2020-04-02T22:04:07.924Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-04-02T22:04:07.924Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-04-02T22:04:07.924Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-04-02T22:04:07.924Z] - CONFIG_EXT4_FS: enabled [2020-04-02T22:04:07.924Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-04-02T22:04:08.181Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-04-02T22:04:08.181Z] - Network Drivers: [2020-04-02T22:04:08.181Z] - "overlay": [2020-04-02T22:04:08.181Z] - CONFIG_VXLAN: enabled (as module) [2020-04-02T22:04:08.181Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-04-02T22:04:08.181Z] Optional (for encrypted networks): [2020-04-02T22:04:08.181Z] - CONFIG_CRYPTO: enabled [2020-04-02T22:04:08.181Z] - CONFIG_CRYPTO_AEAD: enabled [2020-04-02T22:04:08.181Z] - CONFIG_CRYPTO_GCM: enabled [2020-04-02T22:04:08.181Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-04-02T22:04:08.181Z] - CONFIG_CRYPTO_GHASH: enabled [2020-04-02T22:04:08.181Z] - CONFIG_XFRM: enabled [2020-04-02T22:04:08.181Z] - CONFIG_XFRM_USER: enabled (as module) [2020-04-02T22:04:08.181Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-04-02T22:04:08.181Z] - CONFIG_INET_ESP: enabled (as module) [2020-04-02T22:04:08.181Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-04-02T22:04:08.181Z] - "ipvlan": [2020-04-02T22:04:08.181Z] - CONFIG_IPVLAN: enabled (as module) [2020-04-02T22:04:08.181Z] - "macvlan": [2020-04-02T22:04:08.181Z] - CONFIG_MACVLAN: enabled (as module) [2020-04-02T22:04:08.181Z] - CONFIG_DUMMY: enabled (as module) [2020-04-02T22:04:08.181Z] - "ftp,tftp client in container": [2020-04-02T22:04:08.181Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-04-02T22:04:08.181Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-04-02T22:04:08.181Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-04-02T22:04:08.181Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-04-02T22:04:08.181Z] - Storage Drivers: [2020-04-02T22:04:08.181Z] - "aufs": [2020-04-02T22:04:08.181Z] - CONFIG_AUFS_FS: enabled (as module) [2020-04-02T22:04:08.181Z] - "btrfs": [2020-04-02T22:04:08.181Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-04-02T22:04:08.181Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-04-02T22:04:08.181Z] - "devicemapper": [2020-04-02T22:04:08.181Z] - CONFIG_BLK_DEV_DM: enabled [2020-04-02T22:04:08.181Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-04-02T22:04:08.181Z] - "overlay": [2020-04-02T22:04:08.181Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-04-02T22:04:08.181Z] - "zfs": [2020-04-02T22:04:08.181Z] - /dev/zfs: missing [2020-04-02T22:04:08.181Z] - zfs command: missing [2020-04-02T22:04:08.181Z] - zpool command: missing [2020-04-02T22:04:08.181Z] [2020-04-02T22:04:08.181Z] Limits: [2020-04-02T22:04:08.181Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-04-02T22:04:08.181Z] [2020-04-02T22:04:08.181Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-04-02T22:04:08.512Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:d7ba1f85ef8f23096f2fd92d0444820543ab9675 . [2020-04-02T22:04:08.512Z] #2 [internal] load .dockerignore [2020-04-02T22:04:08.512Z] #2 transferring context: 87B done [2020-04-02T22:04:08.512Z] #2 DONE 0.0s [2020-04-02T22:04:08.512Z] [2020-04-02T22:04:08.512Z] #1 [internal] load build definition from Dockerfile [2020-04-02T22:04:08.512Z] #1 transferring dockerfile: 17.06kB done [2020-04-02T22:04:08.512Z] #1 DONE 0.0s [2020-04-02T22:04:08.512Z] [2020-04-02T22:04:08.512Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-04-02T22:04:08.649Z] Running on azwin-2-356c60 in d:\jenkins\workspace\moby_PR-39946 [Pipeline] { [Pipeline] ws [2020-04-02T22:04:08.667Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2020-04-02T22:04:08.770Z] #3 DONE 0.1s [2020-04-02T22:04:08.770Z] [2020-04-02T22:04:08.770Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-04-02T22:04:08.770Z] #4 CACHED [2020-04-02T22:04:08.984Z] using credential docker-jenkins-github-credentials [2020-04-02T22:04:09.057Z] Cloning the remote Git repository [2020-04-02T22:04:09.057Z] Cloning with configured refspecs honoured and without tags [2020-04-02T22:04:09.334Z] [2020-04-02T22:04:09.334Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-04-02T22:04:09.334Z] #6 DONE 0.1s [2020-04-02T22:04:09.334Z] [2020-04-02T22:04:09.334Z] #5 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-04-02T22:04:09.334Z] #5 DONE 0.1s [2020-04-02T22:04:09.334Z] [2020-04-02T22:04:09.334Z] #71 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-04-02T22:04:09.334Z] #71 DONE 0.0s [2020-04-02T22:04:09.334Z] [2020-04-02T22:04:09.334Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:1da34145a7... [2020-04-02T22:04:09.334Z] #7 DONE 0.0s [2020-04-02T22:04:09.334Z] [2020-04-02T22:04:09.334Z] #20 [internal] load build context [2020-04-02T22:04:09.091Z] Cloning repository https://github.com/moby/moby.git [2020-04-02T22:04:09.092Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-04-02T22:04:09.172Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-02T22:04:09.172Z] > git --version # timeout=10 [2020-04-02T22:04:09.236Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-02T22:04:09.237Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/39946/head:refs/remotes/origin/PR-39946 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-02T22:04:10.716Z] #20 transferring context: 50.12MB 1.2s done [2020-04-02T22:04:10.716Z] #20 DONE 1.3s [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #48 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-04-02T22:04:10.716Z] #48 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #59 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-04-02T22:04:10.716Z] #59 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-04-02T22:04:10.716Z] #49 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.b... [2020-04-02T22:04:10.716Z] #13 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-04-02T22:04:10.716Z] #28 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-04-02T22:04:10.716Z] #22 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-04-02T22:04:10.716Z] #46 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:04:10.716Z] #56 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #67 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-04-02T22:04:10.716Z] #67 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-04-02T22:04:10.716Z] #9 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-04-02T22:04:10.716Z] #39 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #70 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-04-02T22:04:10.716Z] #70 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-04-02T22:04:10.716Z] #25 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-04-02T22:04:10.716Z] #11 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-04-02T22:04:10.716Z] #10 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-04-02T22:04:10.716Z] #40 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-04-02T22:04:10.716Z] #52 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:04:10.716Z] #44 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:04:10.716Z] #33 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-04-02T22:04:10.716Z] #34 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivil... [2020-04-02T22:04:10.716Z] #12 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #57 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-04-02T22:04:10.716Z] #57 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-04-02T22:04:10.716Z] #8 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-04-02T22:04:10.716Z] #41 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-04-02T22:04:10.716Z] #69 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sb... [2020-04-02T22:04:10.716Z] #18 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-04-02T22:04:10.716Z] #30 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:10.716Z] #23 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #75 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-04-02T22:04:10.716Z] #75 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /et... [2020-04-02T22:04:10.716Z] #15 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-04-02T22:04:10.716Z] #29 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:04:10.716Z] #60 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:04:10.716Z] #36 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:04:10.716Z] #47 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-04-02T22:04:10.716Z] #62 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-04-02T22:04:10.716Z] #45 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-04-02T22:04:10.716Z] #26 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #72 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-04-02T22:04:10.716Z] #72 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bas... [2020-04-02T22:04:10.716Z] #14 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:10.716Z] #65 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-04-02T22:04:10.716Z] #42 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #54 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-04-02T22:04:10.716Z] #54 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #66 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-04-02T22:04:10.716Z] #66 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #58 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:04:10.716Z] #58 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-04-02T22:04:10.716Z] #17 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:10.716Z] #53 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:04:10.716Z] #21 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:04:10.716Z] #38 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-04-02T22:04:10.716Z] #31 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:10.716Z] #68 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-04-02T22:04:10.716Z] #43 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-04-02T22:04:10.716Z] #27 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #51 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-04-02T22:04:10.716Z] #51 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-04-02T22:04:10.716Z] #35 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-04-02T22:04:10.716Z] #37 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-04-02T22:04:10.716Z] #19 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #61 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-04-02T22:04:10.716Z] #61 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-04-02T22:04:10.716Z] #32 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-04-02T22:04:10.716Z] #24 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #55 [shfmt 2/3] COPY hack/dockerfile/install/shfmt.installer ./ [2020-04-02T22:04:10.716Z] #55 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:10.716Z] #50 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #64 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-04-02T22:04:10.716Z] #64 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:04:10.716Z] #74 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #63 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:04:10.716Z] #63 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #73 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-04-02T22:04:10.716Z] #73 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-04-02T22:04:10.716Z] #16 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-04-02T22:04:10.716Z] #76 CACHED [2020-04-02T22:04:10.716Z] [2020-04-02T22:04:10.716Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-04-02T22:04:11.646Z] #77 DONE 1.0s [2020-04-02T22:04:11.646Z] [2020-04-02T22:04:11.646Z] #78 exporting to image [2020-04-02T22:04:11.646Z] #78 exporting layers [2020-04-02T22:04:12.578Z] #78 exporting layers 0.9s done [2020-04-02T22:04:12.578Z] #78 writing image sha256:e5ffd0bb85d3d223afa18718530072112655de72e241c7a15a4b9d584289110d done [2020-04-02T22:04:12.578Z] #78 naming to docker.io/library/docker:d7ba1f85ef8f23096f2fd92d0444820543ab9675 done [2020-04-02T22:04:12.578Z] #78 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-04-02T22:04:12.927Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39946/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr22 -e DOCKER_GITCOMMIT=d7ba1f85ef8f23096f2fd92d0444820543ab9675 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_ROOTLESS -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d7ba1f85ef8f23096f2fd92d0444820543ab9675 hack/make.sh dynbinary test-integration [2020-04-02T22:04:13.491Z] [2020-04-02T22:04:13.491Z] Removing bundles/ [2020-04-02T22:04:13.491Z] [2020-04-02T22:04:13.491Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-04-02T22:04:13.491Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-04-02T22:04:13.491Z] GOOS="" GOARCH="" GOARM="" [2020-04-02T22:04:14.777Z] Fetching without tags [2020-04-02T22:04:15.051Z] Merging remotes/origin/master commit af0415257efa288d9444de46ba2b45868c7c1a54 into PR head commit d7ba1f85ef8f23096f2fd92d0444820543ab9675 [2020-04-02T22:04:14.749Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-02T22:04:14.754Z] > git config --add remote.origin.fetch +refs/pull/39946/head:refs/remotes/origin/PR-39946 # timeout=10 [2020-04-02T22:04:14.755Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-02T22:04:14.768Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-02T22:04:14.780Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-02T22:04:14.780Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-02T22:04:14.781Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39946/head:refs/remotes/origin/PR-39946 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-02T22:04:15.055Z] > git config core.sparsecheckout # timeout=10 [2020-04-02T22:04:15.056Z] > git checkout -f d7ba1f85ef8f23096f2fd92d0444820543ab9675 # timeout=10 [2020-04-02T22:04:15.507Z] Merge succeeded, producing d7ba1f85ef8f23096f2fd92d0444820543ab9675 [2020-04-02T22:04:15.507Z] Checking out Revision d7ba1f85ef8f23096f2fd92d0444820543ab9675 (PR-39946) [2020-04-02T22:04:15.982Z] Commit message: "Use containerd dist libs for plugin pull/pull" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-04-02T22:04:16.786Z] + docker version [2020-04-02T22:04:16.786Z] Client: Docker Engine - Community [2020-04-02T22:04:16.786Z] Version: 19.03.7 [2020-04-02T22:04:16.786Z] API version: 1.40 [2020-04-02T22:04:16.786Z] Go version: go1.12.17 [2020-04-02T22:04:16.786Z] Git commit: 7141c199a2 [2020-04-02T22:04:16.786Z] Built: Sat Mar 7 16:48:47 2020 [2020-04-02T22:04:16.786Z] OS/Arch: linux/s390x [2020-04-02T22:04:16.786Z] Experimental: false [2020-04-02T22:04:16.786Z] [2020-04-02T22:04:16.786Z] Server: Docker Engine - Community [2020-04-02T22:04:16.786Z] Engine: [2020-04-02T22:04:16.786Z] Version: 19.03.7 [2020-04-02T22:04:16.786Z] API version: 1.40 (minimum version 1.12) [2020-04-02T22:04:16.786Z] Go version: go1.12.17 [2020-04-02T22:04:16.786Z] Git commit: 7141c199a2 [2020-04-02T22:04:16.786Z] Built: Sat Mar 7 16:47:46 2020 [2020-04-02T22:04:16.786Z] OS/Arch: linux/s390x [2020-04-02T22:04:16.786Z] Experimental: true [2020-04-02T22:04:16.786Z] containerd: [2020-04-02T22:04:16.786Z] Version: 1.2.13 [2020-04-02T22:04:16.786Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-04-02T22:04:16.786Z] runc: [2020-04-02T22:04:16.786Z] Version: 1.0.0-rc10 [2020-04-02T22:04:16.786Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-04-02T22:04:16.786Z] docker-init: [2020-04-02T22:04:16.786Z] Version: 0.18.0 [2020-04-02T22:04:16.786Z] GitCommit: fec3683 [Pipeline] sh [2020-04-02T22:04:15.484Z] > git merge af0415257efa288d9444de46ba2b45868c7c1a54 # timeout=10 [2020-04-02T22:04:15.497Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-02T22:04:15.510Z] > git config core.sparsecheckout # timeout=10 [2020-04-02T22:04:15.515Z] > git checkout -f d7ba1f85ef8f23096f2fd92d0444820543ab9675 # timeout=10 [2020-04-02T22:04:17.155Z] + docker info [2020-04-02T22:04:17.155Z] Client: [2020-04-02T22:04:17.155Z] Debug Mode: false [2020-04-02T22:04:17.155Z] [2020-04-02T22:04:17.155Z] Server: [2020-04-02T22:04:17.155Z] Containers: 0 [2020-04-02T22:04:17.155Z] Running: 0 [2020-04-02T22:04:17.155Z] Paused: 0 [2020-04-02T22:04:17.155Z] Stopped: 0 [2020-04-02T22:04:17.155Z] Images: 2 [2020-04-02T22:04:17.155Z] Server Version: 19.03.7 [2020-04-02T22:04:17.155Z] Storage Driver: overlay2 [2020-04-02T22:04:17.155Z] Backing Filesystem: [2020-04-02T22:04:17.155Z] Supports d_type: true [2020-04-02T22:04:17.155Z] Native Overlay Diff: true [2020-04-02T22:04:17.155Z] Logging Driver: json-file [2020-04-02T22:04:17.155Z] Cgroup Driver: cgroupfs [2020-04-02T22:04:17.155Z] Plugins: [2020-04-02T22:04:17.155Z] Volume: local [2020-04-02T22:04:17.155Z] Network: bridge host ipvlan macvlan null overlay [2020-04-02T22:04:17.155Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-04-02T22:04:17.155Z] Swarm: inactive [2020-04-02T22:04:17.155Z] Runtimes: runc [2020-04-02T22:04:17.155Z] Default Runtime: runc [2020-04-02T22:04:17.155Z] Init Binary: docker-init [2020-04-02T22:04:17.155Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-04-02T22:04:17.155Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-04-02T22:04:17.155Z] init version: fec3683 [2020-04-02T22:04:17.155Z] Security Options: [2020-04-02T22:04:17.155Z] apparmor [2020-04-02T22:04:17.155Z] seccomp [2020-04-02T22:04:17.155Z] Profile: default [2020-04-02T22:04:17.155Z] Kernel Version: 4.15.0-88-generic [2020-04-02T22:04:17.155Z] Operating System: Ubuntu 18.04.4 LTS [2020-04-02T22:04:17.155Z] OSType: linux [2020-04-02T22:04:17.155Z] Architecture: s390x [2020-04-02T22:04:17.155Z] CPUs: 2 [2020-04-02T22:04:17.155Z] Total Memory: 7.861GiB [2020-04-02T22:04:17.155Z] Name: s390x-ubuntu-16 [2020-04-02T22:04:17.155Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-04-02T22:04:17.155Z] Docker Root Dir: /var/lib/docker [2020-04-02T22:04:17.155Z] Debug Mode: false [2020-04-02T22:04:17.155Z] Username: dockerbuildbot [2020-04-02T22:04:17.155Z] Registry: https://index.docker.io/v1/ [2020-04-02T22:04:17.155Z] Labels: [2020-04-02T22:04:17.155Z] Experimental: true [2020-04-02T22:04:17.155Z] Insecure Registries: [2020-04-02T22:04:17.155Z] 127.0.0.0/8 [2020-04-02T22:04:17.155Z] Live Restore Enabled: false [2020-04-02T22:04:17.155Z] [2020-04-02T22:04:17.155Z] WARNING: No swap limit support [Pipeline] sh [2020-04-02T22:04:17.525Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-04-02T22:04:17.525Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-04-02T22:04:17.525Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-39946/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-04-02T22:04:17.525Z] + bash /home/jenkins/workspace/moby_PR-39946/check-config.sh [2020-04-02T22:04:17.525Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-04-02T22:04:17.525Z] info: reading kernel config from /boot/config-4.15.0-88-generic ... [2020-04-02T22:04:17.525Z] [2020-04-02T22:04:17.525Z] Generally Necessary: [2020-04-02T22:04:17.525Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-04-02T22:04:17.525Z] - apparmor: enabled and tools installed [2020-04-02T22:04:17.525Z] - CONFIG_NAMESPACES: enabled [2020-04-02T22:04:17.525Z] - CONFIG_NET_NS: enabled [2020-04-02T22:04:17.525Z] - CONFIG_PID_NS: enabled [2020-04-02T22:04:17.525Z] - CONFIG_IPC_NS: enabled [2020-04-02T22:04:17.525Z] - CONFIG_UTS_NS: enabled [2020-04-02T22:04:17.525Z] - CONFIG_CGROUPS: enabled [2020-04-02T22:04:17.525Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-04-02T22:04:17.525Z] - CONFIG_CGROUP_DEVICE: enabled [2020-04-02T22:04:17.525Z] - CONFIG_CGROUP_FREEZER: enabled [2020-04-02T22:04:17.525Z] - CONFIG_CGROUP_SCHED: enabled [2020-04-02T22:04:17.525Z] - CONFIG_CPUSETS: enabled [2020-04-02T22:04:17.525Z] - CONFIG_MEMCG: enabled [2020-04-02T22:04:17.525Z] - CONFIG_KEYS: enabled [2020-04-02T22:04:17.525Z] - CONFIG_VETH: enabled (as module) [2020-04-02T22:04:17.525Z] - CONFIG_BRIDGE: enabled (as module) [2020-04-02T22:04:17.525Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-04-02T22:04:17.525Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-04-02T22:04:17.525Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-04-02T22:04:17.525Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-04-02T22:04:17.525Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-04-02T22:04:17.525Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-04-02T22:04:17.525Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-04-02T22:04:17.525Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-04-02T22:04:17.525Z] - CONFIG_NF_NAT: enabled (as module) [2020-04-02T22:04:17.525Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-04-02T22:04:17.525Z] - CONFIG_POSIX_MQUEUE: enabled [2020-04-02T22:04:17.525Z] [2020-04-02T22:04:17.525Z] Optional Features: [2020-04-02T22:04:17.525Z] - CONFIG_USER_NS: enabled [2020-04-02T22:04:17.525Z] - CONFIG_SECCOMP: enabled [2020-04-02T22:04:17.525Z] - CONFIG_CGROUP_PIDS: enabled [2020-04-02T22:04:17.525Z] - CONFIG_MEMCG_SWAP: enabled [2020-04-02T22:04:17.525Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-04-02T22:04:17.525Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-04-02T22:04:17.525Z] - CONFIG_BLK_CGROUP: enabled [2020-04-02T22:04:17.525Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-04-02T22:04:17.525Z] - CONFIG_IOSCHED_CFQ: enabled [2020-04-02T22:04:17.525Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-04-02T22:04:17.525Z] - CONFIG_CGROUP_PERF: enabled [2020-04-02T22:04:17.525Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-04-02T22:04:17.525Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-04-02T22:04:17.525Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-04-02T22:04:17.525Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-04-02T22:04:17.525Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-04-02T22:04:17.525Z] - CONFIG_RT_GROUP_SCHED: missing [2020-04-02T22:04:17.525Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-04-02T22:04:17.525Z] - CONFIG_IP_VS: enabled (as module) [2020-04-02T22:04:17.525Z] - CONFIG_IP_VS_NFCT: enabled [2020-04-02T22:04:17.525Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-04-02T22:04:17.525Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-04-02T22:04:17.525Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-04-02T22:04:17.525Z] - CONFIG_EXT4_FS: enabled [2020-04-02T22:04:17.525Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-04-02T22:04:17.525Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-04-02T22:04:17.808Z] - Network Drivers: [2020-04-02T22:04:17.808Z] - "overlay": [2020-04-02T22:04:17.808Z] - CONFIG_VXLAN: enabled (as module) [2020-04-02T22:04:17.808Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-04-02T22:04:17.808Z] Optional (for encrypted networks): [2020-04-02T22:04:17.808Z] - CONFIG_CRYPTO: enabled [2020-04-02T22:04:17.808Z] - CONFIG_CRYPTO_AEAD: enabled [2020-04-02T22:04:17.808Z] - CONFIG_CRYPTO_GCM: enabled [2020-04-02T22:04:17.808Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-04-02T22:04:17.808Z] - CONFIG_CRYPTO_GHASH: enabled [2020-04-02T22:04:17.808Z] - CONFIG_XFRM: enabled [2020-04-02T22:04:17.808Z] - CONFIG_XFRM_USER: enabled (as module) [2020-04-02T22:04:17.808Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-04-02T22:04:17.808Z] - CONFIG_INET_ESP: enabled (as module) [2020-04-02T22:04:17.808Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-04-02T22:04:17.808Z] - "ipvlan": [2020-04-02T22:04:17.808Z] - CONFIG_IPVLAN: enabled (as module) [2020-04-02T22:04:17.808Z] - "macvlan": [2020-04-02T22:04:17.808Z] - CONFIG_MACVLAN: enabled (as module) [2020-04-02T22:04:17.808Z] - CONFIG_DUMMY: enabled (as module) [2020-04-02T22:04:17.808Z] - "ftp,tftp client in container": [2020-04-02T22:04:17.808Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-04-02T22:04:17.808Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-04-02T22:04:17.808Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-04-02T22:04:17.808Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-04-02T22:04:17.808Z] - Storage Drivers: [2020-04-02T22:04:17.808Z] - "aufs": [2020-04-02T22:04:17.808Z] - CONFIG_AUFS_FS: enabled (as module) [2020-04-02T22:04:17.808Z] - "btrfs": [2020-04-02T22:04:17.808Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-04-02T22:04:17.808Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-04-02T22:04:17.808Z] - "devicemapper": [2020-04-02T22:04:17.808Z] - CONFIG_BLK_DEV_DM: enabled [2020-04-02T22:04:17.808Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-04-02T22:04:17.808Z] - "overlay": [2020-04-02T22:04:17.808Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-04-02T22:04:17.808Z] - "zfs": [2020-04-02T22:04:17.808Z] - /dev/zfs: missing [2020-04-02T22:04:17.808Z] - zfs command: missing [2020-04-02T22:04:17.808Z] - zpool command: missing [2020-04-02T22:04:17.808Z] [2020-04-02T22:04:17.808Z] Limits: [2020-04-02T22:04:17.808Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-04-02T22:04:17.808Z] [2020-04-02T22:04:17.808Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-04-02T22:04:18.266Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:d7ba1f85ef8f23096f2fd92d0444820543ab9675 . [2020-04-02T22:04:18.266Z] #2 [internal] load build definition from Dockerfile [2020-04-02T22:04:18.266Z] #2 transferring dockerfile: 17.06kB done [2020-04-02T22:04:18.266Z] #2 DONE 0.0s [2020-04-02T22:04:18.266Z] [2020-04-02T22:04:18.266Z] #1 [internal] load .dockerignore [2020-04-02T22:04:18.266Z] #1 transferring context: 87B done [2020-04-02T22:04:18.266Z] #1 DONE 0.0s [2020-04-02T22:04:18.266Z] [2020-04-02T22:04:18.266Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-04-02T22:04:18.549Z] #3 DONE 0.2s [2020-04-02T22:04:18.549Z] [2020-04-02T22:04:18.549Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-04-02T22:04:18.549Z] #4 CACHED [2020-04-02T22:04:18.724Z] Fetching without tags [2020-04-02T22:04:18.825Z] Fetching without tags [2020-04-02T22:04:19.002Z] Merging remotes/origin/master commit af0415257efa288d9444de46ba2b45868c7c1a54 into PR head commit d7ba1f85ef8f23096f2fd92d0444820543ab9675 [2020-04-02T22:04:19.090Z] Merging remotes/origin/master commit af0415257efa288d9444de46ba2b45868c7c1a54 into PR head commit d7ba1f85ef8f23096f2fd92d0444820543ab9675 [2020-04-02T22:04:19.162Z] [2020-04-02T22:04:19.162Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-04-02T22:04:19.162Z] #6 DONE 0.2s [2020-04-02T22:04:19.162Z] [2020-04-02T22:04:19.162Z] #5 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-04-02T22:04:19.162Z] #5 DONE 0.1s [2020-04-02T22:04:19.162Z] [2020-04-02T22:04:19.162Z] #71 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-04-02T22:04:19.162Z] #71 DONE 0.0s [2020-04-02T22:04:19.162Z] [2020-04-02T22:04:19.162Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:1da34145a7... [2020-04-02T22:04:19.162Z] #7 DONE 0.0s [2020-04-02T22:04:19.162Z] [2020-04-02T22:04:19.162Z] #20 [internal] load build context [2020-04-02T22:04:19.481Z] Merge succeeded, producing d7ba1f85ef8f23096f2fd92d0444820543ab9675 [2020-04-02T22:04:19.481Z] Checking out Revision d7ba1f85ef8f23096f2fd92d0444820543ab9675 (PR-39946) [2020-04-02T22:04:19.582Z] Merge succeeded, producing d7ba1f85ef8f23096f2fd92d0444820543ab9675 [2020-04-02T22:04:19.582Z] Checking out Revision d7ba1f85ef8f23096f2fd92d0444820543ab9675 (PR-39946) [2020-04-02T22:04:19.783Z] #20 transferring context: 50.12MB 0.7s done [2020-04-02T22:04:19.783Z] #20 DONE 0.7s [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-04-02T22:04:19.783Z] #34 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-04-02T22:04:19.783Z] #30 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #59 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-04-02T22:04:19.783Z] #59 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-04-02T22:04:19.783Z] #22 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-04-02T22:04:19.783Z] #16 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #51 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-04-02T22:04:19.783Z] #51 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-04-02T22:04:19.783Z] #46 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #66 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-04-02T22:04:19.783Z] #66 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bas... [2020-04-02T22:04:19.783Z] #14 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:04:19.783Z] #38 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #61 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-04-02T22:04:19.783Z] #61 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #54 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-04-02T22:04:19.783Z] #54 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-04-02T22:04:19.783Z] #8 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-04-02T22:04:19.783Z] #17 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-04-02T22:04:19.783Z] #25 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-04-02T22:04:19.783Z] #43 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #75 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-04-02T22:04:19.783Z] #75 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-04-02T22:04:19.783Z] #52 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-04-02T22:04:19.783Z] #49 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #55 [shfmt 2/3] COPY hack/dockerfile/install/shfmt.installer ./ [2020-04-02T22:04:19.783Z] #55 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-04-02T22:04:19.783Z] #41 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #67 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-04-02T22:04:19.783Z] #67 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-04-02T22:04:19.783Z] #28 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #70 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-04-02T22:04:19.783Z] #70 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-04-02T22:04:19.783Z] #42 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-04-02T22:04:19.783Z] #35 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:19.783Z] #50 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-04-02T22:04:19.783Z] #24 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:04:19.783Z] #33 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:19.783Z] #68 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:19.783Z] #23 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-04-02T22:04:19.783Z] #11 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #57 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-04-02T22:04:19.783Z] #57 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:04:19.783Z] #56 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:04:19.783Z] #74 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-04-02T22:04:19.783Z] #37 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #48 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-04-02T22:04:19.783Z] #48 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:04:19.783Z] #44 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #58 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:04:19.783Z] #58 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-04-02T22:04:19.783Z] #9 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #72 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-04-02T22:04:19.783Z] #72 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sb... [2020-04-02T22:04:19.783Z] #18 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:19.783Z] #65 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #73 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-04-02T22:04:19.783Z] #73 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-04-02T22:04:19.783Z] #32 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /et... [2020-04-02T22:04:19.783Z] #15 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-04-02T22:04:19.783Z] #10 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #21 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:04:19.783Z] #21 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:19.783Z] #53 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-04-02T22:04:19.783Z] #39 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-04-02T22:04:19.783Z] #69 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #64 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-04-02T22:04:19.783Z] #64 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:04:19.783Z] #36 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-04-02T22:04:19.783Z] #19 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-04-02T22:04:19.783Z] #31 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-04-02T22:04:19.783Z] #26 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:04:19.783Z] #60 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #63 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:04:19.783Z] #63 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-04-02T22:04:19.783Z] #45 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-04-02T22:04:19.783Z] #27 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.b... [2020-04-02T22:04:19.783Z] #13 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:04:19.783Z] #47 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-04-02T22:04:19.783Z] #40 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivil... [2020-04-02T22:04:19.783Z] #12 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-04-02T22:04:19.783Z] #29 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-04-02T22:04:19.783Z] #62 CACHED [2020-04-02T22:04:19.783Z] [2020-04-02T22:04:19.783Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-04-02T22:04:19.783Z] #76 CACHED [2020-04-02T22:04:19.839Z] Fetching without tags [2020-04-02T22:04:18.694Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-02T22:04:18.700Z] > git config --add remote.origin.fetch +refs/pull/39946/head:refs/remotes/origin/PR-39946 # timeout=10 [2020-04-02T22:04:18.705Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-02T22:04:18.713Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-02T22:04:18.763Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-02T22:04:18.764Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-02T22:04:18.764Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39946/head:refs/remotes/origin/PR-39946 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-02T22:04:18.998Z] > git config core.sparsecheckout # timeout=10 [2020-04-02T22:04:19.003Z] > git checkout -f d7ba1f85ef8f23096f2fd92d0444820543ab9675 # timeout=10 [2020-04-02T22:04:19.457Z] > git merge af0415257efa288d9444de46ba2b45868c7c1a54 # timeout=10 [2020-04-02T22:04:19.470Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-02T22:04:19.519Z] > git config core.sparsecheckout # timeout=10 [2020-04-02T22:04:19.525Z] > git checkout -f d7ba1f85ef8f23096f2fd92d0444820543ab9675 # timeout=10 [2020-04-02T22:04:18.770Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-02T22:04:18.773Z] > git config --add remote.origin.fetch +refs/pull/39946/head:refs/remotes/origin/PR-39946 # timeout=10 [2020-04-02T22:04:18.780Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-02T22:04:18.795Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-02T22:04:18.818Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-02T22:04:18.818Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-02T22:04:18.819Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39946/head:refs/remotes/origin/PR-39946 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-02T22:04:19.083Z] > git config core.sparsecheckout # timeout=10 [2020-04-02T22:04:19.096Z] > git checkout -f d7ba1f85ef8f23096f2fd92d0444820543ab9675 # timeout=10 [2020-04-02T22:04:19.562Z] > git merge af0415257efa288d9444de46ba2b45868c7c1a54 # timeout=10 [2020-04-02T22:04:19.570Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-02T22:04:19.577Z] > git config core.sparsecheckout # timeout=10 [2020-04-02T22:04:19.588Z] > git checkout -f d7ba1f85ef8f23096f2fd92d0444820543ab9675 # timeout=10 [2020-04-02T22:04:19.797Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-02T22:04:19.806Z] > git config --add remote.origin.fetch +refs/pull/39946/head:refs/remotes/origin/PR-39946 # timeout=10 [2020-04-02T22:04:19.819Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-02T22:04:19.828Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-02T22:04:19.850Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-02T22:04:19.851Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-02T22:04:19.852Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39946/head:refs/remotes/origin/PR-39946 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-02T22:04:20.004Z] Commit message: "Use containerd dist libs for plugin pull/pull" [2020-04-02T22:04:20.065Z] [2020-04-02T22:04:20.065Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-04-02T22:04:20.069Z] Commit message: "Use containerd dist libs for plugin pull/pull" [2020-04-02T22:04:20.250Z] Merging remotes/origin/master commit af0415257efa288d9444de46ba2b45868c7c1a54 into PR head commit d7ba1f85ef8f23096f2fd92d0444820543ab9675 [2020-04-02T22:04:20.678Z] #77 DONE 0.8s [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-04-02T22:04:20.960Z] [2020-04-02T22:04:20.960Z] #78 exporting to image [2020-04-02T22:04:20.960Z] #78 exporting layers [2020-04-02T22:04:21.053Z] + [ PR != PR ] [2020-04-02T22:04:21.053Z] + [ master != master ] [2020-04-02T22:04:21.053Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-04-02T22:04:21.138Z] Merge succeeded, producing d7ba1f85ef8f23096f2fd92d0444820543ab9675 [2020-04-02T22:04:21.138Z] Checking out Revision d7ba1f85ef8f23096f2fd92d0444820543ab9675 (PR-39946) [2020-04-02T22:04:21.285Z] + docker version [2020-04-02T22:04:21.285Z] Client: Docker Engine - Community [2020-04-02T22:04:21.285Z] Version: 19.03.5 [2020-04-02T22:04:21.285Z] API version: 1.40 [2020-04-02T22:04:21.285Z] Go version: go1.12.12 [2020-04-02T22:04:21.285Z] Git commit: 633a0ea838 [2020-04-02T22:04:21.285Z] Built: Wed Nov 13 07:29:52 2019 [2020-04-02T22:04:21.285Z] OS/Arch: linux/amd64 [2020-04-02T22:04:21.285Z] Experimental: false [2020-04-02T22:04:21.285Z] [2020-04-02T22:04:21.285Z] Server: Docker Engine - Community [2020-04-02T22:04:21.285Z] Engine: [2020-04-02T22:04:21.285Z] Version: 19.03.5 [2020-04-02T22:04:21.285Z] API version: 1.40 (minimum version 1.12) [2020-04-02T22:04:21.285Z] Go version: go1.12.12 [2020-04-02T22:04:21.285Z] Git commit: 633a0ea838 [2020-04-02T22:04:21.285Z] Built: Wed Nov 13 07:28:22 2019 [2020-04-02T22:04:21.285Z] OS/Arch: linux/amd64 [2020-04-02T22:04:21.285Z] Experimental: true [2020-04-02T22:04:21.285Z] containerd: [2020-04-02T22:04:21.285Z] Version: 1.2.10 [2020-04-02T22:04:21.285Z] GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-04-02T22:04:21.285Z] runc: [2020-04-02T22:04:21.285Z] Version: 1.0.0-rc8+dev [2020-04-02T22:04:21.285Z] GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-04-02T22:04:21.285Z] docker-init: [2020-04-02T22:04:21.285Z] Version: 0.18.0 [2020-04-02T22:04:21.285Z] GitCommit: fec3683 [Pipeline] sh [2020-04-02T22:04:21.313Z] Commit message: "Use containerd dist libs for plugin pull/pull" [2020-04-02T22:04:21.386Z] + docker version [2020-04-02T22:04:21.386Z] Client: Docker Engine - Community [2020-04-02T22:04:21.386Z] Version: 19.03.5 [2020-04-02T22:04:21.386Z] API version: 1.40 [2020-04-02T22:04:21.386Z] Go version: go1.12.12 [2020-04-02T22:04:21.386Z] Git commit: 633a0ea838 [2020-04-02T22:04:21.386Z] Built: Wed Nov 13 07:29:52 2019 [2020-04-02T22:04:21.386Z] OS/Arch: linux/amd64 [2020-04-02T22:04:21.386Z] Experimental: false [2020-04-02T22:04:21.386Z] [2020-04-02T22:04:21.386Z] Server: Docker Engine - Community [2020-04-02T22:04:21.386Z] Engine: [2020-04-02T22:04:21.386Z] Version: 19.03.5 [2020-04-02T22:04:21.386Z] API version: 1.40 (minimum version 1.12) [2020-04-02T22:04:21.386Z] Go version: go1.12.12 [2020-04-02T22:04:21.386Z] Git commit: 633a0ea838 [2020-04-02T22:04:21.386Z] Built: Wed Nov 13 07:28:22 2019 [2020-04-02T22:04:21.386Z] OS/Arch: linux/amd64 [2020-04-02T22:04:21.386Z] Experimental: true [2020-04-02T22:04:21.386Z] containerd: [2020-04-02T22:04:21.386Z] Version: 1.2.10 [2020-04-02T22:04:21.386Z] GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-04-02T22:04:21.386Z] runc: [2020-04-02T22:04:21.386Z] Version: 1.0.0-rc8+dev [2020-04-02T22:04:21.386Z] GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-04-02T22:04:21.386Z] docker-init: [2020-04-02T22:04:21.386Z] Version: 0.18.0 [2020-04-02T22:04:21.386Z] GitCommit: fec3683 [Pipeline] sh [2020-04-02T22:04:21.573Z] #78 exporting layers 0.6s done [2020-04-02T22:04:21.573Z] #78 writing image sha256:6726839dd39ef4dee6384f52157b9682760a383dafc39032ff68b8ac127fd132 [2020-04-02T22:04:21.573Z] #78 writing image sha256:6726839dd39ef4dee6384f52157b9682760a383dafc39032ff68b8ac127fd132 done [2020-04-02T22:04:21.573Z] #78 naming to docker.io/library/docker:d7ba1f85ef8f23096f2fd92d0444820543ab9675 done [2020-04-02T22:04:21.573Z] #78 DONE 0.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-04-02T22:04:20.252Z] > git config core.sparsecheckout # timeout=10 [2020-04-02T22:04:20.257Z] > git checkout -f d7ba1f85ef8f23096f2fd92d0444820543ab9675 # timeout=10 [2020-04-02T22:04:21.114Z] > git merge af0415257efa288d9444de46ba2b45868c7c1a54 # timeout=10 [2020-04-02T22:04:21.128Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-02T22:04:21.143Z] > git config core.sparsecheckout # timeout=10 [2020-04-02T22:04:21.152Z] > git checkout -f d7ba1f85ef8f23096f2fd92d0444820543ab9675 # timeout=10 [2020-04-02T22:04:21.690Z] + docker info [2020-04-02T22:04:21.729Z] + docker info [2020-04-02T22:04:21.730Z] Client: [2020-04-02T22:04:21.730Z] Debug Mode: false [2020-04-02T22:04:21.730Z] [2020-04-02T22:04:21.730Z] Server: [2020-04-02T22:04:21.730Z] Containers: 0 [2020-04-02T22:04:21.730Z] Running: 0 [2020-04-02T22:04:21.730Z] Paused: 0 [2020-04-02T22:04:21.730Z] Stopped: 0 [2020-04-02T22:04:21.730Z] Images: 4 [2020-04-02T22:04:21.730Z] Server Version: 19.03.5 [2020-04-02T22:04:21.730Z] Storage Driver: overlay2 [2020-04-02T22:04:21.730Z] Backing Filesystem: extfs [2020-04-02T22:04:21.730Z] Supports d_type: true [2020-04-02T22:04:21.730Z] Native Overlay Diff: true [2020-04-02T22:04:21.730Z] Logging Driver: json-file [2020-04-02T22:04:21.730Z] Cgroup Driver: cgroupfs [2020-04-02T22:04:21.730Z] Plugins: [2020-04-02T22:04:21.730Z] Volume: local [2020-04-02T22:04:21.730Z] Network: bridge host ipvlan macvlan null overlay [2020-04-02T22:04:21.730Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-04-02T22:04:21.730Z] Swarm: inactive [2020-04-02T22:04:21.730Z] Runtimes: runc [2020-04-02T22:04:21.730Z] Default Runtime: runc [2020-04-02T22:04:21.730Z] Init Binary: docker-init [2020-04-02T22:04:21.730Z] containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-04-02T22:04:21.730Z] runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-04-02T22:04:21.730Z] init version: fec3683 [2020-04-02T22:04:21.730Z] Security Options: [2020-04-02T22:04:21.730Z] apparmor [2020-04-02T22:04:21.730Z] seccomp [2020-04-02T22:04:21.730Z] Profile: default [2020-04-02T22:04:21.730Z] Kernel Version: 4.15.0-1058-aws [2020-04-02T22:04:21.730Z] Operating System: Ubuntu 18.04.4 LTS [2020-04-02T22:04:21.730Z] OSType: linux [2020-04-02T22:04:21.730Z] Architecture: x86_64 [2020-04-02T22:04:21.730Z] CPUs: 2 [2020-04-02T22:04:21.730Z] Total Memory: 7.501GiB [2020-04-02T22:04:21.730Z] Name: ip-10-100-43-178 [2020-04-02T22:04:21.730Z] ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32 [2020-04-02T22:04:21.730Z] Docker Root Dir: /var/lib/docker [2020-04-02T22:04:21.730Z] Debug Mode: false [2020-04-02T22:04:21.730Z] Registry: https://index.docker.io/v1/ [2020-04-02T22:04:21.730Z] Labels: [2020-04-02T22:04:21.730Z] Experimental: true [2020-04-02T22:04:21.730Z] Insecure Registries: [2020-04-02T22:04:21.730Z] 127.0.0.0/8 [2020-04-02T22:04:21.730Z] Live Restore Enabled: true [2020-04-02T22:04:21.730Z] [2020-04-02T22:04:21.730Z] WARNING: No swap limit support [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-04-02T22:04:21.945Z] Client: [2020-04-02T22:04:21.945Z] Debug Mode: false [2020-04-02T22:04:21.945Z] [2020-04-02T22:04:21.945Z] Server: [2020-04-02T22:04:21.945Z] Containers: 0 [2020-04-02T22:04:21.945Z] Running: 0 [2020-04-02T22:04:21.945Z] Paused: 0 [2020-04-02T22:04:21.945Z] Stopped: 0 [2020-04-02T22:04:21.945Z] Images: 2 [2020-04-02T22:04:21.945Z] Server Version: 19.03.5 [2020-04-02T22:04:21.945Z] Storage Driver: overlay2 [2020-04-02T22:04:21.945Z] Backing Filesystem: extfs [2020-04-02T22:04:21.945Z] Supports d_type: true [2020-04-02T22:04:21.945Z] Native Overlay Diff: true [2020-04-02T22:04:21.945Z] Logging Driver: json-file [2020-04-02T22:04:21.945Z] Cgroup Driver: cgroupfs [2020-04-02T22:04:21.945Z] Plugins: [2020-04-02T22:04:21.945Z] Volume: local [2020-04-02T22:04:21.945Z] Network: bridge host ipvlan macvlan null overlay [2020-04-02T22:04:21.945Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-04-02T22:04:21.945Z] Swarm: inactive [2020-04-02T22:04:21.945Z] Runtimes: runc [2020-04-02T22:04:21.945Z] Default Runtime: runc [2020-04-02T22:04:21.945Z] Init Binary: docker-init [2020-04-02T22:04:21.945Z] containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-04-02T22:04:21.945Z] runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-04-02T22:04:21.945Z] init version: fec3683 [2020-04-02T22:04:21.945Z] Security Options: [2020-04-02T22:04:21.945Z] apparmor [2020-04-02T22:04:21.945Z] seccomp [2020-04-02T22:04:21.945Z] Profile: default [2020-04-02T22:04:21.945Z] Kernel Version: 4.15.0-1058-aws [2020-04-02T22:04:21.945Z] Operating System: Ubuntu 18.04.4 LTS [2020-04-02T22:04:21.945Z] OSType: linux [2020-04-02T22:04:21.945Z] Architecture: x86_64 [2020-04-02T22:04:21.945Z] CPUs: 2 [2020-04-02T22:04:21.945Z] Total Memory: 7.501GiB [2020-04-02T22:04:21.945Z] Name: ip-10-100-90-221 [2020-04-02T22:04:21.945Z] ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32 [2020-04-02T22:04:21.945Z] Docker Root Dir: /var/lib/docker [2020-04-02T22:04:21.945Z] Debug Mode: false [2020-04-02T22:04:21.945Z] Registry: https://index.docker.io/v1/ [2020-04-02T22:04:21.945Z] Labels: [2020-04-02T22:04:21.945Z] Experimental: true [2020-04-02T22:04:21.945Z] Insecure Registries: [2020-04-02T22:04:21.945Z] 127.0.0.0/8 [2020-04-02T22:04:21.945Z] Live Restore Enabled: true [2020-04-02T22:04:21.945Z] [2020-04-02T22:04:21.945Z] WARNING: No swap limit support [Pipeline] sh [2020-04-02T22:04:21.989Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39946/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr22 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d7ba1f85ef8f23096f2fd92d0444820543ab9675 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d7ba1f85ef8f23096f2fd92d0444820543ab9675 hack/test/unit [2020-04-02T22:04:22.012Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-04-02T22:04:22.012Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-04-02T22:04:22.012Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39946/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-04-02T22:04:22.012Z] + bash /home/ubuntu/workspace/moby_PR-39946/check-config.sh [2020-04-02T22:04:22.012Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-04-02T22:04:22.012Z] info: reading kernel config from /boot/config-4.15.0-1058-aws ... [2020-04-02T22:04:22.012Z] [2020-04-02T22:04:22.012Z] Generally Necessary: [2020-04-02T22:04:22.012Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-04-02T22:04:22.012Z] - apparmor: enabled and tools installed [2020-04-02T22:04:22.012Z] - CONFIG_NAMESPACES: enabled [2020-04-02T22:04:22.012Z] - CONFIG_NET_NS: enabled [2020-04-02T22:04:22.012Z] - CONFIG_PID_NS: enabled [2020-04-02T22:04:22.012Z] - CONFIG_IPC_NS: enabled [2020-04-02T22:04:22.012Z] - CONFIG_UTS_NS: enabled [2020-04-02T22:04:22.012Z] - CONFIG_CGROUPS: enabled [2020-04-02T22:04:22.012Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-04-02T22:04:22.012Z] - CONFIG_CGROUP_DEVICE: enabled [2020-04-02T22:04:22.012Z] - CONFIG_CGROUP_FREEZER: enabled [2020-04-02T22:04:22.012Z] - CONFIG_CGROUP_SCHED: enabled [2020-04-02T22:04:22.012Z] - CONFIG_CPUSETS: enabled [2020-04-02T22:04:22.012Z] - CONFIG_MEMCG: enabled [2020-04-02T22:04:22.012Z] - CONFIG_KEYS: enabled [2020-04-02T22:04:22.012Z] - CONFIG_VETH: enabled (as module) [2020-04-02T22:04:22.012Z] - CONFIG_BRIDGE: enabled (as module) [2020-04-02T22:04:22.012Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-04-02T22:04:22.012Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-04-02T22:04:22.012Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-04-02T22:04:22.012Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-04-02T22:04:22.012Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-04-02T22:04:22.012Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-04-02T22:04:22.012Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-04-02T22:04:22.012Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-04-02T22:04:22.012Z] - CONFIG_NF_NAT: enabled (as module) [2020-04-02T22:04:22.012Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-04-02T22:04:22.012Z] - CONFIG_POSIX_MQUEUE: enabled [2020-04-02T22:04:22.012Z] [2020-04-02T22:04:22.012Z] Optional Features: [2020-04-02T22:04:22.012Z] - CONFIG_USER_NS: enabled [2020-04-02T22:04:22.012Z] - CONFIG_SECCOMP: enabled [2020-04-02T22:04:22.012Z] - CONFIG_CGROUP_PIDS: enabled [2020-04-02T22:04:22.012Z] - CONFIG_MEMCG_SWAP: enabled [2020-04-02T22:04:22.012Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-04-02T22:04:22.012Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-04-02T22:04:22.012Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2020-04-02T22:04:22.012Z] - CONFIG_BLK_CGROUP: enabled [2020-04-02T22:04:22.012Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-04-02T22:04:22.122Z] + docker version [2020-04-02T22:04:22.122Z] Client: Docker Engine - Community [2020-04-02T22:04:22.122Z] Version: 19.03.5 [2020-04-02T22:04:22.122Z] API version: 1.40 [2020-04-02T22:04:22.122Z] Go version: go1.12.12 [2020-04-02T22:04:22.122Z] Git commit: 633a0ea [2020-04-02T22:04:22.122Z] Built: Wed Nov 13 07:27:53 2019 [2020-04-02T22:04:22.122Z] OS/Arch: linux/arm64 [2020-04-02T22:04:22.122Z] Experimental: false [2020-04-02T22:04:22.122Z] [2020-04-02T22:04:22.122Z] Server: Docker Engine - Community [2020-04-02T22:04:22.122Z] Engine: [2020-04-02T22:04:22.122Z] Version: 19.03.5 [2020-04-02T22:04:22.122Z] API version: 1.40 (minimum version 1.12) [2020-04-02T22:04:22.122Z] Go version: go1.12.12 [2020-04-02T22:04:22.122Z] Git commit: 633a0ea [2020-04-02T22:04:22.123Z] Built: Wed Nov 13 07:26:25 2019 [2020-04-02T22:04:22.123Z] OS/Arch: linux/arm64 [2020-04-02T22:04:22.123Z] Experimental: true [2020-04-02T22:04:22.123Z] containerd: [2020-04-02T22:04:22.123Z] Version: 1.2.10 [2020-04-02T22:04:22.123Z] GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-04-02T22:04:22.123Z] runc: [2020-04-02T22:04:22.123Z] Version: 1.0.0-rc8+dev [2020-04-02T22:04:22.123Z] GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-04-02T22:04:22.123Z] docker-init: [2020-04-02T22:04:22.123Z] Version: 0.18.0 [2020-04-02T22:04:22.123Z] GitCommit: fec3683 [Pipeline] sh [2020-04-02T22:04:22.270Z] - CONFIG_IOSCHED_CFQ: enabled [2020-04-02T22:04:22.270Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-04-02T22:04:22.270Z] - CONFIG_CGROUP_PERF: enabled [2020-04-02T22:04:22.270Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-04-02T22:04:22.270Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-04-02T22:04:22.270Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-04-02T22:04:22.270Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-04-02T22:04:22.270Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-04-02T22:04:22.270Z] - CONFIG_RT_GROUP_SCHED: missing [2020-04-02T22:04:22.270Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-04-02T22:04:22.270Z] - CONFIG_IP_VS: enabled (as module) [2020-04-02T22:04:22.270Z] - CONFIG_IP_VS_NFCT: enabled [2020-04-02T22:04:22.270Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-04-02T22:04:22.270Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-04-02T22:04:22.270Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-04-02T22:04:22.270Z] - CONFIG_EXT4_FS: enabled [2020-04-02T22:04:22.270Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-04-02T22:04:22.270Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-04-02T22:04:22.270Z] - Network Drivers: [2020-04-02T22:04:22.270Z] - "overlay": [2020-04-02T22:04:22.270Z] - CONFIG_VXLAN: enabled (as module) [2020-04-02T22:04:22.270Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-04-02T22:04:22.270Z] Optional (for encrypted networks): [2020-04-02T22:04:22.270Z] - CONFIG_CRYPTO: enabled [2020-04-02T22:04:22.270Z] - CONFIG_CRYPTO_AEAD: enabled [2020-04-02T22:04:22.270Z] - CONFIG_CRYPTO_GCM: enabled [2020-04-02T22:04:22.270Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-04-02T22:04:22.270Z] - CONFIG_CRYPTO_GHASH: enabled [2020-04-02T22:04:22.270Z] - CONFIG_XFRM: enabled [2020-04-02T22:04:22.270Z] - CONFIG_XFRM_USER: enabled (as module) [2020-04-02T22:04:22.270Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-04-02T22:04:22.270Z] - CONFIG_INET_ESP: enabled (as module) [2020-04-02T22:04:22.270Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-04-02T22:04:22.270Z] - "ipvlan": [2020-04-02T22:04:22.270Z] - CONFIG_IPVLAN: enabled (as module) [2020-04-02T22:04:22.270Z] - "macvlan": [2020-04-02T22:04:22.270Z] - CONFIG_MACVLAN: enabled (as module) [2020-04-02T22:04:22.270Z] - CONFIG_DUMMY: enabled (as module) [2020-04-02T22:04:22.270Z] - "ftp,tftp client in container": [2020-04-02T22:04:22.270Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-04-02T22:04:22.270Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-04-02T22:04:22.270Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-04-02T22:04:22.270Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-04-02T22:04:22.270Z] - Storage Drivers: [2020-04-02T22:04:22.270Z] - "aufs": [2020-04-02T22:04:22.270Z] - CONFIG_AUFS_FS: enabled (as module) [2020-04-02T22:04:22.270Z] - "btrfs": [2020-04-02T22:04:22.270Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-04-02T22:04:22.270Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-04-02T22:04:22.270Z] - "devicemapper": [2020-04-02T22:04:22.270Z] - CONFIG_BLK_DEV_DM: enabled [2020-04-02T22:04:22.270Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-04-02T22:04:22.270Z] - "overlay": [2020-04-02T22:04:22.270Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-04-02T22:04:22.270Z] - "zfs": [2020-04-02T22:04:22.270Z] - /dev/zfs: missing [2020-04-02T22:04:22.270Z] - zfs command: missing [2020-04-02T22:04:22.270Z] - zpool command: missing [2020-04-02T22:04:22.270Z] [2020-04-02T22:04:22.270Z] Limits: [2020-04-02T22:04:22.270Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-04-02T22:04:22.270Z] [2020-04-02T22:04:22.270Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-04-02T22:04:22.344Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-04-02T22:04:22.344Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-04-02T22:04:22.344Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39946/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-04-02T22:04:22.344Z] + bash /home/ubuntu/workspace/moby_PR-39946/check-config.sh [2020-04-02T22:04:22.344Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-04-02T22:04:22.344Z] info: reading kernel config from /boot/config-4.15.0-1058-aws ... [2020-04-02T22:04:22.344Z] [2020-04-02T22:04:22.344Z] Generally Necessary: [2020-04-02T22:04:22.344Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-04-02T22:04:22.344Z] - apparmor: enabled and tools installed [2020-04-02T22:04:22.344Z] - CONFIG_NAMESPACES: enabled [2020-04-02T22:04:22.344Z] - CONFIG_NET_NS: enabled [2020-04-02T22:04:22.344Z] - CONFIG_PID_NS: enabled [2020-04-02T22:04:22.344Z] - CONFIG_IPC_NS: enabled [2020-04-02T22:04:22.344Z] - CONFIG_UTS_NS: enabled [2020-04-02T22:04:22.344Z] - CONFIG_CGROUPS: enabled [2020-04-02T22:04:22.344Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-04-02T22:04:22.344Z] - CONFIG_CGROUP_DEVICE: enabled [2020-04-02T22:04:22.344Z] - CONFIG_CGROUP_FREEZER: enabled [2020-04-02T22:04:22.344Z] - CONFIG_CGROUP_SCHED: enabled [2020-04-02T22:04:22.344Z] - CONFIG_CPUSETS: enabled [2020-04-02T22:04:22.344Z] - CONFIG_MEMCG: enabled [2020-04-02T22:04:22.344Z] - CONFIG_KEYS: enabled [2020-04-02T22:04:22.344Z] - CONFIG_VETH: enabled (as module) [2020-04-02T22:04:22.344Z] - CONFIG_BRIDGE: enabled (as module) [2020-04-02T22:04:22.344Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-04-02T22:04:22.344Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-04-02T22:04:22.344Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-04-02T22:04:22.344Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-04-02T22:04:22.344Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-04-02T22:04:22.344Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-04-02T22:04:22.344Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-04-02T22:04:22.344Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-04-02T22:04:22.344Z] - CONFIG_NF_NAT: enabled (as module) [2020-04-02T22:04:22.344Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-04-02T22:04:22.344Z] - CONFIG_POSIX_MQUEUE: enabled [2020-04-02T22:04:22.344Z] [2020-04-02T22:04:22.344Z] Optional Features: [2020-04-02T22:04:22.344Z] - CONFIG_USER_NS: enabled [2020-04-02T22:04:22.344Z] - CONFIG_SECCOMP: enabled [2020-04-02T22:04:22.344Z] - CONFIG_CGROUP_PIDS: enabled [2020-04-02T22:04:22.344Z] - CONFIG_MEMCG_SWAP: enabled [2020-04-02T22:04:22.344Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-04-02T22:04:22.344Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-04-02T22:04:22.344Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2020-04-02T22:04:22.344Z] - CONFIG_BLK_CGROUP: enabled [2020-04-02T22:04:22.344Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-04-02T22:04:22.344Z] - CONFIG_IOSCHED_CFQ: enabled [2020-04-02T22:04:22.344Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-04-02T22:04:22.344Z] - CONFIG_CGROUP_PERF: enabled [2020-04-02T22:04:22.344Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-04-02T22:04:22.344Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-04-02T22:04:22.344Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-04-02T22:04:22.344Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-04-02T22:04:22.344Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-04-02T22:04:22.344Z] - CONFIG_RT_GROUP_SCHED: missing [2020-04-02T22:04:22.344Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-04-02T22:04:22.409Z] + docker info [2020-04-02T22:04:22.409Z] Client: [2020-04-02T22:04:22.409Z] Debug Mode: false [2020-04-02T22:04:22.409Z] [2020-04-02T22:04:22.409Z] Server: [2020-04-02T22:04:22.409Z] Containers: 0 [2020-04-02T22:04:22.409Z] Running: 0 [2020-04-02T22:04:22.409Z] Paused: 0 [2020-04-02T22:04:22.409Z] Stopped: 0 [2020-04-02T22:04:22.409Z] Images: 2 [2020-04-02T22:04:22.409Z] Server Version: 19.03.5 [2020-04-02T22:04:22.409Z] Storage Driver: overlay2 [2020-04-02T22:04:22.409Z] Backing Filesystem: extfs [2020-04-02T22:04:22.409Z] Supports d_type: true [2020-04-02T22:04:22.409Z] Native Overlay Diff: true [2020-04-02T22:04:22.409Z] Logging Driver: json-file [2020-04-02T22:04:22.409Z] Cgroup Driver: cgroupfs [2020-04-02T22:04:22.409Z] Plugins: [2020-04-02T22:04:22.409Z] Volume: local [2020-04-02T22:04:22.409Z] Network: bridge host ipvlan macvlan null overlay [2020-04-02T22:04:22.409Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-04-02T22:04:22.409Z] Swarm: inactive [2020-04-02T22:04:22.409Z] Runtimes: runc [2020-04-02T22:04:22.409Z] Default Runtime: runc [2020-04-02T22:04:22.409Z] Init Binary: docker-init [2020-04-02T22:04:22.409Z] containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-04-02T22:04:22.409Z] runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-04-02T22:04:22.409Z] init version: fec3683 [2020-04-02T22:04:22.409Z] Security Options: [2020-04-02T22:04:22.409Z] apparmor [2020-04-02T22:04:22.409Z] seccomp [2020-04-02T22:04:22.409Z] Profile: default [2020-04-02T22:04:22.409Z] Kernel Version: 4.15.0-1057-aws [2020-04-02T22:04:22.409Z] Operating System: Ubuntu 16.04.6 LTS [2020-04-02T22:04:22.409Z] OSType: linux [2020-04-02T22:04:22.409Z] Architecture: aarch64 [2020-04-02T22:04:22.409Z] CPUs: 4 [2020-04-02T22:04:22.409Z] Total Memory: 7.525GiB [2020-04-02T22:04:22.409Z] Name: ip-10-100-46-19 [2020-04-02T22:04:22.409Z] ID: 54S4:KWFU:NIEI:7K7P:YSQE:BV4T:HY72:3FJA:KSC5:7GU7:YG74:V3A7 [2020-04-02T22:04:22.409Z] Docker Root Dir: /var/lib/docker [2020-04-02T22:04:22.409Z] Debug Mode: false [2020-04-02T22:04:22.409Z] Registry: https://index.docker.io/v1/ [2020-04-02T22:04:22.409Z] Labels: [2020-04-02T22:04:22.409Z] Experimental: true [2020-04-02T22:04:22.409Z] Insecure Registries: [2020-04-02T22:04:22.409Z] 127.0.0.0/8 [2020-04-02T22:04:22.409Z] Live Restore Enabled: true [2020-04-02T22:04:22.409Z] [2020-04-02T22:04:22.409Z] WARNING: No swap limit support [Pipeline] sh [2020-04-02T22:04:22.598Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:d7ba1f85ef8f23096f2fd92d0444820543ab9675 . [2020-04-02T22:04:22.598Z] #1 [internal] load build definition from Dockerfile [2020-04-02T22:04:22.598Z] #1 transferring dockerfile: 17.06kB done [2020-04-02T22:04:22.598Z] #1 DONE 0.0s [2020-04-02T22:04:22.598Z] [2020-04-02T22:04:22.598Z] #2 [internal] load .dockerignore [2020-04-02T22:04:22.598Z] #2 transferring context: 87B done [2020-04-02T22:04:22.598Z] #2 DONE 0.0s [2020-04-02T22:04:22.598Z] [2020-04-02T22:04:22.598Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-04-02T22:04:22.600Z] - CONFIG_IP_VS: enabled (as module) [2020-04-02T22:04:22.600Z] - CONFIG_IP_VS_NFCT: enabled [2020-04-02T22:04:22.600Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-04-02T22:04:22.600Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-04-02T22:04:22.600Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-04-02T22:04:22.600Z] - CONFIG_EXT4_FS: enabled [2020-04-02T22:04:22.600Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-04-02T22:04:22.600Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-04-02T22:04:22.600Z] - Network Drivers: [2020-04-02T22:04:22.600Z] - "overlay": [2020-04-02T22:04:22.600Z] - CONFIG_VXLAN: enabled (as module) [2020-04-02T22:04:22.600Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-04-02T22:04:22.600Z] Optional (for encrypted networks): [2020-04-02T22:04:22.600Z] - CONFIG_CRYPTO: enabled [2020-04-02T22:04:22.600Z] - CONFIG_CRYPTO_AEAD: enabled [2020-04-02T22:04:22.600Z] - CONFIG_CRYPTO_GCM: enabled [2020-04-02T22:04:22.600Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-04-02T22:04:22.600Z] - CONFIG_CRYPTO_GHASH: enabled [2020-04-02T22:04:22.600Z] - CONFIG_XFRM: enabled [2020-04-02T22:04:22.600Z] - CONFIG_XFRM_USER: enabled (as module) [2020-04-02T22:04:22.600Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-04-02T22:04:22.600Z] - CONFIG_INET_ESP: enabled (as module) [2020-04-02T22:04:22.600Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-04-02T22:04:22.600Z] - "ipvlan": [2020-04-02T22:04:22.600Z] - CONFIG_IPVLAN: enabled (as module) [2020-04-02T22:04:22.600Z] - "macvlan": [2020-04-02T22:04:22.600Z] - CONFIG_MACVLAN: enabled (as module) [2020-04-02T22:04:22.600Z] - CONFIG_DUMMY: enabled (as module) [2020-04-02T22:04:22.600Z] - "ftp,tftp client in container": [2020-04-02T22:04:22.600Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-04-02T22:04:22.600Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-04-02T22:04:22.600Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-04-02T22:04:22.600Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-04-02T22:04:22.600Z] - Storage Drivers: [2020-04-02T22:04:22.600Z] - "aufs": [2020-04-02T22:04:22.600Z] - CONFIG_AUFS_FS: enabled (as module) [2020-04-02T22:04:22.600Z] - "btrfs": [2020-04-02T22:04:22.600Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-04-02T22:04:22.600Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-04-02T22:04:22.600Z] - "devicemapper": [2020-04-02T22:04:22.600Z] - CONFIG_BLK_DEV_DM: enabled [2020-04-02T22:04:22.600Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-04-02T22:04:22.600Z] - "overlay": [2020-04-02T22:04:22.600Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-04-02T22:04:22.600Z] - "zfs": [2020-04-02T22:04:22.600Z] - /dev/zfs: missing [2020-04-02T22:04:22.600Z] - zfs command: missing [2020-04-02T22:04:22.600Z] - zpool command: missing [2020-04-02T22:04:22.600Z] [2020-04-02T22:04:22.600Z] Limits: [2020-04-02T22:04:22.600Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-04-02T22:04:22.600Z] [2020-04-02T22:04:22.600Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-04-02T22:04:22.698Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-04-02T22:04:22.698Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-04-02T22:04:22.698Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39946/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-04-02T22:04:22.698Z] + bash /home/ubuntu/workspace/moby_PR-39946/check-config.sh [2020-04-02T22:04:22.698Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-04-02T22:04:22.698Z] info: reading kernel config from /boot/config-4.15.0-1057-aws ... [2020-04-02T22:04:22.698Z] [2020-04-02T22:04:22.698Z] Generally Necessary: [2020-04-02T22:04:22.698Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-04-02T22:04:22.698Z] - apparmor: enabled and tools installed [2020-04-02T22:04:22.698Z] - CONFIG_NAMESPACES: enabled [2020-04-02T22:04:22.698Z] - CONFIG_NET_NS: enabled [2020-04-02T22:04:22.698Z] - CONFIG_PID_NS: enabled [2020-04-02T22:04:22.698Z] - CONFIG_IPC_NS: enabled [2020-04-02T22:04:22.698Z] - CONFIG_UTS_NS: enabled [2020-04-02T22:04:22.698Z] - CONFIG_CGROUPS: enabled [2020-04-02T22:04:22.698Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-04-02T22:04:22.858Z] #3 DONE 0.3s [2020-04-02T22:04:22.858Z] [2020-04-02T22:04:22.858Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-04-02T22:04:22.858Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2020-04-02T22:04:22.958Z] - CONFIG_CGROUP_DEVICE: enabled [2020-04-02T22:04:22.958Z] - CONFIG_CGROUP_FREEZER: enabled [2020-04-02T22:04:22.958Z] - CONFIG_CGROUP_SCHED: enabled [2020-04-02T22:04:22.958Z] - CONFIG_CPUSETS: enabled [2020-04-02T22:04:22.958Z] - CONFIG_MEMCG: enabled [2020-04-02T22:04:22.958Z] - CONFIG_KEYS: enabled [2020-04-02T22:04:22.958Z] - CONFIG_VETH: enabled (as module) [2020-04-02T22:04:22.958Z] - CONFIG_BRIDGE: enabled (as module) [2020-04-02T22:04:22.958Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-04-02T22:04:22.958Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-04-02T22:04:22.958Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-04-02T22:04:22.958Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-04-02T22:04:22.958Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-04-02T22:04:22.958Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-04-02T22:04:22.958Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-04-02T22:04:22.958Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-04-02T22:04:22.958Z] - CONFIG_NF_NAT: enabled (as module) [2020-04-02T22:04:22.958Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-04-02T22:04:22.958Z] - CONFIG_POSIX_MQUEUE: enabled [2020-04-02T22:04:22.958Z] [2020-04-02T22:04:22.958Z] Optional Features: [2020-04-02T22:04:22.958Z] - CONFIG_USER_NS: enabled [2020-04-02T22:04:22.958Z] - CONFIG_SECCOMP: enabled [2020-04-02T22:04:22.958Z] - CONFIG_CGROUP_PIDS: enabled [2020-04-02T22:04:22.958Z] - CONFIG_MEMCG_SWAP: enabled [2020-04-02T22:04:22.958Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-04-02T22:04:22.958Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-04-02T22:04:23.055Z] + sudo modprobe ip_vs [2020-04-02T22:04:23.115Z] #4 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2020-04-02T22:04:23.115Z] #4 sha256:ee85655c57140bd20a5ebc3bb802e7410ee9ac47ca92b193ed0ab17485024fe5 527B / 527B done [2020-04-02T22:04:23.115Z] #4 sha256:80b5f664ac0c5f6b89608f7b0afd9548ac5b2d4cd631b7b723d9f2edca8676d9 897B / 897B done [2020-04-02T22:04:23.115Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 2.61MB / 8.82MB 0.2s [2020-04-02T22:04:23.115Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 8.82MB / 8.82MB 0.2s done [2020-04-02T22:04:23.115Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 [2020-04-02T22:04:23.217Z] - CONFIG_BLK_CGROUP: enabled [2020-04-02T22:04:23.217Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-04-02T22:04:23.217Z] - CONFIG_IOSCHED_CFQ: enabled [2020-04-02T22:04:23.217Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-04-02T22:04:23.217Z] - CONFIG_CGROUP_PERF: enabled [2020-04-02T22:04:23.217Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-04-02T22:04:23.217Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-04-02T22:04:23.217Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-04-02T22:04:23.217Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-04-02T22:04:23.217Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-04-02T22:04:23.217Z] - CONFIG_RT_GROUP_SCHED: missing [2020-04-02T22:04:23.217Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-04-02T22:04:23.217Z] - CONFIG_IP_VS: enabled (as module) [2020-04-02T22:04:23.217Z] - CONFIG_IP_VS_NFCT: enabled [2020-04-02T22:04:23.217Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-04-02T22:04:23.217Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-04-02T22:04:23.217Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-04-02T22:04:23.217Z] - CONFIG_EXT4_FS: enabled [2020-04-02T22:04:23.217Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-04-02T22:04:23.217Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-04-02T22:04:23.217Z] - Network Drivers: [2020-04-02T22:04:23.217Z] - "overlay": [2020-04-02T22:04:23.217Z] - CONFIG_VXLAN: enabled (as module) [2020-04-02T22:04:23.217Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-04-02T22:04:23.217Z] Optional (for encrypted networks): [2020-04-02T22:04:23.313Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:d7ba1f85ef8f23096f2fd92d0444820543ab9675 . [2020-04-02T22:04:23.313Z] #2 [internal] load build definition from Dockerfile [2020-04-02T22:04:23.313Z] #2 transferring dockerfile: 17.06kB done [2020-04-02T22:04:23.313Z] #2 DONE 0.0s [2020-04-02T22:04:23.313Z] [2020-04-02T22:04:23.313Z] #1 [internal] load .dockerignore [2020-04-02T22:04:23.313Z] #1 transferring context: 87B done [2020-04-02T22:04:23.313Z] #1 DONE 0.0s [2020-04-02T22:04:23.313Z] [2020-04-02T22:04:23.313Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-04-02T22:04:23.372Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0.2s done [2020-04-02T22:04:23.372Z] #4 DONE 0.5s [2020-04-02T22:04:23.475Z] - CONFIG_CRYPTO: enabled [2020-04-02T22:04:23.475Z] - CONFIG_CRYPTO_AEAD: enabled [2020-04-02T22:04:23.475Z] - CONFIG_CRYPTO_GCM: enabled [2020-04-02T22:04:23.475Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-04-02T22:04:23.475Z] - CONFIG_CRYPTO_GHASH: enabled [2020-04-02T22:04:23.475Z] - CONFIG_XFRM: enabled [2020-04-02T22:04:23.475Z] - CONFIG_XFRM_USER: enabled (as module) [2020-04-02T22:04:23.475Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-04-02T22:04:23.475Z] - CONFIG_INET_ESP: enabled (as module) [2020-04-02T22:04:23.475Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-04-02T22:04:23.475Z] - "ipvlan": [2020-04-02T22:04:23.475Z] - CONFIG_IPVLAN: enabled (as module) [2020-04-02T22:04:23.475Z] - "macvlan": [2020-04-02T22:04:23.475Z] - CONFIG_MACVLAN: enabled (as module) [2020-04-02T22:04:23.475Z] - CONFIG_DUMMY: enabled (as module) [2020-04-02T22:04:23.475Z] - "ftp,tftp client in container": [2020-04-02T22:04:23.475Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-04-02T22:04:23.475Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-04-02T22:04:23.475Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-04-02T22:04:23.475Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-04-02T22:04:23.475Z] - Storage Drivers: [2020-04-02T22:04:23.475Z] - "aufs": [2020-04-02T22:04:23.475Z] - CONFIG_AUFS_FS: enabled (as module) [2020-04-02T22:04:23.475Z] - "btrfs": [2020-04-02T22:04:23.475Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-04-02T22:04:23.475Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-04-02T22:04:23.475Z] - "devicemapper": [2020-04-02T22:04:23.475Z] - CONFIG_BLK_DEV_DM: enabled [2020-04-02T22:04:23.475Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-04-02T22:04:23.475Z] - "overlay": [2020-04-02T22:04:23.475Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-04-02T22:04:23.475Z] - "zfs": [2020-04-02T22:04:23.475Z] - /dev/zfs: missing [2020-04-02T22:04:23.475Z] - zfs command: missing [2020-04-02T22:04:23.475Z] - zpool command: missing [2020-04-02T22:04:23.475Z] [2020-04-02T22:04:23.475Z] Limits: [2020-04-02T22:04:23.475Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-04-02T22:04:23.475Z] [2020-04-02T22:04:23.475Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-04-02T22:04:23.568Z] #3 DONE 0.1s [2020-04-02T22:04:23.568Z] [2020-04-02T22:04:23.568Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-04-02T22:04:23.568Z] #4 CACHED [2020-04-02T22:04:23.814Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:d7ba1f85ef8f23096f2fd92d0444820543ab9675 . [2020-04-02T22:04:23.814Z] #2 [internal] load .dockerignore [2020-04-02T22:04:23.814Z] #2 transferring context: 87B done [2020-04-02T22:04:23.814Z] #2 DONE 0.0s [2020-04-02T22:04:23.814Z] [2020-04-02T22:04:23.814Z] #1 [internal] load build definition from Dockerfile [2020-04-02T22:04:23.814Z] #1 transferring dockerfile: 17.06kB done [2020-04-02T22:04:23.814Z] #1 DONE 0.0s [2020-04-02T22:04:23.814Z] [2020-04-02T22:04:23.814Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-04-02T22:04:23.937Z] [2020-04-02T22:04:23.937Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-04-02T22:04:23.937Z] #6 DONE 0.2s [2020-04-02T22:04:23.937Z] [2020-04-02T22:04:23.937Z] #5 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-04-02T22:04:23.937Z] #5 DONE 0.2s [2020-04-02T22:04:23.937Z] [2020-04-02T22:04:23.937Z] #71 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-04-02T22:04:23.937Z] #71 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-04-02T22:04:24.007Z] ? github.com/docker/docker/api [no test files] [2020-04-02T22:04:24.074Z] #3 DONE 0.1s [2020-04-02T22:04:24.074Z] [2020-04-02T22:04:24.074Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-04-02T22:04:24.074Z] #4 CACHED [2020-04-02T22:04:24.127Z] [2020-04-02T22:04:24.127Z] #5 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-04-02T22:04:24.127Z] #5 DONE 0.1s [2020-04-02T22:04:24.127Z] [2020-04-02T22:04:24.127Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-04-02T22:04:24.127Z] #6 DONE 0.1s [2020-04-02T22:04:24.127Z] [2020-04-02T22:04:24.127Z] #71 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-04-02T22:04:24.127Z] #71 DONE 0.0s [2020-04-02T22:04:24.127Z] [2020-04-02T22:04:24.127Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:1da34145a7... [2020-04-02T22:04:24.127Z] #7 DONE 0.0s [2020-04-02T22:04:24.127Z] [2020-04-02T22:04:24.127Z] #20 [internal] load build context [2020-04-02T22:04:24.200Z] #71 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-04-02T22:04:24.201Z] #71 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-04-02T22:04:24.344Z] [2020-04-02T22:04:24.344Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-04-02T22:04:24.344Z] #6 DONE 0.1s [2020-04-02T22:04:24.344Z] [2020-04-02T22:04:24.344Z] #5 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-04-02T22:04:24.344Z] #5 DONE 0.1s [2020-04-02T22:04:24.607Z] [2020-04-02T22:04:24.607Z] #71 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-04-02T22:04:24.607Z] #71 DONE 0.0s [2020-04-02T22:04:24.607Z] [2020-04-02T22:04:24.607Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:1da34145a7... [2020-04-02T22:04:24.607Z] #7 DONE 0.0s [2020-04-02T22:04:24.607Z] [2020-04-02T22:04:24.607Z] #20 [internal] load build context [2020-04-02T22:04:25.490Z] #20 transferring context: 50.12MB 1.2s done [2020-04-02T22:04:25.490Z] #20 DONE 1.2s [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-04-02T22:04:25.490Z] #16 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:25.490Z] #23 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #70 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-04-02T22:04:25.490Z] #70 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:25.490Z] #53 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-04-02T22:04:25.490Z] #24 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:04:25.490Z] #74 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-04-02T22:04:25.490Z] #8 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:25.490Z] #68 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-04-02T22:04:25.490Z] #34 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #72 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-04-02T22:04:25.490Z] #72 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-04-02T22:04:25.490Z] #22 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-04-02T22:04:25.490Z] #41 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-04-02T22:04:25.490Z] #25 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-04-02T22:04:25.490Z] #42 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sb... [2020-04-02T22:04:25.490Z] #18 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-04-02T22:04:25.490Z] #45 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-04-02T22:04:25.490Z] #52 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:04:25.490Z] #44 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-04-02T22:04:25.490Z] #43 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #51 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-04-02T22:04:25.490Z] #51 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-04-02T22:04:25.490Z] #11 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-04-02T22:04:25.490Z] #27 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-04-02T22:04:25.490Z] #10 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:04:25.490Z] #33 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-04-02T22:04:25.490Z] #30 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivil... [2020-04-02T22:04:25.490Z] #12 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-04-02T22:04:25.490Z] #46 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:25.490Z] #65 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-04-02T22:04:25.490Z] #17 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-04-02T22:04:25.490Z] #69 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #66 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-04-02T22:04:25.490Z] #66 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-04-02T22:04:25.490Z] #32 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:04:25.490Z] #38 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-04-02T22:04:25.490Z] #37 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:25.490Z] #50 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #58 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:04:25.490Z] #58 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #48 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-04-02T22:04:25.490Z] #48 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:04:25.490Z] #60 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-04-02T22:04:25.490Z] #49 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-04-02T22:04:25.490Z] #40 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-04-02T22:04:25.490Z] #9 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #55 [shfmt 2/3] COPY hack/dockerfile/install/shfmt.installer ./ [2020-04-02T22:04:25.490Z] #55 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-04-02T22:04:25.490Z] #29 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:04:25.490Z] #47 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #59 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-04-02T22:04:25.490Z] #59 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #57 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-04-02T22:04:25.490Z] #57 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bas... [2020-04-02T22:04:25.490Z] #14 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.b... [2020-04-02T22:04:25.490Z] #13 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-04-02T22:04:25.490Z] #26 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #73 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-04-02T22:04:25.490Z] #73 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:04:25.490Z] #56 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /et... [2020-04-02T22:04:25.490Z] #15 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:04:25.490Z] #21 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #54 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-04-02T22:04:25.490Z] #54 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #75 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-04-02T22:04:25.490Z] #75 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-04-02T22:04:25.490Z] #39 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-04-02T22:04:25.490Z] #35 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #63 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:04:25.490Z] #63 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-04-02T22:04:25.490Z] #19 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:04:25.490Z] #36 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-04-02T22:04:25.490Z] #62 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #61 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-04-02T22:04:25.490Z] #61 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #64 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-04-02T22:04:25.490Z] #64 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #67 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-04-02T22:04:25.490Z] #67 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-04-02T22:04:25.490Z] #28 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-04-02T22:04:25.490Z] #31 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-04-02T22:04:25.490Z] #76 CACHED [2020-04-02T22:04:25.490Z] [2020-04-02T22:04:25.490Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-04-02T22:04:25.593Z] #71 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0B / 9.86MB 1.4s [2020-04-02T22:04:25.593Z] #71 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.60MB / 9.86MB 1.6s [2020-04-02T22:04:25.851Z] #71 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.6s done [2020-04-02T22:04:25.851Z] #71 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 [2020-04-02T22:04:26.006Z] #20 transferring context: 50.12MB 1.3s done [2020-04-02T22:04:26.006Z] #20 DONE 1.3s [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-04-02T22:04:26.006Z] #17 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:26.006Z] #65 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-04-02T22:04:26.006Z] #62 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-04-02T22:04:26.006Z] #46 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:04:26.006Z] #60 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:04:26.006Z] #56 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-04-02T22:04:26.006Z] #39 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #66 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-04-02T22:04:26.006Z] #66 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-04-02T22:04:26.006Z] #69 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-04-02T22:04:26.006Z] #11 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-04-02T22:04:26.006Z] #32 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivil... [2020-04-02T22:04:26.006Z] #12 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-04-02T22:04:26.006Z] #25 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:04:26.006Z] #21 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-04-02T22:04:26.006Z] #30 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:26.006Z] #53 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #61 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-04-02T22:04:26.006Z] #61 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.b... [2020-04-02T22:04:26.006Z] #13 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:26.006Z] #50 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:04:26.006Z] #33 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:04:26.006Z] #47 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #57 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-04-02T22:04:26.006Z] #57 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #51 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-04-02T22:04:26.006Z] #51 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:04:26.006Z] #74 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /et... [2020-04-02T22:04:26.006Z] #15 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-04-02T22:04:26.006Z] #31 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-04-02T22:04:26.006Z] #35 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sb... [2020-04-02T22:04:26.006Z] #18 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:04:26.006Z] #38 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-04-02T22:04:26.006Z] #41 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-04-02T22:04:26.006Z] #8 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #67 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-04-02T22:04:26.006Z] #67 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #75 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-04-02T22:04:26.006Z] #75 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-04-02T22:04:26.006Z] #42 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #59 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-04-02T22:04:26.006Z] #59 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-04-02T22:04:26.006Z] #24 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #55 [shfmt 2/3] COPY hack/dockerfile/install/shfmt.installer ./ [2020-04-02T22:04:26.006Z] #55 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:26.006Z] #23 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #72 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-04-02T22:04:26.006Z] #72 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #64 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-04-02T22:04:26.006Z] #64 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-04-02T22:04:26.006Z] #10 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #58 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:04:26.006Z] #58 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-04-02T22:04:26.006Z] #52 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bas... [2020-04-02T22:04:26.006Z] #14 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-04-02T22:04:26.006Z] #43 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-04-02T22:04:26.006Z] #40 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #63 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:04:26.006Z] #63 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:04:26.006Z] #44 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-04-02T22:04:26.006Z] #9 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #54 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-04-02T22:04:26.006Z] #54 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-04-02T22:04:26.006Z] #28 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:26.006Z] #68 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-04-02T22:04:26.006Z] #19 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-04-02T22:04:26.006Z] #37 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #48 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-04-02T22:04:26.006Z] #48 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:04:26.006Z] #36 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #73 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-04-02T22:04:26.006Z] #73 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-04-02T22:04:26.006Z] #29 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-04-02T22:04:26.006Z] #45 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #70 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-04-02T22:04:26.006Z] #70 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-04-02T22:04:26.006Z] #34 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-04-02T22:04:26.006Z] #27 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-04-02T22:04:26.006Z] #16 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-04-02T22:04:26.006Z] #26 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-04-02T22:04:26.006Z] #22 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-04-02T22:04:26.006Z] #49 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-04-02T22:04:26.006Z] #76 CACHED [2020-04-02T22:04:26.006Z] [2020-04-02T22:04:26.006Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-04-02T22:04:26.163Z] Fetching without tags [2020-04-02T22:04:26.414Z] #77 DONE 1.0s [2020-04-02T22:04:26.414Z] [2020-04-02T22:04:26.414Z] #78 exporting to image [2020-04-02T22:04:26.414Z] #78 exporting layers [2020-04-02T22:04:25.799Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-02T22:04:25.864Z] > git config --add remote.origin.fetch +refs/pull/39946/head:refs/remotes/origin/PR-39946 # timeout=10 [2020-04-02T22:04:25.923Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-02T22:04:26.051Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-02T22:04:26.197Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-02T22:04:26.197Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-02T22:04:26.199Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/39946/head:refs/remotes/origin/PR-39946 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-02T22:04:26.947Z] Merging remotes/origin/master commit af0415257efa288d9444de46ba2b45868c7c1a54 into PR head commit d7ba1f85ef8f23096f2fd92d0444820543ab9675 [2020-04-02T22:04:27.336Z] #78 exporting layers 0.9s done [2020-04-02T22:04:27.336Z] #78 writing image sha256:c0a5d3a561871b49d85db8c2a5fa94c78adf535a8380746ab9fce6ef390c4840 [2020-04-02T22:04:27.336Z] #78 writing image sha256:c0a5d3a561871b49d85db8c2a5fa94c78adf535a8380746ab9fce6ef390c4840 done [2020-04-02T22:04:27.336Z] #78 naming to docker.io/library/docker:d7ba1f85ef8f23096f2fd92d0444820543ab9675 done [2020-04-02T22:04:27.336Z] #78 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-04-02T22:04:27.769Z] #71 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.8s done [2020-04-02T22:04:27.769Z] #71 DONE 3.6s [2020-04-02T22:04:27.769Z] [2020-04-02T22:04:27.769Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:1da34145a7... [2020-04-02T22:04:27.769Z] #7 resolve docker.io/library/golang:1.13.8-buster@sha256:1da34145a757a5b9959111d0150d257c1a1f456b5fc3ec72101093e01977d8ca done [2020-04-02T22:04:27.769Z] #7 sha256:be37fd7a30b94a720a45ba5dcc0cf386d043acc5f4f61db7c6736fd10ee621bd 1.79kB / 1.79kB done [2020-04-02T22:04:27.769Z] #7 sha256:50e431f790939a2f924af65084cc9d39c3d3fb9ad2d57d183b7eadf86ea46992 50.38MB / 50.38MB 1.2s done [2020-04-02T22:04:27.769Z] #7 sha256:dd8c6d374ea51e3dd671f71b28d025a7794ebea181b00838987d0b4d8a51372f 7.81MB / 7.81MB 0.3s done [2020-04-02T22:04:27.769Z] #7 sha256:1da34145a757a5b9959111d0150d257c1a1f456b5fc3ec72101093e01977d8ca 1.42kB / 1.42kB done [2020-04-02T22:04:27.769Z] #7 sha256:3a7408f53f79a230e184ec6b8666a1203cf6120174eb17a428ad4b80958b2652 5.46kB / 5.46kB done [2020-04-02T22:04:27.769Z] #7 sha256:c85513200d847a64a6e8f2cb714e2169f559b24b7736c586ff7b9aaedf71f410 10.00MB / 10.00MB 0.2s done [2020-04-02T22:04:27.769Z] #7 sha256:55769680e8277a4ff083d05f0993d1483b3d26b93a8814cf3c6f04fe5975ffa0 51.79MB / 51.79MB 1.2s done [2020-04-02T22:04:27.769Z] #7 sha256:15357f5e50c4cd5b4c1a4997a342d96d0dff37f4b08362094825bb0596da12cf 68.60MB / 68.60MB 1.5s done [2020-04-02T22:04:27.769Z] #7 sha256:e2d9b328fba500f73aec151d1e5fde87b7ee5a54e697e4fbba7afcb036a5e51f 120.07MB / 120.07MB 3.2s done [2020-04-02T22:04:27.769Z] #7 sha256:f8e0159fc85284002056acd2e8ec645d3b160ec7f14ef4b938ebb6e29ac2f1c3 126B / 126B 1.3s done [2020-04-02T22:04:27.769Z] #7 extracting sha256:50e431f790939a2f924af65084cc9d39c3d3fb9ad2d57d183b7eadf86ea46992 2.1s [2020-04-02T22:04:27.769Z] #7 ... [2020-04-02T22:04:27.769Z] [2020-04-02T22:04:27.769Z] #20 [internal] load build context [2020-04-02T22:04:27.769Z] #20 transferring context: 50.12MB 3.8s done [2020-04-02T22:04:27.769Z] #20 DONE 3.9s [2020-04-02T22:04:27.769Z] [2020-04-02T22:04:27.769Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:1da34145a7... [2020-04-02T22:04:27.910Z] #77 DONE 1.8s [2020-04-02T22:04:27.910Z] [2020-04-02T22:04:27.910Z] #78 exporting to image [2020-04-02T22:04:27.910Z] #78 exporting layers [2020-04-02T22:04:26.980Z] > git config core.sparsecheckout # timeout=10 [2020-04-02T22:04:27.040Z] > git checkout -f d7ba1f85ef8f23096f2fd92d0444820543ab9675 # timeout=10 [2020-04-02T22:04:28.484Z] [2020-04-02T22:04:28.484Z] Removing bundles/ [2020-04-02T22:04:28.484Z] [2020-04-02T22:04:28.484Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-04-02T22:04:28.484Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-04-02T22:04:28.484Z] GOOS="" GOARCH="" GOARM="" [2020-04-02T22:04:29.286Z] #78 exporting layers 1.5s done [2020-04-02T22:04:29.286Z] #78 writing image sha256:cff55987227bab3a7177f4a602f83d063cc9c484c7927d5f02b90183abead7f5 done [2020-04-02T22:04:29.286Z] #78 naming to docker.io/library/docker:d7ba1f85ef8f23096f2fd92d0444820543ab9675 done [2020-04-02T22:04:29.286Z] #78 DONE 1.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-04-02T22:04:29.626Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39946/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr22 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d7ba1f85ef8f23096f2fd92d0444820543ab9675 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d7ba1f85ef8f23096f2fd92d0444820543ab9675 hack/test/unit [2020-04-02T22:04:29.670Z] #7 extracting sha256:50e431f790939a2f924af65084cc9d39c3d3fb9ad2d57d183b7eadf86ea46992 3.9s done [2020-04-02T22:04:29.670Z] #7 extracting sha256:dd8c6d374ea51e3dd671f71b28d025a7794ebea181b00838987d0b4d8a51372f [2020-04-02T22:04:29.670Z] #7 extracting sha256:dd8c6d374ea51e3dd671f71b28d025a7794ebea181b00838987d0b4d8a51372f 0.3s done [2020-04-02T22:04:29.670Z] #7 extracting sha256:c85513200d847a64a6e8f2cb714e2169f559b24b7736c586ff7b9aaedf71f410 [2020-04-02T22:04:29.927Z] #7 extracting sha256:c85513200d847a64a6e8f2cb714e2169f559b24b7736c586ff7b9aaedf71f410 0.2s done [2020-04-02T22:04:30.184Z] #7 extracting sha256:55769680e8277a4ff083d05f0993d1483b3d26b93a8814cf3c6f04fe5975ffa0 0.1s [2020-04-02T22:04:30.855Z] Merge succeeded, producing d7ba1f85ef8f23096f2fd92d0444820543ab9675 [2020-04-02T22:04:30.855Z] Checking out Revision d7ba1f85ef8f23096f2fd92d0444820543ab9675 (PR-39946) [2020-04-02T22:04:31.167Z] Fetching without tags [2020-04-02T22:04:31.478Z] Commit message: "Use containerd dist libs for plugin pull/pull" [2020-04-02T22:04:31.133Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-02T22:04:31.138Z] > git config --add remote.origin.fetch +refs/pull/39946/head:refs/remotes/origin/PR-39946 # timeout=10 [2020-04-02T22:04:31.141Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-02T22:04:31.157Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-04-02T22:04:31.172Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-04-02T22:04:31.173Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-04-02T22:04:31.174Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39946/head:refs/remotes/origin/PR-39946 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-02T22:04:31.643Z] Merging remotes/origin/master commit af0415257efa288d9444de46ba2b45868c7c1a54 into PR head commit d7ba1f85ef8f23096f2fd92d0444820543ab9675 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-04-02T22:04:32.080Z] #7 extracting sha256:55769680e8277a4ff083d05f0993d1483b3d26b93a8814cf3c6f04fe5975ffa0 1.9s done [2020-04-02T22:04:32.080Z] #7 extracting sha256:15357f5e50c4cd5b4c1a4997a342d96d0dff37f4b08362094825bb0596da12cf [2020-04-02T22:04:32.407Z] ok github.com/docker/docker/api/server 0.005s coverage: 9.0% of statements [2020-04-02T22:04:30.602Z] > git merge af0415257efa288d9444de46ba2b45868c7c1a54 # timeout=10 [2020-04-02T22:04:30.739Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-04-02T22:04:30.888Z] > git config core.sparsecheckout # timeout=10 [2020-04-02T22:04:30.950Z] > git checkout -f d7ba1f85ef8f23096f2fd92d0444820543ab9675 # timeout=10 [2020-04-02T22:04:32.665Z] Merge succeeded, producing d7ba1f85ef8f23096f2fd92d0444820543ab9675 [2020-04-02T22:04:32.665Z] Checking out Revision d7ba1f85ef8f23096f2fd92d0444820543ab9675 (PR-39946) [2020-04-02T22:04:32.871Z] + docker version [2020-04-02T22:04:32.871Z] Client: Docker Engine - Enterprise [2020-04-02T22:04:32.871Z] Version: 19.03.5 [2020-04-02T22:04:32.871Z] API version: 1.40 [2020-04-02T22:04:32.871Z] Go version: go1.12.12 [2020-04-02T22:04:32.871Z] Git commit: 2ee0c57608 [2020-04-02T22:04:32.871Z] Built: 11/13/2019 08:00:16 [2020-04-02T22:04:32.871Z] OS/Arch: windows/amd64 [2020-04-02T22:04:32.871Z] Experimental: false [2020-04-02T22:04:32.871Z] [2020-04-02T22:04:32.871Z] Server: Docker Engine - Enterprise [2020-04-02T22:04:32.871Z] Engine: [2020-04-02T22:04:32.871Z] Version: 19.03.5 [2020-04-02T22:04:32.871Z] API version: 1.40 (minimum version 1.24) [2020-04-02T22:04:32.871Z] Go version: go1.12.12 [2020-04-02T22:04:32.871Z] Git commit: 2ee0c57608 [2020-04-02T22:04:32.871Z] Built: 11/13/2019 07:58:51 [2020-04-02T22:04:32.871Z] OS/Arch: windows/amd64 [2020-04-02T22:04:32.871Z] Experimental: true [2020-04-02T22:04:32.961Z] ? github.com/docker/docker/api [no test files] [Pipeline] sh [2020-04-02T22:04:33.504Z] Commit message: "Use containerd dist libs for plugin pull/pull" [2020-04-02T22:04:33.856Z] + docker info [2020-04-02T22:04:31.648Z] > git config core.sparsecheckout # timeout=10 [2020-04-02T22:04:31.652Z] > git checkout -f d7ba1f85ef8f23096f2fd92d0444820543ab9675 # timeout=10 [2020-04-02T22:04:32.628Z] > git merge af0415257efa288d9444de46ba2b45868c7c1a54 # timeout=10 [2020-04-02T22:04:32.654Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-02T22:04:32.670Z] > git config core.sparsecheckout # timeout=10 [2020-04-02T22:04:32.673Z] > git checkout -f d7ba1f85ef8f23096f2fd92d0444820543ab9675 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-04-02T22:04:34.419Z] + docker version [2020-04-02T22:04:34.419Z] Client: [2020-04-02T22:04:34.419Z] Version: 18.06.1-ce [2020-04-02T22:04:34.419Z] API version: 1.38 [2020-04-02T22:04:34.419Z] Go version: go1.10.3 [2020-04-02T22:04:34.419Z] Git commit: e68fc7a [2020-04-02T22:04:34.419Z] Built: Tue Aug 21 17:26:10 2018 [2020-04-02T22:04:34.419Z] OS/Arch: linux/ppc64le [2020-04-02T22:04:34.419Z] Experimental: false [2020-04-02T22:04:34.419Z] [2020-04-02T22:04:34.419Z] Server: [2020-04-02T22:04:34.419Z] Engine: [2020-04-02T22:04:34.419Z] Version: 18.06.1-ce [2020-04-02T22:04:34.419Z] API version: 1.38 (minimum version 1.12) [2020-04-02T22:04:34.419Z] Go version: go1.10.3 [2020-04-02T22:04:34.419Z] Git commit: e68fc7a [2020-04-02T22:04:34.419Z] Built: Tue Aug 21 17:24:20 2018 [2020-04-02T22:04:34.419Z] OS/Arch: linux/ppc64le [2020-04-02T22:04:34.419Z] Experimental: true [Pipeline] sh [2020-04-02T22:04:34.606Z] #7 extracting sha256:15357f5e50c4cd5b4c1a4997a342d96d0dff37f4b08362094825bb0596da12cf 1.8s done [2020-04-02T22:04:34.606Z] #7 extracting sha256:e2d9b328fba500f73aec151d1e5fde87b7ee5a54e697e4fbba7afcb036a5e51f 0.1s [2020-04-02T22:04:34.801Z] Client: [2020-04-02T22:04:34.801Z] Debug Mode: false [2020-04-02T22:04:34.801Z] Plugins: [2020-04-02T22:04:34.801Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-04-02T22:04:34.801Z] [2020-04-02T22:04:34.801Z] Server: [2020-04-02T22:04:34.801Z] Containers: 2 [2020-04-02T22:04:34.801Z] Running: 0 [2020-04-02T22:04:34.801Z] Paused: 0 [2020-04-02T22:04:34.801Z] Stopped: 2 [2020-04-02T22:04:34.801Z] Images: 11 [2020-04-02T22:04:34.801Z] Server Version: 19.03.5 [2020-04-02T22:04:34.801Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-04-02T22:04:34.801Z] Windows: [2020-04-02T22:04:34.801Z] LCOW: [2020-04-02T22:04:34.801Z] Logging Driver: json-file [2020-04-02T22:04:34.801Z] Plugins: [2020-04-02T22:04:34.801Z] Volume: local [2020-04-02T22:04:34.801Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-04-02T22:04:34.801Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-04-02T22:04:34.801Z] Swarm: inactive [2020-04-02T22:04:34.801Z] Default Isolation: process [2020-04-02T22:04:34.801Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-04-02T22:04:34.801Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1039) [2020-04-02T22:04:34.801Z] OSType: windows [2020-04-02T22:04:34.801Z] Architecture: x86_64 [2020-04-02T22:04:34.801Z] CPUs: 4 [2020-04-02T22:04:34.801Z] Total Memory: 32GiB [2020-04-02T22:04:34.801Z] Name: azwin-2-356c60 [2020-04-02T22:04:34.801Z] ID: UR4U:SP26:2R3U:OABF:FW7X:OVZM:HGLG:UQJF:ODTF:M7DP:TEU4:TEXW [2020-04-02T22:04:34.801Z] Docker Root Dir: D:\docker [2020-04-02T22:04:34.801Z] Debug Mode: false [2020-04-02T22:04:34.801Z] Registry: https://index.docker.io/v1/ [2020-04-02T22:04:34.801Z] Labels: [2020-04-02T22:04:34.801Z] Experimental: true [2020-04-02T22:04:34.801Z] Insecure Registries: [2020-04-02T22:04:34.801Z] 10.0.0.4:5000 [2020-04-02T22:04:34.801Z] 127.0.0.0/8 [2020-04-02T22:04:34.801Z] Registry Mirrors: [2020-04-02T22:04:34.801Z] http://10.0.0.4:5000/ [2020-04-02T22:04:34.801Z] Live Restore Enabled: false [2020-04-02T22:04:34.801Z] [2020-04-02T22:04:34.801Z] + docker info [2020-04-02T22:04:34.801Z] Containers: 1 [2020-04-02T22:04:34.801Z] Running: 1 [2020-04-02T22:04:34.801Z] Paused: 0 [2020-04-02T22:04:34.801Z] Stopped: 0 [2020-04-02T22:04:34.801Z] Images: 15 [2020-04-02T22:04:34.801Z] Server Version: 18.06.1-ce [2020-04-02T22:04:34.801Z] Storage Driver: overlay2 [2020-04-02T22:04:34.801Z] Backing Filesystem: extfs [2020-04-02T22:04:34.801Z] Supports d_type: true [2020-04-02T22:04:34.801Z] Native Overlay Diff: true [2020-04-02T22:04:34.801Z] Logging Driver: json-file [2020-04-02T22:04:34.801Z] Cgroup Driver: cgroupfs [2020-04-02T22:04:34.801Z] Plugins: [2020-04-02T22:04:34.801Z] Volume: local [2020-04-02T22:04:34.801Z] Network: bridge host ipvlan macvlan null overlay [2020-04-02T22:04:34.801Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-04-02T22:04:34.801Z] Swarm: inactive [2020-04-02T22:04:34.801Z] Runtimes: runc [2020-04-02T22:04:34.801Z] Default Runtime: runc [2020-04-02T22:04:34.801Z] Init Binary: docker-init [2020-04-02T22:04:34.801Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-04-02T22:04:34.801Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-04-02T22:04:34.801Z] init version: fec3683 [2020-04-02T22:04:34.801Z] Security Options: [2020-04-02T22:04:34.801Z] apparmor [2020-04-02T22:04:34.801Z] seccomp [2020-04-02T22:04:34.801Z] Profile: default [2020-04-02T22:04:34.801Z] Kernel Version: 4.4.0-130-generic [2020-04-02T22:04:34.801Z] Operating System: Ubuntu 16.04.3 LTS [2020-04-02T22:04:34.801Z] OSType: linux [2020-04-02T22:04:34.801Z] Architecture: ppc64le [2020-04-02T22:04:34.801Z] CPUs: 4 [2020-04-02T22:04:34.801Z] Total Memory: 7.972GiB [2020-04-02T22:04:34.801Z] Name: ppc64le-ubuntu-24 [2020-04-02T22:04:34.801Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-04-02T22:04:34.801Z] Docker Root Dir: /var/lib/docker [2020-04-02T22:04:34.801Z] Debug Mode (client): false [2020-04-02T22:04:34.801Z] Debug Mode (server): false [2020-04-02T22:04:34.801Z] Username: dockerbuildbot [2020-04-02T22:04:34.801Z] Registry: https://index.docker.io/v1/ [2020-04-02T22:04:34.801Z] Labels: [2020-04-02T22:04:34.801Z] Experimental: true [2020-04-02T22:04:34.801Z] Insecure Registries: [2020-04-02T22:04:34.801Z] 127.0.0.0/8 [2020-04-02T22:04:34.801Z] Live Restore Enabled: false [2020-04-02T22:04:34.801Z] [Pipeline] sh [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-04-02T22:04:35.195Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-04-02T22:04:35.195Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-04-02T22:04:35.195Z] + curl -fsSL -o /home/docker/workspace/moby_PR-39946/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-04-02T22:04:35.480Z] + bash /home/docker/workspace/moby_PR-39946/check-config.sh [2020-04-02T22:04:35.480Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-04-02T22:04:35.480Z] info: reading kernel config from /boot/config-4.4.0-130-generic ... [2020-04-02T22:04:35.480Z] [2020-04-02T22:04:35.480Z] Generally Necessary: [2020-04-02T22:04:35.480Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-04-02T22:04:35.480Z] - apparmor: enabled and tools installed [2020-04-02T22:04:35.480Z] - CONFIG_NAMESPACES: enabled [2020-04-02T22:04:35.480Z] - CONFIG_NET_NS: enabled [2020-04-02T22:04:35.480Z] - CONFIG_PID_NS: enabled [2020-04-02T22:04:35.480Z] - CONFIG_IPC_NS: enabled [2020-04-02T22:04:35.480Z] - CONFIG_UTS_NS: enabled [2020-04-02T22:04:35.480Z] - CONFIG_CGROUPS: enabled [2020-04-02T22:04:35.480Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-04-02T22:04:35.480Z] - CONFIG_CGROUP_DEVICE: enabled [2020-04-02T22:04:35.480Z] - CONFIG_CGROUP_FREEZER: enabled [2020-04-02T22:04:35.480Z] - CONFIG_CGROUP_SCHED: enabled [2020-04-02T22:04:35.480Z] - CONFIG_CPUSETS: enabled [2020-04-02T22:04:35.480Z] - CONFIG_MEMCG: enabled [2020-04-02T22:04:35.480Z] - CONFIG_KEYS: enabled [2020-04-02T22:04:35.480Z] - CONFIG_VETH: enabled (as module) [2020-04-02T22:04:35.480Z] - CONFIG_BRIDGE: enabled (as module) [2020-04-02T22:04:35.480Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-04-02T22:04:35.480Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-04-02T22:04:35.480Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-04-02T22:04:35.480Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-04-02T22:04:35.480Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-04-02T22:04:35.480Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-04-02T22:04:35.480Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-04-02T22:04:35.480Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-04-02T22:04:35.480Z] - CONFIG_NF_NAT: enabled (as module) [2020-04-02T22:04:35.767Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-04-02T22:04:35.767Z] - CONFIG_POSIX_MQUEUE: enabled [2020-04-02T22:04:35.767Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-04-02T22:04:35.767Z] [2020-04-02T22:04:35.767Z] Optional Features: [2020-04-02T22:04:35.767Z] - CONFIG_USER_NS: enabled [2020-04-02T22:04:35.767Z] - CONFIG_SECCOMP: enabled [2020-04-02T22:04:35.767Z] - CONFIG_CGROUP_PIDS: enabled [2020-04-02T22:04:35.767Z] - CONFIG_MEMCG_SWAP: enabled [2020-04-02T22:04:35.767Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-04-02T22:04:35.767Z] (cgroup swap accounting is currently enabled) [2020-04-02T22:04:35.767Z] - CONFIG_MEMCG_KMEM: enabled [2020-04-02T22:04:35.767Z] - CONFIG_BLK_CGROUP: enabled [2020-04-02T22:04:35.767Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-04-02T22:04:35.767Z] - CONFIG_IOSCHED_CFQ: enabled [2020-04-02T22:04:35.767Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-04-02T22:04:35.767Z] - CONFIG_CGROUP_PERF: enabled [2020-04-02T22:04:35.767Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-04-02T22:04:35.767Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-04-02T22:04:35.767Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-04-02T22:04:35.767Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-04-02T22:04:35.767Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-04-02T22:04:35.767Z] - CONFIG_RT_GROUP_SCHED: missing [2020-04-02T22:04:35.767Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-04-02T22:04:35.767Z] - CONFIG_IP_VS: enabled (as module) [2020-04-02T22:04:35.767Z] - CONFIG_IP_VS_NFCT: enabled [2020-04-02T22:04:35.767Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-04-02T22:04:35.767Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-04-02T22:04:35.767Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-04-02T22:04:35.767Z] - CONFIG_EXT4_FS: enabled [2020-04-02T22:04:35.767Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-04-02T22:04:35.767Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-04-02T22:04:35.767Z] - Network Drivers: [2020-04-02T22:04:35.767Z] - "overlay": [2020-04-02T22:04:35.767Z] - CONFIG_VXLAN: enabled (as module) [2020-04-02T22:04:35.767Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-04-02T22:04:35.767Z] Optional (for encrypted networks): [2020-04-02T22:04:36.050Z] - CONFIG_CRYPTO: enabled [2020-04-02T22:04:36.050Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-04-02T22:04:36.050Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-04-02T22:04:36.050Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-04-02T22:04:36.050Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-04-02T22:04:36.050Z] - CONFIG_XFRM: enabled [2020-04-02T22:04:36.050Z] - CONFIG_XFRM_USER: enabled (as module) [2020-04-02T22:04:36.050Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-04-02T22:04:36.050Z] - CONFIG_INET_ESP: enabled (as module) [2020-04-02T22:04:36.050Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-04-02T22:04:36.050Z] - "ipvlan": [2020-04-02T22:04:36.050Z] - CONFIG_IPVLAN: enabled (as module) [2020-04-02T22:04:36.050Z] - "macvlan": [2020-04-02T22:04:36.050Z] - CONFIG_MACVLAN: enabled (as module) [2020-04-02T22:04:36.050Z] - CONFIG_DUMMY: enabled (as module) [2020-04-02T22:04:36.050Z] - "ftp,tftp client in container": [2020-04-02T22:04:36.050Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-04-02T22:04:36.050Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-04-02T22:04:36.050Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-04-02T22:04:36.050Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-04-02T22:04:36.050Z] - Storage Drivers: [2020-04-02T22:04:36.050Z] - "aufs": [2020-04-02T22:04:36.050Z] - CONFIG_AUFS_FS: enabled (as module) [2020-04-02T22:04:36.050Z] - "btrfs": [2020-04-02T22:04:36.050Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-04-02T22:04:36.050Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-04-02T22:04:36.050Z] - "devicemapper": [2020-04-02T22:04:36.050Z] - CONFIG_BLK_DEV_DM: enabled [2020-04-02T22:04:36.050Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-04-02T22:04:36.050Z] - "overlay": [2020-04-02T22:04:36.050Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-04-02T22:04:36.050Z] - "zfs": [2020-04-02T22:04:36.050Z] - /dev/zfs: missing [2020-04-02T22:04:36.050Z] - zfs command: missing [2020-04-02T22:04:36.050Z] - zpool command: missing [2020-04-02T22:04:36.050Z] [2020-04-02T22:04:36.050Z] Limits: [2020-04-02T22:04:36.050Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-04-02T22:04:36.050Z] [2020-04-02T22:04:36.050Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-04-02T22:04:36.492Z] + make bundles/buildx [2020-04-02T22:04:37.111Z] make: command: Command not found [2020-04-02T22:04:37.111Z] make: command: Command not found [2020-04-02T22:04:37.111Z] mkdir bundles [2020-04-02T22:04:37.111Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-04-02T22:04:37.111Z] --build-arg BUILDX_COMMIT \ [2020-04-02T22:04:37.111Z] --build-arg BUILDX_REPO \ [2020-04-02T22:04:37.111Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-04-02T22:04:37.111Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-04-02T22:04:37.111Z] . [2020-04-02T22:04:37.111Z] /bin/sh: 4: go: not found [2020-04-02T22:04:37.111Z] /bin/sh: 5: go: not found [2020-04-02T22:04:38.785Z] #7 extracting sha256:e2d9b328fba500f73aec151d1e5fde87b7ee5a54e697e4fbba7afcb036a5e51f 4.1s done [2020-04-02T22:04:38.785Z] #7 extracting sha256:f8e0159fc85284002056acd2e8ec645d3b160ec7f14ef4b938ebb6e29ac2f1c3 [2020-04-02T22:04:38.785Z] #7 extracting sha256:f8e0159fc85284002056acd2e8ec645d3b160ec7f14ef4b938ebb6e29ac2f1c3 done [2020-04-02T22:04:38.785Z] #7 DONE 14.5s [2020-04-02T22:04:38.785Z] [2020-04-02T22:04:38.785Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-04-02T22:04:39.806Z] Sending build context to Docker daemon 54.76MB [2020-04-02T22:04:39.806Z] Step 1/16 : ARG GO_VERSION=1.12.10 [2020-04-02T22:04:39.806Z] Step 2/16 : ARG BUILDX_COMMIT=v0.3.1 [2020-04-02T22:04:39.806Z] Step 3/16 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-04-02T22:04:39.806Z] Step 4/16 : FROM golang:${GO_VERSION}-stretch AS build [2020-04-02T22:04:39.806Z] ---> ebd73b5ebd31 [2020-04-02T22:04:39.806Z] Step 5/16 : ARG BUILDX_REPO [2020-04-02T22:04:39.806Z] ---> Using cache [2020-04-02T22:04:39.806Z] ---> e6bf66678bd1 [2020-04-02T22:04:39.806Z] Step 6/16 : RUN git clone "${BUILDX_REPO}" /buildx [2020-04-02T22:04:39.806Z] ---> Using cache [2020-04-02T22:04:39.806Z] ---> 4265ed79ad51 [2020-04-02T22:04:39.806Z] Step 7/16 : WORKDIR /buildx [2020-04-02T22:04:39.806Z] ---> Using cache [2020-04-02T22:04:39.806Z] ---> 35828273d07f [2020-04-02T22:04:39.806Z] Step 8/16 : ARG BUILDX_COMMIT [2020-04-02T22:04:39.806Z] ---> Using cache [2020-04-02T22:04:39.806Z] ---> 5d03a2014a6f [2020-04-02T22:04:39.806Z] Step 9/16 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-04-02T22:04:39.806Z] ---> Using cache [2020-04-02T22:04:39.806Z] ---> c338241e6f47 [2020-04-02T22:04:39.806Z] Step 10/16 : RUN go mod download [2020-04-02T22:04:39.806Z] ---> Using cache [2020-04-02T22:04:39.806Z] ---> 229ef9c4de54 [2020-04-02T22:04:39.806Z] Step 11/16 : ARG GOOS [2020-04-02T22:04:39.806Z] ---> Using cache [2020-04-02T22:04:39.806Z] ---> 1763f75b6c45 [2020-04-02T22:04:39.806Z] Step 12/16 : ARG GOARCH [2020-04-02T22:04:39.806Z] ---> Using cache [2020-04-02T22:04:39.806Z] ---> 9c736b416207 [2020-04-02T22:04:39.806Z] Step 13/16 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2020-04-02T22:04:39.806Z] ---> Using cache [2020-04-02T22:04:39.806Z] ---> 33671b9ed9f6 [2020-04-02T22:04:39.806Z] Step 14/16 : FROM golang:${GO_VERSION}-stretch [2020-04-02T22:04:39.806Z] ---> ebd73b5ebd31 [2020-04-02T22:04:39.806Z] Step 15/16 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-04-02T22:04:39.806Z] ---> Using cache [2020-04-02T22:04:39.806Z] ---> 9d42b832a732 [2020-04-02T22:04:39.806Z] Step 16/16 : ENTRYPOINT ["/usr/bin/buildx"] [2020-04-02T22:04:39.806Z] ---> Using cache [2020-04-02T22:04:39.806Z] ---> 53820446217f [2020-04-02T22:04:39.806Z] Successfully built 53820446217f [2020-04-02T22:04:39.806Z] Successfully tagged moby-buildx:latest [2020-04-02T22:04:39.806Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-04-02T22:04:39.806Z] if [ -n "${id}" ]; then \ [2020-04-02T22:04:39.806Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-04-02T22:04:39.806Z] && touch bundles/buildx; \ [2020-04-02T22:04:39.806Z] docker rm -f ${id}; \ [2020-04-02T22:04:39.806Z] fi [2020-04-02T22:04:40.426Z] e5e294a234a6fc988a65f4afd545eba4a0a7d02daee386537ad7281c11105f7a [2020-04-02T22:04:40.426Z] bundles/buildx version [2020-04-02T22:04:40.426Z] buildx v0.3.1 6db68d0 [2020-04-02T22:04:40.426Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:d7ba1f85ef8f23096f2fd92d0444820543ab9675 . [2020-04-02T22:04:40.712Z] #2 [internal] load .dockerignore [2020-04-02T22:04:40.712Z] #2 transferring context: 87B done [2020-04-02T22:04:40.712Z] #2 DONE 0.0s [2020-04-02T22:04:40.712Z] [2020-04-02T22:04:40.712Z] #1 [internal] load build definition from Dockerfile [2020-04-02T22:04:40.712Z] #1 transferring dockerfile: 17.05kB done [2020-04-02T22:04:40.712Z] #1 DONE 0.0s [2020-04-02T22:04:40.712Z] [2020-04-02T22:04:40.712Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-04-02T22:04:40.712Z] #3 DONE 0.2s [2020-04-02T22:04:40.997Z] [2020-04-02T22:04:40.997Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-04-02T22:04:40.997Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2020-04-02T22:04:40.997Z] #4 CACHED [2020-04-02T22:04:40.997Z] [2020-04-02T22:04:40.997Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-04-02T22:04:41.282Z] #6 ... [2020-04-02T22:04:41.282Z] [2020-04-02T22:04:41.282Z] #5 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-04-02T22:04:41.282Z] #5 DONE 0.1s [2020-04-02T22:04:41.282Z] [2020-04-02T22:04:41.282Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-04-02T22:04:41.316Z] #8 DONE 2.3s [2020-04-02T22:04:41.316Z] [2020-04-02T22:04:41.316Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-04-02T22:04:41.316Z] #9 DONE 0.7s [2020-04-02T22:04:41.569Z] #6 DONE 0.4s [2020-04-02T22:04:41.569Z] [2020-04-02T22:04:41.569Z] #71 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-04-02T22:04:41.569Z] #71 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-04-02T22:04:41.569Z] #71 DONE 0.0s [2020-04-02T22:04:41.569Z] [2020-04-02T22:04:41.569Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:1da34145a7... [2020-04-02T22:04:41.569Z] #7 resolve docker.io/library/golang:1.13.8-buster@sha256:1da34145a757a5b9959111d0150d257c1a1f456b5fc3ec72101093e01977d8ca done [2020-04-02T22:04:41.569Z] #7 DONE 0.0s [2020-04-02T22:04:41.569Z] [2020-04-02T22:04:41.569Z] #20 [internal] load build context [2020-04-02T22:04:41.574Z] [2020-04-02T22:04:41.574Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-04-02T22:04:41.574Z] #40 DONE 0.0s [2020-04-02T22:04:41.574Z] [2020-04-02T22:04:41.574Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-04-02T22:04:41.574Z] #29 DONE 0.1s [2020-04-02T22:04:41.574Z] [2020-04-02T22:04:41.574Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:04:41.574Z] #21 DONE 0.1s [2020-04-02T22:04:41.574Z] [2020-04-02T22:04:41.574Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-04-02T22:04:41.574Z] #32 ... [2020-04-02T22:04:41.574Z] [2020-04-02T22:04:41.574Z] #67 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-04-02T22:04:41.574Z] #67 DONE 0.1s [2020-04-02T22:04:41.574Z] [2020-04-02T22:04:41.574Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-04-02T22:04:41.574Z] #22 DONE 0.1s [2020-04-02T22:04:41.574Z] [2020-04-02T22:04:41.574Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-04-02T22:04:41.574Z] #46 DONE 0.1s [2020-04-02T22:04:41.574Z] [2020-04-02T22:04:41.574Z] #73 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-04-02T22:04:41.574Z] #73 DONE 0.1s [2020-04-02T22:04:41.574Z] [2020-04-02T22:04:41.574Z] #55 [shfmt 2/3] COPY hack/dockerfile/install/shfmt.installer ./ [2020-04-02T22:04:41.574Z] #55 DONE 0.2s [2020-04-02T22:04:41.833Z] [2020-04-02T22:04:41.833Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-04-02T22:04:41.833Z] #32 DONE 0.2s [2020-04-02T22:04:41.833Z] [2020-04-02T22:04:41.833Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-04-02T22:04:41.833Z] #52 DONE 0.2s [2020-04-02T22:04:41.833Z] [2020-04-02T22:04:41.833Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-04-02T22:04:41.833Z] #49 DONE 0.2s [2020-04-02T22:04:41.833Z] [2020-04-02T22:04:41.833Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:45.077Z] #20 transferring context: 50.12MB 3.2s done [2020-04-02T22:04:45.077Z] #20 DONE 3.3s [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:04:45.077Z] #36 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-04-02T22:04:45.077Z] #24 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-04-02T22:04:45.077Z] #43 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sb... [2020-04-02T22:04:45.077Z] #18 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-04-02T22:04:45.077Z] #31 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-04-02T22:04:45.077Z] #69 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:45.077Z] #65 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:04:45.077Z] #44 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-04-02T22:04:45.077Z] #27 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-04-02T22:04:45.077Z] #35 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #67 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-04-02T22:04:45.077Z] #67 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #63 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:04:45.077Z] #63 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #59 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-04-02T22:04:45.077Z] #59 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #70 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-04-02T22:04:45.077Z] #70 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-04-02T22:04:45.077Z] #22 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-04-02T22:04:45.077Z] #25 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-04-02T22:04:45.077Z] #62 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-04-02T22:04:45.077Z] #16 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-04-02T22:04:45.077Z] #34 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-04-02T22:04:45.077Z] #41 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-04-02T22:04:45.077Z] #39 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:04:45.077Z] #33 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-04-02T22:04:45.077Z] #8 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #58 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:04:45.077Z] #58 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #72 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-04-02T22:04:45.077Z] #72 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-04-02T22:04:45.077Z] #46 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #73 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-04-02T22:04:45.077Z] #73 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-04-02T22:04:45.077Z] #26 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-04-02T22:04:45.077Z] #49 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-04-02T22:04:45.077Z] #28 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #66 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-04-02T22:04:45.077Z] #66 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /et... [2020-04-02T22:04:45.077Z] #15 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #54 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-04-02T22:04:45.077Z] #54 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-04-02T22:04:45.077Z] #37 CACHED [2020-04-02T22:04:45.077Z] [2020-04-02T22:04:45.077Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-04-02T22:04:45.077Z] #30 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-04-02T22:04:45.078Z] #17 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:45.078Z] #53 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #55 [shfmt 2/3] COPY hack/dockerfile/install/shfmt.installer ./ [2020-04-02T22:04:45.078Z] #55 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:04:45.078Z] #56 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-04-02T22:04:45.078Z] #19 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #57 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-04-02T22:04:45.078Z] #57 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #48 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-04-02T22:04:45.078Z] #48 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #61 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-04-02T22:04:45.078Z] #61 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:04:45.078Z] #60 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #64 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-04-02T22:04:45.078Z] #64 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-04-02T22:04:45.078Z] #32 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-04-02T22:04:45.078Z] #45 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:04:45.078Z] #47 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-04-02T22:04:45.078Z] #40 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:45.078Z] #50 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:04:45.078Z] #38 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:04:45.078Z] #21 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.b... [2020-04-02T22:04:45.078Z] #13 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bas... [2020-04-02T22:04:45.078Z] #14 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:45.078Z] #68 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivil... [2020-04-02T22:04:45.078Z] #12 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-04-02T22:04:45.078Z] #42 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #75 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-04-02T22:04:45.078Z] #75 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:04:45.078Z] #74 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #51 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-04-02T22:04:45.078Z] #51 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-04-02T22:04:45.078Z] #52 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:45.078Z] #23 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-04-02T22:04:45.078Z] #29 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-04-02T22:04:45.078Z] #9 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-04-02T22:04:45.078Z] #11 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-04-02T22:04:45.078Z] #10 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-04-02T22:04:45.078Z] #76 CACHED [2020-04-02T22:04:45.078Z] [2020-04-02T22:04:45.078Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-04-02T22:04:45.183Z] ok github.com/docker/docker/api/server 0.038s coverage: 9.0% of statements [2020-04-02T22:04:46.105Z] #77 DONE 1.1s [2020-04-02T22:04:46.105Z] [2020-04-02T22:04:46.105Z] #78 exporting to oci image format [2020-04-02T22:04:46.105Z] #78 exporting layers [2020-04-02T22:04:48.395Z] #50 ... [2020-04-02T22:04:48.395Z] [2020-04-02T22:04:48.395Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:48.395Z] #23 5.689 + RM_GOPATH=0 [2020-04-02T22:04:48.395Z] #23 5.689 + TMP_GOPATH= [2020-04-02T22:04:48.395Z] #23 5.689 + : /build [2020-04-02T22:04:48.395Z] #23 5.689 + '[' -z '' ']' [2020-04-02T22:04:48.395Z] #23 5.694 ++ mktemp -d [2020-04-02T22:04:48.395Z] #23 5.695 + export GOPATH=/tmp/tmp.cRqxosQkbI [2020-04-02T22:04:48.395Z] #23 5.695 + GOPATH=/tmp/tmp.cRqxosQkbI [2020-04-02T22:04:48.395Z] #23 5.695 + RM_GOPATH=1 [2020-04-02T22:04:48.395Z] #23 5.695 ++ dirname ./install.sh [2020-04-02T22:04:48.395Z] #23 5.696 + dir=. [2020-04-02T22:04:48.395Z] #23 5.696 + bin=dockercli [2020-04-02T22:04:48.395Z] #23 5.696 + shift [2020-04-02T22:04:48.395Z] #23 5.696 + '[' '!' -f ./dockercli.installer ']' [2020-04-02T22:04:48.395Z] #23 5.696 + . ./dockercli.installer [2020-04-02T22:04:48.395Z] #23 5.696 ++ : stable [2020-04-02T22:04:48.395Z] #23 5.697 ++ : 17.06.2-ce [2020-04-02T22:04:48.395Z] #23 5.699 + install_dockercli [2020-04-02T22:04:48.395Z] #23 5.701 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-04-02T22:04:48.395Z] #23 5.701 Install docker/cli version 17.06.2-ce from stable [2020-04-02T22:04:48.395Z] #23 5.702 ++ uname -m [2020-04-02T22:04:48.395Z] #23 5.708 + arch=x86_64 [2020-04-02T22:04:48.395Z] #23 5.708 + '[' x86_64 '!=' x86_64 ']' [2020-04-02T22:04:48.395Z] #23 5.709 + url=https://download.docker.com/linux/static [2020-04-02T22:04:48.395Z] #23 5.714 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-04-02T22:04:48.395Z] #23 5.716 + tar -xz docker/docker [2020-04-02T22:04:48.395Z] #23 ... [2020-04-02T22:04:48.395Z] [2020-04-02T22:04:48.395Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:48.395Z] #50 5.926 + RM_GOPATH=0 [2020-04-02T22:04:48.395Z] #50 5.926 + TMP_GOPATH= [2020-04-02T22:04:48.395Z] #50 5.927 + : /build [2020-04-02T22:04:48.395Z] #50 5.927 + '[' -z '' ']' [2020-04-02T22:04:48.395Z] #50 5.928 ++ mktemp -d [2020-04-02T22:04:48.395Z] #50 5.930 + export GOPATH=/tmp/tmp.fWi6xwhzJI [2020-04-02T22:04:48.395Z] #50 5.930 + GOPATH=/tmp/tmp.fWi6xwhzJI [2020-04-02T22:04:48.395Z] #50 5.930 + RM_GOPATH=1 [2020-04-02T22:04:48.395Z] #50 5.931 ++ dirname ./install.sh [2020-04-02T22:04:48.395Z] #50 5.933 + dir=. [2020-04-02T22:04:48.395Z] #50 5.933 + bin=gotestsum [2020-04-02T22:04:48.395Z] #50 5.933 + shift [2020-04-02T22:04:48.395Z] #50 5.934 + '[' '!' -f ./gotestsum.installer ']' [2020-04-02T22:04:48.395Z] #50 5.934 + . ./gotestsum.installer [2020-04-02T22:04:48.395Z] #50 5.934 ++ : v0.3.5 [2020-04-02T22:04:48.395Z] #50 5.934 + install_gotestsum [2020-04-02T22:04:48.395Z] #50 5.935 + echo 'Installing gotestsum version v0.3.5' [2020-04-02T22:04:48.395Z] #50 5.936 Installing gotestsum version v0.3.5 [2020-04-02T22:04:48.395Z] #50 5.937 + go get -d gotest.tools/gotestsum [2020-04-02T22:04:51.717Z] #50 ... [2020-04-02T22:04:51.717Z] [2020-04-02T22:04:51.717Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-04-02T22:04:51.717Z] #43 6.376 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-04-02T22:04:51.717Z] #43 6.476 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-04-02T22:04:51.717Z] #43 6.545 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-04-02T22:04:51.717Z] #43 7.469 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-04-02T22:04:51.717Z] #43 9.952 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [186 kB] [2020-04-02T22:04:51.717Z] #43 ... [2020-04-02T22:04:51.717Z] [2020-04-02T22:04:51.717Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-04-02T22:04:51.717Z] #10 6.189 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-04-02T22:04:51.717Z] #10 6.459 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-04-02T22:04:51.717Z] #10 6.546 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-04-02T22:04:51.717Z] #10 7.434 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-04-02T22:04:51.717Z] #10 10.26 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [186 kB] [2020-04-02T22:04:51.717Z] #10 ... [2020-04-02T22:04:51.717Z] [2020-04-02T22:04:51.717Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:04:51.717Z] #47 6.077 + RM_GOPATH=0 [2020-04-02T22:04:51.717Z] #47 6.077 + TMP_GOPATH= [2020-04-02T22:04:51.717Z] #47 6.077 + : /build [2020-04-02T22:04:51.717Z] #47 6.077 + '[' -z '' ']' [2020-04-02T22:04:51.717Z] #47 6.080 ++ mktemp -d [2020-04-02T22:04:51.717Z] #47 6.080 + export GOPATH=/tmp/tmp.nB79UhLLSU [2020-04-02T22:04:51.717Z] #47 6.080 + GOPATH=/tmp/tmp.nB79UhLLSU [2020-04-02T22:04:51.717Z] #47 6.080 + RM_GOPATH=1 [2020-04-02T22:04:51.717Z] #47 6.082 ++ dirname ./install.sh [2020-04-02T22:04:51.717Z] #47 6.082 + dir=. [2020-04-02T22:04:51.717Z] #47 6.082 + bin=vndr [2020-04-02T22:04:51.717Z] #47 6.082 + shift [2020-04-02T22:04:51.717Z] #47 6.082 + '[' '!' -f ./vndr.installer ']' [2020-04-02T22:04:51.717Z] #47 6.082 + . ./vndr.installer [2020-04-02T22:04:51.717Z] #47 6.082 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-04-02T22:04:51.717Z] #47 6.082 + install_vndr [2020-04-02T22:04:51.717Z] #47 6.082 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-04-02T22:04:51.717Z] #47 6.082 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.nB79UhLLSU/src/github.com/LK4D4/vndr [2020-04-02T22:04:51.717Z] #47 6.082 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-04-02T22:04:51.717Z] #47 6.086 Cloning into '/tmp/tmp.nB79UhLLSU/src/github.com/LK4D4/vndr'... [2020-04-02T22:04:51.717Z] #47 6.947 + cd /tmp/tmp.nB79UhLLSU/src/github.com/LK4D4/vndr [2020-04-02T22:04:51.717Z] #47 6.951 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-04-02T22:04:51.717Z] #47 6.958 + go build -buildmode=pie -v -o /build/vndr . [2020-04-02T22:04:51.717Z] #47 8.385 internal/cpu [2020-04-02T22:04:51.717Z] #47 8.410 runtime/internal/atomic [2020-04-02T22:04:51.717Z] #47 8.733 internal/race [2020-04-02T22:04:51.717Z] #47 8.863 sync/atomic [2020-04-02T22:04:51.717Z] #47 9.103 internal/bytealg [2020-04-02T22:04:51.717Z] #47 9.338 unicode [2020-04-02T22:04:51.717Z] #47 9.867 runtime [2020-04-02T22:04:51.976Z] #47 ... [2020-04-02T22:04:51.976Z] [2020-04-02T22:04:51.976Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-04-02T22:04:51.976Z] #41 6.430 + git clone https://github.com/docker/distribution.git . [2020-04-02T22:04:51.976Z] #41 6.434 Cloning into '.'... [2020-04-02T22:04:51.976Z] #41 ... [2020-04-02T22:04:51.976Z] [2020-04-02T22:04:51.976Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:51.976Z] #68 6.243 + RM_GOPATH=0 [2020-04-02T22:04:51.976Z] #68 6.243 + TMP_GOPATH= [2020-04-02T22:04:51.976Z] #68 6.243 + : /build/ [2020-04-02T22:04:51.976Z] #68 6.244 + '[' -z '' ']' [2020-04-02T22:04:51.976Z] #68 6.247 ++ mktemp -d [2020-04-02T22:04:51.976Z] #68 6.250 + export GOPATH=/tmp/tmp.96d6SYzvQp [2020-04-02T22:04:51.976Z] #68 6.250 + GOPATH=/tmp/tmp.96d6SYzvQp [2020-04-02T22:04:51.976Z] #68 6.250 + RM_GOPATH=1 [2020-04-02T22:04:51.976Z] #68 6.251 ++ dirname ./install.sh [2020-04-02T22:04:51.976Z] #68 6.262 + dir=. [2020-04-02T22:04:51.976Z] #68 6.262 + bin=rootlesskit [2020-04-02T22:04:51.976Z] #68 6.262 + shift [2020-04-02T22:04:51.976Z] #68 6.262 + '[' '!' -f ./rootlesskit.installer ']' [2020-04-02T22:04:51.976Z] #68 6.263 + . ./rootlesskit.installer [2020-04-02T22:04:51.976Z] #68 6.263 ++ : eefbc3f7fb73d9a993605c9ff9a36bfcad6c1270 [2020-04-02T22:04:51.976Z] #68 6.264 + install_rootlesskit [2020-04-02T22:04:51.976Z] #68 6.270 + case "$1" in [2020-04-02T22:04:51.976Z] #68 6.270 + export CGO_ENABLED=0 [2020-04-02T22:04:51.976Z] #68 6.270 + CGO_ENABLED=0 [2020-04-02T22:04:51.976Z] #68 6.270 + _install_rootlesskit [2020-04-02T22:04:51.976Z] #68 6.273 + echo 'Install rootlesskit version eefbc3f7fb73d9a993605c9ff9a36bfcad6c1270' [2020-04-02T22:04:51.976Z] #68 6.273 Install rootlesskit version eefbc3f7fb73d9a993605c9ff9a36bfcad6c1270 [2020-04-02T22:04:51.976Z] #68 6.273 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.96d6SYzvQp/src/github.com/rootless-containers/rootlesskit [2020-04-02T22:04:51.976Z] #68 6.280 Cloning into '/tmp/tmp.96d6SYzvQp/src/github.com/rootless-containers/rootlesskit'... [2020-04-02T22:04:52.233Z] #68 ... [2020-04-02T22:04:52.233Z] [2020-04-02T22:04:52.233Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:04:52.233Z] #74 6.186 + RM_GOPATH=0 [2020-04-02T22:04:52.233Z] #74 6.186 + TMP_GOPATH= [2020-04-02T22:04:52.233Z] #74 6.186 + : /build [2020-04-02T22:04:52.233Z] #74 6.193 + '[' -z '' ']' [2020-04-02T22:04:52.233Z] #74 6.196 ++ mktemp -d [2020-04-02T22:04:52.233Z] #74 6.199 + export GOPATH=/tmp/tmp.l2tR9lBp1K [2020-04-02T22:04:52.233Z] #74 6.200 + GOPATH=/tmp/tmp.l2tR9lBp1K [2020-04-02T22:04:52.233Z] #74 6.207 + RM_GOPATH=1 [2020-04-02T22:04:52.233Z] #74 6.213 ++ dirname ./install.sh [2020-04-02T22:04:52.233Z] #74 6.213 + dir=. [2020-04-02T22:04:52.233Z] #74 6.213 + bin=proxy [2020-04-02T22:04:52.233Z] #74 6.213 + shift [2020-04-02T22:04:52.233Z] #74 6.213 + '[' '!' -f ./proxy.installer ']' [2020-04-02T22:04:52.233Z] #74 6.213 + . ./proxy.installer [2020-04-02T22:04:52.233Z] #74 6.213 ++ : ef149a924dfde2e506ea3cb3f617d7d0fa96b8ee [2020-04-02T22:04:52.233Z] #74 6.213 + install_proxy [2020-04-02T22:04:52.233Z] #74 6.213 + case "$1" in [2020-04-02T22:04:52.233Z] #74 6.213 + export CGO_ENABLED=0 [2020-04-02T22:04:52.233Z] #74 6.213 + CGO_ENABLED=0 [2020-04-02T22:04:52.233Z] #74 6.213 + _install_proxy [2020-04-02T22:04:52.233Z] #74 6.213 + echo 'Install docker-proxy version ef149a924dfde2e506ea3cb3f617d7d0fa96b8ee' [2020-04-02T22:04:52.233Z] #74 6.213 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.l2tR9lBp1K/src/github.com/docker/libnetwork [2020-04-02T22:04:52.233Z] #74 6.213 Install docker-proxy version ef149a924dfde2e506ea3cb3f617d7d0fa96b8ee [2020-04-02T22:04:52.233Z] #74 6.217 Cloning into '/tmp/tmp.l2tR9lBp1K/src/github.com/docker/libnetwork'... [2020-04-02T22:04:52.233Z] #74 ... [2020-04-02T22:04:52.233Z] [2020-04-02T22:04:52.233Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:04:52.233Z] #56 5.768 + RM_GOPATH=0 [2020-04-02T22:04:52.233Z] #56 5.768 + TMP_GOPATH= [2020-04-02T22:04:52.233Z] #56 5.768 + : /build [2020-04-02T22:04:52.233Z] #56 5.768 + '[' -z '' ']' [2020-04-02T22:04:52.233Z] #56 5.772 ++ mktemp -d [2020-04-02T22:04:52.233Z] #56 5.772 + export GOPATH=/tmp/tmp.3QZLNecQHO [2020-04-02T22:04:52.233Z] #56 5.776 + GOPATH=/tmp/tmp.3QZLNecQHO [2020-04-02T22:04:52.233Z] #56 5.776 + RM_GOPATH=1 [2020-04-02T22:04:52.233Z] #56 5.777 ++ dirname ./install.sh [2020-04-02T22:04:52.233Z] #56 5.785 + dir=. [2020-04-02T22:04:52.233Z] #56 5.785 + bin=shfmt [2020-04-02T22:04:52.233Z] #56 5.785 + shift [2020-04-02T22:04:52.233Z] #56 5.785 + '[' '!' -f ./shfmt.installer ']' [2020-04-02T22:04:52.233Z] #56 5.785 + . ./shfmt.installer [2020-04-02T22:04:52.233Z] #56 5.785 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-04-02T22:04:52.233Z] #56 5.785 + install_shfmt [2020-04-02T22:04:52.233Z] #56 5.785 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-04-02T22:04:52.233Z] #56 5.785 + git clone https://github.com/mvdan/sh.git /tmp/tmp.3QZLNecQHO/src/github.com/mvdan/sh [2020-04-02T22:04:52.233Z] #56 5.785 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-04-02T22:04:52.233Z] #56 5.787 Cloning into '/tmp/tmp.3QZLNecQHO/src/github.com/mvdan/sh'... [2020-04-02T22:04:52.491Z] #56 ... [2020-04-02T22:04:52.491Z] [2020-04-02T22:04:52.491Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-04-02T22:04:52.491Z] #25 6.187 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-04-02T22:04:52.491Z] #25 6.606 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-04-02T22:04:52.491Z] #25 6.631 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-04-02T22:04:52.491Z] #25 7.540 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-04-02T22:04:52.491Z] #25 9.884 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [186 kB] [2020-04-02T22:04:52.748Z] #25 ... [2020-04-02T22:04:52.748Z] [2020-04-02T22:04:52.748Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:04:52.748Z] #33 6.182 + RM_GOPATH=0 [2020-04-02T22:04:52.748Z] #33 6.183 + TMP_GOPATH= [2020-04-02T22:04:52.748Z] #33 6.183 + : /build [2020-04-02T22:04:52.748Z] #33 6.183 + '[' -z '' ']' [2020-04-02T22:04:52.748Z] #33 6.186 ++ mktemp -d [2020-04-02T22:04:52.748Z] #33 6.202 + export GOPATH=/tmp/tmp.NyJf6MS1Ki [2020-04-02T22:04:52.748Z] #33 6.202 + GOPATH=/tmp/tmp.NyJf6MS1Ki [2020-04-02T22:04:52.748Z] #33 6.202 + RM_GOPATH=1 [2020-04-02T22:04:52.748Z] #33 6.202 ++ dirname ./install.sh [2020-04-02T22:04:52.748Z] #33 6.203 + dir=. [2020-04-02T22:04:52.748Z] #33 6.203 + bin=tomlv [2020-04-02T22:04:52.748Z] #33 6.204 + shift [2020-04-02T22:04:52.748Z] #33 6.204 + '[' '!' -f ./tomlv.installer ']' [2020-04-02T22:04:52.748Z] #33 6.204 + . ./tomlv.installer [2020-04-02T22:04:52.748Z] #33 6.204 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-04-02T22:04:52.748Z] #33 6.204 + install_tomlv [2020-04-02T22:04:52.748Z] #33 6.205 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-04-02T22:04:52.749Z] #33 6.205 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-04-02T22:04:52.749Z] #33 6.205 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.NyJf6MS1Ki/src/github.com/BurntSushi/toml [2020-04-02T22:04:52.749Z] #33 6.206 Cloning into '/tmp/tmp.NyJf6MS1Ki/src/github.com/BurntSushi/toml'... [2020-04-02T22:04:52.749Z] #33 7.264 + cd /tmp/tmp.NyJf6MS1Ki/src/github.com/BurntSushi/toml [2020-04-02T22:04:52.749Z] #33 7.264 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-04-02T22:04:52.749Z] #33 7.284 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-04-02T22:04:52.749Z] #33 8.116 internal/cpu [2020-04-02T22:04:52.749Z] #33 8.150 runtime/internal/atomic [2020-04-02T22:04:52.749Z] #33 8.409 runtime/internal/sys [2020-04-02T22:04:52.749Z] #33 8.654 runtime/internal/math [2020-04-02T22:04:52.749Z] #33 8.665 math/bits [2020-04-02T22:04:52.749Z] #33 8.761 internal/bytealg [2020-04-02T22:04:52.749Z] #33 9.176 math [2020-04-02T22:04:52.749Z] #33 9.656 runtime [2020-04-02T22:04:52.749Z] #33 ... [2020-04-02T22:04:52.749Z] [2020-04-02T22:04:52.749Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-04-02T22:04:52.749Z] #30 5.983 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-04-02T22:04:52.749Z] #30 5.984 Cloning into '.'... [2020-04-02T22:04:53.006Z] #30 ... [2020-04-02T22:04:53.006Z] [2020-04-02T22:04:53.006Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:53.006Z] #53 6.026 + RM_GOPATH=0 [2020-04-02T22:04:53.006Z] #53 6.026 + TMP_GOPATH= [2020-04-02T22:04:53.006Z] #53 6.026 + : /build [2020-04-02T22:04:53.006Z] #53 6.026 + '[' -z '' ']' [2020-04-02T22:04:53.006Z] #53 6.026 ++ mktemp -d [2020-04-02T22:04:53.006Z] #53 6.026 + export GOPATH=/tmp/tmp.ungVPncL6K [2020-04-02T22:04:53.006Z] #53 6.026 + GOPATH=/tmp/tmp.ungVPncL6K [2020-04-02T22:04:53.006Z] #53 6.026 + RM_GOPATH=1 [2020-04-02T22:04:53.006Z] #53 6.026 ++ dirname ./install.sh [2020-04-02T22:04:53.006Z] #53 6.032 + dir=. [2020-04-02T22:04:53.006Z] #53 6.032 + bin=golangci_lint [2020-04-02T22:04:53.006Z] #53 6.032 + shift [2020-04-02T22:04:53.006Z] #53 6.032 + '[' '!' -f ./golangci_lint.installer ']' [2020-04-02T22:04:53.006Z] #53 6.032 + . ./golangci_lint.installer [2020-04-02T22:04:53.006Z] #53 6.032 ++ : v1.23.8 [2020-04-02T22:04:53.006Z] #53 6.036 + install_golangci_lint [2020-04-02T22:04:53.006Z] #53 6.036 + echo 'Installing golangci-lint version v1.23.8' [2020-04-02T22:04:53.006Z] #53 6.036 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-04-02T22:04:53.006Z] #53 6.038 Installing golangci-lint version v1.23.8 [2020-04-02T22:04:53.006Z] #53 ... [2020-04-02T22:04:53.006Z] [2020-04-02T22:04:53.006Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-04-02T22:04:53.006Z] #62 6.195 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-04-02T22:04:53.006Z] #62 6.481 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-04-02T22:04:53.006Z] #62 6.556 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-04-02T22:04:53.006Z] #62 7.393 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-04-02T22:04:53.006Z] #62 10.01 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [186 kB] [2020-04-02T22:04:53.264Z] #62 ... [2020-04-02T22:04:53.264Z] [2020-04-02T22:04:53.264Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-04-02T22:04:53.264Z] #35 6.188 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-04-02T22:04:53.264Z] #35 6.449 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-04-02T22:04:53.264Z] #35 6.548 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-04-02T22:04:53.264Z] #35 7.326 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-04-02T22:04:53.264Z] #35 9.480 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [186 kB] [2020-04-02T22:04:53.264Z] #35 ... [2020-04-02T22:04:53.264Z] [2020-04-02T22:04:53.264Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:53.264Z] #68 11.29 + cd /tmp/tmp.96d6SYzvQp/src/github.com/rootless-containers/rootlesskit [2020-04-02T22:04:53.264Z] #68 11.29 + git checkout -q eefbc3f7fb73d9a993605c9ff9a36bfcad6c1270 [2020-04-02T22:04:53.264Z] #68 11.76 + for f in rootlesskit rootlesskit-docker-proxy [2020-04-02T22:04:53.264Z] #68 11.76 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-04-02T22:04:54.518Z] #78 exporting layers 7.3s done [2020-04-02T22:04:54.518Z] #78 exporting manifest sha256:f497a0863346079b4a0d9692353c2ee1606c5a1c47a45ae81f6d34e37b96770c done [2020-04-02T22:04:54.518Z] #78 exporting config sha256:96bd5e8566396579e5c594c81e0ff4ac5244fd02a3bf741cc12bd3d39b86e9eb done [2020-04-02T22:04:54.518Z] #78 sending tarball [2020-04-02T22:04:56.545Z] #68 ... [2020-04-02T22:04:56.545Z] [2020-04-02T22:04:56.545Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:04:56.545Z] #23 14.22 + mkdir -p /build [2020-04-02T22:04:56.545Z] #23 14.22 + mv docker/docker /build/ [2020-04-02T22:04:56.545Z] #23 14.24 + rmdir docker [2020-04-02T22:04:56.545Z] #23 DONE 14.5s [2020-04-02T22:04:56.545Z] [2020-04-02T22:04:56.545Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:04:56.545Z] #33 14.06 internal/testlog [2020-04-02T22:04:56.545Z] #33 14.35 encoding [2020-04-02T22:04:56.545Z] #33 14.68 runtime/cgo [2020-04-02T22:05:01.805Z] #33 ... [2020-04-02T22:05:01.805Z] [2020-04-02T22:05:01.805Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:05:01.805Z] #56 16.25 + cd /tmp/tmp.3QZLNecQHO/src/github.com/mvdan/sh [2020-04-02T22:05:01.806Z] #56 16.26 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-04-02T22:05:01.806Z] #56 16.39 + GO111MODULE=on [2020-04-02T22:05:01.806Z] #56 16.39 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-04-02T22:05:01.806Z] #56 17.58 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-04-02T22:05:01.806Z] #56 17.67 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-04-02T22:05:01.806Z] #56 17.67 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-04-02T22:05:01.806Z] #56 17.90 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-04-02T22:05:01.806Z] #56 18.00 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-04-02T22:05:01.806Z] #56 18.80 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-04-02T22:05:01.806Z] #56 19.60 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-04-02T22:05:02.738Z] #56 20.92 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-04-02T22:05:03.669Z] #56 ... [2020-04-02T22:05:03.669Z] [2020-04-02T22:05:03.669Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-04-02T22:05:03.669Z] #35 12.08 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7380 B] [2020-04-02T22:05:03.669Z] #35 ... [2020-04-02T22:05:03.669Z] [2020-04-02T22:05:03.669Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:05:03.669Z] #47 12.91 unicode/utf8 [2020-04-02T22:05:03.669Z] #47 13.60 math [2020-04-02T22:05:03.669Z] #47 18.61 unicode/utf16 [2020-04-02T22:05:03.669Z] #47 18.79 container/list [2020-04-02T22:05:03.669Z] #47 19.34 crypto/internal/subtle [2020-04-02T22:05:03.669Z] #47 19.45 crypto/subtle [2020-04-02T22:05:03.669Z] #47 19.62 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-04-02T22:05:03.669Z] #47 19.71 internal/nettrace [2020-04-02T22:05:03.669Z] #47 19.83 runtime/cgo [2020-04-02T22:05:03.927Z] #47 ... [2020-04-02T22:05:03.927Z] [2020-04-02T22:05:03.927Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:05:03.927Z] #56 22.15 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-04-02T22:05:03.927Z] #56 ... [2020-04-02T22:05:03.927Z] [2020-04-02T22:05:03.927Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-04-02T22:05:03.927Z] #25 12.44 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7380 B] [2020-04-02T22:05:04.185Z] #25 ... [2020-04-02T22:05:04.185Z] [2020-04-02T22:05:04.185Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-04-02T22:05:04.185Z] #10 12.68 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7380 B] [2020-04-02T22:05:04.185Z] #10 ... [2020-04-02T22:05:04.185Z] [2020-04-02T22:05:04.185Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-04-02T22:05:04.185Z] #43 12.51 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7380 B] [2020-04-02T22:05:04.443Z] #43 ... [2020-04-02T22:05:04.443Z] [2020-04-02T22:05:04.443Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-04-02T22:05:04.443Z] #62 12.54 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7380 B] [2020-04-02T22:05:04.443Z] #62 ... [2020-04-02T22:05:04.443Z] [2020-04-02T22:05:04.443Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-04-02T22:05:04.443Z] #25 23.03 Fetched 8336 kB in 17s (485 kB/s) [2020-04-02T22:05:09.702Z] #25 23.03 Reading package lists... [2020-04-02T22:05:09.703Z] #25 ... [2020-04-02T22:05:09.703Z] [2020-04-02T22:05:09.703Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:05:09.703Z] #74 23.76 Checking out files: 64% (1336/2066) Checking out files: 65% (1343/2066) Checking out files: 66% (1364/2066) Checking out files: 67% (1385/2066) Checking out files: 68% (1405/2066) Checking out files: 69% (1426/2066) Checking out files: 70% (1447/2066) Checking out files: 71% (1467/2066) Checking out files: 72% (1488/2066) Checking out files: 73% (1509/2066) Checking out files: 74% (1529/2066) Checking out files: 75% (1550/2066) Checking out files: 76% (1571/2066) Checking out files: 77% (1591/2066) Checking out files: 78% (1612/2066) Checking out files: 79% (1633/2066) Checking out files: 80% (1653/2066) Checking out files: 81% (1674/2066) Checking out files: 82% (1695/2066) Checking out files: 83% (1715/2066) Checking out files: 84% (1736/2066) Checking out files: 85% (1757/2066) Checking out files: 86% (1777/2066) Checking out files: 87% (1798/2066) Checking out files: 88% (1819/2066) Checking out files: 89% (1839/2066) Checking out files: 90% (1860/2066) Checking out files: 91% (1881/2066) Checking out files: 92% (1901/2066) Checking out files: 93% (1922/2066) Checking out files: 94% (1943/2066) Checking out files: 95% (1963/2066) Checking out files: 96% (1984/2066) Checking out files: 97% (2005/2066) Checking out files: 98% (2025/2066) Checking out files: 99% (2046/2066) Checking out files: 100% (2066/2066) Checking out files: 100% (2066/2066), done. [2020-04-02T22:05:09.703Z] #74 24.39 + cd /tmp/tmp.l2tR9lBp1K/src/github.com/docker/libnetwork [2020-04-02T22:05:09.703Z] #74 24.39 + git checkout -q ef149a924dfde2e506ea3cb3f617d7d0fa96b8ee [2020-04-02T22:05:09.703Z] #74 24.98 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-04-02T22:05:10.931Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-04-02T22:05:10.931Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-36930924\powershellScript.ps1'; exit $LASTEXITCODE; [2020-04-02T22:05:10.931Z] ---------------------------------------------------------------------------- [2020-04-02T22:05:10.931Z] [2020-04-02T22:05:10.931Z] INFO: executeCI.ps1 starting at Thu Apr 2 22:05:08 CUT 2020 [2020-04-02T22:05:10.931Z] [2020-04-02T22:05:10.931Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-04-02T22:05:10.931Z] INFO: Running git version 2.24.1.windows.2 [2020-04-02T22:05:10.931Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-04-02T22:05:10.931Z] INFO: Environment variables: [2020-04-02T22:05:10.931Z] [2020-04-02T22:05:10.931Z] Name Value [2020-04-02T22:05:10.931Z] ---- ----- [2020-04-02T22:05:10.931Z] ALLUSERSPROFILE C:\ProgramData [2020-04-02T22:05:10.931Z] amd64 true [2020-04-02T22:05:10.931Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-04-02T22:05:10.931Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-04-02T22:05:10.932Z] arm64 true [2020-04-02T22:05:10.932Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.5 [2020-04-02T22:05:10.932Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.5 [2020-04-02T22:05:10.932Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-04-02T22:05:10.932Z] BRANCH_NAME PR-39946 [2020-04-02T22:05:10.932Z] BUILD_DISPLAY_NAME #22 [2020-04-02T22:05:10.932Z] BUILD_ID 22 [2020-04-02T22:05:10.932Z] BUILD_NUMBER 22 [2020-04-02T22:05:10.932Z] BUILD_TAG jenkins-moby-PR-39946-22 [2020-04-02T22:05:10.932Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-39946/22/ [2020-04-02T22:05:10.932Z] CHANGE_AUTHOR cpuguy83 [2020-04-02T22:05:10.932Z] CHANGE_AUTHOR_DISPLAY_NAME Brian Goff [2020-04-02T22:05:10.932Z] CHANGE_AUTHOR_EMAIL cpuguy83@gmail.com [2020-04-02T22:05:10.932Z] CHANGE_BRANCH plugins_use_containerd_dist [2020-04-02T22:05:10.932Z] CHANGE_FORK cpuguy83/docker [2020-04-02T22:05:10.932Z] CHANGE_ID 39946 [2020-04-02T22:05:10.932Z] CHANGE_TARGET master [2020-04-02T22:05:10.932Z] CHANGE_TITLE Replace plugin distribution code w/ containerd [2020-04-02T22:05:10.932Z] CHANGE_URL https://github.com/moby/moby/pull/39946 [2020-04-02T22:05:10.932Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-04-02T22:05:10.932Z] CommonProgramFiles C:\Program Files\Common Files [2020-04-02T22:05:10.932Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-04-02T22:05:10.932Z] CommonProgramW6432 C:\Program Files\Common Files [2020-04-02T22:05:10.932Z] COMPUTERNAME azwin-2-356c60 [2020-04-02T22:05:10.932Z] ComSpec C:\windows\system32\cmd.exe [2020-04-02T22:05:10.932Z] ConfigSequenceNumber 0 [2020-04-02T22:05:10.932Z] dco true [2020-04-02T22:05:10.932Z] DOCKER_BUILDKIT 0 [2020-04-02T22:05:10.932Z] DOCKER_DUT_DEBUG 1 [2020-04-02T22:05:10.932Z] DOCKER_EXPERIMENTAL 1 [2020-04-02T22:05:10.932Z] DOCKER_GRAPHDRIVER overlay2 [2020-04-02T22:05:10.932Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-04-02T22:05:10.932Z] EXECUTOR_NUMBER 0 [2020-04-02T22:05:10.932Z] FQDN azwin-2-356c60.westus.cloudapp.azure.com [2020-04-02T22:05:10.932Z] GIT_BRANCH PR-39946 [2020-04-02T22:05:10.932Z] GIT_COMMIT d7ba1f85ef8f23096f2fd92d0444820543ab9675 [2020-04-02T22:05:10.932Z] GIT_PREVIOUS_COMMIT 2224dc0b1c49742ff244625fd03bd7fcf06c6aaa [2020-04-02T22:05:10.932Z] GIT_URL https://github.com/moby/moby.git [2020-04-02T22:05:10.932Z] HUDSON_COOKIE ab4e6d3e-49b4-400f-b3fe-7dbd55b2ed97 [2020-04-02T22:05:10.932Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-04-02T22:05:10.932Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-04-02T22:05:10.932Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-04-02T22:05:10.932Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.242-1.b08.ojdkbuild.windows.x86_64 [2020-04-02T22:05:10.932Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-04-02T22:05:10.932Z] JENKINS_NODE_COOKIE f60778fd-936c-4b31-b5d0-b75512658aea [2020-04-02T22:05:10.932Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-04-02T22:05:10.932Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-04-02T22:05:10.932Z] JOB_BASE_NAME PR-39946 [2020-04-02T22:05:10.932Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-39946/display/redirect [2020-04-02T22:05:10.932Z] JOB_NAME moby/PR-39946 [2020-04-02T22:05:10.932Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-39946/ [2020-04-02T22:05:10.932Z] library.jps.version master [2020-04-02T22:05:10.932Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-04-02T22:05:10.932Z] NODE_LABELS amd64 azure azwin-2-356c60 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-04-02T22:05:10.932Z] NODE_NAME azwin-2-356c60 [2020-04-02T22:05:10.932Z] NUMBER_OF_PROCESSORS 4 [2020-04-02T22:05:10.934Z] OS Windows_NT [2020-04-02T22:05:10.934Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-04-02T22:05:10.934Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-04-02T22:05:10.934Z] ppc64le true [2020-04-02T22:05:10.934Z] PROCESSOR_ARCHITECTURE AMD64 [2020-04-02T22:05:10.934Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2020-04-02T22:05:10.934Z] PROCESSOR_LEVEL 6 [2020-04-02T22:05:10.934Z] PROCESSOR_REVISION 4f01 [2020-04-02T22:05:10.934Z] ProgramData C:\ProgramData [2020-04-02T22:05:10.934Z] ProgramFiles C:\Program Files [2020-04-02T22:05:10.934Z] ProgramFiles(x86) C:\Program Files (x86) [2020-04-02T22:05:10.934Z] ProgramW6432 C:\Program Files [2020-04-02T22:05:10.934Z] PROMPT $P$G [2020-04-02T22:05:10.934Z] PSExecutionPolicyPreference Bypass [2020-04-02T22:05:10.934Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-04-02T22:05:10.934Z] PUBLIC C:\Users\Public [2020-04-02T22:05:10.934Z] rootless true [2020-04-02T22:05:10.934Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-39946/22/display/redirect?page=changes [2020-04-02T22:05:10.934Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-39946/22/display/redirect [2020-04-02T22:05:10.934Z] s390x true [2020-04-02T22:05:10.934Z] SKIP_VALIDATION_TESTS 1 [2020-04-02T22:05:10.934Z] SOURCES_DRIVE d [2020-04-02T22:05:10.934Z] SOURCES_SUBDIR gopath [2020-04-02T22:05:10.934Z] STAGE_NAME Run tests [2020-04-02T22:05:10.934Z] SystemDrive C: [2020-04-02T22:05:10.934Z] SystemRoot C:\windows [2020-04-02T22:05:10.934Z] TEMP C:\windows\TEMP [2020-04-02T22:05:10.934Z] TESTDEBUG 0 [2020-04-02T22:05:10.934Z] TESTRUN_DRIVE d [2020-04-02T22:05:10.934Z] TESTRUN_SUBDIR CI [2020-04-02T22:05:10.934Z] TIMEOUT 120m [2020-04-02T22:05:10.934Z] TMP C:\windows\TEMP [2020-04-02T22:05:10.934Z] unit_validate true [2020-04-02T22:05:10.934Z] USERDOMAIN WORKGROUP [2020-04-02T22:05:10.934Z] USERNAME azwin-2-356c60$ [2020-04-02T22:05:10.934Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-04-02T22:05:10.934Z] validate_force false [2020-04-02T22:05:10.934Z] windir C:\windows [2020-04-02T22:05:10.934Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-04-02T22:05:10.934Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-04-02T22:05:10.934Z] windowsRS1 false [2020-04-02T22:05:10.934Z] windowsRS5 true [2020-04-02T22:05:10.934Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-04-02T22:05:10.934Z] [2020-04-02T22:05:10.934Z] [2020-04-02T22:05:10.934Z] [2020-04-02T22:05:10.934Z] INFO: Sources under d:\gopath\... [2020-04-02T22:05:10.934Z] INFO: Test run under d:\CI\... [2020-04-02T22:05:10.934Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-04-02T22:05:10.934Z] INFO: docker/docker repository was found [2020-04-02T22:05:10.934Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2020-04-02T22:05:10.934Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1098' [2020-04-02T22:05:10.934Z] INFO: Docker version of control daemon [2020-04-02T22:05:10.934Z] [2020-04-02T22:05:10.934Z] Client: Docker Engine - Enterprise [2020-04-02T22:05:10.934Z] Version: 19.03.5 [2020-04-02T22:05:10.934Z] API version: 1.40 [2020-04-02T22:05:10.934Z] Go version: go1.12.12 [2020-04-02T22:05:10.934Z] Git commit: 2ee0c57608 [2020-04-02T22:05:10.934Z] Built: 11/13/2019 08:00:16 [2020-04-02T22:05:10.934Z] OS/Arch: windows/amd64 [2020-04-02T22:05:10.934Z] Experimental: false [2020-04-02T22:05:10.934Z] [2020-04-02T22:05:10.934Z] Server: Docker Engine - Enterprise [2020-04-02T22:05:10.934Z] Engine: [2020-04-02T22:05:10.934Z] Version: 19.03.5 [2020-04-02T22:05:10.934Z] API version: 1.40 (minimum version 1.24) [2020-04-02T22:05:10.934Z] Go version: go1.12.12 [2020-04-02T22:05:10.934Z] Git commit: 2ee0c57608 [2020-04-02T22:05:10.934Z] Built: 11/13/2019 07:58:51 [2020-04-02T22:05:10.934Z] OS/Arch: windows/amd64 [2020-04-02T22:05:10.934Z] Experimental: true [2020-04-02T22:05:10.934Z] [2020-04-02T22:05:10.934Z] INFO: Docker info of control daemon [2020-04-02T22:05:10.934Z] [2020-04-02T22:05:10.934Z] Client: [2020-04-02T22:05:10.934Z] Debug Mode: false [2020-04-02T22:05:10.934Z] Plugins: [2020-04-02T22:05:10.934Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-04-02T22:05:10.934Z] [2020-04-02T22:05:10.934Z] Server: [2020-04-02T22:05:10.934Z] Containers: 2 [2020-04-02T22:05:10.934Z] Running: 0 [2020-04-02T22:05:10.934Z] Paused: 0 [2020-04-02T22:05:10.934Z] Stopped: 2 [2020-04-02T22:05:10.934Z] Images: 11 [2020-04-02T22:05:10.934Z] Server Version: 19.03.5 [2020-04-02T22:05:10.934Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-04-02T22:05:10.934Z] Windows: [2020-04-02T22:05:10.934Z] LCOW: [2020-04-02T22:05:10.934Z] Logging Driver: json-file [2020-04-02T22:05:10.934Z] Plugins: [2020-04-02T22:05:10.934Z] Volume: local [2020-04-02T22:05:10.934Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-04-02T22:05:10.934Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-04-02T22:05:10.934Z] Swarm: inactive [2020-04-02T22:05:10.934Z] Default Isolation: process [2020-04-02T22:05:10.934Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-04-02T22:05:10.934Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1039) [2020-04-02T22:05:10.934Z] OSType: windows [2020-04-02T22:05:10.934Z] Architecture: x86_64 [2020-04-02T22:05:10.934Z] CPUs: 4 [2020-04-02T22:05:10.934Z] Total Memory: 32GiB [2020-04-02T22:05:10.934Z] Name: azwin-2-356c60 [2020-04-02T22:05:10.934Z] ID: UR4U:SP26:2R3U:OABF:FW7X:OVZM:HGLG:UQJF:ODTF:M7DP:TEU4:TEXW [2020-04-02T22:05:10.934Z] Docker Root Dir: D:\docker [2020-04-02T22:05:10.934Z] Debug Mode: false [2020-04-02T22:05:10.934Z] Registry: https://index.docker.io/v1/ [2020-04-02T22:05:10.934Z] Labels: [2020-04-02T22:05:10.934Z] Experimental: true [2020-04-02T22:05:10.934Z] Insecure Registries: [2020-04-02T22:05:10.934Z] 10.0.0.4:5000 [2020-04-02T22:05:10.934Z] 127.0.0.0/8 [2020-04-02T22:05:10.934Z] Registry Mirrors: [2020-04-02T22:05:10.934Z] http://10.0.0.4:5000/ [2020-04-02T22:05:10.934Z] Live Restore Enabled: false [2020-04-02T22:05:10.934Z] [2020-04-02T22:05:10.934Z] [2020-04-02T22:05:10.934Z] INFO: Commit hash is d7ba1f85ef [2020-04-02T22:05:10.934Z] INFO: Nuke-Everything... [2020-04-02T22:05:11.383Z] INFO: Container count on control daemon to delete is 2 [2020-04-02T22:05:11.831Z] 3a34b3dce921 [2020-04-02T22:05:11.831Z] 2bb48d52a7a0 [2020-04-02T22:05:11.831Z] INFO: Non-base image count on control daemon to delete is 1 [2020-04-02T22:05:13.092Z] #78 sending tarball 19.0s done [2020-04-02T22:05:13.092Z] #78 DONE 26.4s [2020-04-02T22:05:13.092Z] [2020-04-02T22:05:13.092Z] #79 importing to docker [2020-04-02T22:05:13.334Z] Deleted: sha256:073915f84c95c4e51869bb4598e5e8571923c80284c72c7c7d5bf4df8e38a97d [2020-04-02T22:05:13.334Z] Deleted: sha256:1e7bf89ff4190ed8ce2df27583031ae39106fc8f7cbaae81d8bc93b70341fa4d [2020-04-02T22:05:13.785Z] [2020-04-02T22:05:13.785Z] [2020-04-02T22:05:13.785Z] __GENUS : 2 [2020-04-02T22:05:13.785Z] __CLASS : __PARAMETERS [2020-04-02T22:05:13.785Z] __SUPERCLASS : [2020-04-02T22:05:13.785Z] __DYNASTY : __PARAMETERS [2020-04-02T22:05:13.785Z] __RELPATH : [2020-04-02T22:05:13.785Z] __PROPERTY_COUNT : 1 [2020-04-02T22:05:13.785Z] __DERIVATION : {} [2020-04-02T22:05:13.785Z] __SERVER : [2020-04-02T22:05:13.785Z] __NAMESPACE : [2020-04-02T22:05:13.785Z] __PATH : [2020-04-02T22:05:13.785Z] ReturnValue : 0 [2020-04-02T22:05:13.785Z] PSComputerName : [2020-04-02T22:05:13.785Z] [2020-04-02T22:05:13.785Z] INFO: Nuking d:\CI [2020-04-02T22:05:14.580Z] #79 DONE 2.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-04-02T22:05:14.962Z] #74 ... [2020-04-02T22:05:14.962Z] [2020-04-02T22:05:14.962Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:05:14.962Z] #56 22.44 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-04-02T22:05:14.962Z] #56 22.56 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-04-02T22:05:14.962Z] #56 22.78 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-04-02T22:05:14.962Z] #56 23.49 runtime/cgo [2020-04-02T22:05:14.962Z] #56 23.55 runtime [2020-04-02T22:05:14.962Z] #56 ... [2020-04-02T22:05:14.962Z] [2020-04-02T22:05:14.962Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-04-02T22:05:14.962Z] #41 23.16 Checking out files: 91% (1456/1597) Checking out files: 92% (1470/1597) Checking out files: 93% (1486/1597) Checking out files: 94% (1502/1597) Checking out files: 95% (1518/1597) Checking out files: 96% (1534/1597) Checking out files: 97% (1550/1597) Checking out files: 98% (1566/1597) Checking out files: 99% (1582/1597) Checking out files: 100% (1597/1597) Checking out files: 100% (1597/1597), done. [2020-04-02T22:05:14.962Z] #41 23.27 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-04-02T22:05:14.962Z] #41 25.76 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-04-02T22:05:14.962Z] #41 ... [2020-04-02T22:05:14.962Z] [2020-04-02T22:05:14.962Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-04-02T22:05:14.962Z] #43 23.03 Fetched 8336 kB in 17s (495 kB/s) [2020-04-02T22:05:14.962Z] #43 23.03 Reading package lists... [2020-04-02T22:05:14.962Z] #43 29.58 Reading package lists... [2020-04-02T22:05:14.962Z] #43 ... [2020-04-02T22:05:14.962Z] [2020-04-02T22:05:14.962Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:05:14.962Z] #53 26.46 + cd /tmp/tmp.ungVPncL6K/src/github.com/golangci/golangci-lint/ [2020-04-02T22:05:14.962Z] #53 26.46 + git checkout -q v1.23.8 [2020-04-02T22:05:14.962Z] #53 27.07 ++ git describe --tags [2020-04-02T22:05:14.962Z] #53 27.08 + version=v1.23.8 [2020-04-02T22:05:14.962Z] #53 27.08 ++ git rev-parse --short HEAD [2020-04-02T22:05:14.962Z] #53 27.09 + commit=76a82c6 [2020-04-02T22:05:14.962Z] #53 27.11 ++ git show -s --format=%cd [2020-04-02T22:05:14.962Z] #53 27.12 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-04-02T22:05:14.962Z] #53 27.12 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-04-02T22:05:14.962Z] #53 ... [2020-04-02T22:05:14.962Z] [2020-04-02T22:05:14.962Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-04-02T22:05:14.962Z] #35 23.36 Fetched 8336 kB in 18s (475 kB/s) [2020-04-02T22:05:14.962Z] #35 23.36 Reading package lists... [2020-04-02T22:05:14.962Z] #35 30.83 Reading package lists... [2020-04-02T22:05:14.962Z] #35 ... [2020-04-02T22:05:14.962Z] [2020-04-02T22:05:14.962Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-04-02T22:05:14.962Z] #25 23.03 Reading package lists... [2020-04-02T22:05:15.012Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39946/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr22 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d7ba1f85ef8f23096f2fd92d0444820543ab9675 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d7ba1f85ef8f23096f2fd92d0444820543ab9675 hack/test/unit [2020-04-02T22:05:15.528Z] #25 29.80 Reading package lists... [2020-04-02T22:05:15.528Z] #25 ... [2020-04-02T22:05:15.528Z] [2020-04-02T22:05:15.528Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-04-02T22:05:15.528Z] #10 24.08 Fetched 8336 kB in 18s (456 kB/s) [2020-04-02T22:05:15.528Z] #10 24.08 Reading package lists... [2020-04-02T22:05:15.787Z] #10 31.23 Reading package lists... [2020-04-02T22:05:15.787Z] #10 ... [2020-04-02T22:05:15.787Z] [2020-04-02T22:05:15.787Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-04-02T22:05:15.787Z] #62 24.21 Fetched 8336 kB in 18s (452 kB/s) [2020-04-02T22:05:15.787Z] #62 24.21 Reading package lists... [2020-04-02T22:05:18.312Z] #62 31.46 Reading package lists... [2020-04-02T22:05:18.312Z] #62 ... [2020-04-02T22:05:18.312Z] [2020-04-02T22:05:18.312Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-04-02T22:05:18.312Z] #43 29.58 Reading package lists... [2020-04-02T22:05:19.246Z] #43 36.58 Building dependency tree... [2020-04-02T22:05:19.442Z] ? github.com/docker/docker/api [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-04-02T22:05:19.690Z] ok github.com/docker/docker/api/server/httputils 0.002s coverage: 14.7% of statements [2020-04-02T22:05:19.690Z] ok github.com/docker/docker/api/server/middleware 0.010s coverage: 37.7% of statements [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/server/router [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-04-02T22:05:19.690Z] ok github.com/docker/docker/api/server/router/swarm 0.002s coverage: 4.5% of statements [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/types [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/types/container [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/types/events [no test files] [2020-04-02T22:05:19.690Z] ok github.com/docker/docker/api/types/strslice 0.022s coverage: 90.0% of statements [2020-04-02T22:05:19.690Z] ok github.com/docker/docker/api/types/filters 0.011s coverage: 92.2% of statements [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/types/image [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/types/network [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-04-02T22:05:19.690Z] ok github.com/docker/docker/api/types/time 0.001s coverage: 100.0% of statements [2020-04-02T22:05:19.690Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/builder [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-04-02T22:05:19.690Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-04-02T22:05:19.691Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-04-02T22:05:19.691Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-04-02T22:05:19.691Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-04-02T22:05:19.691Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-04-02T22:05:19.691Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-04-02T22:05:19.691Z] ok github.com/docker/docker/builder/dockerignore 0.014s coverage: 96.8% of statements [2020-04-02T22:05:21.160Z] ok github.com/docker/docker/builder/remotecontext 0.322s coverage: 13.6% of statements [2020-04-02T22:05:21.442Z] ok github.com/docker/docker/builder/dockerfile 0.899s coverage: 48.2% of statements [2020-04-02T22:05:21.771Z] #43 39.99 The following additional packages will be installed: [2020-04-02T22:05:21.771Z] #43 40.01 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-04-02T22:05:21.771Z] #43 40.02 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-04-02T22:05:21.771Z] #43 40.03 Suggested packages: [2020-04-02T22:05:21.771Z] #43 40.05 manpages-dev python-setuptools [2020-04-02T22:05:22.055Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-04-02T22:05:22.669Z] ok github.com/docker/docker/builder/remotecontext/git 0.835s coverage: 86.3% of statements [2020-04-02T22:05:22.669Z] ? github.com/docker/docker/cli [no test files] [2020-04-02T22:05:22.669Z] ? github.com/docker/docker/cli/config [no test files] [2020-04-02T22:05:22.706Z] #43 41.39 The following NEW packages will be installed: [2020-04-02T22:05:22.965Z] #43 41.41 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-04-02T22:05:22.965Z] #43 41.41 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-04-02T22:05:22.965Z] #43 41.41 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-04-02T22:05:22.965Z] #43 41.41 python-six zlib1g-dev [2020-04-02T22:05:23.223Z] #43 41.81 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-04-02T22:05:23.223Z] #43 41.81 Need to get 4095 kB of archives. [2020-04-02T22:05:23.223Z] #43 41.81 After this operation, 22.5 MB of additional disk space will be used. [2020-04-02T22:05:23.223Z] #43 41.81 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-04-02T22:05:23.480Z] #43 41.90 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-04-02T22:05:23.480Z] #43 41.91 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-04-02T22:05:23.480Z] #43 41.96 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-04-02T22:05:23.480Z] #43 ... [2020-04-02T22:05:23.480Z] [2020-04-02T22:05:23.480Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:05:23.480Z] #74 DONE 41.8s [2020-04-02T22:05:23.480Z] [2020-04-02T22:05:23.480Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-04-02T22:05:23.480Z] #43 41.96 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-04-02T22:05:23.480Z] #43 41.97 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-04-02T22:05:23.480Z] #43 41.97 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2020-04-02T22:05:23.480Z] #43 41.97 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-04-02T22:05:23.480Z] #43 41.99 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-04-02T22:05:23.480Z] #43 ... [2020-04-02T22:05:23.480Z] [2020-04-02T22:05:23.480Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-04-02T22:05:23.480Z] #10 31.23 Reading package lists... [2020-04-02T22:05:23.480Z] #10 38.16 Building dependency tree... [2020-04-02T22:05:23.480Z] #10 41.56 The following additional packages will be installed: [2020-04-02T22:05:23.480Z] #10 41.56 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-04-02T22:05:23.480Z] #10 41.56 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-04-02T22:05:23.480Z] #10 41.57 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-04-02T22:05:23.480Z] #10 41.57 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-04-02T22:05:23.480Z] #10 41.57 Suggested packages: [2020-04-02T22:05:23.480Z] #10 41.58 gcc-8-locales seccomp wine64 [2020-04-02T22:05:24.851Z] #10 43.30 The following NEW packages will be installed: [2020-04-02T22:05:24.851Z] #10 43.30 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-04-02T22:05:24.851Z] #10 43.30 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-04-02T22:05:24.851Z] #10 43.30 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-04-02T22:05:24.851Z] #10 43.30 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-04-02T22:05:24.851Z] #10 43.31 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-04-02T22:05:24.851Z] #10 43.31 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-04-02T22:05:25.342Z] ok github.com/docker/docker/client 0.129s coverage: 75.8% of statements [2020-04-02T22:05:25.415Z] #10 43.67 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-04-02T22:05:25.415Z] #10 43.67 Need to get 77.7 MB of archives. [2020-04-02T22:05:25.415Z] #10 43.67 After this operation, 487 MB of additional disk space will be used. [2020-04-02T22:05:25.415Z] #10 43.67 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2020-04-02T22:05:25.415Z] #10 ... [2020-04-02T22:05:25.415Z] [2020-04-02T22:05:25.415Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-04-02T22:05:25.415Z] #25 29.80 Reading package lists... [2020-04-02T22:05:25.416Z] #25 36.96 Building dependency tree... [2020-04-02T22:05:25.416Z] #25 40.18 ca-certificates is already the newest version (20190110). [2020-04-02T22:05:25.416Z] #25 40.18 The following additional packages will be installed: [2020-04-02T22:05:25.416Z] #25 40.20 libjq1 libonig5 [2020-04-02T22:05:25.416Z] #25 40.75 The following NEW packages will be installed: [2020-04-02T22:05:25.416Z] #25 40.77 jq libjq1 libonig5 [2020-04-02T22:05:25.416Z] #25 41.16 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-04-02T22:05:25.416Z] #25 41.16 Need to get 355 kB of archives. [2020-04-02T22:05:25.416Z] #25 41.16 After this operation, 1072 kB of additional disk space will be used. [2020-04-02T22:05:25.416Z] #25 41.16 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-04-02T22:05:25.416Z] #25 41.18 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-04-02T22:05:25.416Z] #25 41.18 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-04-02T22:05:25.416Z] #25 42.82 debconf: delaying package configuration, since apt-utils is not installed [2020-04-02T22:05:25.416Z] #25 43.06 Fetched 355 kB in 0s (1158 kB/s) [2020-04-02T22:05:25.416Z] #25 43.16 Selecting previously unselected package libonig5:amd64. [2020-04-02T22:05:25.416Z] #25 43.16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15401 files and directories currently installed.) [2020-04-02T22:05:25.416Z] #25 43.24 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... [2020-04-02T22:05:25.416Z] #25 43.25 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-04-02T22:05:25.416Z] #25 43.52 Selecting previously unselected package libjq1:amd64. [2020-04-02T22:05:25.416Z] #25 43.52 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-04-02T22:05:25.416Z] #25 43.53 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-04-02T22:05:25.416Z] #25 43.76 Selecting previously unselected package jq. [2020-04-02T22:05:25.416Z] #25 43.76 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... [2020-04-02T22:05:25.416Z] #25 43.76 Unpacking jq (1.5+dfsg-2+b1) ... [2020-04-02T22:05:25.416Z] #25 ... [2020-04-02T22:05:25.416Z] [2020-04-02T22:05:25.416Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-04-02T22:05:25.416Z] #10 43.91 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2020-04-02T22:05:25.673Z] #10 44.21 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-04-02T22:05:25.673Z] #10 44.24 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-04-02T22:05:25.673Z] #10 44.26 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-04-02T22:05:25.673Z] #10 44.27 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-04-02T22:05:25.931Z] #10 ... [2020-04-02T22:05:25.931Z] [2020-04-02T22:05:25.931Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-04-02T22:05:25.931Z] #25 44.01 Setting up libonig5:amd64 (6.9.1-1) ... [2020-04-02T22:05:25.931Z] #25 44.04 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-04-02T22:05:25.931Z] #25 44.04 Setting up jq (1.5+dfsg-2+b1) ... [2020-04-02T22:05:25.931Z] #25 44.05 Processing triggers for libc-bin (2.28-10) ... [2020-04-02T22:05:25.931Z] #25 DONE 44.3s [2020-04-02T22:05:25.931Z] [2020-04-02T22:05:25.931Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-04-02T22:05:25.931Z] #26 DONE 0.1s [2020-04-02T22:05:25.931Z] [2020-04-02T22:05:25.931Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-04-02T22:05:25.931Z] #43 42.11 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-04-02T22:05:25.931Z] #43 42.23 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-04-02T22:05:25.931Z] #43 42.41 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-04-02T22:05:25.931Z] #43 42.49 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2020-04-02T22:05:25.931Z] #43 42.50 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-04-02T22:05:25.931Z] #43 42.52 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-04-02T22:05:25.931Z] #43 42.54 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-04-02T22:05:25.931Z] #43 42.56 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-04-02T22:05:25.931Z] #43 43.83 debconf: delaying package configuration, since apt-utils is not installed [2020-04-02T22:05:25.931Z] #43 44.09 Fetched 4095 kB in 1s (3762 kB/s) [2020-04-02T22:05:25.931Z] #43 44.19 Selecting previously unselected package libcap-dev:amd64. [2020-04-02T22:05:25.931Z] #43 44.19 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15401 files and directories currently installed.) [2020-04-02T22:05:25.931Z] #43 44.27 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-04-02T22:05:25.931Z] #43 44.28 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-04-02T22:05:25.931Z] #43 44.51 Selecting previously unselected package libnet1:amd64. [2020-04-02T22:05:25.931Z] #43 44.53 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-04-02T22:05:26.189Z] #43 44.58 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-04-02T22:05:26.447Z] #43 44.93 Selecting previously unselected package libnet1-dev. [2020-04-02T22:05:26.447Z] #43 44.93 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-04-02T22:05:26.447Z] #43 44.93 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-04-02T22:05:26.704Z] #43 45.33 Selecting previously unselected package libnl-3-200:amd64. [2020-04-02T22:05:26.704Z] #43 45.39 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-04-02T22:05:26.962Z] #43 45.40 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-04-02T22:05:26.962Z] #43 45.52 Selecting previously unselected package libnl-3-dev:amd64. [2020-04-02T22:05:26.962Z] #43 45.56 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-04-02T22:05:26.962Z] #43 45.57 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-04-02T22:05:27.220Z] #43 ... [2020-04-02T22:05:27.220Z] [2020-04-02T22:05:27.220Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-04-02T22:05:27.220Z] #62 31.46 Reading package lists... [2020-04-02T22:05:27.221Z] #62 38.45 Building dependency tree... [2020-04-02T22:05:27.221Z] #62 41.99 The following additional packages will be installed: [2020-04-02T22:05:27.221Z] #62 42.00 libbtrfs0 [2020-04-02T22:05:27.221Z] #62 42.35 The following NEW packages will be installed: [2020-04-02T22:05:27.221Z] #62 42.42 libbtrfs-dev libbtrfs0 [2020-04-02T22:05:27.221Z] #62 42.95 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-04-02T22:05:27.221Z] #62 42.95 Need to get 119 kB of archives. [2020-04-02T22:05:27.221Z] #62 42.95 After this operation, 387 kB of additional disk space will be used. [2020-04-02T22:05:27.221Z] #62 42.95 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-04-02T22:05:27.221Z] #62 42.95 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-04-02T22:05:27.221Z] #62 44.02 debconf: delaying package configuration, since apt-utils is not installed [2020-04-02T22:05:27.221Z] #62 44.22 Fetched 119 kB in 0s (418 kB/s) [2020-04-02T22:05:27.221Z] #62 44.37 Selecting previously unselected package libbtrfs0. [2020-04-02T22:05:27.221Z] #62 44.37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15401 files and directories currently installed.) [2020-04-02T22:05:27.221Z] #62 44.63 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-04-02T22:05:27.221Z] #62 44.67 Unpacking libbtrfs0 (4.20.1-2) ... [2020-04-02T22:05:27.221Z] #62 44.93 Selecting previously unselected package libbtrfs-dev. [2020-04-02T22:05:27.221Z] #62 44.95 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-04-02T22:05:27.221Z] #62 44.97 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-04-02T22:05:27.221Z] #62 45.33 Setting up libbtrfs0 (4.20.1-2) ... [2020-04-02T22:05:27.221Z] #62 45.35 Setting up libbtrfs-dev (4.20.1-2) ... [2020-04-02T22:05:27.221Z] #62 45.36 Processing triggers for libc-bin (2.28-10) ... [2020-04-02T22:05:27.221Z] #62 DONE 45.7s [2020-04-02T22:05:27.221Z] [2020-04-02T22:05:27.221Z] #63 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:05:27.221Z] #63 DONE 0.1s [2020-04-02T22:05:27.221Z] [2020-04-02T22:05:27.221Z] #64 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-04-02T22:05:27.221Z] #64 DONE 0.1s [2020-04-02T22:05:27.221Z] [2020-04-02T22:05:27.221Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:05:29.125Z] #65 ... [2020-04-02T22:05:29.125Z] [2020-04-02T22:05:29.125Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-04-02T22:05:29.125Z] #35 30.83 Reading package lists... [2020-04-02T22:05:29.125Z] #35 37.78 Building dependency tree... [2020-04-02T22:05:29.125Z] #35 41.30 The following additional packages will be installed: [2020-04-02T22:05:29.125Z] #35 41.30 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-04-02T22:05:29.125Z] #35 41.31 Suggested packages: [2020-04-02T22:05:29.125Z] #35 41.32 cmake-doc ninja-build lrzip [2020-04-02T22:05:29.125Z] #35 41.32 Recommended packages: [2020-04-02T22:05:29.125Z] #35 41.32 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-04-02T22:05:29.125Z] #35 42.78 The following NEW packages will be installed: [2020-04-02T22:05:29.125Z] #35 42.82 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-04-02T22:05:29.125Z] #35 42.82 vim-common xxd [2020-04-02T22:05:29.125Z] #35 43.38 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-04-02T22:05:29.125Z] #35 43.38 Need to get 14.9 MB of archives. [2020-04-02T22:05:29.125Z] #35 43.38 After this operation, 61.8 MB of additional disk space will be used. [2020-04-02T22:05:29.125Z] #35 43.38 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-04-02T22:05:29.125Z] #35 43.40 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-04-02T22:05:29.125Z] #35 43.41 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-04-02T22:05:29.125Z] #35 43.55 Get:4 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-04-02T22:05:29.125Z] #35 44.46 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-04-02T22:05:29.125Z] #35 44.52 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-04-02T22:05:29.125Z] #35 44.58 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-04-02T22:05:29.125Z] #35 44.58 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-04-02T22:05:29.125Z] #35 44.60 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-04-02T22:05:29.125Z] #35 44.62 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-04-02T22:05:29.125Z] #35 46.68 debconf: delaying package configuration, since apt-utils is not installed [2020-04-02T22:05:29.125Z] #35 46.91 Fetched 14.9 MB in 2s (6486 kB/s) [2020-04-02T22:05:29.125Z] #35 47.01 Selecting previously unselected package xxd. [2020-04-02T22:05:29.125Z] #35 47.01 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15401 files and directories currently installed.) [2020-04-02T22:05:29.125Z] #35 47.10 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-04-02T22:05:29.125Z] #35 47.12 Unpacking xxd (2:8.1.0875-5) ... [2020-04-02T22:05:29.125Z] #35 47.36 Selecting previously unselected package vim-common. [2020-04-02T22:05:29.125Z] #35 47.37 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-04-02T22:05:29.125Z] #35 47.45 Unpacking vim-common (2:8.1.0875-5) ... [2020-04-02T22:05:29.125Z] #35 ... [2020-04-02T22:05:29.125Z] [2020-04-02T22:05:29.125Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-04-02T22:05:29.125Z] #43 46.19 Selecting previously unselected package libprotobuf-c1:amd64. [2020-04-02T22:05:29.125Z] #43 46.23 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-04-02T22:05:29.125Z] #43 46.26 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-04-02T22:05:29.125Z] #43 46.47 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-04-02T22:05:29.125Z] #43 46.53 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-04-02T22:05:29.125Z] #43 46.56 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-04-02T22:05:29.125Z] #43 46.78 Selecting previously unselected package zlib1g-dev:amd64. [2020-04-02T22:05:29.125Z] #43 46.82 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-04-02T22:05:29.125Z] #43 46.83 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-04-02T22:05:29.125Z] #43 47.08 Selecting previously unselected package libprotobuf17:amd64. [2020-04-02T22:05:29.125Z] #43 47.09 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-04-02T22:05:29.125Z] #43 47.09 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-04-02T22:05:29.383Z] #43 47.97 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-04-02T22:05:29.383Z] #43 47.98 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-04-02T22:05:29.383Z] #43 47.99 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-04-02T22:05:29.947Z] #43 48.26 Selecting previously unselected package libprotobuf-dev:amd64. [2020-04-02T22:05:29.947Z] #43 48.26 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-04-02T22:05:29.947Z] #43 48.27 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-04-02T22:05:29.947Z] #43 ... [2020-04-02T22:05:29.947Z] [2020-04-02T22:05:29.947Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:05:29.947Z] #33 38.12 sync [2020-04-02T22:05:29.947Z] #33 38.12 internal/reflectlite [2020-04-02T22:05:29.947Z] #33 40.60 sort [2020-04-02T22:05:29.947Z] #33 40.61 errors [2020-04-02T22:05:29.947Z] #33 40.99 strconv [2020-04-02T22:05:29.947Z] #33 41.91 io [2020-04-02T22:05:29.947Z] #33 43.60 internal/oserror [2020-04-02T22:05:29.947Z] #33 43.73 syscall [2020-04-02T22:05:29.947Z] #33 45.42 reflect [2020-04-02T22:05:30.206Z] #33 ... [2020-04-02T22:05:30.206Z] [2020-04-02T22:05:30.206Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:05:30.206Z] #50 47.79 + cd /tmp/tmp.fWi6xwhzJI/src/gotest.tools/gotestsum [2020-04-02T22:05:30.206Z] #50 47.79 + git checkout -q v0.3.5 [2020-04-02T22:05:30.206Z] #50 47.80 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-04-02T22:05:32.108Z] #50 ... [2020-04-02T22:05:32.108Z] [2020-04-02T22:05:32.108Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:05:32.108Z] #47 40.42 github.com/LK4D4/vndr/godl/singleflight [2020-04-02T22:05:32.108Z] #47 40.43 internal/reflectlite [2020-04-02T22:05:32.108Z] #47 40.90 math/rand [2020-04-02T22:05:32.108Z] #47 42.18 internal/singleflight [2020-04-02T22:05:32.108Z] #47 43.66 bytes [2020-04-02T22:05:32.108Z] #47 43.69 strconv [2020-04-02T22:05:32.108Z] #47 46.71 bufio [2020-04-02T22:05:32.108Z] #47 48.33 reflect [2020-04-02T22:05:32.108Z] #47 48.82 syscall [2020-04-02T22:05:32.108Z] #47 ... [2020-04-02T22:05:32.108Z] [2020-04-02T22:05:32.108Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-04-02T22:05:32.108Z] #27 4.552 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-04-02T22:05:32.108Z] #27 4.972 [2020-04-02T22:05:32.623Z] #27 5.193 # 2.5% ####### 9.9% ########## 15.2% ############## 20.8% ################### 26.7% ######################### 34.8% ############################# 40.8% ################################### 49.2% ######################################## 55.9% ############################################## 64.5% ################################################### 71.4% ######################################################## 78.4% ############################################################# 85.4% ################################################################## 92.9% ######################################################################## 100.0% [2020-04-02T22:05:33.188Z] #27 7.085 [2020-04-02T22:05:33.703Z] #27 7.271 ##### 7.8% ################### 26.6% ################################# 47.0% ########################################## 59.4% ######################################################## 78.4% ##################################################################### 96.8% ######################################################################## 100.0% [2020-04-02T22:05:33.960Z] #27 ... [2020-04-02T22:05:33.961Z] [2020-04-02T22:05:33.961Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:05:33.961Z] #33 52.22 time [2020-04-02T22:05:34.915Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-04-02T22:05:34.915Z] [2020-04-02T22:05:34.915Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-04-02T22:05:34.915Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-04-02T22:05:34.915Z] HOSTNAME=45ce4757ceb2 [2020-04-02T22:05:34.915Z] DEST=bundles/test-integration [2020-04-02T22:05:34.915Z] PWD=/go/src/github.com/docker/docker [2020-04-02T22:05:34.915Z] DOCKER_ROOTLESS=1 [2020-04-02T22:05:34.915Z] DOCKER_GITCOMMIT=d7ba1f85ef8f23096f2fd92d0444820543ab9675 [2020-04-02T22:05:34.915Z] container=docker [2020-04-02T22:05:34.915Z] HOME=/root [2020-04-02T22:05:34.915Z] GOLANG_VERSION=1.13.8 [2020-04-02T22:05:34.915Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-04-02T22:05:34.915Z] VALIDATE_BRANCH=master [2020-04-02T22:05:34.915Z] TERM=xterm [2020-04-02T22:05:34.915Z] DOCKER_PKG=github.com/docker/docker [2020-04-02T22:05:34.915Z] SHLVL=1 [2020-04-02T22:05:34.915Z] TIMEOUT=120m [2020-04-02T22:05:34.915Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-04-02T22:05:34.915Z] DOCKER_GRAPHDRIVER=overlay2 [2020-04-02T22:05:34.915Z] GO111MODULE=off [2020-04-02T22:05:34.915Z] DOCKER_EXPERIMENTAL=1 [2020-04-02T22:05:34.915Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-04-02T22:05:34.915Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-04-02T22:05:34.915Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-04-02T22:05:34.915Z] GOPATH=/go [2020-04-02T22:05:34.915Z] PKG_CONFIG=pkg-config [2020-04-02T22:05:34.915Z] _=/usr/bin/env [2020-04-02T22:05:34.915Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-04-02T22:05:37.245Z] #33 ... [2020-04-02T22:05:37.245Z] [2020-04-02T22:05:37.245Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-04-02T22:05:37.245Z] #10 45.30 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-04-02T22:05:37.245Z] #10 45.60 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-04-02T22:05:37.245Z] #10 45.63 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2020-04-02T22:05:37.245Z] #10 49.51 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2020-04-02T22:05:37.245Z] #10 51.86 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-04-02T22:05:37.245Z] #10 51.86 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-04-02T22:05:37.245Z] #10 51.86 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-04-02T22:05:37.245Z] #10 51.88 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-04-02T22:05:37.245Z] #10 51.89 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2020-04-02T22:05:37.245Z] #10 51.89 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u3 [109 kB] [2020-04-02T22:05:37.245Z] #10 51.90 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-04-02T22:05:37.245Z] #10 51.94 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-04-02T22:05:37.245Z] #10 51.96 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-04-02T22:05:37.245Z] #10 51.98 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-04-02T22:05:37.245Z] #10 51.99 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-04-02T22:05:37.245Z] #10 52.04 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-04-02T22:05:37.245Z] #10 52.09 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-04-02T22:05:37.245Z] #10 52.09 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-04-02T22:05:37.245Z] #10 52.10 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u3 [322 kB] [2020-04-02T22:05:37.245Z] #10 53.25 debconf: delaying package configuration, since apt-utils is not installed [2020-04-02T22:05:37.245Z] #10 53.60 Fetched 77.7 MB in 9s (8941 kB/s) [2020-04-02T22:05:37.245Z] #10 53.69 Selecting previously unselected package binutils-mingw-w64-i686. [2020-04-02T22:05:37.245Z] #10 53.70 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15401 files and directories currently installed.) [2020-04-02T22:05:37.245Z] #10 53.86 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-04-02T22:05:37.245Z] #10 53.87 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-04-02T22:05:37.245Z] #10 ... [2020-04-02T22:05:37.245Z] [2020-04-02T22:05:37.245Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-04-02T22:05:37.245Z] #27 8.190 [2020-04-02T22:05:37.245Z] #27 8.355 # 1.7% ######### 13.5% ################ 22.5% ##################### 30.4% ########################### 38.1% ################################# 46.4% ######################################## 55.7% ############################################## 64.5% ################################################### 71.4% ######################################################### 80.3% #################################################################### 94.6% ######################################################################## 100.0% [2020-04-02T22:05:37.245Z] #27 9.876 [2020-04-02T22:05:39.320Z] #27 10.06 0.9% ## 3.7% #### 6.5% ##### 8.3% ######## 11.3% ######### 13.9% ############ 17.5% ############### 21.8% ################# 24.3% #################### 27.8% ###################### 31.2% ######################### 35.3% ########################### 38.9% ############################### 44.0% ################################## 47.6% ##################################### 51.7% ####################################### 54.9% ########################################## 58.6% ############################################ 62.4% ############################################### 65.5% ################################################ 67.8% ################################################## 69.8% #################################################### 72.3% ###################################################### 75.3% ######################################################### 79.6% ############################################################ 83.8% ############################################################## 86.1% ################################################################ 90.2% ################################################################## 92.5% ##################################################################### 96.5% ####################################################################### 99.5% ######################################################################## 100.0% [2020-04-02T22:05:39.320Z] #27 ... [2020-04-02T22:05:39.320Z] [2020-04-02T22:05:39.321Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-04-02T22:05:39.321Z] #35 47.82 Selecting previously unselected package cmake-data. [2020-04-02T22:05:39.321Z] #35 47.82 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-04-02T22:05:39.321Z] #35 47.85 Unpacking cmake-data (3.13.4-1) ... [2020-04-02T22:05:39.321Z] #35 51.45 Selecting previously unselected package libicu63:amd64. [2020-04-02T22:05:39.321Z] #35 51.46 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-04-02T22:05:39.321Z] #35 51.48 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-04-02T22:05:39.580Z] #35 ... [2020-04-02T22:05:39.580Z] [2020-04-02T22:05:39.580Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-04-02T22:05:39.580Z] #27 13.51 [2020-04-02T22:05:40.516Z] #27 14.51 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-04-02T22:05:40.516Z] #27 ... [2020-04-02T22:05:40.516Z] [2020-04-02T22:05:40.516Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:05:40.516Z] #65 3.046 + RM_GOPATH=0 [2020-04-02T22:05:40.516Z] #65 3.046 + TMP_GOPATH= [2020-04-02T22:05:40.516Z] #65 3.046 + : /build [2020-04-02T22:05:40.516Z] #65 3.047 + '[' -z '' ']' [2020-04-02T22:05:40.516Z] #65 3.047 ++ mktemp -d [2020-04-02T22:05:40.516Z] #65 3.049 + export GOPATH=/tmp/tmp.dp5DQGz5Rj [2020-04-02T22:05:40.516Z] #65 3.050 + GOPATH=/tmp/tmp.dp5DQGz5Rj [2020-04-02T22:05:40.516Z] #65 3.050 + RM_GOPATH=1 [2020-04-02T22:05:40.516Z] #65 3.054 ++ dirname ./install.sh [2020-04-02T22:05:40.516Z] #65 3.055 + dir=. [2020-04-02T22:05:40.516Z] #65 3.055 + bin=containerd [2020-04-02T22:05:40.516Z] #65 3.055 + shift [2020-04-02T22:05:40.516Z] #65 3.055 + '[' '!' -f ./containerd.installer ']' [2020-04-02T22:05:40.516Z] #65 3.055 + . ./containerd.installer [2020-04-02T22:05:40.516Z] #65 3.055 ++ : d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-04-02T22:05:40.516Z] #65 3.058 + install_containerd [2020-04-02T22:05:40.516Z] #65 3.058 + echo 'Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178' [2020-04-02T22:05:40.516Z] #65 3.058 + git clone https://github.com/containerd/containerd.git /tmp/tmp.dp5DQGz5Rj/src/github.com/containerd/containerd [2020-04-02T22:05:40.516Z] #65 3.058 Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-04-02T22:05:40.516Z] #65 3.061 Cloning into '/tmp/tmp.dp5DQGz5Rj/src/github.com/containerd/containerd'... [2020-04-02T22:05:40.516Z] #65 ... [2020-04-02T22:05:40.516Z] [2020-04-02T22:05:40.516Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-04-02T22:05:40.516Z] #43 49.70 Selecting previously unselected package libprotoc17:amd64. [2020-04-02T22:05:40.516Z] #43 49.70 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-04-02T22:05:40.516Z] #43 49.71 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-04-02T22:05:40.516Z] #43 50.44 Selecting previously unselected package protobuf-c-compiler. [2020-04-02T22:05:40.516Z] #43 50.46 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-04-02T22:05:40.516Z] #43 50.47 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-04-02T22:05:40.516Z] #43 50.68 Selecting previously unselected package protobuf-compiler. [2020-04-02T22:05:40.516Z] #43 50.69 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-04-02T22:05:40.516Z] #43 50.71 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-04-02T22:05:40.516Z] #43 50.91 Selecting previously unselected package python-pkg-resources. [2020-04-02T22:05:40.516Z] #43 50.91 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-04-02T22:05:40.516Z] #43 50.93 Unpacking python-pkg-resources (40.8.0-1) ... [2020-04-02T22:05:40.516Z] #43 51.20 Selecting previously unselected package python-six. [2020-04-02T22:05:40.516Z] #43 51.23 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-04-02T22:05:40.516Z] #43 51.24 Unpacking python-six (1.12.0-1) ... [2020-04-02T22:05:40.516Z] #43 51.34 Selecting previously unselected package python-protobuf. [2020-04-02T22:05:40.516Z] #43 51.39 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-04-02T22:05:40.516Z] #43 51.39 Unpacking python-protobuf (3.6.1.3-2) ... [2020-04-02T22:05:40.516Z] #43 52.05 Setting up python-pkg-resources (40.8.0-1) ... [2020-04-02T22:05:40.516Z] #43 57.28 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-04-02T22:05:40.516Z] #43 57.30 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-04-02T22:05:40.516Z] #43 57.31 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-04-02T22:05:40.516Z] #43 57.34 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-04-02T22:05:40.516Z] #43 57.35 Setting up python-six (1.12.0-1) ... [2020-04-02T22:05:40.773Z] #43 ... [2020-04-02T22:05:40.773Z] [2020-04-02T22:05:40.773Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:05:40.773Z] #33 59.10 internal/poll [2020-04-02T22:05:41.031Z] #33 ... [2020-04-02T22:05:41.031Z] [2020-04-02T22:05:41.031Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-04-02T22:05:41.031Z] #30 49.34 Checking out files: 87% (1331/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-04-02T22:05:41.031Z] #30 50.14 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-04-02T22:05:41.031Z] #30 50.61 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-04-02T22:05:41.031Z] #30 ... [2020-04-02T22:05:41.031Z] [2020-04-02T22:05:41.031Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-04-02T22:05:41.031Z] #27 14.90 [2020-04-02T22:05:41.031Z] #27 15.05 ############################################# 63.2% ######################################################################## 100.0% [2020-04-02T22:05:41.289Z] #27 15.25 [2020-04-02T22:05:41.424Z] ok github.com/docker/docker/api/server/httputils 0.012s coverage: 14.7% of statements [2020-04-02T22:05:41.424Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-04-02T22:05:41.424Z] ok github.com/docker/docker/api/server/middleware 0.016s coverage: 37.7% of statements [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/server/router [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-04-02T22:05:41.425Z] ok github.com/docker/docker/api/types/strslice 0.014s coverage: 90.0% of statements [2020-04-02T22:05:41.425Z] ok github.com/docker/docker/api/server/router/swarm 0.048s coverage: 4.5% of statements [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/types [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/types/container [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/types/events [no test files] [2020-04-02T22:05:41.425Z] ok github.com/docker/docker/api/types/filters 0.026s coverage: 92.2% of statements [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/types/image [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/types/network [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-04-02T22:05:41.425Z] ok github.com/docker/docker/api/types/versions 0.037s coverage: 75.0% of statements [2020-04-02T22:05:41.425Z] ok github.com/docker/docker/api/types/time 0.021s coverage: 100.0% of statements [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/builder [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-04-02T22:05:41.425Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-04-02T22:05:41.425Z] ok github.com/docker/docker/builder/dockerignore 0.009s coverage: 96.8% of statements [2020-04-02T22:05:41.425Z] ok github.com/docker/docker/cli/debug 0.009s coverage: 100.0% of statements [2020-04-02T22:05:41.684Z] ok github.com/docker/docker/builder/remotecontext 0.287s coverage: 13.6% of statements [2020-04-02T22:05:41.893Z] ok github.com/docker/docker/api/server 0.019s coverage: 9.0% of statements [2020-04-02T22:05:41.944Z] ok github.com/docker/docker/builder/remotecontext/git 3.068s coverage: 86.3% of statements [2020-04-02T22:05:42.224Z] #27 16.20 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-04-02T22:05:42.224Z] #27 ... [2020-04-02T22:05:42.224Z] [2020-04-02T22:05:42.224Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:05:42.224Z] #56 50.41 syscall [2020-04-02T22:05:42.224Z] #56 50.55 reflect [2020-04-02T22:05:42.224Z] #56 59.57 context [2020-04-02T22:05:42.224Z] #56 60.55 internal/poll [2020-04-02T22:05:42.224Z] #56 ... [2020-04-02T22:05:42.224Z] [2020-04-02T22:05:42.224Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-04-02T22:05:42.224Z] #35 59.76 Selecting previously unselected package libxml2:amd64. [2020-04-02T22:05:42.224Z] #35 59.76 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-04-02T22:05:42.224Z] #35 59.77 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-04-02T22:05:42.224Z] #35 60.47 Selecting previously unselected package libarchive13:amd64. [2020-04-02T22:05:42.224Z] #35 60.54 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-04-02T22:05:42.224Z] #35 60.55 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-04-02T22:05:42.483Z] #35 60.93 Selecting previously unselected package libjsoncpp1:amd64. [2020-04-02T22:05:42.483Z] #35 60.97 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-04-02T22:05:42.483Z] #35 60.98 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-04-02T22:05:42.741Z] #35 61.15 Selecting previously unselected package librhash0:amd64. [2020-04-02T22:05:42.741Z] #35 61.15 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-04-02T22:05:42.741Z] #35 61.16 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-04-02T22:05:42.741Z] #35 61.34 Selecting previously unselected package libuv1:amd64. [2020-04-02T22:05:42.741Z] #35 61.37 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-04-02T22:05:42.741Z] #35 61.38 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-04-02T22:05:43.307Z] #35 61.64 Selecting previously unselected package cmake. [2020-04-02T22:05:43.307Z] #35 61.66 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-04-02T22:05:43.307Z] #35 61.66 Unpacking cmake (3.13.4-1) ... [2020-04-02T22:05:43.325Z] ok github.com/docker/docker/builder/dockerfile 1.214s coverage: 48.2% of statements [2020-04-02T22:05:43.325Z] ? github.com/docker/docker/cli [no test files] [2020-04-02T22:05:43.325Z] ? github.com/docker/docker/cli/config [no test files] [2020-04-02T22:05:46.593Z] #35 64.94 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-04-02T22:05:46.593Z] #35 64.95 Setting up xxd (2:8.1.0875-5) ... [2020-04-02T22:05:46.593Z] #35 64.96 Setting up libuv1:amd64 (1.24.1-1) ... [2020-04-02T22:05:46.593Z] #35 64.99 Setting up vim-common (2:8.1.0875-5) ... [2020-04-02T22:05:46.593Z] #35 65.01 Setting up librhash0:amd64 (1.3.8-1) ... [2020-04-02T22:05:46.593Z] #35 65.03 Setting up cmake-data (3.13.4-1) ... [2020-04-02T22:05:46.593Z] #35 ... [2020-04-02T22:05:46.593Z] [2020-04-02T22:05:46.593Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-04-02T22:05:46.593Z] #27 16.70 [2020-04-02T22:05:46.593Z] #27 16.90 ########### 15.9% ######################################################################## 100.0% [2020-04-02T22:05:46.593Z] #27 17.07 [2020-04-02T22:05:46.593Z] #27 18.43 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-04-02T22:05:46.593Z] #27 18.52 skipping existing 1849cc453dee [2020-04-02T22:05:46.593Z] #27 18.67 [2020-04-02T22:05:46.593Z] #27 19.74 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-04-02T22:05:46.593Z] #27 20.14 [2020-04-02T22:05:46.593Z] #27 20.36 ######################################################################## 100.0% [2020-04-02T22:05:46.593Z] #27 20.45 [2020-04-02T22:05:46.593Z] #27 20.54 Download of images into '/build' complete. [2020-04-02T22:05:46.593Z] #27 20.54 Use something like the following to load the result into a Docker daemon: [2020-04-02T22:05:46.593Z] #27 20.54 tar -cC '/build' . | docker load [2020-04-02T22:05:46.593Z] #27 DONE 20.7s [2020-04-02T22:05:46.593Z] [2020-04-02T22:05:46.593Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-04-02T22:05:46.593Z] #35 65.11 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-04-02T22:05:46.593Z] #35 65.14 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-04-02T22:05:46.593Z] #35 65.17 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-04-02T22:05:46.593Z] #35 65.23 Setting up cmake (3.13.4-1) ... [2020-04-02T22:05:46.593Z] #35 ... [2020-04-02T22:05:46.593Z] [2020-04-02T22:05:46.593Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-04-02T22:05:46.593Z] #43 61.61 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-04-02T22:05:46.593Z] #43 61.63 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-04-02T22:05:46.593Z] #43 61.65 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-04-02T22:05:46.593Z] #43 61.66 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-04-02T22:05:46.593Z] #43 61.67 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-04-02T22:05:46.593Z] #43 61.69 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-04-02T22:05:46.593Z] #43 61.70 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-04-02T22:05:46.593Z] #43 61.71 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-04-02T22:05:46.593Z] #43 61.72 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-04-02T22:05:46.593Z] #43 61.73 Setting up python-protobuf (3.6.1.3-2) ... [2020-04-02T22:05:47.527Z] #43 ... [2020-04-02T22:05:47.527Z] [2020-04-02T22:05:47.527Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-04-02T22:05:47.527Z] #35 65.24 Processing triggers for libc-bin (2.28-10) ... [2020-04-02T22:05:47.527Z] #35 65.47 Processing triggers for mime-support (3.62) ... [2020-04-02T22:05:47.527Z] #35 DONE 66.0s [2020-04-02T22:05:47.788Z] [2020-04-02T22:05:47.788Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:05:47.788Z] #36 DONE 0.1s [2020-04-02T22:05:47.788Z] [2020-04-02T22:05:47.788Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-04-02T22:05:47.788Z] #37 DONE 0.1s [2020-04-02T22:05:47.788Z] [2020-04-02T22:05:47.788Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:05:48.355Z] #38 ... [2020-04-02T22:05:48.355Z] [2020-04-02T22:05:48.355Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-04-02T22:05:48.355Z] #10 56.96 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-04-02T22:05:48.355Z] #10 56.97 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-04-02T22:05:48.355Z] #10 56.99 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-04-02T22:05:48.355Z] #10 60.09 Selecting previously unselected package binutils-mingw-w64. [2020-04-02T22:05:48.355Z] #10 60.13 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-04-02T22:05:48.355Z] #10 60.13 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-04-02T22:05:48.355Z] #10 60.28 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-04-02T22:05:48.355Z] #10 60.28 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-04-02T22:05:48.355Z] #10 60.29 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-04-02T22:05:48.355Z] #10 60.54 Selecting previously unselected package dmsetup. [2020-04-02T22:05:48.355Z] #10 60.55 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-04-02T22:05:48.355Z] #10 60.55 Unpacking dmsetup (2:1.02.155-3) ... [2020-04-02T22:05:48.355Z] #10 60.72 Selecting previously unselected package mingw-w64-common. [2020-04-02T22:05:48.355Z] #10 60.76 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-04-02T22:05:48.355Z] #10 60.76 Unpacking mingw-w64-common (6.0.0-3) ... [2020-04-02T22:05:48.604Z] ok github.com/docker/docker/client 0.288s coverage: 75.8% of statements [2020-04-02T22:05:48.922Z] #10 ... [2020-04-02T22:05:48.922Z] [2020-04-02T22:05:48.922Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:05:48.922Z] #47 57.11 time [2020-04-02T22:05:48.922Z] #47 62.97 strings [2020-04-02T22:05:48.922Z] #47 64.26 os [2020-04-02T22:05:48.922Z] #47 ... [2020-04-02T22:05:48.922Z] [2020-04-02T22:05:48.922Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:05:48.922Z] #33 60.94 internal/syscall/unix [2020-04-02T22:05:48.922Z] #33 61.22 os [2020-04-02T22:05:48.922Z] #33 61.51 internal/fmtsort [2020-04-02T22:05:48.922Z] #33 62.24 strings [2020-04-02T22:05:48.922Z] #33 65.53 path [2020-04-02T22:05:48.922Z] #33 66.23 fmt [2020-04-02T22:05:48.922Z] #33 66.91 path/filepath [2020-04-02T22:05:49.180Z] #33 ... [2020-04-02T22:05:49.180Z] [2020-04-02T22:05:49.180Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:05:49.180Z] #47 67.47 regexp/syntax [2020-04-02T22:05:49.270Z] INFO: Zapped successfully [2020-04-02T22:05:49.270Z] INFO: Location for testing is d:\CI\PR-39946\22 [2020-04-02T22:05:49.270Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-04-02T22:05:49.270Z] [2020-04-02T22:05:49.270Z] [2020-04-02T22:05:49.270Z] INFO: Building the image from Dockerfile.windows at 04/02/2020 22:05:44... [2020-04-02T22:05:49.270Z] [2020-04-02T22:05:49.884Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-04-02T22:05:49.884Z] [2020-04-02T22:05:49.884Z] [2020-04-02T22:05:49.884Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-04-02T22:05:50.146Z] [2020-04-02T22:05:50.146Z] [2020-04-02T22:05:50.401Z] [2020-04-02T22:05:50.401Z] Found new integrations tests: [2020-04-02T22:05:50.401Z] +func TestPluginInstall(t *testing.T) { [2020-04-02T22:05:50.401Z] Running stress test for them. [2020-04-02T22:05:50.401Z] Using test flags: -test.count 5 -test.run TestPluginInstall [2020-04-02T22:05:50.401Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-04-02T22:05:50.401Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-04-02T22:05:50.401Z] HOSTNAME=1f1774b1b958 [2020-04-02T22:05:50.401Z] TEST_SKIP_INTEGRATION=1 [2020-04-02T22:05:50.401Z] TESTDEBUG=0 [2020-04-02T22:05:50.401Z] DEST=bundles/test-integration [2020-04-02T22:05:50.401Z] PWD=/go/src/github.com/docker/docker [2020-04-02T22:05:50.401Z] KEEPBUNDLE=1 [2020-04-02T22:05:50.401Z] DOCKER_GITCOMMIT=d7ba1f85ef8f23096f2fd92d0444820543ab9675 [2020-04-02T22:05:50.401Z] container=docker [2020-04-02T22:05:50.401Z] HOME=/root [2020-04-02T22:05:50.401Z] GOLANG_VERSION=1.13.8 [2020-04-02T22:05:50.401Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-04-02T22:05:50.401Z] VALIDATE_BRANCH=master [2020-04-02T22:05:50.401Z] TERM=xterm [2020-04-02T22:05:50.401Z] DOCKER_PKG=github.com/docker/docker [2020-04-02T22:05:50.401Z] SHLVL=1 [2020-04-02T22:05:50.401Z] TIMEOUT=120m [2020-04-02T22:05:50.401Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-04-02T22:05:50.401Z] DOCKER_GRAPHDRIVER=overlay2 [2020-04-02T22:05:50.401Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-04-02T22:05:50.401Z] GO111MODULE=off [2020-04-02T22:05:50.401Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-04-02T22:05:50.401Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-04-02T22:05:50.401Z] GOPATH=/go [2020-04-02T22:05:50.401Z] PKG_CONFIG=pkg-config [2020-04-02T22:05:50.401Z] _=/usr/bin/env [2020-04-02T22:05:50.401Z] Building test suite binary ./integration-cli/test.main [2020-04-02T22:05:50.401Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-04-02T22:05:50.401Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-04-02T22:05:50.401Z] HOSTNAME=4e54de7ccb51 [2020-04-02T22:05:50.401Z] TEST_SKIP_INTEGRATION=1 [2020-04-02T22:05:50.402Z] TESTDEBUG=0 [2020-04-02T22:05:50.402Z] DEST=bundles/test-integration [2020-04-02T22:05:50.402Z] PWD=/go/src/github.com/docker/docker [2020-04-02T22:05:50.402Z] KEEPBUNDLE=1 [2020-04-02T22:05:50.402Z] DOCKER_GITCOMMIT=d7ba1f85ef8f23096f2fd92d0444820543ab9675 [2020-04-02T22:05:50.402Z] container=docker [2020-04-02T22:05:50.402Z] HOME=/root [2020-04-02T22:05:50.402Z] GOLANG_VERSION=1.13.8 [2020-04-02T22:05:50.402Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-04-02T22:05:50.402Z] VALIDATE_BRANCH=master [2020-04-02T22:05:50.402Z] TERM=xterm [2020-04-02T22:05:50.402Z] DOCKER_PKG=github.com/docker/docker [2020-04-02T22:05:50.402Z] SHLVL=1 [2020-04-02T22:05:50.402Z] TIMEOUT=120m [2020-04-02T22:05:50.402Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-04-02T22:05:50.402Z] DOCKER_GRAPHDRIVER=overlay2 [2020-04-02T22:05:50.402Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-04-02T22:05:50.402Z] GO111MODULE=off [2020-04-02T22:05:50.402Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-04-02T22:05:50.402Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-04-02T22:05:50.402Z] GOPATH=/go [2020-04-02T22:05:50.402Z] PKG_CONFIG=pkg-config [2020-04-02T22:05:50.402Z] _=/usr/bin/env [2020-04-02T22:05:50.402Z] Building test suite binary ./integration-cli/test.main [2020-04-02T22:05:50.774Z] Sending build context to Docker daemon 54.75MB [2020-04-02T22:05:50.774Z] [2020-04-02T22:05:50.774Z] Step 1/10 : FROM microsoft/windowsservercore [2020-04-02T22:05:50.774Z] ---> 80e84fd280e2 [2020-04-02T22:05:50.774Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-04-02T22:05:50.774Z] ---> Using cache [2020-04-02T22:05:50.774Z] ---> f6223677bff5 [2020-04-02T22:05:50.774Z] Step 3/10 : ARG GO_VERSION=1.13.8 [2020-04-02T22:05:50.774Z] ---> Using cache [2020-04-02T22:05:50.774Z] ---> eca808a7b68d [2020-04-02T22:05:50.774Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.3.5 [2020-04-02T22:05:50.774Z] ---> Using cache [2020-04-02T22:05:50.774Z] ---> 9c16984a207f [2020-04-02T22:05:50.774Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT} [2020-04-02T22:05:50.774Z] ---> Using cache [2020-04-02T22:05:50.774Z] ---> b41a16897f93 [2020-04-02T22:05:50.774Z] Step 6/10 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2020-04-02T22:05:50.774Z] ---> Using cache [2020-04-02T22:05:50.774Z] ---> 3c859b4e8721 [2020-04-02T22:05:50.774Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $optsForGet = @('"get"', '"-d"', '"gotest.tools/gotestsum"'); &go $optsForGet; $savedExitCode = $LASTEXITCODE; if ($savedExitCode -ne 0) { Throw '"Failed getting gotestsum sources..."' }; Write-Host "INFO: Sources obtained for gotestsum..."; $GotestsumPath=Join-Path -Path $Env:GOPATH -ChildPath "src\gotest.tools\gotestsum"; Push-Location $GotestsumPath; $optsForCheckout = @('"checkout"', '"-q"', """$Env:GOTESTSUM_COMMIT"""); &git $optsForCheckout; $savedExitCode = $LASTEXITCODE; if ($savedExitCode -eq 0) { Write-Host "INFO: Checkout done for gotestsum..."; $optsForBuild = @('"build"', '"-buildmode=exe"'); &go $optsForBuild; $savedExitCode = $LASTEXITCODE; } else { Throw '"gotestsum checkout failed..."'; } Pop-Location; if ($savedExitCode -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2020-04-02T22:05:50.774Z] ---> Using cache [2020-04-02T22:05:50.774Z] ---> 4385077a2634 [2020-04-02T22:05:50.774Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-04-02T22:05:50.774Z] ---> Using cache [2020-04-02T22:05:50.774Z] ---> 758c1fdfde78 [2020-04-02T22:05:50.774Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-04-02T22:05:50.774Z] ---> Using cache [2020-04-02T22:05:50.774Z] ---> 69d984cfef46 [2020-04-02T22:05:50.774Z] Step 10/10 : COPY . . [2020-04-02T22:05:51.080Z] #47 69.45 fmt [2020-04-02T22:05:51.651Z] #47 ... [2020-04-02T22:05:51.651Z] [2020-04-02T22:05:51.651Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-04-02T22:05:51.651Z] #43 69.67 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-04-02T22:05:51.651Z] #43 69.68 Processing triggers for libc-bin (2.28-10) ... [2020-04-02T22:05:51.651Z] #43 DONE 70.1s [2020-04-02T22:05:51.651Z] [2020-04-02T22:05:51.651Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:05:51.651Z] #38 3.757 + RM_GOPATH=0 [2020-04-02T22:05:51.651Z] #38 3.758 + TMP_GOPATH= [2020-04-02T22:05:51.651Z] #38 3.758 + : /build [2020-04-02T22:05:51.651Z] #38 3.758 + '[' -z '' ']' [2020-04-02T22:05:51.651Z] #38 3.760 ++ mktemp -d [2020-04-02T22:05:51.651Z] #38 3.779 + export GOPATH=/tmp/tmp.bkk8Du16RP [2020-04-02T22:05:51.651Z] #38 3.779 + GOPATH=/tmp/tmp.bkk8Du16RP [2020-04-02T22:05:51.651Z] #38 3.779 + RM_GOPATH=1 [2020-04-02T22:05:51.651Z] #38 3.779 ++ dirname ./install.sh [2020-04-02T22:05:51.651Z] #38 3.789 + dir=. [2020-04-02T22:05:51.651Z] #38 3.789 + bin=tini [2020-04-02T22:05:51.651Z] #38 3.789 + shift [2020-04-02T22:05:51.651Z] #38 3.789 + '[' '!' -f ./tini.installer ']' [2020-04-02T22:05:51.651Z] #38 3.789 + . ./tini.installer [2020-04-02T22:05:51.651Z] #38 3.789 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-04-02T22:05:51.651Z] #38 3.790 + install_tini [2020-04-02T22:05:51.651Z] #38 3.790 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-04-02T22:05:51.651Z] #38 3.791 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-04-02T22:05:51.651Z] #38 3.791 + git clone https://github.com/krallin/tini.git /tmp/tmp.bkk8Du16RP/tini [2020-04-02T22:05:51.651Z] #38 3.795 Cloning into '/tmp/tmp.bkk8Du16RP/tini'... [2020-04-02T22:05:51.763Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-04-02T22:05:51.763Z] HOSTNAME=bfd71f4981a3 [2020-04-02T22:05:51.763Z] TESTDEBUG=0 [2020-04-02T22:05:51.763Z] DEST=bundles/test-integration-flaky [2020-04-02T22:05:51.763Z] PWD=/go/src/github.com/docker/docker [2020-04-02T22:05:51.763Z] KEEPBUNDLE=1 [2020-04-02T22:05:51.763Z] DOCKER_GITCOMMIT=d7ba1f85ef8f23096f2fd92d0444820543ab9675 [2020-04-02T22:05:51.763Z] container=docker [2020-04-02T22:05:51.763Z] HOME=/root [2020-04-02T22:05:51.763Z] GOLANG_VERSION=1.13.8 [2020-04-02T22:05:51.763Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-04-02T22:05:51.763Z] VALIDATE_BRANCH=master [2020-04-02T22:05:51.763Z] TERM=xterm [2020-04-02T22:05:51.763Z] DOCKER_PKG=github.com/docker/docker [2020-04-02T22:05:51.763Z] SHLVL=1 [2020-04-02T22:05:51.763Z] TIMEOUT=120m [2020-04-02T22:05:51.763Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-04-02T22:05:51.763Z] DOCKER_GRAPHDRIVER=overlay2 [2020-04-02T22:05:51.763Z] TESTFLAGS=-test.count 5 -test.run TestPluginInstall [2020-04-02T22:05:51.763Z] GO111MODULE=off [2020-04-02T22:05:51.763Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-04-02T22:05:51.763Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-04-02T22:05:51.763Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-04-02T22:05:51.763Z] TEST_REPEAT=5 [2020-04-02T22:05:51.763Z] GOPATH=/go [2020-04-02T22:05:51.763Z] PKG_CONFIG=pkg-config [2020-04-02T22:05:51.763Z] _=/usr/bin/env [2020-04-02T22:05:51.763Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-04-02T22:05:52.280Z] ok github.com/docker/docker/cmd/dockerd 0.030s coverage: 30.7% of statements [2020-04-02T22:05:52.281Z] ok github.com/docker/docker/container 0.122s coverage: 34.9% of statements [2020-04-02T22:05:52.281Z] ? github.com/docker/docker/container/stream [no test files] [2020-04-02T22:05:52.281Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-04-02T22:05:52.281Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-04-02T22:05:52.281Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-04-02T22:05:53.027Z] #38 4.968 + cd /tmp/tmp.bkk8Du16RP/tini [2020-04-02T22:05:53.027Z] #38 4.968 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-04-02T22:05:53.027Z] #38 4.982 + cmake . [2020-04-02T22:05:53.593Z] #38 5.767 -- The C compiler identification is GNU 8.3.0 [2020-04-02T22:05:53.593Z] #38 5.806 -- Check for working C compiler: /usr/bin/cc [2020-04-02T22:05:54.160Z] #38 6.500 -- Check for working C compiler: /usr/bin/cc -- works [2020-04-02T22:05:54.418Z] #38 6.502 -- Detecting C compiler ABI info [2020-04-02T22:05:54.677Z] #38 ... [2020-04-02T22:05:54.677Z] [2020-04-02T22:05:54.677Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:05:54.677Z] #56 62.82 os [2020-04-02T22:05:54.677Z] #56 66.12 encoding/binary [2020-04-02T22:05:54.677Z] #56 68.49 fmt [2020-04-02T22:05:54.677Z] #56 69.52 encoding/base64 [2020-04-02T22:05:54.677Z] #56 70.66 golang.org/x/sys/unix [2020-04-02T22:05:54.677Z] #56 ... [2020-04-02T22:05:54.677Z] [2020-04-02T22:05:54.677Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-04-02T22:05:54.677Z] #10 69.54 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-04-02T22:05:54.677Z] #10 69.55 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-04-02T22:05:54.677Z] #10 69.56 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-04-02T22:05:55.732Z] ok github.com/docker/docker/daemon/cluster 0.045s coverage: 0.5% of statements [2020-04-02T22:05:56.737Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.006s coverage: 65.3% of statements [2020-04-02T22:05:57.207Z] #10 ... [2020-04-02T22:05:57.207Z] [2020-04-02T22:05:57.207Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:05:57.207Z] #56 74.32 encoding/json [2020-04-02T22:05:58.207Z] ok github.com/docker/docker/daemon/cluster/convert 0.007s coverage: 35.6% of statements [2020-04-02T22:06:01.392Z] #56 ... [2020-04-02T22:06:01.392Z] [2020-04-02T22:06:01.392Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:06:01.392Z] #38 7.255 -- Detecting C compiler ABI info - done [2020-04-02T22:06:01.392Z] #38 7.322 -- Detecting C compile features [2020-04-02T22:06:01.392Z] #38 9.503 -- Detecting C compile features - done [2020-04-02T22:06:01.392Z] #38 9.552 -- Performing Test HAS_BUILTIN_FORTIFY [2020-04-02T22:06:01.392Z] #38 9.892 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-04-02T22:06:01.392Z] #38 10.03 -- Configuring done [2020-04-02T22:06:01.392Z] #38 10.06 -- Generating done [2020-04-02T22:06:01.392Z] #38 10.07 -- Build files have been written to: /tmp/tmp.bkk8Du16RP/tini [2020-04-02T22:06:01.392Z] #38 10.07 + make tini-static [2020-04-02T22:06:01.392Z] #38 10.45 Scanning dependencies of target tini-static [2020-04-02T22:06:01.392Z] #38 10.55 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-04-02T22:06:01.392Z] #38 12.05 [100%] Linking C executable tini-static [2020-04-02T22:06:01.392Z] #38 12.75 [100%] Built target tini-static [2020-04-02T22:06:01.392Z] #38 12.90 + mkdir -p /build [2020-04-02T22:06:01.392Z] #38 12.90 + cp tini-static /build/docker-init [2020-04-02T22:06:01.392Z] #38 DONE 13.2s [2020-04-02T22:06:01.392Z] [2020-04-02T22:06:01.392Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:06:01.392Z] #44 3.601 Note: Building without setproctitle() and strlcpy() support. [2020-04-02T22:06:01.392Z] #44 3.605 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-04-02T22:06:01.392Z] #44 3.632 Note: Building without GnuTLS support [2020-04-02T22:06:01.392Z] #44 5.508 fatal: not a git repository (or any of the parent directories): .git [2020-04-02T22:06:01.392Z] #44 5.562 GEN .gitid [2020-04-02T22:06:01.392Z] #44 5.575 GEN criu/include/version.h [2020-04-02T22:06:01.392Z] #44 5.618 GEN include/common/asm [2020-04-02T22:06:01.392Z] #44 7.278 PBCC images/google/protobuf/descriptor.pb-c.c [2020-04-02T22:06:01.392Z] #44 7.367 PBCC images/opts.pb-c.c [2020-04-02T22:06:01.392Z] #44 7.462 PBCC images/sit.pb-c.c [2020-04-02T22:06:01.392Z] #44 7.546 DEP images/google/protobuf/descriptor.pb-c.d [2020-04-02T22:06:01.392Z] #44 7.634 DEP images/opts.pb-c.d [2020-04-02T22:06:01.392Z] #44 7.684 DEP images/sit.pb-c.d [2020-04-02T22:06:01.392Z] #44 7.742 PBCC images/macvlan.pb-c.c [2020-04-02T22:06:01.392Z] #44 7.819 DEP images/macvlan.pb-c.d [2020-04-02T22:06:01.392Z] #44 7.893 PBCC images/autofs.pb-c.c [2020-04-02T22:06:01.392Z] #44 7.941 DEP images/autofs.pb-c.d [2020-04-02T22:06:01.392Z] #44 8.036 PBCC images/sysctl.pb-c.c [2020-04-02T22:06:01.392Z] #44 8.080 DEP images/sysctl.pb-c.d [2020-04-02T22:06:01.392Z] #44 8.150 PBCC images/time.pb-c.c [2020-04-02T22:06:01.392Z] #44 8.176 DEP images/time.pb-c.d [2020-04-02T22:06:01.392Z] #44 8.249 PBCC images/binfmt-misc.pb-c.c [2020-04-02T22:06:01.392Z] #44 8.287 DEP images/binfmt-misc.pb-c.d [2020-04-02T22:06:01.392Z] #44 8.356 PBCC images/seccomp.pb-c.c [2020-04-02T22:06:01.392Z] #44 8.427 DEP images/seccomp.pb-c.d [2020-04-02T22:06:01.392Z] #44 8.490 PBCC images/userns.pb-c.c [2020-04-02T22:06:01.392Z] #44 8.496 DEP images/userns.pb-c.d [2020-04-02T22:06:01.392Z] #44 8.563 PBCC images/cgroup.pb-c.c [2020-04-02T22:06:01.392Z] #44 8.611 DEP images/cgroup.pb-c.d [2020-04-02T22:06:01.392Z] #44 8.691 PBCC images/fown.pb-c.c [2020-04-02T22:06:01.392Z] #44 8.762 PBCC images/ext-file.pb-c.c [2020-04-02T22:06:01.392Z] #44 8.808 DEP images/fown.pb-c.d [2020-04-02T22:06:01.392Z] #44 8.876 DEP images/ext-file.pb-c.d [2020-04-02T22:06:01.392Z] #44 8.934 PBCC images/rpc.pb-c.c [2020-04-02T22:06:01.392Z] #44 8.975 DEP images/rpc.pb-c.d [2020-04-02T22:06:01.392Z] #44 9.027 PBCC images/siginfo.pb-c.c [2020-04-02T22:06:01.392Z] #44 9.049 DEP images/siginfo.pb-c.d [2020-04-02T22:06:01.392Z] #44 9.096 PBCC images/pagemap.pb-c.c [2020-04-02T22:06:01.392Z] #44 9.148 DEP images/pagemap.pb-c.d [2020-04-02T22:06:01.392Z] #44 9.202 PBCC images/rlimit.pb-c.c [2020-04-02T22:06:01.392Z] #44 9.263 DEP images/rlimit.pb-c.d [2020-04-02T22:06:01.392Z] #44 9.359 PBCC images/file-lock.pb-c.c [2020-04-02T22:06:01.392Z] #44 9.478 DEP images/file-lock.pb-c.d [2020-04-02T22:06:01.392Z] #44 9.601 PBCC images/tty.pb-c.c [2020-04-02T22:06:01.392Z] #44 ... [2020-04-02T22:06:01.392Z] [2020-04-02T22:06:01.392Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:06:01.392Z] #33 69.33 io/ioutil [2020-04-02T22:06:01.392Z] #33 70.20 text/tabwriter [2020-04-02T22:06:01.392Z] #33 71.95 flag [2020-04-02T22:06:01.392Z] #33 71.95 github.com/BurntSushi/toml [2020-04-02T22:06:01.392Z] #33 73.85 log [2020-04-02T22:06:01.392Z] #33 76.56 github.com/BurntSushi/toml/cmd/tomlv [2020-04-02T22:06:01.392Z] #33 ... [2020-04-02T22:06:01.392Z] [2020-04-02T22:06:01.392Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:06:01.392Z] #44 9.754 DEP images/tty.pb-c.d [2020-04-02T22:06:01.392Z] #44 9.858 PBCC images/tun.pb-c.c [2020-04-02T22:06:01.392Z] #44 9.947 PBCC images/netdev.pb-c.c [2020-04-02T22:06:01.651Z] #44 10.13 DEP images/tun.pb-c.d [2020-04-02T22:06:01.651Z] #44 10.23 DEP images/netdev.pb-c.d [2020-04-02T22:06:01.651Z] #44 10.25 PBCC images/vma.pb-c.c [2020-04-02T22:06:01.909Z] #44 10.27 DEP images/vma.pb-c.d [2020-04-02T22:06:01.909Z] #44 10.34 PBCC images/creds.pb-c.c [2020-04-02T22:06:01.909Z] #44 10.36 DEP images/creds.pb-c.d [2020-04-02T22:06:01.909Z] #44 10.45 PBCC images/utsns.pb-c.c [2020-04-02T22:06:01.909Z] #44 10.48 DEP images/utsns.pb-c.d [2020-04-02T22:06:02.167Z] #44 10.52 PBCC images/ipc-desc.pb-c.c [2020-04-02T22:06:02.167Z] #44 10.58 PBCC images/ipc-sem.pb-c.c [2020-04-02T22:06:02.167Z] #44 10.63 DEP images/ipc-desc.pb-c.d [2020-04-02T22:06:02.167Z] #44 10.67 DEP images/ipc-sem.pb-c.d [2020-04-02T22:06:02.167Z] #44 10.71 PBCC images/ipc-msg.pb-c.c [2020-04-02T22:06:02.167Z] #44 10.73 DEP images/ipc-msg.pb-c.d [2020-04-02T22:06:02.425Z] #44 10.79 PBCC images/ipc-shm.pb-c.c [2020-04-02T22:06:02.425Z] #44 10.80 DEP images/ipc-shm.pb-c.d [2020-04-02T22:06:02.425Z] #44 10.85 PBCC images/ipc-var.pb-c.c [2020-04-02T22:06:02.425Z] #44 10.89 DEP images/ipc-var.pb-c.d [2020-04-02T22:06:02.425Z] #44 10.93 PBCC images/sk-opts.pb-c.c [2020-04-02T22:06:02.425Z] #44 10.96 PBCC images/packet-sock.pb-c.c [2020-04-02T22:06:02.685Z] #44 11.02 DEP images/sk-opts.pb-c.d [2020-04-02T22:06:02.685Z] #44 11.10 DEP images/packet-sock.pb-c.d [2020-04-02T22:06:02.685Z] #44 11.19 PBCC images/sk-netlink.pb-c.c [2020-04-02T22:06:02.943Z] #44 ... [2020-04-02T22:06:02.943Z] [2020-04-02T22:06:02.943Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:06:02.943Z] #33 DONE 81.2s [2020-04-02T22:06:02.943Z] [2020-04-02T22:06:02.943Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:06:02.943Z] #44 11.30 DEP images/sk-netlink.pb-c.d [2020-04-02T22:06:02.943Z] #44 11.46 PBCC images/sk-inet.pb-c.c [2020-04-02T22:06:02.943Z] #44 11.50 DEP images/sk-inet.pb-c.d [2020-04-02T22:06:03.202Z] #44 11.63 PBCC images/sk-unix.pb-c.c [2020-04-02T22:06:03.460Z] #44 11.75 DEP images/sk-unix.pb-c.d [2020-04-02T22:06:03.460Z] #44 12.01 PBCC images/mm.pb-c.c [2020-04-02T22:06:03.718Z] #44 12.10 DEP images/mm.pb-c.d [2020-04-02T22:06:03.718Z] #44 12.22 PBCC images/timerfd.pb-c.c [2020-04-02T22:06:03.718Z] #44 12.25 DEP images/timerfd.pb-c.d [2020-04-02T22:06:03.718Z] #44 12.29 PBCC images/timer.pb-c.c [2020-04-02T22:06:03.976Z] #44 12.32 DEP images/timer.pb-c.d [2020-04-02T22:06:03.976Z] #44 12.39 PBCC images/sa.pb-c.c [2020-04-02T22:06:03.976Z] #44 12.43 DEP images/sa.pb-c.d [2020-04-02T22:06:03.976Z] #44 12.48 PBCC images/pipe-data.pb-c.c [2020-04-02T22:06:03.976Z] #44 12.51 DEP images/pipe-data.pb-c.d [2020-04-02T22:06:04.233Z] #44 12.58 PBCC images/mnt.pb-c.c [2020-04-02T22:06:04.233Z] #44 12.61 DEP images/mnt.pb-c.d [2020-04-02T22:06:04.233Z] #44 12.67 PBCC images/sk-packet.pb-c.c [2020-04-02T22:06:04.233Z] #44 12.70 DEP images/sk-packet.pb-c.d [2020-04-02T22:06:04.233Z] #44 12.76 PBCC images/tcp-stream.pb-c.c [2020-04-02T22:06:04.233Z] #44 12.83 DEP images/tcp-stream.pb-c.d [2020-04-02T22:06:04.492Z] #44 12.90 PBCC images/pipe.pb-c.c [2020-04-02T22:06:04.492Z] #44 12.97 DEP images/pipe.pb-c.d [2020-04-02T22:06:04.492Z] #44 13.03 PBCC images/pstree.pb-c.c [2020-04-02T22:06:04.492Z] #44 13.06 DEP images/pstree.pb-c.d [2020-04-02T22:06:04.750Z] #44 13.12 PBCC images/fs.pb-c.c [2020-04-02T22:06:04.750Z] #44 13.15 DEP images/fs.pb-c.d [2020-04-02T22:06:04.750Z] #44 13.19 PBCC images/signalfd.pb-c.c [2020-04-02T22:06:05.008Z] #44 13.29 DEP images/signalfd.pb-c.d [2020-04-02T22:06:05.008Z] #44 13.36 PBCC images/fh.pb-c.c [2020-04-02T22:06:05.008Z] #44 13.40 PBCC images/fsnotify.pb-c.c [2020-04-02T22:06:05.008Z] #44 13.43 DEP images/fh.pb-c.d [2020-04-02T22:06:05.008Z] #44 13.48 DEP images/fsnotify.pb-c.d [2020-04-02T22:06:05.008Z] #44 13.54 PBCC images/eventpoll.pb-c.c [2020-04-02T22:06:05.008Z] #44 ... [2020-04-02T22:06:05.008Z] [2020-04-02T22:06:05.008Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:06:05.008Z] #47 73.29 regexp [2020-04-02T22:06:05.008Z] #47 74.89 go/token [2020-04-02T22:06:05.008Z] #47 75.91 go/scanner [2020-04-02T22:06:05.008Z] #47 77.38 go/ast [2020-04-02T22:06:05.008Z] #47 77.94 internal/lazyregexp [2020-04-02T22:06:05.008Z] #47 78.32 net/url [2020-04-02T22:06:05.008Z] #47 80.49 text/template/parse [2020-04-02T22:06:05.016Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.427s coverage: 13.8% of statements [2020-04-02T22:06:05.266Z] #47 ... [2020-04-02T22:06:05.266Z] [2020-04-02T22:06:05.266Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:06:05.266Z] #44 13.58 DEP images/eventpoll.pb-c.d [2020-04-02T22:06:05.266Z] #44 13.60 PBCC images/eventfd.pb-c.c [2020-04-02T22:06:05.266Z] #44 13.65 DEP images/eventfd.pb-c.d [2020-04-02T22:06:05.266Z] #44 13.71 PBCC images/remap-file-path.pb-c.c [2020-04-02T22:06:05.266Z] #44 13.74 DEP images/remap-file-path.pb-c.d [2020-04-02T22:06:05.266Z] #44 13.79 PBCC images/fifo.pb-c.c [2020-04-02T22:06:05.266Z] #44 13.82 DEP images/fifo.pb-c.d [2020-04-02T22:06:05.266Z] #44 13.86 PBCC images/ghost-file.pb-c.c [2020-04-02T22:06:05.266Z] #44 13.90 DEP images/ghost-file.pb-c.d [2020-04-02T22:06:05.525Z] #44 13.97 PBCC images/regfile.pb-c.c [2020-04-02T22:06:05.525Z] #44 14.03 DEP images/regfile.pb-c.d [2020-04-02T22:06:05.525Z] #44 14.08 PBCC images/ns.pb-c.c [2020-04-02T22:06:05.525Z] #44 14.11 DEP images/ns.pb-c.d [2020-04-02T22:06:05.525Z] #44 14.15 PBCC images/fdinfo.pb-c.c [2020-04-02T22:06:05.630Z] ok github.com/docker/docker/daemon/config 0.018s coverage: 81.7% of statements [2020-04-02T22:06:05.783Z] #44 14.24 DEP images/fdinfo.pb-c.d [2020-04-02T22:06:05.783Z] #44 14.33 PBCC images/core-aarch64.pb-c.c [2020-04-02T22:06:05.783Z] #44 14.41 PBCC images/core-arm.pb-c.c [2020-04-02T22:06:06.041Z] #44 14.49 PBCC images/core-ppc64.pb-c.c [2020-04-02T22:06:06.041Z] #44 14.58 PBCC images/core-s390.pb-c.c [2020-04-02T22:06:06.041Z] #44 14.65 PBCC images/core-x86.pb-c.c [2020-04-02T22:06:06.243Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2020-04-02T22:06:06.299Z] #44 14.77 PBCC images/core.pb-c.c [2020-04-02T22:06:06.556Z] #44 14.91 PBCC images/inventory.pb-c.c [2020-04-02T22:06:06.557Z] #44 14.98 DEP images/core-aarch64.pb-c.d [2020-04-02T22:06:06.557Z] #44 15.02 DEP images/core-arm.pb-c.d [2020-04-02T22:06:06.557Z] #44 15.06 DEP images/core-ppc64.pb-c.d [2020-04-02T22:06:06.557Z] #44 15.10 DEP images/core-s390.pb-c.d [2020-04-02T22:06:06.814Z] #44 15.19 DEP images/core-x86.pb-c.d [2020-04-02T22:06:06.814Z] #44 15.23 DEP images/core.pb-c.d [2020-04-02T22:06:06.814Z] #44 15.33 DEP images/inventory.pb-c.d [2020-04-02T22:06:06.814Z] #44 15.39 PBCC images/cpuinfo.pb-c.c [2020-04-02T22:06:06.857Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2020-04-02T22:06:07.072Z] #44 15.41 DEP images/cpuinfo.pb-c.d [2020-04-02T22:06:07.073Z] #44 15.46 PBCC images/stats.pb-c.c [2020-04-02T22:06:07.073Z] #44 15.54 DEP images/stats.pb-c.d [2020-04-02T22:06:07.470Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2020-04-02T22:06:08.083Z] ok github.com/docker/docker/daemon 12.275s coverage: 17.4% of statements [2020-04-02T22:06:08.083Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-04-02T22:06:08.083Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-04-02T22:06:08.083Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-04-02T22:06:08.083Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-04-02T22:06:08.448Z] #44 ... [2020-04-02T22:06:08.448Z] [2020-04-02T22:06:08.448Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-04-02T22:06:08.448Z] #10 76.78 Selecting previously unselected package gcc-mingw-w64-base. [2020-04-02T22:06:08.448Z] #10 76.80 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-04-02T22:06:08.448Z] #10 76.80 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-04-02T22:06:08.448Z] #10 76.97 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-04-02T22:06:08.448Z] #10 76.98 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-04-02T22:06:08.448Z] #10 76.99 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-04-02T22:06:08.448Z] #10 ... [2020-04-02T22:06:08.448Z] [2020-04-02T22:06:08.448Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:06:08.448Z] #44 16.93 make[1]: Nothing to be done for 'all'. [2020-04-02T22:06:09.823Z] #44 18.28 CC images/stats.o [2020-04-02T22:06:10.081Z] #44 18.70 CC images/core.o [2020-04-02T22:06:10.105Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.003s coverage: 2.9% of statements [2020-04-02T22:06:10.386Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.178s coverage: 57.0% of statements [2020-04-02T22:06:11.017Z] #44 19.45 CC images/core-x86.o [2020-04-02T22:06:11.583Z] #44 19.99 CC images/core-arm.o [2020-04-02T22:06:12.149Z] #44 20.50 CC images/core-aarch64.o [2020-04-02T22:06:12.408Z] #44 ... [2020-04-02T22:06:12.408Z] [2020-04-02T22:06:12.408Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:06:12.408Z] #56 80.68 github.com/pkg/diff [2020-04-02T22:06:12.408Z] #56 81.55 go/ast [2020-04-02T22:06:12.408Z] #56 82.46 golang.org/x/crypto/ssh/terminal [2020-04-02T22:06:12.408Z] #56 83.74 mvdan.cc/editorconfig [2020-04-02T22:06:12.408Z] #56 84.89 mvdan.cc/sh/v3/fileutil [2020-04-02T22:06:12.408Z] #56 85.05 mvdan.cc/sh/v3/syntax [2020-04-02T22:06:12.666Z] #56 ... [2020-04-02T22:06:12.666Z] [2020-04-02T22:06:12.666Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:06:12.666Z] #44 20.99 CC images/core-ppc64.o [2020-04-02T22:06:13.232Z] #44 21.76 CC images/core-s390.o [2020-04-02T22:06:13.607Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-04-02T22:06:13.607Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-04-02T22:06:13.607Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-04-02T22:06:14.166Z] #44 22.61 CC images/cpuinfo.o [2020-04-02T22:06:14.732Z] #44 23.05 CC images/inventory.o [2020-04-02T22:06:14.761Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.981s coverage: 46.2% of statements [2020-04-02T22:06:14.990Z] #44 23.29 CC images/fdinfo.o [2020-04-02T22:06:15.161Z] ok github.com/docker/docker/cmd/dockerd 0.114s coverage: 30.7% of statements [2020-04-02T22:06:15.250Z] #44 23.82 CC images/fown.o [2020-04-02T22:06:15.374Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.004s coverage: 1.8% of statements [2020-04-02T22:06:15.509Z] #44 ... [2020-04-02T22:06:15.509Z] [2020-04-02T22:06:15.509Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:06:15.509Z] #47 83.68 go/parser [2020-04-02T22:06:15.509Z] #47 85.04 text/template [2020-04-02T22:06:15.509Z] #47 87.59 encoding/xml [2020-04-02T22:06:15.509Z] #47 89.84 go/doc [2020-04-02T22:06:15.509Z] #47 92.67 github.com/LK4D4/vndr/build [2020-04-02T22:06:15.509Z] #47 93.85 github.com/LK4D4/vndr/versioned [2020-04-02T22:06:15.509Z] #47 ... [2020-04-02T22:06:15.509Z] [2020-04-02T22:06:15.509Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:06:15.509Z] #44 24.11 CC images/ns.o [2020-04-02T22:06:15.767Z] #44 24.31 CC images/regfile.o [2020-04-02T22:06:16.333Z] #44 24.60 CC images/ghost-file.o [2020-04-02T22:06:16.333Z] #44 ... [2020-04-02T22:06:16.333Z] [2020-04-02T22:06:16.333Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:06:16.333Z] #65 38.79 Checking out files: 61% (1936/3145) Checking out files: 62% (1950/3145) Checking out files: 63% (1982/3145) Checking out files: 64% (2013/3145) Checking out files: 65% (2045/3145) Checking out files: 66% (2076/3145) Checking out files: 67% (2108/3145) Checking out files: 68% (2139/3145) Checking out files: 69% (2171/3145) Checking out files: 70% (2202/3145) Checking out files: 71% (2233/3145) Checking out files: 72% (2265/3145) Checking out files: 73% (2296/3145) Checking out files: 74% (2328/3145) Checking out files: 75% (2359/3145) Checking out files: 76% (2391/3145) Checking out files: 77% (2422/3145) Checking out files: 78% (2454/3145) Checking out files: 79% (2485/3145) Checking out files: 80% (2516/3145) Checking out files: 81% (2548/3145) Checking out files: 82% (2579/3145) Checking out files: 83% (2611/3145) Checking out files: 84% (2642/3145) Checking out files: 85% (2674/3145) Checking out files: 86% (2705/3145) Checking out files: 87% (2737/3145) Checking out files: 88% (2768/3145) Checking out files: 89% (2800/3145) Checking out files: 90% (2831/3145) Checking out files: 91% (2862/3145) Checking out files: 92% (2894/3145) Checking out files: 93% (2925/3145) Checking out files: 94% (2957/3145) Checking out files: 94% (2970/3145) Checking out files: 95% (2988/3145) Checking out files: 96% (3020/3145) Checking out files: 97% (3051/3145) Checking out files: 98% (3083/3145) Checking out files: 99% (3114/3145) Checking out files: 100% (3145/3145) Checking out files: 100% (3145/3145), done. [2020-04-02T22:06:16.333Z] #65 39.96 + cd /tmp/tmp.dp5DQGz5Rj/src/github.com/containerd/containerd [2020-04-02T22:06:16.333Z] #65 39.96 + git checkout -q d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-04-02T22:06:16.333Z] #65 41.15 + export 'BUILDTAGS=netgo osusergo static_build' [2020-04-02T22:06:16.333Z] #65 41.15 + BUILDTAGS='netgo osusergo static_build' [2020-04-02T22:06:16.333Z] #65 41.15 + export EXTRA_FLAGS=-buildmode=pie [2020-04-02T22:06:16.333Z] #65 41.15 + EXTRA_FLAGS=-buildmode=pie [2020-04-02T22:06:16.333Z] #65 41.15 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-04-02T22:06:16.333Z] #65 41.15 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-04-02T22:06:16.333Z] #65 41.15 + '[' '' = dynamic ']' [2020-04-02T22:06:16.333Z] #65 41.15 + make [2020-04-02T22:06:16.333Z] #65 42.33 + bin/ctr [2020-04-02T22:06:16.333Z] #65 ... [2020-04-02T22:06:16.333Z] [2020-04-02T22:06:16.333Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:06:16.333Z] #44 24.93 CC images/fifo.o [2020-04-02T22:06:16.548Z] ok github.com/docker/docker/container 0.170s coverage: 34.9% of statements [2020-04-02T22:06:16.548Z] ? github.com/docker/docker/container/stream [no test files] [2020-04-02T22:06:16.548Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-04-02T22:06:16.548Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-04-02T22:06:16.548Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-04-02T22:06:16.591Z] #44 25.22 CC images/remap-file-path.o [2020-04-02T22:06:17.157Z] #44 25.54 CC images/eventfd.o [2020-04-02T22:06:17.416Z] #44 25.84 CC images/eventpoll.o [2020-04-02T22:06:17.674Z] #44 26.21 CC images/fh.o [2020-04-02T22:06:17.932Z] #44 26.52 CC images/fsnotify.o [2020-04-02T22:06:18.500Z] #44 27.05 CC images/signalfd.o [2020-04-02T22:06:18.821Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.330s coverage: 49.5% of statements [2020-04-02T22:06:19.123Z] #44 27.32 CC images/fs.o [2020-04-02T22:06:19.123Z] #44 27.51 CC images/pstree.o [2020-04-02T22:06:19.123Z] #44 27.70 CC images/pipe.o [2020-04-02T22:06:19.701Z] #44 28.13 CC images/tcp-stream.o [2020-04-02T22:06:19.847Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.044s coverage: 65.3% of statements [2020-04-02T22:06:19.959Z] #44 28.36 CC images/sk-packet.o [2020-04-02T22:06:20.222Z] #44 28.71 CC images/mnt.o [2020-04-02T22:06:20.538Z] ---> ac02f1472637 [2020-04-02T22:06:20.786Z] ok github.com/docker/docker/daemon/cluster/convert 0.045s coverage: 35.6% of statements [2020-04-02T22:06:20.794Z] #44 29.10 CC images/pipe-data.o [2020-04-02T22:06:20.794Z] #44 ... [2020-04-02T22:06:20.794Z] [2020-04-02T22:06:20.794Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-04-02T22:06:20.794Z] #56 92.66 mvdan.cc/sh/v3/cmd/shfmt [2020-04-02T22:06:20.794Z] #56 DONE 99.0s [2020-04-02T22:06:21.052Z] [2020-04-02T22:06:21.052Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:06:21.052Z] #47 94.07 compress/flate [2020-04-02T22:06:21.052Z] #47 96.24 hash/crc32 [2020-04-02T22:06:21.052Z] #47 97.00 compress/gzip [2020-04-02T22:06:21.052Z] #47 97.03 net [2020-04-02T22:06:21.052Z] #47 97.75 vendor/golang.org/x/text/transform [2020-04-02T22:06:21.052Z] #47 98.90 vendor/golang.org/x/text/unicode/bidi [2020-04-02T22:06:21.482Z] Successfully built ac02f1472637 [2020-04-02T22:06:21.482Z] Successfully tagged docker:latest [2020-04-02T22:06:21.482Z] INFO: Image build ended at 04/02/2020 22:06:21. Duration:00:00:36.7358349 [2020-04-02T22:06:21.482Z] [2020-04-02T22:06:21.482Z] [2020-04-02T22:06:21.482Z] INFO: Building the test binaries at 04/02/2020 22:06:21... [2020-04-02T22:06:22.167Z] ok github.com/docker/docker/daemon/cluster 0.094s coverage: 0.5% of statements [2020-04-02T22:06:22.429Z] #47 ... [2020-04-02T22:06:22.429Z] [2020-04-02T22:06:22.429Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:06:22.429Z] #44 29.67 CC images/sa.o [2020-04-02T22:06:22.429Z] #44 30.09 CC images/timer.o [2020-04-02T22:06:22.429Z] #44 30.72 CC images/timerfd.o [2020-04-02T22:06:22.429Z] #44 30.87 CC images/mm.o [2020-04-02T22:06:22.686Z] #44 31.10 CC images/sk-opts.o [2020-04-02T22:06:22.944Z] #44 31.33 CC images/sk-unix.o [2020-04-02T22:06:23.201Z] #44 31.63 CC images/sk-inet.o [2020-04-02T22:06:23.458Z] #44 32.00 CC images/tun.o [2020-04-02T22:06:23.715Z] #44 32.28 CC images/sk-netlink.o [2020-04-02T22:06:24.281Z] #44 32.60 CC images/packet-sock.o [2020-04-02T22:06:24.538Z] #44 33.07 CC images/ipc-var.o [2020-04-02T22:06:24.708Z] ok github.com/docker/docker/daemon/discovery 0.018s coverage: 30.0% of statements [2020-04-02T22:06:24.796Z] #44 33.23 CC images/ipc-desc.o [2020-04-02T22:06:25.054Z] #44 33.46 CC images/ipc-shm.o [2020-04-02T22:06:25.312Z] #44 33.67 CC images/ipc-msg.o [2020-04-02T22:06:25.569Z] #44 33.97 CC images/ipc-sem.o [2020-04-02T22:06:25.569Z] #44 34.15 CC images/utsns.o [2020-04-02T22:06:25.615Z] ok github.com/docker/docker/daemon/graphdriver/aufs 16.146s coverage: 72.5% of statements [2020-04-02T22:06:25.615Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-04-02T22:06:25.615Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.869s coverage: 61.0% of statements [2020-04-02T22:06:25.615Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-04-02T22:06:25.648Z] ok github.com/docker/docker/daemon/config 0.094s coverage: 81.7% of statements [2020-04-02T22:06:25.827Z] #44 34.33 CC images/creds.o [2020-04-02T22:06:25.908Z] ok github.com/docker/docker/daemon/events 0.072s coverage: 50.0% of statements [2020-04-02T22:06:26.085Z] #44 34.52 CC images/vma.o [2020-04-02T22:06:26.097Z] INFO: make.ps1 starting at 04/02/2020 22:06:25 [2020-04-02T22:06:26.227Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.004s coverage: 58.0% of statements [2020-04-02T22:06:26.227Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.703s coverage: 76.1% of statements [2020-04-02T22:06:26.227Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-04-02T22:06:26.343Z] #44 34.71 CC images/netdev.o [2020-04-02T22:06:26.544Z] INFO: Git commit (d7ba1f85ef) assumed from DOCKER_GITCOMMIT environment variable [2020-04-02T22:06:26.544Z] INFO: Invoking autogen... [2020-04-02T22:06:26.600Z] #44 35.06 CC images/tty.o [2020-04-02T22:06:26.991Z] INFO: Building daemon... [2020-04-02T22:06:27.166Z] #44 35.63 CC images/file-lock.o [2020-04-02T22:06:27.244Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.019s coverage: 3.0% of statements [2020-04-02T22:06:27.424Z] #44 35.93 CC images/rlimit.o [2020-04-02T22:06:27.682Z] #44 36.19 CC images/pagemap.o [2020-04-02T22:06:27.858Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements [2020-04-02T22:06:27.940Z] #44 36.45 CC images/siginfo.o [2020-04-02T22:06:28.450Z] ok github.com/docker/docker/daemon/graphdriver 0.018s coverage: 2.2% of statements [2020-04-02T22:06:28.471Z] ok github.com/docker/docker/daemon/images 0.007s coverage: 4.9% of statements [2020-04-02T22:06:28.471Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-04-02T22:06:28.471Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-04-02T22:06:28.505Z] #44 36.78 CC images/rpc.o [2020-04-02T22:06:29.084Z] ok github.com/docker/docker/daemon/logger 0.214s coverage: 41.8% of statements [2020-04-02T22:06:29.698Z] ok github.com/docker/docker/daemon/logger/awslogs 0.072s coverage: 77.8% of statements [2020-04-02T22:06:29.698Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-04-02T22:06:29.698Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-04-02T22:06:29.878Z] #44 38.02 CC images/ext-file.o [2020-04-02T22:06:29.878Z] #44 38.23 CC images/cgroup.o [2020-04-02T22:06:29.980Z] ok github.com/docker/docker/daemon/logger/gelf 0.012s coverage: 67.0% of statements [2020-04-02T22:06:30.444Z] #44 38.83 CC images/userns.o [2020-04-02T22:06:30.594Z] ok github.com/docker/docker/daemon/logger/journald 0.006s coverage: 26.2% of statements [2020-04-02T22:06:30.702Z] #44 39.13 CC images/google/protobuf/descriptor.o [2020-04-02T22:06:31.208Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.005s coverage: 62.1% of statements [2020-04-02T22:06:31.208Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.002s coverage: 88.3% of statements [2020-04-02T22:06:31.740Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.015s coverage: 2.9% of statements [2020-04-02T22:06:31.823Z] ok github.com/docker/docker/daemon/logger/local 0.013s coverage: 74.7% of statements [2020-04-02T22:06:32.105Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-04-02T22:06:32.105Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.044s coverage: 19.9% of statements [2020-04-02T22:06:32.307Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.477s coverage: 13.8% of statements [2020-04-02T22:06:32.602Z] #44 41.04 CC images/opts.o [2020-04-02T22:06:32.718Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.006s coverage: 33.3% of statements [2020-04-02T22:06:32.860Z] #44 41.34 CC images/seccomp.o [2020-04-02T22:06:33.118Z] #44 41.61 CC images/binfmt-misc.o [2020-04-02T22:06:33.244Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.708s coverage: 57.0% of statements [2020-04-02T22:06:33.376Z] #44 ... [2020-04-02T22:06:33.376Z] [2020-04-02T22:06:33.376Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:06:33.376Z] #47 101.6 vendor/golang.org/x/text/secure/bidirule [2020-04-02T22:06:33.376Z] #47 101.9 vendor/golang.org/x/text/unicode/norm [2020-04-02T22:06:33.376Z] #47 106.0 vendor/golang.org/x/net/idna [2020-04-02T22:06:33.376Z] #47 108.3 vendor/golang.org/x/net/http2/hpack [2020-04-02T22:06:33.376Z] #47 109.6 mime [2020-04-02T22:06:33.376Z] #47 111.5 mime/quotedprintable [2020-04-02T22:06:33.376Z] #47 ... [2020-04-02T22:06:33.376Z] [2020-04-02T22:06:33.376Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:06:33.376Z] #44 41.81 CC images/time.o [2020-04-02T22:06:33.634Z] #44 42.01 CC images/sysctl.o [2020-04-02T22:06:33.724Z] ok github.com/docker/docker/daemon/logger/syslog 0.002s coverage: 47.8% of statements [2020-04-02T22:06:33.893Z] #44 42.22 CC images/autofs.o [2020-04-02T22:06:33.893Z] #44 42.41 CC images/macvlan.o [2020-04-02T22:06:34.005Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2020-04-02T22:06:34.151Z] #44 42.57 CC images/sit.o [2020-04-02T22:06:34.287Z] ok github.com/docker/docker/daemon/network 0.002s coverage: 63.8% of statements [2020-04-02T22:06:34.409Z] #44 42.84 LINK images/built-in.o [2020-04-02T22:06:34.568Z] ok github.com/docker/docker/daemon/logger/splunk 1.455s coverage: 82.5% of statements [2020-04-02T22:06:34.568Z] ? github.com/docker/docker/daemon/names [no test files] [2020-04-02T22:06:34.568Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-04-02T22:06:34.666Z] #44 43.04 GEN compel/include/asm [2020-04-02T22:06:34.666Z] #44 43.05 GEN compel/include/version.h [2020-04-02T22:06:34.667Z] #44 43.08 touch .config [2020-04-02T22:06:34.667Z] #44 ... [2020-04-02T22:06:34.667Z] [2020-04-02T22:06:34.667Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-04-02T22:06:34.667Z] #10 103.1 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-04-02T22:06:34.667Z] #10 103.1 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-04-02T22:06:34.667Z] #10 103.1 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-04-02T22:06:34.667Z] #10 ... [2020-04-02T22:06:34.667Z] [2020-04-02T22:06:34.667Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:06:34.667Z] #44 43.11 GEN include/common/config.h [2020-04-02T22:06:34.667Z] #44 43.19 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-04-02T22:06:34.667Z] #44 43.22 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-04-02T22:06:34.667Z] #44 43.25 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-04-02T22:06:34.667Z] #44 43.27 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-04-02T22:06:34.667Z] #44 43.30 DEP compel/arch/x86/plugins/std/memcpy.d [2020-04-02T22:06:34.925Z] #44 43.34 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-04-02T22:06:34.925Z] #44 43.35 GEN compel/plugins/include/uapi/std/syscall.h [2020-04-02T22:06:34.925Z] #44 43.38 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-04-02T22:06:34.925Z] #44 43.41 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-04-02T22:06:34.925Z] #44 43.44 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-04-02T22:06:34.925Z] #44 43.44 DEP compel/plugins/std/infect.d [2020-04-02T22:06:35.183Z] #44 43.56 DEP compel/plugins/std/string.d [2020-04-02T22:06:35.183Z] #44 43.67 DEP compel/plugins/std/log.d [2020-04-02T22:06:35.183Z] #44 43.76 DEP compel/plugins/std/fds.d [2020-04-02T22:06:35.440Z] #44 43.89 DEP compel/plugins/std/std.d [2020-04-02T22:06:35.515Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-04-02T22:06:35.699Z] #44 44.02 DEP compel/plugins/shmem/shmem.d [2020-04-02T22:06:35.699Z] #44 44.13 DEP compel/plugins/fds/fds.d [2020-04-02T22:06:35.699Z] #44 44.25 CC compel/plugins/std/std.o [2020-04-02T22:06:35.780Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.019s coverage: 1.8% of statements [2020-04-02T22:06:35.958Z] #44 44.54 CC compel/plugins/std/fds.o [2020-04-02T22:06:36.037Z] ok github.com/docker/docker/distribution 0.245s coverage: 22.1% of statements [2020-04-02T22:06:36.037Z] ok github.com/docker/docker/distribution/metadata 0.025s coverage: 48.2% of statements [2020-04-02T22:06:36.037Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-04-02T22:06:36.078Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-04-02T22:06:36.525Z] #44 45.02 CC compel/plugins/std/log.o [2020-04-02T22:06:37.010Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-04-02T22:06:37.055Z] ok github.com/docker/docker/errdefs 0.006s coverage: 49.4% of statements [2020-04-02T22:06:37.160Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.521s coverage: 46.2% of statements [2020-04-02T22:06:37.458Z] #44 45.83 CC compel/plugins/std/string.o [2020-04-02T22:06:38.023Z] #44 46.40 CC compel/plugins/std/infect.o [2020-04-02T22:06:38.059Z] ok github.com/docker/docker/image 0.012s coverage: 86.4% of statements [2020-04-02T22:06:38.096Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.368s coverage: 72.5% of statements [2020-04-02T22:06:38.280Z] #44 46.83 CC compel/arch/x86/plugins/std/parasite-head.o [2020-04-02T22:06:38.401Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-04-02T22:06:38.401Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-04-02T22:06:38.538Z] #44 46.88 CC compel/arch/x86/plugins/std/memcpy.o [2020-04-02T22:06:38.538Z] #44 46.94 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-04-02T22:06:38.538Z] #44 47.00 AR compel/plugins/std.lib.a [2020-04-02T22:06:38.673Z] ok github.com/docker/docker/image/cache 0.004s coverage: 19.2% of statements [2020-04-02T22:06:38.795Z] #44 47.07 CC compel/plugins/fds/fds.o [2020-04-02T22:06:38.795Z] #44 47.30 AR compel/plugins/fds.lib.a [2020-04-02T22:06:39.052Z] #44 47.36 HOSTDEP compel/src/lib/log-host.d [2020-04-02T22:06:39.052Z] #44 47.47 HOSTDEP compel/src/lib/handle-elf-host.d [2020-04-02T22:06:39.052Z] #44 47.58 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-04-02T22:06:39.052Z] #44 47.68 HOSTDEP compel/src/main-host.d [2020-04-02T22:06:39.286Z] ok github.com/docker/docker/distribution/xfer 1.863s coverage: 85.1% of statements [2020-04-02T22:06:39.286Z] ? github.com/docker/docker/dockerversion [no test files] [2020-04-02T22:06:39.286Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-04-02T22:06:39.286Z] ok github.com/docker/docker/image/v1 0.005s coverage: 25.0% of statements [2020-04-02T22:06:39.286Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-04-02T22:06:39.476Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.959s coverage: 49.5% of statements [2020-04-02T22:06:39.568Z] ok github.com/docker/docker/libcontainerd/queue 0.027s coverage: 100.0% of statements [2020-04-02T22:06:39.617Z] #44 47.86 DEP compel/src/lib/ptrace.d [2020-04-02T22:06:39.617Z] #44 48.01 DEP compel/src/lib/infect.d [2020-04-02T22:06:39.736Z] ok github.com/docker/docker/daemon 12.307s coverage: 17.4% of statements [2020-04-02T22:06:39.736Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-04-02T22:06:39.736Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-04-02T22:06:39.736Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-04-02T22:06:39.736Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-04-02T22:06:39.736Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-04-02T22:06:39.874Z] #44 48.19 DEP compel/src/lib/infect-util.d [2020-04-02T22:06:39.874Z] #44 48.36 DEP compel/src/lib/infect-rpc.d [2020-04-02T22:06:40.131Z] #44 48.51 DEP compel/arch/x86/src/lib/infect.d [2020-04-02T22:06:40.131Z] #44 48.69 DEP compel/arch/x86/src/lib/cpu.d [2020-04-02T22:06:40.294Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-04-02T22:06:40.388Z] #44 48.81 DEP compel/src/lib/log.d [2020-04-02T22:06:40.388Z] #44 48.94 DEP compel/src/main.d [2020-04-02T22:06:40.574Z] ok github.com/docker/docker/opts 0.018s coverage: 67.4% of statements [2020-04-02T22:06:40.646Z] #44 49.08 DEP compel/src/lib/handle-elf.d [2020-04-02T22:06:40.646Z] #44 49.23 DEP compel/arch/x86/src/lib/handle-elf.d [2020-04-02T22:06:40.676Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.644s coverage: 76.1% of statements [2020-04-02T22:06:40.856Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-04-02T22:06:40.903Z] #44 49.45 CC compel/src/lib/log.o [2020-04-02T22:06:41.163Z] #44 ... [2020-04-02T22:06:41.163Z] [2020-04-02T22:06:41.163Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:06:41.163Z] #68 113.0 + for f in rootlesskit rootlesskit-docker-proxy [2020-04-02T22:06:41.163Z] #68 113.0 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-04-02T22:06:41.163Z] #68 DONE 119.4s [2020-04-02T22:06:41.163Z] [2020-04-02T22:06:41.163Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-04-02T22:06:41.163Z] #69 DONE 0.1s [2020-04-02T22:06:41.163Z] [2020-04-02T22:06:41.163Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:06:41.163Z] #47 112.0 net/http/internal [2020-04-02T22:06:41.163Z] #47 115.7 crypto/x509 [2020-04-02T22:06:41.163Z] #47 115.7 net/textproto [2020-04-02T22:06:41.163Z] #47 116.9 vendor/golang.org/x/net/http/httpguts [2020-04-02T22:06:41.163Z] #47 117.2 vendor/golang.org/x/net/http/httpproxy [2020-04-02T22:06:41.163Z] #47 117.8 mime/multipart [2020-04-02T22:06:41.245Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.019s coverage: 58.0% of statements [2020-04-02T22:06:41.421Z] #47 ... [2020-04-02T22:06:41.421Z] [2020-04-02T22:06:41.421Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:06:41.421Z] #44 49.89 CC compel/arch/x86/src/lib/cpu.o [2020-04-02T22:06:42.185Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.039s coverage: 3.0% of statements [2020-04-02T22:06:42.185Z] ok github.com/docker/docker/daemon/links 0.010s coverage: 93.0% of statements [2020-04-02T22:06:42.324Z] ok github.com/docker/docker/pkg/archive 0.467s coverage: 76.8% of statements [2020-04-02T22:06:42.355Z] #44 50.94 CC compel/arch/x86/src/lib/infect.o [2020-04-02T22:06:42.922Z] #44 ... [2020-04-02T22:06:42.922Z] [2020-04-02T22:06:42.922Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:06:42.922Z] #50 DONE 121.2s [2020-04-02T22:06:42.938Z] ok github.com/docker/docker/pkg/authorization 0.177s coverage: 68.3% of statements [2020-04-02T22:06:43.180Z] [2020-04-02T22:06:43.180Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-04-02T22:06:43.180Z] #10 120.3 Selecting previously unselected package libapparmor1:amd64. [2020-04-02T22:06:43.180Z] #10 120.3 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-04-02T22:06:43.180Z] #10 120.3 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-04-02T22:06:43.180Z] #10 120.6 Selecting previously unselected package libapparmor-dev:amd64. [2020-04-02T22:06:43.180Z] #10 120.6 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-04-02T22:06:43.180Z] #10 120.6 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-04-02T22:06:43.180Z] #10 120.8 Selecting previously unselected package libbtrfs0. [2020-04-02T22:06:43.180Z] #10 120.8 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-04-02T22:06:43.180Z] #10 120.8 Unpacking libbtrfs0 (4.20.1-2) ... [2020-04-02T22:06:43.180Z] #10 120.9 Selecting previously unselected package libbtrfs-dev. [2020-04-02T22:06:43.180Z] #10 120.9 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-04-02T22:06:43.180Z] #10 120.9 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-04-02T22:06:43.180Z] #10 121.0 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-04-02T22:06:43.180Z] #10 121.0 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-04-02T22:06:43.180Z] #10 121.0 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-04-02T22:06:43.180Z] #10 121.1 Selecting previously unselected package libudev-dev:amd64. [2020-04-02T22:06:43.180Z] #10 121.1 Preparing to unpack .../15-libudev-dev_241-7~deb10u3_amd64.deb ... [2020-04-02T22:06:43.180Z] #10 121.2 Unpacking libudev-dev:amd64 (241-7~deb10u3) ... [2020-04-02T22:06:43.180Z] #10 121.3 Selecting previously unselected package libsepol1-dev:amd64. [2020-04-02T22:06:43.180Z] #10 121.3 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-04-02T22:06:43.180Z] #10 121.3 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-04-02T22:06:43.180Z] #10 121.7 Selecting previously unselected package libpcre16-3:amd64. [2020-04-02T22:06:43.180Z] #10 121.7 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-04-02T22:06:43.180Z] #10 121.7 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-04-02T22:06:43.219Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-04-02T22:06:43.500Z] ok github.com/docker/docker/pkg/capabilities 0.001s coverage: 87.5% of statements [2020-04-02T22:06:43.566Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-04-02T22:06:43.746Z] #10 122.2 Selecting previously unselected package libpcre32-3:amd64. [2020-04-02T22:06:43.746Z] #10 122.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-04-02T22:06:43.746Z] #10 122.2 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-04-02T22:06:44.005Z] #10 122.4 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-04-02T22:06:44.005Z] #10 122.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-04-02T22:06:44.005Z] #10 122.4 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-04-02T22:06:44.005Z] #10 122.5 Selecting previously unselected package libpcre3-dev:amd64. [2020-04-02T22:06:44.005Z] #10 122.5 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-04-02T22:06:44.005Z] #10 122.5 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-04-02T22:06:44.571Z] #10 123.0 Selecting previously unselected package libselinux1-dev:amd64. [2020-04-02T22:06:44.571Z] #10 123.0 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-04-02T22:06:44.571Z] #10 123.0 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-04-02T22:06:44.571Z] #10 123.2 Selecting previously unselected package libdevmapper-dev:amd64. [2020-04-02T22:06:44.571Z] #10 123.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-04-02T22:06:44.571Z] #10 123.2 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-04-02T22:06:44.725Z] ok github.com/docker/docker/daemon/logger 0.267s coverage: 41.8% of statements [2020-04-02T22:06:44.829Z] #10 123.3 Selecting previously unselected package libseccomp-dev:amd64. [2020-04-02T22:06:44.829Z] #10 123.3 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-04-02T22:06:44.829Z] #10 123.3 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-04-02T22:06:44.829Z] #10 123.5 Selecting previously unselected package libsystemd-dev:amd64. [2020-04-02T22:06:44.938Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-04-02T22:06:44.985Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.993s coverage: 61.0% of statements [2020-04-02T22:06:44.985Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-04-02T22:06:44.985Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-04-02T22:06:44.985Z] ok github.com/docker/docker/daemon/images 0.037s coverage: 4.9% of statements [2020-04-02T22:06:44.985Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-04-02T22:06:44.985Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-04-02T22:06:45.087Z] #10 123.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u3_amd64.deb ... [2020-04-02T22:06:45.087Z] #10 123.5 Unpacking libsystemd-dev:amd64 (241-7~deb10u3) ... [2020-04-02T22:06:45.245Z] ok github.com/docker/docker/daemon/logger/awslogs 0.259s coverage: 77.4% of statements [2020-04-02T22:06:45.245Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-04-02T22:06:45.245Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-04-02T22:06:45.345Z] #10 123.9 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-04-02T22:06:45.345Z] #10 123.9 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-04-02T22:06:45.345Z] #10 123.9 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-04-02T22:06:45.345Z] #10 123.9 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-04-02T22:06:45.345Z] #10 124.0 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-04-02T22:06:45.345Z] #10 124.0 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-04-02T22:06:45.345Z] #10 124.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-04-02T22:06:45.345Z] #10 124.0 Setting up libbtrfs0 (4.20.1-2) ... [2020-04-02T22:06:45.345Z] #10 124.0 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-04-02T22:06:45.345Z] #10 124.0 Setting up libudev-dev:amd64 (241-7~deb10u3) ... [2020-04-02T22:06:45.345Z] #10 124.0 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-04-02T22:06:45.603Z] #10 124.0 Setting up libbtrfs-dev (4.20.1-2) ... [2020-04-02T22:06:45.603Z] #10 124.0 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-04-02T22:06:45.603Z] #10 124.0 Setting up mingw-w64-common (6.0.0-3) ... [2020-04-02T22:06:45.603Z] #10 124.1 Setting up libsystemd-dev:amd64 (241-7~deb10u3) ... [2020-04-02T22:06:45.603Z] #10 124.1 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-04-02T22:06:45.603Z] #10 124.1 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-04-02T22:06:45.603Z] #10 124.1 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-04-02T22:06:45.603Z] #10 124.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-04-02T22:06:45.603Z] #10 124.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-04-02T22:06:45.603Z] #10 124.1 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-04-02T22:06:45.603Z] #10 124.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-04-02T22:06:45.603Z] #10 124.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-04-02T22:06:45.603Z] #10 124.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-04-02T22:06:45.603Z] #10 124.1 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-04-02T22:06:45.603Z] #10 124.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-04-02T22:06:45.603Z] #10 124.2 Setting up dmsetup (2:1.02.155-3) ... [2020-04-02T22:06:45.603Z] #10 124.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-04-02T22:06:45.603Z] #10 124.2 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-04-02T22:06:45.603Z] #10 124.2 Processing triggers for libc-bin (2.28-10) ... [2020-04-02T22:06:45.861Z] #10 DONE 124.5s [2020-04-02T22:06:45.861Z] [2020-04-02T22:06:45.861Z] #58 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:06:45.861Z] #58 DONE 0.1s [2020-04-02T22:06:45.861Z] [2020-04-02T22:06:45.861Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-04-02T22:06:46.119Z] #11 ... [2020-04-02T22:06:46.119Z] [2020-04-02T22:06:46.119Z] #59 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-04-02T22:06:46.119Z] #59 DONE 0.1s [2020-04-02T22:06:46.119Z] [2020-04-02T22:06:46.119Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:06:46.185Z] ok github.com/docker/docker/daemon/logger/gelf 0.018s coverage: 67.0% of statements [2020-04-02T22:06:46.185Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.013s coverage: 88.3% of statements [2020-04-02T22:06:46.306Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-04-02T22:06:46.753Z] ok github.com/docker/docker/daemon/logger/journald 0.043s coverage: 26.2% of statements [2020-04-02T22:06:46.753Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.027s coverage: 62.1% of statements [2020-04-02T22:06:47.236Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-04-02T22:06:47.935Z] ok github.com/docker/docker/pkg/chrootarchive 3.527s coverage: 43.2% of statements [2020-04-02T22:06:47.935Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-04-02T22:06:47.935Z] ok github.com/docker/docker/pkg/discovery 0.002s coverage: 58.3% of statements [2020-04-02T22:06:48.135Z] ok github.com/docker/docker/daemon/logger/local 0.063s coverage: 74.7% of statements [2020-04-02T22:06:48.135Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-04-02T22:06:48.135Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.067s coverage: 19.9% of statements [2020-04-02T22:06:48.217Z] ok github.com/docker/docker/layer 7.801s coverage: 68.8% of statements [2020-04-02T22:06:48.217Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-04-02T22:06:48.217Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-04-02T22:06:48.217Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-04-02T22:06:48.217Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-04-02T22:06:48.217Z] ? github.com/docker/docker/oci [no test files] [2020-04-02T22:06:48.217Z] ? github.com/docker/docker/oci/caps [no test files] [2020-04-02T22:06:48.217Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-04-02T22:06:48.217Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-04-02T22:06:48.396Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.046s coverage: 33.3% of statements [2020-04-02T22:06:48.499Z] ok github.com/docker/docker/pkg/discovery/file 0.015s coverage: 92.9% of statements [2020-04-02T22:06:48.606Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-04-02T22:06:48.649Z] #60 2.396 + RM_GOPATH=0 [2020-04-02T22:06:48.649Z] #60 2.396 + TMP_GOPATH= [2020-04-02T22:06:48.649Z] #60 2.396 + : /build [2020-04-02T22:06:48.649Z] #60 2.396 + '[' -z '' ']' [2020-04-02T22:06:48.649Z] #60 ... [2020-04-02T22:06:48.649Z] [2020-04-02T22:06:48.649Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-04-02T22:06:48.649Z] #11 DONE 2.6s [2020-04-02T22:06:48.649Z] [2020-04-02T22:06:48.649Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:06:48.649Z] #60 2.403 ++ mktemp -d [2020-04-02T22:06:48.649Z] #60 2.403 + export GOPATH=/tmp/tmp.S8K0u4TdYA [2020-04-02T22:06:48.649Z] #60 2.403 + GOPATH=/tmp/tmp.S8K0u4TdYA [2020-04-02T22:06:48.649Z] #60 2.403 + RM_GOPATH=1 [2020-04-02T22:06:48.649Z] #60 2.403 ++ dirname ./install.sh [2020-04-02T22:06:48.649Z] #60 2.403 + dir=. [2020-04-02T22:06:48.649Z] #60 2.403 + bin=runc [2020-04-02T22:06:48.649Z] #60 2.403 + shift [2020-04-02T22:06:48.649Z] #60 2.403 + '[' '!' -f ./runc.installer ']' [2020-04-02T22:06:48.649Z] #60 2.403 + . ./runc.installer [2020-04-02T22:06:48.649Z] #60 2.403 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-04-02T22:06:48.649Z] #60 2.403 + install_runc [2020-04-02T22:06:48.649Z] #60 2.407 + uname -r [2020-04-02T22:06:48.649Z] #60 2.408 + grep -q '^3\.10\.0.*\.el7\.' [2020-04-02T22:06:48.649Z] #60 2.413 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-04-02T22:06:48.649Z] #60 2.413 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-04-02T22:06:48.649Z] #60 2.413 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-04-02T22:06:48.649Z] #60 2.413 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.S8K0u4TdYA/src/github.com/opencontainers/runc [2020-04-02T22:06:48.649Z] #60 2.417 Cloning into '/tmp/tmp.S8K0u4TdYA/src/github.com/opencontainers/runc'... [2020-04-02T22:06:49.112Z] ok github.com/docker/docker/pkg/discovery/memory 0.008s coverage: 92.3% of statements [2020-04-02T22:06:49.336Z] ok github.com/docker/docker/daemon/logger/templates 0.060s coverage: 8.3% of statements [2020-04-02T22:06:49.393Z] ok github.com/docker/docker/pkg/discovery/nodes 0.001s coverage: 93.8% of statements [2020-04-02T22:06:49.536Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-04-02T22:06:49.595Z] ok github.com/docker/docker/daemon/logger/syslog 0.041s coverage: 47.8% of statements [2020-04-02T22:06:49.675Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2020-04-02T22:06:50.164Z] ok github.com/docker/docker/daemon/network 0.032s coverage: 63.8% of statements [2020-04-02T22:06:50.681Z] ok github.com/docker/docker/pkg/filenotify 0.617s coverage: 67.0% of statements [2020-04-02T22:06:51.103Z] ok github.com/docker/docker/daemon/logger/splunk 1.857s coverage: 82.5% of statements [2020-04-02T22:06:51.103Z] ? github.com/docker/docker/daemon/names [no test files] [2020-04-02T22:06:51.103Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-04-02T22:06:51.185Z] #60 ... [2020-04-02T22:06:51.185Z] [2020-04-02T22:06:51.185Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivil... [2020-04-02T22:06:51.185Z] #12 DONE 2.2s [2020-04-02T22:06:51.185Z] [2020-04-02T22:06:51.185Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.b... [2020-04-02T22:06:51.294Z] ok github.com/docker/docker/pkg/fileutils 0.006s coverage: 89.5% of statements [2020-04-02T22:06:51.429Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-04-02T22:06:51.907Z] ok github.com/docker/docker/pkg/fsutils 0.447s coverage: 85.1% of statements [2020-04-02T22:06:52.188Z] ok github.com/docker/docker/pkg/discovery/kv 3.073s coverage: 84.1% of statements [2020-04-02T22:06:52.359Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-04-02T22:06:52.470Z] ok github.com/docker/docker/pkg/homedir 0.012s coverage: 11.4% of statements [2020-04-02T22:06:52.483Z] ok github.com/docker/docker/distribution/metadata 0.118s coverage: 48.2% of statements [2020-04-02T22:06:52.558Z] #13 ... [2020-04-02T22:06:52.558Z] [2020-04-02T22:06:52.558Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:06:52.558Z] #47 120.7 crypto/tls [2020-04-02T22:06:52.558Z] #47 127.6 net/http/httptrace [2020-04-02T22:06:52.558Z] #47 127.8 net/http [2020-04-02T22:06:52.558Z] #47 ... [2020-04-02T22:06:52.558Z] [2020-04-02T22:06:52.558Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:06:52.558Z] #44 51.77 CC compel/src/lib/infect-rpc.o [2020-04-02T22:06:52.558Z] #44 52.28 CC compel/src/lib/infect-util.o [2020-04-02T22:06:52.558Z] #44 52.54 CC compel/src/lib/infect.o [2020-04-02T22:06:52.558Z] #44 54.31 CC compel/src/lib/ptrace.o [2020-04-02T22:06:52.558Z] #44 54.90 AR compel/libcompel.a [2020-04-02T22:06:52.558Z] #44 55.05 HOSTCC compel/src/main-host.o [2020-04-02T22:06:52.558Z] #44 55.36 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-04-02T22:06:52.558Z] #44 55.58 HOSTCC compel/src/lib/handle-elf-host.o [2020-04-02T22:06:52.558Z] #44 55.91 HOSTCC compel/src/lib/log-host.o [2020-04-02T22:06:52.558Z] #44 56.19 HOSTLINK compel/compel-host-bin [2020-04-02T22:06:52.558Z] #44 56.35 DEP soccr/soccr.d [2020-04-02T22:06:52.558Z] #44 56.59 CC soccr/soccr.o [2020-04-02T22:06:52.558Z] #44 58.18 AR soccr/libsoccr.a [2020-04-02T22:06:52.558Z] #44 58.24 make[1]: 'soccr/libsoccr.a' is up to date. [2020-04-02T22:06:52.558Z] #44 58.58 DEP criu/arch/x86/sigframe.d [2020-04-02T22:06:52.558Z] #44 58.68 DEP criu/arch/x86/sigaction_compat.d [2020-04-02T22:06:52.558Z] #44 58.82 DEP criu/arch/x86/kerndat.d [2020-04-02T22:06:52.558Z] #44 59.00 DEP criu/arch/x86/crtools.d [2020-04-02T22:06:52.558Z] #44 59.20 DEP criu/arch/x86/cpu.d [2020-04-02T22:06:52.558Z] #44 59.49 CC criu/arch/x86/cpu.o [2020-04-02T22:06:52.558Z] #44 60.16 CC criu/arch/x86/crtools.o [2020-04-02T22:06:52.558Z] #44 ... [2020-04-02T22:06:52.558Z] [2020-04-02T22:06:52.558Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.b... [2020-04-02T22:06:52.558Z] #13 1.954 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-04-02T22:06:52.743Z] ok github.com/docker/docker/errdefs 0.023s coverage: 49.4% of statements [2020-04-02T22:06:52.816Z] #13 DONE 2.1s [2020-04-02T22:06:52.816Z] [2020-04-02T22:06:52.816Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:06:52.816Z] #53 ... [2020-04-02T22:06:52.816Z] [2020-04-02T22:06:52.816Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:06:52.816Z] #44 61.43 CC criu/arch/x86/kerndat.o [2020-04-02T22:06:53.003Z] ok github.com/docker/docker/distribution 0.268s coverage: 22.1% of statements [2020-04-02T22:06:53.003Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-04-02T22:06:53.083Z] ok github.com/docker/docker/pkg/idtools 0.325s coverage: 70.1% of statements [2020-04-02T22:06:53.293Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-04-02T22:06:53.365Z] ok github.com/docker/docker/pkg/ioutils 0.282s coverage: 69.3% of statements [2020-04-02T22:06:53.646Z] ok github.com/docker/docker/pkg/jsonmessage 0.010s coverage: 91.7% of statements [2020-04-02T22:06:53.646Z] ok github.com/docker/docker/pkg/locker 0.007s coverage: 88.9% of statements [2020-04-02T22:06:53.755Z] #44 62.10 CC criu/arch/x86/sigaction_compat.o [2020-04-02T22:06:53.755Z] #44 62.19 CC criu/arch/x86/sigframe.o [2020-04-02T22:06:53.928Z] ok github.com/docker/docker/pkg/longpath 0.007s coverage: 100.0% of statements [2020-04-02T22:06:53.928Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-04-02T22:06:53.928Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-04-02T22:06:53.928Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements [2020-04-02T22:06:53.928Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-04-02T22:06:54.013Z] #44 62.38 LINK criu/arch/x86/crtools.built-in.o [2020-04-02T22:06:54.013Z] #44 62.43 DEP criu/pie/util-vdso-elf32.d [2020-04-02T22:06:54.013Z] #44 62.55 DEP criu/pie/util-vdso.d [2020-04-02T22:06:54.209Z] ok github.com/docker/docker/pkg/parsers 0.010s coverage: 97.0% of statements [2020-04-02T22:06:54.209Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2020-04-02T22:06:54.224Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-04-02T22:06:54.224Z] Using test binary docker [2020-04-02T22:06:54.224Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-04-02T22:06:54.271Z] #44 62.69 DEP criu/pie/util.d [2020-04-02T22:06:54.271Z] #44 62.83 CC criu/pie/util.o [2020-04-02T22:06:54.480Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-04-02T22:06:54.480Z] INFO: Waiting for daemon to start... [2020-04-02T22:06:54.480Z] Starting dockerd [2020-04-02T22:06:54.491Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.014s coverage: 91.4% of statements [2020-04-02T22:06:54.491Z] ok github.com/docker/docker/pkg/pidfile 0.023s coverage: 82.4% of statements [2020-04-02T22:06:54.491Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-04-02T22:06:54.491Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-04-02T22:06:54.839Z] #44 63.22 CC criu/pie/util-vdso.o [2020-04-02T22:06:54.914Z] ok github.com/docker/docker/distribution/xfer 1.709s coverage: 85.6% of statements [2020-04-02T22:06:54.914Z] ? github.com/docker/docker/dockerversion [no test files] [2020-04-02T22:06:54.914Z] ok github.com/docker/docker/image 0.077s coverage: 86.4% of statements [2020-04-02T22:06:54.914Z] ok github.com/docker/docker/image/cache 0.051s coverage: 19.2% of statements [2020-04-02T22:06:54.914Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-04-02T22:06:54.914Z] ok github.com/docker/docker/image/v1 0.034s coverage: 25.0% of statements [2020-04-02T22:06:54.914Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-04-02T22:06:55.097Z] #44 ... [2020-04-02T22:06:55.097Z] [2020-04-02T22:06:55.097Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bas... [2020-04-02T22:06:55.097Z] #14 DONE 2.3s [2020-04-02T22:06:55.097Z] [2020-04-02T22:06:55.097Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /et... [2020-04-02T22:06:55.105Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.011s coverage: 56.8% of statements [2020-04-02T22:06:55.484Z] ok github.com/docker/docker/libcontainerd/queue 0.046s coverage: 100.0% of statements [2020-04-02T22:06:55.484Z] ok github.com/docker/docker/pkg/aaparser 0.030s coverage: 50.0% of statements [2020-04-02T22:06:55.717Z] ok github.com/docker/docker/pkg/plugins/transport 0.001s coverage: 85.7% of statements [2020-04-02T22:06:55.999Z] ok github.com/docker/docker/pkg/pools 0.001s coverage: 88.2% of statements [2020-04-02T22:06:56.280Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-04-02T22:06:56.371Z] . [2020-04-02T22:06:56.371Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-04-02T22:06:56.371Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-04-02T22:06:56.371Z] Error: No such image: emptyfs [2020-04-02T22:06:56.628Z] Running integration-test (iteration 1) [2020-04-02T22:06:56.628Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-04-02T22:06:56.865Z] ok github.com/docker/docker/opts 0.077s coverage: 67.4% of statements [2020-04-02T22:06:57.284Z] ok github.com/docker/docker/pkg/pubsub 1.018s coverage: 73.9% of statements [2020-04-02T22:06:57.566Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2020-04-02T22:06:57.627Z] #15 DONE 2.3s [2020-04-02T22:06:57.627Z] [2020-04-02T22:06:57.627Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:06:57.627Z] #44 64.16 CC criu/pie/util-vdso-elf32.o [2020-04-02T22:06:57.627Z] #44 64.76 AR criu/pie/pie.lib.a [2020-04-02T22:06:57.627Z] #44 64.84 DEP criu/pie/restorer.d [2020-04-02T22:06:57.627Z] #44 64.98 DEP criu/arch/x86/sigaction_compat_pie.d [2020-04-02T22:06:57.627Z] #44 65.09 DEP criu/arch/x86/restorer_unmap.d [2020-04-02T22:06:57.627Z] #44 65.11 DEP criu/arch/x86/restorer.d [2020-04-02T22:06:57.627Z] #44 65.23 DEP criu/arch/x86/vdso-pie.d [2020-04-02T22:06:57.627Z] #44 65.37 DEP criu/pie/parasite-vdso.d [2020-04-02T22:06:57.627Z] #44 65.62 DEP criu/pie/parasite.d [2020-04-02T22:06:57.627Z] #44 65.86 CC criu/pie/parasite.o [2020-04-02T22:06:58.245Z] ok github.com/docker/docker/pkg/broadcaster 0.013s coverage: 100.0% of statements [2020-04-02T22:06:58.813Z] ok github.com/docker/docker/pkg/capabilities 0.010s coverage: 87.5% of statements [2020-04-02T22:06:58.813Z] ok github.com/docker/docker/pkg/authorization 0.737s coverage: 68.3% of statements [2020-04-02T22:06:59.001Z] #44 67.36 LINK criu/pie/parasite.built-in.o [2020-04-02T22:06:59.001Z] #44 67.37 GEN criu/pie/parasite-blob.h [2020-04-02T22:06:59.001Z] #44 67.38 CC criu/pie/parasite-vdso.o [2020-04-02T22:06:59.384Z] ok github.com/docker/docker/pkg/directory 0.021s coverage: 80.0% of statements [2020-04-02T22:06:59.571Z] #44 ... [2020-04-02T22:06:59.571Z] [2020-04-02T22:06:59.571Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-04-02T22:06:59.571Z] #16 DONE 2.1s [2020-04-02T22:06:59.644Z] ok github.com/docker/docker/pkg/archive 1.232s coverage: 76.8% of statements [2020-04-02T22:06:59.829Z] [2020-04-02T22:06:59.829Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:06:59.829Z] #44 68.18 CC criu/arch/x86/vdso-pie.o [2020-04-02T22:07:00.212Z] ok github.com/docker/docker/pkg/discovery 0.027s coverage: 58.3% of statements [2020-04-02T22:07:00.236Z] ok github.com/docker/docker/pkg/signal 2.345s coverage: 61.0% of statements [2020-04-02T22:07:00.395Z] #44 68.75 CC criu/arch/x86/restorer.o [2020-04-02T22:07:00.472Z] ok github.com/docker/docker/pkg/discovery/file 0.021s coverage: 92.9% of statements [2020-04-02T22:07:00.517Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-04-02T22:07:00.962Z] #44 69.38 CC criu/arch/x86/restorer_unmap.o [2020-04-02T22:07:00.962Z] #44 69.43 CC criu/arch/x86/sigaction_compat_pie.o [2020-04-02T22:07:01.040Z] ok github.com/docker/docker/pkg/discovery/memory 0.012s coverage: 92.3% of statements [2020-04-02T22:07:01.130Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-04-02T22:07:01.130Z] ok github.com/docker/docker/pkg/stringid 0.001s coverage: 70.6% of statements [2020-04-02T22:07:01.220Z] #44 69.72 CC criu/pie/restorer.o [2020-04-02T22:07:01.412Z] ok github.com/docker/docker/pkg/symlink 0.005s coverage: 87.7% of statements [2020-04-02T22:07:01.608Z] ok github.com/docker/docker/pkg/discovery/nodes 0.009s coverage: 93.8% of statements [2020-04-02T22:07:01.694Z] ok github.com/docker/docker/pkg/sysinfo 0.003s coverage: 71.3% of statements [2020-04-02T22:07:02.004Z] ok github.com/docker/docker/pkg/system 0.034s coverage: 37.2% of statements [2020-04-02T22:07:02.176Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2020-04-02T22:07:02.644Z] ok github.com/docker/docker/pkg/tailfile 0.034s coverage: 88.6% of statements [2020-04-02T22:07:02.926Z] ok github.com/docker/docker/pkg/tarsum 0.027s coverage: 89.3% of statements [2020-04-02T22:07:03.111Z] ok github.com/docker/docker/pkg/filenotify 0.610s coverage: 67.0% of statements [2020-04-02T22:07:03.208Z] ok github.com/docker/docker/pkg/term 0.002s coverage: 84.8% of statements [2020-04-02T22:07:03.489Z] testing: warning: no tests to run [2020-04-02T22:07:03.489Z] coverage: [no statements] [2020-04-02T22:07:03.489Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-04-02T22:07:03.679Z] ok github.com/docker/docker/pkg/chrootarchive 3.556s coverage: 43.2% of statements [2020-04-02T22:07:03.679Z] ok github.com/docker/docker/pkg/fileutils 0.016s coverage: 89.5% of statements [2020-04-02T22:07:03.771Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2020-04-02T22:07:03.771Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-04-02T22:07:04.052Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-04-02T22:07:04.248Z] ok github.com/docker/docker/pkg/homedir 0.010s coverage: 11.4% of statements [2020-04-02T22:07:04.504Z] #44 72.52 LINK criu/pie/restorer.built-in.o [2020-04-02T22:07:04.504Z] #44 72.55 GEN criu/pie/restorer-blob.h [2020-04-02T22:07:04.504Z] #44 72.65 DEP criu/vdso.d [2020-04-02T22:07:04.504Z] #44 72.84 DEP criu/vdso-compat.d [2020-04-02T22:07:04.504Z] #44 73.02 DEP criu/uts_ns.d [2020-04-02T22:07:04.504Z] #44 73.13 DEP criu/util.d [2020-04-02T22:07:04.508Z] ok github.com/docker/docker/pkg/fsutils 0.284s coverage: 85.1% of statements [2020-04-02T22:07:04.508Z] ok github.com/docker/docker/pkg/discovery/kv 3.091s coverage: 84.1% of statements [2020-04-02T22:07:04.762Z] #44 73.27 DEP criu/uffd.d [2020-04-02T22:07:05.021Z] #44 73.41 DEP criu/tun.d [2020-04-02T22:07:05.021Z] #44 73.53 DEP criu/tty.d [2020-04-02T22:07:05.279Z] #44 73.81 DEP criu/timerfd.d [2020-04-02T22:07:05.538Z] #44 73.99 DEP criu/sysfs_parse.d [2020-04-02T22:07:05.796Z] #44 74.16 DEP criu/sysctl.d [2020-04-02T22:07:05.796Z] #44 74.29 DEP criu/string.d [2020-04-02T22:07:05.796Z] #44 74.33 DEP criu/stats.d [2020-04-02T22:07:05.889Z] ok github.com/docker/docker/pkg/idtools 0.514s coverage: 70.1% of statements [2020-04-02T22:07:05.889Z] ok github.com/docker/docker/pkg/jsonmessage 0.012s coverage: 91.7% of statements [2020-04-02T22:07:05.889Z] ok github.com/docker/docker/pkg/ioutils 0.610s coverage: 69.3% of statements [2020-04-02T22:07:06.054Z] #44 74.45 DEP criu/sockets.d [2020-04-02T22:07:06.054Z] #44 ... [2020-04-02T22:07:06.054Z] [2020-04-02T22:07:06.054Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:07:06.054Z] #60 9.880 + cd /tmp/tmp.S8K0u4TdYA/src/github.com/opencontainers/runc [2020-04-02T22:07:06.054Z] #60 9.881 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-04-02T22:07:06.054Z] #60 10.66 + '[' -z '' ']' [2020-04-02T22:07:06.054Z] #60 10.66 + target=static [2020-04-02T22:07:06.054Z] #60 10.66 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-04-02T22:07:06.054Z] #60 12.58 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o runc . [2020-04-02T22:07:06.069Z] ok github.com/docker/docker/plugin 0.551s coverage: 23.3% of statements [2020-04-02T22:07:06.148Z] ok github.com/docker/docker/pkg/locker 0.028s coverage: 88.9% of statements [2020-04-02T22:07:06.148Z] ok github.com/docker/docker/pkg/longpath 0.022s coverage: 100.0% of statements [2020-04-02T22:07:06.148Z] ok github.com/docker/docker/layer 8.050s coverage: 68.8% of statements [2020-04-02T22:07:06.148Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-04-02T22:07:06.148Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-04-02T22:07:06.148Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-04-02T22:07:06.148Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-04-02T22:07:06.148Z] ? github.com/docker/docker/oci [no test files] [2020-04-02T22:07:06.148Z] ? github.com/docker/docker/oci/caps [no test files] [2020-04-02T22:07:06.148Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-04-02T22:07:06.148Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-04-02T22:07:06.148Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-04-02T22:07:06.148Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-04-02T22:07:06.312Z] #60 ... [2020-04-02T22:07:06.312Z] [2020-04-02T22:07:06.312Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:07:06.312Z] #44 74.61 DEP criu/sk-unix.d [2020-04-02T22:07:06.312Z] #44 74.80 DEP criu/sk-tcp.d [2020-04-02T22:07:06.350Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2020-04-02T22:07:06.570Z] #44 74.96 DEP criu/sk-queue.d [2020-04-02T22:07:06.570Z] #44 75.06 DEP criu/sk-packet.d [2020-04-02T22:07:06.578Z] Loaded image: buildpack-deps:jessie [2020-04-02T22:07:06.578Z] Loaded image: busybox:latest [2020-04-02T22:07:06.578Z] Loaded image: busybox:glibc [2020-04-02T22:07:06.578Z] Loaded image: debian:jessie [2020-04-02T22:07:06.578Z] Loaded image: hello-world:latest [2020-04-02T22:07:06.578Z] INFO: Testing against a local daemon [2020-04-02T22:07:06.578Z] === RUN TestCgroupNamespacesBuild [2020-04-02T22:07:06.719Z] ok github.com/docker/docker/pkg/namesgenerator 0.013s coverage: 85.7% of statements [2020-04-02T22:07:06.719Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-04-02T22:07:06.719Z] ok github.com/docker/docker/pkg/parsers 0.012s coverage: 97.0% of statements [2020-04-02T22:07:06.719Z] ok github.com/docker/docker/pkg/parsers/kernel 0.025s coverage: 60.0% of statements [2020-04-02T22:07:06.828Z] #44 75.19 DEP criu/sk-netlink.d [2020-04-02T22:07:06.828Z] #44 75.45 DEP criu/sk-inet.d [2020-04-02T22:07:06.964Z] ok github.com/docker/docker/profiles/seccomp 0.003s coverage: 75.0% of statements [2020-04-02T22:07:07.245Z] ok github.com/docker/docker/reference 0.004s coverage: 84.4% of statements [2020-04-02T22:07:07.289Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.058s coverage: 91.4% of statements [2020-04-02T22:07:07.289Z] ok github.com/docker/docker/pkg/pidfile 0.032s coverage: 82.4% of statements [2020-04-02T22:07:07.289Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-04-02T22:07:07.289Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-04-02T22:07:07.394Z] #44 75.61 DEP criu/signalfd.d [2020-04-02T22:07:07.394Z] #44 75.85 DEP criu/sigframe.d [2020-04-02T22:07:07.652Z] #44 76.02 DEP criu/shmem.d [2020-04-02T22:07:07.859Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.034s coverage: 56.8% of statements [2020-04-02T22:07:07.910Z] #44 76.16 DEP criu/servicefd.d [2020-04-02T22:07:07.910Z] #44 76.31 DEP criu/seize.d [2020-04-02T22:07:08.168Z] #44 76.55 DEP criu/seccomp.d [2020-04-02T22:07:08.169Z] #44 76.69 DEP criu/rst-malloc.d [2020-04-02T22:07:08.169Z] #44 76.75 DEP criu/rbtree.d [2020-04-02T22:07:08.254Z] ok github.com/docker/docker/registry 0.092s coverage: 56.0% of statements [2020-04-02T22:07:08.427Z] #44 76.78 DEP criu/pstree.d [2020-04-02T22:07:08.427Z] #44 76.97 DEP criu/protobuf.d [2020-04-02T22:07:08.430Z] ok github.com/docker/docker/pkg/pools 0.026s coverage: 88.2% of statements [2020-04-02T22:07:08.430Z] ok github.com/docker/docker/pkg/progress 0.031s coverage: 75.9% of statements [2020-04-02T22:07:08.430Z] ok github.com/docker/docker/pkg/plugins/transport 0.013s coverage: 85.7% of statements [2020-04-02T22:07:08.685Z] #44 77.09 GEN criu/protobuf-desc-gen.h [2020-04-02T22:07:08.868Z] ok github.com/docker/docker/registry/resumable 0.013s coverage: 100.0% of statements [2020-04-02T22:07:08.868Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 45.3% of statements [2020-04-02T22:07:08.999Z] ok github.com/docker/docker/pkg/reexec 0.032s coverage: 82.4% of statements [2020-04-02T22:07:09.482Z] ok github.com/docker/docker/runconfig 0.005s coverage: 68.2% of statements [2020-04-02T22:07:09.620Z] #44 ... [2020-04-02T22:07:09.620Z] [2020-04-02T22:07:09.620Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-04-02T22:07:09.620Z] #17 2.633 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-04-02T22:07:09.620Z] #17 2.727 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-04-02T22:07:09.620Z] #17 2.900 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-04-02T22:07:09.620Z] #17 3.277 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-04-02T22:07:09.620Z] #17 4.769 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [186 kB] [2020-04-02T22:07:09.620Z] #17 6.032 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7380 B] [2020-04-02T22:07:09.765Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2020-04-02T22:07:09.851Z] --- PASS: TestCgroupNamespacesBuild (2.93s) [2020-04-02T22:07:09.851Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-04-02T22:07:09.937Z] ok github.com/docker/docker/pkg/stdcopy 0.014s coverage: 100.0% of statements [2020-04-02T22:07:09.937Z] ok github.com/docker/docker/pkg/pubsub 1.083s coverage: 73.9% of statements [2020-04-02T22:07:10.505Z] ok github.com/docker/docker/pkg/streamformatter 0.011s coverage: 66.2% of statements [2020-04-02T22:07:10.505Z] ok github.com/docker/docker/pkg/stringid 0.014s coverage: 70.6% of statements [2020-04-02T22:07:10.555Z] #17 ... [2020-04-02T22:07:10.555Z] [2020-04-02T22:07:10.555Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:07:10.555Z] #44 78.85 DEP criu/protobuf-desc.d [2020-04-02T22:07:10.555Z] #44 79.03 DEP criu/proc_parse.d [2020-04-02T22:07:10.813Z] #44 79.23 DEP criu/plugin.d [2020-04-02T22:07:10.813Z] #44 79.31 DEP criu/pipes.d [2020-04-02T22:07:11.072Z] #44 79.49 DEP criu/pie-util.d [2020-04-02T22:07:11.072Z] #44 79.64 DEP criu/pie-util-vdso.d [2020-04-02T22:07:11.073Z] ok github.com/docker/docker/pkg/symlink 0.031s coverage: 87.7% of statements [2020-04-02T22:07:11.074Z] ok github.com/docker/docker/pkg/sysinfo 0.015s coverage: 71.3% of statements [2020-04-02T22:07:11.330Z] #44 79.73 DEP criu/pie-util-vdso-elf32.d [2020-04-02T22:07:11.588Z] #44 79.87 DEP criu/path.d [2020-04-02T22:07:11.588Z] #44 80.09 DEP criu/parasite-syscall.d [2020-04-02T22:07:11.846Z] #44 80.25 DEP criu/pagemap.d [2020-04-02T22:07:11.846Z] #44 80.44 DEP criu/pagemap-cache.d [2020-04-02T22:07:11.916Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2020-04-02T22:07:12.012Z] ok github.com/docker/docker/pkg/tailfile 0.085s coverage: 88.6% of statements [2020-04-02T22:07:12.012Z] ok github.com/docker/docker/pkg/system 0.035s coverage: 37.2% of statements [2020-04-02T22:07:12.105Z] #44 ... [2020-04-02T22:07:12.105Z] [2020-04-02T22:07:12.105Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:07:12.105Z] #47 140.8 github.com/LK4D4/vndr/godl [2020-04-02T22:07:12.105Z] #47 141.6 github.com/LK4D4/vndr [2020-04-02T22:07:12.105Z] #47 DONE 150.5s [2020-04-02T22:07:12.105Z] [2020-04-02T22:07:12.105Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:07:12.105Z] #44 80.62 DEP criu/page-xfer.d [2020-04-02T22:07:12.198Z] ok github.com/docker/docker/volume/local 0.036s coverage: 73.0% of statements [2020-04-02T22:07:12.272Z] ok github.com/docker/docker/pkg/signal 2.862s coverage: 61.0% of statements [2020-04-02T22:07:12.363Z] #44 80.83 DEP criu/page-pipe.d [2020-04-02T22:07:12.363Z] #44 80.98 DEP criu/netfilter.d [2020-04-02T22:07:12.371Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.53s) [2020-04-02T22:07:12.371Z] === RUN TestBuildWithSession [2020-04-02T22:07:12.371Z] --- SKIP: TestBuildWithSession (0.00s) [2020-04-02T22:07:12.371Z] build_session_test.go:25: TODO: BuildKit [2020-04-02T22:07:12.371Z] === RUN TestBuildSquashParent [2020-04-02T22:07:12.811Z] ok github.com/docker/docker/volume/mounts 0.017s coverage: 67.0% of statements [2020-04-02T22:07:12.844Z] ok github.com/docker/docker/pkg/term 0.021s coverage: 84.8% of statements [2020-04-02T22:07:12.844Z] testing: warning: no tests to run [2020-04-02T22:07:12.844Z] coverage: [no statements] [2020-04-02T22:07:12.844Z] ok github.com/docker/docker/pkg/term/windows 0.020s coverage: [no statements] [no tests to run] [2020-04-02T22:07:12.844Z] ok github.com/docker/docker/pkg/tarsum 0.138s coverage: 89.3% of statements [2020-04-02T22:07:12.930Z] #44 81.18 DEP criu/net.d [2020-04-02T22:07:12.930Z] #44 81.37 DEP criu/namespaces.d [2020-04-02T22:07:13.188Z] #44 81.62 DEP criu/mount.d [2020-04-02T22:07:13.412Z] ok github.com/docker/docker/pkg/urlutil 0.008s coverage: 100.0% of statements [2020-04-02T22:07:13.412Z] ok github.com/docker/docker/pkg/truncindex 0.113s coverage: 91.5% of statements [2020-04-02T22:07:13.412Z] ok github.com/docker/docker/pkg/useragent 0.015s coverage: 88.9% of statements [2020-04-02T22:07:13.424Z] ok github.com/docker/docker/volume/service 0.008s coverage: 73.0% of statements [2020-04-02T22:07:13.445Z] #44 81.86 DEP criu/mem.d [2020-04-02T22:07:13.703Z] #44 82.23 DEP criu/lsm.d [2020-04-02T22:07:13.962Z] #44 82.32 DEP criu/log.d [2020-04-02T22:07:13.962Z] #44 82.40 DEP criu/libnetlink.d [2020-04-02T22:07:14.220Z] #44 82.50 DEP criu/kerndat.d [2020-04-02T22:07:14.220Z] #44 82.61 DEP criu/kcmp-ids.d [2020-04-02T22:07:14.220Z] #44 82.67 DEP criu/irmap.d [2020-04-02T22:07:14.478Z] #44 82.76 DEP criu/ipc_ns.d [2020-04-02T22:07:14.478Z] #44 82.87 DEP criu/image.d [2020-04-02T22:07:14.736Z] #44 83.05 DEP criu/image-desc.d [2020-04-02T22:07:14.736Z] #44 83.15 DEP criu/fsnotify.d [2020-04-02T22:07:14.995Z] #44 83.34 DEP criu/filesystems.d [2020-04-02T22:07:14.995Z] #44 83.54 DEP criu/files.d [2020-04-02T22:07:15.253Z] #44 83.71 DEP criu/files-reg.d [2020-04-02T22:07:15.322Z] ok github.com/docker/docker/plugin/v2 0.011s coverage: 14.5% of statements [2020-04-02T22:07:15.322Z] ok github.com/docker/docker/profiles/seccomp 0.038s coverage: 73.8% of statements [2020-04-02T22:07:15.540Z] #44 83.88 DEP criu/files-ext.d [2020-04-02T22:07:15.540Z] #44 84.00 DEP criu/file-lock.d [2020-04-02T22:07:15.806Z] #44 84.18 DEP criu/file-ids.d [2020-04-02T22:07:15.806Z] #44 84.29 DEP criu/fifo.d [2020-04-02T22:07:15.806Z] #44 84.36 DEP criu/fdstore.d [2020-04-02T22:07:15.898Z] ok github.com/docker/docker/reference 0.044s coverage: 84.4% of statements [2020-04-02T22:07:16.064Z] #44 84.52 DEP criu/fault-injection.d [2020-04-02T22:07:16.064Z] #44 84.56 DEP criu/external.d [2020-04-02T22:07:16.321Z] #44 84.62 DEP criu/eventpoll.d [2020-04-02T22:07:16.321Z] #44 84.78 DEP criu/eventfd.d [2020-04-02T22:07:16.321Z] #44 84.83 DEP criu/crtools.d [2020-04-02T22:07:16.321Z] #44 84.94 DEP criu/cr-service.d [2020-04-02T22:07:16.838Z] ok github.com/docker/docker/plugin 0.574s coverage: 23.3% of statements [2020-04-02T22:07:16.886Z] #44 85.14 DEP criu/cr-restore.d [2020-04-02T22:07:16.886Z] #44 85.33 DEP criu/cr-errno.d [2020-04-02T22:07:16.886Z] #44 85.36 DEP criu/cr-dump.d [2020-04-02T22:07:17.143Z] #44 85.56 DEP criu/cr-dedup.d [2020-04-02T22:07:17.400Z] #44 85.68 DEP criu/cr-check.d [2020-04-02T22:07:17.400Z] #44 85.91 DEP criu/config.d [2020-04-02T22:07:17.400Z] #44 86.02 DEP criu/clone-noasan.d [2020-04-02T22:07:17.408Z] ok github.com/docker/docker/registry/resumable 0.041s coverage: 100.0% of statements [2020-04-02T22:07:17.408Z] ok github.com/docker/docker/restartmanager 0.015s coverage: 45.3% of statements [2020-04-02T22:07:17.658Z] #44 86.07 DEP criu/cgroup.d [2020-04-02T22:07:17.668Z] ok github.com/docker/docker/registry 0.268s coverage: 56.0% of statements [2020-04-02T22:07:17.916Z] #44 86.21 DEP criu/cgroup-props.d [2020-04-02T22:07:17.916Z] #44 86.32 DEP criu/bitmap.d [2020-04-02T22:07:17.916Z] #44 86.34 DEP criu/bfd.d [2020-04-02T22:07:17.916Z] #44 86.43 DEP criu/autofs.d [2020-04-02T22:07:17.916Z] #44 86.54 DEP criu/aio.d [2020-04-02T22:07:17.928Z] ok github.com/docker/docker/testutil 0.018s coverage: 62.5% of statements [2020-04-02T22:07:18.482Z] #44 86.77 DEP criu/action-scripts.d [2020-04-02T22:07:18.498Z] ok github.com/docker/docker/runconfig 0.032s coverage: 68.2% of statements [2020-04-02T22:07:18.740Z] #44 87.09 CC criu/action-scripts.o [2020-04-02T22:07:18.998Z] #44 87.50 CC criu/aio.o [2020-04-02T22:07:19.563Z] #44 88.05 CC criu/autofs.o [2020-04-02T22:07:20.406Z] ok github.com/docker/docker/volume/drivers 0.047s coverage: 36.1% of statements [2020-04-02T22:07:20.461Z] --- PASS: TestBuildSquashParent (7.41s) [2020-04-02T22:07:20.461Z] === RUN TestBuildWithRemoveAndForceRemove [2020-04-02T22:07:20.461Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-04-02T22:07:20.461Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-04-02T22:07:20.461Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-04-02T22:07:20.461Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-04-02T22:07:20.461Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-04-02T22:07:20.461Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-04-02T22:07:20.461Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-04-02T22:07:20.461Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-04-02T22:07:20.461Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-04-02T22:07:20.461Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-04-02T22:07:20.461Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-04-02T22:07:20.461Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-04-02T22:07:20.461Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-04-02T22:07:20.461Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-04-02T22:07:20.977Z] ok github.com/docker/docker/volume/local 0.043s coverage: 73.0% of statements [2020-04-02T22:07:20.977Z] ok github.com/docker/docker/volume/mounts 0.056s coverage: 67.0% of statements [2020-04-02T22:07:21.463Z] #44 ... [2020-04-02T22:07:21.463Z] [2020-04-02T22:07:21.463Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-04-02T22:07:21.463Z] #17 11.59 Fetched 8336 kB in 9s (888 kB/s) [2020-04-02T22:07:21.463Z] #17 11.59 Reading package lists... [2020-04-02T22:07:21.463Z] #17 15.91 Reading package lists... [2020-04-02T22:07:21.463Z] #17 19.86 Building dependency tree... [2020-04-02T22:07:21.463Z] #17 21.52 libcap2-bin is already the newest version (1:2.25-2). [2020-04-02T22:07:21.463Z] #17 21.52 The following additional packages will be installed: [2020-04-02T22:07:21.463Z] #17 21.53 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-04-02T22:07:21.463Z] #17 21.53 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-04-02T22:07:21.463Z] #17 21.54 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-04-02T22:07:21.463Z] #17 21.54 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-04-02T22:07:21.463Z] #17 21.54 python3.7 python3.7-minimal vim-runtime xxd [2020-04-02T22:07:21.463Z] #17 21.54 Suggested packages: [2020-04-02T22:07:21.463Z] #17 21.55 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-04-02T22:07:21.463Z] #17 21.55 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-04-02T22:07:21.464Z] #17 21.55 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-04-02T22:07:21.464Z] #17 21.55 Recommended packages: [2020-04-02T22:07:21.464Z] #17 21.55 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-04-02T22:07:21.464Z] #17 21.55 python3-keyrings.alt python3-xdg unzip [2020-04-02T22:07:21.464Z] #17 ... [2020-04-02T22:07:21.464Z] [2020-04-02T22:07:21.464Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:07:21.464Z] #44 89.67 CC criu/bfd.o [2020-04-02T22:07:21.723Z] #44 90.14 CC criu/bitmap.o [2020-04-02T22:07:21.723Z] #44 90.36 CC criu/cgroup-props.o [2020-04-02T22:07:22.353Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-04-02T22:07:22.353Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-04-02T22:07:22.355Z] ok github.com/docker/docker/volume/service 0.025s coverage: 73.0% of statements [2020-04-02T22:07:22.656Z] #44 ... [2020-04-02T22:07:22.656Z] [2020-04-02T22:07:22.656Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-04-02T22:07:22.656Z] #30 DONE 160.8s [2020-04-02T22:07:22.656Z] [2020-04-02T22:07:22.656Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-04-02T22:07:23.222Z] #17 ... [2020-04-02T22:07:23.222Z] [2020-04-02T22:07:23.222Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:07:23.222Z] #44 91.51 CC criu/cgroup.o [2020-04-02T22:07:24.249Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-04-02T22:07:24.249Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-04-02T22:07:25.749Z] #44 94.15 CC criu/clone-noasan.o [2020-04-02T22:07:25.749Z] #44 94.28 CC criu/config.o [2020-04-02T22:07:26.144Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-04-02T22:07:26.144Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.58s) [2020-04-02T22:07:26.144Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.64s) [2020-04-02T22:07:26.144Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.96s) [2020-04-02T22:07:26.144Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.94s) [2020-04-02T22:07:26.144Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.99s) [2020-04-02T22:07:26.144Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.07s) [2020-04-02T22:07:26.144Z] === RUN TestBuildMultiStageCopy [2020-04-02T22:07:26.144Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-04-02T22:07:27.122Z] #44 95.52 CC criu/cr-check.o [2020-04-02T22:07:28.496Z] #44 ... [2020-04-02T22:07:28.496Z] [2020-04-02T22:07:28.496Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-04-02T22:07:28.496Z] #17 23.70 The following NEW packages will be installed: [2020-04-02T22:07:28.496Z] #17 23.71 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-04-02T22:07:28.496Z] #17 23.71 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-04-02T22:07:28.496Z] #17 23.72 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-04-02T22:07:28.496Z] #17 23.72 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-04-02T22:07:28.496Z] #17 23.72 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-04-02T22:07:28.496Z] #17 23.72 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-04-02T22:07:28.496Z] #17 23.72 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-04-02T22:07:28.496Z] #17 23.73 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-04-02T22:07:28.496Z] #17 23.73 xz-utils zip [2020-04-02T22:07:28.496Z] #17 24.06 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-04-02T22:07:28.496Z] #17 24.06 Need to get 28.5 MB of archives. [2020-04-02T22:07:28.496Z] #17 24.06 After this operation, 116 MB of additional disk space will be used. [2020-04-02T22:07:28.496Z] #17 24.06 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-04-02T22:07:28.496Z] #17 24.07 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u1 [589 kB] [2020-04-02T22:07:28.496Z] #17 24.09 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u1 [1736 kB] [2020-04-02T22:07:28.496Z] #17 24.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-04-02T22:07:28.496Z] #17 24.20 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-04-02T22:07:28.496Z] #17 24.20 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u1 [1734 kB] [2020-04-02T22:07:28.496Z] #17 24.29 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u1 [330 kB] [2020-04-02T22:07:28.496Z] #17 24.31 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-04-02T22:07:28.496Z] #17 24.31 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-04-02T22:07:28.496Z] #17 24.32 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-04-02T22:07:28.496Z] #17 24.32 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-04-02T22:07:28.496Z] #17 24.33 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-04-02T22:07:28.496Z] #17 24.33 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-04-02T22:07:28.496Z] #17 24.33 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-04-02T22:07:28.496Z] #17 24.34 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-04-02T22:07:28.496Z] #17 24.34 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-04-02T22:07:28.496Z] #17 24.36 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-04-02T22:07:28.496Z] #17 24.37 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-04-02T22:07:28.496Z] #17 24.38 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-04-02T22:07:28.496Z] #17 24.38 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-04-02T22:07:28.496Z] #17 24.40 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-04-02T22:07:28.496Z] #17 24.40 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-04-02T22:07:28.496Z] #17 24.43 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-04-02T22:07:28.496Z] #17 24.44 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-04-02T22:07:28.496Z] #17 24.45 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-04-02T22:07:28.496Z] #17 24.45 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-04-02T22:07:28.496Z] #17 24.46 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-04-02T22:07:28.496Z] #17 24.46 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-04-02T22:07:28.496Z] #17 24.47 Get:29 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-04-02T22:07:28.496Z] #17 24.86 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-04-02T22:07:28.496Z] #17 24.87 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-04-02T22:07:28.496Z] #17 24.87 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-04-02T22:07:28.496Z] #17 24.87 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-04-02T22:07:28.496Z] #17 24.88 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-04-02T22:07:28.496Z] #17 24.89 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-04-02T22:07:28.496Z] #17 24.99 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-04-02T22:07:28.496Z] #17 24.99 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-04-02T22:07:28.496Z] #17 25.00 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-04-02T22:07:28.496Z] #17 25.01 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-04-02T22:07:28.496Z] #17 25.02 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-04-02T22:07:28.496Z] #17 25.03 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-04-02T22:07:28.496Z] #17 25.04 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-04-02T22:07:28.496Z] #17 25.09 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-04-02T22:07:28.496Z] #17 25.11 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-04-02T22:07:28.496Z] #17 25.22 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-04-02T22:07:28.496Z] #17 25.94 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-04-02T22:07:28.496Z] #17 26.00 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-04-02T22:07:28.496Z] #17 26.03 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-04-02T22:07:28.496Z] #17 26.70 debconf: delaying package configuration, since apt-utils is not installed [2020-04-02T22:07:28.496Z] #17 26.81 Fetched 28.5 MB in 2s (12.7 MB/s) [2020-04-02T22:07:28.496Z] #17 26.85 Selecting previously unselected package pigz. [2020-04-02T22:07:28.496Z] #17 26.85 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23423 files and directories currently installed.) [2020-04-02T22:07:28.496Z] #17 26.90 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-04-02T22:07:28.496Z] #17 26.90 Unpacking pigz (2.4-1) ... [2020-04-02T22:07:28.496Z] #17 26.99 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-04-02T22:07:28.496Z] #17 26.99 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_amd64.deb ... [2020-04-02T22:07:28.496Z] #17 26.99 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u1) ... [2020-04-02T22:07:28.496Z] #17 27.36 Selecting previously unselected package python3.7-minimal. [2020-04-02T22:07:28.496Z] #17 27.37 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_amd64.deb ... [2020-04-02T22:07:28.496Z] #17 27.39 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... [2020-04-02T22:07:28.496Z] #17 28.09 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u1) ... [2020-04-02T22:07:28.496Z] #17 28.10 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... [2020-04-02T22:07:28.496Z] #17 ... [2020-04-02T22:07:28.496Z] [2020-04-02T22:07:28.496Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:07:28.496Z] #44 96.94 CC criu/cr-dedup.o [2020-04-02T22:07:28.754Z] #44 97.38 CC criu/cr-dump.o [2020-04-02T22:07:29.416Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-04-02T22:07:30.346Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-04-02T22:07:31.275Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-04-02T22:07:31.282Z] #44 99.56 CC criu/cr-errno.o [2020-04-02T22:07:31.282Z] #44 99.67 CC criu/cr-restore.o [2020-04-02T22:07:31.854Z] ok github.com/docker/docker/pkg/plugins 33.614s coverage: 76.6% of statements [2020-04-02T22:07:31.854Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-04-02T22:07:31.854Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-04-02T22:07:31.854Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-04-02T22:07:31.854Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-04-02T22:07:31.854Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-04-02T22:07:31.854Z] ? github.com/docker/docker/rootless [no test files] [2020-04-02T22:07:31.854Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-04-02T22:07:31.854Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-04-02T22:07:31.854Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-04-02T22:07:31.854Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-04-02T22:07:31.854Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-04-02T22:07:31.854Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-04-02T22:07:31.854Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-04-02T22:07:31.854Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-04-02T22:07:31.854Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-04-02T22:07:31.854Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-04-02T22:07:31.854Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-04-02T22:07:31.854Z] ? github.com/docker/docker/testutil/request [no test files] [2020-04-02T22:07:31.854Z] ? github.com/docker/docker/volume [no test files] [2020-04-02T22:07:31.854Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-04-02T22:07:31.854Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === Skipped [2020-04-02T22:07:31.854Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-04-02T22:07:31.854Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-04-02T22:07:31.854Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-04-02T22:07:31.854Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:07:31.854Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-04-02T22:07:31.854Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:07:31.854Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-04-02T22:07:31.854Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:07:31.854Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-04-02T22:07:31.854Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:07:31.854Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-04-02T22:07:31.854Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:07:31.854Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-04-02T22:07:31.854Z] graphtest_unix.go:73: No driver to put! [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-04-02T22:07:31.854Z] time="2020-04-02T22:06:15Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-04-02T22:07:31.854Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-04-02T22:07:31.854Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-04-02T22:07:31.854Z] time="2020-04-02T22:06:15Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-04-02T22:07:31.854Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-04-02T22:07:31.854Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-04-02T22:07:31.854Z] time="2020-04-02T22:06:15Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-04-02T22:07:31.854Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-04-02T22:07:31.854Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-04-02T22:07:31.854Z] time="2020-04-02T22:06:15Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-04-02T22:07:31.854Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-04-02T22:07:31.854Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-04-02T22:07:31.854Z] time="2020-04-02T22:06:15Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-04-02T22:07:31.854Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-04-02T22:07:31.854Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-04-02T22:07:31.854Z] graphtest_unix.go:73: No driver to put! [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-04-02T22:07:31.854Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-04-02T22:07:31.854Z] overlay_test.go:49: Fails to compute changes intermittently [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-04-02T22:07:31.854Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-04-02T22:07:31.854Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-04-02T22:07:31.854Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:07:31.854Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-04-02T22:07:31.854Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:07:31.854Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-04-02T22:07:31.854Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:07:31.854Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-04-02T22:07:31.854Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:07:31.854Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-04-02T22:07:31.854Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:07:31.854Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-04-02T22:07:31.854Z] graphtest_unix.go:73: No driver to put! [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-04-02T22:07:31.854Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-04-02T22:07:31.854Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] [2020-04-02T22:07:31.854Z] DONE 2140 tests, 26 skipped in 185.958s Post stage [Pipeline] junit [2020-04-02T22:07:31.889Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-04-02T22:07:32.204Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-04-02T22:07:32.422Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39946/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr22 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d7ba1f85ef8f23096f2fd92d0444820543ab9675 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d7ba1f85ef8f23096f2fd92d0444820543ab9675 hack/make.sh dynbinary test-integration [2020-04-02T22:07:32.704Z] [2020-04-02T22:07:32.704Z] Removing bundles/ [2020-04-02T22:07:32.704Z] [2020-04-02T22:07:32.704Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-04-02T22:07:32.704Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-04-02T22:07:32.704Z] GOOS="" GOARCH="" GOARM="" [2020-04-02T22:07:33.135Z] --- PASS: TestBuildMultiStageCopy (7.20s) [2020-04-02T22:07:33.135Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.19s) [2020-04-02T22:07:33.135Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2020-04-02T22:07:33.135Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2020-04-02T22:07:33.135Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2020-04-02T22:07:33.135Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2020-04-02T22:07:33.135Z] === RUN TestBuildMultiStageParentConfig [2020-04-02T22:07:33.807Z] #44 ... [2020-04-02T22:07:33.807Z] [2020-04-02T22:07:33.807Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-04-02T22:07:33.807Z] #17 29.98 Selecting previously unselected package python3-minimal. [2020-04-02T22:07:33.807Z] #17 29.98 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23672 files and directories currently installed.) [2020-04-02T22:07:33.807Z] #17 30.05 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-04-02T22:07:33.807Z] #17 30.06 Unpacking python3-minimal (3.7.3-1) ... [2020-04-02T22:07:33.807Z] #17 30.13 Selecting previously unselected package libmpdec2:amd64. [2020-04-02T22:07:33.807Z] #17 30.14 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-04-02T22:07:33.807Z] #17 30.15 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-04-02T22:07:33.807Z] #17 30.25 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-04-02T22:07:33.807Z] #17 30.27 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_amd64.deb ... [2020-04-02T22:07:33.807Z] #17 30.27 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... [2020-04-02T22:07:33.807Z] #17 31.14 Selecting previously unselected package python3.7. [2020-04-02T22:07:33.807Z] #17 31.15 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_amd64.deb ... [2020-04-02T22:07:33.807Z] #17 31.17 Unpacking python3.7 (3.7.3-2+deb10u1) ... [2020-04-02T22:07:33.807Z] #17 31.33 Selecting previously unselected package libpython3-stdlib:amd64. [2020-04-02T22:07:33.807Z] #17 31.33 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-04-02T22:07:33.807Z] #17 31.34 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-04-02T22:07:33.807Z] #17 31.43 Setting up python3-minimal (3.7.3-1) ... [2020-04-02T22:07:33.807Z] #17 32.29 Selecting previously unselected package python3. [2020-04-02T22:07:33.807Z] #17 32.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24084 files and directories currently installed.) [2020-04-02T22:07:33.807Z] #17 32.32 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-04-02T22:07:33.807Z] #17 32.33 Unpacking python3 (3.7.3-1) ... [2020-04-02T22:07:33.807Z] #17 32.40 Selecting previously unselected package libip4tc0:amd64. [2020-04-02T22:07:33.807Z] #17 32.40 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-04-02T22:07:33.807Z] #17 32.41 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-04-02T22:07:33.807Z] #17 32.47 Selecting previously unselected package libip6tc0:amd64. [2020-04-02T22:07:33.807Z] #17 32.47 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-04-02T22:07:33.807Z] #17 32.48 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-04-02T22:07:33.807Z] #17 32.56 Selecting previously unselected package libiptc0:amd64. [2020-04-02T22:07:33.807Z] #17 32.57 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-04-02T22:07:33.807Z] #17 32.58 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-04-02T22:07:33.807Z] #17 32.64 Selecting previously unselected package libnfnetlink0:amd64. [2020-04-02T22:07:33.807Z] #17 32.64 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-04-02T22:07:33.807Z] #17 32.65 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-04-02T22:07:33.807Z] #17 32.71 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-04-02T22:07:33.807Z] #17 32.73 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-04-02T22:07:33.807Z] #17 32.73 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-04-02T22:07:33.807Z] #17 32.79 Selecting previously unselected package libnftnl11:amd64. [2020-04-02T22:07:33.807Z] #17 32.80 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-04-02T22:07:33.807Z] #17 32.80 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-04-02T22:07:33.807Z] #17 32.90 Selecting previously unselected package iptables. [2020-04-02T22:07:33.807Z] #17 32.90 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-04-02T22:07:33.807Z] #17 32.91 Unpacking iptables (1.8.2-4) ... [2020-04-02T22:07:33.807Z] #17 33.25 Selecting previously unselected package xxd. [2020-04-02T22:07:33.807Z] #17 33.26 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-04-02T22:07:33.807Z] #17 33.27 Unpacking xxd (2:8.1.0875-5) ... [2020-04-02T22:07:33.807Z] #17 33.36 Selecting previously unselected package vim-common. [2020-04-02T22:07:33.807Z] #17 33.37 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-04-02T22:07:33.807Z] #17 33.40 Unpacking vim-common (2:8.1.0875-5) ... [2020-04-02T22:07:33.807Z] #17 33.57 Selecting previously unselected package bash-completion. [2020-04-02T22:07:33.807Z] #17 33.57 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-04-02T22:07:34.119Z] ok github.com/docker/docker/api/server/httputils 0.008s coverage: 14.7% of statements [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-04-02T22:07:34.119Z] ok github.com/docker/docker/api/server/middleware 0.011s coverage: 37.7% of statements [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/server/router [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-04-02T22:07:34.119Z] ok github.com/docker/docker/api/types/strslice 0.016s coverage: 90.0% of statements [2020-04-02T22:07:34.119Z] ok github.com/docker/docker/api/types/filters 0.009s coverage: 92.2% of statements [2020-04-02T22:07:34.119Z] ok github.com/docker/docker/api/server/router/swarm 0.010s coverage: 4.5% of statements [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/types [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/types/container [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/types/events [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/types/image [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/types/network [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-04-02T22:07:34.119Z] ok github.com/docker/docker/api/types/time 0.033s coverage: 100.0% of statements [2020-04-02T22:07:34.119Z] ok github.com/docker/docker/api/types/versions 0.024s coverage: 75.0% of statements [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/builder [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-04-02T22:07:34.119Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-04-02T22:07:34.119Z] ok github.com/docker/docker/builder/dockerignore 0.021s coverage: 96.8% of statements [2020-04-02T22:07:34.119Z] ok github.com/docker/docker/cli/debug 0.009s coverage: 100.0% of statements [2020-04-02T22:07:35.708Z] #17 ... [2020-04-02T22:07:35.708Z] [2020-04-02T22:07:35.708Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:07:35.708Z] #44 103.9 CC criu/cr-service.o [2020-04-02T22:07:36.184Z] ok github.com/docker/docker/builder/remotecontext/git 4.818s coverage: 86.3% of statements [2020-04-02T22:07:37.084Z] #44 105.5 CC criu/crtools.o [2020-04-02T22:07:37.216Z] ok github.com/docker/docker/builder/remotecontext 0.515s coverage: 13.6% of statements [2020-04-02T22:07:37.650Z] #44 106.1 CC criu/eventfd.o [2020-04-02T22:07:38.216Z] #44 106.5 CC criu/eventpoll.o [2020-04-02T22:07:38.386Z] --- PASS: TestBuildMultiStageParentConfig (4.97s) [2020-04-02T22:07:38.386Z] === RUN TestBuildLabelWithTargets [2020-04-02T22:07:38.783Z] #44 107.4 CC criu/external.o [2020-04-02T22:07:39.350Z] #44 107.7 CC criu/fault-injection.o [2020-04-02T22:07:39.350Z] #44 107.8 CC criu/fdstore.o [2020-04-02T22:07:39.916Z] #44 108.1 CC criu/fifo.o [2020-04-02T22:07:40.174Z] #44 108.6 CC criu/file-ids.o [2020-04-02T22:07:40.432Z] #44 108.9 CC criu/file-lock.o [2020-04-02T22:07:40.722Z] ok github.com/docker/docker/builder/dockerfile 1.458s coverage: 48.2% of statements [2020-04-02T22:07:40.722Z] ? github.com/docker/docker/cli [no test files] [2020-04-02T22:07:40.722Z] ? github.com/docker/docker/cli/config [no test files] [2020-04-02T22:07:41.367Z] #44 ... [2020-04-02T22:07:41.367Z] [2020-04-02T22:07:41.367Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-04-02T22:07:41.367Z] #17 36.11 Unpacking bash-completion (1:2.8-6) ... [2020-04-02T22:07:41.367Z] #17 36.42 Selecting previously unselected package bzip2. [2020-04-02T22:07:41.367Z] #17 36.43 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-04-02T22:07:41.367Z] #17 36.43 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-04-02T22:07:41.367Z] #17 36.51 Selecting previously unselected package xz-utils. [2020-04-02T22:07:41.367Z] #17 36.51 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-04-02T22:07:41.367Z] #17 36.51 Unpacking xz-utils (5.2.4-1) ... [2020-04-02T22:07:41.367Z] #17 36.63 Selecting previously unselected package apparmor. [2020-04-02T22:07:41.367Z] #17 36.64 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-04-02T22:07:41.367Z] #17 36.71 Unpacking apparmor (2.13.2-10) ... [2020-04-02T22:07:41.367Z] #17 37.12 Selecting previously unselected package aufs-tools. [2020-04-02T22:07:41.367Z] #17 37.13 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-04-02T22:07:41.367Z] #17 37.13 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-04-02T22:07:41.367Z] #17 37.23 Selecting previously unselected package libonig5:amd64. [2020-04-02T22:07:41.367Z] #17 37.26 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-04-02T22:07:41.367Z] #17 37.26 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-04-02T22:07:41.367Z] #17 37.41 Selecting previously unselected package libjq1:amd64. [2020-04-02T22:07:41.367Z] #17 37.41 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-04-02T22:07:41.367Z] #17 37.42 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-04-02T22:07:41.367Z] #17 37.50 Selecting previously unselected package jq. [2020-04-02T22:07:41.367Z] #17 37.51 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-04-02T22:07:41.367Z] #17 37.51 Unpacking jq (1.5+dfsg-2+b1) ... [2020-04-02T22:07:41.367Z] #17 37.59 Selecting previously unselected package libaio1:amd64. [2020-04-02T22:07:41.367Z] #17 37.59 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-04-02T22:07:41.367Z] #17 37.60 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-04-02T22:07:41.367Z] #17 37.66 Selecting previously unselected package libgpm2:amd64. [2020-04-02T22:07:41.367Z] #17 37.68 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-04-02T22:07:41.367Z] #17 37.68 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-04-02T22:07:41.367Z] #17 37.75 Selecting previously unselected package libicu63:amd64. [2020-04-02T22:07:41.367Z] #17 37.76 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-04-02T22:07:41.367Z] #17 37.76 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-04-02T22:07:41.367Z] #17 41.47 Selecting previously unselected package libnet1:amd64. [2020-04-02T22:07:41.367Z] #17 41.48 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-04-02T22:07:41.367Z] #17 41.48 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-04-02T22:07:41.367Z] #17 41.58 Selecting previously unselected package libnl-3-200:amd64. [2020-04-02T22:07:41.367Z] #17 41.60 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-04-02T22:07:41.367Z] #17 41.60 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-04-02T22:07:41.367Z] #17 41.68 Selecting previously unselected package libprotobuf-c1:amd64. [2020-04-02T22:07:41.367Z] #17 41.70 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-04-02T22:07:41.367Z] #17 41.71 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-04-02T22:07:41.367Z] #17 41.77 Selecting previously unselected package libreadline5:amd64. [2020-04-02T22:07:41.367Z] #17 41.79 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-04-02T22:07:41.367Z] #17 41.79 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-04-02T22:07:41.625Z] #17 41.91 Selecting previously unselected package net-tools. [2020-04-02T22:07:41.625Z] #17 41.91 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-04-02T22:07:41.625Z] #17 41.92 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-04-02T22:07:41.625Z] #17 42.06 Selecting previously unselected package python-pip-whl. [2020-04-02T22:07:41.625Z] #17 42.08 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-04-02T22:07:41.625Z] #17 42.09 Unpacking python-pip-whl (18.1-5) ... [2020-04-02T22:07:42.192Z] #17 42.65 Selecting previously unselected package python3-lib2to3. [2020-04-02T22:07:42.192Z] #17 42.66 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-04-02T22:07:42.192Z] #17 42.67 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-04-02T22:07:42.450Z] #17 42.78 Selecting previously unselected package python3-distutils. [2020-04-02T22:07:42.450Z] #17 42.79 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-04-02T22:07:42.450Z] #17 42.80 Unpacking python3-distutils (3.7.3-1) ... [2020-04-02T22:07:42.450Z] #17 42.93 Selecting previously unselected package python3-pip. [2020-04-02T22:07:42.450Z] #17 42.94 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-04-02T22:07:42.450Z] #17 42.94 Unpacking python3-pip (18.1-5) ... [2020-04-02T22:07:42.708Z] #17 43.10 Selecting previously unselected package python3-pkg-resources. [2020-04-02T22:07:42.708Z] #17 43.11 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-04-02T22:07:42.708Z] #17 43.11 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-04-02T22:07:42.966Z] #17 43.24 Selecting previously unselected package python3-setuptools. [2020-04-02T22:07:42.966Z] #17 43.25 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-04-02T22:07:42.966Z] #17 43.25 Unpacking python3-setuptools (40.8.0-1) ... [2020-04-02T22:07:42.966Z] #17 43.44 Selecting previously unselected package python3-wheel. [2020-04-02T22:07:42.966Z] #17 43.45 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-04-02T22:07:42.966Z] #17 43.45 Unpacking python3-wheel (0.32.3-2) ... [2020-04-02T22:07:43.133Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-04-02T22:07:43.224Z] #17 43.53 Selecting previously unselected package sudo. [2020-04-02T22:07:43.224Z] #17 43.53 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-04-02T22:07:43.224Z] #17 43.54 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-04-02T22:07:43.482Z] #17 43.95 Selecting previously unselected package thin-provisioning-tools. [2020-04-02T22:07:43.482Z] #17 43.96 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-04-02T22:07:43.482Z] #17 43.97 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-04-02T22:07:43.740Z] #17 44.21 Selecting previously unselected package uidmap. [2020-04-02T22:07:43.740Z] #17 44.21 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-04-02T22:07:43.740Z] #17 44.21 Unpacking uidmap (1:4.5-1.1) ... [2020-04-02T22:07:43.998Z] #17 44.33 Selecting previously unselected package vim-runtime. [2020-04-02T22:07:43.998Z] #17 44.35 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-04-02T22:07:43.998Z] #17 44.41 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-04-02T22:07:43.998Z] #17 44.43 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-04-02T22:07:43.998Z] #17 44.44 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-04-02T22:07:44.276Z] ok github.com/docker/docker/pkg/plugins 33.632s coverage: 76.6% of statements [2020-04-02T22:07:44.276Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-04-02T22:07:44.276Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-04-02T22:07:44.276Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-04-02T22:07:44.276Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-04-02T22:07:44.276Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-04-02T22:07:44.276Z] ? github.com/docker/docker/rootless [no test files] [2020-04-02T22:07:44.276Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-04-02T22:07:44.276Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-04-02T22:07:44.276Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-04-02T22:07:44.276Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-04-02T22:07:44.276Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-04-02T22:07:44.276Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-04-02T22:07:44.276Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-04-02T22:07:44.276Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-04-02T22:07:44.276Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-04-02T22:07:44.276Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-04-02T22:07:44.276Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-04-02T22:07:44.276Z] ? github.com/docker/docker/testutil/request [no test files] [2020-04-02T22:07:44.276Z] ? github.com/docker/docker/volume [no test files] [2020-04-02T22:07:44.276Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-04-02T22:07:44.276Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-04-02T22:07:44.276Z] [2020-04-02T22:07:44.276Z] === Skipped [2020-04-02T22:07:44.276Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-04-02T22:07:44.276Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-04-02T22:07:44.276Z] [2020-04-02T22:07:44.276Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-04-02T22:07:44.276Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-04-02T22:07:44.276Z] [2020-04-02T22:07:44.276Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-04-02T22:07:44.276Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:07:44.276Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-02T22:07:44.276Z] [2020-04-02T22:07:44.276Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-04-02T22:07:44.276Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:07:44.276Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-02T22:07:44.276Z] [2020-04-02T22:07:44.276Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-04-02T22:07:44.276Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:07:44.276Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-02T22:07:44.276Z] [2020-04-02T22:07:44.276Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-04-02T22:07:44.276Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:07:44.276Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-02T22:07:44.276Z] [2020-04-02T22:07:44.276Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-04-02T22:07:44.276Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:07:44.276Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-02T22:07:44.276Z] [2020-04-02T22:07:44.276Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-04-02T22:07:44.276Z] graphtest_unix.go:73: No driver to put! [2020-04-02T22:07:44.276Z] [2020-04-02T22:07:44.276Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-04-02T22:07:44.276Z] time="2020-04-02T22:06:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-04-02T22:07:44.276Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-04-02T22:07:44.276Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-04-02T22:07:44.276Z] [2020-04-02T22:07:44.276Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-04-02T22:07:44.276Z] time="2020-04-02T22:06:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-04-02T22:07:44.276Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-04-02T22:07:44.276Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-04-02T22:07:44.276Z] [2020-04-02T22:07:44.276Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-04-02T22:07:44.276Z] time="2020-04-02T22:06:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-04-02T22:07:44.276Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-04-02T22:07:44.276Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-04-02T22:07:44.276Z] [2020-04-02T22:07:44.276Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-04-02T22:07:44.276Z] time="2020-04-02T22:06:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-04-02T22:07:44.276Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-04-02T22:07:44.277Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-04-02T22:07:44.277Z] [2020-04-02T22:07:44.277Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-04-02T22:07:44.277Z] time="2020-04-02T22:06:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-04-02T22:07:44.277Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-04-02T22:07:44.277Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-04-02T22:07:44.277Z] [2020-04-02T22:07:44.277Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-04-02T22:07:44.277Z] graphtest_unix.go:73: No driver to put! [2020-04-02T22:07:44.277Z] [2020-04-02T22:07:44.277Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-04-02T22:07:44.277Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-04-02T22:07:44.277Z] [2020-04-02T22:07:44.277Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-04-02T22:07:44.277Z] overlay_test.go:49: Fails to compute changes intermittently [2020-04-02T22:07:44.277Z] [2020-04-02T22:07:44.277Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-04-02T22:07:44.277Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-04-02T22:07:44.277Z] [2020-04-02T22:07:44.277Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-04-02T22:07:44.277Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-04-02T22:07:44.277Z] [2020-04-02T22:07:44.277Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-04-02T22:07:44.277Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:07:44.277Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-02T22:07:44.277Z] [2020-04-02T22:07:44.277Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-04-02T22:07:44.277Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:07:44.277Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-02T22:07:44.277Z] [2020-04-02T22:07:44.277Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-04-02T22:07:44.277Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:07:44.277Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-02T22:07:44.277Z] [2020-04-02T22:07:44.277Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-04-02T22:07:44.277Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:07:44.277Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-02T22:07:44.277Z] [2020-04-02T22:07:44.277Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-04-02T22:07:44.277Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:07:44.277Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-02T22:07:44.277Z] [2020-04-02T22:07:44.277Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-04-02T22:07:44.277Z] graphtest_unix.go:73: No driver to put! [2020-04-02T22:07:44.277Z] [2020-04-02T22:07:44.277Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-04-02T22:07:44.277Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-04-02T22:07:44.277Z] [2020-04-02T22:07:44.277Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-04-02T22:07:44.277Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-04-02T22:07:44.277Z] [2020-04-02T22:07:44.277Z] [2020-04-02T22:07:44.277Z] DONE 2140 tests, 26 skipped in 190.623s Post stage [Pipeline] junit [2020-04-02T22:07:44.289Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-04-02T22:07:44.828Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39946/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr22 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d7ba1f85ef8f23096f2fd92d0444820543ab9675 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d7ba1f85ef8f23096f2fd92d0444820543ab9675 hack/make.sh dynbinary test-integration [2020-04-02T22:07:45.028Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-04-02T22:07:45.766Z] [2020-04-02T22:07:45.766Z] Removing bundles/ [2020-04-02T22:07:45.766Z] [2020-04-02T22:07:45.766Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-04-02T22:07:45.766Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-04-02T22:07:45.766Z] GOOS="" GOARCH="" GOARM="" [2020-04-02T22:07:46.312Z] ok github.com/docker/docker/client 0.442s coverage: 75.8% of statements [2020-04-02T22:07:46.477Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2020-04-02T22:07:46.477Z] === RUN TestBuildWithEmptyLayers [2020-04-02T22:07:47.280Z] #17 47.57 Selecting previously unselected package vim. [2020-04-02T22:07:47.280Z] #17 47.58 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-04-02T22:07:47.280Z] #17 47.62 Unpacking vim (2:8.1.0875-5) ... [2020-04-02T22:07:47.846Z] #17 48.18 Selecting previously unselected package xfsprogs. [2020-04-02T22:07:47.846Z] #17 48.18 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-04-02T22:07:47.846Z] #17 48.18 Unpacking xfsprogs (4.20.0-1) ... [2020-04-02T22:07:48.105Z] #17 48.64 Selecting previously unselected package zip. [2020-04-02T22:07:48.105Z] #17 48.64 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-04-02T22:07:48.105Z] #17 48.65 Unpacking zip (3.0-11+b1) ... [2020-04-02T22:07:48.362Z] #17 48.89 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-04-02T22:07:48.362Z] #17 48.90 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-04-02T22:07:48.362Z] #17 48.91 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-04-02T22:07:48.362Z] #17 48.92 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-04-02T22:07:48.362Z] #17 48.92 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-04-02T22:07:48.362Z] #17 48.96 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-04-02T22:07:48.363Z] #17 48.97 Setting up uidmap (1:4.5-1.1) ... [2020-04-02T22:07:48.363Z] #17 48.98 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-04-02T22:07:48.363Z] #17 48.99 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-04-02T22:07:48.363Z] #17 49.00 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-04-02T22:07:48.621Z] #17 49.01 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-04-02T22:07:48.621Z] #17 49.01 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-04-02T22:07:48.621Z] #17 49.03 Setting up xxd (2:8.1.0875-5) ... [2020-04-02T22:07:48.621Z] #17 49.05 Setting up zip (3.0-11+b1) ... [2020-04-02T22:07:48.621Z] #17 49.06 Setting up vim-common (2:8.1.0875-5) ... [2020-04-02T22:07:48.621Z] #17 49.08 Setting up bash-completion (1:2.8-6) ... [2020-04-02T22:07:49.748Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2020-04-02T22:07:49.748Z] === RUN TestBuildMultiStageOnBuild [2020-04-02T22:07:51.151Z] #17 51.54 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-04-02T22:07:51.151Z] #17 51.55 Setting up xz-utils (5.2.4-1) ... [2020-04-02T22:07:51.151Z] #17 51.56 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-04-02T22:07:51.151Z] #17 51.57 Setting up sudo (1.8.27-1+deb10u2) ... [2020-04-02T22:07:51.151Z] #17 51.65 invoke-rc.d: could not determine current runlevel [2020-04-02T22:07:51.151Z] #17 51.66 invoke-rc.d: policy-rc.d denied execution of start. [2020-04-02T22:07:51.151Z] #17 51.67 Setting up pigz (2.4-1) ... [2020-04-02T22:07:51.151Z] #17 51.68 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-04-02T22:07:51.151Z] #17 51.69 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-04-02T22:07:51.151Z] #17 51.70 Setting up python-pip-whl (18.1-5) ... [2020-04-02T22:07:51.151Z] #17 51.71 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-04-02T22:07:51.151Z] #17 51.72 Setting up vim-runtime (2:8.1.0875-5) ... [2020-04-02T22:07:51.409Z] #17 ... [2020-04-02T22:07:51.409Z] [2020-04-02T22:07:51.409Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:07:51.409Z] #44 109.9 CC criu/files-ext.o [2020-04-02T22:07:51.409Z] #44 110.3 CC criu/files-reg.o [2020-04-02T22:07:51.409Z] #44 112.4 CC criu/files.o [2020-04-02T22:07:51.409Z] #44 114.5 CC criu/filesystems.o [2020-04-02T22:07:51.409Z] #44 115.1 CC criu/fsnotify.o [2020-04-02T22:07:51.409Z] #44 116.4 CC criu/image-desc.o [2020-04-02T22:07:51.409Z] #44 116.5 CC criu/image.o [2020-04-02T22:07:51.409Z] #44 117.5 CC criu/ipc_ns.o [2020-04-02T22:07:51.409Z] #44 118.8 CC criu/irmap.o [2020-04-02T22:07:51.409Z] #44 119.5 CC criu/kcmp-ids.o [2020-04-02T22:07:51.409Z] #44 119.9 CC criu/kerndat.o [2020-04-02T22:07:51.667Z] #44 ... [2020-04-02T22:07:51.667Z] [2020-04-02T22:07:51.667Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-04-02T22:07:51.667Z] #17 52.10 Setting up libaio1:amd64 (0.3.112-3) ... [2020-04-02T22:07:51.667Z] #17 52.11 Setting up libonig5:amd64 (6.9.1-1) ... [2020-04-02T22:07:51.667Z] #17 52.12 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... [2020-04-02T22:07:51.667Z] #17 52.13 Setting up vim (2:8.1.0875-5) ... [2020-04-02T22:07:51.667Z] #17 52.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-04-02T22:07:51.667Z] #17 52.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-04-02T22:07:51.667Z] #17 52.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-04-02T22:07:51.667Z] #17 52.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-04-02T22:07:51.667Z] #17 52.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-04-02T22:07:51.667Z] #17 52.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-04-02T22:07:51.667Z] #17 52.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-04-02T22:07:51.667Z] #17 52.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-04-02T22:07:51.667Z] #17 52.19 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-04-02T22:07:51.667Z] #17 52.20 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-04-02T22:07:51.667Z] #17 52.22 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-04-02T22:07:51.667Z] #17 52.23 Setting up jq (1.5+dfsg-2+b1) ... [2020-04-02T22:07:51.667Z] #17 52.24 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-04-02T22:07:51.667Z] #17 52.26 Setting up python3.7 (3.7.3-2+deb10u1) ... [2020-04-02T22:07:52.785Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-04-02T22:07:52.785Z] [2020-04-02T22:07:52.785Z] ________ ____ __. [2020-04-02T22:07:52.785Z] \_____ \ | |/ _| [2020-04-02T22:07:52.785Z] / | \| < [2020-04-02T22:07:52.785Z] / | \ | \ [2020-04-02T22:07:52.785Z] \_______ /____|__ \ [2020-04-02T22:07:52.785Z] \/ \/ [2020-04-02T22:07:52.785Z] [2020-04-02T22:07:52.785Z] INFO: make.ps1 ended at 04/02/2020 22:07:43 [2020-04-02T22:07:52.785Z] INFO: Binaries build ended at 04/02/2020 22:07:45. Duration:00:01:24.0599092 [2020-04-02T22:07:52.785Z] INFO: Copying the built daemon binary to d:\CI\PR-39946\22\binary\dockerd-d7ba1f85ef.exe... [2020-04-02T22:07:52.785Z] INFO: Copying the built client binary to d:\CI\PR-39946\22\binary\docker-d7ba1f85ef.exe... [2020-04-02T22:07:52.785Z] INFO: Copying dockerversion from the container... [2020-04-02T22:07:52.785Z] INFO: Copying the golang package from the container to d:\CI\PR-39946\22\installer\go.zip... [2020-04-02T22:07:52.785Z] INFO: Extracting go.zip to d:\CI\PR-39946\22\go [2020-04-02T22:07:53.103Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-04-02T22:07:54.949Z] #17 55.23 Setting up iptables (1.8.2-4) ... [2020-04-02T22:07:54.949Z] #17 55.25 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-04-02T22:07:54.949Z] #17 55.26 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-04-02T22:07:54.949Z] #17 55.27 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-04-02T22:07:54.949Z] #17 55.27 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-04-02T22:07:54.949Z] #17 55.28 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-04-02T22:07:54.949Z] #17 55.28 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-04-02T22:07:54.949Z] #17 55.29 Setting up python3 (3.7.3-1) ... [2020-04-02T22:07:54.996Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2020-04-02T22:07:54.997Z] === RUN TestBuildUncleanTarFilenames [2020-04-02T22:07:54.997Z] --- PASS: TestBuildUncleanTarFilenames (0.58s) [2020-04-02T22:07:54.997Z] === RUN TestBuildMultiStageLayerLeak [2020-04-02T22:07:55.207Z] #17 55.69 Setting up python3-wheel (0.32.3-2) ... [2020-04-02T22:07:55.773Z] #17 56.35 Setting up apparmor (2.13.2-10) ... [2020-04-02T22:07:57.800Z] #17 57.79 Setting up xfsprogs (4.20.0-1) ... [2020-04-02T22:07:57.800Z] #17 57.81 Setting up python3-lib2to3 (3.7.3-1) ... [2020-04-02T22:07:57.800Z] #17 58.22 Setting up python3-pkg-resources (40.8.0-1) ... [2020-04-02T22:07:58.756Z] #17 59.29 Setting up python3-distutils (3.7.3-1) ... [2020-04-02T22:07:59.167Z] --- PASS: TestBuildMultiStageLayerLeak (4.42s) [2020-04-02T22:07:59.167Z] === RUN TestBuildWithHugeFile [2020-04-02T22:07:59.688Z] #17 59.87 Setting up python3-setuptools (40.8.0-1) ... [2020-04-02T22:08:00.621Z] #17 61.14 Setting up python3-pip (18.1-5) ... [2020-04-02T22:08:01.995Z] #17 62.12 Processing triggers for libc-bin (2.28-10) ... [2020-04-02T22:08:01.995Z] #17 62.17 Processing triggers for mime-support (3.62) ... [2020-04-02T22:08:02.252Z] #17 DONE 62.7s [2020-04-02T22:08:02.252Z] [2020-04-02T22:08:02.252Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-04-02T22:08:02.252Z] #41 190.8 + dpkg --print-architecture [2020-04-02T22:08:02.252Z] #41 190.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-04-02T22:08:02.252Z] #41 191.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-04-02T22:08:02.252Z] #41 191.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-04-02T22:08:02.252Z] #41 ... [2020-04-02T22:08:02.252Z] [2020-04-02T22:08:02.252Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sb... [2020-04-02T22:08:02.509Z] #18 ... [2020-04-02T22:08:02.509Z] [2020-04-02T22:08:02.509Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:08:02.510Z] #44 120.9 CC criu/libnetlink.o [2020-04-02T22:08:02.510Z] #44 121.3 CC criu/log.o [2020-04-02T22:08:02.510Z] #44 121.9 CC criu/lsm.o [2020-04-02T22:08:02.510Z] #44 122.4 CC criu/mem.o [2020-04-02T22:08:02.510Z] #44 124.0 CC criu/mount.o [2020-04-02T22:08:02.510Z] #44 127.7 CC criu/namespaces.o [2020-04-02T22:08:02.510Z] #44 129.8 CC criu/net.o [2020-04-02T22:08:03.881Z] #44 ... [2020-04-02T22:08:03.881Z] [2020-04-02T22:08:03.881Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sb... [2020-04-02T22:08:04.139Z] #18 1.791 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-04-02T22:08:04.139Z] #18 1.794 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-04-02T22:08:04.139Z] #18 1.798 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-04-02T22:08:04.139Z] #18 DONE 1.9s [2020-04-02T22:08:04.139Z] [2020-04-02T22:08:04.139Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-04-02T22:08:04.139Z] #41 ... [2020-04-02T22:08:04.139Z] [2020-04-02T22:08:04.139Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-04-02T22:08:10.694Z] #19 ... [2020-04-02T22:08:10.694Z] [2020-04-02T22:08:10.694Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:08:10.694Z] #44 134.1 CC criu/netfilter.o [2020-04-02T22:08:10.694Z] #44 134.6 CC criu/page-pipe.o [2020-04-02T22:08:10.694Z] #44 135.3 CC criu/page-xfer.o [2020-04-02T22:08:10.694Z] #44 136.8 CC criu/pagemap-cache.o [2020-04-02T22:08:10.694Z] #44 137.1 CC criu/pagemap.o [2020-04-02T22:08:10.694Z] #44 138.2 CC criu/parasite-syscall.o [2020-04-02T22:08:10.694Z] #44 139.1 CC criu/path.o [2020-04-02T22:08:10.694Z] #44 139.3 CC criu/pie-util-vdso-elf32.o [2020-04-02T22:08:11.260Z] #44 139.7 CC criu/pie-util-vdso.o [2020-04-02T22:08:11.826Z] #44 140.2 CC criu/pie-util.o [2020-04-02T22:08:12.084Z] #44 140.4 CC criu/pipes.o [2020-04-02T22:08:12.650Z] #44 141.1 CC criu/plugin.o [2020-04-02T22:08:12.908Z] #44 141.5 CC criu/proc_parse.o [2020-04-02T22:08:16.191Z] #44 144.3 CC criu/protobuf-desc.o [2020-04-02T22:08:16.757Z] #44 145.3 CC criu/protobuf.o [2020-04-02T22:08:17.322Z] #44 145.8 CC criu/pstree.o [2020-04-02T22:08:18.256Z] #44 ... [2020-04-02T22:08:18.256Z] [2020-04-02T22:08:18.256Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-04-02T22:08:18.256Z] #19 5.896 Collecting yamllint==1.16.0 [2020-04-02T22:08:18.256Z] #19 11.30 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-04-02T22:08:18.256Z] #19 11.37 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-04-02T22:08:18.256Z] #19 11.41 Downloading https://files.pythonhosted.org/packages/34/fa/c5cc4f796eb954b56fd1f6c7c315647b18b027e0736c9ae87b73bbb1f933/pathspec-0.7.0-py2.py3-none-any.whl [2020-04-02T22:08:18.256Z] #19 11.47 Collecting pyyaml (from yamllint==1.16.0) [2020-04-02T22:08:18.256Z] #19 11.63 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-04-02T22:08:18.256Z] #19 13.07 Building wheels for collected packages: pyyaml [2020-04-02T22:08:18.256Z] #19 13.07 Running setup.py bdist_wheel for pyyaml: started [2020-04-02T22:08:18.256Z] #19 14.05 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-04-02T22:08:18.256Z] #19 14.05 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-04-02T22:08:18.256Z] #19 14.13 Successfully built pyyaml [2020-04-02T22:08:18.256Z] #19 14.15 Installing collected packages: pathspec, pyyaml, yamllint [2020-04-02T22:08:18.515Z] #19 14.48 Successfully installed pathspec-0.7.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-04-02T22:08:19.081Z] #19 ... [2020-04-02T22:08:19.081Z] [2020-04-02T22:08:19.081Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:08:19.081Z] #44 147.4 CC criu/rbtree.o [2020-04-02T22:08:19.081Z] #44 ... [2020-04-02T22:08:19.081Z] [2020-04-02T22:08:19.081Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-04-02T22:08:19.081Z] #19 DONE 15.0s [2020-04-02T22:08:19.340Z] [2020-04-02T22:08:19.340Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-04-02T22:08:19.340Z] #24 DONE 0.2s [2020-04-02T22:08:19.340Z] [2020-04-02T22:08:19.340Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:08:19.340Z] #53 ... [2020-04-02T22:08:19.340Z] [2020-04-02T22:08:19.340Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:08:19.340Z] #44 147.8 CC criu/rst-malloc.o [2020-04-02T22:08:19.598Z] #44 148.2 CC criu/seccomp.o [2020-04-02T22:08:20.163Z] #44 ... [2020-04-02T22:08:20.163Z] [2020-04-02T22:08:20.163Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-04-02T22:08:20.163Z] #28 DONE 0.7s [2020-04-02T22:08:20.163Z] [2020-04-02T22:08:20.164Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-04-02T22:08:20.164Z] #31 DONE 0.1s [2020-04-02T22:08:20.164Z] [2020-04-02T22:08:20.164Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-04-02T22:08:20.421Z] #34 DONE 0.1s [2020-04-02T22:08:20.421Z] [2020-04-02T22:08:20.421Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-04-02T22:08:20.421Z] #39 DONE 0.1s [2020-04-02T22:08:20.421Z] [2020-04-02T22:08:20.421Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:08:20.679Z] #44 149.0 CC criu/seize.o [2020-04-02T22:08:20.937Z] #44 ... [2020-04-02T22:08:20.937Z] [2020-04-02T22:08:20.937Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-04-02T22:08:20.937Z] #41 DONE 219.5s [2020-04-02T22:08:21.194Z] [2020-04-02T22:08:21.194Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:08:21.452Z] #44 149.9 CC criu/servicefd.o [2020-04-02T22:08:22.018Z] #44 150.6 CC criu/shmem.o [2020-04-02T22:08:22.277Z] #44 ... [2020-04-02T22:08:22.277Z] [2020-04-02T22:08:22.277Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-04-02T22:08:22.277Z] #42 DONE 0.2s [2020-04-02T22:08:22.277Z] [2020-04-02T22:08:22.277Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:08:22.546Z] INFO: Extraction ended at 04/02/2020 22:08:19. Duration:00:00:27.3143469 [2020-04-02T22:08:22.546Z] INFO: Updating the golang and path environment variables [2020-04-02T22:08:22.546Z] INFO: GOPATH=d:\gopath [2020-04-02T22:08:22.546Z] INFO: go version go1.13.8 windows/amd64 [2020-04-02T22:08:22.546Z] INFO: Running the daemon under test in debug mode [2020-04-02T22:08:22.546Z] INFO: Starting a daemon under test... [2020-04-02T22:08:22.546Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-39946\22\daemon --pidfile d:\CI\PR-39946\22\docker.pid -D [2020-04-02T22:08:22.546Z] INFO: Process started successfully. [2020-04-02T22:08:22.546Z] INFO: Start tailing logs of the daemon under tests [2020-04-02T22:08:22.546Z] INFO: Waiting for the daemon under test to start... [2020-04-02T22:08:23.212Z] #44 151.4 CC criu/sigframe.o [2020-04-02T22:08:23.212Z] #44 151.5 CC criu/signalfd.o [2020-04-02T22:08:23.212Z] #44 151.7 CC criu/sk-inet.o [2020-04-02T22:08:23.491Z] INFO: Daemon under test started and replied! [2020-04-02T22:08:23.491Z] INFO: Docker version of the daemon under test [2020-04-02T22:08:23.491Z] [2020-04-02T22:08:23.491Z] Client: [2020-04-02T22:08:23.491Z] Version: 17.06.2-ce [2020-04-02T22:08:23.491Z] API version: 1.30 [2020-04-02T22:08:23.491Z] Go version: go1.8.3 [2020-04-02T22:08:23.491Z] Git commit: cec0b72 [2020-04-02T22:08:23.491Z] Built: Tue Sep 5 19:57:19 2017 [2020-04-02T22:08:23.491Z] OS/Arch: windows/amd64 [2020-04-02T22:08:23.491Z] [2020-04-02T22:08:23.491Z] Server: [2020-04-02T22:08:23.491Z] Version: 0.0.0-dev [2020-04-02T22:08:23.491Z] API version: 1.41 (minimum version 1.24) [2020-04-02T22:08:23.491Z] Go version: go1.13.8 [2020-04-02T22:08:23.491Z] Git commit: d7ba1f85ef [2020-04-02T22:08:23.491Z] Built: 04/02/2020 22:06:26 [2020-04-02T22:08:23.491Z] OS/Arch: windows/amd64 [2020-04-02T22:08:23.491Z] Experimental: false [2020-04-02T22:08:23.491Z] [2020-04-02T22:08:23.491Z] INFO: Docker info of the daemon under test [2020-04-02T22:08:23.491Z] [2020-04-02T22:08:23.491Z] Containers: 0 [2020-04-02T22:08:23.491Z] Running: 0 [2020-04-02T22:08:23.491Z] Paused: 0 [2020-04-02T22:08:23.491Z] Stopped: 0 [2020-04-02T22:08:23.491Z] Images: 0 [2020-04-02T22:08:23.491Z] Server Version: 0.0.0-dev [2020-04-02T22:08:23.491Z] Storage Driver: windowsfilter [2020-04-02T22:08:23.491Z] Windows: [2020-04-02T22:08:23.491Z] Logging Driver: json-file [2020-04-02T22:08:23.491Z] Plugins: [2020-04-02T22:08:23.491Z] Volume: local [2020-04-02T22:08:23.491Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-04-02T22:08:23.491Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-04-02T22:08:23.491Z] Swarm: inactive [2020-04-02T22:08:23.491Z] Default Isolation: process [2020-04-02T22:08:23.491Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-04-02T22:08:23.491Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1039) [2020-04-02T22:08:23.491Z] OSType: windows [2020-04-02T22:08:23.491Z] Architecture: x86_64 [2020-04-02T22:08:23.491Z] CPUs: 4 [2020-04-02T22:08:23.491Z] Total Memory: 32GiB [2020-04-02T22:08:23.491Z] Name: azwin-2-356c60 [2020-04-02T22:08:23.491Z] ID: FWCA:TL6S:DBLL:LJE2:VKSI:ZK2P:LVV3:3E37:XUBC:FFMC:FMQJ:M5JB [2020-04-02T22:08:23.491Z] Docker Root Dir: D:\CI\PR-39946\22\daemon [2020-04-02T22:08:23.491Z] Debug Mode (client): false [2020-04-02T22:08:23.491Z] Debug Mode (server): true [2020-04-02T22:08:23.491Z] File Descriptors: -1 [2020-04-02T22:08:23.491Z] Goroutines: 17 [2020-04-02T22:08:23.491Z] System Time: 2020-04-02T22:08:23.283796Z [2020-04-02T22:08:23.491Z] EventsListeners: 0 [2020-04-02T22:08:23.491Z] Registry: https://index.docker.io/v1/ [2020-04-02T22:08:23.491Z] Labels: [2020-04-02T22:08:23.491Z] Experimental: false [2020-04-02T22:08:23.491Z] Insecure Registries: [2020-04-02T22:08:23.491Z] 127.0.0.0/8 [2020-04-02T22:08:23.491Z] Live Restore Enabled: false [2020-04-02T22:08:23.491Z] [2020-04-02T22:08:23.491Z] [2020-04-02T22:08:23.491Z] INFO: Docker images of the daemon under test [2020-04-02T22:08:23.491Z] [2020-04-02T22:08:23.491Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-04-02T22:08:23.491Z] [2020-04-02T22:08:23.491Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-04-02T22:08:23.491Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-04-02T22:08:23.956Z] ltsc2019: Pulling from windows/servercore [2020-04-02T22:08:23.956Z] 65014b3c3121: Pulling fs layer [2020-04-02T22:08:23.956Z] 23645bd7ee08: Pulling fs layer [2020-04-02T22:08:24.148Z] #44 152.5 CC criu/sk-netlink.o [2020-04-02T22:08:24.407Z] #44 152.9 CC criu/sk-packet.o [2020-04-02T22:08:24.974Z] #44 153.5 CC criu/sk-queue.o [2020-04-02T22:08:25.539Z] #44 153.9 CC criu/sk-tcp.o [2020-04-02T22:08:25.798Z] #44 154.3 CC criu/sk-unix.o [2020-04-02T22:08:28.344Z] #44 156.2 CC criu/sockets.o [2020-04-02T22:08:28.602Z] #44 157.0 CC criu/stats.o [2020-04-02T22:08:28.859Z] #44 157.3 CC criu/string.o [2020-04-02T22:08:29.116Z] #44 157.4 CC criu/sysctl.o [2020-04-02T22:08:29.457Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-04-02T22:08:29.457Z] [2020-04-02T22:08:29.457Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-04-02T22:08:29.457Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-04-02T22:08:29.457Z] HOSTNAME=cd631b799d16 [2020-04-02T22:08:29.457Z] TESTDEBUG=0 [2020-04-02T22:08:29.457Z] DEST=bundles/test-integration [2020-04-02T22:08:29.457Z] PWD=/go/src/github.com/docker/docker [2020-04-02T22:08:29.457Z] DOCKER_GITCOMMIT=d7ba1f85ef8f23096f2fd92d0444820543ab9675 [2020-04-02T22:08:29.457Z] container=docker [2020-04-02T22:08:29.457Z] HOME=/root [2020-04-02T22:08:29.457Z] GOLANG_VERSION=1.13.8 [2020-04-02T22:08:29.457Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-04-02T22:08:29.457Z] VALIDATE_BRANCH=master [2020-04-02T22:08:29.457Z] TERM=xterm [2020-04-02T22:08:29.457Z] DOCKER_PKG=github.com/docker/docker [2020-04-02T22:08:29.457Z] SHLVL=1 [2020-04-02T22:08:29.457Z] TIMEOUT=120m [2020-04-02T22:08:29.457Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-04-02T22:08:29.457Z] DOCKER_GRAPHDRIVER=overlay2 [2020-04-02T22:08:29.457Z] GO111MODULE=off [2020-04-02T22:08:29.457Z] DOCKER_EXPERIMENTAL=1 [2020-04-02T22:08:29.457Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-04-02T22:08:29.457Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-04-02T22:08:29.457Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-04-02T22:08:29.457Z] GOPATH=/go [2020-04-02T22:08:29.457Z] PKG_CONFIG=pkg-config [2020-04-02T22:08:29.457Z] _=/usr/bin/env [2020-04-02T22:08:29.457Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-04-02T22:08:29.681Z] #44 158.0 CC criu/sysfs_parse.o [2020-04-02T22:08:29.938Z] #44 158.4 CC criu/timerfd.o [2020-04-02T22:08:30.196Z] #44 158.8 CC criu/tty.o [2020-04-02T22:08:32.092Z] #44 160.5 CC criu/tun.o [2020-04-02T22:08:32.471Z] 23645bd7ee08: Verifying Checksum [2020-04-02T22:08:32.471Z] 23645bd7ee08: Download complete [2020-04-02T22:08:32.661Z] #44 161.0 CC criu/uffd.o [2020-04-02T22:08:33.595Z] #44 162.1 CC criu/util.o [2020-04-02T22:08:34.972Z] #44 163.3 CC criu/uts_ns.o [2020-04-02T22:08:34.972Z] #44 163.5 CC criu/vdso-compat.o [2020-04-02T22:08:35.230Z] #44 163.7 CC criu/vdso.o [2020-04-02T22:08:35.798Z] #44 164.2 LINK criu/built-in.o [2020-04-02T22:08:35.798Z] #44 164.3 LINK criu/criu [2020-04-02T22:08:36.056Z] #44 164.7 DEP lib/c/criu.d [2020-04-02T22:08:36.315Z] #44 164.8 CC images/rpc.pb-c.o [2020-04-02T22:08:36.883Z] #44 165.2 CC lib/c/criu.o [2020-04-02T22:08:37.449Z] #44 ... [2020-04-02T22:08:37.449Z] [2020-04-02T22:08:37.449Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-04-02T22:08:37.449Z] #60 111.3 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-04-02T22:08:38.830Z] #60 112.5 + mkdir -p /build [2020-04-02T22:08:38.830Z] #60 112.5 + cp runc /build/runc [2020-04-02T22:08:38.830Z] #60 DONE 112.7s [2020-04-02T22:08:38.830Z] [2020-04-02T22:08:38.830Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-04-02T22:08:38.830Z] #44 166.1 LINK lib/c/built-in.o [2020-04-02T22:08:38.830Z] #44 166.1 LINK lib/c/libcriu.so [2020-04-02T22:08:38.830Z] #44 166.2 LINK lib/c/libcriu.a [2020-04-02T22:08:38.830Z] #44 166.4 GEN magic.py [2020-04-02T22:08:38.830Z] #44 166.5 Note: Building without setproctitle() and strlcpy() support. [2020-04-02T22:08:38.830Z] #44 166.5 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-04-02T22:08:38.830Z] #44 166.5 Note: Building without GnuTLS support [2020-04-02T22:08:38.830Z] #44 167.4 fatal: not a git repository (or any of the parent directories): .git [2020-04-02T22:08:39.474Z] 65014b3c3121: Verifying Checksum [2020-04-02T22:08:39.474Z] 65014b3c3121: Download complete [2020-04-02T22:08:40.205Z] #44 168.7 make[1]: Nothing to be done for 'all'. [2020-04-02T22:08:40.772Z] #44 169.3 make[1]: 'images/built-in.o' is up to date. [2020-04-02T22:08:40.772Z] #44 169.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-04-02T22:08:40.772Z] #44 169.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-04-02T22:08:40.772Z] #44 169.4 make[1]: 'compel/libcompel.a' is up to date. [2020-04-02T22:08:41.030Z] #44 169.4 make[1]: 'compel/compel-host-bin' is up to date. [2020-04-02T22:08:41.030Z] #44 169.4 make[1]: Nothing to be done for 'all'. [2020-04-02T22:08:41.030Z] #44 169.4 make[1]: 'soccr/libsoccr.a' is up to date. [2020-04-02T22:08:41.030Z] #44 169.6 make[2]: Nothing to be done for 'all'. [2020-04-02T22:08:41.030Z] #44 169.6 make[2]: Nothing to be done for 'all'. [2020-04-02T22:08:41.289Z] #44 169.7 make[2]: Nothing to be done for 'all'. [2020-04-02T22:08:41.289Z] #44 169.8 make[2]: Nothing to be done for 'all'. [2020-04-02T22:08:41.289Z] #44 169.8 make[2]: Nothing to be done for 'all'. [2020-04-02T22:08:41.289Z] #44 169.8 make[2]: Nothing to be done for 'all'. [2020-04-02T22:08:41.289Z] #44 169.9 make[2]: Nothing to be done for 'all'. [2020-04-02T22:08:41.547Z] #44 170.0 make[2]: Nothing to be done for 'all'. [2020-04-02T22:08:41.547Z] #44 170.0 INSTALL criu/criu [2020-04-02T22:08:41.805Z] #44 DONE 170.2s [2020-04-02T22:08:41.805Z] [2020-04-02T22:08:41.805Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:08:42.372Z] #53 ... [2020-04-02T22:08:42.372Z] [2020-04-02T22:08:42.372Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:08:42.372Z] #65 195.0 + bin/containerd [2020-04-02T22:08:42.937Z] #65 ... [2020-04-02T22:08:42.937Z] [2020-04-02T22:08:42.937Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-04-02T22:08:42.937Z] #45 DONE 0.1s [2020-04-02T22:08:42.937Z] [2020-04-02T22:08:42.937Z] #48 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-04-02T22:08:42.937Z] #48 DONE 0.1s [2020-04-02T22:08:42.937Z] [2020-04-02T22:08:42.937Z] #51 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-04-02T22:08:42.937Z] #51 DONE 0.1s [2020-04-02T22:08:42.937Z] [2020-04-02T22:08:42.937Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:08:43.195Z] ok github.com/docker/docker/cmd/dockerd 0.164s coverage: 30.7% of statements [2020-04-02T22:08:47.910Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-04-02T22:08:47.910Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-04-02T22:08:48.523Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-04-02T22:08:48.748Z] ok github.com/docker/docker/container 0.186s coverage: 34.9% of statements [2020-04-02T22:08:48.748Z] ? github.com/docker/docker/container/stream [no test files] [2020-04-02T22:08:48.748Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-04-02T22:08:48.748Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-04-02T22:08:48.748Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-04-02T22:08:49.489Z] #65 ... [2020-04-02T22:08:49.489Z] [2020-04-02T22:08:49.489Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:08:49.489Z] #53 DONE 246.7s [2020-04-02T22:08:49.489Z] [2020-04-02T22:08:49.489Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:08:49.489Z] #65 ... [2020-04-02T22:08:49.489Z] [2020-04-02T22:08:49.489Z] #54 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-04-02T22:08:49.747Z] #54 DONE 0.2s [2020-04-02T22:08:49.747Z] [2020-04-02T22:08:49.747Z] #57 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-04-02T22:08:49.747Z] #57 DONE 0.1s [2020-04-02T22:08:49.747Z] [2020-04-02T22:08:49.747Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:08:50.006Z] #65 ... [2020-04-02T22:08:50.006Z] [2020-04-02T22:08:50.006Z] #61 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-04-02T22:08:50.006Z] #61 DONE 0.1s [2020-04-02T22:08:50.006Z] [2020-04-02T22:08:50.006Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-04-02T22:08:53.186Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.063s coverage: 65.3% of statements [2020-04-02T22:08:53.464Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-04-02T22:08:54.031Z] [2020-04-02T22:08:54.031Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-04-02T22:08:54.290Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-04-02T22:08:54.290Z] HOSTNAME=9e212ae186ee [2020-04-02T22:08:54.290Z] TESTDEBUG=0 [2020-04-02T22:08:54.290Z] DEST=bundles/test-integration [2020-04-02T22:08:54.290Z] PWD=/go/src/github.com/docker/docker [2020-04-02T22:08:54.290Z] DOCKER_GITCOMMIT=d7ba1f85ef8f23096f2fd92d0444820543ab9675 [2020-04-02T22:08:54.290Z] container=docker [2020-04-02T22:08:54.290Z] HOME=/root [2020-04-02T22:08:54.290Z] GOLANG_VERSION=1.13.8 [2020-04-02T22:08:54.290Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-04-02T22:08:54.290Z] VALIDATE_BRANCH=master [2020-04-02T22:08:54.290Z] TERM=xterm [2020-04-02T22:08:54.290Z] DOCKER_PKG=github.com/docker/docker [2020-04-02T22:08:54.290Z] SHLVL=1 [2020-04-02T22:08:54.290Z] TIMEOUT=120m [2020-04-02T22:08:54.290Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-04-02T22:08:54.290Z] DOCKER_GRAPHDRIVER=overlay2 [2020-04-02T22:08:54.290Z] GO111MODULE=off [2020-04-02T22:08:54.290Z] DOCKER_EXPERIMENTAL=1 [2020-04-02T22:08:54.290Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-04-02T22:08:54.290Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-04-02T22:08:54.290Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-04-02T22:08:54.290Z] GOPATH=/go [2020-04-02T22:08:54.290Z] PKG_CONFIG=pkg-config [2020-04-02T22:08:54.290Z] _=/usr/bin/env [2020-04-02T22:08:54.290Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-04-02T22:08:55.360Z] --- PASS: TestBuildWithHugeFile (51.56s) [2020-04-02T22:08:55.360Z] === RUN TestBuildWithEmptyDockerfile [2020-04-02T22:08:55.360Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-02T22:08:55.360Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-02T22:08:55.360Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-02T22:08:55.360Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-02T22:08:55.360Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-02T22:08:55.360Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-02T22:08:55.360Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-02T22:08:55.360Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-02T22:08:55.360Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-02T22:08:55.360Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2020-04-02T22:08:55.360Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s) [2020-04-02T22:08:55.360Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s) [2020-04-02T22:08:55.360Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2020-04-02T22:08:55.360Z] === RUN TestBuildPreserveOwnership [2020-04-02T22:08:55.360Z] === RUN TestBuildPreserveOwnership/copy_from [2020-04-02T22:08:57.410Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-04-02T22:09:01.584Z] --- PASS: TestBuildPreserveOwnership (10.13s) [2020-04-02T22:09:01.584Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.12s) [2020-04-02T22:09:01.584Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2020-04-02T22:09:01.584Z] === RUN TestBuildPlatformInvalid [2020-04-02T22:09:01.584Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2020-04-02T22:09:01.584Z] PASS [2020-04-02T22:09:01.584Z] [2020-04-02T22:09:01.584Z] === Skipped [2020-04-02T22:09:01.584Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-04-02T22:09:01.584Z] build_session_test.go:25: TODO: BuildKit [2020-04-02T22:09:01.584Z] [2020-04-02T22:09:01.584Z] [2020-04-02T22:09:01.584Z] DONE 32 tests, 1 skipped in 124.645s [2020-04-02T22:09:01.584Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-04-02T22:09:01.584Z] INFO: Testing against a local daemon [2020-04-02T22:09:01.585Z] === RUN TestConfigList [2020-04-02T22:09:01.585Z] --- SKIP: TestConfigList (0.02s) [2020-04-02T22:09:01.585Z] config_test.go:30: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:09:01.585Z] === RUN TestConfigsCreateAndDelete [2020-04-02T22:09:01.585Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2020-04-02T22:09:01.585Z] config_test.go:112: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:09:01.585Z] === RUN TestConfigsUpdate [2020-04-02T22:09:01.585Z] --- SKIP: TestConfigsUpdate (0.01s) [2020-04-02T22:09:01.585Z] config_test.go:140: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:09:01.585Z] === RUN TestTemplatedConfig [2020-04-02T22:09:01.585Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-04-02T22:09:01.585Z] config_test.go:192: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:09:01.585Z] === RUN TestConfigInspect [2020-04-02T22:09:01.585Z] --- SKIP: TestConfigInspect (0.02s) [2020-04-02T22:09:01.585Z] config_test.go:326: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:09:01.585Z] === RUN TestConfigCreateWithLabels [2020-04-02T22:09:01.585Z] --- SKIP: TestConfigCreateWithLabels (0.01s) [2020-04-02T22:09:01.585Z] config_test.go:350: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:09:01.585Z] === RUN TestConfigCreateResolve [2020-04-02T22:09:01.585Z] --- SKIP: TestConfigCreateResolve (0.01s) [2020-04-02T22:09:01.585Z] config_test.go:377: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:09:01.585Z] === RUN TestConfigDaemonLibtrustID [2020-04-02T22:09:01.830Z] ok github.com/docker/docker/daemon/cluster/convert 0.075s coverage: 35.6% of statements [2020-04-02T22:09:03.477Z] --- PASS: TestConfigDaemonLibtrustID (1.69s) [2020-04-02T22:09:03.477Z] PASS [2020-04-02T22:09:03.477Z] [2020-04-02T22:09:03.477Z] === Skipped [2020-04-02T22:09:03.477Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2020-04-02T22:09:03.477Z] config_test.go:30: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:09:03.477Z] [2020-04-02T22:09:03.477Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2020-04-02T22:09:03.477Z] config_test.go:112: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:09:03.477Z] [2020-04-02T22:09:03.477Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2020-04-02T22:09:03.477Z] config_test.go:140: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:09:03.477Z] [2020-04-02T22:09:03.477Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2020-04-02T22:09:03.477Z] config_test.go:192: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:09:03.477Z] [2020-04-02T22:09:03.477Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2020-04-02T22:09:03.477Z] config_test.go:326: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:09:03.477Z] [2020-04-02T22:09:03.477Z] === SKIP: amd64.integration.config TestConfigCreateWithLabels (0.01s) [2020-04-02T22:09:03.477Z] config_test.go:350: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:09:03.477Z] [2020-04-02T22:09:03.477Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2020-04-02T22:09:03.477Z] config_test.go:377: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:09:03.477Z] [2020-04-02T22:09:03.477Z] [2020-04-02T22:09:03.477Z] DONE 8 tests, 7 skipped in 1.911s [2020-04-02T22:09:03.477Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-04-02T22:09:03.477Z] INFO: Testing against a local daemon [2020-04-02T22:09:03.477Z] === RUN TestCheckpoint [2020-04-02T22:09:03.477Z] --- SKIP: TestCheckpoint (0.00s) [2020-04-02T22:09:03.477Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-04-02T22:09:03.477Z] === RUN TestContainerInvalidJSON [2020-04-02T22:09:03.477Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-04-02T22:09:03.477Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-04-02T22:09:03.477Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-04-02T22:09:03.477Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-04-02T22:09:03.477Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-04-02T22:09:03.477Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-04-02T22:09:03.477Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-04-02T22:09:03.477Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-04-02T22:09:03.477Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-04-02T22:09:03.477Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-04-02T22:09:03.477Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-04-02T22:09:03.477Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-04-02T22:09:03.477Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-04-02T22:09:03.477Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-04-02T22:09:03.477Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) [2020-04-02T22:09:03.477Z] === RUN TestCopyFromContainerPathIsNotDir [2020-04-02T22:09:03.734Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s) [2020-04-02T22:09:03.734Z] === RUN TestCopyToContainerPathDoesNotExist [2020-04-02T22:09:03.734Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.10s) [2020-04-02T22:09:03.734Z] === RUN TestCopyToContainerPathIsNotDir [2020-04-02T22:09:03.734Z] --- PASS: TestCopyToContainerPathIsNotDir (0.10s) [2020-04-02T22:09:03.734Z] === RUN TestCopyFromContainer [2020-04-02T22:09:03.884Z] ok github.com/docker/docker/daemon/cluster 0.176s coverage: 0.5% of statements [2020-04-02T22:09:06.962Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-04-02T22:09:06.962Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-04-02T22:09:06.962Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-04-02T22:09:07.906Z] === RUN TestCopyFromContainer// [2020-04-02T22:09:07.906Z] === RUN TestCopyFromContainer//bar/root [2020-04-02T22:09:07.906Z] === RUN TestCopyFromContainer//bar/root/ [2020-04-02T22:09:07.906Z] === RUN TestCopyFromContainer/bar/quux [2020-04-02T22:09:07.906Z] === RUN TestCopyFromContainer/bar/quux/ [2020-04-02T22:09:07.906Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-04-02T22:09:07.906Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-04-02T22:09:07.906Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-04-02T22:09:07.906Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-04-02T22:09:07.906Z] === RUN TestCopyFromContainer/bar/notarget [2020-04-02T22:09:07.906Z] --- PASS: TestCopyFromContainer (4.15s) [2020-04-02T22:09:07.906Z] --- PASS: TestCopyFromContainer// (0.06s) [2020-04-02T22:09:07.906Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2020-04-02T22:09:07.906Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2020-04-02T22:09:07.906Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2020-04-02T22:09:07.906Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2020-04-02T22:09:07.906Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2020-04-02T22:09:07.906Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2020-04-02T22:09:07.906Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2020-04-02T22:09:07.906Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2020-04-02T22:09:07.906Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2020-04-02T22:09:07.906Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-04-02T22:09:07.906Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-02T22:09:07.906Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-02T22:09:07.906Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-02T22:09:07.906Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-02T22:09:07.906Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-02T22:09:07.906Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-02T22:09:07.906Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-02T22:09:07.906Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-02T22:09:07.906Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-02T22:09:07.906Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-04-02T22:09:07.906Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-04-02T22:09:07.906Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-04-02T22:09:07.906Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2020-04-02T22:09:07.906Z] === RUN TestCreateLinkToNonExistingContainer [2020-04-02T22:09:07.969Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-04-02T22:09:07.969Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-04-02T22:09:08.163Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-04-02T22:09:08.163Z] === RUN TestCreateWithInvalidEnv [2020-04-02T22:09:08.163Z] === RUN TestCreateWithInvalidEnv/0 [2020-04-02T22:09:08.163Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-04-02T22:09:08.163Z] === RUN TestCreateWithInvalidEnv/1 [2020-04-02T22:09:08.163Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-04-02T22:09:08.163Z] === RUN TestCreateWithInvalidEnv/2 [2020-04-02T22:09:08.163Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-04-02T22:09:08.163Z] === CONT TestCreateWithInvalidEnv/0 [2020-04-02T22:09:08.163Z] === CONT TestCreateWithInvalidEnv/2 [2020-04-02T22:09:08.163Z] === CONT TestCreateWithInvalidEnv/1 [2020-04-02T22:09:08.163Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-04-02T22:09:08.163Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-04-02T22:09:08.163Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-04-02T22:09:08.163Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-04-02T22:09:08.163Z] === RUN TestCreateTmpfsMountsTarget [2020-04-02T22:09:08.163Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-04-02T22:09:08.163Z] === RUN TestCreateWithCustomMaskedPaths [2020-04-02T22:09:08.360Z] ok github.com/docker/docker/daemon/discovery 0.022s coverage: 30.0% of statements [2020-04-02T22:09:09.439Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-04-02T22:09:10.057Z] --- PASS: TestCreateWithCustomMaskedPaths (1.64s) [2020-04-02T22:09:10.057Z] === RUN TestCreateWithCapabilities [2020-04-02T22:09:10.057Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-04-02T22:09:10.057Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-04-02T22:09:10.057Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-04-02T22:09:10.057Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-04-02T22:09:10.057Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-04-02T22:09:10.057Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-04-02T22:09:10.057Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-04-02T22:09:10.057Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-04-02T22:09:10.057Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-04-02T22:09:10.057Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-04-02T22:09:10.057Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-04-02T22:09:10.057Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-04-02T22:09:10.057Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-04-02T22:09:10.057Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-04-02T22:09:10.057Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-04-02T22:09:10.057Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-04-02T22:09:10.057Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-04-02T22:09:10.057Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-04-02T22:09:10.057Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-04-02T22:09:10.057Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-04-02T22:09:10.057Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-04-02T22:09:10.057Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-04-02T22:09:10.057Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-04-02T22:09:10.057Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-04-02T22:09:10.057Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-04-02T22:09:10.057Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-04-02T22:09:10.057Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-04-02T22:09:10.057Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-04-02T22:09:10.057Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-04-02T22:09:10.057Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-04-02T22:09:10.057Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-04-02T22:09:10.057Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-04-02T22:09:10.057Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-04-02T22:09:10.057Z] --- PASS: TestCreateWithCapabilities (0.03s) [2020-04-02T22:09:10.057Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-04-02T22:09:10.057Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-04-02T22:09:10.057Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2020-04-02T22:09:10.057Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s) [2020-04-02T22:09:10.057Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.05s) [2020-04-02T22:09:10.057Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s) [2020-04-02T22:09:10.057Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2020-04-02T22:09:10.057Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-04-02T22:09:10.057Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2020-04-02T22:09:10.057Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s) [2020-04-02T22:09:10.057Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2020-04-02T22:09:10.057Z] === RUN TestCreateWithCustomReadonlyPaths [2020-04-02T22:09:11.074Z] ok github.com/docker/docker/daemon/events 0.069s coverage: 50.0% of statements [2020-04-02T22:09:11.924Z] #65 223.1 + bin/containerd-stress [2020-04-02T22:09:11.949Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.66s) [2020-04-02T22:09:11.949Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-04-02T22:09:11.949Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-02T22:09:11.949Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-02T22:09:11.949Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-02T22:09:11.949Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-02T22:09:11.949Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-02T22:09:11.949Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-02T22:09:11.949Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-02T22:09:11.949Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-02T22:09:11.949Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-02T22:09:11.949Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-02T22:09:11.949Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-02T22:09:11.949Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-02T22:09:11.949Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-02T22:09:11.949Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-02T22:09:11.949Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-02T22:09:11.949Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-04-02T22:09:11.949Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-04-02T22:09:11.949Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-04-02T22:09:11.949Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-04-02T22:09:11.949Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-04-02T22:09:11.949Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-04-02T22:09:11.949Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-04-02T22:09:12.100Z] ok github.com/docker/docker/daemon/config 0.116s coverage: 81.7% of statements [2020-04-02T22:09:12.139Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-04-02T22:09:12.181Z] #65 224.7 + bin/containerd-shim [2020-04-02T22:09:12.206Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.56s) [2020-04-02T22:09:12.206Z] === RUN TestContainerStartOnDaemonRestart [2020-04-02T22:09:12.206Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2020-04-02T22:09:12.206Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-04-02T22:09:12.206Z] === RUN TestDaemonRestartIpcMode [2020-04-02T22:09:12.206Z] === PAUSE TestDaemonRestartIpcMode [2020-04-02T22:09:12.206Z] === RUN TestDaemonHostGatewayIP [2020-04-02T22:09:12.206Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2020-04-02T22:09:12.206Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-04-02T22:09:12.206Z] === RUN TestDiff [2020-04-02T22:09:12.768Z] --- PASS: TestDiff (0.59s) [2020-04-02T22:09:12.768Z] === RUN TestExecWithCloseStdin [2020-04-02T22:09:13.150Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-04-02T22:09:13.699Z] --- PASS: TestExecWithCloseStdin (0.64s) [2020-04-02T22:09:13.699Z] === RUN TestExec [2020-04-02T22:09:14.279Z] --- PASS: TestExec (0.64s) [2020-04-02T22:09:14.279Z] === RUN TestExecUser [2020-04-02T22:09:14.458Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-04-02T22:09:14.458Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-04-02T22:09:14.458Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-04-02T22:09:14.621Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-04-02T22:09:14.816Z] ok github.com/docker/docker/daemon/graphdriver 0.014s coverage: 2.2% of statements [2020-04-02T22:09:14.868Z] --- PASS: TestExecUser (0.70s) [2020-04-02T22:09:14.868Z] === RUN TestExportContainerAndImportImage [2020-04-02T22:09:14.906Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-04-02T22:09:15.381Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-04-02T22:09:15.461Z] --- PASS: TestExportContainerAndImportImage (0.73s) [2020-04-02T22:09:15.461Z] === RUN TestExportContainerAfterDaemonRestart [2020-04-02T22:09:15.940Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-04-02T22:09:16.375Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-04-02T22:09:17.379Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-04-02T22:09:17.514Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.530s coverage: 13.8% of statements [2020-04-02T22:09:18.384Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-04-02T22:09:18.735Z] #65 231.1 + bin/containerd-shim-runc-v1 [2020-04-02T22:09:19.008Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.014s coverage: 2.9% of statements [2020-04-02T22:09:19.389Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-04-02T22:09:19.635Z] --- PASS: TestExportContainerAfterDaemonRestart (3.82s) [2020-04-02T22:09:19.635Z] === RUN TestHealthCheckWorkdir [2020-04-02T22:09:20.004Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-04-02T22:09:20.198Z] --- PASS: TestHealthCheckWorkdir (0.87s) [2020-04-02T22:09:20.198Z] === RUN TestHealthKillContainer [2020-04-02T22:09:20.507Z] ok github.com/docker/docker/daemon/graphdriver/copy 1.012s coverage: 57.9% of statements [2020-04-02T22:09:21.009Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-04-02T22:09:21.009Z] Using test binary docker [2020-04-02T22:09:21.009Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-04-02T22:09:21.009Z] +++ /etc/init.d/apparmor start [2020-04-02T22:09:21.009Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-04-02T22:09:21.009Z] Starting dockerd [2020-04-02T22:09:21.009Z] INFO: Waiting for daemon to start... [2020-04-02T22:09:21.009Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2020-04-02T22:09:21.134Z] ok github.com/docker/docker/daemon 12.432s coverage: 17.4% of statements [2020-04-02T22:09:21.134Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-04-02T22:09:21.134Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-04-02T22:09:21.134Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-04-02T22:09:21.134Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-04-02T22:09:21.176Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-04-02T22:09:22.020Z] #65 234.2 + bin/containerd-shim-runc-v2 [2020-04-02T22:09:22.584Z] #65 235.0 + binaries [2020-04-02T22:09:22.584Z] #65 235.0 + mkdir -p /build [2020-04-02T22:09:22.584Z] #65 235.0 + cp bin/containerd /build/containerd [2020-04-02T22:09:22.584Z] #65 235.1 + cp bin/containerd-shim /build/containerd-shim [2020-04-02T22:09:22.584Z] #65 235.1 + cp bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-04-02T22:09:22.584Z] #65 235.1 + cp bin/ctr /build/ctr [2020-04-02T22:09:22.584Z] #65 DONE 235.4s [2020-04-02T22:09:23.058Z] . [2020-04-02T22:09:23.058Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-04-02T22:09:23.058Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-04-02T22:09:23.058Z] Error: No such image: emptyfs [2020-04-02T22:09:23.058Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-04-02T22:09:23.058Z] ++++ docker load [2020-04-02T22:09:23.341Z] Running integration-test (iteration 1) [2020-04-02T22:09:23.341Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-04-02T22:09:23.341Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:09:23.341Z] ++ set -e [2020-04-02T22:09:23.341Z] ++ '[' -n 0 ']' [2020-04-02T22:09:23.341Z] ++ set -x [2020-04-02T22:09:23.341Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:09:23.468Z] --- PASS: TestHealthKillContainer (2.76s) [2020-04-02T22:09:23.468Z] === RUN TestInspectCpusetInConfigPre120 [2020-04-02T22:09:23.468Z] --- PASS: TestInspectCpusetInConfigPre120 (0.57s) [2020-04-02T22:09:23.468Z] === RUN TestIpcModeNone [2020-04-02T22:09:23.954Z] [2020-04-02T22:09:23.954Z] #66 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-04-02T22:09:23.954Z] #66 DONE 0.2s [2020-04-02T22:09:23.954Z] [2020-04-02T22:09:23.954Z] #70 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-04-02T22:09:24.212Z] #70 DONE 0.2s [2020-04-02T22:09:24.212Z] [2020-04-02T22:09:24.212Z] #72 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-04-02T22:09:24.212Z] #72 DONE 0.1s [2020-04-02T22:09:24.212Z] [2020-04-02T22:09:24.212Z] #75 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-04-02T22:09:24.212Z] #75 DONE 0.1s [2020-04-02T22:09:24.212Z] [2020-04-02T22:09:24.212Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-04-02T22:09:24.212Z] #76 DONE 0.0s [2020-04-02T22:09:24.396Z] --- PASS: TestIpcModeNone (0.66s) [2020-04-02T22:09:24.396Z] === RUN TestIpcModePrivate [2020-04-02T22:09:24.469Z] [2020-04-02T22:09:24.469Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-04-02T22:09:24.959Z] --- PASS: TestIpcModePrivate (0.64s) [2020-04-02T22:09:24.959Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:110, shared: false, mustBeShared: false [2020-04-02T22:09:24.959Z] === RUN TestIpcModeShareable [2020-04-02T22:09:24.959Z] --- SKIP: TestIpcModeShareable (0.00s) [2020-04-02T22:09:24.959Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-04-02T22:09:24.959Z] === RUN TestAPIIpcModeShareableAndContainer [2020-04-02T22:09:25.037Z] #77 DONE 0.8s [2020-04-02T22:09:25.295Z] [2020-04-02T22:09:25.295Z] #78 exporting to image [2020-04-02T22:09:25.295Z] #78 exporting layers [2020-04-02T22:09:25.568Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.033s coverage: 1.8% of statements [2020-04-02T22:09:25.854Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.350s coverage: 68.6% of statements [2020-04-02T22:09:26.378Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-04-02T22:09:26.378Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-04-02T22:09:26.378Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-04-02T22:09:26.852Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.08s) [2020-04-02T22:09:26.852Z] === RUN TestAPIIpcModeHost [2020-04-02T22:09:26.852Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2020-04-02T22:09:26.852Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-04-02T22:09:26.852Z] === RUN TestDaemonIpcModeShareable [2020-04-02T22:09:26.852Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2020-04-02T22:09:26.852Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-04-02T22:09:26.852Z] === RUN TestDaemonIpcModePrivate [2020-04-02T22:09:28.567Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.349s coverage: 49.5% of statements [2020-04-02T22:09:28.855Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.471s coverage: 45.9% of statements [2020-04-02T22:09:28.855Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-04-02T22:09:29.372Z] --- PASS: TestDaemonIpcModePrivate (2.47s) [2020-04-02T22:09:29.372Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-04-02T22:09:29.372Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-04-02T22:09:29.372Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2020-04-02T22:09:29.372Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-04-02T22:09:29.372Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-04-02T22:09:29.372Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2020-04-02T22:09:29.372Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-04-02T22:09:29.372Z] === RUN TestIpcModeOlderClient [2020-04-02T22:09:29.372Z] === PAUSE TestIpcModeOlderClient [2020-04-02T22:09:29.372Z] === RUN TestKillContainerInvalidSignal [2020-04-02T22:09:30.301Z] --- PASS: TestKillContainerInvalidSignal (0.62s) [2020-04-02T22:09:30.301Z] === RUN TestKillContainer [2020-04-02T22:09:30.301Z] === RUN TestKillContainer/no_signal [2020-04-02T22:09:30.864Z] === RUN TestKillContainer/non_killing_signal [2020-04-02T22:09:31.109Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-04-02T22:09:31.121Z] === RUN TestKillContainer/killing_signal [2020-04-02T22:09:31.568Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.630s coverage: 76.1% of statements [2020-04-02T22:09:31.715Z] Loaded image: buildpack-deps:jessie [2020-04-02T22:09:31.715Z] Loaded image: busybox:latest [2020-04-02T22:09:31.715Z] Loaded image: busybox:glibc [2020-04-02T22:09:31.715Z] Loaded image: debian:jessie [2020-04-02T22:09:31.715Z] Loaded image: hello-world:latest [2020-04-02T22:09:31.715Z] INFO: Testing against a local daemon [2020-04-02T22:09:31.715Z] === RUN TestCgroupNamespacesBuild [2020-04-02T22:09:32.050Z] --- PASS: TestKillContainer (1.82s) [2020-04-02T22:09:32.050Z] --- PASS: TestKillContainer/no_signal (0.61s) [2020-04-02T22:09:32.050Z] --- PASS: TestKillContainer/non_killing_signal (0.40s) [2020-04-02T22:09:32.050Z] --- PASS: TestKillContainer/killing_signal (0.59s) [2020-04-02T22:09:32.050Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-04-02T22:09:32.050Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-04-02T22:09:32.592Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.041s coverage: 58.0% of statements [2020-04-02T22:09:32.612Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-04-02T22:09:33.175Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.16s) [2020-04-02T22:09:33.175Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.55s) [2020-04-02T22:09:33.175Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.39s) [2020-04-02T22:09:33.175Z] === RUN TestKillStoppedContainer [2020-04-02T22:09:33.175Z] --- PASS: TestKillStoppedContainer (0.08s) [2020-04-02T22:09:33.175Z] === RUN TestKillStoppedContainerAPIPre120 [2020-04-02T22:09:33.175Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2020-04-02T22:09:33.175Z] === RUN TestKillDifferentUserContainer [2020-04-02T22:09:33.183Z] --- PASS: TestCgroupNamespacesBuild (2.32s) [2020-04-02T22:09:33.183Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-04-02T22:09:33.221Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.013s coverage: 3.0% of statements [2020-04-02T22:09:33.396Z] #78 exporting layers 8.1s done [2020-04-02T22:09:33.396Z] #78 writing image sha256:b0119265ac4140140f51d5fc2a12390c8086c199e046911a1884508dfaf5570c done [2020-04-02T22:09:33.396Z] #78 naming to docker.io/library/docker:d7ba1f85ef8f23096f2fd92d0444820543ab9675 done [2020-04-02T22:09:33.396Z] #78 DONE 8.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-04-02T22:09:33.732Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39946/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39946/.git:/go/src/github.com/docker/docker/.git --name docker-pr22 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d7ba1f85ef8f23096f2fd92d0444820543ab9675 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d7ba1f85ef8f23096f2fd92d0444820543ab9675 hack/validate/default [2020-04-02T22:09:33.739Z] --- PASS: TestKillDifferentUserContainer (0.61s) [2020-04-02T22:09:33.739Z] === RUN TestInspectOomKilledTrue [2020-04-02T22:09:33.739Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-04-02T22:09:33.739Z] kill_test.go:152: testEnv.DaemonInfo.CgroupDriver == "none" [2020-04-02T22:09:33.739Z] === RUN TestInspectOomKilledFalse [2020-04-02T22:09:33.739Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-04-02T22:09:33.739Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-02T22:09:33.739Z] === RUN TestLinksEtcHostsContentMatch [2020-04-02T22:09:33.739Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2020-04-02T22:09:33.739Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-04-02T22:09:33.739Z] === RUN TestLinksContainerNames [2020-04-02T22:09:34.246Z] ok github.com/docker/docker/daemon/links 0.024s coverage: 93.0% of statements [2020-04-02T22:09:34.246Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.584s coverage: 55.4% of statements [2020-04-02T22:09:34.246Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-04-02T22:09:34.246Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-04-02T22:09:34.666Z] Congratulations! All commits are properly signed with the DCO! [2020-04-02T22:09:34.666Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-04-02T22:09:34.666Z] No api/types/ or api/swagger.yaml changes in diff. [2020-04-02T22:09:34.666Z] Congratulations! All TOML source files changed here have valid syntax. [2020-04-02T22:09:34.666Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-04-02T22:09:34.666Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-04-02T22:09:34.666Z] Congratulations! No new tests were added to integration-cli. [2020-04-02T22:09:34.666Z] [2020-04-02T22:09:34.666Z] INFO Start validation with golang-ci-lint [2020-04-02T22:09:34.666Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-04-02T22:09:34.666Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-04-02T22:09:34.666Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-04-02T22:09:35.107Z] --- PASS: TestLinksContainerNames (1.22s) [2020-04-02T22:09:35.107Z] === RUN TestLogsFollowTailEmpty [2020-04-02T22:09:35.201Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.78s) [2020-04-02T22:09:35.201Z] === RUN TestBuildWithSession [2020-04-02T22:09:35.201Z] --- SKIP: TestBuildWithSession (0.00s) [2020-04-02T22:09:35.201Z] build_session_test.go:25: TODO: BuildKit [2020-04-02T22:09:35.201Z] === RUN TestBuildSquashParent [2020-04-02T22:09:35.670Z] --- PASS: TestLogsFollowTailEmpty (0.60s) [2020-04-02T22:09:35.670Z] === RUN TestContainerNetworkMountsNoChown [2020-04-02T22:09:36.233Z] --- PASS: TestContainerNetworkMountsNoChown (0.58s) [2020-04-02T22:09:36.233Z] === RUN TestMountDaemonRoot [2020-04-02T22:09:36.233Z] === RUN TestMountDaemonRoot/default [2020-04-02T22:09:36.233Z] === PAUSE TestMountDaemonRoot/default [2020-04-02T22:09:36.233Z] === RUN TestMountDaemonRoot/private [2020-04-02T22:09:36.233Z] === PAUSE TestMountDaemonRoot/private [2020-04-02T22:09:36.233Z] === RUN TestMountDaemonRoot/rprivate [2020-04-02T22:09:36.233Z] === PAUSE TestMountDaemonRoot/rprivate [2020-04-02T22:09:36.233Z] === RUN TestMountDaemonRoot/slave [2020-04-02T22:09:36.233Z] === PAUSE TestMountDaemonRoot/slave [2020-04-02T22:09:36.233Z] === RUN TestMountDaemonRoot/rslave [2020-04-02T22:09:36.233Z] === PAUSE TestMountDaemonRoot/rslave [2020-04-02T22:09:36.233Z] === RUN TestMountDaemonRoot/shared [2020-04-02T22:09:36.233Z] === PAUSE TestMountDaemonRoot/shared [2020-04-02T22:09:36.233Z] === RUN TestMountDaemonRoot/rshared [2020-04-02T22:09:36.233Z] === PAUSE TestMountDaemonRoot/rshared [2020-04-02T22:09:36.233Z] === CONT TestMountDaemonRoot/default [2020-04-02T22:09:36.233Z] === RUN TestMountDaemonRoot/default/bind_root [2020-04-02T22:09:36.233Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-04-02T22:09:36.233Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-04-02T22:09:36.233Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/default/mount_root [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-04-02T22:09:36.234Z] === CONT TestMountDaemonRoot/rslave [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-04-02T22:09:36.234Z] === CONT TestMountDaemonRoot/rshared [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-04-02T22:09:36.234Z] === CONT TestMountDaemonRoot/shared [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-04-02T22:09:36.234Z] === CONT TestMountDaemonRoot/rprivate [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-04-02T22:09:36.234Z] === CONT TestMountDaemonRoot/slave [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-04-02T22:09:36.234Z] === CONT TestMountDaemonRoot/private [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/private/bind_root [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/private/mount_root [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-04-02T22:09:36.234Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-04-02T22:09:36.234Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-04-02T22:09:36.234Z] === CONT TestMountDaemonRoot/default/bind_root [2020-04-02T22:09:36.234Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-04-02T22:09:36.234Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-04-02T22:09:36.234Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-04-02T22:09:36.234Z] === CONT TestMountDaemonRoot/default/mount_root [2020-04-02T22:09:36.234Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-04-02T22:09:36.346Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-04-02T22:09:36.490Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-04-02T22:09:36.490Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-04-02T22:09:36.490Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-04-02T22:09:36.490Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-04-02T22:09:36.490Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-04-02T22:09:36.490Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-04-02T22:09:36.490Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-04-02T22:09:36.490Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-04-02T22:09:36.490Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-04-02T22:09:36.747Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-04-02T22:09:36.747Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-04-02T22:09:36.747Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-04-02T22:09:36.747Z] === CONT TestMountDaemonRoot/private/bind_root [2020-04-02T22:09:36.747Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-04-02T22:09:36.747Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-04-02T22:09:36.747Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-04-02T22:09:36.747Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-04-02T22:09:36.747Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-04-02T22:09:36.747Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-04-02T22:09:36.747Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-04-02T22:09:36.747Z] === CONT TestMountDaemonRoot/private/mount_root [2020-04-02T22:09:36.747Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-04-02T22:09:36.747Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2020-04-02T22:09:36.747Z] === RUN TestContainerBindMountNonRecursive [2020-04-02T22:09:36.747Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2020-04-02T22:09:36.747Z] mounts_linux_test.go:217: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-04-02T22:09:36.747Z] === RUN TestNetworkNat [2020-04-02T22:09:37.678Z] --- PASS: TestNetworkNat (0.74s) [2020-04-02T22:09:37.678Z] === RUN TestNetworkLocalhostTCPNat [2020-04-02T22:09:38.242Z] --- PASS: TestNetworkLocalhostTCPNat (0.64s) [2020-04-02T22:09:38.242Z] === RUN TestNetworkLoopbackNat [2020-04-02T22:09:39.173Z] --- PASS: TestNetworkLoopbackNat (0.79s) [2020-04-02T22:09:39.173Z] === RUN TestPause [2020-04-02T22:09:39.173Z] --- SKIP: TestPause (0.00s) [2020-04-02T22:09:39.173Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-04-02T22:09:39.173Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-04-02T22:09:39.173Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-04-02T22:09:39.173Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-04-02T22:09:39.173Z] === RUN TestPauseStopPausedContainer [2020-04-02T22:09:39.173Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2020-04-02T22:09:39.173Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-04-02T22:09:39.173Z] === RUN TestPsFilter [2020-04-02T22:09:39.173Z] --- PASS: TestPsFilter (0.20s) [2020-04-02T22:09:39.173Z] === RUN TestRemoveContainerWithRemovedVolume [2020-04-02T22:09:39.736Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.59s) [2020-04-02T22:09:39.736Z] === RUN TestRemoveContainerWithVolume [2020-04-02T22:09:39.793Z] ok github.com/docker/docker/daemon/logger 0.272s coverage: 41.8% of statements [2020-04-02T22:09:40.082Z] ok github.com/docker/docker/daemon/logger/gelf 0.019s coverage: 67.0% of statements [2020-04-02T22:09:40.371Z] ok github.com/docker/docker/daemon/logger/awslogs 0.517s coverage: 77.8% of statements [2020-04-02T22:09:40.508Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-04-02T22:09:40.665Z] --- PASS: TestRemoveContainerWithVolume (0.66s) [2020-04-02T22:09:40.665Z] === RUN TestRemoveContainerRunning [2020-04-02T22:09:41.229Z] --- PASS: TestRemoveContainerRunning (0.61s) [2020-04-02T22:09:41.229Z] === RUN TestRemoveContainerForceRemoveRunning [2020-04-02T22:09:41.400Z] ok github.com/docker/docker/daemon/images 0.032s coverage: 4.9% of statements [2020-04-02T22:09:41.400Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-04-02T22:09:41.400Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-04-02T22:09:41.400Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-04-02T22:09:41.400Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-04-02T22:09:41.791Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.56s) [2020-04-02T22:09:41.791Z] === RUN TestRemoveInvalidContainer [2020-04-02T22:09:41.791Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-04-02T22:09:41.791Z] === RUN TestRenameLinkedContainer [2020-04-02T22:09:42.026Z] --- PASS: TestBuildSquashParent (6.78s) [2020-04-02T22:09:42.026Z] === RUN TestBuildWithRemoveAndForceRemove [2020-04-02T22:09:42.026Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-04-02T22:09:42.026Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-04-02T22:09:42.026Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-04-02T22:09:42.026Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-04-02T22:09:42.026Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-04-02T22:09:42.026Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-04-02T22:09:42.026Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-04-02T22:09:42.026Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-04-02T22:09:42.026Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-04-02T22:09:42.026Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-04-02T22:09:42.026Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-04-02T22:09:42.026Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-04-02T22:09:42.026Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-04-02T22:09:42.026Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-04-02T22:09:42.393Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-04-02T22:09:42.912Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.038s coverage: 88.3% of statements [2020-04-02T22:09:43.201Z] ok github.com/docker/docker/daemon/logger/journald 0.043s coverage: 26.2% of statements [2020-04-02T22:09:44.225Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.013s coverage: 62.1% of statements [2020-04-02T22:09:44.310Z] --- PASS: TestRenameLinkedContainer (2.29s) [2020-04-02T22:09:44.310Z] === RUN TestRenameStoppedContainer [2020-04-02T22:09:44.567Z] --- PASS: TestRenameStoppedContainer (0.59s) [2020-04-02T22:09:44.567Z] === RUN TestRenameRunningContainerAndReuse [2020-04-02T22:09:44.698Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-04-02T22:09:44.698Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-04-02T22:09:45.935Z] --- PASS: TestRenameRunningContainerAndReuse (1.19s) [2020-04-02T22:09:45.935Z] === RUN TestRenameInvalidName [2020-04-02T22:09:46.272Z] ok github.com/docker/docker/daemon/logger/local 0.086s coverage: 74.7% of statements [2020-04-02T22:09:46.272Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-04-02T22:09:46.502Z] --- PASS: TestRenameInvalidName (0.58s) [2020-04-02T22:09:46.502Z] === RUN TestRenameAnonymousContainer [2020-04-02T22:09:46.552Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-04-02T22:09:46.715Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-04-02T22:09:46.715Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-04-02T22:09:46.900Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.069s coverage: 33.3% of statements [2020-04-02T22:09:47.524Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.062s coverage: 19.9% of statements [2020-04-02T22:09:48.334Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-04-02T22:09:48.334Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-04-02T22:09:48.334Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-04-02T22:09:48.902Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-04-02T22:09:49.018Z] ok github.com/docker/docker/daemon/logger/templates 0.006s coverage: 8.3% of statements [2020-04-02T22:09:49.021Z] --- PASS: TestRenameAnonymousContainer (2.80s) [2020-04-02T22:09:49.021Z] === RUN TestRenameContainerWithSameName [2020-04-02T22:09:49.161Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-04-02T22:09:49.385Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-04-02T22:09:49.385Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.49s) [2020-04-02T22:09:49.385Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.57s) [2020-04-02T22:09:49.385Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.34s) [2020-04-02T22:09:49.385Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.33s) [2020-04-02T22:09:49.385Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.45s) [2020-04-02T22:09:49.385Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.45s) [2020-04-02T22:09:49.385Z] === RUN TestBuildMultiStageCopy [2020-04-02T22:09:49.385Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-04-02T22:09:49.950Z] --- PASS: TestRenameContainerWithSameName (0.61s) [2020-04-02T22:09:49.950Z] === RUN TestRenameContainerWithLinkedContainer [2020-04-02T22:09:50.712Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-04-02T22:09:50.879Z] --- PASS: TestRenameContainerWithLinkedContainer (1.15s) [2020-04-02T22:09:50.879Z] === RUN TestResize [2020-04-02T22:09:51.087Z] ok github.com/docker/docker/daemon/logger/syslog 0.035s coverage: 47.8% of statements [2020-04-02T22:09:51.087Z] ok github.com/docker/docker/daemon/network 0.023s coverage: 63.8% of statements [2020-04-02T22:09:51.406Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-04-02T22:09:51.442Z] --- PASS: TestResize (0.59s) [2020-04-02T22:09:51.442Z] === RUN TestResizeWithInvalidSize [2020-04-02T22:09:51.695Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-04-02T22:09:52.005Z] --- PASS: TestResizeWithInvalidSize (0.60s) [2020-04-02T22:09:52.005Z] === RUN TestResizeWhenContainerNotStarted [2020-04-02T22:09:52.019Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-04-02T22:09:52.569Z] --- PASS: TestResizeWhenContainerNotStarted (0.54s) [2020-04-02T22:09:52.569Z] === RUN TestDaemonRestartKillContainers [2020-04-02T22:09:52.569Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-04-02T22:09:52.569Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-04-02T22:09:52.569Z] === RUN TestCgroupNamespacesRun [2020-04-02T22:09:52.585Z] ok github.com/docker/docker/daemon/logger/splunk 3.128s coverage: 82.5% of statements [2020-04-02T22:09:52.586Z] ? github.com/docker/docker/daemon/names [no test files] [2020-04-02T22:09:52.586Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-04-02T22:09:52.631Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-04-02T22:09:53.255Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-04-02T22:09:53.868Z] --- PASS: TestBuildMultiStageCopy (4.68s) [2020-04-02T22:09:53.868Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.45s) [2020-04-02T22:09:53.868Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.50s) [2020-04-02T22:09:53.868Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.54s) [2020-04-02T22:09:53.868Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.56s) [2020-04-02T22:09:53.868Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.63s) [2020-04-02T22:09:53.868Z] === RUN TestBuildMultiStageParentConfig [2020-04-02T22:09:54.984Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-04-02T22:09:55.088Z] --- PASS: TestCgroupNamespacesRun (2.42s) [2020-04-02T22:09:55.088Z] === RUN TestCgroupNamespacesRunPrivileged [2020-04-02T22:09:55.335Z] --- PASS: TestBuildMultiStageParentConfig (1.60s) [2020-04-02T22:09:55.335Z] === RUN TestBuildLabelWithTargets [2020-04-02T22:09:55.950Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-04-02T22:09:56.085Z] ok github.com/docker/docker/distribution/metadata 0.159s coverage: 48.2% of statements [2020-04-02T22:09:56.715Z] ok github.com/docker/docker/errdefs 0.035s coverage: 49.4% of statements [2020-04-02T22:09:57.520Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-04-02T22:09:57.607Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.48s) [2020-04-02T22:09:57.608Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-04-02T22:09:58.007Z] --- PASS: TestBuildLabelWithTargets (2.39s) [2020-04-02T22:09:58.007Z] === RUN TestBuildWithEmptyLayers [2020-04-02T22:09:58.209Z] ok github.com/docker/docker/distribution 0.438s coverage: 22.1% of statements [2020-04-02T22:09:58.210Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-04-02T22:09:58.461Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-04-02T22:09:58.619Z] --- PASS: TestBuildWithEmptyLayers (1.01s) [2020-04-02T22:09:58.619Z] === RUN TestBuildMultiStageOnBuild [2020-04-02T22:09:59.243Z] ok github.com/docker/docker/distribution/xfer 1.687s coverage: 85.1% of statements [2020-04-02T22:09:59.243Z] ? github.com/docker/docker/dockerversion [no test files] [2020-04-02T22:09:59.423Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-04-02T22:09:59.990Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-04-02T22:10:00.127Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.56s) [2020-04-02T22:10:00.127Z] === RUN TestCgroupNamespacesRunHostMode [2020-04-02T22:10:01.723Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-04-02T22:10:01.989Z] ok github.com/docker/docker/image/cache 0.021s coverage: 19.2% of statements [2020-04-02T22:10:01.989Z] ok github.com/docker/docker/image 0.078s coverage: 86.4% of statements [2020-04-02T22:10:01.989Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-04-02T22:10:02.066Z] --- PASS: TestBuildMultiStageOnBuild (2.93s) [2020-04-02T22:10:02.066Z] === RUN TestBuildUncleanTarFilenames [2020-04-02T22:10:02.524Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-04-02T22:10:02.649Z] --- PASS: TestCgroupNamespacesRunHostMode (2.58s) [2020-04-02T22:10:02.649Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-04-02T22:10:02.817Z] ok github.com/docker/docker/image/v1 0.019s coverage: 25.0% of statements [2020-04-02T22:10:02.817Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-04-02T22:10:03.071Z] --- PASS: TestBuildUncleanTarFilenames (1.23s) [2020-04-02T22:10:03.071Z] === RUN TestBuildMultiStageLayerLeak [2020-04-02T22:10:03.449Z] ok github.com/docker/docker/libcontainerd/queue 0.062s coverage: 100.0% of statements [2020-04-02T22:10:03.460Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-04-02T22:10:04.502Z] ok github.com/docker/docker/pkg/aaparser 0.018s coverage: 50.0% of statements [2020-04-02T22:10:04.985Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration-flaky) [2020-04-02T22:10:04.985Z] Using test binary docker [2020-04-02T22:10:04.985Z] ++++ /etc/init.d/apparmor start [2020-04-02T22:10:04.985Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-04-02T22:10:04.985Z] INFO: Waiting for daemon to start... [2020-04-02T22:10:04.985Z] Starting dockerd [2020-04-02T22:10:04.985Z] ++++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration-flaky/docker.pid --userland-proxy=true [2020-04-02T22:10:05.168Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.62s) [2020-04-02T22:10:05.169Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-04-02T22:10:05.996Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-04-02T22:10:06.518Z] --- PASS: TestBuildMultiStageLayerLeak (3.04s) [2020-04-02T22:10:06.518Z] === RUN TestBuildWithHugeFile [2020-04-02T22:10:06.872Z] . [2020-04-02T22:10:06.872Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration-flaky) [2020-04-02T22:10:06.932Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-04-02T22:10:07.127Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration-flaky) [2020-04-02T22:10:07.127Z] Error: No such image: emptyfs [2020-04-02T22:10:07.127Z] +++++ docker load [2020-04-02T22:10:07.127Z] +++++ tar -cC bundles/test-integration-flaky/emptyfs . [2020-04-02T22:10:07.689Z] Running integration-test (iteration 1) [2020-04-02T22:10:07.689Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:07.689Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:07.689Z] +++ set -e [2020-04-02T22:10:07.689Z] +++ '[' -n 0 ']' [2020-04-02T22:10:07.689Z] +++ set -x [2020-04-02T22:10:07.689Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:07.694Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.93s) [2020-04-02T22:10:07.694Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-04-02T22:10:08.286Z] ok github.com/docker/docker/opts 0.077s coverage: 67.4% of statements [2020-04-02T22:10:08.309Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-04-02T22:10:09.061Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.94s) [2020-04-02T22:10:09.061Z] === RUN TestCgroupNamespacesRunOlderClient [2020-04-02T22:10:09.318Z] ok github.com/docker/docker/pkg/broadcaster 0.006s coverage: 100.0% of statements [2020-04-02T22:10:09.318Z] ok github.com/docker/docker/pkg/authorization 0.882s coverage: 68.3% of statements [2020-04-02T22:10:09.687Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-04-02T22:10:09.687Z] Using test binary docker [2020-04-02T22:10:09.687Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-04-02T22:10:09.687Z] +++ /etc/init.d/apparmor start [2020-04-02T22:10:09.687Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-04-02T22:10:09.687Z] INFO: Waiting for daemon to start... [2020-04-02T22:10:09.687Z] Starting dockerd [2020-04-02T22:10:09.687Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2020-04-02T22:10:09.961Z] ok github.com/docker/docker/pkg/archive 1.481s coverage: 76.8% of statements [2020-04-02T22:10:10.251Z] ok github.com/docker/docker/pkg/capabilities 0.006s coverage: 87.5% of statements [2020-04-02T22:10:11.279Z] ok github.com/docker/docker/pkg/directory 0.008s coverage: 80.0% of statements [2020-04-02T22:10:11.908Z] ok github.com/docker/docker/pkg/discovery 0.009s coverage: 58.3% of statements [2020-04-02T22:10:12.218Z] . [2020-04-02T22:10:12.218Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-04-02T22:10:12.218Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-04-02T22:10:12.218Z] Error: No such image: emptyfs [2020-04-02T22:10:12.218Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-04-02T22:10:12.218Z] ++++ docker load [2020-04-02T22:10:12.218Z] Running integration-test (iteration 1) [2020-04-02T22:10:12.218Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-04-02T22:10:12.218Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:10:12.218Z] ++ set -e [2020-04-02T22:10:12.218Z] ++ '[' -n 0 ']' [2020-04-02T22:10:12.218Z] ++ set -x [2020-04-02T22:10:12.218Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:10:12.332Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.59s) [2020-04-02T22:10:12.332Z] === RUN TestKernelTCPMemory [2020-04-02T22:10:12.332Z] --- SKIP: TestKernelTCPMemory (0.02s) [2020-04-02T22:10:12.332Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-04-02T22:10:12.332Z] === RUN TestNISDomainname [2020-04-02T22:10:12.332Z] --- SKIP: TestNISDomainname (0.00s) [2020-04-02T22:10:12.332Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-04-02T22:10:12.332Z] === RUN TestHostnameDnsResolution [2020-04-02T22:10:12.535Z] ok github.com/docker/docker/pkg/discovery/file 0.014s coverage: 97.6% of statements [2020-04-02T22:10:12.896Z] --- PASS: TestHostnameDnsResolution (1.03s) [2020-04-02T22:10:12.896Z] === RUN TestStats [2020-04-02T22:10:12.896Z] --- SKIP: TestStats (0.00s) [2020-04-02T22:10:12.896Z] stats_test.go:19: testEnv.DaemonInfo.CgroupDriver == "none" [2020-04-02T22:10:12.896Z] === RUN TestStopContainerWithTimeout [2020-04-02T22:10:12.896Z] === RUN TestStopContainerWithTimeout/0 [2020-04-02T22:10:12.896Z] === PAUSE TestStopContainerWithTimeout/0 [2020-04-02T22:10:12.896Z] === RUN TestStopContainerWithTimeout/1 [2020-04-02T22:10:12.896Z] === PAUSE TestStopContainerWithTimeout/1 [2020-04-02T22:10:12.896Z] === RUN TestStopContainerWithTimeout/3 [2020-04-02T22:10:12.896Z] === PAUSE TestStopContainerWithTimeout/3 [2020-04-02T22:10:12.896Z] === RUN TestStopContainerWithTimeout/-1 [2020-04-02T22:10:12.896Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-04-02T22:10:12.896Z] === CONT TestStopContainerWithTimeout/0 [2020-04-02T22:10:12.896Z] === CONT TestStopContainerWithTimeout/3 [2020-04-02T22:10:13.460Z] === CONT TestStopContainerWithTimeout/-1 [2020-04-02T22:10:14.027Z] ok github.com/docker/docker/pkg/discovery/memory 0.007s coverage: 92.3% of statements [2020-04-02T22:10:14.315Z] ok github.com/docker/docker/layer 7.990s coverage: 68.8% of statements [2020-04-02T22:10:14.315Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-04-02T22:10:14.315Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-04-02T22:10:14.315Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-04-02T22:10:14.315Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-04-02T22:10:14.315Z] ? github.com/docker/docker/oci [no test files] [2020-04-02T22:10:14.315Z] ? github.com/docker/docker/oci/caps [no test files] [2020-04-02T22:10:14.938Z] ok github.com/docker/docker/pkg/discovery/nodes 0.015s coverage: 93.8% of statements [2020-04-02T22:10:15.226Z] ok github.com/docker/docker/pkg/dmesg 0.019s coverage: 83.3% of statements [2020-04-02T22:10:15.980Z] === CONT TestStopContainerWithTimeout/1 [2020-04-02T22:10:16.260Z] ok github.com/docker/docker/pkg/chrootarchive 4.354s coverage: 43.2% of statements [2020-04-02T22:10:16.260Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-04-02T22:10:16.260Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-04-02T22:10:16.550Z] ok github.com/docker/docker/pkg/fileutils 0.022s coverage: 89.5% of statements [2020-04-02T22:10:16.550Z] ok github.com/docker/docker/pkg/filenotify 0.613s coverage: 67.0% of statements [2020-04-02T22:10:17.348Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-04-02T22:10:17.348Z] --- PASS: TestStopContainerWithTimeout/0 (0.72s) [2020-04-02T22:10:17.348Z] --- PASS: TestStopContainerWithTimeout/3 (2.78s) [2020-04-02T22:10:17.348Z] --- PASS: TestStopContainerWithTimeout/-1 (2.66s) [2020-04-02T22:10:17.348Z] --- PASS: TestStopContainerWithTimeout/1 (1.58s) [2020-04-02T22:10:17.348Z] === RUN TestDeleteDevicemapper [2020-04-02T22:10:17.348Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-04-02T22:10:17.348Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-04-02T22:10:17.348Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-04-02T22:10:18.049Z] ok github.com/docker/docker/pkg/discovery/kv 3.227s coverage: 84.1% of statements [2020-04-02T22:10:18.049Z] ok github.com/docker/docker/pkg/fsutils 0.422s coverage: 85.1% of statements [2020-04-02T22:10:18.049Z] ok github.com/docker/docker/pkg/homedir 0.015s coverage: 11.4% of statements [2020-04-02T22:10:19.240Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.81s) [2020-04-02T22:10:19.240Z] === RUN TestUpdateMemory [2020-04-02T22:10:19.240Z] --- SKIP: TestUpdateMemory (0.00s) [2020-04-02T22:10:19.240Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-04-02T22:10:19.240Z] === RUN TestUpdateCPUQuota [2020-04-02T22:10:19.240Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2020-04-02T22:10:19.240Z] update_linux_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2020-04-02T22:10:19.240Z] === RUN TestUpdatePidsLimit [2020-04-02T22:10:19.240Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2020-04-02T22:10:19.240Z] update_linux_test.go:111: testEnv.DaemonInfo.CgroupDriver == "none" [2020-04-02T22:10:19.240Z] === RUN TestUpdateRestartPolicy [2020-04-02T22:10:20.099Z] ok github.com/docker/docker/pkg/jsonmessage 0.013s coverage: 91.7% of statements [2020-04-02T22:10:20.100Z] ok github.com/docker/docker/pkg/locker 0.054s coverage: 88.9% of statements [2020-04-02T22:10:20.388Z] ok github.com/docker/docker/pkg/idtools 0.818s coverage: 70.1% of statements [2020-04-02T22:10:21.018Z] ok github.com/docker/docker/pkg/longpath 0.007s coverage: 100.0% of statements [2020-04-02T22:10:21.308Z] ok github.com/docker/docker/pkg/namesgenerator 0.006s coverage: 85.7% of statements [2020-04-02T22:10:21.598Z] ok github.com/docker/docker/pkg/ioutils 1.746s coverage: 70.6% of statements [2020-04-02T22:10:21.598Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-04-02T22:10:21.598Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-04-02T22:10:21.598Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-04-02T22:10:21.885Z] ok github.com/docker/docker/pkg/parsers 0.020s coverage: 97.0% of statements [2020-04-02T22:10:22.174Z] ok github.com/docker/docker/pkg/parsers/kernel 0.013s coverage: 60.0% of statements [2020-04-02T22:10:22.196Z] Loaded image: buildpack-deps:jessie [2020-04-02T22:10:22.196Z] Loaded image: busybox:latest [2020-04-02T22:10:22.196Z] Loaded image: busybox:glibc [2020-04-02T22:10:22.196Z] Loaded image: debian:jessie [2020-04-02T22:10:22.196Z] Loaded image: hello-world:latest [2020-04-02T22:10:22.196Z] INFO: Testing against a local daemon [2020-04-02T22:10:22.196Z] === RUN TestCgroupNamespacesBuild [2020-04-02T22:10:22.818Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.011s coverage: 91.4% of statements [2020-04-02T22:10:23.446Z] ok github.com/docker/docker/pkg/pidfile 0.063s coverage: 82.4% of statements [2020-04-02T22:10:23.446Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-04-02T22:10:23.446Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-04-02T22:10:24.472Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.019s coverage: 56.8% of statements [2020-04-02T22:10:24.728Z] --- PASS: TestCgroupNamespacesBuild (3.41s) [2020-04-02T22:10:24.728Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-04-02T22:10:25.501Z] ok github.com/docker/docker/pkg/pools 0.026s coverage: 88.2% of statements [2020-04-02T22:10:25.789Z] ok github.com/docker/docker/pkg/progress 0.006s coverage: 75.9% of statements [2020-04-02T22:10:25.789Z] ok github.com/docker/docker/pkg/plugins/transport 0.005s coverage: 85.7% of statements [2020-04-02T22:10:26.631Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.82s) [2020-04-02T22:10:26.631Z] === RUN TestBuildWithSession [2020-04-02T22:10:26.631Z] --- SKIP: TestBuildWithSession (0.00s) [2020-04-02T22:10:26.631Z] build_session_test.go:25: TODO: BuildKit [2020-04-02T22:10:26.631Z] === RUN TestBuildSquashParent [2020-04-02T22:10:26.811Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2020-04-02T22:10:27.832Z] ok github.com/docker/docker/pkg/pubsub 1.152s coverage: 73.9% of statements [2020-04-02T22:10:27.832Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements [2020-04-02T22:10:28.854Z] ok github.com/docker/docker/pkg/stringid 0.006s coverage: 70.6% of statements [2020-04-02T22:10:29.143Z] ok github.com/docker/docker/pkg/streamformatter 0.006s coverage: 66.2% of statements [2020-04-02T22:10:29.778Z] ok github.com/docker/docker/pkg/symlink 0.024s coverage: 87.7% of statements [2020-04-02T22:10:30.403Z] ok github.com/docker/docker/pkg/sysinfo 0.010s coverage: 70.8% of statements [2020-04-02T22:10:31.027Z] ok github.com/docker/docker/pkg/signal 3.562s coverage: 61.0% of statements [2020-04-02T22:10:31.313Z] ok github.com/docker/docker/pkg/system 0.040s coverage: 37.2% of statements [2020-04-02T22:10:31.417Z] --- PASS: TestUpdateRestartPolicy (11.65s) [2020-04-02T22:10:31.417Z] === RUN TestUpdateRestartWithAutoRemove [2020-04-02T22:10:31.417Z] --- PASS: TestUpdateRestartWithAutoRemove (0.58s) [2020-04-02T22:10:31.417Z] === RUN TestWaitNonBlocked [2020-04-02T22:10:31.417Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-02T22:10:31.417Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-02T22:10:31.417Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-02T22:10:31.417Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-02T22:10:31.417Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-02T22:10:31.417Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-02T22:10:31.939Z] ok github.com/docker/docker/pkg/tailfile 0.143s coverage: 88.6% of statements [2020-04-02T22:10:32.347Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-04-02T22:10:32.347Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.95s) [2020-04-02T22:10:32.347Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.98s) [2020-04-02T22:10:32.347Z] === RUN TestWaitBlocked [2020-04-02T22:10:32.347Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-04-02T22:10:32.347Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-04-02T22:10:32.347Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-04-02T22:10:32.347Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-04-02T22:10:32.347Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-04-02T22:10:32.347Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-04-02T22:10:32.911Z] --- PASS: TestWaitBlocked (0.01s) [2020-04-02T22:10:32.911Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.77s) [2020-04-02T22:10:32.911Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.80s) [2020-04-02T22:10:32.911Z] === CONT TestDaemonRestartIpcMode [2020-04-02T22:10:32.911Z] === CONT TestIpcModeOlderClient [2020-04-02T22:10:32.965Z] ok github.com/docker/docker/pkg/term 0.031s coverage: 84.8% of statements [2020-04-02T22:10:32.965Z] testing: warning: no tests to run [2020-04-02T22:10:32.965Z] coverage: [no statements] [2020-04-02T22:10:32.965Z] ok github.com/docker/docker/pkg/term/windows 0.005s coverage: [no statements] [no tests to run] [2020-04-02T22:10:33.168Z] --- PASS: TestIpcModeOlderClient (0.13s) [2020-04-02T22:10:33.196Z] --- PASS: TestBuildSquashParent (6.31s) [2020-04-02T22:10:33.196Z] === RUN TestBuildWithRemoveAndForceRemove [2020-04-02T22:10:33.196Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-04-02T22:10:33.196Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-04-02T22:10:33.196Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-04-02T22:10:33.196Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-04-02T22:10:33.196Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-04-02T22:10:33.196Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-04-02T22:10:33.196Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-04-02T22:10:33.196Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-04-02T22:10:33.196Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-04-02T22:10:33.196Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-04-02T22:10:33.196Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-04-02T22:10:33.196Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-04-02T22:10:33.196Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-04-02T22:10:33.196Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-04-02T22:10:33.196Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-04-02T22:10:33.196Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-04-02T22:10:33.504Z] --- PASS: TestBuildWithHugeFile (26.16s) [2020-04-02T22:10:33.504Z] === RUN TestBuildWithEmptyDockerfile [2020-04-02T22:10:33.504Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-02T22:10:33.504Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-02T22:10:33.504Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-02T22:10:33.504Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-02T22:10:33.504Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-02T22:10:33.504Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-02T22:10:33.504Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-02T22:10:33.504Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-02T22:10:33.504Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-02T22:10:33.504Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2020-04-02T22:10:33.504Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.21s) [2020-04-02T22:10:33.504Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.24s) [2020-04-02T22:10:33.504Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s) [2020-04-02T22:10:33.504Z] === RUN TestBuildPreserveOwnership [2020-04-02T22:10:33.504Z] === RUN TestBuildPreserveOwnership/copy_from [2020-04-02T22:10:33.987Z] ok github.com/docker/docker/pkg/tarsum 0.344s coverage: 89.3% of statements [2020-04-02T22:10:33.987Z] ok github.com/docker/docker/pkg/urlutil 0.009s coverage: 100.0% of statements [2020-04-02T22:10:33.987Z] ok github.com/docker/docker/pkg/truncindex 0.106s coverage: 91.5% of statements [2020-04-02T22:10:34.612Z] ok github.com/docker/docker/pkg/useragent 0.005s coverage: 88.9% of statements [2020-04-02T22:10:35.730Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-04-02T22:10:35.730Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-04-02T22:10:36.951Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-04-02T22:10:37.322Z] ok github.com/docker/docker/plugin/v2 0.016s coverage: 14.5% of statements [2020-04-02T22:10:37.633Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-04-02T22:10:37.633Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.72s) [2020-04-02T22:10:37.633Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.78s) [2020-04-02T22:10:37.633Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.91s) [2020-04-02T22:10:37.633Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.15s) [2020-04-02T22:10:37.633Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.18s) [2020-04-02T22:10:37.633Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.17s) [2020-04-02T22:10:37.633Z] === RUN TestBuildMultiStageCopy [2020-04-02T22:10:37.633Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-04-02T22:10:38.346Z] ok github.com/docker/docker/profiles/seccomp 0.011s coverage: 68.8% of statements [2020-04-02T22:10:38.459Z] --- PASS: TestDaemonRestartIpcMode (4.90s) [2020-04-02T22:10:38.459Z] PASS [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] === Skipped [2020-04-02T22:10:38.459Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-04-02T22:10:38.459Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2020-04-02T22:10:38.459Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2020-04-02T22:10:38.459Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2020-04-02T22:10:38.459Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2020-04-02T22:10:38.459Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2020-04-02T22:10:38.459Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2020-04-02T22:10:38.459Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2020-04-02T22:10:38.459Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-04-02T22:10:38.459Z] kill_test.go:152: testEnv.DaemonInfo.CgroupDriver == "none" [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-04-02T22:10:38.459Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2020-04-02T22:10:38.459Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2020-04-02T22:10:38.459Z] mounts_linux_test.go:217: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] === SKIP: amd64.integration.container TestPause (0.00s) [2020-04-02T22:10:38.459Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-04-02T22:10:38.459Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2020-04-02T22:10:38.459Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2020-04-02T22:10:38.459Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.02s) [2020-04-02T22:10:38.459Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] === SKIP: amd64.integration.container TestNISDomainname (0.00s) [2020-04-02T22:10:38.459Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] === SKIP: amd64.integration.container TestStats (0.00s) [2020-04-02T22:10:38.459Z] stats_test.go:19: testEnv.DaemonInfo.CgroupDriver == "none" [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-04-02T22:10:38.459Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-04-02T22:10:38.459Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2020-04-02T22:10:38.459Z] update_linux_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2020-04-02T22:10:38.459Z] update_linux_test.go:111: testEnv.DaemonInfo.CgroupDriver == "none" [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] [2020-04-02T22:10:38.459Z] DONE 180 tests, 23 skipped in 94.659s [2020-04-02T22:10:38.459Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-04-02T22:10:38.459Z] INFO: Testing against a local daemon [2020-04-02T22:10:38.459Z] === RUN TestCommitInheritsEnv [2020-04-02T22:10:38.968Z] --- PASS: TestBuildPreserveOwnership (6.39s) [2020-04-02T22:10:38.968Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.15s) [2020-04-02T22:10:38.968Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.23s) [2020-04-02T22:10:38.968Z] === RUN TestBuildPlatformInvalid [2020-04-02T22:10:38.968Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2020-04-02T22:10:38.968Z] PASS [2020-04-02T22:10:38.968Z] [2020-04-02T22:10:38.968Z] === Skipped [2020-04-02T22:10:38.968Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-04-02T22:10:38.968Z] build_session_test.go:25: TODO: BuildKit [2020-04-02T22:10:38.968Z] [2020-04-02T22:10:38.968Z] [2020-04-02T22:10:38.968Z] DONE 32 tests, 1 skipped in 75.653s [2020-04-02T22:10:38.968Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-04-02T22:10:38.968Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:10:38.968Z] ++ set -e [2020-04-02T22:10:38.968Z] ++ '[' -n 0 ']' [2020-04-02T22:10:38.968Z] ++ set -x [2020-04-02T22:10:38.968Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:10:38.972Z] ok github.com/docker/docker/reference 0.018s coverage: 83.7% of statements [2020-04-02T22:10:39.250Z] INFO: Testing against a local daemon [2020-04-02T22:10:39.250Z] === RUN TestConfigList [2020-04-02T22:10:39.705Z] Loaded image: buildpack-deps:jessie [2020-04-02T22:10:39.705Z] Loaded image: busybox:latest [2020-04-02T22:10:39.705Z] Loaded image: busybox:glibc [2020-04-02T22:10:39.705Z] Loaded image: debian:jessie [2020-04-02T22:10:39.705Z] Loaded image: hello-world:latest [2020-04-02T22:10:39.705Z] INFO: Testing against a local daemon [2020-04-02T22:10:39.705Z] testing: warning: no tests to run [2020-04-02T22:10:39.705Z] PASS [2020-04-02T22:10:39.705Z] [2020-04-02T22:10:39.705Z] DONE 0 tests in 31.760s [2020-04-02T22:10:39.705Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:39.705Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:39.705Z] +++ set -e [2020-04-02T22:10:39.705Z] +++ '[' -n 0 ']' [2020-04-02T22:10:39.705Z] +++ set -x [2020-04-02T22:10:39.705Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:39.705Z] INFO: Testing against a local daemon [2020-04-02T22:10:39.705Z] testing: warning: no tests to run [2020-04-02T22:10:39.705Z] PASS [2020-04-02T22:10:39.705Z] [2020-04-02T22:10:39.705Z] DONE 0 tests in 0.131s [2020-04-02T22:10:39.705Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:39.705Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:39.705Z] +++ set -e [2020-04-02T22:10:39.705Z] +++ '[' -n 0 ']' [2020-04-02T22:10:39.705Z] +++ set -x [2020-04-02T22:10:39.705Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:39.705Z] INFO: Testing against a local daemon [2020-04-02T22:10:39.705Z] testing: warning: no tests to run [2020-04-02T22:10:39.705Z] PASS [2020-04-02T22:10:39.705Z] [2020-04-02T22:10:39.705Z] DONE 0 tests in 0.151s [2020-04-02T22:10:39.705Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:39.705Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:39.705Z] +++ set -e [2020-04-02T22:10:39.705Z] +++ '[' -n 0 ']' [2020-04-02T22:10:39.705Z] +++ set -x [2020-04-02T22:10:39.705Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:39.705Z] INFO: Testing against a local daemon [2020-04-02T22:10:39.705Z] testing: warning: no tests to run [2020-04-02T22:10:39.705Z] PASS [2020-04-02T22:10:39.705Z] [2020-04-02T22:10:39.705Z] DONE 0 tests in 0.135s [2020-04-02T22:10:39.961Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:39.961Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:39.961Z] +++ set -e [2020-04-02T22:10:39.961Z] +++ '[' -n 0 ']' [2020-04-02T22:10:39.961Z] +++ set -x [2020-04-02T22:10:39.961Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:39.961Z] INFO: Testing against a local daemon [2020-04-02T22:10:39.961Z] testing: warning: no tests to run [2020-04-02T22:10:39.961Z] PASS [2020-04-02T22:10:39.961Z] [2020-04-02T22:10:39.961Z] DONE 0 tests in 0.108s [2020-04-02T22:10:39.961Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:39.961Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:39.961Z] +++ set -e [2020-04-02T22:10:39.961Z] +++ '[' -n 0 ']' [2020-04-02T22:10:39.961Z] +++ set -x [2020-04-02T22:10:39.961Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:39.996Z] ok github.com/docker/docker/plugin 0.646s coverage: 23.3% of statements [2020-04-02T22:10:40.165Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-04-02T22:10:40.216Z] INFO: Testing against a local daemon [2020-04-02T22:10:40.216Z] testing: warning: no tests to run [2020-04-02T22:10:40.217Z] PASS [2020-04-02T22:10:40.217Z] [2020-04-02T22:10:40.217Z] DONE 0 tests in 0.113s [2020-04-02T22:10:40.217Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:40.217Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:40.217Z] +++ set -e [2020-04-02T22:10:40.217Z] +++ '[' -n 0 ']' [2020-04-02T22:10:40.217Z] +++ set -x [2020-04-02T22:10:40.217Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:40.217Z] INFO: Testing against a local daemon [2020-04-02T22:10:40.217Z] testing: warning: no tests to run [2020-04-02T22:10:40.217Z] PASS [2020-04-02T22:10:40.217Z] [2020-04-02T22:10:40.217Z] DONE 0 tests in 0.112s [2020-04-02T22:10:40.217Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:40.217Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:40.217Z] +++ set -e [2020-04-02T22:10:40.217Z] +++ '[' -n 0 ']' [2020-04-02T22:10:40.217Z] +++ set -x [2020-04-02T22:10:40.217Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:40.217Z] testing: warning: no tests to run [2020-04-02T22:10:40.217Z] PASS [2020-04-02T22:10:40.217Z] [2020-04-02T22:10:40.217Z] DONE 0 tests in 0.014s [2020-04-02T22:10:40.383Z] --- PASS: TestCommitInheritsEnv (2.06s) [2020-04-02T22:10:40.383Z] === RUN TestImportExtremelyLargeImageWorks [2020-04-02T22:10:40.383Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-04-02T22:10:40.383Z] === RUN TestImagesFilterMultiReference [2020-04-02T22:10:40.383Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2020-04-02T22:10:40.383Z] === RUN TestImagePullPlatformInvalid [2020-04-02T22:10:40.383Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-04-02T22:10:40.383Z] === RUN TestRemoveImageOrphaning [2020-04-02T22:10:40.424Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-04-02T22:10:40.472Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:40.472Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:40.472Z] +++ set -e [2020-04-02T22:10:40.472Z] +++ '[' -n 0 ']' [2020-04-02T22:10:40.472Z] +++ set -x [2020-04-02T22:10:40.472Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:40.472Z] INFO: Testing against a local daemon [2020-04-02T22:10:40.472Z] testing: warning: no tests to run [2020-04-02T22:10:40.472Z] PASS [2020-04-02T22:10:40.472Z] [2020-04-02T22:10:40.472Z] DONE 0 tests in 0.098s [2020-04-02T22:10:40.472Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:40.472Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:40.472Z] +++ set -e [2020-04-02T22:10:40.472Z] +++ '[' -n 0 ']' [2020-04-02T22:10:40.472Z] +++ set -x [2020-04-02T22:10:40.473Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:10:40.473Z] INFO: Testing against a local daemon [2020-04-02T22:10:40.473Z] === RUN TestPluginInstall [2020-04-02T22:10:40.473Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:10:40.991Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-04-02T22:10:41.021Z] ok github.com/docker/docker/registry/resumable 0.041s coverage: 100.0% of statements [2020-04-02T22:10:41.558Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-04-02T22:10:42.046Z] ok github.com/docker/docker/restartmanager 0.005s coverage: 45.3% of statements [2020-04-02T22:10:42.125Z] --- PASS: TestBuildMultiStageCopy (4.33s) [2020-04-02T22:10:42.125Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.23s) [2020-04-02T22:10:42.125Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s) [2020-04-02T22:10:42.125Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.50s) [2020-04-02T22:10:42.125Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.55s) [2020-04-02T22:10:42.125Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.57s) [2020-04-02T22:10:42.125Z] === RUN TestBuildMultiStageParentConfig [2020-04-02T22:10:42.274Z] --- PASS: TestRemoveImageOrphaning (1.90s) [2020-04-02T22:10:42.274Z] === RUN TestRemoveImageGarbageCollector [2020-04-02T22:10:42.274Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-04-02T22:10:42.274Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-04-02T22:10:42.274Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-04-02T22:10:42.274Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-04-02T22:10:42.274Z] === RUN TestTagInvalidReference [2020-04-02T22:10:42.274Z] --- PASS: TestTagInvalidReference (0.01s) [2020-04-02T22:10:42.274Z] === RUN TestTagValidPrefixedRepo [2020-04-02T22:10:42.274Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2020-04-02T22:10:42.274Z] === RUN TestTagExistedNameWithoutForce [2020-04-02T22:10:42.274Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-04-02T22:10:42.274Z] === RUN TestTagOfficialNames [2020-04-02T22:10:42.274Z] --- PASS: TestTagOfficialNames (0.05s) [2020-04-02T22:10:42.274Z] === RUN TestTagMatchesDigest [2020-04-02T22:10:42.274Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-04-02T22:10:42.274Z] === CONT TestImportExtremelyLargeImageWorks [2020-04-02T22:10:43.071Z] ok github.com/docker/docker/testutil 0.007s coverage: 62.5% of statements [2020-04-02T22:10:43.499Z] --- PASS: TestBuildMultiStageParentConfig (1.37s) [2020-04-02T22:10:43.499Z] === RUN TestBuildLabelWithTargets [2020-04-02T22:10:43.635Z] --- PASS: TestConfigList (3.74s) [2020-04-02T22:10:43.635Z] === RUN TestConfigsCreateAndDelete [2020-04-02T22:10:43.699Z] ok github.com/docker/docker/runconfig 0.021s coverage: 68.2% of statements [2020-04-02T22:10:44.002Z] ok github.com/docker/docker/registry 0.433s coverage: 56.0% of statements [2020-04-02T22:10:46.030Z] --- PASS: TestBuildLabelWithTargets (2.18s) [2020-04-02T22:10:46.030Z] === RUN TestBuildWithEmptyLayers [2020-04-02T22:10:46.598Z] --- PASS: TestBuildWithEmptyLayers (1.00s) [2020-04-02T22:10:46.598Z] === RUN TestBuildMultiStageOnBuild [2020-04-02T22:10:47.082Z] --- PASS: TestConfigsCreateAndDelete (3.64s) [2020-04-02T22:10:47.082Z] === RUN TestConfigsUpdate [2020-04-02T22:10:47.488Z] ok github.com/docker/docker/volume/drivers 0.033s coverage: 36.1% of statements [2020-04-02T22:10:49.128Z] --- PASS: TestBuildMultiStageOnBuild (2.68s) [2020-04-02T22:10:49.128Z] === RUN TestBuildUncleanTarFilenames [2020-04-02T22:10:50.198Z] ok github.com/docker/docker/volume/mounts 0.082s coverage: 67.0% of statements [2020-04-02T22:10:50.198Z] ok github.com/docker/docker/volume/local 0.038s coverage: 73.0% of statements [2020-04-02T22:10:50.527Z] --- PASS: TestConfigsUpdate (3.67s) [2020-04-02T22:10:50.527Z] === RUN TestTemplatedConfig [2020-04-02T22:10:51.032Z] --- PASS: TestBuildUncleanTarFilenames (1.40s) [2020-04-02T22:10:51.032Z] === RUN TestBuildMultiStageLayerLeak [2020-04-02T22:10:51.213Z] ok github.com/docker/docker/volume/service 0.031s coverage: 73.0% of statements [2020-04-02T22:10:53.564Z] --- PASS: TestBuildMultiStageLayerLeak (2.76s) [2020-04-02T22:10:53.564Z] === RUN TestBuildWithHugeFile [2020-04-02T22:10:53.972Z] --- PASS: TestTemplatedConfig (3.67s) [2020-04-02T22:10:53.972Z] === RUN TestConfigInspect [2020-04-02T22:10:55.303Z] time="2020-04-02T22:10:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:10:55.303Z] time="2020-04-02T22:10:53Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:10:55.303Z] time="2020-04-02T22:10:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2aba2c1af1d8342dcb4f48f6cd88243574b265f22c08e1912176418fbe279c11" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:10:55.303Z] time="2020-04-02T22:10:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:10:55.303Z] time="2020-04-02T22:10:53Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:10:55.303Z] time="2020-04-02T22:10:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2aba2c1af1d8342dcb4f48f6cd88243574b265f22c08e1912176418fbe279c11" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:10:55.303Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:10:55.863Z] time="2020-04-02T22:10:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:10:55.863Z] time="2020-04-02T22:10:55Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:10:55.863Z] time="2020-04-02T22:10:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5308a0bc037c334bf426dc2d7f5f5db30949fcbefccfc3bbf0049a54a9467f5d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:10:55.863Z] time="2020-04-02T22:10:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:10:55.863Z] time="2020-04-02T22:10:55Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:10:55.863Z] time="2020-04-02T22:10:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5308a0bc037c334bf426dc2d7f5f5db30949fcbefccfc3bbf0049a54a9467f5d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:10:56.423Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:10:57.422Z] --- PASS: TestConfigInspect (3.19s) [2020-04-02T22:10:57.422Z] === RUN TestConfigCreateWithLabels [2020-04-02T22:10:58.308Z] time="2020-04-02T22:10:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:10:58.308Z] time="2020-04-02T22:10:57Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:10:58.308Z] time="2020-04-02T22:10:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f6ce7e678f8b7969f6e40821daf1bdaeae7e65af8f6251829497e5916c2ad026" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:10:58.308Z] time="2020-04-02T22:10:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:10:58.308Z] time="2020-04-02T22:10:57Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:10:58.308Z] time="2020-04-02T22:10:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f6ce7e678f8b7969f6e40821daf1bdaeae7e65af8f6251829497e5916c2ad026" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:10:58.564Z] --- PASS: TestPluginInstall (18.09s) [2020-04-02T22:10:58.564Z] --- PASS: TestPluginInstall/no_auth (14.13s) [2020-04-02T22:10:58.564Z] --- PASS: TestPluginInstall/with_htpasswd (1.73s) [2020-04-02T22:10:58.564Z] --- PASS: TestPluginInstall/with_insecure (2.23s) [2020-04-02T22:10:58.564Z] plugin_test.go:157: [d5b90c0532cda] daemon is not started [2020-04-02T22:10:58.564Z] === RUN TestPluginInstall [2020-04-02T22:10:58.564Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:10:59.627Z] ok github.com/docker/docker/pkg/plugins 33.649s coverage: 76.6% of statements [2020-04-02T22:10:59.627Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-04-02T22:10:59.627Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-04-02T22:10:59.627Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-04-02T22:10:59.627Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-04-02T22:10:59.627Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-04-02T22:10:59.627Z] ? github.com/docker/docker/rootless [no test files] [2020-04-02T22:10:59.627Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-04-02T22:10:59.627Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-04-02T22:10:59.627Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-04-02T22:10:59.627Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-04-02T22:10:59.627Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-04-02T22:10:59.627Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-04-02T22:10:59.627Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-04-02T22:10:59.627Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-04-02T22:10:59.627Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-04-02T22:10:59.627Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-04-02T22:10:59.627Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-04-02T22:10:59.627Z] ? github.com/docker/docker/testutil/request [no test files] [2020-04-02T22:10:59.627Z] ? github.com/docker/docker/volume [no test files] [2020-04-02T22:10:59.627Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-04-02T22:10:59.627Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === Skipped [2020-04-02T22:10:59.627Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-04-02T22:10:59.627Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-04-02T22:10:59.627Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-04-02T22:10:59.627Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:10:59.627Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-04-02T22:10:59.627Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:10:59.627Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-04-02T22:10:59.627Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:10:59.627Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-04-02T22:10:59.627Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:10:59.627Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-04-02T22:10:59.627Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:10:59.627Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-04-02T22:10:59.627Z] graphtest_unix.go:73: No driver to put! [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-04-02T22:10:59.627Z] time="2020-04-02T22:09:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-04-02T22:10:59.627Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-04-02T22:10:59.627Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-04-02T22:10:59.627Z] time="2020-04-02T22:09:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-04-02T22:10:59.627Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-04-02T22:10:59.627Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-04-02T22:10:59.627Z] time="2020-04-02T22:09:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-04-02T22:10:59.627Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-04-02T22:10:59.627Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-04-02T22:10:59.627Z] time="2020-04-02T22:09:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-04-02T22:10:59.627Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-04-02T22:10:59.627Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-04-02T22:10:59.627Z] time="2020-04-02T22:09:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-04-02T22:10:59.627Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-04-02T22:10:59.627Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-04-02T22:10:59.627Z] graphtest_unix.go:73: No driver to put! [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-04-02T22:10:59.627Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-04-02T22:10:59.627Z] overlay_test.go:49: Fails to compute changes intermittently [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-04-02T22:10:59.627Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-04-02T22:10:59.627Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-04-02T22:10:59.627Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:10:59.627Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-04-02T22:10:59.627Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:10:59.627Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-04-02T22:10:59.627Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:10:59.627Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-04-02T22:10:59.627Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:10:59.627Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-04-02T22:10:59.627Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:10:59.627Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-04-02T22:10:59.627Z] graphtest_unix.go:73: No driver to put! [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-04-02T22:10:59.627Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-04-02T22:10:59.627Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] [2020-04-02T22:10:59.627Z] DONE 2140 tests, 26 skipped in 342.400s [2020-04-02T22:10:59.927Z] time="2020-04-02T22:10:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:10:59.927Z] time="2020-04-02T22:10:59Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:10:59.927Z] time="2020-04-02T22:10:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:eefc8ca3e886186b0dffaef46c4d5fb0e31299320415492aae79733b87b07112" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:10:59.927Z] time="2020-04-02T22:10:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:10:59.927Z] time="2020-04-02T22:10:59Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:10:59.927Z] time="2020-04-02T22:10:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:eefc8ca3e886186b0dffaef46c4d5fb0e31299320415492aae79733b87b07112" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:00.182Z] === RUN TestPluginInstall/with_htpasswd Post stage [Pipeline] junit [2020-04-02T22:11:00.283Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-04-02T22:11:00.897Z] --- PASS: TestConfigCreateWithLabels (3.76s) [2020-04-02T22:11:00.897Z] === RUN TestConfigCreateResolve [2020-04-02T22:11:01.242Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39946/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr22 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d7ba1f85ef8f23096f2fd92d0444820543ab9675 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d7ba1f85ef8f23096f2fd92d0444820543ab9675 hack/make.sh dynbinary test-integration [2020-04-02T22:11:01.528Z] [2020-04-02T22:11:01.545Z] time="2020-04-02T22:11:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:01.545Z] time="2020-04-02T22:11:01Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:01.545Z] time="2020-04-02T22:11:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:404f6bee6a0595dd4bae8310d11ca611a176ea19ef4ba142265e879b40a702a2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:01.545Z] time="2020-04-02T22:11:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:01.545Z] time="2020-04-02T22:11:01Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:01.545Z] time="2020-04-02T22:11:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:404f6bee6a0595dd4bae8310d11ca611a176ea19ef4ba142265e879b40a702a2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:01.817Z] Removing bundles/ [2020-04-02T22:11:01.817Z] [2020-04-02T22:11:01.817Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-04-02T22:11:01.817Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-04-02T22:11:01.817Z] GOOS="" GOARCH="" GOARM="" [2020-04-02T22:11:02.105Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:11:03.991Z] time="2020-04-02T22:11:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:03.991Z] time="2020-04-02T22:11:03Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:03.991Z] time="2020-04-02T22:11:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5d131182670d0a033657f355e82145d6754f09640694a231a31c5c01d5d103b2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:03.991Z] time="2020-04-02T22:11:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:03.991Z] time="2020-04-02T22:11:03Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:03.991Z] time="2020-04-02T22:11:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5d131182670d0a033657f355e82145d6754f09640694a231a31c5c01d5d103b2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:04.551Z] --- PASS: TestPluginInstall (5.70s) [2020-04-02T22:11:04.551Z] --- PASS: TestPluginInstall/no_auth (1.60s) [2020-04-02T22:11:04.551Z] --- PASS: TestPluginInstall/with_htpasswd (1.83s) [2020-04-02T22:11:04.551Z] --- PASS: TestPluginInstall/with_insecure (2.28s) [2020-04-02T22:11:04.551Z] plugin_test.go:157: [d6baba79a45fa] daemon is not started [2020-04-02T22:11:04.551Z] === RUN TestPluginInstall [2020-04-02T22:11:04.551Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:11:05.271Z] --- PASS: TestConfigCreateResolve (3.68s) [2020-04-02T22:11:05.271Z] === RUN TestConfigDaemonLibtrustID [2020-04-02T22:11:05.271Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2020-04-02T22:11:05.271Z] PASS [2020-04-02T22:11:05.271Z] [2020-04-02T22:11:05.271Z] DONE 8 tests in 25.982s [2020-04-02T22:11:05.271Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-04-02T22:11:05.271Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:11:05.271Z] ++ set -e [2020-04-02T22:11:05.271Z] ++ '[' -n 0 ']' [2020-04-02T22:11:05.271Z] ++ set -x [2020-04-02T22:11:05.271Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:11:05.271Z] INFO: Testing against a local daemon [2020-04-02T22:11:05.271Z] === RUN TestCheckpoint [2020-04-02T22:11:05.271Z] --- SKIP: TestCheckpoint (0.00s) [2020-04-02T22:11:05.271Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-04-02T22:11:05.271Z] === RUN TestContainerInvalidJSON [2020-04-02T22:11:05.271Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-04-02T22:11:05.271Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-04-02T22:11:05.271Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-04-02T22:11:05.271Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-04-02T22:11:05.271Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-04-02T22:11:05.271Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-04-02T22:11:05.271Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-04-02T22:11:05.271Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-04-02T22:11:05.271Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-04-02T22:11:05.271Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-04-02T22:11:05.271Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-04-02T22:11:05.271Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-04-02T22:11:05.271Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-04-02T22:11:05.271Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-04-02T22:11:05.271Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2020-04-02T22:11:05.271Z] === RUN TestCopyFromContainerPathIsNotDir [2020-04-02T22:11:05.548Z] time="2020-04-02T22:11:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:05.548Z] time="2020-04-02T22:11:05Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:05.548Z] time="2020-04-02T22:11:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:28f4f481644d53565c36a64803c4a8b124b4b7749af1e6b32bb7521ee2dab362" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:05.548Z] time="2020-04-02T22:11:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:05.548Z] time="2020-04-02T22:11:05Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:05.548Z] time="2020-04-02T22:11:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:28f4f481644d53565c36a64803c4a8b124b4b7749af1e6b32bb7521ee2dab362" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:05.552Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s) [2020-04-02T22:11:05.552Z] === RUN TestCopyToContainerPathDoesNotExist [2020-04-02T22:11:05.552Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2020-04-02T22:11:05.552Z] === RUN TestCopyToContainerPathIsNotDir [2020-04-02T22:11:05.834Z] --- PASS: TestCopyToContainerPathIsNotDir (0.17s) [2020-04-02T22:11:05.834Z] === RUN TestCopyFromContainer [2020-04-02T22:11:06.047Z] 65014b3c3121: Pull complete [2020-04-02T22:11:06.173Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:11:07.542Z] time="2020-04-02T22:11:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:07.542Z] time="2020-04-02T22:11:07Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:07.542Z] time="2020-04-02T22:11:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ea2564ff940622b711ae40cc2eea8999e6770543252e1ef2b256a34efdbf4870" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:07.542Z] time="2020-04-02T22:11:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:07.542Z] time="2020-04-02T22:11:07Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:07.542Z] time="2020-04-02T22:11:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ea2564ff940622b711ae40cc2eea8999e6770543252e1ef2b256a34efdbf4870" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:07.854Z] === RUN TestCopyFromContainer// [2020-04-02T22:11:07.854Z] === RUN TestCopyFromContainer//bar/root [2020-04-02T22:11:07.854Z] === RUN TestCopyFromContainer//bar/root/ [2020-04-02T22:11:07.854Z] === RUN TestCopyFromContainer/bar/quux [2020-04-02T22:11:08.102Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:11:08.135Z] === RUN TestCopyFromContainer/bar/quux/ [2020-04-02T22:11:08.135Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-04-02T22:11:08.135Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-04-02T22:11:08.416Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-04-02T22:11:08.416Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-04-02T22:11:08.416Z] === RUN TestCopyFromContainer/bar/notarget [2020-04-02T22:11:08.698Z] --- PASS: TestCopyFromContainer (2.86s) [2020-04-02T22:11:08.698Z] --- PASS: TestCopyFromContainer// (0.05s) [2020-04-02T22:11:08.698Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2020-04-02T22:11:08.698Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2020-04-02T22:11:08.698Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2020-04-02T22:11:08.698Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2020-04-02T22:11:08.698Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2020-04-02T22:11:08.698Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2020-04-02T22:11:08.698Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2020-04-02T22:11:08.698Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2020-04-02T22:11:08.698Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2020-04-02T22:11:08.698Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-04-02T22:11:08.698Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-02T22:11:08.698Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-02T22:11:08.698Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-02T22:11:08.698Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-02T22:11:08.698Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-02T22:11:08.698Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-02T22:11:08.698Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-02T22:11:08.698Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-02T22:11:08.698Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-02T22:11:08.698Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-04-02T22:11:08.698Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-04-02T22:11:08.698Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-04-02T22:11:08.698Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-04-02T22:11:08.698Z] === RUN TestCreateLinkToNonExistingContainer [2020-04-02T22:11:08.698Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-04-02T22:11:08.698Z] === RUN TestCreateWithInvalidEnv [2020-04-02T22:11:08.698Z] === RUN TestCreateWithInvalidEnv/0 [2020-04-02T22:11:08.698Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-04-02T22:11:08.698Z] === RUN TestCreateWithInvalidEnv/1 [2020-04-02T22:11:08.698Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-04-02T22:11:08.698Z] === RUN TestCreateWithInvalidEnv/2 [2020-04-02T22:11:08.698Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-04-02T22:11:08.698Z] === CONT TestCreateWithInvalidEnv/0 [2020-04-02T22:11:08.698Z] === CONT TestCreateWithInvalidEnv/2 [2020-04-02T22:11:08.698Z] === CONT TestCreateWithInvalidEnv/1 [2020-04-02T22:11:08.698Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-04-02T22:11:08.698Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-04-02T22:11:08.698Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-04-02T22:11:08.698Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-04-02T22:11:08.698Z] === RUN TestCreateTmpfsMountsTarget [2020-04-02T22:11:08.698Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-04-02T22:11:08.698Z] === RUN TestCreateWithCustomMaskedPaths [2020-04-02T22:11:09.986Z] time="2020-04-02T22:11:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:09.986Z] time="2020-04-02T22:11:09Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:09.986Z] time="2020-04-02T22:11:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:acb19c9a2f74d7c0324d30ed9c7b60d6b72da6030d16ac0d9d67b61fbda722f2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:09.986Z] time="2020-04-02T22:11:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:09.986Z] time="2020-04-02T22:11:09Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:09.986Z] time="2020-04-02T22:11:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:acb19c9a2f74d7c0324d30ed9c7b60d6b72da6030d16ac0d9d67b61fbda722f2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:10.546Z] --- PASS: TestPluginInstall (6.01s) [2020-04-02T22:11:10.546Z] --- PASS: TestPluginInstall/no_auth (1.76s) [2020-04-02T22:11:10.546Z] --- PASS: TestPluginInstall/with_htpasswd (2.00s) [2020-04-02T22:11:10.546Z] --- PASS: TestPluginInstall/with_insecure (2.25s) [2020-04-02T22:11:10.546Z] plugin_test.go:157: [df01e8935dcc3] daemon is not started [2020-04-02T22:11:10.546Z] === RUN TestPluginInstall [2020-04-02T22:11:10.546Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:11:11.382Z] --- PASS: TestCreateWithCustomMaskedPaths (2.30s) [2020-04-02T22:11:11.382Z] === RUN TestCreateWithCapabilities [2020-04-02T22:11:11.382Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-04-02T22:11:11.382Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-04-02T22:11:11.382Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-04-02T22:11:11.382Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-04-02T22:11:11.382Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-04-02T22:11:11.382Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-04-02T22:11:11.382Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-04-02T22:11:11.382Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-04-02T22:11:11.382Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-04-02T22:11:11.382Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-04-02T22:11:11.382Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-04-02T22:11:11.382Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-04-02T22:11:11.382Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-04-02T22:11:11.382Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-04-02T22:11:11.382Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-04-02T22:11:11.382Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-04-02T22:11:11.382Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-04-02T22:11:11.382Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-04-02T22:11:11.382Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-04-02T22:11:11.382Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-04-02T22:11:11.382Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-04-02T22:11:11.382Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-04-02T22:11:11.382Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-04-02T22:11:11.382Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-04-02T22:11:11.382Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-04-02T22:11:11.382Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-04-02T22:11:11.382Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-04-02T22:11:11.382Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-04-02T22:11:11.382Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-04-02T22:11:11.382Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-04-02T22:11:11.382Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-04-02T22:11:11.382Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-04-02T22:11:11.382Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-04-02T22:11:11.382Z] --- PASS: TestCreateWithCapabilities (0.01s) [2020-04-02T22:11:11.382Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.09s) [2020-04-02T22:11:11.382Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.09s) [2020-04-02T22:11:11.382Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.08s) [2020-04-02T22:11:11.382Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-04-02T22:11:11.382Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.09s) [2020-04-02T22:11:11.382Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.09s) [2020-04-02T22:11:11.382Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.08s) [2020-04-02T22:11:11.382Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-04-02T22:11:11.382Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-04-02T22:11:11.382Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.08s) [2020-04-02T22:11:11.382Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.10s) [2020-04-02T22:11:11.382Z] === RUN TestCreateWithCustomReadonlyPaths [2020-04-02T22:11:11.468Z] time="2020-04-02T22:11:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:11.468Z] time="2020-04-02T22:11:11Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:11.468Z] time="2020-04-02T22:11:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5c7507a677f218fe700eede0ca7b9abc604d1146c01d870f06a0454e038471a6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:11.468Z] time="2020-04-02T22:11:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:11.468Z] time="2020-04-02T22:11:11Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:11.468Z] time="2020-04-02T22:11:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5c7507a677f218fe700eede0ca7b9abc604d1146c01d870f06a0454e038471a6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:12.027Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:11:12.950Z] time="2020-04-02T22:11:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:12.950Z] time="2020-04-02T22:11:12Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:12.950Z] time="2020-04-02T22:11:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:aa7aa31be4170c8c1da9105097aa8c229b0f15b3d3881491401288561c43c7c3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:12.950Z] time="2020-04-02T22:11:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:12.950Z] time="2020-04-02T22:11:12Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:12.950Z] time="2020-04-02T22:11:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:aa7aa31be4170c8c1da9105097aa8c229b0f15b3d3881491401288561c43c7c3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:13.508Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:11:14.054Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.54s) [2020-04-02T22:11:14.054Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-04-02T22:11:14.054Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-02T22:11:14.054Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-02T22:11:14.054Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-02T22:11:14.054Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-02T22:11:14.054Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-02T22:11:14.054Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-02T22:11:14.054Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-02T22:11:14.054Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-02T22:11:14.054Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-02T22:11:14.054Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-02T22:11:14.054Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-02T22:11:14.054Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-02T22:11:14.054Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-02T22:11:14.054Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-02T22:11:14.054Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-02T22:11:14.054Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-04-02T22:11:14.054Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-04-02T22:11:14.054Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-04-02T22:11:14.054Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-04-02T22:11:14.054Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-04-02T22:11:14.054Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2020-04-02T22:11:14.054Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-04-02T22:11:14.668Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.83s) [2020-04-02T22:11:14.668Z] === RUN TestContainerStartOnDaemonRestart [2020-04-02T22:11:14.668Z] === PAUSE TestContainerStartOnDaemonRestart [2020-04-02T22:11:14.668Z] === RUN TestDaemonRestartIpcMode [2020-04-02T22:11:14.668Z] === PAUSE TestDaemonRestartIpcMode [2020-04-02T22:11:14.668Z] === RUN TestDaemonHostGatewayIP [2020-04-02T22:11:14.668Z] === PAUSE TestDaemonHostGatewayIP [2020-04-02T22:11:14.668Z] === RUN TestDiff [2020-04-02T22:11:15.392Z] time="2020-04-02T22:11:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:15.392Z] time="2020-04-02T22:11:14Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:15.392Z] time="2020-04-02T22:11:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:043ac71138d7d3be1c4cb7d16dc5315d51ee52fde358455d1c156e2abbd96dc5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:15.392Z] time="2020-04-02T22:11:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:15.392Z] time="2020-04-02T22:11:14Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:15.392Z] time="2020-04-02T22:11:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:043ac71138d7d3be1c4cb7d16dc5315d51ee52fde358455d1c156e2abbd96dc5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:15.647Z] --- PASS: TestPluginInstall (5.23s) [2020-04-02T22:11:15.647Z] --- PASS: TestPluginInstall/no_auth (1.58s) [2020-04-02T22:11:15.647Z] --- PASS: TestPluginInstall/with_htpasswd (1.55s) [2020-04-02T22:11:15.647Z] --- PASS: TestPluginInstall/with_insecure (2.09s) [2020-04-02T22:11:15.647Z] plugin_test.go:157: [d689cd51f9a73] daemon is not started [2020-04-02T22:11:15.647Z] === RUN TestPluginInstall [2020-04-02T22:11:15.647Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:11:15.672Z] --- PASS: TestDiff (0.82s) [2020-04-02T22:11:15.672Z] === RUN TestExecWithCloseStdin [2020-04-02T22:11:16.572Z] time="2020-04-02T22:11:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:16.572Z] time="2020-04-02T22:11:16Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:16.572Z] time="2020-04-02T22:11:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:417733ccebf440a5bf4fd5685bae27c9be9b8aee21b7a784310f9a3b7dc41286" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:16.572Z] time="2020-04-02T22:11:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:16.572Z] time="2020-04-02T22:11:16Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:16.572Z] time="2020-04-02T22:11:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:417733ccebf440a5bf4fd5685bae27c9be9b8aee21b7a784310f9a3b7dc41286" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:16.677Z] --- PASS: TestExecWithCloseStdin (0.89s) [2020-04-02T22:11:16.677Z] === RUN TestExec [2020-04-02T22:11:17.290Z] --- PASS: TestExec (0.94s) [2020-04-02T22:11:17.290Z] === RUN TestExecUser [2020-04-02T22:11:17.497Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:11:18.296Z] --- PASS: TestExecUser (0.92s) [2020-04-02T22:11:18.296Z] === RUN TestExportContainerAndImportImage [2020-04-02T22:11:18.423Z] time="2020-04-02T22:11:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:18.423Z] time="2020-04-02T22:11:18Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:18.423Z] time="2020-04-02T22:11:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:70aba223142c5a90367c14cec416b851e0c15e9890269ce83c3a1a564ea05113" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:18.423Z] time="2020-04-02T22:11:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:18.423Z] time="2020-04-02T22:11:18Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:18.423Z] time="2020-04-02T22:11:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:70aba223142c5a90367c14cec416b851e0c15e9890269ce83c3a1a564ea05113" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:18.982Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:11:19.301Z] --- PASS: TestExportContainerAndImportImage (1.07s) [2020-04-02T22:11:19.301Z] === RUN TestExportContainerAfterDaemonRestart [2020-04-02T22:11:20.865Z] time="2020-04-02T22:11:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:20.865Z] time="2020-04-02T22:11:20Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:20.865Z] time="2020-04-02T22:11:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:66212b2d2ff9e48249d78eec3f60b564bd77d6462d343fc794a594cb8e940d80" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:20.865Z] time="2020-04-02T22:11:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:20.865Z] time="2020-04-02T22:11:20Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:20.865Z] time="2020-04-02T22:11:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:66212b2d2ff9e48249d78eec3f60b564bd77d6462d343fc794a594cb8e940d80" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:21.319Z] --- PASS: TestExportContainerAfterDaemonRestart (1.55s) [2020-04-02T22:11:21.319Z] === RUN TestHealthCheckWorkdir [2020-04-02T22:11:21.424Z] --- PASS: TestPluginInstall (5.74s) [2020-04-02T22:11:21.424Z] --- PASS: TestPluginInstall/no_auth (1.69s) [2020-04-02T22:11:21.424Z] --- PASS: TestPluginInstall/with_htpasswd (1.67s) [2020-04-02T22:11:21.424Z] --- PASS: TestPluginInstall/with_insecure (2.38s) [2020-04-02T22:11:21.424Z] plugin_test.go:157: [d130f10317164] daemon is not started [2020-04-02T22:11:21.424Z] PASS [2020-04-02T22:11:21.424Z] [2020-04-02T22:11:21.424Z] DONE 20 tests in 40.886s [2020-04-02T22:11:21.424Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:21.424Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:21.424Z] +++ set -e [2020-04-02T22:11:21.424Z] +++ '[' -n 0 ']' [2020-04-02T22:11:21.424Z] +++ set -x [2020-04-02T22:11:21.424Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:21.424Z] INFO: Testing against a local daemon [2020-04-02T22:11:21.424Z] testing: warning: no tests to run [2020-04-02T22:11:21.424Z] PASS [2020-04-02T22:11:21.424Z] [2020-04-02T22:11:21.424Z] DONE 0 tests in 0.119s [2020-04-02T22:11:21.424Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:21.424Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:21.424Z] +++ set -e [2020-04-02T22:11:21.424Z] +++ '[' -n 0 ']' [2020-04-02T22:11:21.424Z] +++ set -x [2020-04-02T22:11:21.424Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:21.679Z] INFO: Testing against a local daemon [2020-04-02T22:11:21.680Z] testing: warning: no tests to run [2020-04-02T22:11:21.680Z] PASS [2020-04-02T22:11:21.680Z] [2020-04-02T22:11:21.680Z] DONE 0 tests in 0.119s [2020-04-02T22:11:21.680Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:21.680Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:21.680Z] +++ set -e [2020-04-02T22:11:21.680Z] +++ '[' -n 0 ']' [2020-04-02T22:11:21.680Z] +++ set -x [2020-04-02T22:11:21.680Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:21.680Z] testing: warning: no tests to run [2020-04-02T22:11:21.680Z] PASS [2020-04-02T22:11:21.680Z] [2020-04-02T22:11:21.680Z] DONE 0 tests in 0.012s [2020-04-02T22:11:21.680Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:21.680Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:21.680Z] +++ set -e [2020-04-02T22:11:21.680Z] +++ '[' -n 0 ']' [2020-04-02T22:11:21.680Z] +++ set -x [2020-04-02T22:11:21.680Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:21.932Z] --- PASS: TestHealthCheckWorkdir (1.07s) [2020-04-02T22:11:21.932Z] === RUN TestHealthKillContainer [2020-04-02T22:11:21.934Z] INFO: Testing against a local daemon [2020-04-02T22:11:21.934Z] testing: warning: no tests to run [2020-04-02T22:11:21.934Z] PASS [2020-04-02T22:11:21.934Z] [2020-04-02T22:11:21.934Z] DONE 0 tests in 0.096s [2020-04-02T22:11:21.934Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:21.934Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:21.934Z] +++ set -e [2020-04-02T22:11:21.934Z] +++ '[' -n 0 ']' [2020-04-02T22:11:21.934Z] +++ set -x [2020-04-02T22:11:21.934Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:21.934Z] INFO: Testing against a local daemon [2020-04-02T22:11:21.934Z] testing: warning: no tests to run [2020-04-02T22:11:21.934Z] PASS [2020-04-02T22:11:21.934Z] [2020-04-02T22:11:21.934Z] DONE 0 tests in 0.095s [2020-04-02T22:11:21.934Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:21.934Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:21.934Z] +++ set -e [2020-04-02T22:11:21.934Z] +++ '[' -n 0 ']' [2020-04-02T22:11:21.934Z] +++ set -x [2020-04-02T22:11:21.934Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:22.189Z] INFO: Testing against a local daemon [2020-04-02T22:11:22.189Z] testing: warning: no tests to run [2020-04-02T22:11:22.189Z] PASS [2020-04-02T22:11:22.189Z] [2020-04-02T22:11:22.189Z] DONE 0 tests in 0.111s [2020-04-02T22:11:22.189Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:22.189Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:22.189Z] +++ set -e [2020-04-02T22:11:22.189Z] +++ '[' -n 0 ']' [2020-04-02T22:11:22.189Z] +++ set -x [2020-04-02T22:11:22.189Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:22.189Z] INFO: Testing against a local daemon [2020-04-02T22:11:22.189Z] testing: warning: no tests to run [2020-04-02T22:11:22.189Z] PASS [2020-04-02T22:11:22.189Z] [2020-04-02T22:11:22.189Z] DONE 0 tests in 0.097s [2020-04-02T22:11:22.189Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:22.189Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:22.189Z] +++ set -e [2020-04-02T22:11:22.189Z] +++ '[' -n 0 ']' [2020-04-02T22:11:22.189Z] +++ set -x [2020-04-02T22:11:22.190Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:22.445Z] INFO: Testing against a local daemon [2020-04-02T22:11:22.445Z] testing: warning: no tests to run [2020-04-02T22:11:22.445Z] PASS [2020-04-02T22:11:22.445Z] [2020-04-02T22:11:22.445Z] DONE 0 tests in 0.137s [2020-04-02T22:11:22.445Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:22.445Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:22.445Z] +++ set -e [2020-04-02T22:11:22.445Z] +++ '[' -n 0 ']' [2020-04-02T22:11:22.445Z] +++ set -x [2020-04-02T22:11:22.445Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:22.445Z] INFO: Testing against a local daemon [2020-04-02T22:11:22.445Z] testing: warning: no tests to run [2020-04-02T22:11:22.445Z] PASS [2020-04-02T22:11:22.445Z] [2020-04-02T22:11:22.445Z] DONE 0 tests in 0.087s [2020-04-02T22:11:22.445Z] Running integration-test (iteration 2) [2020-04-02T22:11:22.445Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:22.445Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:22.445Z] +++ set -e [2020-04-02T22:11:22.445Z] +++ '[' -n 0 ']' [2020-04-02T22:11:22.445Z] +++ set -x [2020-04-02T22:11:22.445Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:22.700Z] INFO: Testing against a local daemon [2020-04-02T22:11:22.700Z] testing: warning: no tests to run [2020-04-02T22:11:22.700Z] PASS [2020-04-02T22:11:22.700Z] [2020-04-02T22:11:22.700Z] DONE 0 tests in 0.118s [2020-04-02T22:11:22.700Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:22.700Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:22.700Z] +++ set -e [2020-04-02T22:11:22.700Z] +++ '[' -n 0 ']' [2020-04-02T22:11:22.700Z] +++ set -x [2020-04-02T22:11:22.700Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:22.700Z] INFO: Testing against a local daemon [2020-04-02T22:11:22.700Z] testing: warning: no tests to run [2020-04-02T22:11:22.700Z] PASS [2020-04-02T22:11:22.700Z] [2020-04-02T22:11:22.700Z] DONE 0 tests in 0.076s [2020-04-02T22:11:22.700Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:22.700Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:22.700Z] +++ set -e [2020-04-02T22:11:22.700Z] +++ '[' -n 0 ']' [2020-04-02T22:11:22.700Z] +++ set -x [2020-04-02T22:11:22.700Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:22.955Z] INFO: Testing against a local daemon [2020-04-02T22:11:22.955Z] testing: warning: no tests to run [2020-04-02T22:11:22.955Z] PASS [2020-04-02T22:11:22.955Z] [2020-04-02T22:11:22.955Z] DONE 0 tests in 0.132s [2020-04-02T22:11:22.955Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:22.955Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:22.955Z] +++ set -e [2020-04-02T22:11:22.955Z] +++ '[' -n 0 ']' [2020-04-02T22:11:22.955Z] +++ set -x [2020-04-02T22:11:22.955Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:23.210Z] INFO: Testing against a local daemon [2020-04-02T22:11:23.210Z] testing: warning: no tests to run [2020-04-02T22:11:23.210Z] PASS [2020-04-02T22:11:23.210Z] [2020-04-02T22:11:23.210Z] DONE 0 tests in 0.139s [2020-04-02T22:11:23.210Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:23.210Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:23.210Z] +++ set -e [2020-04-02T22:11:23.210Z] +++ '[' -n 0 ']' [2020-04-02T22:11:23.210Z] +++ set -x [2020-04-02T22:11:23.210Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:23.210Z] INFO: Testing against a local daemon [2020-04-02T22:11:23.210Z] testing: warning: no tests to run [2020-04-02T22:11:23.210Z] PASS [2020-04-02T22:11:23.210Z] [2020-04-02T22:11:23.210Z] DONE 0 tests in 0.096s [2020-04-02T22:11:23.210Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:23.210Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:23.210Z] +++ set -e [2020-04-02T22:11:23.210Z] +++ '[' -n 0 ']' [2020-04-02T22:11:23.210Z] +++ set -x [2020-04-02T22:11:23.210Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:23.465Z] INFO: Testing against a local daemon [2020-04-02T22:11:23.465Z] testing: warning: no tests to run [2020-04-02T22:11:23.465Z] PASS [2020-04-02T22:11:23.465Z] [2020-04-02T22:11:23.465Z] DONE 0 tests in 0.096s [2020-04-02T22:11:23.465Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:23.465Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:23.465Z] +++ set -e [2020-04-02T22:11:23.465Z] +++ '[' -n 0 ']' [2020-04-02T22:11:23.465Z] +++ set -x [2020-04-02T22:11:23.465Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:23.465Z] INFO: Testing against a local daemon [2020-04-02T22:11:23.465Z] testing: warning: no tests to run [2020-04-02T22:11:23.465Z] PASS [2020-04-02T22:11:23.465Z] [2020-04-02T22:11:23.465Z] DONE 0 tests in 0.099s [2020-04-02T22:11:23.465Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:23.465Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:23.465Z] +++ set -e [2020-04-02T22:11:23.465Z] +++ '[' -n 0 ']' [2020-04-02T22:11:23.465Z] +++ set -x [2020-04-02T22:11:23.465Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:23.465Z] testing: warning: no tests to run [2020-04-02T22:11:23.465Z] PASS [2020-04-02T22:11:23.465Z] [2020-04-02T22:11:23.465Z] DONE 0 tests in 0.009s [2020-04-02T22:11:23.465Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:23.466Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:23.466Z] +++ set -e [2020-04-02T22:11:23.466Z] +++ '[' -n 0 ']' [2020-04-02T22:11:23.466Z] +++ set -x [2020-04-02T22:11:23.466Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:23.720Z] INFO: Testing against a local daemon [2020-04-02T22:11:23.720Z] testing: warning: no tests to run [2020-04-02T22:11:23.720Z] PASS [2020-04-02T22:11:23.720Z] [2020-04-02T22:11:23.720Z] DONE 0 tests in 0.086s [2020-04-02T22:11:23.720Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:23.720Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:23.720Z] +++ set -e [2020-04-02T22:11:23.720Z] +++ '[' -n 0 ']' [2020-04-02T22:11:23.720Z] +++ set -x [2020-04-02T22:11:23.720Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:23.720Z] INFO: Testing against a local daemon [2020-04-02T22:11:23.720Z] === RUN TestPluginInstall [2020-04-02T22:11:23.720Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:11:25.082Z] time="2020-04-02T22:11:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:25.082Z] time="2020-04-02T22:11:24Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:25.082Z] time="2020-04-02T22:11:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f2cba074efe5bc0bab70aa55edab9848f082e9d4ab3a505dc363e3fda36952e3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:25.082Z] time="2020-04-02T22:11:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:25.082Z] time="2020-04-02T22:11:24Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:25.082Z] time="2020-04-02T22:11:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f2cba074efe5bc0bab70aa55edab9848f082e9d4ab3a505dc363e3fda36952e3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:25.422Z] --- PASS: TestHealthKillContainer (3.03s) [2020-04-02T22:11:25.422Z] === RUN TestInspectCpusetInConfigPre120 [2020-04-02T22:11:25.642Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:11:26.035Z] --- PASS: TestInspectCpusetInConfigPre120 (0.87s) [2020-04-02T22:11:26.035Z] === RUN TestIpcModeNone [2020-04-02T22:11:26.567Z] time="2020-04-02T22:11:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:26.567Z] time="2020-04-02T22:11:26Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:26.567Z] time="2020-04-02T22:11:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2cedc0d83f630b87d6fc6f96c4ebb0c86b343305b3465b3016f289aa87fb6958" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:26.567Z] time="2020-04-02T22:11:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:26.567Z] time="2020-04-02T22:11:26Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:26.567Z] time="2020-04-02T22:11:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2cedc0d83f630b87d6fc6f96c4ebb0c86b343305b3465b3016f289aa87fb6958" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:27.040Z] --- PASS: TestIpcModeNone (0.97s) [2020-04-02T22:11:27.040Z] === RUN TestIpcModePrivate [2020-04-02T22:11:27.128Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:11:28.048Z] --- PASS: TestIpcModePrivate (1.00s) [2020-04-02T22:11:28.048Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2020-04-02T22:11:28.048Z] === RUN TestIpcModeShareable [2020-04-02T22:11:29.018Z] time="2020-04-02T22:11:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:29.018Z] time="2020-04-02T22:11:28Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:29.018Z] time="2020-04-02T22:11:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:32cb2386d8d89f6e4bcd411957d5f896bb1fca0e0ad7f719b6c2215620e3128c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:29.018Z] time="2020-04-02T22:11:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:29.018Z] time="2020-04-02T22:11:28Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:29.018Z] time="2020-04-02T22:11:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:32cb2386d8d89f6e4bcd411957d5f896bb1fca0e0ad7f719b6c2215620e3128c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:29.053Z] --- PASS: TestIpcModeShareable (0.99s) [2020-04-02T22:11:29.053Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true [2020-04-02T22:11:29.053Z] === RUN TestAPIIpcModeShareableAndContainer [2020-04-02T22:11:29.274Z] --- PASS: TestPluginInstall (5.55s) [2020-04-02T22:11:29.274Z] --- PASS: TestPluginInstall/no_auth (1.73s) [2020-04-02T22:11:29.274Z] --- PASS: TestPluginInstall/with_htpasswd (1.64s) [2020-04-02T22:11:29.274Z] --- PASS: TestPluginInstall/with_insecure (2.18s) [2020-04-02T22:11:29.274Z] plugin_test.go:157: [d22d6c63ea6c8] daemon is not started [2020-04-02T22:11:29.274Z] === RUN TestPluginInstall [2020-04-02T22:11:29.274Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:11:30.637Z] time="2020-04-02T22:11:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:30.637Z] time="2020-04-02T22:11:30Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:30.637Z] time="2020-04-02T22:11:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a566c82e2ae096b694b598792b2babf2da15d4d2c345d46755a7ac4e4f445812" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:30.637Z] time="2020-04-02T22:11:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:30.637Z] time="2020-04-02T22:11:30Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:30.637Z] time="2020-04-02T22:11:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a566c82e2ae096b694b598792b2babf2da15d4d2c345d46755a7ac4e4f445812" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:31.197Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:11:32.505Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.03s) [2020-04-02T22:11:32.505Z] === RUN TestAPIIpcModeHost [2020-04-02T22:11:32.505Z] --- PASS: TestAPIIpcModeHost (0.66s) [2020-04-02T22:11:32.505Z] === RUN TestDaemonIpcModeShareable [2020-04-02T22:11:32.559Z] time="2020-04-02T22:11:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:32.559Z] time="2020-04-02T22:11:32Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:32.559Z] time="2020-04-02T22:11:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4264e5da22b5cb18ef7b86cdace44a8a7d18e5401c022733a10742d1bbba164c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:32.559Z] time="2020-04-02T22:11:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:32.559Z] time="2020-04-02T22:11:32Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:32.559Z] time="2020-04-02T22:11:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4264e5da22b5cb18ef7b86cdace44a8a7d18e5401c022733a10742d1bbba164c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:33.120Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:11:34.482Z] time="2020-04-02T22:11:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:34.482Z] time="2020-04-02T22:11:34Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:34.482Z] time="2020-04-02T22:11:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:82e685506e1477579d04c067938403a59ba884832fde7532ceaabaf98f73d4b1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:34.482Z] time="2020-04-02T22:11:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:34.482Z] time="2020-04-02T22:11:34Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:34.482Z] time="2020-04-02T22:11:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:82e685506e1477579d04c067938403a59ba884832fde7532ceaabaf98f73d4b1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:34.523Z] --- PASS: TestDaemonIpcModeShareable (1.83s) [2020-04-02T22:11:34.523Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-04-02T22:11:34.523Z] === RUN TestDaemonIpcModePrivate [2020-04-02T22:11:35.043Z] --- PASS: TestPluginInstall (5.78s) [2020-04-02T22:11:35.043Z] --- PASS: TestPluginInstall/no_auth (1.78s) [2020-04-02T22:11:35.043Z] --- PASS: TestPluginInstall/with_htpasswd (1.81s) [2020-04-02T22:11:35.043Z] --- PASS: TestPluginInstall/with_insecure (2.19s) [2020-04-02T22:11:35.043Z] plugin_test.go:157: [d08c142d20a4e] daemon is not started [2020-04-02T22:11:35.043Z] === RUN TestPluginInstall [2020-04-02T22:11:35.043Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:11:36.405Z] time="2020-04-02T22:11:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:36.405Z] time="2020-04-02T22:11:36Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:36.405Z] time="2020-04-02T22:11:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8712ad5311b5463abe32591567ff147d242809c1616d0544d7e09a46c177a995" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:36.405Z] time="2020-04-02T22:11:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:36.405Z] time="2020-04-02T22:11:36Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:36.405Z] time="2020-04-02T22:11:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8712ad5311b5463abe32591567ff147d242809c1616d0544d7e09a46c177a995" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:36.544Z] --- PASS: TestDaemonIpcModePrivate (1.91s) [2020-04-02T22:11:36.544Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-04-02T22:11:36.544Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-04-02T22:11:36.965Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:11:37.889Z] time="2020-04-02T22:11:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:37.889Z] time="2020-04-02T22:11:37Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:37.889Z] time="2020-04-02T22:11:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ac69a05d8e7e98647658b1201080830234ddb7fd1b37d0da60320fd10bf1d439" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:37.889Z] time="2020-04-02T22:11:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:37.889Z] time="2020-04-02T22:11:37Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:37.889Z] time="2020-04-02T22:11:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ac69a05d8e7e98647658b1201080830234ddb7fd1b37d0da60320fd10bf1d439" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:38.014Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.77s) [2020-04-02T22:11:38.014Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-04-02T22:11:38.014Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-04-02T22:11:38.704Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:11:40.033Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.82s) [2020-04-02T22:11:40.033Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-04-02T22:11:40.033Z] === RUN TestIpcModeOlderClient [2020-04-02T22:11:40.033Z] === PAUSE TestIpcModeOlderClient [2020-04-02T22:11:40.033Z] === RUN TestKillContainerInvalidSignal [2020-04-02T22:11:40.066Z] time="2020-04-02T22:11:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:40.066Z] time="2020-04-02T22:11:40Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:40.066Z] time="2020-04-02T22:11:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5bee2148a4f9bf837aea5615235fd66fa59e1eed9a5ba00fa0db6695ac9389c2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:40.066Z] time="2020-04-02T22:11:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:40.066Z] time="2020-04-02T22:11:40Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:40.066Z] time="2020-04-02T22:11:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5bee2148a4f9bf837aea5615235fd66fa59e1eed9a5ba00fa0db6695ac9389c2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:40.253Z] --- PASS: TestBuildWithHugeFile (40.83s) [2020-04-02T22:11:40.253Z] === RUN TestBuildWithEmptyDockerfile [2020-04-02T22:11:40.253Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-02T22:11:40.253Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-02T22:11:40.253Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-02T22:11:40.253Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-02T22:11:40.253Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-02T22:11:40.253Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-02T22:11:40.253Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-02T22:11:40.253Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-02T22:11:40.253Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-02T22:11:40.253Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2020-04-02T22:11:40.253Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2020-04-02T22:11:40.253Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s) [2020-04-02T22:11:40.253Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.26s) [2020-04-02T22:11:40.253Z] === RUN TestBuildPreserveOwnership [2020-04-02T22:11:40.253Z] === RUN TestBuildPreserveOwnership/copy_from [2020-04-02T22:11:40.253Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-04-02T22:11:40.512Z] --- PASS: TestBuildPreserveOwnership (5.89s) [2020-04-02T22:11:40.512Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.79s) [2020-04-02T22:11:40.512Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.07s) [2020-04-02T22:11:40.512Z] === RUN TestBuildPlatformInvalid [2020-04-02T22:11:40.512Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2020-04-02T22:11:40.512Z] PASS [2020-04-02T22:11:40.512Z] [2020-04-02T22:11:40.512Z] === Skipped [2020-04-02T22:11:40.512Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-04-02T22:11:40.512Z] build_session_test.go:25: TODO: BuildKit [2020-04-02T22:11:40.512Z] [2020-04-02T22:11:40.512Z] [2020-04-02T22:11:40.512Z] DONE 32 tests, 1 skipped in 88.362s [2020-04-02T22:11:40.646Z] --- PASS: TestKillContainerInvalidSignal (0.87s) [2020-04-02T22:11:40.646Z] === RUN TestKillContainer [2020-04-02T22:11:40.646Z] === RUN TestKillContainer/no_signal [2020-04-02T22:11:40.771Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-04-02T22:11:40.771Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:11:40.771Z] ++ set -e [2020-04-02T22:11:40.771Z] ++ '[' -n 0 ']' [2020-04-02T22:11:40.771Z] ++ set -x [2020-04-02T22:11:40.771Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:11:40.771Z] INFO: Testing against a local daemon [2020-04-02T22:11:40.771Z] === RUN TestConfigList [2020-04-02T22:11:40.990Z] --- PASS: TestPluginInstall (5.79s) [2020-04-02T22:11:40.990Z] --- PASS: TestPluginInstall/no_auth (1.71s) [2020-04-02T22:11:40.990Z] --- PASS: TestPluginInstall/with_htpasswd (1.72s) [2020-04-02T22:11:40.990Z] --- PASS: TestPluginInstall/with_insecure (2.35s) [2020-04-02T22:11:40.990Z] plugin_test.go:157: [dd27be711e8e9] daemon is not started [2020-04-02T22:11:40.990Z] === RUN TestPluginInstall [2020-04-02T22:11:40.990Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:11:40.990Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-04-02T22:11:40.990Z] Using test binary docker [2020-04-02T22:11:40.990Z] +++ /etc/init.d/apparmor start [2020-04-02T22:11:40.990Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-04-02T22:11:40.990Z] Starting dockerd [2020-04-02T22:11:40.990Z] INFO: Waiting for daemon to start... [2020-04-02T22:11:40.990Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2020-04-02T22:11:41.103Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|exports_file|files|imports|name) took 1m53.723084888s [2020-04-02T22:11:41.103Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 457.192184ms [2020-04-02T22:11:41.650Z] === RUN TestKillContainer/non_killing_signal [2020-04-02T22:11:41.917Z] .time="2020-04-02T22:11:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:41.917Z] time="2020-04-02T22:11:41Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:41.917Z] time="2020-04-02T22:11:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5327e274f142c940864735fed6eed9c7fd97a6c87dc8533255bdc9ae89fc5f59" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:41.917Z] time="2020-04-02T22:11:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:41.917Z] time="2020-04-02T22:11:41Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:41.917Z] time="2020-04-02T22:11:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5327e274f142c940864735fed6eed9c7fd97a6c87dc8533255bdc9ae89fc5f59" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:42.172Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-04-02T22:11:42.172Z] Using test binary docker [2020-04-02T22:11:42.172Z] +++ /etc/init.d/apparmor start [2020-04-02T22:11:42.172Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-04-02T22:11:42.172Z] Starting dockerd [2020-04-02T22:11:42.172Z] INFO: Waiting for daemon to start... [2020-04-02T22:11:42.172Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2020-04-02T22:11:42.263Z] === RUN TestKillContainer/killing_signal [2020-04-02T22:11:42.427Z] .=== RUN TestPluginInstall/with_htpasswd [2020-04-02T22:11:42.986Z] time="2020-04-02T22:11:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:42.986Z] time="2020-04-02T22:11:42Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:42.987Z] time="2020-04-02T22:11:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e1140304b39f8c20692c0434bc7cca1172bf4ce4c4961c9b7fe80db95b0de05a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:42.987Z] time="2020-04-02T22:11:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:42.987Z] time="2020-04-02T22:11:42Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:42.987Z] time="2020-04-02T22:11:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e1140304b39f8c20692c0434bc7cca1172bf4ce4c4961c9b7fe80db95b0de05a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:42.987Z] [2020-04-02T22:11:42.987Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-04-02T22:11:43.241Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-04-02T22:11:43.241Z] Error: No such image: emptyfs [2020-04-02T22:11:43.241Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-04-02T22:11:43.241Z] ++++ docker load [2020-04-02T22:11:43.241Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:11:43.495Z] Running integration-test (iteration 1) [2020-04-02T22:11:43.495Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-04-02T22:11:43.495Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-04-02T22:11:43.495Z] ++ set -e [2020-04-02T22:11:43.495Z] ++ '[' -n 0 ']' [2020-04-02T22:11:43.495Z] ++ set -x [2020-04-02T22:11:43.496Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-04-02T22:11:43.731Z] --- PASS: TestKillContainer (2.66s) [2020-04-02T22:11:43.731Z] --- PASS: TestKillContainer/no_signal (0.84s) [2020-04-02T22:11:43.731Z] --- PASS: TestKillContainer/non_killing_signal (0.52s) [2020-04-02T22:11:43.731Z] --- PASS: TestKillContainer/killing_signal (0.86s) [2020-04-02T22:11:43.731Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-04-02T22:11:43.731Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-04-02T22:11:44.349Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-04-02T22:11:44.419Z] [2020-04-02T22:11:44.419Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-04-02T22:11:44.419Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-04-02T22:11:44.419Z] Error: No such image: emptyfs [2020-04-02T22:11:44.419Z] ++++ docker load [2020-04-02T22:11:44.419Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-04-02T22:11:44.674Z] time="2020-04-02T22:11:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:44.674Z] time="2020-04-02T22:11:44Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:44.674Z] time="2020-04-02T22:11:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:739d01c89615e013243d7ef8d896dc85d8299741831499f6b1319d1e96e0f00a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:44.674Z] time="2020-04-02T22:11:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:44.674Z] time="2020-04-02T22:11:44Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:44.674Z] time="2020-04-02T22:11:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:739d01c89615e013243d7ef8d896dc85d8299741831499f6b1319d1e96e0f00a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:44.929Z] Running integration-test (iteration 1) [2020-04-02T22:11:44.929Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-04-02T22:11:44.929Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-04-02T22:11:44.929Z] ++ set -e [2020-04-02T22:11:44.929Z] ++ '[' -n 0 ']' [2020-04-02T22:11:44.929Z] ++ set -x [2020-04-02T22:11:44.929Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-04-02T22:11:44.957Z] --- PASS: TestConfigList (3.43s) [2020-04-02T22:11:44.958Z] === RUN TestConfigsCreateAndDelete [2020-04-02T22:11:45.184Z] --- PASS: TestPluginInstall (4.32s) [2020-04-02T22:11:45.184Z] --- PASS: TestPluginInstall/no_auth (1.42s) [2020-04-02T22:11:45.184Z] --- PASS: TestPluginInstall/with_htpasswd (0.89s) [2020-04-02T22:11:45.184Z] --- PASS: TestPluginInstall/with_insecure (2.01s) [2020-04-02T22:11:45.184Z] plugin_test.go:157: [dd0e4d2455e12] daemon is not started [2020-04-02T22:11:45.184Z] === RUN TestPluginInstall [2020-04-02T22:11:45.184Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:11:45.354Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.80s) [2020-04-02T22:11:45.354Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.87s) [2020-04-02T22:11:45.354Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.54s) [2020-04-02T22:11:45.354Z] === RUN TestKillStoppedContainer [2020-04-02T22:11:45.354Z] --- PASS: TestKillStoppedContainer (0.11s) [2020-04-02T22:11:45.354Z] === RUN TestKillStoppedContainerAPIPre120 [2020-04-02T22:11:45.354Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-04-02T22:11:45.354Z] === RUN TestKillDifferentUserContainer [2020-04-02T22:11:46.359Z] --- PASS: TestKillDifferentUserContainer (0.88s) [2020-04-02T22:11:46.359Z] === RUN TestInspectOomKilledTrue [2020-04-02T22:11:46.359Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-04-02T22:11:46.359Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-02T22:11:46.359Z] === RUN TestInspectOomKilledFalse [2020-04-02T22:11:46.359Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-04-02T22:11:46.359Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-02T22:11:46.359Z] === RUN TestLinksEtcHostsContentMatch [2020-04-02T22:11:46.544Z] time="2020-04-02T22:11:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:46.544Z] time="2020-04-02T22:11:46Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:46.544Z] time="2020-04-02T22:11:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a43539a462db90b59224607762472745e0abe1213c7acaf1e41f37faa7d90e18" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:46.544Z] time="2020-04-02T22:11:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:46.544Z] time="2020-04-02T22:11:46Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:46.544Z] time="2020-04-02T22:11:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a43539a462db90b59224607762472745e0abe1213c7acaf1e41f37faa7d90e18" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:46.799Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:11:46.971Z] --- PASS: TestLinksEtcHostsContentMatch (0.59s) [2020-04-02T22:11:46.971Z] === RUN TestLinksContainerNames [2020-04-02T22:11:47.487Z] --- PASS: TestConfigsCreateAndDelete (3.19s) [2020-04-02T22:11:47.487Z] === RUN TestConfigsUpdate [2020-04-02T22:11:47.723Z] time="2020-04-02T22:11:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:47.723Z] time="2020-04-02T22:11:47Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:47.723Z] time="2020-04-02T22:11:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:41d7d906752748287240a54150e552f9782c209eb0542258cae7f4621606c799" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:47.723Z] time="2020-04-02T22:11:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:47.723Z] time="2020-04-02T22:11:47Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:47.723Z] time="2020-04-02T22:11:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:41d7d906752748287240a54150e552f9782c209eb0542258cae7f4621606c799" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:48.647Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:11:48.989Z] --- PASS: TestLinksContainerNames (1.76s) [2020-04-02T22:11:48.989Z] === RUN TestLogsFollowTailEmpty [2020-04-02T22:11:49.206Z] INFO [runner/unused/goanalysis] analyzers took 27.024971548s with top 10 stages: buildssa: 22.966034317s, U1000: 4.058937231s [2020-04-02T22:11:49.642Z] --- PASS: TestLogsFollowTailEmpty (0.88s) [2020-04-02T22:11:49.642Z] === RUN TestContainerNetworkMountsNoChown [2020-04-02T22:11:50.647Z] --- PASS: TestContainerNetworkMountsNoChown (0.89s) [2020-04-02T22:11:50.647Z] === RUN TestMountDaemonRoot [2020-04-02T22:11:50.647Z] === RUN TestMountDaemonRoot/default [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/default [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/private [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/private [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/rprivate [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/rprivate [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/slave [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/slave [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/rslave [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/rslave [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/shared [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/shared [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/rshared [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/rshared [2020-04-02T22:11:50.648Z] === CONT TestMountDaemonRoot/default [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/default/mount_root [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/default/bind_root [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-04-02T22:11:50.648Z] === CONT TestMountDaemonRoot/default/mount_root [2020-04-02T22:11:50.648Z] === CONT TestMountDaemonRoot/rshared [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-04-02T22:11:50.648Z] === CONT TestMountDaemonRoot/rprivate [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-04-02T22:11:50.648Z] === CONT TestMountDaemonRoot/shared [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-04-02T22:11:50.648Z] === CONT TestMountDaemonRoot/rslave [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-04-02T22:11:50.648Z] === CONT TestMountDaemonRoot/slave [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-04-02T22:11:50.648Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-04-02T22:11:50.648Z] === CONT TestMountDaemonRoot/private [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/private/bind_root [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/private/mount_root [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-04-02T22:11:50.648Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-04-02T22:11:50.648Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-04-02T22:11:50.648Z] === CONT TestMountDaemonRoot/default/bind_root [2020-04-02T22:11:50.648Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-04-02T22:11:50.648Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-04-02T22:11:50.648Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-04-02T22:11:50.648Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-04-02T22:11:50.648Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-04-02T22:11:50.772Z] --- PASS: TestConfigsUpdate (3.16s) [2020-04-02T22:11:50.772Z] === RUN TestTemplatedConfig [2020-04-02T22:11:50.929Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-04-02T22:11:50.929Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-04-02T22:11:50.929Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-04-02T22:11:50.929Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-04-02T22:11:50.929Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-04-02T22:11:50.929Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-04-02T22:11:50.929Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-04-02T22:11:50.929Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-04-02T22:11:50.929Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-04-02T22:11:51.210Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-04-02T22:11:51.210Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-04-02T22:11:51.210Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-04-02T22:11:51.210Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-04-02T22:11:51.210Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-04-02T22:11:51.210Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-04-02T22:11:51.210Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-04-02T22:11:51.210Z] === CONT TestMountDaemonRoot/private/bind_root [2020-04-02T22:11:51.210Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-04-02T22:11:51.492Z] === CONT TestMountDaemonRoot/private/mount_root [2020-04-02T22:11:51.492Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.10s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.11s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.11s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.11s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-04-02T22:11:51.492Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-04-02T22:11:51.492Z] === RUN TestContainerBindMountNonRecursive [2020-04-02T22:11:51.907Z] time="2020-04-02T22:11:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:51.907Z] time="2020-04-02T22:11:51Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:51.907Z] time="2020-04-02T22:11:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:476e9edaabb8ffad2cef48541c3acbf0b715ef023d6111b0f956dad84ddcf3bf" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:51.907Z] time="2020-04-02T22:11:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:51.907Z] time="2020-04-02T22:11:51Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:51.907Z] time="2020-04-02T22:11:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:476e9edaabb8ffad2cef48541c3acbf0b715ef023d6111b0f956dad84ddcf3bf" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:51.907Z] --- PASS: TestPluginInstall (6.66s) [2020-04-02T22:11:51.907Z] --- PASS: TestPluginInstall/no_auth (1.58s) [2020-04-02T22:11:51.907Z] --- PASS: TestPluginInstall/with_htpasswd (1.70s) [2020-04-02T22:11:51.907Z] --- PASS: TestPluginInstall/with_insecure (3.38s) [2020-04-02T22:11:51.907Z] plugin_test.go:157: [dbef48653345d] daemon is not started [2020-04-02T22:11:51.907Z] PASS [2020-04-02T22:11:51.907Z] [2020-04-02T22:11:51.907Z] DONE 20 tests in 28.238s [2020-04-02T22:11:51.907Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:51.907Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:51.907Z] +++ set -e [2020-04-02T22:11:51.907Z] +++ '[' -n 0 ']' [2020-04-02T22:11:51.907Z] +++ set -x [2020-04-02T22:11:51.907Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.163Z] INFO: Testing against a local daemon [2020-04-02T22:11:52.163Z] testing: warning: no tests to run [2020-04-02T22:11:52.163Z] PASS [2020-04-02T22:11:52.163Z] [2020-04-02T22:11:52.163Z] DONE 0 tests in 0.138s [2020-04-02T22:11:52.163Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.163Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.163Z] +++ set -e [2020-04-02T22:11:52.163Z] +++ '[' -n 0 ']' [2020-04-02T22:11:52.163Z] +++ set -x [2020-04-02T22:11:52.163Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.163Z] INFO: Testing against a local daemon [2020-04-02T22:11:52.163Z] testing: warning: no tests to run [2020-04-02T22:11:52.163Z] PASS [2020-04-02T22:11:52.163Z] [2020-04-02T22:11:52.163Z] DONE 0 tests in 0.100s [2020-04-02T22:11:52.163Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.163Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.163Z] +++ set -e [2020-04-02T22:11:52.163Z] +++ '[' -n 0 ']' [2020-04-02T22:11:52.163Z] +++ set -x [2020-04-02T22:11:52.163Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.163Z] testing: warning: no tests to run [2020-04-02T22:11:52.163Z] PASS [2020-04-02T22:11:52.163Z] [2020-04-02T22:11:52.163Z] DONE 0 tests in 0.007s [2020-04-02T22:11:52.163Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.163Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.163Z] +++ set -e [2020-04-02T22:11:52.163Z] +++ '[' -n 0 ']' [2020-04-02T22:11:52.163Z] +++ set -x [2020-04-02T22:11:52.163Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.419Z] INFO: Testing against a local daemon [2020-04-02T22:11:52.419Z] testing: warning: no tests to run [2020-04-02T22:11:52.419Z] PASS [2020-04-02T22:11:52.419Z] [2020-04-02T22:11:52.419Z] DONE 0 tests in 0.109s [2020-04-02T22:11:52.419Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.419Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.419Z] +++ set -e [2020-04-02T22:11:52.419Z] +++ '[' -n 0 ']' [2020-04-02T22:11:52.419Z] +++ set -x [2020-04-02T22:11:52.419Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.419Z] INFO: Testing against a local daemon [2020-04-02T22:11:52.419Z] testing: warning: no tests to run [2020-04-02T22:11:52.419Z] PASS [2020-04-02T22:11:52.419Z] [2020-04-02T22:11:52.419Z] DONE 0 tests in 0.074s [2020-04-02T22:11:52.419Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.419Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.419Z] +++ set -e [2020-04-02T22:11:52.419Z] +++ '[' -n 0 ']' [2020-04-02T22:11:52.419Z] +++ set -x [2020-04-02T22:11:52.419Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.674Z] INFO: Testing against a local daemon [2020-04-02T22:11:52.674Z] testing: warning: no tests to run [2020-04-02T22:11:52.674Z] PASS [2020-04-02T22:11:52.674Z] [2020-04-02T22:11:52.674Z] DONE 0 tests in 0.107s [2020-04-02T22:11:52.674Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.674Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.674Z] +++ set -e [2020-04-02T22:11:52.674Z] +++ '[' -n 0 ']' [2020-04-02T22:11:52.674Z] +++ set -x [2020-04-02T22:11:52.674Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.674Z] INFO: Testing against a local daemon [2020-04-02T22:11:52.674Z] testing: warning: no tests to run [2020-04-02T22:11:52.674Z] PASS [2020-04-02T22:11:52.674Z] [2020-04-02T22:11:52.674Z] DONE 0 tests in 0.080s [2020-04-02T22:11:52.674Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.674Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.674Z] +++ set -e [2020-04-02T22:11:52.674Z] +++ '[' -n 0 ']' [2020-04-02T22:11:52.674Z] +++ set -x [2020-04-02T22:11:52.674Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.930Z] INFO: Testing against a local daemon [2020-04-02T22:11:52.930Z] testing: warning: no tests to run [2020-04-02T22:11:52.930Z] PASS [2020-04-02T22:11:52.930Z] [2020-04-02T22:11:52.930Z] DONE 0 tests in 0.085s [2020-04-02T22:11:52.930Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.930Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.930Z] +++ set -e [2020-04-02T22:11:52.930Z] +++ '[' -n 0 ']' [2020-04-02T22:11:52.930Z] +++ set -x [2020-04-02T22:11:52.930Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.930Z] INFO: Testing against a local daemon [2020-04-02T22:11:52.930Z] testing: warning: no tests to run [2020-04-02T22:11:52.930Z] PASS [2020-04-02T22:11:52.930Z] [2020-04-02T22:11:52.930Z] DONE 0 tests in 0.071s [2020-04-02T22:11:52.930Z] Running integration-test (iteration 3) [2020-04-02T22:11:52.930Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.930Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:52.930Z] +++ set -e [2020-04-02T22:11:52.930Z] +++ '[' -n 0 ']' [2020-04-02T22:11:52.930Z] +++ set -x [2020-04-02T22:11:52.930Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.185Z] INFO: Testing against a local daemon [2020-04-02T22:11:53.185Z] testing: warning: no tests to run [2020-04-02T22:11:53.185Z] PASS [2020-04-02T22:11:53.185Z] [2020-04-02T22:11:53.185Z] DONE 0 tests in 0.114s [2020-04-02T22:11:53.185Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.185Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.185Z] +++ set -e [2020-04-02T22:11:53.185Z] +++ '[' -n 0 ']' [2020-04-02T22:11:53.185Z] +++ set -x [2020-04-02T22:11:53.185Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.185Z] INFO: Testing against a local daemon [2020-04-02T22:11:53.185Z] testing: warning: no tests to run [2020-04-02T22:11:53.185Z] PASS [2020-04-02T22:11:53.185Z] [2020-04-02T22:11:53.185Z] DONE 0 tests in 0.079s [2020-04-02T22:11:53.185Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.185Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.185Z] +++ set -e [2020-04-02T22:11:53.185Z] +++ '[' -n 0 ']' [2020-04-02T22:11:53.185Z] +++ set -x [2020-04-02T22:11:53.185Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.440Z] INFO: Testing against a local daemon [2020-04-02T22:11:53.440Z] testing: warning: no tests to run [2020-04-02T22:11:53.440Z] PASS [2020-04-02T22:11:53.440Z] [2020-04-02T22:11:53.440Z] DONE 0 tests in 0.087s [2020-04-02T22:11:53.440Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.440Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.440Z] +++ set -e [2020-04-02T22:11:53.440Z] +++ '[' -n 0 ']' [2020-04-02T22:11:53.440Z] +++ set -x [2020-04-02T22:11:53.440Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.440Z] INFO: Testing against a local daemon [2020-04-02T22:11:53.440Z] testing: warning: no tests to run [2020-04-02T22:11:53.440Z] PASS [2020-04-02T22:11:53.440Z] [2020-04-02T22:11:53.440Z] DONE 0 tests in 0.150s [2020-04-02T22:11:53.440Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.441Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.441Z] +++ set -e [2020-04-02T22:11:53.441Z] +++ '[' -n 0 ']' [2020-04-02T22:11:53.441Z] +++ set -x [2020-04-02T22:11:53.441Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.511Z] --- PASS: TestContainerBindMountNonRecursive (2.00s) [2020-04-02T22:11:53.511Z] === RUN TestNetworkNat [2020-04-02T22:11:53.696Z] INFO: Testing against a local daemon [2020-04-02T22:11:53.696Z] testing: warning: no tests to run [2020-04-02T22:11:53.696Z] PASS [2020-04-02T22:11:53.696Z] [2020-04-02T22:11:53.696Z] DONE 0 tests in 0.103s [2020-04-02T22:11:53.696Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.696Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.696Z] +++ set -e [2020-04-02T22:11:53.696Z] +++ '[' -n 0 ']' [2020-04-02T22:11:53.696Z] +++ set -x [2020-04-02T22:11:53.696Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.696Z] INFO: Testing against a local daemon [2020-04-02T22:11:53.696Z] testing: warning: no tests to run [2020-04-02T22:11:53.696Z] PASS [2020-04-02T22:11:53.696Z] [2020-04-02T22:11:53.696Z] DONE 0 tests in 0.075s [2020-04-02T22:11:53.696Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.696Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.696Z] +++ set -e [2020-04-02T22:11:53.696Z] +++ '[' -n 0 ']' [2020-04-02T22:11:53.696Z] +++ set -x [2020-04-02T22:11:53.696Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.951Z] INFO: Testing against a local daemon [2020-04-02T22:11:53.951Z] testing: warning: no tests to run [2020-04-02T22:11:53.951Z] PASS [2020-04-02T22:11:53.951Z] [2020-04-02T22:11:53.951Z] DONE 0 tests in 0.076s [2020-04-02T22:11:53.951Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.951Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.951Z] +++ set -e [2020-04-02T22:11:53.951Z] +++ '[' -n 0 ']' [2020-04-02T22:11:53.951Z] +++ set -x [2020-04-02T22:11:53.951Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.951Z] testing: warning: no tests to run [2020-04-02T22:11:53.951Z] PASS [2020-04-02T22:11:53.951Z] [2020-04-02T22:11:53.951Z] DONE 0 tests in 0.014s [2020-04-02T22:11:53.951Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.951Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.951Z] +++ set -e [2020-04-02T22:11:53.951Z] +++ '[' -n 0 ']' [2020-04-02T22:11:53.951Z] +++ set -x [2020-04-02T22:11:53.951Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.951Z] INFO: Testing against a local daemon [2020-04-02T22:11:53.951Z] testing: warning: no tests to run [2020-04-02T22:11:53.951Z] PASS [2020-04-02T22:11:53.951Z] [2020-04-02T22:11:53.951Z] DONE 0 tests in 0.114s [2020-04-02T22:11:53.951Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.951Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:53.951Z] +++ set -e [2020-04-02T22:11:53.951Z] +++ '[' -n 0 ']' [2020-04-02T22:11:53.951Z] +++ set -x [2020-04-02T22:11:53.951Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:11:54.056Z] --- PASS: TestTemplatedConfig (3.49s) [2020-04-02T22:11:54.056Z] === RUN TestConfigInspect [2020-04-02T22:11:54.205Z] INFO: Testing against a local daemon [2020-04-02T22:11:54.205Z] === RUN TestPluginInstall [2020-04-02T22:11:54.205Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:11:54.516Z] --- PASS: TestNetworkNat (0.91s) [2020-04-02T22:11:54.516Z] === RUN TestNetworkLocalhostTCPNat [2020-04-02T22:11:55.129Z] time="2020-04-02T22:11:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:55.129Z] time="2020-04-02T22:11:54Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:55.129Z] time="2020-04-02T22:11:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fd01db0bf7d8ed2209244fea4657e0bfc78d8683b86b7072e3c66296ebb57499" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:55.129Z] time="2020-04-02T22:11:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:55.129Z] time="2020-04-02T22:11:54Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:55.129Z] time="2020-04-02T22:11:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fd01db0bf7d8ed2209244fea4657e0bfc78d8683b86b7072e3c66296ebb57499" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:55.134Z] --- PASS: TestNetworkLocalhostTCPNat (0.92s) [2020-04-02T22:11:55.135Z] === RUN TestNetworkLoopbackNat [2020-04-02T22:11:55.688Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:11:56.602Z] --- PASS: TestNetworkLoopbackNat (1.20s) [2020-04-02T22:11:56.602Z] === RUN TestPause [2020-04-02T22:11:57.049Z] time="2020-04-02T22:11:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:57.049Z] time="2020-04-02T22:11:56Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:57.049Z] time="2020-04-02T22:11:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:78c38d752cad7f2c9f17cabf7d83fee8ae695ecbe5432fabb93d23084e3944f9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:57.049Z] time="2020-04-02T22:11:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:57.049Z] time="2020-04-02T22:11:56Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:57.049Z] time="2020-04-02T22:11:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:78c38d752cad7f2c9f17cabf7d83fee8ae695ecbe5432fabb93d23084e3944f9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:57.304Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:11:57.343Z] --- PASS: TestConfigInspect (3.18s) [2020-04-02T22:11:57.343Z] === RUN TestConfigCreateWithLabels [2020-04-02T22:11:57.607Z] --- PASS: TestPause (0.91s) [2020-04-02T22:11:57.607Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-04-02T22:11:57.607Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-04-02T22:11:57.607Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-04-02T22:11:57.607Z] === RUN TestPauseStopPausedContainer [2020-04-02T22:11:58.220Z] --- PASS: TestPauseStopPausedContainer (0.89s) [2020-04-02T22:11:58.220Z] === RUN TestPsFilter [2020-04-02T22:11:58.516Z] --- PASS: TestPsFilter (0.30s) [2020-04-02T22:11:58.516Z] === RUN TestRemoveContainerWithRemovedVolume [2020-04-02T22:11:59.528Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.85s) [2020-04-02T22:11:59.528Z] === RUN TestRemoveContainerWithVolume [2020-04-02T22:11:59.817Z] time="2020-04-02T22:11:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:59.817Z] time="2020-04-02T22:11:59Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:59.817Z] time="2020-04-02T22:11:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:79ddac2c2f282345924cea6023f737f157e201c4950cd416b1e613bb8b6ff5fa" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:11:59.817Z] time="2020-04-02T22:11:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:11:59.817Z] time="2020-04-02T22:11:59Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:11:59.817Z] time="2020-04-02T22:11:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:79ddac2c2f282345924cea6023f737f157e201c4950cd416b1e613bb8b6ff5fa" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:00.377Z] --- PASS: TestPluginInstall (6.25s) [2020-04-02T22:12:00.377Z] --- PASS: TestPluginInstall/no_auth (1.61s) [2020-04-02T22:12:00.377Z] --- PASS: TestPluginInstall/with_htpasswd (1.55s) [2020-04-02T22:12:00.377Z] --- PASS: TestPluginInstall/with_insecure (3.09s) [2020-04-02T22:12:00.377Z] plugin_test.go:157: [dc29aab6ec73e] daemon is not started [2020-04-02T22:12:00.377Z] === RUN TestPluginInstall [2020-04-02T22:12:00.377Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:12:00.533Z] --- PASS: TestRemoveContainerWithVolume (0.96s) [2020-04-02T22:12:00.533Z] === RUN TestRemoveContainerRunning [2020-04-02T22:12:00.627Z] --- PASS: TestConfigCreateWithLabels (3.23s) [2020-04-02T22:12:00.627Z] === RUN TestConfigCreateResolve [2020-04-02T22:12:01.146Z] --- PASS: TestRemoveContainerRunning (0.89s) [2020-04-02T22:12:01.146Z] === RUN TestRemoveContainerForceRemoveRunning [2020-04-02T22:12:01.737Z] time="2020-04-02T22:12:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:01.737Z] time="2020-04-02T22:12:01Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:01.737Z] time="2020-04-02T22:12:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fe544cf9a02e028cd4e76f10130ef1efe44726ed2c18410d7745c4eaa6163a04" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:01.737Z] time="2020-04-02T22:12:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:01.737Z] time="2020-04-02T22:12:01Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:01.737Z] time="2020-04-02T22:12:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fe544cf9a02e028cd4e76f10130ef1efe44726ed2c18410d7745c4eaa6163a04" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:02.150Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.89s) [2020-04-02T22:12:02.150Z] === RUN TestRemoveInvalidContainer [2020-04-02T22:12:02.150Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-04-02T22:12:02.150Z] === RUN TestRenameLinkedContainer [2020-04-02T22:12:02.296Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:12:03.219Z] time="2020-04-02T22:12:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:03.219Z] time="2020-04-02T22:12:03Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:03.220Z] time="2020-04-02T22:12:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9abb5e093460368226094a9bd3809fbad4555f439344be58787d8985c63797d6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:03.220Z] time="2020-04-02T22:12:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:03.220Z] time="2020-04-02T22:12:03Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:03.220Z] time="2020-04-02T22:12:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9abb5e093460368226094a9bd3809fbad4555f439344be58787d8985c63797d6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:03.779Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:12:03.912Z] --- PASS: TestConfigCreateResolve (3.20s) [2020-04-02T22:12:03.912Z] === RUN TestConfigDaemonLibtrustID [2020-04-02T22:12:04.479Z] --- PASS: TestConfigDaemonLibtrustID (0.63s) [2020-04-02T22:12:04.479Z] PASS [2020-04-02T22:12:04.479Z] [2020-04-02T22:12:04.479Z] DONE 8 tests in 23.660s [2020-04-02T22:12:04.479Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-04-02T22:12:04.479Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:12:04.479Z] ++ set -e [2020-04-02T22:12:04.479Z] ++ '[' -n 0 ']' [2020-04-02T22:12:04.479Z] ++ set -x [2020-04-02T22:12:04.479Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:12:04.479Z] INFO: Testing against a local daemon [2020-04-02T22:12:04.479Z] === RUN TestCheckpoint [2020-04-02T22:12:04.479Z] --- SKIP: TestCheckpoint (0.00s) [2020-04-02T22:12:04.479Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-04-02T22:12:04.479Z] === RUN TestContainerInvalidJSON [2020-04-02T22:12:04.479Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-04-02T22:12:04.479Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-04-02T22:12:04.479Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-04-02T22:12:04.479Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-04-02T22:12:04.479Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-04-02T22:12:04.479Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-04-02T22:12:04.479Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-04-02T22:12:04.479Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-04-02T22:12:04.479Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-04-02T22:12:04.479Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-04-02T22:12:04.479Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-04-02T22:12:04.479Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-04-02T22:12:04.479Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-04-02T22:12:04.479Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-04-02T22:12:04.737Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.18s) [2020-04-02T22:12:04.737Z] === RUN TestCopyFromContainerPathIsNotDir [2020-04-02T22:12:04.996Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s) [2020-04-02T22:12:04.996Z] === RUN TestCopyToContainerPathDoesNotExist [2020-04-02T22:12:04.996Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s) [2020-04-02T22:12:04.996Z] === RUN TestCopyToContainerPathIsNotDir [2020-04-02T22:12:04.996Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2020-04-02T22:12:04.996Z] === RUN TestCopyFromContainer [2020-04-02T22:12:06.289Z] time="2020-04-02T22:12:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:06.289Z] time="2020-04-02T22:12:05Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:06.289Z] time="2020-04-02T22:12:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a1a9ad98fcd00ca4d0a81cb861951684a5de3b5e48a81a8397ea2226432a2e74" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:06.289Z] time="2020-04-02T22:12:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:06.289Z] time="2020-04-02T22:12:05Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:06.289Z] time="2020-04-02T22:12:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a1a9ad98fcd00ca4d0a81cb861951684a5de3b5e48a81a8397ea2226432a2e74" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:06.289Z] --- PASS: TestPluginInstall (5.94s) [2020-04-02T22:12:06.289Z] --- PASS: TestPluginInstall/no_auth (1.80s) [2020-04-02T22:12:06.289Z] --- PASS: TestPluginInstall/with_htpasswd (1.64s) [2020-04-02T22:12:06.289Z] --- PASS: TestPluginInstall/with_insecure (2.50s) [2020-04-02T22:12:06.289Z] plugin_test.go:157: [dcb1df83d2c09] daemon is not started [2020-04-02T22:12:06.289Z] === RUN TestPluginInstall [2020-04-02T22:12:06.289Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:12:06.524Z] --- PASS: TestRenameLinkedContainer (3.67s) [2020-04-02T22:12:06.524Z] === RUN TestRenameStoppedContainer [2020-04-02T22:12:06.806Z] --- PASS: TestRenameStoppedContainer (0.92s) [2020-04-02T22:12:06.806Z] === RUN TestRenameRunningContainerAndReuse [2020-04-02T22:12:06.899Z] === RUN TestCopyFromContainer// [2020-04-02T22:12:07.158Z] === RUN TestCopyFromContainer//bar/root [2020-04-02T22:12:07.158Z] === RUN TestCopyFromContainer//bar/root/ [2020-04-02T22:12:07.417Z] === RUN TestCopyFromContainer/bar/quux [2020-04-02T22:12:07.417Z] === RUN TestCopyFromContainer/bar/quux/ [2020-04-02T22:12:07.675Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-04-02T22:12:07.675Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-04-02T22:12:07.705Z] time="2020-04-02T22:12:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:07.705Z] time="2020-04-02T22:12:07Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:07.705Z] time="2020-04-02T22:12:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d313c2e662b642fb75b45cedb07a2f2d75bbf654a8b22297c266593eac9bd274" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:07.705Z] time="2020-04-02T22:12:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:07.705Z] time="2020-04-02T22:12:07Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:07.705Z] time="2020-04-02T22:12:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d313c2e662b642fb75b45cedb07a2f2d75bbf654a8b22297c266593eac9bd274" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:07.951Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-04-02T22:12:07.951Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-04-02T22:12:08.213Z] === RUN TestCopyFromContainer/bar/notarget [2020-04-02T22:12:08.213Z] --- PASS: TestCopyFromContainer (3.13s) [2020-04-02T22:12:08.213Z] --- PASS: TestCopyFromContainer// (0.11s) [2020-04-02T22:12:08.213Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-04-02T22:12:08.213Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2020-04-02T22:12:08.213Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2020-04-02T22:12:08.213Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2020-04-02T22:12:08.213Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2020-04-02T22:12:08.213Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2020-04-02T22:12:08.213Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.15s) [2020-04-02T22:12:08.213Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2020-04-02T22:12:08.213Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2020-04-02T22:12:08.213Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-04-02T22:12:08.213Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-02T22:12:08.213Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-02T22:12:08.213Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-02T22:12:08.213Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-02T22:12:08.213Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-02T22:12:08.213Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-02T22:12:08.213Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-02T22:12:08.213Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-02T22:12:08.213Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-02T22:12:08.213Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-04-02T22:12:08.213Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-04-02T22:12:08.213Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-04-02T22:12:08.213Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-04-02T22:12:08.213Z] === RUN TestCreateLinkToNonExistingContainer [2020-04-02T22:12:08.213Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2020-04-02T22:12:08.213Z] === RUN TestCreateWithInvalidEnv [2020-04-02T22:12:08.269Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:12:08.479Z] === RUN TestCreateWithInvalidEnv/0 [2020-04-02T22:12:08.479Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-04-02T22:12:08.479Z] === RUN TestCreateWithInvalidEnv/1 [2020-04-02T22:12:08.479Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-04-02T22:12:08.479Z] === RUN TestCreateWithInvalidEnv/2 [2020-04-02T22:12:08.479Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-04-02T22:12:08.479Z] === CONT TestCreateWithInvalidEnv/0 [2020-04-02T22:12:08.479Z] === CONT TestCreateWithInvalidEnv/1 [2020-04-02T22:12:08.479Z] === CONT TestCreateWithInvalidEnv/2 [2020-04-02T22:12:08.479Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2020-04-02T22:12:08.479Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-04-02T22:12:08.479Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2020-04-02T22:12:08.479Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2020-04-02T22:12:08.479Z] === RUN TestCreateTmpfsMountsTarget [2020-04-02T22:12:08.479Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-04-02T22:12:08.479Z] === RUN TestCreateWithCustomMaskedPaths [2020-04-02T22:12:08.826Z] --- PASS: TestRenameRunningContainerAndReuse (1.82s) [2020-04-02T22:12:08.826Z] === RUN TestRenameInvalidName [2020-04-02T22:12:09.204Z] time="2020-04-02T22:12:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:09.204Z] time="2020-04-02T22:12:08Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:09.204Z] time="2020-04-02T22:12:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f3c804815c42db6bbae3272cc4dd551f4f976151d8573193fa7bc13fdf664e57" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:09.204Z] time="2020-04-02T22:12:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:09.204Z] time="2020-04-02T22:12:08Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:09.204Z] time="2020-04-02T22:12:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f3c804815c42db6bbae3272cc4dd551f4f976151d8573193fa7bc13fdf664e57" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:09.439Z] --- PASS: TestRenameInvalidName (0.98s) [2020-04-02T22:12:09.439Z] === RUN TestRenameAnonymousContainer [2020-04-02T22:12:09.763Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:12:09.763Z] Loaded image: buildpack-deps:jessie [2020-04-02T22:12:10.323Z] Loaded image: busybox:latest [2020-04-02T22:12:10.578Z] Loaded image: busybox:glibc [2020-04-02T22:12:10.578Z] Loaded image: debian:jessie [2020-04-02T22:12:10.832Z] Loaded image: hello-world:latest [2020-04-02T22:12:10.832Z] INFO: Testing against a local daemon [2020-04-02T22:12:10.832Z] === RUN TestDockerSuite [2020-04-02T22:12:10.832Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-04-02T22:12:10.832Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-04-02T22:12:10.832Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-04-02T22:12:10.832Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-04-02T22:12:10.832Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-04-02T22:12:10.832Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-04-02T22:12:10.832Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-04-02T22:12:10.832Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-04-02T22:12:11.021Z] --- PASS: TestCreateWithCustomMaskedPaths (2.14s) [2020-04-02T22:12:11.021Z] === RUN TestCreateWithCapabilities [2020-04-02T22:12:11.021Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-04-02T22:12:11.021Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-04-02T22:12:11.021Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-04-02T22:12:11.021Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-04-02T22:12:11.021Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-04-02T22:12:11.021Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-04-02T22:12:11.021Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-04-02T22:12:11.021Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-04-02T22:12:11.021Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-04-02T22:12:11.021Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-04-02T22:12:11.021Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-04-02T22:12:11.021Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-04-02T22:12:11.022Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-04-02T22:12:11.022Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-04-02T22:12:11.022Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-04-02T22:12:11.022Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-04-02T22:12:11.022Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-04-02T22:12:11.022Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-04-02T22:12:11.022Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-04-02T22:12:11.022Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-04-02T22:12:11.022Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-04-02T22:12:11.022Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-04-02T22:12:11.022Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-04-02T22:12:11.022Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-04-02T22:12:11.022Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-04-02T22:12:11.022Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-04-02T22:12:11.022Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-04-02T22:12:11.022Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-04-02T22:12:11.022Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-04-02T22:12:11.022Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-04-02T22:12:11.022Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-04-02T22:12:11.022Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-04-02T22:12:11.022Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-04-02T22:12:11.022Z] --- PASS: TestCreateWithCapabilities (0.04s) [2020-04-02T22:12:11.022Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2020-04-02T22:12:11.022Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2020-04-02T22:12:11.022Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2020-04-02T22:12:11.022Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.07s) [2020-04-02T22:12:11.022Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.07s) [2020-04-02T22:12:11.022Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2020-04-02T22:12:11.022Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s) [2020-04-02T22:12:11.022Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.07s) [2020-04-02T22:12:11.022Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) [2020-04-02T22:12:11.022Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-04-02T22:12:11.022Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.08s) [2020-04-02T22:12:11.022Z] === RUN TestCreateWithCustomReadonlyPaths [2020-04-02T22:12:11.755Z] time="2020-04-02T22:12:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:11.755Z] time="2020-04-02T22:12:11Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:11.755Z] time="2020-04-02T22:12:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1b0625f9b049cbfc8ad9a7f3895fd8ea7c76b3b313a7f0a3994d9a8ad7d25721" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:11.755Z] time="2020-04-02T22:12:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:11.755Z] time="2020-04-02T22:12:11Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:11.755Z] time="2020-04-02T22:12:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1b0625f9b049cbfc8ad9a7f3895fd8ea7c76b3b313a7f0a3994d9a8ad7d25721" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:11.755Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-04-02T22:12:12.009Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-04-02T22:12:12.263Z] Loaded image: buildpack-deps:jessie [2020-04-02T22:12:12.263Z] --- PASS: TestPluginInstall (5.93s) [2020-04-02T22:12:12.263Z] --- PASS: TestPluginInstall/no_auth (1.82s) [2020-04-02T22:12:12.263Z] --- PASS: TestPluginInstall/with_htpasswd (1.63s) [2020-04-02T22:12:12.263Z] --- PASS: TestPluginInstall/with_insecure (2.47s) [2020-04-02T22:12:12.263Z] plugin_test.go:157: [de57dd574f90a] daemon is not started [2020-04-02T22:12:12.263Z] === RUN TestPluginInstall [2020-04-02T22:12:12.263Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:12:12.518Z] Loaded image: busybox:latest [2020-04-02T22:12:12.518Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-04-02T22:12:12.518Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-04-02T22:12:12.773Z] Loaded image: busybox:glibc [2020-04-02T22:12:12.773Z] Loaded image: debian:jessie [2020-04-02T22:12:12.938Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.29s) [2020-04-02T22:12:12.938Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-04-02T22:12:12.938Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-02T22:12:12.938Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-02T22:12:12.938Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-02T22:12:12.938Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-02T22:12:12.938Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-02T22:12:12.938Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-02T22:12:12.938Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-02T22:12:12.938Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-02T22:12:12.938Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-02T22:12:12.938Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-02T22:12:13.028Z] Loaded image: hello-world:latest [2020-04-02T22:12:13.028Z] INFO: Testing against a local daemon [2020-04-02T22:12:13.028Z] === RUN TestDockerDaemonSuite [2020-04-02T22:12:13.028Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-04-02T22:12:13.028Z] time="2020-04-02T22:12:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:13.028Z] time="2020-04-02T22:12:12Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:13.028Z] time="2020-04-02T22:12:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fc8becac7556a7053ab23d58e03a0bf45b6604d095fb5a2e05e38ebf3d7c3d66" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:13.028Z] time="2020-04-02T22:12:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:13.028Z] time="2020-04-02T22:12:12Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:13.028Z] time="2020-04-02T22:12:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fc8becac7556a7053ab23d58e03a0bf45b6604d095fb5a2e05e38ebf3d7c3d66" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:13.208Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-02T22:12:13.208Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-02T22:12:13.208Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-02T22:12:13.208Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-02T22:12:13.208Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-02T22:12:13.208Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2020-04-02T22:12:13.208Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2020-04-02T22:12:13.208Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.05s) [2020-04-02T22:12:13.208Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.05s) [2020-04-02T22:12:13.208Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.06s) [2020-04-02T22:12:13.208Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2020-04-02T22:12:13.208Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-04-02T22:12:13.282Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-04-02T22:12:13.537Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:12:13.537Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-04-02T22:12:13.537Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-04-02T22:12:14.143Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.81s) [2020-04-02T22:12:14.143Z] === RUN TestContainerStartOnDaemonRestart [2020-04-02T22:12:14.143Z] === PAUSE TestContainerStartOnDaemonRestart [2020-04-02T22:12:14.143Z] === RUN TestDaemonRestartIpcMode [2020-04-02T22:12:14.143Z] === PAUSE TestDaemonRestartIpcMode [2020-04-02T22:12:14.143Z] === RUN TestDaemonHostGatewayIP [2020-04-02T22:12:14.143Z] === PAUSE TestDaemonHostGatewayIP [2020-04-02T22:12:14.143Z] === RUN TestDiff [2020-04-02T22:12:14.460Z] time="2020-04-02T22:12:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:14.461Z] time="2020-04-02T22:12:14Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:14.461Z] time="2020-04-02T22:12:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:844f5ea167b47056efb218b70483179f51252a823a4351bab88370bfdd681424" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:14.461Z] time="2020-04-02T22:12:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:14.461Z] time="2020-04-02T22:12:14Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:14.461Z] time="2020-04-02T22:12:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:844f5ea167b47056efb218b70483179f51252a823a4351bab88370bfdd681424" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:14.711Z] --- PASS: TestDiff (0.77s) [2020-04-02T22:12:14.711Z] === RUN TestExecWithCloseStdin [2020-04-02T22:12:14.716Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:12:14.917Z] --- PASS: TestRenameAnonymousContainer (5.04s) [2020-04-02T22:12:14.917Z] === RUN TestRenameContainerWithSameName [2020-04-02T22:12:15.530Z] --- PASS: TestRenameContainerWithSameName (0.98s) [2020-04-02T22:12:15.530Z] === RUN TestRenameContainerWithLinkedContainer [2020-04-02T22:12:15.639Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-04-02T22:12:15.639Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-04-02T22:12:15.639Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-04-02T22:12:15.639Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-04-02T22:12:15.646Z] --- PASS: TestExecWithCloseStdin (0.87s) [2020-04-02T22:12:15.646Z] === RUN TestExec [2020-04-02T22:12:15.894Z] time="2020-04-02T22:12:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:15.894Z] time="2020-04-02T22:12:15Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:15.894Z] time="2020-04-02T22:12:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5f89e3f45bc35a1a04ca6731ff911c5ef0fe88b0bbdae0a30c4489bfcc96029a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:15.894Z] time="2020-04-02T22:12:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:15.894Z] time="2020-04-02T22:12:15Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:15.894Z] time="2020-04-02T22:12:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5f89e3f45bc35a1a04ca6731ff911c5ef0fe88b0bbdae0a30c4489bfcc96029a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:16.148Z] --- PASS: TestPluginInstall (3.92s) [2020-04-02T22:12:16.148Z] --- PASS: TestPluginInstall/no_auth (1.21s) [2020-04-02T22:12:16.148Z] --- PASS: TestPluginInstall/with_htpasswd (1.25s) [2020-04-02T22:12:16.148Z] --- PASS: TestPluginInstall/with_insecure (1.46s) [2020-04-02T22:12:16.148Z] plugin_test.go:157: [d09a3edf641c7] daemon is not started [2020-04-02T22:12:16.148Z] === RUN TestPluginInstall [2020-04-02T22:12:16.148Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:12:16.403Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-04-02T22:12:16.582Z] --- PASS: TestExec (0.88s) [2020-04-02T22:12:16.582Z] === RUN TestExecUser [2020-04-02T22:12:16.657Z] time="2020-04-02T22:12:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:16.657Z] time="2020-04-02T22:12:16Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:16.657Z] time="2020-04-02T22:12:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:135062a2c8f9ea6f925c81202509b8de66190dc3eac4c12af20242b655a92f55" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:16.657Z] time="2020-04-02T22:12:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:16.657Z] time="2020-04-02T22:12:16Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:16.658Z] time="2020-04-02T22:12:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:135062a2c8f9ea6f925c81202509b8de66190dc3eac4c12af20242b655a92f55" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:17.217Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:12:17.472Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-04-02T22:12:17.516Z] --- PASS: TestExecUser (0.89s) [2020-04-02T22:12:17.516Z] === RUN TestExportContainerAndImportImage [2020-04-02T22:12:17.603Z] --- PASS: TestRenameContainerWithLinkedContainer (1.94s) [2020-04-02T22:12:17.603Z] === RUN TestResize [2020-04-02T22:12:17.727Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-04-02T22:12:17.727Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-04-02T22:12:17.727Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-04-02T22:12:17.727Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-04-02T22:12:17.982Z] time="2020-04-02T22:12:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:17.982Z] time="2020-04-02T22:12:17Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:17.982Z] time="2020-04-02T22:12:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:720b42318b7a6cb5f5d7df168d1708694f0942a92ec2cf15ac497b9f2e065218" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:17.982Z] time="2020-04-02T22:12:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:17.982Z] time="2020-04-02T22:12:17Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:17.982Z] time="2020-04-02T22:12:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:720b42318b7a6cb5f5d7df168d1708694f0942a92ec2cf15ac497b9f2e065218" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:18.451Z] --- PASS: TestExportContainerAndImportImage (1.08s) [2020-04-02T22:12:18.451Z] === RUN TestExportContainerAfterDaemonRestart [2020-04-02T22:12:18.542Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:12:18.609Z] --- PASS: TestResize (0.98s) [2020-04-02T22:12:18.609Z] === RUN TestResizeWithInvalidSize [2020-04-02T22:12:19.222Z] --- PASS: TestResizeWithInvalidSize (0.90s) [2020-04-02T22:12:19.222Z] === RUN TestResizeWhenContainerNotStarted [2020-04-02T22:12:19.464Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-04-02T22:12:19.464Z] time="2020-04-02T22:12:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:19.464Z] time="2020-04-02T22:12:19Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:19.464Z] time="2020-04-02T22:12:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f96656a98d58aaa91b50ebd3e76889f6e4cf8458d82a3e72abf616a972e5a2a6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:19.464Z] time="2020-04-02T22:12:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:19.464Z] time="2020-04-02T22:12:19Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:19.464Z] time="2020-04-02T22:12:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f96656a98d58aaa91b50ebd3e76889f6e4cf8458d82a3e72abf616a972e5a2a6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:19.718Z] --- PASS: TestPluginInstall (3.61s) [2020-04-02T22:12:19.719Z] --- PASS: TestPluginInstall/no_auth (0.99s) [2020-04-02T22:12:19.719Z] --- PASS: TestPluginInstall/with_htpasswd (1.16s) [2020-04-02T22:12:19.719Z] --- PASS: TestPluginInstall/with_insecure (1.46s) [2020-04-02T22:12:19.719Z] plugin_test.go:157: [d20fe6613811a] daemon is not started [2020-04-02T22:12:19.719Z] PASS [2020-04-02T22:12:19.719Z] [2020-04-02T22:12:19.719Z] DONE 20 tests in 25.757s [2020-04-02T22:12:19.973Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:19.973Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:19.973Z] +++ set -e [2020-04-02T22:12:19.973Z] +++ '[' -n 0 ']' [2020-04-02T22:12:19.973Z] +++ set -x [2020-04-02T22:12:19.973Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:19.973Z] INFO: Testing against a local daemon [2020-04-02T22:12:19.973Z] testing: warning: no tests to run [2020-04-02T22:12:19.973Z] PASS [2020-04-02T22:12:19.973Z] [2020-04-02T22:12:19.973Z] DONE 0 tests in 0.043s [2020-04-02T22:12:19.973Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:19.973Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:19.973Z] +++ set -e [2020-04-02T22:12:19.973Z] +++ '[' -n 0 ']' [2020-04-02T22:12:19.973Z] +++ set -x [2020-04-02T22:12:19.973Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:19.973Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-04-02T22:12:19.973Z] INFO: Testing against a local daemon [2020-04-02T22:12:19.973Z] testing: warning: no tests to run [2020-04-02T22:12:19.973Z] PASS [2020-04-02T22:12:19.973Z] [2020-04-02T22:12:19.973Z] DONE 0 tests in 0.064s [2020-04-02T22:12:19.973Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:19.973Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:19.973Z] +++ set -e [2020-04-02T22:12:19.973Z] +++ '[' -n 0 ']' [2020-04-02T22:12:19.973Z] +++ set -x [2020-04-02T22:12:19.973Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:19.973Z] testing: warning: no tests to run [2020-04-02T22:12:19.973Z] PASS [2020-04-02T22:12:19.973Z] [2020-04-02T22:12:19.973Z] DONE 0 tests in 0.007s [2020-04-02T22:12:19.973Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:19.973Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:19.973Z] +++ set -e [2020-04-02T22:12:19.973Z] +++ '[' -n 0 ']' [2020-04-02T22:12:19.973Z] +++ set -x [2020-04-02T22:12:19.973Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:19.973Z] INFO: Testing against a local daemon [2020-04-02T22:12:19.973Z] testing: warning: no tests to run [2020-04-02T22:12:19.973Z] PASS [2020-04-02T22:12:19.973Z] [2020-04-02T22:12:19.973Z] DONE 0 tests in 0.038s [2020-04-02T22:12:19.973Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:19.974Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:19.974Z] +++ set -e [2020-04-02T22:12:19.974Z] +++ '[' -n 0 ']' [2020-04-02T22:12:19.974Z] +++ set -x [2020-04-02T22:12:19.974Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.227Z] --- PASS: TestResizeWhenContainerNotStarted (0.85s) [2020-04-02T22:12:20.227Z] === RUN TestDaemonRestartKillContainers [2020-04-02T22:12:20.227Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-04-02T22:12:20.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-04-02T22:12:20.227Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-04-02T22:12:20.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-04-02T22:12:20.227Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-04-02T22:12:20.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-04-02T22:12:20.227Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-04-02T22:12:20.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-04-02T22:12:20.227Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-04-02T22:12:20.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-04-02T22:12:20.227Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-04-02T22:12:20.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-04-02T22:12:20.227Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-04-02T22:12:20.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-04-02T22:12:20.227Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-04-02T22:12:20.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-04-02T22:12:20.227Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-04-02T22:12:20.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-04-02T22:12:20.227Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-04-02T22:12:20.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-04-02T22:12:20.227Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-04-02T22:12:20.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-04-02T22:12:20.227Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-04-02T22:12:20.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-04-02T22:12:20.227Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-04-02T22:12:20.227Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-04-02T22:12:20.228Z] INFO: Testing against a local daemon [2020-04-02T22:12:20.228Z] testing: warning: no tests to run [2020-04-02T22:12:20.228Z] PASS [2020-04-02T22:12:20.228Z] [2020-04-02T22:12:20.228Z] DONE 0 tests in 0.053s [2020-04-02T22:12:20.228Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.228Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.228Z] +++ set -e [2020-04-02T22:12:20.228Z] +++ '[' -n 0 ']' [2020-04-02T22:12:20.228Z] +++ set -x [2020-04-02T22:12:20.229Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.229Z] INFO: Testing against a local daemon [2020-04-02T22:12:20.229Z] testing: warning: no tests to run [2020-04-02T22:12:20.229Z] PASS [2020-04-02T22:12:20.229Z] [2020-04-02T22:12:20.229Z] DONE 0 tests in 0.041s [2020-04-02T22:12:20.229Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.229Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.229Z] +++ set -e [2020-04-02T22:12:20.229Z] +++ '[' -n 0 ']' [2020-04-02T22:12:20.229Z] +++ set -x [2020-04-02T22:12:20.229Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.229Z] INFO: Testing against a local daemon [2020-04-02T22:12:20.229Z] testing: warning: no tests to run [2020-04-02T22:12:20.229Z] PASS [2020-04-02T22:12:20.229Z] [2020-04-02T22:12:20.229Z] DONE 0 tests in 0.049s [2020-04-02T22:12:20.229Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.229Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.229Z] +++ set -e [2020-04-02T22:12:20.229Z] +++ '[' -n 0 ']' [2020-04-02T22:12:20.229Z] +++ set -x [2020-04-02T22:12:20.229Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.229Z] INFO: Testing against a local daemon [2020-04-02T22:12:20.229Z] testing: warning: no tests to run [2020-04-02T22:12:20.229Z] PASS [2020-04-02T22:12:20.229Z] [2020-04-02T22:12:20.229Z] DONE 0 tests in 0.033s [2020-04-02T22:12:20.229Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.229Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.229Z] +++ set -e [2020-04-02T22:12:20.229Z] +++ '[' -n 0 ']' [2020-04-02T22:12:20.229Z] +++ set -x [2020-04-02T22:12:20.229Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.229Z] INFO: Testing against a local daemon [2020-04-02T22:12:20.229Z] testing: warning: no tests to run [2020-04-02T22:12:20.229Z] PASS [2020-04-02T22:12:20.229Z] [2020-04-02T22:12:20.229Z] DONE 0 tests in 0.028s [2020-04-02T22:12:20.354Z] --- PASS: TestExportContainerAfterDaemonRestart (2.00s) [2020-04-02T22:12:20.354Z] === RUN TestHealthCheckWorkdir [2020-04-02T22:12:20.483Z] Running integration-test (iteration 4) [2020-04-02T22:12:20.483Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.483Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.483Z] +++ set -e [2020-04-02T22:12:20.483Z] +++ '[' -n 0 ']' [2020-04-02T22:12:20.483Z] +++ set -x [2020-04-02T22:12:20.483Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.483Z] INFO: Testing against a local daemon [2020-04-02T22:12:20.483Z] testing: warning: no tests to run [2020-04-02T22:12:20.483Z] PASS [2020-04-02T22:12:20.483Z] [2020-04-02T22:12:20.483Z] DONE 0 tests in 0.034s [2020-04-02T22:12:20.483Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.483Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.483Z] +++ set -e [2020-04-02T22:12:20.483Z] +++ '[' -n 0 ']' [2020-04-02T22:12:20.483Z] +++ set -x [2020-04-02T22:12:20.483Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.483Z] INFO: Testing against a local daemon [2020-04-02T22:12:20.483Z] testing: warning: no tests to run [2020-04-02T22:12:20.483Z] PASS [2020-04-02T22:12:20.483Z] [2020-04-02T22:12:20.483Z] DONE 0 tests in 0.030s [2020-04-02T22:12:20.483Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.483Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.483Z] +++ set -e [2020-04-02T22:12:20.483Z] +++ '[' -n 0 ']' [2020-04-02T22:12:20.483Z] +++ set -x [2020-04-02T22:12:20.484Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.484Z] INFO: Testing against a local daemon [2020-04-02T22:12:20.484Z] testing: warning: no tests to run [2020-04-02T22:12:20.484Z] PASS [2020-04-02T22:12:20.484Z] [2020-04-02T22:12:20.484Z] DONE 0 tests in 0.054s [2020-04-02T22:12:20.484Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.484Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.484Z] +++ set -e [2020-04-02T22:12:20.484Z] +++ '[' -n 0 ']' [2020-04-02T22:12:20.484Z] +++ set -x [2020-04-02T22:12:20.484Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.484Z] INFO: Testing against a local daemon [2020-04-02T22:12:20.484Z] testing: warning: no tests to run [2020-04-02T22:12:20.484Z] PASS [2020-04-02T22:12:20.484Z] [2020-04-02T22:12:20.484Z] DONE 0 tests in 0.061s [2020-04-02T22:12:20.484Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.484Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.484Z] +++ set -e [2020-04-02T22:12:20.484Z] +++ '[' -n 0 ']' [2020-04-02T22:12:20.484Z] +++ set -x [2020-04-02T22:12:20.484Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.739Z] INFO: Testing against a local daemon [2020-04-02T22:12:20.739Z] testing: warning: no tests to run [2020-04-02T22:12:20.739Z] PASS [2020-04-02T22:12:20.739Z] [2020-04-02T22:12:20.739Z] DONE 0 tests in 0.069s [2020-04-02T22:12:20.739Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.739Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.739Z] +++ set -e [2020-04-02T22:12:20.739Z] +++ '[' -n 0 ']' [2020-04-02T22:12:20.739Z] +++ set -x [2020-04-02T22:12:20.739Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.739Z] INFO: Testing against a local daemon [2020-04-02T22:12:20.739Z] testing: warning: no tests to run [2020-04-02T22:12:20.739Z] PASS [2020-04-02T22:12:20.739Z] [2020-04-02T22:12:20.739Z] DONE 0 tests in 0.071s [2020-04-02T22:12:20.739Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.739Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.739Z] +++ set -e [2020-04-02T22:12:20.739Z] +++ '[' -n 0 ']' [2020-04-02T22:12:20.739Z] +++ set -x [2020-04-02T22:12:20.739Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.739Z] INFO: Testing against a local daemon [2020-04-02T22:12:20.739Z] testing: warning: no tests to run [2020-04-02T22:12:20.739Z] PASS [2020-04-02T22:12:20.739Z] [2020-04-02T22:12:20.739Z] DONE 0 tests in 0.040s [2020-04-02T22:12:20.739Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.739Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.739Z] +++ set -e [2020-04-02T22:12:20.739Z] +++ '[' -n 0 ']' [2020-04-02T22:12:20.739Z] +++ set -x [2020-04-02T22:12:20.739Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.739Z] testing: warning: no tests to run [2020-04-02T22:12:20.739Z] PASS [2020-04-02T22:12:20.739Z] [2020-04-02T22:12:20.739Z] DONE 0 tests in 0.006s [2020-04-02T22:12:20.739Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.739Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.739Z] +++ set -e [2020-04-02T22:12:20.739Z] +++ '[' -n 0 ']' [2020-04-02T22:12:20.739Z] +++ set -x [2020-04-02T22:12:20.739Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.994Z] INFO: Testing against a local daemon [2020-04-02T22:12:20.994Z] testing: warning: no tests to run [2020-04-02T22:12:20.994Z] PASS [2020-04-02T22:12:20.994Z] [2020-04-02T22:12:20.994Z] DONE 0 tests in 0.051s [2020-04-02T22:12:20.994Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.994Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.994Z] +++ set -e [2020-04-02T22:12:20.994Z] +++ '[' -n 0 ']' [2020-04-02T22:12:20.994Z] +++ set -x [2020-04-02T22:12:20.994Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:20.994Z] INFO: Testing against a local daemon [2020-04-02T22:12:20.994Z] === RUN TestPluginInstall [2020-04-02T22:12:20.994Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:12:21.553Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-04-02T22:12:21.553Z] time="2020-04-02T22:12:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:21.553Z] time="2020-04-02T22:12:21Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:21.553Z] time="2020-04-02T22:12:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0232c4767870e8cf0f1ee712c366c6bf4d16056b28ac8fb670d5c3b2fac3b55b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:21.553Z] time="2020-04-02T22:12:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:21.553Z] time="2020-04-02T22:12:21Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:21.553Z] time="2020-04-02T22:12:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0232c4767870e8cf0f1ee712c366c6bf4d16056b28ac8fb670d5c3b2fac3b55b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:21.729Z] --- PASS: TestHealthCheckWorkdir (1.05s) [2020-04-02T22:12:21.729Z] === RUN TestHealthKillContainer [2020-04-02T22:12:22.112Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:12:22.245Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-04-02T22:12:22.526Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-04-02T22:12:22.671Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-04-02T22:12:22.671Z] time="2020-04-02T22:12:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:22.671Z] time="2020-04-02T22:12:22Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:22.671Z] time="2020-04-02T22:12:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:800e7614ffb5630f1567997b30318a01afcf84743a6b269f103ee7e129a5335b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:22.671Z] time="2020-04-02T22:12:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:22.671Z] time="2020-04-02T22:12:22Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:22.671Z] time="2020-04-02T22:12:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:800e7614ffb5630f1567997b30318a01afcf84743a6b269f103ee7e129a5335b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:22.925Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:12:23.531Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-04-02T22:12:24.144Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-04-02T22:12:24.285Z] time="2020-04-02T22:12:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:24.285Z] time="2020-04-02T22:12:23Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:24.285Z] time="2020-04-02T22:12:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bf75b2d047842068f9c7d7fba2b5cd941374bc038a4dc332638021863d7d63b5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:24.286Z] time="2020-04-02T22:12:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:24.286Z] time="2020-04-02T22:12:23Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:24.286Z] time="2020-04-02T22:12:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bf75b2d047842068f9c7d7fba2b5cd941374bc038a4dc332638021863d7d63b5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:24.540Z] --- PASS: TestPluginInstall (3.50s) [2020-04-02T22:12:24.540Z] --- PASS: TestPluginInstall/no_auth (1.00s) [2020-04-02T22:12:24.540Z] --- PASS: TestPluginInstall/with_htpasswd (1.08s) [2020-04-02T22:12:24.540Z] --- PASS: TestPluginInstall/with_insecure (1.42s) [2020-04-02T22:12:24.540Z] plugin_test.go:157: [d9f50c811bfb0] daemon is not started [2020-04-02T22:12:24.540Z] === RUN TestPluginInstall [2020-04-02T22:12:24.540Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:12:24.540Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-04-02T22:12:24.795Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-04-02T22:12:25.012Z] --- PASS: TestHealthKillContainer (2.94s) [2020-04-02T22:12:25.012Z] === RUN TestInspectCpusetInConfigPre120 [2020-04-02T22:12:25.050Z] time="2020-04-02T22:12:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:25.050Z] time="2020-04-02T22:12:25Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:25.050Z] time="2020-04-02T22:12:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6f14ed7201093ddf872f3c02bd695f21081b19175839987b81d0e83766db070c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:25.050Z] time="2020-04-02T22:12:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:25.050Z] time="2020-04-02T22:12:25Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:25.050Z] time="2020-04-02T22:12:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6f14ed7201093ddf872f3c02bd695f21081b19175839987b81d0e83766db070c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:25.158Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-04-02T22:12:25.270Z] --- PASS: TestInspectCpusetInConfigPre120 (0.76s) [2020-04-02T22:12:25.270Z] === RUN TestIpcModeNone [2020-04-02T22:12:25.440Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-04-02T22:12:25.609Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:12:26.169Z] time="2020-04-02T22:12:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:26.169Z] time="2020-04-02T22:12:26Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:26.169Z] time="2020-04-02T22:12:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6aee507cff4b668b5cc5b6dab33b4ec4ac36deba396aca85ff1e9b7c14de7b6c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:26.169Z] time="2020-04-02T22:12:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:26.169Z] time="2020-04-02T22:12:26Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:26.169Z] time="2020-04-02T22:12:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6aee507cff4b668b5cc5b6dab33b4ec4ac36deba396aca85ff1e9b7c14de7b6c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:26.205Z] --- PASS: TestIpcModeNone (0.91s) [2020-04-02T22:12:26.205Z] === RUN TestIpcModePrivate [2020-04-02T22:12:26.728Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:12:26.728Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-04-02T22:12:27.139Z] --- PASS: TestIpcModePrivate (0.87s) [2020-04-02T22:12:27.139Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:103, shared: false, mustBeShared: false [2020-04-02T22:12:27.139Z] === RUN TestIpcModeShareable [2020-04-02T22:12:27.287Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-04-02T22:12:27.457Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-04-02T22:12:27.742Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-04-02T22:12:27.846Z] time="2020-04-02T22:12:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:27.846Z] time="2020-04-02T22:12:27Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:27.846Z] time="2020-04-02T22:12:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9a3e2dda58e0294b883de6449a67bdb3a7ab186a16f4b1f4b76bca3c111cb96c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:27.846Z] time="2020-04-02T22:12:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:27.846Z] time="2020-04-02T22:12:27Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:27.846Z] time="2020-04-02T22:12:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9a3e2dda58e0294b883de6449a67bdb3a7ab186a16f4b1f4b76bca3c111cb96c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:28.074Z] --- PASS: TestIpcModeShareable (0.86s) [2020-04-02T22:12:28.074Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:97, shared: true, mustBeShared: true [2020-04-02T22:12:28.074Z] === RUN TestAPIIpcModeShareableAndContainer [2020-04-02T22:12:28.100Z] --- PASS: TestPluginInstall (3.73s) [2020-04-02T22:12:28.100Z] --- PASS: TestPluginInstall/no_auth (1.12s) [2020-04-02T22:12:28.100Z] --- PASS: TestPluginInstall/with_htpasswd (1.01s) [2020-04-02T22:12:28.100Z] --- PASS: TestPluginInstall/with_insecure (1.60s) [2020-04-02T22:12:28.100Z] plugin_test.go:157: [d440e90c4ae60] daemon is not started [2020-04-02T22:12:28.100Z] === RUN TestPluginInstall [2020-04-02T22:12:28.100Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:12:28.354Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-04-02T22:12:28.913Z] time="2020-04-02T22:12:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:28.913Z] time="2020-04-02T22:12:28Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:28.913Z] time="2020-04-02T22:12:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f48cedc157950904cbd1d38b8266901956fba650e34ec225fd323dc6c5ea9136" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:28.913Z] time="2020-04-02T22:12:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:28.913Z] time="2020-04-02T22:12:28Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:28.913Z] time="2020-04-02T22:12:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f48cedc157950904cbd1d38b8266901956fba650e34ec225fd323dc6c5ea9136" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:29.168Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:12:29.423Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-04-02T22:12:29.983Z] time="2020-04-02T22:12:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:29.983Z] time="2020-04-02T22:12:29Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:29.983Z] time="2020-04-02T22:12:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c1fa2f7b123bf566e25f482089093311233209984b4884d48bd85257df5e1f0f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:29.983Z] time="2020-04-02T22:12:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:29.983Z] time="2020-04-02T22:12:29Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:29.983Z] time="2020-04-02T22:12:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c1fa2f7b123bf566e25f482089093311233209984b4884d48bd85257df5e1f0f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:30.414Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-04-02T22:12:30.414Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-04-02T22:12:30.543Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-04-02T22:12:30.605Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.67s) [2020-04-02T22:12:30.605Z] === RUN TestAPIIpcModeHost [2020-04-02T22:12:30.798Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:12:31.172Z] --- PASS: TestAPIIpcModeHost (0.67s) [2020-04-02T22:12:31.172Z] === RUN TestDaemonIpcModeShareable [2020-04-02T22:12:31.358Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-04-02T22:12:31.358Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-04-02T22:12:31.918Z] time="2020-04-02T22:12:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:31.918Z] time="2020-04-02T22:12:31Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:31.918Z] time="2020-04-02T22:12:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2b5b8177feea44378ef983c225fdee2b8445bee3f11536472e8ea1f48e448ea1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:31.918Z] time="2020-04-02T22:12:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:31.918Z] time="2020-04-02T22:12:31Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:31.918Z] time="2020-04-02T22:12:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2b5b8177feea44378ef983c225fdee2b8445bee3f11536472e8ea1f48e448ea1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:32.477Z] --- PASS: TestPluginInstall (4.17s) [2020-04-02T22:12:32.477Z] --- PASS: TestPluginInstall/no_auth (1.04s) [2020-04-02T22:12:32.477Z] --- PASS: TestPluginInstall/with_htpasswd (1.45s) [2020-04-02T22:12:32.477Z] --- PASS: TestPluginInstall/with_insecure (1.68s) [2020-04-02T22:12:32.477Z] plugin_test.go:157: [d701c1de30043] daemon is not started [2020-04-02T22:12:32.477Z] === RUN TestPluginInstall [2020-04-02T22:12:32.477Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:12:32.477Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-04-02T22:12:33.037Z] time="2020-04-02T22:12:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:33.037Z] time="2020-04-02T22:12:32Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:33.037Z] time="2020-04-02T22:12:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7f2bc5a6a3e351a68afdc880d24e7a9160c446929cf22705f7490da4626aae53" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:33.037Z] time="2020-04-02T22:12:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:33.037Z] time="2020-04-02T22:12:32Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:33.037Z] time="2020-04-02T22:12:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7f2bc5a6a3e351a68afdc880d24e7a9160c446929cf22705f7490da4626aae53" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:33.076Z] --- PASS: TestDaemonIpcModeShareable (1.92s) [2020-04-02T22:12:33.076Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2020-04-02T22:12:33.076Z] === RUN TestDaemonIpcModePrivate [2020-04-02T22:12:33.086Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-04-02T22:12:33.086Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.99s) [2020-04-02T22:12:33.086Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.36s) [2020-04-02T22:12:33.086Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.43s) [2020-04-02T22:12:33.086Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.44s) [2020-04-02T22:12:33.086Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.44s) [2020-04-02T22:12:33.086Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.44s) [2020-04-02T22:12:33.086Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.24s) [2020-04-02T22:12:33.086Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.24s) [2020-04-02T22:12:33.086Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.92s) [2020-04-02T22:12:33.086Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.78s) [2020-04-02T22:12:33.086Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.21s) [2020-04-02T22:12:33.086Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.30s) [2020-04-02T22:12:33.086Z] === RUN TestCgroupNamespacesRun [2020-04-02T22:12:33.597Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:12:33.597Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-04-02T22:12:33.674Z] --- PASS: TestImportExtremelyLargeImageWorks (104.26s) [2020-04-02T22:12:33.674Z] PASS [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === Skipped [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-04-02T22:12:33.674Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] DONE 12 tests, 1 skipped in 108.677s [2020-04-02T22:12:33.674Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-04-02T22:12:33.674Z] INFO: Testing against a local daemon [2020-04-02T22:12:33.674Z] === RUN TestNetworkCreateDelete [2020-04-02T22:12:33.674Z] --- PASS: TestNetworkCreateDelete (0.11s) [2020-04-02T22:12:33.674Z] === RUN TestDockerNetworkDeletePreferID [2020-04-02T22:12:33.674Z] --- PASS: TestDockerNetworkDeletePreferID (0.30s) [2020-04-02T22:12:33.674Z] === RUN TestInspectNetwork [2020-04-02T22:12:33.674Z] --- SKIP: TestInspectNetwork (0.00s) [2020-04-02T22:12:33.674Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:12:33.674Z] === RUN TestRunContainerWithBridgeNone [2020-04-02T22:12:33.674Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-04-02T22:12:33.674Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-04-02T22:12:33.674Z] === RUN TestNetworkInvalidJSON [2020-04-02T22:12:33.674Z] === RUN TestNetworkInvalidJSON//networks/create [2020-04-02T22:12:33.674Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-04-02T22:12:33.674Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-04-02T22:12:33.674Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-04-02T22:12:33.674Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-02T22:12:33.674Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-02T22:12:33.674Z] === CONT TestNetworkInvalidJSON//networks/create [2020-04-02T22:12:33.674Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-02T22:12:33.674Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-04-02T22:12:33.674Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-04-02T22:12:33.674Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-04-02T22:12:33.674Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-04-02T22:12:33.674Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-04-02T22:12:33.674Z] === RUN TestHostIPv4BridgeLabel [2020-04-02T22:12:33.674Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-04-02T22:12:33.674Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-04-02T22:12:33.674Z] === RUN TestDaemonRestartWithLiveRestore [2020-04-02T22:12:33.674Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2020-04-02T22:12:33.674Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-04-02T22:12:33.674Z] === RUN TestDaemonDefaultNetworkPools [2020-04-02T22:12:33.674Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2020-04-02T22:12:33.674Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-04-02T22:12:33.674Z] === RUN TestDaemonRestartWithExistingNetwork [2020-04-02T22:12:33.674Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2020-04-02T22:12:33.674Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-04-02T22:12:33.674Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-04-02T22:12:33.674Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-04-02T22:12:33.674Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-04-02T22:12:33.674Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-04-02T22:12:33.674Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-04-02T22:12:33.674Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-04-02T22:12:33.674Z] === RUN TestServiceWithPredefinedNetwork [2020-04-02T22:12:33.674Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-04-02T22:12:33.674Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:12:33.674Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-04-02T22:12:33.674Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-04-02T22:12:33.674Z] service_test.go:236: FLAKY_TEST [2020-04-02T22:12:33.674Z] === RUN TestServiceWithDataPathPortInit [2020-04-02T22:12:33.674Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2020-04-02T22:12:33.674Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:12:33.674Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-04-02T22:12:33.674Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-04-02T22:12:33.674Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:12:33.674Z] PASS [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === Skipped [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2020-04-02T22:12:33.674Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2020-04-02T22:12:33.674Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2020-04-02T22:12:33.674Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.00s) [2020-04-02T22:12:33.674Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2020-04-02T22:12:33.674Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2020-04-02T22:12:33.674Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-04-02T22:12:33.674Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-04-02T22:12:33.674Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2020-04-02T22:12:33.674Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-04-02T22:12:33.674Z] service_test.go:236: FLAKY_TEST [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2020-04-02T22:12:33.674Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-04-02T22:12:33.674Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] DONE 18 tests, 12 skipped in 0.613s [2020-04-02T22:12:33.674Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-04-02T22:12:33.674Z] INFO: Testing against a local daemon [2020-04-02T22:12:33.674Z] === RUN TestDockerNetworkIpvlanPersistance [2020-04-02T22:12:33.674Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-04-02T22:12:33.674Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-02T22:12:33.674Z] === RUN TestDockerNetworkIpvlan [2020-04-02T22:12:33.674Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-04-02T22:12:33.674Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-02T22:12:33.674Z] PASS [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === Skipped [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-04-02T22:12:33.674Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-04-02T22:12:33.674Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] DONE 2 tests, 2 skipped in 0.130s [2020-04-02T22:12:33.674Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-04-02T22:12:33.674Z] INFO: Testing against a local daemon [2020-04-02T22:12:33.674Z] === RUN TestDockerNetworkMacvlanPersistance [2020-04-02T22:12:33.674Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2020-04-02T22:12:33.674Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-04-02T22:12:33.674Z] === RUN TestDockerNetworkMacvlan [2020-04-02T22:12:33.674Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2020-04-02T22:12:33.674Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-04-02T22:12:33.674Z] PASS [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === Skipped [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2020-04-02T22:12:33.674Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2020-04-02T22:12:33.674Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] DONE 2 tests, 2 skipped in 0.129s [2020-04-02T22:12:33.674Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-04-02T22:12:33.674Z] testing: warning: no tests to run [2020-04-02T22:12:33.674Z] PASS [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] DONE 0 tests in 0.029s [2020-04-02T22:12:33.674Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-04-02T22:12:33.674Z] INFO: Testing against a local daemon [2020-04-02T22:12:33.674Z] === RUN TestAuthZPluginAllowRequest [2020-04-02T22:12:33.674Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] === RUN TestAuthZPluginTLS [2020-04-02T22:12:33.674Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] === RUN TestAuthZPluginDenyRequest [2020-04-02T22:12:33.674Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] === RUN TestAuthZPluginAPIDenyResponse [2020-04-02T22:12:33.674Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] === RUN TestAuthZPluginDenyResponse [2020-04-02T22:12:33.674Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] === RUN TestAuthZPluginAllowEventStream [2020-04-02T22:12:33.674Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] === RUN TestAuthZPluginErrorResponse [2020-04-02T22:12:33.674Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] === RUN TestAuthZPluginErrorRequest [2020-04-02T22:12:33.674Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-04-02T22:12:33.674Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-04-02T22:12:33.674Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-04-02T22:12:33.674Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] === RUN TestAuthZPluginHeader [2020-04-02T22:12:33.674Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-04-02T22:12:33.674Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.29s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] === RUN TestAuthZPluginV2Disable [2020-04-02T22:12:33.674Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-04-02T22:12:33.674Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-04-02T22:12:33.674Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-04-02T22:12:33.674Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] PASS [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === Skipped [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.29s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.674Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2020-04-02T22:12:33.674Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.674Z] [2020-04-02T22:12:33.675Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2020-04-02T22:12:33.675Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.675Z] [2020-04-02T22:12:33.675Z] [2020-04-02T22:12:33.675Z] DONE 17 tests, 17 skipped in 0.476s [2020-04-02T22:12:33.675Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-04-02T22:12:33.675Z] INFO: Testing against a local daemon [2020-04-02T22:12:33.675Z] === RUN TestPluginInvalidJSON [2020-04-02T22:12:33.675Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-04-02T22:12:33.675Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-04-02T22:12:33.675Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-04-02T22:12:33.675Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-04-02T22:12:33.675Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-04-02T22:12:33.675Z] === RUN TestPluginInstall [2020-04-02T22:12:33.675Z] --- SKIP: TestPluginInstall (0.00s) [2020-04-02T22:12:33.675Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.675Z] PASS [2020-04-02T22:12:33.675Z] [2020-04-02T22:12:33.675Z] === Skipped [2020-04-02T22:12:33.675Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2020-04-02T22:12:33.675Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-04-02T22:12:33.675Z] [2020-04-02T22:12:33.675Z] [2020-04-02T22:12:33.675Z] DONE 3 tests, 1 skipped in 0.153s [2020-04-02T22:12:33.675Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-04-02T22:12:33.675Z] INFO: Testing against a local daemon [2020-04-02T22:12:33.675Z] === RUN TestExternalGraphDriver [2020-04-02T22:12:33.675Z] --- SKIP: TestExternalGraphDriver (0.07s) [2020-04-02T22:12:33.675Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-04-02T22:12:33.675Z] === RUN TestGraphdriverPluginV2 [2020-04-02T22:12:33.851Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-04-02T22:12:34.410Z] time="2020-04-02T22:12:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:34.410Z] time="2020-04-02T22:12:34Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:34.410Z] time="2020-04-02T22:12:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ac53609ca0ae736ab011d5eece2d6ab9d7dc7fa97fa5eb3b6886ff820b28e922" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:34.410Z] time="2020-04-02T22:12:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:34.410Z] time="2020-04-02T22:12:34Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:34.410Z] time="2020-04-02T22:12:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ac53609ca0ae736ab011d5eece2d6ab9d7dc7fa97fa5eb3b6886ff820b28e922" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:34.555Z] --- PASS: TestCgroupNamespacesRun (1.80s) [2020-04-02T22:12:34.555Z] === RUN TestCgroupNamespacesRunPrivileged [2020-04-02T22:12:34.665Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:12:34.978Z] --- PASS: TestDaemonIpcModePrivate (1.81s) [2020-04-02T22:12:34.978Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2020-04-02T22:12:34.978Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-04-02T22:12:35.043Z] --- PASS: TestGraphdriverPluginV2 (6.65s) [2020-04-02T22:12:35.044Z] PASS [2020-04-02T22:12:35.044Z] [2020-04-02T22:12:35.044Z] === Skipped [2020-04-02T22:12:35.044Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s) [2020-04-02T22:12:35.044Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-04-02T22:12:35.044Z] [2020-04-02T22:12:35.044Z] [2020-04-02T22:12:35.044Z] DONE 2 tests, 1 skipped in 6.878s [2020-04-02T22:12:35.044Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-04-02T22:12:35.300Z] INFO: Testing against a local daemon [2020-04-02T22:12:35.300Z] === RUN TestContinueAfterPluginCrash [2020-04-02T22:12:35.300Z] === PAUSE TestContinueAfterPluginCrash [2020-04-02T22:12:35.300Z] === RUN TestReadPluginNoRead [2020-04-02T22:12:35.300Z] === PAUSE TestReadPluginNoRead [2020-04-02T22:12:35.300Z] === RUN TestDaemonStartWithLogOpt [2020-04-02T22:12:35.300Z] === PAUSE TestDaemonStartWithLogOpt [2020-04-02T22:12:35.300Z] === CONT TestContinueAfterPluginCrash [2020-04-02T22:12:35.300Z] === CONT TestDaemonStartWithLogOpt [2020-04-02T22:12:35.589Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-04-02T22:12:35.843Z] time="2020-04-02T22:12:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:35.844Z] time="2020-04-02T22:12:35Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:35.844Z] time="2020-04-02T22:12:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d03d2ccd11353ce36674f58369200075413d4ff3ed28900510d0a38a35957006" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:35.844Z] time="2020-04-02T22:12:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:35.844Z] time="2020-04-02T22:12:35Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:35.844Z] time="2020-04-02T22:12:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d03d2ccd11353ce36674f58369200075413d4ff3ed28900510d0a38a35957006" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:36.403Z] --- PASS: TestPluginInstall (3.97s) [2020-04-02T22:12:36.403Z] --- PASS: TestPluginInstall/no_auth (1.13s) [2020-04-02T22:12:36.403Z] --- PASS: TestPluginInstall/with_htpasswd (1.24s) [2020-04-02T22:12:36.403Z] --- PASS: TestPluginInstall/with_insecure (1.59s) [2020-04-02T22:12:36.403Z] plugin_test.go:157: [d74db2e3a10da] daemon is not started [2020-04-02T22:12:36.403Z] === RUN TestPluginInstall [2020-04-02T22:12:36.403Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:12:36.575Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.72s) [2020-04-02T22:12:36.575Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-04-02T22:12:36.880Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.77s) [2020-04-02T22:12:36.880Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2020-04-02T22:12:36.880Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-04-02T22:12:36.964Z] time="2020-04-02T22:12:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:36.964Z] time="2020-04-02T22:12:36Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:36.964Z] time="2020-04-02T22:12:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:41821ba448739ba28f003a5c4156f79f7037b070d7590cc942ac556ccb78f17f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:36.964Z] time="2020-04-02T22:12:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:36.964Z] time="2020-04-02T22:12:36Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:36.964Z] time="2020-04-02T22:12:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:41821ba448739ba28f003a5c4156f79f7037b070d7590cc942ac556ccb78f17f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:37.219Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:12:37.219Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-04-02T22:12:37.778Z] === RUN TestDockerSuite/TestAttachDetach [2020-04-02T22:12:38.033Z] time="2020-04-02T22:12:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:38.033Z] time="2020-04-02T22:12:37Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:38.033Z] time="2020-04-02T22:12:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d4fc426a39dca2d4c16c978701520ecd77c211effff50cb577a64676fe4a7fad" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:38.033Z] time="2020-04-02T22:12:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:38.033Z] time="2020-04-02T22:12:37Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:38.033Z] time="2020-04-02T22:12:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d4fc426a39dca2d4c16c978701520ecd77c211effff50cb577a64676fe4a7fad" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:38.043Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.74s) [2020-04-02T22:12:38.043Z] === RUN TestCgroupNamespacesRunHostMode [2020-04-02T22:12:38.592Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:12:38.784Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.87s) [2020-04-02T22:12:38.784Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2020-04-02T22:12:38.784Z] === RUN TestIpcModeOlderClient [2020-04-02T22:12:38.784Z] === PAUSE TestIpcModeOlderClient [2020-04-02T22:12:38.784Z] === RUN TestKillContainerInvalidSignal [2020-04-02T22:12:38.847Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-04-02T22:12:39.353Z] --- PASS: TestKillContainerInvalidSignal (0.79s) [2020-04-02T22:12:39.353Z] === RUN TestKillContainer [2020-04-02T22:12:39.353Z] === RUN TestKillContainer/no_signal [2020-04-02T22:12:39.773Z] time="2020-04-02T22:12:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:39.773Z] time="2020-04-02T22:12:39Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:39.773Z] time="2020-04-02T22:12:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:41f9041915493e027e79f10ad1a6f225751d973a476d7003f79549a8d80662ad" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:39.773Z] time="2020-04-02T22:12:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:39.773Z] time="2020-04-02T22:12:39Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:39.773Z] time="2020-04-02T22:12:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:41f9041915493e027e79f10ad1a6f225751d973a476d7003f79549a8d80662ad" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:40.030Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-04-02T22:12:40.063Z] --- PASS: TestCgroupNamespacesRunHostMode (1.68s) [2020-04-02T22:12:40.063Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-04-02T22:12:40.286Z] --- PASS: TestPluginInstall (3.86s) [2020-04-02T22:12:40.286Z] --- PASS: TestPluginInstall/no_auth (0.97s) [2020-04-02T22:12:40.286Z] --- PASS: TestPluginInstall/with_htpasswd (1.22s) [2020-04-02T22:12:40.286Z] --- PASS: TestPluginInstall/with_insecure (1.67s) [2020-04-02T22:12:40.286Z] plugin_test.go:157: [d467c8d0174fe] daemon is not started [2020-04-02T22:12:40.286Z] PASS [2020-04-02T22:12:40.286Z] [2020-04-02T22:12:40.286Z] DONE 20 tests in 19.260s [2020-04-02T22:12:40.286Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.286Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.286Z] +++ set -e [2020-04-02T22:12:40.286Z] +++ '[' -n 0 ']' [2020-04-02T22:12:40.286Z] +++ set -x [2020-04-02T22:12:40.286Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.286Z] INFO: Testing against a local daemon [2020-04-02T22:12:40.286Z] testing: warning: no tests to run [2020-04-02T22:12:40.286Z] PASS [2020-04-02T22:12:40.286Z] [2020-04-02T22:12:40.286Z] DONE 0 tests in 0.063s [2020-04-02T22:12:40.286Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.286Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.286Z] +++ set -e [2020-04-02T22:12:40.286Z] +++ '[' -n 0 ']' [2020-04-02T22:12:40.286Z] +++ set -x [2020-04-02T22:12:40.286Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.286Z] INFO: Testing against a local daemon [2020-04-02T22:12:40.286Z] testing: warning: no tests to run [2020-04-02T22:12:40.286Z] PASS [2020-04-02T22:12:40.286Z] [2020-04-02T22:12:40.286Z] DONE 0 tests in 0.093s [2020-04-02T22:12:40.286Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.286Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.286Z] +++ set -e [2020-04-02T22:12:40.286Z] +++ '[' -n 0 ']' [2020-04-02T22:12:40.286Z] +++ set -x [2020-04-02T22:12:40.286Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.286Z] testing: warning: no tests to run [2020-04-02T22:12:40.286Z] PASS [2020-04-02T22:12:40.286Z] [2020-04-02T22:12:40.286Z] DONE 0 tests in 0.010s [2020-04-02T22:12:40.288Z] === RUN TestKillContainer/non_killing_signal [2020-04-02T22:12:40.541Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.541Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.541Z] +++ set -e [2020-04-02T22:12:40.541Z] +++ '[' -n 0 ']' [2020-04-02T22:12:40.541Z] +++ set -x [2020-04-02T22:12:40.541Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.541Z] INFO: Testing against a local daemon [2020-04-02T22:12:40.541Z] testing: warning: no tests to run [2020-04-02T22:12:40.541Z] PASS [2020-04-02T22:12:40.541Z] [2020-04-02T22:12:40.541Z] DONE 0 tests in 0.049s [2020-04-02T22:12:40.541Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.541Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.541Z] +++ set -e [2020-04-02T22:12:40.541Z] +++ '[' -n 0 ']' [2020-04-02T22:12:40.541Z] +++ set -x [2020-04-02T22:12:40.541Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.541Z] INFO: Testing against a local daemon [2020-04-02T22:12:40.541Z] testing: warning: no tests to run [2020-04-02T22:12:40.541Z] PASS [2020-04-02T22:12:40.541Z] [2020-04-02T22:12:40.541Z] DONE 0 tests in 0.054s [2020-04-02T22:12:40.541Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.541Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.541Z] +++ set -e [2020-04-02T22:12:40.541Z] +++ '[' -n 0 ']' [2020-04-02T22:12:40.541Z] +++ set -x [2020-04-02T22:12:40.541Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.541Z] INFO: Testing against a local daemon [2020-04-02T22:12:40.541Z] testing: warning: no tests to run [2020-04-02T22:12:40.541Z] PASS [2020-04-02T22:12:40.541Z] [2020-04-02T22:12:40.541Z] DONE 0 tests in 0.082s [2020-04-02T22:12:40.547Z] === RUN TestKillContainer/killing_signal [2020-04-02T22:12:40.796Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.796Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.796Z] +++ set -e [2020-04-02T22:12:40.796Z] +++ '[' -n 0 ']' [2020-04-02T22:12:40.796Z] +++ set -x [2020-04-02T22:12:40.796Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.796Z] INFO: Testing against a local daemon [2020-04-02T22:12:40.796Z] testing: warning: no tests to run [2020-04-02T22:12:40.796Z] PASS [2020-04-02T22:12:40.796Z] [2020-04-02T22:12:40.796Z] DONE 0 tests in 0.028s [2020-04-02T22:12:40.796Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.796Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.796Z] +++ set -e [2020-04-02T22:12:40.796Z] +++ '[' -n 0 ']' [2020-04-02T22:12:40.796Z] +++ set -x [2020-04-02T22:12:40.797Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.797Z] INFO: Testing against a local daemon [2020-04-02T22:12:40.797Z] testing: warning: no tests to run [2020-04-02T22:12:40.797Z] PASS [2020-04-02T22:12:40.797Z] [2020-04-02T22:12:40.797Z] DONE 0 tests in 0.032s [2020-04-02T22:12:40.797Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.797Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.797Z] +++ set -e [2020-04-02T22:12:40.797Z] +++ '[' -n 0 ']' [2020-04-02T22:12:40.797Z] +++ set -x [2020-04-02T22:12:40.797Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.797Z] INFO: Testing against a local daemon [2020-04-02T22:12:40.797Z] testing: warning: no tests to run [2020-04-02T22:12:40.797Z] PASS [2020-04-02T22:12:40.797Z] [2020-04-02T22:12:40.797Z] DONE 0 tests in 0.035s [2020-04-02T22:12:40.797Z] Running integration-test (iteration 5) [2020-04-02T22:12:40.797Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.797Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.797Z] +++ set -e [2020-04-02T22:12:40.797Z] +++ '[' -n 0 ']' [2020-04-02T22:12:40.797Z] +++ set -x [2020-04-02T22:12:40.797Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.797Z] INFO: Testing against a local daemon [2020-04-02T22:12:40.797Z] testing: warning: no tests to run [2020-04-02T22:12:40.797Z] PASS [2020-04-02T22:12:40.797Z] [2020-04-02T22:12:40.797Z] DONE 0 tests in 0.041s [2020-04-02T22:12:40.797Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.797Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:40.797Z] +++ set -e [2020-04-02T22:12:40.797Z] +++ '[' -n 0 ']' [2020-04-02T22:12:40.797Z] +++ set -x [2020-04-02T22:12:40.797Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.052Z] INFO: Testing against a local daemon [2020-04-02T22:12:41.052Z] testing: warning: no tests to run [2020-04-02T22:12:41.052Z] PASS [2020-04-02T22:12:41.052Z] [2020-04-02T22:12:41.052Z] DONE 0 tests in 0.030s [2020-04-02T22:12:41.052Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.052Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.052Z] +++ set -e [2020-04-02T22:12:41.052Z] +++ '[' -n 0 ']' [2020-04-02T22:12:41.052Z] +++ set -x [2020-04-02T22:12:41.052Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.052Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-04-02T22:12:41.052Z] INFO: Testing against a local daemon [2020-04-02T22:12:41.052Z] testing: warning: no tests to run [2020-04-02T22:12:41.052Z] PASS [2020-04-02T22:12:41.052Z] [2020-04-02T22:12:41.052Z] DONE 0 tests in 0.036s [2020-04-02T22:12:41.052Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.052Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.052Z] +++ set -e [2020-04-02T22:12:41.052Z] +++ '[' -n 0 ']' [2020-04-02T22:12:41.052Z] +++ set -x [2020-04-02T22:12:41.052Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.052Z] INFO: Testing against a local daemon [2020-04-02T22:12:41.052Z] testing: warning: no tests to run [2020-04-02T22:12:41.052Z] PASS [2020-04-02T22:12:41.052Z] [2020-04-02T22:12:41.052Z] DONE 0 tests in 0.049s [2020-04-02T22:12:41.052Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.052Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.052Z] +++ set -e [2020-04-02T22:12:41.052Z] +++ '[' -n 0 ']' [2020-04-02T22:12:41.052Z] +++ set -x [2020-04-02T22:12:41.052Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.052Z] INFO: Testing against a local daemon [2020-04-02T22:12:41.052Z] testing: warning: no tests to run [2020-04-02T22:12:41.052Z] PASS [2020-04-02T22:12:41.052Z] [2020-04-02T22:12:41.052Z] DONE 0 tests in 0.046s [2020-04-02T22:12:41.052Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.052Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.052Z] +++ set -e [2020-04-02T22:12:41.052Z] +++ '[' -n 0 ']' [2020-04-02T22:12:41.052Z] +++ set -x [2020-04-02T22:12:41.052Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.052Z] INFO: Testing against a local daemon [2020-04-02T22:12:41.052Z] testing: warning: no tests to run [2020-04-02T22:12:41.052Z] PASS [2020-04-02T22:12:41.052Z] [2020-04-02T22:12:41.052Z] DONE 0 tests in 0.043s [2020-04-02T22:12:41.052Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.052Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.052Z] +++ set -e [2020-04-02T22:12:41.052Z] +++ '[' -n 0 ']' [2020-04-02T22:12:41.052Z] +++ set -x [2020-04-02T22:12:41.053Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.308Z] INFO: Testing against a local daemon [2020-04-02T22:12:41.308Z] testing: warning: no tests to run [2020-04-02T22:12:41.308Z] PASS [2020-04-02T22:12:41.308Z] [2020-04-02T22:12:41.308Z] DONE 0 tests in 0.036s [2020-04-02T22:12:41.308Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.308Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.308Z] +++ set -e [2020-04-02T22:12:41.308Z] +++ '[' -n 0 ']' [2020-04-02T22:12:41.308Z] +++ set -x [2020-04-02T22:12:41.308Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.308Z] testing: warning: no tests to run [2020-04-02T22:12:41.308Z] PASS [2020-04-02T22:12:41.308Z] [2020-04-02T22:12:41.308Z] DONE 0 tests in 0.005s [2020-04-02T22:12:41.308Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.308Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.308Z] +++ set -e [2020-04-02T22:12:41.308Z] +++ '[' -n 0 ']' [2020-04-02T22:12:41.308Z] +++ set -x [2020-04-02T22:12:41.308Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.308Z] INFO: Testing against a local daemon [2020-04-02T22:12:41.308Z] testing: warning: no tests to run [2020-04-02T22:12:41.308Z] PASS [2020-04-02T22:12:41.308Z] [2020-04-02T22:12:41.308Z] DONE 0 tests in 0.035s [2020-04-02T22:12:41.308Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.308Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.308Z] +++ set -e [2020-04-02T22:12:41.308Z] +++ '[' -n 0 ']' [2020-04-02T22:12:41.308Z] +++ set -x [2020-04-02T22:12:41.308Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:12:41.308Z] INFO: Testing against a local daemon [2020-04-02T22:12:41.308Z] === RUN TestPluginInstall [2020-04-02T22:12:41.308Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:12:41.553Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.78s) [2020-04-02T22:12:41.553Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-04-02T22:12:41.869Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-04-02T22:12:41.921Z] --- PASS: TestKillContainer (2.29s) [2020-04-02T22:12:41.921Z] --- PASS: TestKillContainer/no_signal (0.75s) [2020-04-02T22:12:41.921Z] --- PASS: TestKillContainer/non_killing_signal (0.49s) [2020-04-02T22:12:41.921Z] --- PASS: TestKillContainer/killing_signal (0.76s) [2020-04-02T22:12:41.921Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-04-02T22:12:41.921Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-04-02T22:12:42.123Z] time="2020-04-02T22:12:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:42.123Z] time="2020-04-02T22:12:41Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:42.123Z] time="2020-04-02T22:12:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a7ac37ff3d91a636ee463aa77f71a095f20fc03a59906e2a250935b179f62eaa" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:42.123Z] time="2020-04-02T22:12:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:42.123Z] time="2020-04-02T22:12:41Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:42.123Z] time="2020-04-02T22:12:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a7ac37ff3d91a636ee463aa77f71a095f20fc03a59906e2a250935b179f62eaa" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:42.167Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.82s) [2020-04-02T22:12:42.167Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-04-02T22:12:42.377Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:12:42.488Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-04-02T22:12:42.941Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-04-02T22:12:43.171Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.81s) [2020-04-02T22:12:43.171Z] === RUN TestCgroupNamespacesRunOlderClient [2020-04-02T22:12:43.195Z] time="2020-04-02T22:12:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:43.195Z] time="2020-04-02T22:12:43Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:43.195Z] time="2020-04-02T22:12:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a3dce22367dca7bcb7cbd97b9c4f3d0b790fbcb19b134ffc4f0705e4dda7aa79" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:43.195Z] time="2020-04-02T22:12:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:43.195Z] time="2020-04-02T22:12:43Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:43.195Z] time="2020-04-02T22:12:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a3dce22367dca7bcb7cbd97b9c4f3d0b790fbcb19b134ffc4f0705e4dda7aa79" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:43.424Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.54s) [2020-04-02T22:12:43.424Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.77s) [2020-04-02T22:12:43.424Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.49s) [2020-04-02T22:12:43.424Z] === RUN TestKillStoppedContainer [2020-04-02T22:12:43.424Z] --- PASS: TestKillStoppedContainer (0.09s) [2020-04-02T22:12:43.424Z] === RUN TestKillStoppedContainerAPIPre120 [2020-04-02T22:12:43.424Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2020-04-02T22:12:43.424Z] === RUN TestKillDifferentUserContainer [2020-04-02T22:12:43.755Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:12:43.755Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-04-02T22:12:44.009Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-04-02T22:12:44.359Z] --- PASS: TestKillDifferentUserContainer (0.82s) [2020-04-02T22:12:44.359Z] === RUN TestInspectOomKilledTrue [2020-04-02T22:12:44.359Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-04-02T22:12:44.359Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-02T22:12:44.359Z] === RUN TestInspectOomKilledFalse [2020-04-02T22:12:44.359Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-04-02T22:12:44.359Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-02T22:12:44.359Z] === RUN TestLinksEtcHostsContentMatch [2020-04-02T22:12:44.926Z] --- PASS: TestLinksEtcHostsContentMatch (0.64s) [2020-04-02T22:12:44.926Z] === RUN TestLinksContainerNames [2020-04-02T22:12:44.934Z] time="2020-04-02T22:12:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:44.934Z] time="2020-04-02T22:12:44Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:44.934Z] time="2020-04-02T22:12:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:464cd8405225f28c05af349808bc7e16110452e2d094bffc043dde6e6da521c6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:44.934Z] time="2020-04-02T22:12:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:44.934Z] time="2020-04-02T22:12:44Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:44.934Z] time="2020-04-02T22:12:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:464cd8405225f28c05af349808bc7e16110452e2d094bffc043dde6e6da521c6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:45.189Z] --- PASS: TestPluginInstall (3.88s) [2020-04-02T22:12:45.189Z] --- PASS: TestPluginInstall/no_auth (1.04s) [2020-04-02T22:12:45.189Z] --- PASS: TestPluginInstall/with_htpasswd (1.21s) [2020-04-02T22:12:45.189Z] --- PASS: TestPluginInstall/with_insecure (1.63s) [2020-04-02T22:12:45.189Z] plugin_test.go:157: [d3f6804792b26] daemon is not started [2020-04-02T22:12:45.189Z] === RUN TestPluginInstall [2020-04-02T22:12:45.189Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:12:45.189Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.77s) [2020-04-02T22:12:45.189Z] === RUN TestKernelTCPMemory [2020-04-02T22:12:45.444Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-04-02T22:12:45.699Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-04-02T22:12:45.803Z] --- PASS: TestKernelTCPMemory (0.91s) [2020-04-02T22:12:45.803Z] === RUN TestNISDomainname [2020-04-02T22:12:45.954Z] time="2020-04-02T22:12:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:45.954Z] time="2020-04-02T22:12:45Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:45.954Z] time="2020-04-02T22:12:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5d629c46f9b761fc9100e423b853d55c635f600dafa3724010d50b497a774b9b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:45.954Z] time="2020-04-02T22:12:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:45.954Z] time="2020-04-02T22:12:45Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:45.954Z] time="2020-04-02T22:12:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5d629c46f9b761fc9100e423b853d55c635f600dafa3724010d50b497a774b9b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:46.303Z] --- PASS: TestLinksContainerNames (1.49s) [2020-04-02T22:12:46.303Z] === RUN TestLogsFollowTailEmpty [2020-04-02T22:12:46.514Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:12:46.808Z] --- PASS: TestNISDomainname (1.00s) [2020-04-02T22:12:46.808Z] === RUN TestHostnameDnsResolution [2020-04-02T22:12:47.074Z] time="2020-04-02T22:12:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:47.074Z] time="2020-04-02T22:12:46Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:47.074Z] time="2020-04-02T22:12:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:75b1b9b05c6c5e52dfc26854be89a83f9d3207947c3f75aff75bc1d5e1f5ff8d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:47.074Z] time="2020-04-02T22:12:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:47.074Z] time="2020-04-02T22:12:46Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:47.074Z] time="2020-04-02T22:12:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:75b1b9b05c6c5e52dfc26854be89a83f9d3207947c3f75aff75bc1d5e1f5ff8d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:47.238Z] --- PASS: TestLogsFollowTailEmpty (0.74s) [2020-04-02T22:12:47.238Z] === RUN TestContainerNetworkMountsNoChown [2020-04-02T22:12:47.633Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:12:47.806Z] --- PASS: TestContainerNetworkMountsNoChown (0.74s) [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/default [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/default [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/private [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/private [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/rprivate [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/rprivate [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/slave [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/slave [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/rslave [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/rslave [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/shared [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/shared [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/rshared [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/rshared [2020-04-02T22:12:47.806Z] === CONT TestMountDaemonRoot/default [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/default/mount_root [2020-04-02T22:12:47.806Z] === CONT TestMountDaemonRoot/rslave [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-04-02T22:12:47.806Z] === CONT TestMountDaemonRoot/rshared [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-04-02T22:12:47.806Z] === CONT TestMountDaemonRoot/shared [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-04-02T22:12:47.806Z] === CONT TestMountDaemonRoot/rprivate [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/default/bind_root [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-04-02T22:12:47.806Z] === CONT TestMountDaemonRoot/slave [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-04-02T22:12:47.806Z] === CONT TestMountDaemonRoot/private [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/private/bind_root [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-04-02T22:12:47.806Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-04-02T22:12:47.806Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-04-02T22:12:47.807Z] === RUN TestMountDaemonRoot/private/mount_root [2020-04-02T22:12:47.807Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-04-02T22:12:47.807Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-04-02T22:12:47.807Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-04-02T22:12:47.807Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-04-02T22:12:47.807Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-04-02T22:12:47.807Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-04-02T22:12:47.807Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-04-02T22:12:47.807Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-04-02T22:12:47.807Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-04-02T22:12:47.807Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-04-02T22:12:47.807Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-04-02T22:12:47.807Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-04-02T22:12:47.888Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-04-02T22:12:47.888Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-04-02T22:12:48.065Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-04-02T22:12:48.065Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-04-02T22:12:48.065Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-04-02T22:12:48.065Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-04-02T22:12:48.065Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-04-02T22:12:48.065Z] === CONT TestMountDaemonRoot/private/bind_root [2020-04-02T22:12:48.065Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-04-02T22:12:48.065Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-04-02T22:12:48.065Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-04-02T22:12:48.065Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-04-02T22:12:48.065Z] === CONT TestMountDaemonRoot/default/bind_root [2020-04-02T22:12:48.065Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-04-02T22:12:48.065Z] === CONT TestMountDaemonRoot/default/mount_root [2020-04-02T22:12:48.065Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-04-02T22:12:48.065Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-04-02T22:12:48.065Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-04-02T22:12:48.324Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-04-02T22:12:48.324Z] === CONT TestMountDaemonRoot/private/mount_root [2020-04-02T22:12:48.324Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-04-02T22:12:48.324Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-04-02T22:12:48.324Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-04-02T22:12:48.324Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2020-04-02T22:12:48.324Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-04-02T22:12:48.324Z] === RUN TestContainerBindMountNonRecursive [2020-04-02T22:12:48.453Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-04-02T22:12:48.709Z] time="2020-04-02T22:12:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:48.709Z] time="2020-04-02T22:12:48Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:48.709Z] time="2020-04-02T22:12:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6ce484950ee3bc116f5464d270ba2cd0ffa478fc1fe30a796a1c1cf6f3806575" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:48.709Z] time="2020-04-02T22:12:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:48.709Z] time="2020-04-02T22:12:48Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:48.709Z] time="2020-04-02T22:12:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6ce484950ee3bc116f5464d270ba2cd0ffa478fc1fe30a796a1c1cf6f3806575" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:48.828Z] --- PASS: TestHostnameDnsResolution (1.76s) [2020-04-02T22:12:48.828Z] === RUN TestStats [2020-04-02T22:12:48.963Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-04-02T22:12:49.218Z] --- PASS: TestPluginInstall (3.97s) [2020-04-02T22:12:49.218Z] --- PASS: TestPluginInstall/no_auth (1.21s) [2020-04-02T22:12:49.218Z] --- PASS: TestPluginInstall/with_htpasswd (1.19s) [2020-04-02T22:12:49.218Z] --- PASS: TestPluginInstall/with_insecure (1.57s) [2020-04-02T22:12:49.218Z] plugin_test.go:157: [d389d1666dfee] daemon is not started [2020-04-02T22:12:49.218Z] === RUN TestPluginInstall [2020-04-02T22:12:49.218Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:12:49.218Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-04-02T22:12:50.168Z] --- PASS: TestDaemonStartWithLogOpt (13.82s) [2020-04-02T22:12:50.169Z] === CONT TestReadPluginNoRead [2020-04-02T22:12:50.185Z] time="2020-04-02T22:12:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:50.185Z] time="2020-04-02T22:12:49Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:50.185Z] time="2020-04-02T22:12:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c814637e8725f43d8d0e61e42df0fc3774a902503fe3ff1b05b0718e541b777d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:50.185Z] time="2020-04-02T22:12:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:50.185Z] time="2020-04-02T22:12:49Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:50.185Z] time="2020-04-02T22:12:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c814637e8725f43d8d0e61e42df0fc3774a902503fe3ff1b05b0718e541b777d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:50.226Z] --- PASS: TestContainerBindMountNonRecursive (1.91s) [2020-04-02T22:12:50.226Z] === RUN TestNetworkNat [2020-04-02T22:12:50.303Z] --- PASS: TestStats (1.85s) [2020-04-02T22:12:50.303Z] === RUN TestStopContainerWithTimeout [2020-04-02T22:12:50.303Z] === RUN TestStopContainerWithTimeout/0 [2020-04-02T22:12:50.303Z] === PAUSE TestStopContainerWithTimeout/0 [2020-04-02T22:12:50.303Z] === RUN TestStopContainerWithTimeout/1 [2020-04-02T22:12:50.303Z] === PAUSE TestStopContainerWithTimeout/1 [2020-04-02T22:12:50.303Z] === RUN TestStopContainerWithTimeout/3 [2020-04-02T22:12:50.303Z] === PAUSE TestStopContainerWithTimeout/3 [2020-04-02T22:12:50.303Z] === RUN TestStopContainerWithTimeout/-1 [2020-04-02T22:12:50.303Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-04-02T22:12:50.303Z] === CONT TestStopContainerWithTimeout/0 [2020-04-02T22:12:50.303Z] === CONT TestStopContainerWithTimeout/3 [2020-04-02T22:12:50.439Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-04-02T22:12:50.439Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:12:50.694Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-04-02T22:12:50.694Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-04-02T22:12:50.948Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-04-02T22:12:51.162Z] --- PASS: TestNetworkNat (0.87s) [2020-04-02T22:12:51.162Z] === RUN TestNetworkLocalhostTCPNat [2020-04-02T22:12:51.203Z] time="2020-04-02T22:12:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:51.204Z] time="2020-04-02T22:12:51Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:51.204Z] time="2020-04-02T22:12:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7464f0ba7831a1fb193b6430e8745cbb62053b976e9a56e09b2e9d68581b3f04" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:51.204Z] time="2020-04-02T22:12:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:51.204Z] time="2020-04-02T22:12:51Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:51.204Z] time="2020-04-02T22:12:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7464f0ba7831a1fb193b6430e8745cbb62053b976e9a56e09b2e9d68581b3f04" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:51.771Z] === CONT TestStopContainerWithTimeout/1 [2020-04-02T22:12:51.776Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:12:52.032Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-04-02T22:12:52.096Z] --- PASS: TestNetworkLocalhostTCPNat (0.85s) [2020-04-02T22:12:52.097Z] === RUN TestNetworkLoopbackNat [2020-04-02T22:12:52.689Z] --- PASS: TestContinueAfterPluginCrash (17.35s) [2020-04-02T22:12:52.946Z] === RUN TestReadPluginNoRead/default [2020-04-02T22:12:52.957Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-04-02T22:12:52.957Z] time="2020-04-02T22:12:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:52.957Z] time="2020-04-02T22:12:52Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:52.957Z] time="2020-04-02T22:12:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3ef25d182ab237693fe0a8eb04f65c011aa737170aecf5fde99f6374a9ecfcc8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:52.957Z] time="2020-04-02T22:12:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:52.957Z] time="2020-04-02T22:12:52Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:52.957Z] time="2020-04-02T22:12:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3ef25d182ab237693fe0a8eb04f65c011aa737170aecf5fde99f6374a9ecfcc8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:53.032Z] --- PASS: TestNetworkLoopbackNat (1.13s) [2020-04-02T22:12:53.032Z] === RUN TestPause [2020-04-02T22:12:53.238Z] === CONT TestStopContainerWithTimeout/-1 [2020-04-02T22:12:53.515Z] --- PASS: TestPluginInstall (4.24s) [2020-04-02T22:12:53.516Z] --- PASS: TestPluginInstall/no_auth (1.30s) [2020-04-02T22:12:53.516Z] --- PASS: TestPluginInstall/with_htpasswd (1.33s) [2020-04-02T22:12:53.516Z] --- PASS: TestPluginInstall/with_insecure (1.61s) [2020-04-02T22:12:53.516Z] plugin_test.go:157: [d86ee23dbf271] daemon is not started [2020-04-02T22:12:53.516Z] === RUN TestPluginInstall [2020-04-02T22:12:53.516Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:12:53.516Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-04-02T22:12:53.968Z] --- PASS: TestPause (0.80s) [2020-04-02T22:12:53.968Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-04-02T22:12:53.968Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-04-02T22:12:53.968Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-04-02T22:12:53.968Z] === RUN TestPauseStopPausedContainer [2020-04-02T22:12:54.074Z] time="2020-04-02T22:12:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:54.074Z] time="2020-04-02T22:12:54Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:54.074Z] time="2020-04-02T22:12:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2e8621d756399c5c6fdb104cf925712427420c89cd42beeb2f968603b0ff5f30" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:54.074Z] time="2020-04-02T22:12:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:54.074Z] time="2020-04-02T22:12:54Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:54.074Z] time="2020-04-02T22:12:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2e8621d756399c5c6fdb104cf925712427420c89cd42beeb2f968603b0ff5f30" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:54.633Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:12:54.902Z] --- PASS: TestPauseStopPausedContainer (0.81s) [2020-04-02T22:12:54.903Z] === RUN TestPsFilter [2020-04-02T22:12:54.903Z] --- PASS: TestPsFilter (0.26s) [2020-04-02T22:12:54.903Z] === RUN TestRemoveContainerWithRemovedVolume [2020-04-02T22:12:55.193Z] time="2020-04-02T22:12:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:55.193Z] time="2020-04-02T22:12:55Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:55.193Z] time="2020-04-02T22:12:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:eca833bf69f72999d7edb44fd042f6ea544a91f424804b1ff488baba43bb5129" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:55.193Z] time="2020-04-02T22:12:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:55.193Z] time="2020-04-02T22:12:55Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:55.193Z] time="2020-04-02T22:12:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:eca833bf69f72999d7edb44fd042f6ea544a91f424804b1ff488baba43bb5129" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:55.448Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-04-02T22:12:55.704Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:12:55.838Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.78s) [2020-04-02T22:12:55.838Z] === RUN TestRemoveContainerWithVolume [2020-04-02T22:12:56.216Z] === RUN TestReadPluginNoRead/disabled_caching [2020-04-02T22:12:56.683Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-04-02T22:12:56.683Z] --- PASS: TestStopContainerWithTimeout/0 (1.07s) [2020-04-02T22:12:56.683Z] --- PASS: TestStopContainerWithTimeout/1 (1.85s) [2020-04-02T22:12:56.683Z] --- PASS: TestStopContainerWithTimeout/3 (3.03s) [2020-04-02T22:12:56.683Z] --- PASS: TestStopContainerWithTimeout/-1 (2.81s) [2020-04-02T22:12:56.683Z] === RUN TestDeleteDevicemapper [2020-04-02T22:12:56.683Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-04-02T22:12:56.683Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-04-02T22:12:56.683Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-04-02T22:12:56.775Z] --- PASS: TestRemoveContainerWithVolume (0.79s) [2020-04-02T22:12:56.776Z] === RUN TestRemoveContainerRunning [2020-04-02T22:12:57.065Z] time="2020-04-02T22:12:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:57.065Z] time="2020-04-02T22:12:56Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:57.065Z] time="2020-04-02T22:12:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a52facf04af1dff612675e0ab88f248ea26629a23b2de594b33c3a57aac3fb6f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:57.065Z] time="2020-04-02T22:12:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:57.065Z] time="2020-04-02T22:12:56Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:57.065Z] time="2020-04-02T22:12:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a52facf04af1dff612675e0ab88f248ea26629a23b2de594b33c3a57aac3fb6f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:57.342Z] --- PASS: TestRemoveContainerRunning (0.79s) [2020-04-02T22:12:57.342Z] === RUN TestRemoveContainerForceRemoveRunning [2020-04-02T22:12:57.624Z] --- PASS: TestPluginInstall (4.07s) [2020-04-02T22:12:57.624Z] --- PASS: TestPluginInstall/no_auth (1.13s) [2020-04-02T22:12:57.624Z] --- PASS: TestPluginInstall/with_htpasswd (1.26s) [2020-04-02T22:12:57.624Z] --- PASS: TestPluginInstall/with_insecure (1.68s) [2020-04-02T22:12:57.624Z] plugin_test.go:157: [dc9874b853767] daemon is not started [2020-04-02T22:12:57.624Z] === RUN TestPluginInstall [2020-04-02T22:12:57.624Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:12:58.183Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-04-02T22:12:58.183Z] time="2020-04-02T22:12:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:58.183Z] time="2020-04-02T22:12:58Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:58.183Z] time="2020-04-02T22:12:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a56fb7959c69d1a28779039977d071935b3d4a3929d2608a3c55b33914c145a8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:58.183Z] time="2020-04-02T22:12:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:58.183Z] time="2020-04-02T22:12:58Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:58.183Z] time="2020-04-02T22:12:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a56fb7959c69d1a28779039977d071935b3d4a3929d2608a3c55b33914c145a8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:58.277Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.83s) [2020-04-02T22:12:58.277Z] === RUN TestRemoveInvalidContainer [2020-04-02T22:12:58.277Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-04-02T22:12:58.277Z] === RUN TestRenameLinkedContainer [2020-04-02T22:12:58.735Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-04-02T22:12:58.743Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:12:59.303Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-04-02T22:12:59.303Z] time="2020-04-02T22:12:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:59.303Z] time="2020-04-02T22:12:59Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:59.303Z] time="2020-04-02T22:12:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:762bca5b4216f5549ebbf596e9fd7b5e4fe865459c3360ce410476c3875bd131" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:59.303Z] time="2020-04-02T22:12:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:12:59.303Z] time="2020-04-02T22:12:59Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:12:59.303Z] time="2020-04-02T22:12:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:762bca5b4216f5549ebbf596e9fd7b5e4fe865459c3360ce410476c3875bd131" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:12:59.862Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:12:59.862Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-04-02T22:13:00.129Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.47s) [2020-04-02T22:13:00.129Z] === RUN TestUpdateMemory [2020-04-02T22:13:00.129Z] --- SKIP: TestUpdateMemory (0.00s) [2020-04-02T22:13:00.129Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-04-02T22:13:00.129Z] === RUN TestUpdateCPUQuota [2020-04-02T22:13:00.743Z] --- PASS: TestUpdateCPUQuota (1.18s) [2020-04-02T22:13:00.743Z] === RUN TestUpdatePidsLimit [2020-04-02T22:13:00.743Z] === RUN TestUpdatePidsLimit/update_from_none [2020-04-02T22:13:01.024Z] === RUN TestUpdatePidsLimit/no_change [2020-04-02T22:13:01.223Z] time="2020-04-02T22:13:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:13:01.223Z] time="2020-04-02T22:13:00Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:13:01.223Z] time="2020-04-02T22:13:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c9b142224af31e71ba4fea3084946e625bfa7ced1a5e7dbc9cf8be8da15c8c33" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:13:01.223Z] time="2020-04-02T22:13:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:13:01.223Z] time="2020-04-02T22:13:00Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:13:01.223Z] time="2020-04-02T22:13:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c9b142224af31e71ba4fea3084946e625bfa7ced1a5e7dbc9cf8be8da15c8c33" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:13:01.223Z] --- PASS: TestPluginInstall (3.79s) [2020-04-02T22:13:01.223Z] --- PASS: TestPluginInstall/no_auth (1.14s) [2020-04-02T22:13:01.223Z] --- PASS: TestPluginInstall/with_htpasswd (1.20s) [2020-04-02T22:13:01.223Z] --- PASS: TestPluginInstall/with_insecure (1.45s) [2020-04-02T22:13:01.223Z] plugin_test.go:157: [dbafb9fe199d0] daemon is not started [2020-04-02T22:13:01.223Z] PASS [2020-04-02T22:13:01.223Z] [2020-04-02T22:13:01.223Z] DONE 20 tests in 19.983s [2020-04-02T22:13:01.223Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.223Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.223Z] +++ set -e [2020-04-02T22:13:01.223Z] +++ '[' -n 0 ']' [2020-04-02T22:13:01.223Z] +++ set -x [2020-04-02T22:13:01.223Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.223Z] INFO: Testing against a local daemon [2020-04-02T22:13:01.223Z] testing: warning: no tests to run [2020-04-02T22:13:01.223Z] PASS [2020-04-02T22:13:01.223Z] [2020-04-02T22:13:01.223Z] DONE 0 tests in 0.035s [2020-04-02T22:13:01.223Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.223Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.223Z] +++ set -e [2020-04-02T22:13:01.223Z] +++ '[' -n 0 ']' [2020-04-02T22:13:01.223Z] +++ set -x [2020-04-02T22:13:01.223Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.254Z] --- PASS: TestReadPluginNoRead (12.10s) [2020-04-02T22:13:01.254Z] --- PASS: TestReadPluginNoRead/default (2.82s) [2020-04-02T22:13:01.254Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.80s) [2020-04-02T22:13:01.254Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.76s) [2020-04-02T22:13:01.254Z] read_test.go:91: [d098849e3432f] daemon is not started [2020-04-02T22:13:01.254Z] PASS [2020-04-02T22:13:01.254Z] [2020-04-02T22:13:01.254Z] DONE 6 tests in 26.076s [2020-04-02T22:13:01.254Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-04-02T22:13:01.254Z] testing: warning: no tests to run [2020-04-02T22:13:01.254Z] PASS [2020-04-02T22:13:01.254Z] [2020-04-02T22:13:01.254Z] DONE 0 tests in 0.045s [2020-04-02T22:13:01.254Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-04-02T22:13:01.478Z] INFO: Testing against a local daemon [2020-04-02T22:13:01.478Z] testing: warning: no tests to run [2020-04-02T22:13:01.478Z] PASS [2020-04-02T22:13:01.478Z] [2020-04-02T22:13:01.478Z] DONE 0 tests in 0.071s [2020-04-02T22:13:01.478Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.478Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.478Z] +++ set -e [2020-04-02T22:13:01.478Z] +++ '[' -n 0 ']' [2020-04-02T22:13:01.478Z] +++ set -x [2020-04-02T22:13:01.478Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.478Z] testing: warning: no tests to run [2020-04-02T22:13:01.479Z] PASS [2020-04-02T22:13:01.479Z] [2020-04-02T22:13:01.479Z] DONE 0 tests in 0.006s [2020-04-02T22:13:01.479Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.479Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.479Z] +++ set -e [2020-04-02T22:13:01.479Z] +++ '[' -n 0 ']' [2020-04-02T22:13:01.479Z] +++ set -x [2020-04-02T22:13:01.479Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.479Z] INFO: Testing against a local daemon [2020-04-02T22:13:01.479Z] testing: warning: no tests to run [2020-04-02T22:13:01.479Z] PASS [2020-04-02T22:13:01.479Z] [2020-04-02T22:13:01.479Z] DONE 0 tests in 0.041s [2020-04-02T22:13:01.479Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.479Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.479Z] +++ set -e [2020-04-02T22:13:01.479Z] +++ '[' -n 0 ']' [2020-04-02T22:13:01.479Z] +++ set -x [2020-04-02T22:13:01.479Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.479Z] INFO: Testing against a local daemon [2020-04-02T22:13:01.479Z] testing: warning: no tests to run [2020-04-02T22:13:01.479Z] PASS [2020-04-02T22:13:01.479Z] [2020-04-02T22:13:01.479Z] DONE 0 tests in 0.035s [2020-04-02T22:13:01.479Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.479Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.479Z] +++ set -e [2020-04-02T22:13:01.479Z] +++ '[' -n 0 ']' [2020-04-02T22:13:01.479Z] +++ set -x [2020-04-02T22:13:01.479Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.511Z] INFO: Testing against a local daemon [2020-04-02T22:13:01.511Z] === RUN TestPluginWithDevMounts [2020-04-02T22:13:01.511Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-04-02T22:13:01.511Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-04-02T22:13:01.511Z] PASS [2020-04-02T22:13:01.511Z] [2020-04-02T22:13:01.511Z] === Skipped [2020-04-02T22:13:01.511Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2020-04-02T22:13:01.511Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-04-02T22:13:01.511Z] [2020-04-02T22:13:01.511Z] [2020-04-02T22:13:01.511Z] DONE 1 tests, 1 skipped in 0.151s [2020-04-02T22:13:01.511Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-04-02T22:13:01.511Z] INFO: Testing against a local daemon [2020-04-02T22:13:01.511Z] === RUN TestSecretInspect [2020-04-02T22:13:01.511Z] --- SKIP: TestSecretInspect (0.02s) [2020-04-02T22:13:01.511Z] secret_test.go:25: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:01.511Z] === RUN TestSecretList [2020-04-02T22:13:01.511Z] --- SKIP: TestSecretList (0.01s) [2020-04-02T22:13:01.511Z] secret_test.go:48: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:01.511Z] === RUN TestSecretsCreateAndDelete [2020-04-02T22:13:01.511Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2020-04-02T22:13:01.511Z] secret_test.go:125: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:01.511Z] === RUN TestSecretsUpdate [2020-04-02T22:13:01.511Z] --- SKIP: TestSecretsUpdate (0.02s) [2020-04-02T22:13:01.511Z] secret_test.go:172: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:01.511Z] === RUN TestTemplatedSecret [2020-04-02T22:13:01.511Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-04-02T22:13:01.511Z] secret_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:01.511Z] === RUN TestSecretCreateResolve [2020-04-02T22:13:01.560Z] --- PASS: TestRenameLinkedContainer (3.02s) [2020-04-02T22:13:01.560Z] === RUN TestRenameStoppedContainer [2020-04-02T22:13:01.637Z] === RUN TestUpdatePidsLimit/update_lower [2020-04-02T22:13:01.734Z] INFO: Testing against a local daemon [2020-04-02T22:13:01.734Z] testing: warning: no tests to run [2020-04-02T22:13:01.734Z] PASS [2020-04-02T22:13:01.734Z] [2020-04-02T22:13:01.734Z] DONE 0 tests in 0.061s [2020-04-02T22:13:01.734Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.734Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.734Z] +++ set -e [2020-04-02T22:13:01.734Z] +++ '[' -n 0 ']' [2020-04-02T22:13:01.734Z] +++ set -x [2020-04-02T22:13:01.734Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.734Z] INFO: Testing against a local daemon [2020-04-02T22:13:01.734Z] testing: warning: no tests to run [2020-04-02T22:13:01.734Z] PASS [2020-04-02T22:13:01.734Z] [2020-04-02T22:13:01.734Z] DONE 0 tests in 0.028s [2020-04-02T22:13:01.734Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.734Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.734Z] +++ set -e [2020-04-02T22:13:01.734Z] +++ '[' -n 0 ']' [2020-04-02T22:13:01.734Z] +++ set -x [2020-04-02T22:13:01.734Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.734Z] INFO: Testing against a local daemon [2020-04-02T22:13:01.734Z] testing: warning: no tests to run [2020-04-02T22:13:01.734Z] PASS [2020-04-02T22:13:01.734Z] [2020-04-02T22:13:01.734Z] DONE 0 tests in 0.027s [2020-04-02T22:13:01.734Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.734Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.734Z] +++ set -e [2020-04-02T22:13:01.734Z] +++ '[' -n 0 ']' [2020-04-02T22:13:01.734Z] +++ set -x [2020-04-02T22:13:01.734Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginInstall [2020-04-02T22:13:01.734Z] INFO: Testing against a local daemon [2020-04-02T22:13:01.734Z] testing: warning: no tests to run [2020-04-02T22:13:01.734Z] PASS [2020-04-02T22:13:01.734Z] [2020-04-02T22:13:01.734Z] DONE 0 tests in 0.028s [2020-04-02T22:13:01.734Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration-flaky) [2020-04-02T22:13:01.734Z] +++++ cat bundles/test-integration-flaky/docker.pid [2020-04-02T22:13:01.734Z] ++++ kill 5602 [2020-04-02T22:13:01.768Z] --- SKIP: TestSecretCreateResolve (0.02s) [2020-04-02T22:13:01.768Z] secret_test.go:342: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:01.768Z] PASS [2020-04-02T22:13:01.768Z] [2020-04-02T22:13:01.768Z] === Skipped [2020-04-02T22:13:01.768Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2020-04-02T22:13:01.768Z] secret_test.go:25: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:01.768Z] [2020-04-02T22:13:01.768Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2020-04-02T22:13:01.768Z] secret_test.go:48: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:01.768Z] [2020-04-02T22:13:01.768Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2020-04-02T22:13:01.768Z] secret_test.go:125: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:01.768Z] [2020-04-02T22:13:01.768Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s) [2020-04-02T22:13:01.768Z] secret_test.go:172: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:01.768Z] [2020-04-02T22:13:01.768Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2020-04-02T22:13:01.768Z] secret_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:01.768Z] [2020-04-02T22:13:01.768Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.02s) [2020-04-02T22:13:01.768Z] secret_test.go:342: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:01.768Z] [2020-04-02T22:13:01.768Z] [2020-04-02T22:13:01.768Z] DONE 6 tests, 6 skipped in 0.219s [2020-04-02T22:13:01.768Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-04-02T22:13:01.768Z] INFO: Testing against a local daemon [2020-04-02T22:13:01.768Z] === RUN TestServiceCreateInit [2020-04-02T22:13:01.768Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-04-02T22:13:01.768Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-04-02T22:13:01.768Z] --- PASS: TestServiceCreateInit (0.02s) [2020-04-02T22:13:01.768Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-04-02T22:13:01.768Z] create_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:01.768Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-04-02T22:13:01.768Z] create_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:01.768Z] === RUN TestCreateServiceMultipleTimes [2020-04-02T22:13:01.768Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2020-04-02T22:13:01.768Z] create_test.go:81: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:01.768Z] === RUN TestCreateServiceConflict [2020-04-02T22:13:01.768Z] --- SKIP: TestCreateServiceConflict (0.01s) [2020-04-02T22:13:01.768Z] create_test.go:154: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:01.768Z] === RUN TestCreateServiceMaxReplicas [2020-04-02T22:13:01.768Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2020-04-02T22:13:01.768Z] create_test.go:175: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:01.768Z] === RUN TestCreateWithDuplicateNetworkNames [2020-04-02T22:13:01.768Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2020-04-02T22:13:01.768Z] create_test.go:196: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:01.768Z] === RUN TestCreateServiceSecretFileMode [2020-04-02T22:13:01.768Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2020-04-02T22:13:01.768Z] create_test.go:249: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:01.768Z] === RUN TestCreateServiceConfigFileMode [2020-04-02T22:13:01.768Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2020-04-02T22:13:01.768Z] create_test.go:313: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:01.768Z] === RUN TestCreateServiceSysctls [2020-04-02T22:13:01.918Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-04-02T22:13:02.025Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2020-04-02T22:13:02.025Z] create_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:02.025Z] === RUN TestCreateServiceCapabilities [2020-04-02T22:13:02.025Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2020-04-02T22:13:02.025Z] create_test.go:487: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:02.025Z] === RUN TestInspect [2020-04-02T22:13:02.025Z] --- SKIP: TestInspect (0.02s) [2020-04-02T22:13:02.025Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:02.025Z] === RUN TestCreateJob [2020-04-02T22:13:02.025Z] --- SKIP: TestCreateJob (0.01s) [2020-04-02T22:13:02.025Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:02.025Z] === RUN TestReplicatedJob [2020-04-02T22:13:02.025Z] --- SKIP: TestReplicatedJob (0.01s) [2020-04-02T22:13:02.025Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:02.025Z] === RUN TestUpdateReplicatedJob [2020-04-02T22:13:02.025Z] --- SKIP: TestUpdateReplicatedJob (0.02s) [2020-04-02T22:13:02.025Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:02.025Z] === RUN TestServiceListWithStatuses [2020-04-02T22:13:02.025Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-04-02T22:13:02.025Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-04-02T22:13:02.025Z] === RUN TestDockerNetworkConnectAlias [2020-04-02T22:13:02.025Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2020-04-02T22:13:02.025Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:02.025Z] === RUN TestDockerNetworkReConnect [2020-04-02T22:13:02.025Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2020-04-02T22:13:02.025Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:02.025Z] === RUN TestServicePlugin [2020-04-02T22:13:02.127Z] --- PASS: TestRenameStoppedContainer (0.79s) [2020-04-02T22:13:02.127Z] === RUN TestRenameRunningContainerAndReuse [2020-04-02T22:13:02.531Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-04-02T22:13:02.657Z] ++++ /etc/init.d/apparmor stop [2020-04-02T22:13:02.812Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-04-02T22:13:02.911Z] Leaving: AppArmorNo profiles have been unloaded. [2020-04-02T22:13:02.911Z] [2020-04-02T22:13:02.911Z] Unloading profiles will leave already running processes permanently [2020-04-02T22:13:02.911Z] unconfined, which can lead to unexpected situations. [2020-04-02T22:13:02.911Z] [2020-04-02T22:13:02.911Z] To set a process to complain mode, use the command line tool [2020-04-02T22:13:02.911Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-04-02T22:13:02.911Z] ++++ true [2020-04-02T22:13:02.911Z] [2020-04-02T22:13:02.911Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-04-02T22:13:03.093Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-04-02T22:13:03.470Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-04-02T22:13:03.470Z] HOSTNAME=bfd71f4981a3 [2020-04-02T22:13:03.470Z] TESTDEBUG=0 [2020-04-02T22:13:03.470Z] DEST=bundles/test-integration [2020-04-02T22:13:03.470Z] PWD=/go/src/github.com/docker/docker [2020-04-02T22:13:03.470Z] KEEPBUNDLE=1 [2020-04-02T22:13:03.470Z] DOCKER_GITCOMMIT=d7ba1f85ef8f23096f2fd92d0444820543ab9675 [2020-04-02T22:13:03.470Z] container=docker [2020-04-02T22:13:03.470Z] HOME=/root [2020-04-02T22:13:03.470Z] GOLANG_VERSION=1.13.8 [2020-04-02T22:13:03.470Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-04-02T22:13:03.470Z] VALIDATE_BRANCH=master [2020-04-02T22:13:03.470Z] TERM=xterm [2020-04-02T22:13:03.470Z] DOCKER_PKG=github.com/docker/docker [2020-04-02T22:13:03.470Z] SHLVL=1 [2020-04-02T22:13:03.470Z] TIMEOUT=120m [2020-04-02T22:13:03.470Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-04-02T22:13:03.470Z] DOCKER_GRAPHDRIVER=overlay2 [2020-04-02T22:13:03.470Z] GO111MODULE=off [2020-04-02T22:13:03.470Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-04-02T22:13:03.470Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-04-02T22:13:03.470Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-04-02T22:13:03.470Z] GOPATH=/go [2020-04-02T22:13:03.470Z] PKG_CONFIG=pkg-config [2020-04-02T22:13:03.470Z] _=/usr/bin/env [2020-04-02T22:13:03.470Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-04-02T22:13:03.470Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-04-02T22:13:03.502Z] --- PASS: TestRenameRunningContainerAndReuse (1.53s) [2020-04-02T22:13:03.502Z] === RUN TestRenameInvalidName [2020-04-02T22:13:04.394Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-04-02T22:13:04.437Z] --- PASS: TestRenameInvalidName (0.79s) [2020-04-02T22:13:04.437Z] === RUN TestRenameAnonymousContainer [2020-04-02T22:13:04.573Z] --- PASS: TestUpdatePidsLimit (3.81s) [2020-04-02T22:13:04.573Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.34s) [2020-04-02T22:13:04.573Z] --- PASS: TestUpdatePidsLimit/no_change (0.39s) [2020-04-02T22:13:04.573Z] --- PASS: TestUpdatePidsLimit/update_lower (0.42s) [2020-04-02T22:13:04.573Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.42s) [2020-04-02T22:13:04.573Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.43s) [2020-04-02T22:13:04.573Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2020-04-02T22:13:04.573Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2020-04-02T22:13:04.573Z] === RUN TestUpdateRestartPolicy [2020-04-02T22:13:04.649Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-04-02T22:13:05.208Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-04-02T22:13:06.132Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-04-02T22:13:06.196Z] --- SKIP: TestServicePlugin (3.54s) [2020-04-02T22:13:06.196Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.196Z] === RUN TestServiceUpdateLabel [2020-04-02T22:13:06.196Z] --- SKIP: TestServiceUpdateLabel (0.02s) [2020-04-02T22:13:06.196Z] update_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.196Z] === RUN TestServiceUpdateSecrets [2020-04-02T22:13:06.196Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2020-04-02T22:13:06.196Z] update_test.go:77: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.196Z] === RUN TestServiceUpdateConfigs [2020-04-02T22:13:06.196Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2020-04-02T22:13:06.196Z] update_test.go:139: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.196Z] === RUN TestServiceUpdateNetwork [2020-04-02T22:13:06.196Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2020-04-02T22:13:06.196Z] update_test.go:201: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.196Z] PASS [2020-04-02T22:13:06.196Z] [2020-04-02T22:13:06.196Z] === Skipped [2020-04-02T22:13:06.196Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-04-02T22:13:06.196Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-04-02T22:13:06.196Z] create_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.196Z] [2020-04-02T22:13:06.196Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-04-02T22:13:06.196Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-04-02T22:13:06.196Z] create_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.196Z] [2020-04-02T22:13:06.197Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2020-04-02T22:13:06.197Z] create_test.go:81: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.197Z] [2020-04-02T22:13:06.197Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2020-04-02T22:13:06.197Z] create_test.go:154: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.197Z] [2020-04-02T22:13:06.197Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.02s) [2020-04-02T22:13:06.197Z] create_test.go:175: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.197Z] [2020-04-02T22:13:06.197Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2020-04-02T22:13:06.197Z] create_test.go:196: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.197Z] [2020-04-02T22:13:06.197Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2020-04-02T22:13:06.197Z] create_test.go:249: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.197Z] [2020-04-02T22:13:06.197Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2020-04-02T22:13:06.197Z] create_test.go:313: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.197Z] [2020-04-02T22:13:06.197Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2020-04-02T22:13:06.197Z] create_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.197Z] [2020-04-02T22:13:06.197Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2020-04-02T22:13:06.197Z] create_test.go:487: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.197Z] [2020-04-02T22:13:06.197Z] === SKIP: amd64.integration.service TestInspect (0.02s) [2020-04-02T22:13:06.197Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.197Z] [2020-04-02T22:13:06.197Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2020-04-02T22:13:06.197Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.197Z] [2020-04-02T22:13:06.197Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2020-04-02T22:13:06.197Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.197Z] [2020-04-02T22:13:06.197Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.02s) [2020-04-02T22:13:06.197Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.197Z] [2020-04-02T22:13:06.197Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-04-02T22:13:06.197Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-04-02T22:13:06.197Z] [2020-04-02T22:13:06.197Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2020-04-02T22:13:06.197Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.197Z] [2020-04-02T22:13:06.197Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2020-04-02T22:13:06.197Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.197Z] [2020-04-02T22:13:06.197Z] === SKIP: amd64.integration.service TestServicePlugin (3.54s) [2020-04-02T22:13:06.197Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.197Z] [2020-04-02T22:13:06.197Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.02s) [2020-04-02T22:13:06.197Z] update_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.197Z] [2020-04-02T22:13:06.197Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2020-04-02T22:13:06.197Z] update_test.go:77: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.197Z] [2020-04-02T22:13:06.197Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2020-04-02T22:13:06.197Z] update_test.go:139: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.197Z] [2020-04-02T22:13:06.197Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2020-04-02T22:13:06.197Z] update_test.go:201: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-04-02T22:13:06.197Z] [2020-04-02T22:13:06.197Z] [2020-04-02T22:13:06.197Z] DONE 23 tests, 22 skipped in 3.944s [2020-04-02T22:13:06.197Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-04-02T22:13:06.197Z] INFO: Testing against a local daemon [2020-04-02T22:13:06.197Z] === RUN TestSessionCreate [2020-04-02T22:13:06.197Z] --- PASS: TestSessionCreate (0.02s) [2020-04-02T22:13:06.197Z] === RUN TestSessionCreateWithBadUpgrade [2020-04-02T22:13:06.197Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2020-04-02T22:13:06.197Z] PASS [2020-04-02T22:13:06.197Z] [2020-04-02T22:13:06.197Z] DONE 2 tests in 0.179s [2020-04-02T22:13:06.197Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-04-02T22:13:06.197Z] INFO: Testing against a local daemon [2020-04-02T22:13:06.197Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-04-02T22:13:06.197Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-04-02T22:13:06.197Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-04-02T22:13:06.197Z] === RUN TestEventsExecDie [2020-04-02T22:13:06.690Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-04-02T22:13:06.759Z] --- PASS: TestEventsExecDie (0.74s) [2020-04-02T22:13:06.759Z] === RUN TestEventsBackwardsCompatible [2020-04-02T22:13:06.759Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2020-04-02T22:13:06.759Z] === RUN TestInfoBinaryCommits [2020-04-02T22:13:06.759Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-04-02T22:13:06.759Z] === RUN TestInfoAPIVersioned [2020-04-02T22:13:06.759Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-04-02T22:13:06.759Z] === RUN TestInfoDiscoveryBackend [2020-04-02T22:13:07.249Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-04-02T22:13:07.249Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-04-02T22:13:07.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-04-02T22:13:07.808Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-04-02T22:13:07.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-04-02T22:13:08.368Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-04-02T22:13:08.624Z] --- PASS: TestRenameAnonymousContainer (3.91s) [2020-04-02T22:13:08.624Z] === RUN TestRenameContainerWithSameName [2020-04-02T22:13:08.638Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-04-02T22:13:08.638Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-04-02T22:13:08.650Z] --- PASS: TestInfoDiscoveryBackend (1.61s) [2020-04-02T22:13:08.650Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-04-02T22:13:08.882Z] --- PASS: TestRenameContainerWithSameName (0.73s) [2020-04-02T22:13:08.882Z] === RUN TestRenameContainerWithLinkedContainer [2020-04-02T22:13:09.069Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-04-02T22:13:09.069Z] [2020-04-02T22:13:09.069Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-04-02T22:13:09.069Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-04-02T22:13:09.069Z] HOSTNAME=7bab0bc89a6e [2020-04-02T22:13:09.069Z] TESTDEBUG=0 [2020-04-02T22:13:09.069Z] DEST=bundles/test-integration [2020-04-02T22:13:09.069Z] PWD=/go/src/github.com/docker/docker [2020-04-02T22:13:09.069Z] DOCKER_GITCOMMIT=d7ba1f85ef8f23096f2fd92d0444820543ab9675 [2020-04-02T22:13:09.069Z] container=docker [2020-04-02T22:13:09.069Z] HOME=/root [2020-04-02T22:13:09.069Z] GOLANG_VERSION=1.13.8 [2020-04-02T22:13:09.069Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-04-02T22:13:09.069Z] VALIDATE_BRANCH=master [2020-04-02T22:13:09.069Z] TERM=xterm [2020-04-02T22:13:09.069Z] DOCKER_PKG=github.com/docker/docker [2020-04-02T22:13:09.069Z] SHLVL=1 [2020-04-02T22:13:09.069Z] TIMEOUT=120m [2020-04-02T22:13:09.069Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-04-02T22:13:09.069Z] DOCKER_GRAPHDRIVER=overlay2 [2020-04-02T22:13:09.069Z] GO111MODULE=off [2020-04-02T22:13:09.069Z] DOCKER_EXPERIMENTAL=1 [2020-04-02T22:13:09.069Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-04-02T22:13:09.069Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-04-02T22:13:09.069Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-04-02T22:13:09.069Z] GOPATH=/go [2020-04-02T22:13:09.069Z] PKG_CONFIG=pkg-config [2020-04-02T22:13:09.069Z] _=/usr/bin/env [2020-04-02T22:13:09.069Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-04-02T22:13:09.212Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-04-02T22:13:09.470Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-04-02T22:13:10.397Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-04-02T22:13:10.627Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m2.697029959s with top 10 stages: buildssa: 1m36.722688873s, goimports: 21.862980791s, unconvert: 12.819137413s, gosec: 10.049463814s, golint: 5.961530172s, misspell: 4.045189711s, ineffassign: 4.015699747s, inspect: 3.61989905s, vrp: 2.465375702s, printf: 1.678193492s [2020-04-02T22:13:10.628Z] INFO [runner] Issues before processing: 2300, after processing: 0 [2020-04-02T22:13:10.628Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 1586/1691, cgo: 1691/2300, skip_files: 1691/1691, path_prettifier: 1691/1691, identifier_marker: 1586/1586, exclude-rules: 63/1586, nolint: 0/63, skip_dirs: 1691/1691, exclude: 1586/1586, filename_unadjuster: 1691/1691 [2020-04-02T22:13:10.628Z] INFO [runner] processing took 123.127491ms with stages: nolint: 55.094006ms, identifier_marker: 39.102581ms, path_prettifier: 12.164703ms, exclude-rules: 6.480984ms, autogenerated_exclude: 5.80787ms, skip_dirs: 3.184339ms, cgo: 732.109µs, filename_unadjuster: 554.861µs, max_same_issues: 1.821µs, uniq_by_line: 795ns, diff: 675ns, max_from_linter: 563ns, exclude: 528ns, path_shortener: 504ns, source_code: 495ns, skip_files: 340ns, max_per_file_from_linter: 317ns [2020-04-02T22:13:10.628Z] INFO [runner] linters took 1m36.513624379s with stages: goanalysis_metalinter: 1m16.721663172s, unused: 19.668083463s [2020-04-02T22:13:10.628Z] INFO File cache stats: 1449 entries of total size 6.8MiB [2020-04-02T22:13:10.628Z] INFO Memory: 1461 samples, avg is 721.7MB, max is 3371.0MB [2020-04-02T22:13:10.628Z] INFO Execution took 3m30.839139527s [2020-04-02T22:13:10.628Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-04-02T22:13:10.784Z] --- PASS: TestRenameContainerWithLinkedContainer (1.56s) [2020-04-02T22:13:10.784Z] === RUN TestResize [2020-04-02T22:13:10.963Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39946/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr22 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d7ba1f85ef8f23096f2fd92d0444820543ab9675 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d7ba1f85ef8f23096f2fd92d0444820543ab9675 hack/make.sh dynbinary-daemon test-docker-py [2020-04-02T22:13:11.324Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-04-02T22:13:11.351Z] --- PASS: TestResize (0.78s) [2020-04-02T22:13:11.351Z] === RUN TestResizeWithInvalidSize [2020-04-02T22:13:11.528Z] [2020-04-02T22:13:11.528Z] Removing bundles/ [2020-04-02T22:13:11.528Z] [2020-04-02T22:13:11.528Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-04-02T22:13:11.528Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-04-02T22:13:11.528Z] GOOS="" GOARCH="" GOARM="" [2020-04-02T22:13:11.579Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-04-02T22:13:11.919Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.53s) [2020-04-02T22:13:11.919Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-04-02T22:13:11.919Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-04-02T22:13:11.919Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-04-02T22:13:11.919Z] === RUN TestInfoAPI [2020-04-02T22:13:11.919Z] --- PASS: TestInfoAPI (0.04s) [2020-04-02T22:13:11.919Z] === RUN TestInfoAPIWarnings [2020-04-02T22:13:12.285Z] --- PASS: TestResizeWithInvalidSize (0.82s) [2020-04-02T22:13:12.285Z] === RUN TestResizeWhenContainerNotStarted [2020-04-02T22:13:12.502Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-04-02T22:13:12.756Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-04-02T22:13:12.853Z] --- PASS: TestResizeWhenContainerNotStarted (0.79s) [2020-04-02T22:13:12.853Z] === RUN TestDaemonRestartKillContainers [2020-04-02T22:13:12.853Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-04-02T22:13:12.853Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-04-02T22:13:12.853Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-04-02T22:13:12.853Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-04-02T22:13:12.853Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-04-02T22:13:12.853Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-04-02T22:13:12.853Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-04-02T22:13:12.853Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-04-02T22:13:12.853Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-04-02T22:13:12.853Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-04-02T22:13:12.853Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-04-02T22:13:12.853Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-04-02T22:13:12.853Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-04-02T22:13:12.853Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-04-02T22:13:12.853Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-04-02T22:13:12.853Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-04-02T22:13:12.853Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-04-02T22:13:12.853Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-04-02T22:13:12.853Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-04-02T22:13:12.853Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-04-02T22:13:12.853Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-04-02T22:13:12.853Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-04-02T22:13:12.853Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-04-02T22:13:12.853Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-04-02T22:13:12.853Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-04-02T22:13:12.853Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-04-02T22:13:12.853Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-04-02T22:13:12.853Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-04-02T22:13:13.011Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-04-02T22:13:13.810Z] --- PASS: TestInfoAPIWarnings (1.58s) [2020-04-02T22:13:13.810Z] === RUN TestInfoDebug [2020-04-02T22:13:13.935Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-04-02T22:13:14.494Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-04-02T22:13:14.762Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-04-02T22:13:14.762Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-04-02T22:13:14.762Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-04-02T22:13:15.054Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-04-02T22:13:15.054Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-04-02T22:13:15.330Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-04-02T22:13:15.613Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-04-02T22:13:15.613Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-04-02T22:13:15.613Z] Using test binary docker [2020-04-02T22:13:15.613Z] +++ /etc/init.d/apparmor start [2020-04-02T22:13:15.613Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-04-02T22:13:15.613Z] Starting dockerd [2020-04-02T22:13:15.613Z] INFO: Waiting for daemon to start... [2020-04-02T22:13:15.613Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2020-04-02T22:13:15.702Z] --- PASS: TestInfoDebug (1.78s) [2020-04-02T22:13:15.702Z] === RUN TestInfoInsecureRegistries [2020-04-02T22:13:16.707Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-04-02T22:13:17.069Z] --- PASS: TestInfoInsecureRegistries (1.78s) [2020-04-02T22:13:17.069Z] === RUN TestInfoRegistryMirrors [2020-04-02T22:13:17.227Z] .=== RUN TestDockerSuite/TestBuildAddBrokenTar [2020-04-02T22:13:17.227Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-04-02T22:13:17.500Z] 23645bd7ee08: Pull complete [2020-04-02T22:13:17.500Z] Digest: sha256:8dcc65367c900f06ad386da6a1e25d578232f7b15981092986ade2f2fd9468b8 [2020-04-02T22:13:17.500Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-02T22:13:17.500Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-04-02T22:13:17.500Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-04-02T22:13:17.500Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1098' [2020-04-02T22:13:17.500Z] WARN: Skipping validation tests [2020-04-02T22:13:17.500Z] INFO: Running unit tests at 04/02/2020 22:13:15... [2020-04-02T22:13:17.645Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-04-02T22:13:17.787Z] [2020-04-02T22:13:17.787Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-04-02T22:13:17.787Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-04-02T22:13:17.787Z] Running integration-test (iteration 1) [2020-04-02T22:13:17.787Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-04-02T22:13:17.787Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:13:17.787Z] ++ set -e [2020-04-02T22:13:17.787Z] ++ '[' -n 0 ']' [2020-04-02T22:13:17.787Z] ++ set -x [2020-04-02T22:13:17.787Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:13:17.787Z] INFO: Testing against a local daemon [2020-04-02T22:13:17.906Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-04-02T22:13:18.042Z] === RUN TestCgroupNamespacesBuild [2020-04-02T22:13:18.042Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-04-02T22:13:18.166Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-04-02T22:13:18.603Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-04-02T22:13:18.960Z] --- PASS: TestInfoRegistryMirrors (1.79s) [2020-04-02T22:13:18.960Z] === RUN TestLoginFailsWithBadCredentials [2020-04-02T22:13:18.960Z] --- PASS: TestLoginFailsWithBadCredentials (0.16s) [2020-04-02T22:13:18.960Z] === RUN TestPingCacheHeaders [2020-04-02T22:13:18.960Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-04-02T22:13:18.960Z] === RUN TestPingGet [2020-04-02T22:13:19.217Z] --- PASS: TestPingGet (0.02s) [2020-04-02T22:13:19.217Z] === RUN TestPingHead [2020-04-02T22:13:19.217Z] --- PASS: TestPingHead (0.02s) [2020-04-02T22:13:19.217Z] === RUN TestVersion [2020-04-02T22:13:19.217Z] --- PASS: TestVersion (0.02s) [2020-04-02T22:13:19.217Z] PASS [2020-04-02T22:13:19.217Z] [2020-04-02T22:13:19.217Z] === Skipped [2020-04-02T22:13:19.217Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-04-02T22:13:19.217Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-04-02T22:13:19.217Z] [2020-04-02T22:13:19.217Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-04-02T22:13:19.217Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-04-02T22:13:19.217Z] [2020-04-02T22:13:19.217Z] [2020-04-02T22:13:19.217Z] DONE 18 tests, 2 skipped in 13.331s [2020-04-02T22:13:19.217Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-04-02T22:13:19.217Z] INFO: Testing against a local daemon [2020-04-02T22:13:19.217Z] === RUN TestVolumesCreateAndList [2020-04-02T22:13:19.217Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-04-02T22:13:19.217Z] === RUN TestVolumesRemove [2020-04-02T22:13:19.473Z] --- PASS: TestVolumesRemove (0.09s) [2020-04-02T22:13:19.473Z] === RUN TestVolumesInspect [2020-04-02T22:13:19.473Z] --- PASS: TestVolumesInspect (0.02s) [2020-04-02T22:13:19.473Z] === RUN TestVolumesInvalidJSON [2020-04-02T22:13:19.473Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-04-02T22:13:19.473Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-04-02T22:13:19.473Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-04-02T22:13:19.473Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-04-02T22:13:19.473Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-04-02T22:13:19.473Z] PASS [2020-04-02T22:13:19.473Z] [2020-04-02T22:13:19.473Z] DONE 5 tests in 0.266s [2020-04-02T22:13:19.473Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-04-02T22:13:19.473Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 11917 is not a child of this shell [2020-04-02T22:13:19.473Z] warning: PID 11917 from bundles/test-integration/docker.pid had a nonzero exit code [2020-04-02T22:13:19.473Z] Leaving: AppArmorNo profiles have been unloaded. [2020-04-02T22:13:19.473Z] [2020-04-02T22:13:19.473Z] Unloading profiles will leave already running processes permanently [2020-04-02T22:13:19.473Z] unconfined, which can lead to unexpected situations. [2020-04-02T22:13:19.473Z] [2020-04-02T22:13:19.473Z] To set a process to complain mode, use the command line tool [2020-04-02T22:13:19.473Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-04-02T22:13:19.473Z] Removing test suite binaries [2020-04-02T22:13:19.637Z] INFO: make.ps1 starting at 04/02/2020 22:13:19 [2020-04-02T22:13:19.775Z] --- PASS: TestUpdateRestartPolicy (12.80s) [2020-04-02T22:13:19.775Z] === RUN TestUpdateRestartWithAutoRemove [2020-04-02T22:13:19.775Z] --- PASS: TestUpdateRestartWithAutoRemove (0.89s) [2020-04-02T22:13:19.775Z] === RUN TestWaitNonBlocked [2020-04-02T22:13:19.775Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-02T22:13:19.775Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-02T22:13:19.775Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-02T22:13:19.775Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-02T22:13:19.775Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-02T22:13:19.775Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-02T22:13:19.775Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-04-02T22:13:19.775Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.03s) [2020-04-02T22:13:19.775Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.12s) [2020-04-02T22:13:19.775Z] === RUN TestWaitBlocked [2020-04-02T22:13:19.775Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-04-02T22:13:19.775Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-04-02T22:13:19.775Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-04-02T22:13:19.775Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-04-02T22:13:19.775Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-04-02T22:13:19.775Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-04-02T22:13:19.963Z] --- PASS: TestCgroupNamespacesBuild (1.76s) [2020-04-02T22:13:19.963Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-04-02T22:13:20.084Z] INFO: Git commit (d7ba1f85ef) assumed from DOCKER_GITCOMMIT environment variable [2020-04-02T22:13:20.084Z] INFO: Invoking autogen... [2020-04-02T22:13:20.402Z] [2020-04-02T22:13:20.521Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-04-02T22:13:20.532Z] INFO: Running unit tests... [2020-04-02T22:13:20.779Z] --- PASS: TestWaitBlocked (0.01s) [2020-04-02T22:13:20.779Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.13s) [2020-04-02T22:13:20.779Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.22s) [2020-04-02T22:13:20.779Z] === CONT TestContainerStartOnDaemonRestart [2020-04-02T22:13:20.779Z] === CONT TestIpcModeOlderClient [2020-04-02T22:13:20.779Z] --- PASS: TestIpcModeOlderClient (0.19s) [2020-04-02T22:13:20.779Z] === CONT TestDaemonHostGatewayIP [2020-04-02T22:13:21.444Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-04-02T22:13:21.444Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-04-02T22:13:21.444Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.84s) [2020-04-02T22:13:21.444Z] === RUN TestBuildWithSession [2020-04-02T22:13:21.444Z] --- SKIP: TestBuildWithSession (0.00s) [2020-04-02T22:13:21.444Z] build_session_test.go:25: TODO: BuildKit [2020-04-02T22:13:21.444Z] === RUN TestBuildSquashParent [2020-04-02T22:13:21.453Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-04-02T22:13:21.453Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.75s) [2020-04-02T22:13:21.453Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.79s) [2020-04-02T22:13:21.453Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.79s) [2020-04-02T22:13:21.453Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.53s) [2020-04-02T22:13:21.453Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.74s) [2020-04-02T22:13:21.453Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.74s) [2020-04-02T22:13:21.453Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.57s) [2020-04-02T22:13:21.453Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.52s) [2020-04-02T22:13:21.453Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.73s) [2020-04-02T22:13:21.453Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.53s) [2020-04-02T22:13:21.453Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.32s) [2020-04-02T22:13:21.453Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.67s) [2020-04-02T22:13:21.453Z] === RUN TestCgroupNamespacesRun Post stage [Pipeline] junit [2020-04-02T22:13:21.783Z] Recording test results [2020-04-02T22:13:22.828Z] --- PASS: TestCgroupNamespacesRun (1.81s) [2020-04-02T22:13:22.828Z] === RUN TestCgroupNamespacesRunPrivileged [2020-04-02T22:13:23.332Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-04-02T22:13:23.587Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-04-02T22:13:23.740Z] + echo Ensuring container killed. [2020-04-02T22:13:23.740Z] Ensuring container killed. [2020-04-02T22:13:23.740Z] + docker rm -vf docker-pr22 [2020-04-02T22:13:23.740Z] Error: No such container: docker-pr22 [2020-04-02T22:13:23.740Z] + true [Pipeline] sh [2020-04-02T22:13:24.020Z] + echo Chowning /workspace to jenkins user [2020-04-02T22:13:24.020Z] Chowning /workspace to jenkins user [2020-04-02T22:13:24.020Z] + id -u [2020-04-02T22:13:24.020Z] + id -g [2020-04-02T22:13:24.020Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39946:/workspace busybox chown -R 1000:1000 /workspace [2020-04-02T22:13:24.237Z] --- PASS: TestContainerStartOnDaemonRestart (3.06s) [2020-04-02T22:13:24.237Z] === CONT TestDaemonRestartIpcMode [2020-04-02T22:13:24.237Z] --- PASS: TestDaemonHostGatewayIP (3.51s) [2020-04-02T22:13:24.511Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-04-02T22:13:24.730Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.72s) [2020-04-02T22:13:24.730Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-04-02T22:13:25.870Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-04-02T22:13:26.106Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.80s) [2020-04-02T22:13:26.106Z] === RUN TestCgroupNamespacesRunHostMode [2020-04-02T22:13:26.213Z] + bundleName=amd64-rootless [2020-04-02T22:13:26.213Z] + echo Creating amd64-rootless-bundles.tar.gz [2020-04-02T22:13:26.213Z] Creating amd64-rootless-bundles.tar.gz [2020-04-02T22:13:26.213Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-04-02T22:13:26.213Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2020-04-02T22:13:26.222Z] Archiving artifacts [2020-04-02T22:13:27.230Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-04-02T22:13:27.685Z] --- PASS: TestDaemonRestartIpcMode (3.49s) [2020-04-02T22:13:27.685Z] PASS [2020-04-02T22:13:27.685Z] [2020-04-02T22:13:27.685Z] === Skipped [2020-04-02T22:13:27.685Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-04-02T22:13:27.685Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-04-02T22:13:27.685Z] [2020-04-02T22:13:27.685Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-04-02T22:13:27.685Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-02T22:13:27.685Z] [2020-04-02T22:13:27.685Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-04-02T22:13:27.685Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-02T22:13:27.685Z] [2020-04-02T22:13:27.685Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-04-02T22:13:27.685Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-04-02T22:13:27.685Z] [2020-04-02T22:13:27.685Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-04-02T22:13:27.685Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-04-02T22:13:27.685Z] [2020-04-02T22:13:27.685Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-04-02T22:13:27.685Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-04-02T22:13:27.685Z] [2020-04-02T22:13:27.685Z] [2020-04-02T22:13:27.685Z] DONE 199 tests, 6 skipped in 142.157s [2020-04-02T22:13:27.685Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-04-02T22:13:27.685Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:13:27.685Z] ++ set -e [2020-04-02T22:13:27.685Z] ++ '[' -n 0 ']' [2020-04-02T22:13:27.685Z] ++ set -x [2020-04-02T22:13:27.685Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:13:27.685Z] INFO: Testing against a local daemon [2020-04-02T22:13:27.685Z] === RUN TestCommitInheritsEnv [2020-04-02T22:13:27.928Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39946/22/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-04-02T22:13:27.974Z] --- PASS: TestCommitInheritsEnv (0.55s) [2020-04-02T22:13:27.974Z] === RUN TestImportExtremelyLargeImageWorks [2020-04-02T22:13:27.974Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-04-02T22:13:27.974Z] === RUN TestImagesFilterMultiReference [2020-04-02T22:13:27.974Z] --- PASS: TestImagesFilterMultiReference (0.03s) [2020-04-02T22:13:27.974Z] === RUN TestImagePullPlatformInvalid [2020-04-02T22:13:27.974Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2020-04-02T22:13:27.974Z] === RUN TestRemoveImageOrphaning [2020-04-02T22:13:28.008Z] --- PASS: TestCgroupNamespacesRunHostMode (1.77s) [2020-04-02T22:13:28.008Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-04-02T22:13:28.234Z] + make clean [2020-04-02T22:13:28.492Z] docker volume rm -f docker-dev-cache [2020-04-02T22:13:28.492Z] docker-dev-cache [Pipeline] deleteDir [2020-04-02T22:13:28.587Z] --- PASS: TestRemoveImageOrphaning (0.53s) [2020-04-02T22:13:28.587Z] === RUN TestRemoveImageGarbageCollector [2020-04-02T22:13:28.587Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-04-02T22:13:28.587Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:13:28.587Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-04-02T22:13:28.587Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-04-02T22:13:28.587Z] === RUN TestTagInvalidReference [2020-04-02T22:13:28.587Z] --- PASS: TestTagInvalidReference (0.01s) [2020-04-02T22:13:28.587Z] === RUN TestTagValidPrefixedRepo [2020-04-02T22:13:28.587Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2020-04-02T22:13:28.587Z] === RUN TestTagExistedNameWithoutForce [2020-04-02T22:13:28.587Z] --- PASS: TestTagExistedNameWithoutForce (0.01s) [2020-04-02T22:13:28.587Z] === RUN TestTagOfficialNames [2020-04-02T22:13:28.587Z] --- PASS: TestTagOfficialNames (0.04s) [2020-04-02T22:13:28.587Z] === RUN TestTagMatchesDigest [2020-04-02T22:13:28.587Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-04-02T22:13:28.587Z] === CONT TestImportExtremelyLargeImageWorks [2020-04-02T22:13:29.113Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-04-02T22:13:29.910Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.86s) [2020-04-02T22:13:29.910Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-04-02T22:13:30.474Z] --- PASS: TestBuildSquashParent (8.80s) [2020-04-02T22:13:30.474Z] === RUN TestBuildWithRemoveAndForceRemove [2020-04-02T22:13:30.474Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-04-02T22:13:30.474Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-04-02T22:13:30.474Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-04-02T22:13:30.474Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-04-02T22:13:30.474Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-04-02T22:13:30.474Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-04-02T22:13:30.474Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-04-02T22:13:30.474Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-04-02T22:13:30.474Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-04-02T22:13:30.474Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-04-02T22:13:30.474Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-04-02T22:13:30.474Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-04-02T22:13:30.474Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-04-02T22:13:30.474Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-04-02T22:13:30.846Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.91s) [2020-04-02T22:13:30.846Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-04-02T22:13:31.782Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.92s) [2020-04-02T22:13:31.782Z] === RUN TestCgroupNamespacesRunOlderClient [2020-04-02T22:13:32.357Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-04-02T22:13:32.773Z] INFO: Invoking unit tests run with C:\gopath/src/gotest.tools/gotestsum\gotestsum.exe --format=standard-quiet --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/quota github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2020-04-02T22:13:32.918Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-04-02T22:13:33.172Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-04-02T22:13:33.172Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-04-02T22:13:33.684Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.79s) [2020-04-02T22:13:33.684Z] === RUN TestKernelTCPMemory [2020-04-02T22:13:33.732Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-04-02T22:13:34.620Z] --- PASS: TestKernelTCPMemory (0.94s) [2020-04-02T22:13:34.620Z] === RUN TestNISDomainname [2020-04-02T22:13:35.556Z] --- PASS: TestNISDomainname (1.02s) [2020-04-02T22:13:35.556Z] === RUN TestHostnameDnsResolution [2020-04-02T22:13:35.619Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-04-02T22:13:35.873Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-04-02T22:13:36.803Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-04-02T22:13:37.459Z] --- PASS: TestHostnameDnsResolution (1.66s) [2020-04-02T22:13:37.459Z] === RUN TestStats [2020-04-02T22:13:38.163Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-04-02T22:13:38.163Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.72s) [2020-04-02T22:13:38.163Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.77s) [2020-04-02T22:13:38.163Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.53s) [2020-04-02T22:13:38.163Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.67s) [2020-04-02T22:13:38.163Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.45s) [2020-04-02T22:13:38.163Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.40s) [2020-04-02T22:13:38.163Z] === RUN TestBuildMultiStageCopy [2020-04-02T22:13:38.163Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-04-02T22:13:38.723Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-04-02T22:13:38.723Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-04-02T22:13:38.835Z] --- PASS: TestStats (1.80s) [2020-04-02T22:13:38.835Z] === RUN TestStopContainerWithTimeout [2020-04-02T22:13:38.835Z] === RUN TestStopContainerWithTimeout/0 [2020-04-02T22:13:38.835Z] === PAUSE TestStopContainerWithTimeout/0 [2020-04-02T22:13:38.835Z] === RUN TestStopContainerWithTimeout/1 [2020-04-02T22:13:38.835Z] === PAUSE TestStopContainerWithTimeout/1 [2020-04-02T22:13:38.835Z] === RUN TestStopContainerWithTimeout/3 [2020-04-02T22:13:38.835Z] === PAUSE TestStopContainerWithTimeout/3 [2020-04-02T22:13:38.835Z] === RUN TestStopContainerWithTimeout/-1 [2020-04-02T22:13:38.835Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-04-02T22:13:38.835Z] === CONT TestStopContainerWithTimeout/0 [2020-04-02T22:13:38.835Z] === CONT TestStopContainerWithTimeout/-1 [2020-04-02T22:13:38.835Z] === CONT TestStopContainerWithTimeout/3 [2020-04-02T22:13:38.835Z] === CONT TestStopContainerWithTimeout/1 [2020-04-02T22:13:40.607Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-04-02T22:13:40.862Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-04-02T22:13:40.862Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-04-02T22:13:41.233Z] ? github.com/docker/docker/api [no test files] [2020-04-02T22:13:41.431Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-04-02T22:13:41.991Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-04-02T22:13:42.121Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2020-04-02T22:13:42.121Z] --- PASS: TestStopContainerWithTimeout/0 (1.26s) [2020-04-02T22:13:42.121Z] --- PASS: TestStopContainerWithTimeout/1 (2.19s) [2020-04-02T22:13:42.121Z] --- PASS: TestStopContainerWithTimeout/3 (3.00s) [2020-04-02T22:13:42.121Z] --- PASS: TestStopContainerWithTimeout/-1 (3.26s) [2020-04-02T22:13:42.121Z] === RUN TestDeleteDevicemapper [2020-04-02T22:13:42.121Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-04-02T22:13:42.121Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-04-02T22:13:42.121Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-04-02T22:13:42.246Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-04-02T22:13:42.807Z] --- PASS: TestBuildMultiStageCopy (4.72s) [2020-04-02T22:13:42.807Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.74s) [2020-04-02T22:13:42.807Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s) [2020-04-02T22:13:42.807Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.48s) [2020-04-02T22:13:42.807Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.46s) [2020-04-02T22:13:42.807Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s) [2020-04-02T22:13:42.807Z] === RUN TestBuildMultiStageParentConfig [2020-04-02T22:13:44.167Z] --- PASS: TestBuildMultiStageParentConfig (1.35s) [2020-04-02T22:13:44.167Z] === RUN TestBuildLabelWithTargets [2020-04-02T22:13:44.654Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.06s) [2020-04-02T22:13:44.654Z] === RUN TestUpdateMemory [2020-04-02T22:13:44.654Z] --- SKIP: TestUpdateMemory (0.00s) [2020-04-02T22:13:44.654Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-04-02T22:13:44.654Z] === RUN TestUpdateCPUQuota [2020-04-02T22:13:44.726Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-04-02T22:13:44.726Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-04-02T22:13:45.284Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-04-02T22:13:45.848Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-04-02T22:13:46.029Z] --- PASS: TestUpdateCPUQuota (1.49s) [2020-04-02T22:13:46.029Z] === RUN TestUpdatePidsLimit [2020-04-02T22:13:46.029Z] === RUN TestUpdatePidsLimit/update_from_none [2020-04-02T22:13:46.029Z] === RUN TestUpdatePidsLimit/no_change [2020-04-02T22:13:46.103Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-04-02T22:13:46.103Z] --- PASS: TestBuildLabelWithTargets (1.91s) [2020-04-02T22:13:46.103Z] === RUN TestBuildWithEmptyLayers [2020-04-02T22:13:46.103Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-04-02T22:13:46.595Z] === RUN TestUpdatePidsLimit/update_lower [2020-04-02T22:13:46.854Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-04-02T22:13:47.028Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-04-02T22:13:47.283Z] --- PASS: TestBuildWithEmptyLayers (1.04s) [2020-04-02T22:13:47.283Z] === RUN TestBuildMultiStageOnBuild [2020-04-02T22:13:47.420Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-04-02T22:13:47.679Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-04-02T22:13:47.938Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-04-02T22:13:48.206Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-04-02T22:13:49.839Z] --- PASS: TestUpdatePidsLimit (3.80s) [2020-04-02T22:13:49.839Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2020-04-02T22:13:49.839Z] --- PASS: TestUpdatePidsLimit/no_change (0.40s) [2020-04-02T22:13:49.839Z] --- PASS: TestUpdatePidsLimit/update_lower (0.37s) [2020-04-02T22:13:49.839Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s) [2020-04-02T22:13:49.839Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2020-04-02T22:13:49.839Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.36s) [2020-04-02T22:13:49.839Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2020-04-02T22:13:49.839Z] === RUN TestUpdateRestartPolicy [2020-04-02T22:13:50.088Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-04-02T22:13:50.088Z] --- PASS: TestBuildMultiStageOnBuild (2.85s) [2020-04-02T22:13:50.088Z] === RUN TestBuildUncleanTarFilenames [2020-04-02T22:13:51.013Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-04-02T22:13:51.572Z] --- PASS: TestBuildUncleanTarFilenames (1.38s) [2020-04-02T22:13:51.572Z] === RUN TestBuildMultiStageLayerLeak [2020-04-02T22:13:51.827Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-04-02T22:13:53.710Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-04-02T22:13:53.967Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-04-02T22:13:53.967Z] --- PASS: TestBuildMultiStageLayerLeak (2.65s) [2020-04-02T22:13:53.967Z] === RUN TestBuildWithHugeFile [2020-04-02T22:13:55.330Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-04-02T22:13:55.330Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-04-02T22:13:56.357Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-04-02T22:13:56.979Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-04-02T22:13:57.213Z] === RUN TestDockerSuite/TestBuildAddScript [2020-04-02T22:13:57.771Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-04-02T22:13:58.762Z] ok github.com/docker/docker/api/server 0.200s coverage: 9.0% of statements [2020-04-02T22:14:00.282Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-04-02T22:14:00.537Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-04-02T22:14:01.395Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-04-02T22:14:01.461Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-04-02T22:14:02.037Z] --- PASS: TestUpdateRestartPolicy (12.52s) [2020-04-02T22:14:02.037Z] === RUN TestUpdateRestartWithAutoRemove [2020-04-02T22:14:02.974Z] --- PASS: TestUpdateRestartWithAutoRemove (0.77s) [2020-04-02T22:14:02.974Z] === RUN TestWaitNonBlocked [2020-04-02T22:14:02.974Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-02T22:14:02.974Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-02T22:14:02.974Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-02T22:14:02.974Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-02T22:14:02.974Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-02T22:14:02.974Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-02T22:14:03.909Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-04-02T22:14:03.909Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.82s) [2020-04-02T22:14:03.909Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.88s) [2020-04-02T22:14:03.909Z] === RUN TestWaitBlocked [2020-04-02T22:14:03.909Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-04-02T22:14:03.909Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-04-02T22:14:03.909Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-04-02T22:14:03.909Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-04-02T22:14:03.909Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-04-02T22:14:03.909Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-04-02T22:14:03.971Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-04-02T22:14:04.846Z] --- PASS: TestWaitBlocked (0.03s) [2020-04-02T22:14:04.846Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.90s) [2020-04-02T22:14:04.846Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.96s) [2020-04-02T22:14:04.846Z] === CONT TestContainerStartOnDaemonRestart [2020-04-02T22:14:04.846Z] === CONT TestIpcModeOlderClient [2020-04-02T22:14:04.846Z] === CONT TestDaemonHostGatewayIP [2020-04-02T22:14:04.846Z] === CONT TestDaemonRestartIpcMode [2020-04-02T22:14:04.846Z] --- PASS: TestIpcModeOlderClient (0.20s) [2020-04-02T22:14:08.135Z] --- PASS: TestContainerStartOnDaemonRestart (3.36s) [2020-04-02T22:14:08.706Z] --- PASS: TestDaemonRestartIpcMode (4.11s) [2020-04-02T22:14:09.273Z] --- PASS: TestDaemonHostGatewayIP (4.59s) [2020-04-02T22:14:09.273Z] PASS [2020-04-02T22:14:09.273Z] [2020-04-02T22:14:09.273Z] === Skipped [2020-04-02T22:14:09.273Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-04-02T22:14:09.273Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-04-02T22:14:09.273Z] [2020-04-02T22:14:09.273Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-04-02T22:14:09.273Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-02T22:14:09.273Z] [2020-04-02T22:14:09.273Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-04-02T22:14:09.273Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-02T22:14:09.273Z] [2020-04-02T22:14:09.273Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-04-02T22:14:09.273Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-04-02T22:14:09.273Z] [2020-04-02T22:14:09.273Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-04-02T22:14:09.273Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-04-02T22:14:09.273Z] [2020-04-02T22:14:09.273Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-04-02T22:14:09.273Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-04-02T22:14:09.273Z] [2020-04-02T22:14:09.273Z] [2020-04-02T22:14:09.273Z] DONE 199 tests, 6 skipped in 124.888s [2020-04-02T22:14:09.273Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-04-02T22:14:09.273Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:14:09.273Z] ++ set -e [2020-04-02T22:14:09.273Z] ++ '[' -n 0 ']' [2020-04-02T22:14:09.273Z] ++ set -x [2020-04-02T22:14:09.273Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:14:09.532Z] INFO: Testing against a local daemon [2020-04-02T22:14:09.532Z] === RUN TestCommitInheritsEnv [2020-04-02T22:14:10.099Z] --- PASS: TestCommitInheritsEnv (0.56s) [2020-04-02T22:14:10.099Z] === RUN TestImportExtremelyLargeImageWorks [2020-04-02T22:14:10.099Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-04-02T22:14:10.099Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2020-04-02T22:14:10.099Z] === RUN TestImagesFilterMultiReference [2020-04-02T22:14:10.357Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2020-04-02T22:14:10.357Z] === RUN TestImagePullPlatformInvalid [2020-04-02T22:14:10.357Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-04-02T22:14:10.357Z] === RUN TestRemoveImageOrphaning [2020-04-02T22:14:10.924Z] --- PASS: TestRemoveImageOrphaning (0.56s) [2020-04-02T22:14:10.924Z] === RUN TestRemoveImageGarbageCollector [2020-04-02T22:14:10.924Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-04-02T22:14:10.924Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:14:10.924Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-04-02T22:14:10.924Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2020-04-02T22:14:10.924Z] === RUN TestTagInvalidReference [2020-04-02T22:14:10.924Z] --- PASS: TestTagInvalidReference (0.03s) [2020-04-02T22:14:10.924Z] === RUN TestTagValidPrefixedRepo [2020-04-02T22:14:10.924Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-04-02T22:14:10.924Z] === RUN TestTagExistedNameWithoutForce [2020-04-02T22:14:10.924Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-04-02T22:14:10.924Z] === RUN TestTagOfficialNames [2020-04-02T22:14:11.183Z] --- PASS: TestTagOfficialNames (0.08s) [2020-04-02T22:14:11.183Z] === RUN TestTagMatchesDigest [2020-04-02T22:14:11.183Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-04-02T22:14:11.183Z] PASS [2020-04-02T22:14:11.183Z] [2020-04-02T22:14:11.183Z] === Skipped [2020-04-02T22:14:11.183Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-04-02T22:14:11.183Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2020-04-02T22:14:11.183Z] [2020-04-02T22:14:11.183Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-04-02T22:14:11.183Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:14:11.183Z] [2020-04-02T22:14:11.183Z] [2020-04-02T22:14:11.183Z] DONE 12 tests, 2 skipped in 1.841s [2020-04-02T22:14:11.183Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-04-02T22:14:11.183Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:14:11.183Z] ++ set -e [2020-04-02T22:14:11.183Z] ++ '[' -n 0 ']' [2020-04-02T22:14:11.183Z] ++ set -x [2020-04-02T22:14:11.183Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:14:11.441Z] INFO: Testing against a local daemon [2020-04-02T22:14:11.441Z] === RUN TestNetworkCreateDelete [2020-04-02T22:14:11.700Z] --- PASS: TestNetworkCreateDelete (0.42s) [2020-04-02T22:14:11.700Z] === RUN TestDockerNetworkDeletePreferID [2020-04-02T22:14:12.044Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-04-02T22:14:12.299Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-04-02T22:14:13.076Z] --- PASS: TestDockerNetworkDeletePreferID (1.19s) [2020-04-02T22:14:13.076Z] === RUN TestInspectNetwork [2020-04-02T22:14:18.344Z] === RUN TestInspectNetwork/full_network_id [2020-04-02T22:14:18.344Z] === RUN TestInspectNetwork/partial_network_id [2020-04-02T22:14:18.344Z] === RUN TestInspectNetwork/network_name [2020-04-02T22:14:18.344Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-04-02T22:14:18.827Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-04-02T22:14:19.752Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-04-02T22:14:21.155Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-04-02T22:14:22.530Z] --- PASS: TestInspectNetwork (9.68s) [2020-04-02T22:14:22.530Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-04-02T22:14:22.530Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-04-02T22:14:22.530Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-04-02T22:14:22.530Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-04-02T22:14:22.530Z] === RUN TestRunContainerWithBridgeNone [2020-04-02T22:14:25.062Z] --- PASS: TestRunContainerWithBridgeNone (2.54s) [2020-04-02T22:14:25.062Z] === RUN TestNetworkInvalidJSON [2020-04-02T22:14:25.062Z] === RUN TestNetworkInvalidJSON//networks/create [2020-04-02T22:14:25.062Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-04-02T22:14:25.062Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-04-02T22:14:25.062Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-04-02T22:14:25.062Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-02T22:14:25.062Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-02T22:14:25.062Z] === CONT TestNetworkInvalidJSON//networks/create [2020-04-02T22:14:25.062Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-04-02T22:14:25.062Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-02T22:14:25.062Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-04-02T22:14:25.062Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-04-02T22:14:25.062Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-04-02T22:14:25.062Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-04-02T22:14:25.062Z] === RUN TestHostIPv4BridgeLabel [2020-04-02T22:14:25.313Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-04-02T22:14:25.997Z] --- PASS: TestHostIPv4BridgeLabel (0.79s) [2020-04-02T22:14:25.997Z] === RUN TestDaemonRestartWithLiveRestore [2020-04-02T22:14:26.237Z] === RUN TestDockerSuite/TestBuildAddTar [2020-04-02T22:14:27.373Z] --- PASS: TestDaemonRestartWithLiveRestore (1.39s) [2020-04-02T22:14:27.373Z] === RUN TestDaemonDefaultNetworkPools [2020-04-02T22:14:28.749Z] --- PASS: TestDaemonDefaultNetworkPools (1.19s) [2020-04-02T22:14:28.749Z] === RUN TestDaemonRestartWithExistingNetwork [2020-04-02T22:14:30.652Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.78s) [2020-04-02T22:14:30.652Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-04-02T22:14:32.556Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.34s) [2020-04-02T22:14:32.556Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-04-02T22:14:32.938Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-04-02T22:14:32.938Z] [2020-04-02T22:14:32.938Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-04-02T22:14:32.938Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-04-02T22:14:32.938Z] Using test binary docker [2020-04-02T22:14:32.938Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-04-02T22:14:32.938Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-04-02T22:14:32.938Z] INFO: Waiting for daemon to start... [2020-04-02T22:14:32.938Z] Starting dockerd [2020-04-02T22:14:33.492Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.80s) [2020-04-02T22:14:33.492Z] === RUN TestServiceWithPredefinedNetwork [2020-04-02T22:14:33.869Z] . [2020-04-02T22:14:33.869Z] INFO: Building docker-sdk-python3:4.2.0... [2020-04-02T22:14:36.777Z] --- PASS: TestServiceWithPredefinedNetwork (3.25s) [2020-04-02T22:14:36.777Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-04-02T22:14:36.777Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-04-02T22:14:36.777Z] service_test.go:236: FLAKY_TEST [2020-04-02T22:14:36.777Z] === RUN TestServiceWithDataPathPortInit [2020-04-02T22:14:38.427Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-04-02T22:14:39.350Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-04-02T22:14:39.909Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-04-02T22:14:40.673Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-04-02T22:14:40.673Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-04-02T22:14:40.961Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-04-02T22:14:41.271Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-04-02T22:14:41.271Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-04-02T22:14:42.999Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-04-02T22:14:43.154Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-04-02T22:14:43.622Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-04-02T22:14:47.101Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-04-02T22:14:47.312Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-04-02T22:14:48.673Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-04-02T22:14:51.190Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-04-02T22:14:52.625Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-04-02T22:14:54.881Z] --- PASS: TestServiceWithDataPathPortInit (17.91s) [2020-04-02T22:14:54.881Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-04-02T22:14:55.330Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-04-02T22:14:57.715Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-04-02T22:14:57.715Z] === RUN TestDockerSuite/TestBuildBlankName [2020-04-02T22:14:58.036Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-04-02T22:14:58.276Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-04-02T22:14:58.982Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-04-02T22:14:58.982Z] ok github.com/docker/docker/api/server/httputils 0.093s coverage: 14.7% of statements [2020-04-02T22:14:58.982Z] ok github.com/docker/docker/api/server/middleware 0.145s coverage: 37.7% of statements [2020-04-02T22:14:58.982Z] ? github.com/docker/docker/api/server/router [no test files] [2020-04-02T22:14:58.982Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-04-02T22:14:58.982Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-04-02T22:14:58.982Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-04-02T22:14:58.982Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-04-02T22:14:58.982Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-04-02T22:14:58.982Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-04-02T22:14:58.982Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-04-02T22:14:58.982Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-04-02T22:14:58.982Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-04-02T22:14:58.982Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-04-02T22:14:58.982Z] ok github.com/docker/docker/api/types/strslice 0.050s coverage: 90.0% of statements [2020-04-02T22:14:58.982Z] ok github.com/docker/docker/api/types/filters 0.125s coverage: 92.2% of statements [2020-04-02T22:14:58.982Z] ok github.com/docker/docker/api/server/router/swarm 0.176s coverage: 4.5% of statements [2020-04-02T22:14:58.982Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-04-02T22:14:58.982Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-04-02T22:14:58.982Z] ? github.com/docker/docker/api/types [no test files] [2020-04-02T22:14:58.982Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-04-02T22:14:58.982Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-04-02T22:14:58.982Z] ? github.com/docker/docker/api/types/container [no test files] [2020-04-02T22:14:58.982Z] ? github.com/docker/docker/api/types/events [no test files] [2020-04-02T22:14:58.982Z] ? github.com/docker/docker/api/types/image [no test files] [2020-04-02T22:14:58.982Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-04-02T22:14:58.983Z] ? github.com/docker/docker/api/types/network [no test files] [2020-04-02T22:14:58.983Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-04-02T22:14:58.983Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-04-02T22:14:58.983Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-04-02T22:14:58.983Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-04-02T22:14:58.983Z] ok github.com/docker/docker/api/types/time 0.225s coverage: 100.0% of statements [2020-04-02T22:14:58.983Z] ok github.com/docker/docker/api/types/versions 0.055s coverage: 75.0% of statements [2020-04-02T22:14:58.983Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-04-02T22:14:58.983Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-04-02T22:14:58.983Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-04-02T22:14:58.983Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-04-02T22:14:58.983Z] ? github.com/docker/docker/builder [no test files] [2020-04-02T22:14:58.983Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-04-02T22:14:58.983Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-04-02T22:14:58.983Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-04-02T22:14:58.983Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-04-02T22:14:58.983Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-04-02T22:14:58.983Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-04-02T22:14:58.983Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-04-02T22:14:58.983Z] ok github.com/docker/docker/builder/dockerignore 0.305s coverage: 96.8% of statements [2020-04-02T22:14:59.052Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-04-02T22:14:59.202Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-04-02T22:14:59.928Z] ok github.com/docker/docker/cli/debug 0.070s coverage: 100.0% of statements [2020-04-02T22:15:00.982Z] ok github.com/docker/docker/builder/remotecontext 0.704s coverage: 9.2% of statements [2020-04-02T22:15:00.982Z] ok github.com/docker/docker/builder/dockerfile 0.604s coverage: 46.3% of statements [2020-04-02T22:15:01.712Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-04-02T22:15:02.271Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-04-02T22:15:02.542Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-04-02T22:15:04.046Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-04-02T22:15:04.780Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-04-02T22:15:04.857Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.13s) [2020-04-02T22:15:04.857Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:t79v92ild3vxemsxbazrv6ksv Created:2020-04-02 22:14:56.21609312 +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[476dbd7e8ba78e19d5cf8ea3a0ecc4eef83549c6a09c5bb289237dedbece2adb:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zpiikqv3zk5xvhb4cz7epootm EndpointID:53cf0cae1687cd8c1e6d44289c127de3fd2ec1a9a97b755ebd5c8097053427b8 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:3ba887b18c29f3ee5d85da6ef0b68dff2bbe62d1a16b31ea7fa77b15f4311b0b 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:b72d4b6bdccd IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zpiikqv3zk5xvhb4cz7epootm EndpointID:53cf0cae1687cd8c1e6d44289c127de3fd2ec1a9a97b755ebd5c8097053427b8 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-04-02T22:15:04.857Z] PASS [2020-04-02T22:15:04.857Z] [2020-04-02T22:15:04.857Z] === Skipped [2020-04-02T22:15:04.857Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-04-02T22:15:04.857Z] service_test.go:236: FLAKY_TEST [2020-04-02T22:15:04.857Z] [2020-04-02T22:15:04.857Z] [2020-04-02T22:15:04.857Z] DONE 22 tests, 1 skipped in 52.571s [2020-04-02T22:15:04.857Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-04-02T22:15:04.857Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:15:04.857Z] ++ set -e [2020-04-02T22:15:04.857Z] ++ '[' -n 0 ']' [2020-04-02T22:15:04.857Z] ++ set -x [2020-04-02T22:15:04.857Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:15:04.857Z] INFO: Testing against a local daemon [2020-04-02T22:15:04.857Z] === RUN TestDockerNetworkIpvlanPersistance [2020-04-02T22:15:04.857Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-04-02T22:15:04.857Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-02T22:15:04.857Z] === RUN TestDockerNetworkIpvlan [2020-04-02T22:15:04.857Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-04-02T22:15:04.857Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-02T22:15:04.857Z] PASS [2020-04-02T22:15:04.857Z] [2020-04-02T22:15:04.857Z] === Skipped [2020-04-02T22:15:04.857Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-04-02T22:15:04.857Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-02T22:15:04.857Z] [2020-04-02T22:15:04.857Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-04-02T22:15:04.857Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-02T22:15:04.857Z] [2020-04-02T22:15:04.857Z] [2020-04-02T22:15:04.857Z] DONE 2 tests, 2 skipped in 0.152s [2020-04-02T22:15:04.857Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-04-02T22:15:04.857Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:15:04.857Z] ++ set -e [2020-04-02T22:15:04.857Z] ++ '[' -n 0 ']' [2020-04-02T22:15:04.857Z] ++ set -x [2020-04-02T22:15:04.857Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:15:04.857Z] INFO: Testing against a local daemon [2020-04-02T22:15:04.857Z] === RUN TestDockerNetworkMacvlanPersistance [2020-04-02T22:15:05.583Z] --- PASS: TestImportExtremelyLargeImageWorks (82.55s) [2020-04-02T22:15:05.583Z] PASS [2020-04-02T22:15:05.583Z] [2020-04-02T22:15:05.583Z] === Skipped [2020-04-02T22:15:05.583Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-04-02T22:15:05.583Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:15:05.583Z] [2020-04-02T22:15:05.583Z] [2020-04-02T22:15:05.583Z] DONE 12 tests, 1 skipped in 83.936s [2020-04-02T22:15:05.583Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-04-02T22:15:05.583Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:15:05.583Z] ++ set -e [2020-04-02T22:15:05.583Z] ++ '[' -n 0 ']' [2020-04-02T22:15:05.583Z] ++ set -x [2020-04-02T22:15:05.583Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:15:05.583Z] INFO: Testing against a local daemon [2020-04-02T22:15:05.583Z] === RUN TestNetworkCreateDelete [2020-04-02T22:15:05.583Z] --- PASS: TestNetworkCreateDelete (0.15s) [2020-04-02T22:15:05.583Z] === RUN TestDockerNetworkDeletePreferID [2020-04-02T22:15:05.583Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2020-04-02T22:15:05.583Z] === RUN TestInspectNetwork [2020-04-02T22:15:05.583Z] === RUN TestInspectNetwork/full_network_id [2020-04-02T22:15:05.583Z] === RUN TestInspectNetwork/partial_network_id [2020-04-02T22:15:05.583Z] === RUN TestInspectNetwork/network_name [2020-04-02T22:15:05.583Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-04-02T22:15:05.583Z] --- PASS: TestInspectNetwork (11.19s) [2020-04-02T22:15:05.583Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-04-02T22:15:05.583Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-04-02T22:15:05.583Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-04-02T22:15:05.583Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-04-02T22:15:05.583Z] === RUN TestRunContainerWithBridgeNone [2020-04-02T22:15:05.583Z] --- PASS: TestRunContainerWithBridgeNone (2.45s) [2020-04-02T22:15:05.583Z] === RUN TestNetworkInvalidJSON [2020-04-02T22:15:05.583Z] === RUN TestNetworkInvalidJSON//networks/create [2020-04-02T22:15:05.583Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-04-02T22:15:05.583Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-04-02T22:15:05.583Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-04-02T22:15:05.583Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-02T22:15:05.583Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-02T22:15:05.583Z] === CONT TestNetworkInvalidJSON//networks/create [2020-04-02T22:15:05.583Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-02T22:15:05.583Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-04-02T22:15:05.583Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-04-02T22:15:05.583Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-04-02T22:15:05.583Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-04-02T22:15:05.583Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-04-02T22:15:05.583Z] === RUN TestHostIPv4BridgeLabel [2020-04-02T22:15:05.964Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2020-04-02T22:15:05.964Z] === RUN TestDaemonRestartWithLiveRestore [2020-04-02T22:15:06.234Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.06s) [2020-04-02T22:15:06.234Z] === RUN TestDockerNetworkMacvlan [2020-04-02T22:15:06.664Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-04-02T22:15:06.968Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2020-04-02T22:15:06.968Z] === RUN TestDaemonDefaultNetworkPools [2020-04-02T22:15:07.170Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-04-02T22:15:07.534Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-04-02T22:15:07.973Z] --- PASS: TestDaemonDefaultNetworkPools (0.81s) [2020-04-02T22:15:07.973Z] === RUN TestDaemonRestartWithExistingNetwork [2020-04-02T22:15:08.546Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-04-02T22:15:08.978Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2020-04-02T22:15:08.978Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-04-02T22:15:09.481Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-04-02T22:15:09.575Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-04-02T22:15:09.922Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-04-02T22:15:10.446Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2020-04-02T22:15:10.446Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-04-02T22:15:10.727Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.64s) [2020-04-02T22:15:10.727Z] === RUN TestServiceWithPredefinedNetwork [2020-04-02T22:15:11.616Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-04-02T22:15:12.767Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-04-02T22:15:13.100Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-04-02T22:15:13.100Z] Using test binary docker [2020-04-02T22:15:13.182Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-04-02T22:15:13.385Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-04-02T22:15:13.385Z] +++ /etc/init.d/apparmor start [2020-04-02T22:15:13.385Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-04-02T22:15:13.385Z] INFO: Waiting for daemon to start... [2020-04-02T22:15:13.385Z] Starting dockerd [2020-04-02T22:15:13.385Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2020-04-02T22:15:14.176Z] --- PASS: TestServiceWithPredefinedNetwork (3.04s) [2020-04-02T22:15:14.176Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-04-02T22:15:14.176Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-04-02T22:15:14.176Z] service_test.go:236: FLAKY_TEST [2020-04-02T22:15:14.176Z] === RUN TestServiceWithDataPathPortInit [2020-04-02T22:15:15.065Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-04-02T22:15:15.431Z] . [2020-04-02T22:15:15.431Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-04-02T22:15:15.431Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-04-02T22:15:15.431Z] Error: No such image: emptyfs [2020-04-02T22:15:15.431Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-04-02T22:15:15.431Z] ++++ docker load [2020-04-02T22:15:15.660Z] ok github.com/docker/docker/client 0.668s coverage: 75.3% of statements [2020-04-02T22:15:15.719Z] Running integration-test (iteration 1) [2020-04-02T22:15:15.719Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-04-02T22:15:15.719Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:15:15.719Z] ++ set -e [2020-04-02T22:15:15.719Z] ++ '[' -n 0 ']' [2020-04-02T22:15:15.719Z] ++ set -x [2020-04-02T22:15:15.719Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:15:16.949Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-04-02T22:15:16.954Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-04-02T22:15:18.313Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-04-02T22:15:18.567Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-04-02T22:15:20.523Z] sha256:827dd715d365843a749b4b303d88b52d44487ae28fc25f29e40a0f55cf51a9da [2020-04-02T22:15:20.523Z] INFO: Starting docker-py tests... [2020-04-02T22:15:20.523Z] ============================= test session starts ============================== [2020-04-02T22:15:20.523Z] platform linux -- Python 3.7.7, pytest-4.3.1, py-1.8.1, pluggy-0.13.1 [2020-04-02T22:15:20.523Z] rootdir: /src, inifile: pytest.ini [2020-04-02T22:15:20.523Z] plugins: timeout-1.3.3, cov-2.6.1 [2020-04-02T22:15:20.523Z] collected 387 items / 1 deselected / 386 selected [2020-04-02T22:15:20.523Z] [2020-04-02T22:15:21.077Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-04-02T22:15:22.961Z] --- PASS: TestBuildWithHugeFile (88.82s) [2020-04-02T22:15:22.961Z] === RUN TestBuildWithEmptyDockerfile [2020-04-02T22:15:22.961Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-02T22:15:22.961Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-02T22:15:22.961Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-02T22:15:22.961Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-02T22:15:22.961Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-02T22:15:22.961Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-02T22:15:22.961Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-02T22:15:22.961Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-02T22:15:23.216Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-02T22:15:23.216Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-04-02T22:15:23.216Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2020-04-02T22:15:23.216Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2020-04-02T22:15:23.216Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2020-04-02T22:15:23.216Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s) [2020-04-02T22:15:23.216Z] === RUN TestBuildPreserveOwnership [2020-04-02T22:15:23.216Z] === RUN TestBuildPreserveOwnership/copy_from [2020-04-02T22:15:23.216Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-04-02T22:15:23.516Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-04-02T22:15:24.451Z] --- PASS: TestDockerNetworkMacvlan (18.12s) [2020-04-02T22:15:24.451Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2020-04-02T22:15:24.451Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2020-04-02T22:15:24.451Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.96s) [2020-04-02T22:15:24.451Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.98s) [2020-04-02T22:15:24.451Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.71s) [2020-04-02T22:15:24.451Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.33s) [2020-04-02T22:15:24.451Z] PASS [2020-04-02T22:15:24.451Z] [2020-04-02T22:15:24.451Z] DONE 8 tests in 20.327s [2020-04-02T22:15:24.451Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-04-02T22:15:24.451Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:15:24.451Z] ++ set -e [2020-04-02T22:15:24.451Z] ++ '[' -n 0 ']' [2020-04-02T22:15:24.451Z] ++ set -x [2020-04-02T22:15:24.451Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:15:24.451Z] testing: warning: no tests to run [2020-04-02T22:15:24.451Z] PASS [2020-04-02T22:15:24.451Z] [2020-04-02T22:15:24.451Z] DONE 0 tests in 0.027s [2020-04-02T22:15:24.451Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-04-02T22:15:24.451Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:15:24.451Z] ++ set -e [2020-04-02T22:15:24.451Z] ++ '[' -n 0 ']' [2020-04-02T22:15:24.451Z] ++ set -x [2020-04-02T22:15:24.451Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:15:24.451Z] INFO: Testing against a local daemon [2020-04-02T22:15:24.451Z] === RUN TestAuthZPluginAllowRequest [2020-04-02T22:15:26.353Z] --- PASS: TestAuthZPluginAllowRequest (1.79s) [2020-04-02T22:15:26.353Z] === RUN TestAuthZPluginTLS [2020-04-02T22:15:26.472Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-04-02T22:15:26.472Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-04-02T22:15:26.472Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-04-02T22:15:26.920Z] --- PASS: TestAuthZPluginTLS (0.69s) [2020-04-02T22:15:26.920Z] === RUN TestAuthZPluginDenyRequest [2020-04-02T22:15:27.031Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-04-02T22:15:27.856Z] --- PASS: TestAuthZPluginDenyRequest (0.66s) [2020-04-02T22:15:27.856Z] === RUN TestAuthZPluginAPIDenyResponse [2020-04-02T22:15:28.425Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.65s) [2020-04-02T22:15:28.425Z] === RUN TestAuthZPluginDenyResponse [2020-04-02T22:15:28.993Z] --- PASS: TestAuthZPluginDenyResponse (0.67s) [2020-04-02T22:15:28.993Z] === RUN TestAuthZPluginAllowEventStream [2020-04-02T22:15:29.538Z] --- PASS: TestBuildPreserveOwnership (5.88s) [2020-04-02T22:15:29.538Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.87s) [2020-04-02T22:15:29.538Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.00s) [2020-04-02T22:15:29.538Z] === RUN TestBuildPlatformInvalid [2020-04-02T22:15:29.538Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2020-04-02T22:15:29.538Z] PASS [2020-04-02T22:15:29.538Z] [2020-04-02T22:15:29.538Z] === Skipped [2020-04-02T22:15:29.538Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-04-02T22:15:29.538Z] build_session_test.go:25: TODO: BuildKit [2020-04-02T22:15:29.538Z] [2020-04-02T22:15:29.538Z] [2020-04-02T22:15:29.538Z] DONE 32 tests, 1 skipped in 131.415s [2020-04-02T22:15:29.538Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-04-02T22:15:29.538Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:15:29.538Z] ++ set -e [2020-04-02T22:15:29.538Z] ++ '[' -n 0 ']' [2020-04-02T22:15:29.538Z] ++ set -x [2020-04-02T22:15:29.538Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:15:29.538Z] INFO: Testing against a local daemon [2020-04-02T22:15:29.538Z] === RUN TestConfigList [2020-04-02T22:15:30.896Z] --- PASS: TestAuthZPluginAllowEventStream (1.72s) [2020-04-02T22:15:30.896Z] === RUN TestAuthZPluginErrorResponse [2020-04-02T22:15:30.899Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-04-02T22:15:30.995Z] Loaded image: buildpack-deps:jessie [2020-04-02T22:15:30.995Z] Loaded image: busybox:latest [2020-04-02T22:15:30.995Z] Loaded image: busybox:glibc [2020-04-02T22:15:30.995Z] Loaded image: debian:jessie [2020-04-02T22:15:30.995Z] Loaded image: hello-world:latest [2020-04-02T22:15:30.995Z] INFO: Testing against a local daemon [2020-04-02T22:15:30.995Z] === RUN TestCgroupNamespacesBuild [2020-04-02T22:15:31.463Z] --- PASS: TestAuthZPluginErrorResponse (0.64s) [2020-04-02T22:15:31.463Z] === RUN TestAuthZPluginErrorRequest [2020-04-02T22:15:31.614Z] --- PASS: TestCgroupNamespacesBuild (1.61s) [2020-04-02T22:15:31.614Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-04-02T22:15:32.030Z] --- PASS: TestAuthZPluginErrorRequest (0.63s) [2020-04-02T22:15:32.030Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-04-02T22:15:32.597Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.63s) [2020-04-02T22:15:32.597Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-04-02T22:15:32.780Z] --- PASS: TestConfigList (3.42s) [2020-04-02T22:15:32.780Z] === RUN TestConfigsCreateAndDelete [2020-04-02T22:15:33.101Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.59s) [2020-04-02T22:15:33.101Z] === RUN TestBuildWithSession [2020-04-02T22:15:33.101Z] --- SKIP: TestBuildWithSession (0.00s) [2020-04-02T22:15:33.101Z] build_session_test.go:25: TODO: BuildKit [2020-04-02T22:15:33.101Z] === RUN TestBuildSquashParent [2020-04-02T22:15:33.197Z] ok github.com/docker/docker/builder/remotecontext/git 34.280s coverage: 86.3% of statements [2020-04-02T22:15:33.197Z] ? github.com/docker/docker/cli [no test files] [2020-04-02T22:15:33.197Z] ? github.com/docker/docker/cli/config [no test files] [2020-04-02T22:15:35.128Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.15s) [2020-04-02T22:15:35.128Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-04-02T22:15:36.038Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-04-02T22:15:36.038Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-04-02T22:15:36.295Z] --- PASS: TestConfigsCreateAndDelete (3.61s) [2020-04-02T22:15:36.295Z] === RUN TestConfigsUpdate [2020-04-02T22:15:36.481Z] --- PASS: TestServiceWithDataPathPortInit (19.71s) [2020-04-02T22:15:36.481Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-04-02T22:15:37.029Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.18s) [2020-04-02T22:15:37.029Z] === RUN TestAuthZPluginHeader [2020-04-02T22:15:37.964Z] --- PASS: TestAuthZPluginHeader (0.98s) [2020-04-02T22:15:37.964Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-04-02T22:15:37.964Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-04-02T22:15:37.964Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:15:37.964Z] === RUN TestAuthZPluginV2Disable [2020-04-02T22:15:37.964Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-04-02T22:15:37.964Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:15:37.964Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-04-02T22:15:37.964Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-04-02T22:15:37.964Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:15:37.964Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-04-02T22:15:37.964Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-04-02T22:15:37.964Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:15:37.964Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-04-02T22:15:38.637Z] --- PASS: TestBuildSquashParent (5.48s) [2020-04-02T22:15:38.637Z] === RUN TestBuildWithRemoveAndForceRemove [2020-04-02T22:15:38.637Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-04-02T22:15:38.637Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-04-02T22:15:38.637Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-04-02T22:15:38.637Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-04-02T22:15:38.637Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-04-02T22:15:38.637Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-04-02T22:15:38.637Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-04-02T22:15:38.637Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-04-02T22:15:38.637Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-04-02T22:15:38.637Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-04-02T22:15:38.637Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-04-02T22:15:38.637Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-04-02T22:15:38.637Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-04-02T22:15:38.637Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-04-02T22:15:38.637Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-04-02T22:15:38.637Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-04-02T22:15:38.803Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-04-02T22:15:39.058Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-04-02T22:15:39.617Z] --- PASS: TestConfigsUpdate (3.34s) [2020-04-02T22:15:39.618Z] === RUN TestTemplatedConfig [2020-04-02T22:15:41.338Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-04-02T22:15:41.624Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-04-02T22:15:41.653Z] ok github.com/docker/docker/cmd/dockerd 0.769s coverage: 19.2% of statements [2020-04-02T22:15:42.095Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-04-02T22:15:42.123Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-04-02T22:15:42.352Z] tests/integration/api_client_test.py ..... [ 7%] [2020-04-02T22:15:42.377Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-04-02T22:15:42.377Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-04-02T22:15:43.303Z] --- PASS: TestTemplatedConfig (3.67s) [2020-04-02T22:15:43.303Z] === RUN TestConfigInspect [2020-04-02T22:15:43.680Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-04-02T22:15:43.680Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.89s) [2020-04-02T22:15:43.680Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.04s) [2020-04-02T22:15:43.680Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.06s) [2020-04-02T22:15:43.680Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.13s) [2020-04-02T22:15:43.680Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.96s) [2020-04-02T22:15:43.680Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.16s) [2020-04-02T22:15:43.680Z] === RUN TestBuildMultiStageCopy [2020-04-02T22:15:43.680Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-04-02T22:15:43.788Z] ok github.com/docker/docker/container 0.479s coverage: 41.9% of statements [2020-04-02T22:15:43.788Z] ? github.com/docker/docker/container/stream [no test files] [2020-04-02T22:15:43.788Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-04-02T22:15:43.788Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-04-02T22:15:43.788Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-04-02T22:15:43.980Z] tests/integration/api_config_test.py ..... [ 8%] [2020-04-02T22:15:44.663Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-04-02T22:15:44.663Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-04-02T22:15:44.734Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.294s coverage: 65.3% of statements [2020-04-02T22:15:44.853Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.59s) [2020-04-02T22:15:44.854Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:k61pzkmjcx416mrq7v4umtki0 Created:2020-04-02 22:15:35.054160978 +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[65cbf831f359b357899c12b94298d616105b34d1553bbf10ec604b36239d6a00:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xcjmpby23i24gv55e45zmgpgn EndpointID:f91e3f1eed80694e8f883be0e02fbe0cce6388821b331e2edcc23907a89255ce MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:fab80aa6a19fa34eb4e298e4de09f498de43c88ea875b9b5493ec4b0c669ed80 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:abbd4870965d IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xcjmpby23i24gv55e45zmgpgn EndpointID:f91e3f1eed80694e8f883be0e02fbe0cce6388821b331e2edcc23907a89255ce EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-04-02T22:15:44.854Z] PASS [2020-04-02T22:15:44.854Z] [2020-04-02T22:15:44.854Z] === Skipped [2020-04-02T22:15:44.854Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-04-02T22:15:44.854Z] service_test.go:236: FLAKY_TEST [2020-04-02T22:15:44.854Z] [2020-04-02T22:15:44.854Z] [2020-04-02T22:15:44.854Z] DONE 22 tests, 1 skipped in 53.018s [2020-04-02T22:15:44.854Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-04-02T22:15:44.854Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:15:44.854Z] ++ set -e [2020-04-02T22:15:44.854Z] ++ '[' -n 0 ']' [2020-04-02T22:15:44.854Z] ++ set -x [2020-04-02T22:15:44.854Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:15:44.854Z] INFO: Testing against a local daemon [2020-04-02T22:15:44.854Z] === RUN TestDockerNetworkIpvlanPersistance [2020-04-02T22:15:44.854Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-04-02T22:15:44.854Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-02T22:15:44.854Z] === RUN TestDockerNetworkIpvlan [2020-04-02T22:15:44.854Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-04-02T22:15:44.854Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-02T22:15:44.854Z] PASS [2020-04-02T22:15:44.854Z] [2020-04-02T22:15:44.854Z] === Skipped [2020-04-02T22:15:44.854Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-04-02T22:15:44.854Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-02T22:15:44.854Z] [2020-04-02T22:15:44.854Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-04-02T22:15:44.854Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-02T22:15:44.854Z] [2020-04-02T22:15:44.854Z] [2020-04-02T22:15:44.854Z] DONE 2 tests, 2 skipped in 0.073s [2020-04-02T22:15:44.854Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-04-02T22:15:44.854Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:15:44.854Z] ++ set -e [2020-04-02T22:15:44.854Z] ++ '[' -n 0 ']' [2020-04-02T22:15:44.854Z] ++ set -x [2020-04-02T22:15:44.854Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:15:44.854Z] INFO: Testing against a local daemon [2020-04-02T22:15:44.854Z] === RUN TestDockerNetworkMacvlanPersistance [2020-04-02T22:15:45.712Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-04-02T22:15:45.858Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.48s) [2020-04-02T22:15:45.858Z] === RUN TestDockerNetworkMacvlan [2020-04-02T22:15:45.999Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-04-02T22:15:46.286Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-04-02T22:15:46.545Z] --- PASS: TestConfigInspect (2.88s) [2020-04-02T22:15:46.545Z] === RUN TestConfigCreateWithLabels [2020-04-02T22:15:46.573Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-04-02T22:15:46.862Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-04-02T22:15:47.195Z] --- PASS: TestBuildMultiStageCopy (3.48s) [2020-04-02T22:15:47.195Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.87s) [2020-04-02T22:15:47.195Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.38s) [2020-04-02T22:15:47.195Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.41s) [2020-04-02T22:15:47.195Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.40s) [2020-04-02T22:15:47.195Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.42s) [2020-04-02T22:15:47.195Z] === RUN TestBuildMultiStageParentConfig [2020-04-02T22:15:47.468Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-04-02T22:15:47.474Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-04-02T22:15:48.217Z] --- PASS: TestBuildMultiStageParentConfig (1.03s) [2020-04-02T22:15:48.217Z] === RUN TestBuildLabelWithTargets [2020-04-02T22:15:48.478Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-04-02T22:15:48.828Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-04-02T22:15:49.387Z] --- PASS: TestConfigCreateWithLabels (3.18s) [2020-04-02T22:15:49.387Z] === RUN TestConfigCreateResolve [2020-04-02T22:15:49.707Z] --- PASS: TestBuildLabelWithTargets (1.61s) [2020-04-02T22:15:49.707Z] === RUN TestBuildWithEmptyLayers [2020-04-02T22:15:50.437Z] ok github.com/docker/docker/daemon/cluster/convert 0.791s coverage: 35.6% of statements [2020-04-02T22:15:50.724Z] --- PASS: TestBuildWithEmptyLayers (0.77s) [2020-04-02T22:15:50.724Z] === RUN TestBuildMultiStageOnBuild [2020-04-02T22:15:52.646Z] --- PASS: TestConfigCreateResolve (3.16s) [2020-04-02T22:15:52.646Z] === RUN TestConfigDaemonLibtrustID [2020-04-02T22:15:52.757Z] --- PASS: TestBuildMultiStageOnBuild (2.12s) [2020-04-02T22:15:52.757Z] === RUN TestBuildUncleanTarFilenames [2020-04-02T22:15:52.866Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-04-02T22:15:53.206Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-04-02T22:15:53.206Z] --- PASS: TestConfigDaemonLibtrustID (0.57s) [2020-04-02T22:15:53.206Z] PASS [2020-04-02T22:15:53.206Z] [2020-04-02T22:15:53.206Z] DONE 8 tests in 23.884s [2020-04-02T22:15:53.206Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-04-02T22:15:53.206Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:15:53.206Z] ++ set -e [2020-04-02T22:15:53.206Z] ++ '[' -n 0 ']' [2020-04-02T22:15:53.206Z] ++ set -x [2020-04-02T22:15:53.206Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:15:53.206Z] INFO: Testing against a local daemon [2020-04-02T22:15:53.206Z] === RUN TestCheckpoint [2020-04-02T22:15:53.206Z] --- SKIP: TestCheckpoint (0.00s) [2020-04-02T22:15:53.206Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-04-02T22:15:53.206Z] === RUN TestContainerInvalidJSON [2020-04-02T22:15:53.206Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-04-02T22:15:53.206Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-04-02T22:15:53.206Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-04-02T22:15:53.206Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-04-02T22:15:53.206Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-04-02T22:15:53.206Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-04-02T22:15:53.206Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-04-02T22:15:53.206Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-04-02T22:15:53.206Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-04-02T22:15:53.206Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-04-02T22:15:53.206Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-04-02T22:15:53.206Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2020-04-02T22:15:53.206Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2020-04-02T22:15:53.206Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-04-02T22:15:53.461Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.24s) [2020-04-02T22:15:53.461Z] === RUN TestCopyFromContainerPathIsNotDir [2020-04-02T22:15:53.715Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s) [2020-04-02T22:15:53.715Z] === RUN TestCopyToContainerPathDoesNotExist [2020-04-02T22:15:53.715Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-04-02T22:15:53.715Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s) [2020-04-02T22:15:53.715Z] === RUN TestCopyToContainerPathIsNotDir [2020-04-02T22:15:53.770Z] --- PASS: TestBuildUncleanTarFilenames (1.16s) [2020-04-02T22:15:53.770Z] === RUN TestBuildMultiStageLayerLeak [2020-04-02T22:15:53.970Z] --- PASS: TestCopyToContainerPathIsNotDir (0.10s) [2020-04-02T22:15:53.970Z] === RUN TestCopyFromContainer [2020-04-02T22:15:55.329Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-04-02T22:15:55.889Z] === RUN TestCopyFromContainer// [2020-04-02T22:15:55.889Z] === RUN TestCopyFromContainer//bar/root [2020-04-02T22:15:56.042Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.03s) [2020-04-02T22:15:56.042Z] PASS [2020-04-02T22:15:56.042Z] [2020-04-02T22:15:56.042Z] === Skipped [2020-04-02T22:15:56.042Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-04-02T22:15:56.042Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:15:56.042Z] [2020-04-02T22:15:56.042Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-04-02T22:15:56.042Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:15:56.042Z] [2020-04-02T22:15:56.042Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-04-02T22:15:56.042Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:15:56.042Z] [2020-04-02T22:15:56.043Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-04-02T22:15:56.043Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:15:56.043Z] [2020-04-02T22:15:56.043Z] [2020-04-02T22:15:56.043Z] DONE 17 tests, 4 skipped in 31.573s [2020-04-02T22:15:56.043Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-04-02T22:15:56.043Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:15:56.043Z] ++ set -e [2020-04-02T22:15:56.043Z] ++ '[' -n 0 ']' [2020-04-02T22:15:56.043Z] ++ set -x [2020-04-02T22:15:56.043Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:15:56.043Z] INFO: Testing against a local daemon [2020-04-02T22:15:56.043Z] === RUN TestPluginInvalidJSON [2020-04-02T22:15:56.043Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-04-02T22:15:56.043Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-04-02T22:15:56.043Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-04-02T22:15:56.043Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-04-02T22:15:56.043Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-04-02T22:15:56.043Z] === RUN TestPluginInstall [2020-04-02T22:15:56.043Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:15:56.144Z] === RUN TestCopyFromContainer//bar/root/ [2020-04-02T22:15:56.313Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-04-02T22:15:56.398Z] === RUN TestCopyFromContainer/bar/quux [2020-04-02T22:15:56.398Z] === RUN TestCopyFromContainer/bar/quux/ [2020-04-02T22:15:56.458Z] --- PASS: TestBuildMultiStageLayerLeak (2.18s) [2020-04-02T22:15:56.458Z] === RUN TestBuildWithHugeFile [2020-04-02T22:15:56.653Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-04-02T22:15:56.653Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-04-02T22:15:56.653Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-04-02T22:15:56.654Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-04-02T22:15:56.909Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-04-02T22:15:56.909Z] === RUN TestCopyFromContainer/bar/notarget [2020-04-02T22:15:57.164Z] --- PASS: TestCopyFromContainer (3.27s) [2020-04-02T22:15:57.164Z] --- PASS: TestCopyFromContainer// (0.13s) [2020-04-02T22:15:57.164Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2020-04-02T22:15:57.164Z] --- PASS: TestCopyFromContainer//bar/root/ (0.16s) [2020-04-02T22:15:57.164Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2020-04-02T22:15:57.164Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.14s) [2020-04-02T22:15:57.164Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2020-04-02T22:15:57.164Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2020-04-02T22:15:57.164Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.15s) [2020-04-02T22:15:57.164Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2020-04-02T22:15:57.164Z] --- PASS: TestCopyFromContainer/bar/notarget (0.13s) [2020-04-02T22:15:57.164Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-04-02T22:15:57.164Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-02T22:15:57.164Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-02T22:15:57.164Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-02T22:15:57.164Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-02T22:15:57.164Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-02T22:15:57.164Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-02T22:15:57.164Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-02T22:15:57.164Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-02T22:15:57.164Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-02T22:15:57.164Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-04-02T22:15:57.164Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-04-02T22:15:57.164Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-04-02T22:15:57.164Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-04-02T22:15:57.164Z] === RUN TestCreateLinkToNonExistingContainer [2020-04-02T22:15:57.164Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-04-02T22:15:57.164Z] === RUN TestCreateWithInvalidEnv [2020-04-02T22:15:57.164Z] === RUN TestCreateWithInvalidEnv/0 [2020-04-02T22:15:57.164Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-04-02T22:15:57.164Z] === RUN TestCreateWithInvalidEnv/1 [2020-04-02T22:15:57.164Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-04-02T22:15:57.164Z] === RUN TestCreateWithInvalidEnv/2 [2020-04-02T22:15:57.164Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-04-02T22:15:57.164Z] === CONT TestCreateWithInvalidEnv/0 [2020-04-02T22:15:57.164Z] === CONT TestCreateWithInvalidEnv/2 [2020-04-02T22:15:57.164Z] === CONT TestCreateWithInvalidEnv/1 [2020-04-02T22:15:57.164Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-04-02T22:15:57.164Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-04-02T22:15:57.164Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2020-04-02T22:15:57.164Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2020-04-02T22:15:57.164Z] === RUN TestCreateTmpfsMountsTarget [2020-04-02T22:15:57.164Z] --- PASS: TestCreateTmpfsMountsTarget (0.06s) [2020-04-02T22:15:57.164Z] === RUN TestCreateWithCustomMaskedPaths [2020-04-02T22:15:57.412Z] ok github.com/docker/docker/daemon/cluster 1.836s coverage: 0.5% of statements [2020-04-02T22:15:57.725Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-04-02T22:15:57.980Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-04-02T22:15:58.358Z] ok github.com/docker/docker/daemon/config 0.853s coverage: 79.6% of statements [2020-04-02T22:15:58.539Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-04-02T22:15:59.304Z] ok github.com/docker/docker/daemon/discovery 0.209s coverage: 30.0% of statements [2020-04-02T22:15:59.920Z] --- PASS: TestCreateWithCustomMaskedPaths (2.60s) [2020-04-02T22:15:59.920Z] === RUN TestCreateWithCapabilities [2020-04-02T22:15:59.920Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-04-02T22:15:59.920Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-04-02T22:15:59.920Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-04-02T22:15:59.920Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-04-02T22:15:59.920Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-04-02T22:15:59.920Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-04-02T22:15:59.920Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-04-02T22:15:59.920Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-04-02T22:15:59.920Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-04-02T22:15:59.920Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-04-02T22:15:59.920Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-04-02T22:15:59.920Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-04-02T22:15:59.920Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-04-02T22:15:59.920Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-04-02T22:15:59.920Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-04-02T22:15:59.920Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-04-02T22:15:59.920Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-04-02T22:15:59.920Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-04-02T22:15:59.920Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-04-02T22:15:59.920Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-04-02T22:15:59.920Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-04-02T22:15:59.920Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-04-02T22:15:59.920Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-04-02T22:15:59.920Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-04-02T22:15:59.920Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-04-02T22:15:59.920Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-04-02T22:15:59.920Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-04-02T22:15:59.920Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-04-02T22:16:00.198Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-04-02T22:16:00.198Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-04-02T22:16:00.198Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-04-02T22:16:00.198Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-04-02T22:16:00.198Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-04-02T22:16:00.198Z] --- PASS: TestCreateWithCapabilities (0.04s) [2020-04-02T22:16:00.198Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2020-04-02T22:16:00.198Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.08s) [2020-04-02T22:16:00.198Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s) [2020-04-02T22:16:00.198Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-04-02T22:16:00.198Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2020-04-02T22:16:00.198Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.09s) [2020-04-02T22:16:00.198Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.08s) [2020-04-02T22:16:00.198Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s) [2020-04-02T22:16:00.198Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-04-02T22:16:00.198Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2020-04-02T22:16:00.198Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2020-04-02T22:16:00.198Z] === RUN TestCreateWithCustomReadonlyPaths [2020-04-02T22:16:00.461Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-04-02T22:16:00.808Z] ok github.com/docker/docker/daemon/events 0.368s coverage: 50.0% of statements [2020-04-02T22:16:00.808Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.110s coverage: 10.9% of statements [2020-04-02T22:16:02.312Z] ok github.com/docker/docker/daemon/graphdriver 0.161s coverage: 2.3% of statements [2020-04-02T22:16:02.312Z] ok github.com/docker/docker/daemon/links 0.069s coverage: 93.0% of statements [2020-04-02T22:16:02.610Z] time="2020-04-02T22:16:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:16:02.610Z] time="2020-04-02T22:16:01Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:16:02.610Z] time="2020-04-02T22:16:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:609195a466fabcd3793cd758e59c0ea6bd7ed5d924744f4cfbeb0ef75ee95a9a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:16:02.610Z] time="2020-04-02T22:16:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:16:02.610Z] time="2020-04-02T22:16:01Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:16:02.610Z] time="2020-04-02T22:16:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:609195a466fabcd3793cd758e59c0ea6bd7ed5d924744f4cfbeb0ef75ee95a9a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:16:02.610Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:16:02.610Z] time="2020-04-02T22:16:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:16:02.610Z] time="2020-04-02T22:16:02Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:16:02.610Z] time="2020-04-02T22:16:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:49aeff246d3079806d0d7bac86bcf8b38cb73e260f6af28ae7713fdc7b40d8c8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:16:02.610Z] time="2020-04-02T22:16:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:16:02.610Z] time="2020-04-02T22:16:02Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:16:02.611Z] time="2020-04-02T22:16:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:49aeff246d3079806d0d7bac86bcf8b38cb73e260f6af28ae7713fdc7b40d8c8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:16:02.993Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.69s) [2020-04-02T22:16:02.993Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-04-02T22:16:02.993Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-02T22:16:02.993Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-02T22:16:02.993Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-02T22:16:02.993Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-02T22:16:02.993Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-02T22:16:02.993Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-02T22:16:02.993Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-02T22:16:02.993Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-02T22:16:02.993Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-02T22:16:02.993Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-02T22:16:02.993Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-02T22:16:02.993Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-02T22:16:02.993Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-02T22:16:02.993Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-02T22:16:02.993Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-02T22:16:02.993Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-04-02T22:16:02.993Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2020-04-02T22:16:02.993Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2020-04-02T22:16:02.993Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-04-02T22:16:02.993Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-04-02T22:16:02.993Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-04-02T22:16:02.993Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-04-02T22:16:03.110Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-04-02T22:16:03.177Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:16:03.918Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.94s) [2020-04-02T22:16:03.918Z] === RUN TestContainerStartOnDaemonRestart [2020-04-02T22:16:03.918Z] === PAUSE TestContainerStartOnDaemonRestart [2020-04-02T22:16:03.918Z] === RUN TestDaemonRestartIpcMode [2020-04-02T22:16:03.918Z] === PAUSE TestDaemonRestartIpcMode [2020-04-02T22:16:03.918Z] === RUN TestDaemonHostGatewayIP [2020-04-02T22:16:03.918Z] === PAUSE TestDaemonHostGatewayIP [2020-04-02T22:16:03.918Z] === RUN TestDiff [2020-04-02T22:16:04.177Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-04-02T22:16:04.553Z] time="2020-04-02T22:16:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:16:04.553Z] time="2020-04-02T22:16:04Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:16:04.553Z] time="2020-04-02T22:16:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ca250e0e8d6dc9f2a9142eb6e3ce22bf2e6c657e7f68b371325c0b4a21abf143" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:16:04.553Z] time="2020-04-02T22:16:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:16:04.554Z] time="2020-04-02T22:16:04Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:16:04.554Z] time="2020-04-02T22:16:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ca250e0e8d6dc9f2a9142eb6e3ce22bf2e6c657e7f68b371325c0b4a21abf143" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:16:04.736Z] --- PASS: TestDiff (0.88s) [2020-04-02T22:16:04.736Z] === RUN TestExecWithCloseStdin [2020-04-02T22:16:04.812Z] --- PASS: TestPluginInstall (8.70s) [2020-04-02T22:16:04.813Z] --- PASS: TestPluginInstall/no_auth (5.72s) [2020-04-02T22:16:04.813Z] --- PASS: TestPluginInstall/with_htpasswd (1.21s) [2020-04-02T22:16:04.813Z] --- PASS: TestPluginInstall/with_insecure (1.77s) [2020-04-02T22:16:04.813Z] plugin_test.go:157: [d6edb4256ba1c] daemon is not started [2020-04-02T22:16:04.813Z] PASS [2020-04-02T22:16:04.813Z] [2020-04-02T22:16:04.813Z] DONE 6 tests in 8.906s [2020-04-02T22:16:04.813Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-04-02T22:16:04.813Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:16:04.813Z] ++ set -e [2020-04-02T22:16:04.813Z] ++ '[' -n 0 ']' [2020-04-02T22:16:04.813Z] ++ set -x [2020-04-02T22:16:04.813Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:16:04.990Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-04-02T22:16:05.071Z] INFO: Testing against a local daemon [2020-04-02T22:16:05.071Z] === RUN TestExternalGraphDriver [2020-04-02T22:16:05.071Z] === RUN TestExternalGraphDriver/json [2020-04-02T22:16:05.132Z] --- PASS: TestDockerNetworkMacvlan (19.26s) [2020-04-02T22:16:05.132Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2020-04-02T22:16:05.132Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.15s) [2020-04-02T22:16:05.132Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.42s) [2020-04-02T22:16:05.132Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.47s) [2020-04-02T22:16:05.132Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.26s) [2020-04-02T22:16:05.132Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.43s) [2020-04-02T22:16:05.132Z] PASS [2020-04-02T22:16:05.132Z] [2020-04-02T22:16:05.132Z] DONE 8 tests in 20.806s [2020-04-02T22:16:05.132Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-04-02T22:16:05.132Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:16:05.132Z] ++ set -e [2020-04-02T22:16:05.132Z] ++ '[' -n 0 ']' [2020-04-02T22:16:05.132Z] ++ set -x [2020-04-02T22:16:05.132Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:16:05.132Z] testing: warning: no tests to run [2020-04-02T22:16:05.132Z] PASS [2020-04-02T22:16:05.132Z] [2020-04-02T22:16:05.132Z] DONE 0 tests in 0.014s [2020-04-02T22:16:05.132Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-04-02T22:16:05.132Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:16:05.132Z] ++ set -e [2020-04-02T22:16:05.132Z] ++ '[' -n 0 ']' [2020-04-02T22:16:05.132Z] ++ set -x [2020-04-02T22:16:05.132Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:16:05.132Z] INFO: Testing against a local daemon [2020-04-02T22:16:05.132Z] === RUN TestAuthZPluginAllowRequest [2020-04-02T22:16:05.916Z] --- PASS: TestExecWithCloseStdin (0.93s) [2020-04-02T22:16:05.916Z] === RUN TestExec [2020-04-02T22:16:06.477Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-04-02T22:16:06.732Z] --- PASS: TestExec (1.00s) [2020-04-02T22:16:06.732Z] === RUN TestExecUser [2020-04-02T22:16:06.921Z] ok github.com/docker/docker/daemon 3.637s coverage: 9.2% of statements [2020-04-02T22:16:06.921Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-04-02T22:16:06.921Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-04-02T22:16:06.921Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-04-02T22:16:06.921Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-04-02T22:16:06.921Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-04-02T22:16:06.921Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-04-02T22:16:06.921Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2020-04-02T22:16:06.921Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-04-02T22:16:06.921Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-04-02T22:16:06.921Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-04-02T22:16:06.921Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-04-02T22:16:06.921Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2020-04-02T22:16:06.921Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-04-02T22:16:06.921Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-04-02T22:16:06.921Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-04-02T22:16:06.921Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-04-02T22:16:07.149Z] --- PASS: TestAuthZPluginAllowRequest (1.71s) [2020-04-02T22:16:07.150Z] === RUN TestAuthZPluginTLS [2020-04-02T22:16:07.290Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-04-02T22:16:07.371Z] ok github.com/docker/docker/daemon/logger 0.563s coverage: 42.1% of statements [2020-04-02T22:16:07.431Z] --- PASS: TestAuthZPluginTLS (0.53s) [2020-04-02T22:16:07.431Z] === RUN TestAuthZPluginDenyRequest [2020-04-02T22:16:07.606Z] === RUN TestExternalGraphDriver/spec [2020-04-02T22:16:07.850Z] --- PASS: TestExecUser (0.95s) [2020-04-02T22:16:07.850Z] === RUN TestExportContainerAndImportImage [2020-04-02T22:16:08.044Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2020-04-02T22:16:08.044Z] === RUN TestAuthZPluginAPIDenyResponse [2020-04-02T22:16:08.104Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-04-02T22:16:08.104Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-04-02T22:16:08.317Z] ok github.com/docker/docker/daemon/logger/awslogs 1.003s coverage: 77.4% of statements [2020-04-02T22:16:08.317Z] ok github.com/docker/docker/daemon/images 1.381s coverage: 4.9% of statements [2020-04-02T22:16:08.317Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-04-02T22:16:08.317Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-04-02T22:16:08.317Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-04-02T22:16:08.317Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-04-02T22:16:08.317Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-04-02T22:16:08.317Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-04-02T22:16:08.317Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-04-02T22:16:08.656Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2020-04-02T22:16:08.656Z] === RUN TestAuthZPluginDenyResponse [2020-04-02T22:16:08.938Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2020-04-02T22:16:08.938Z] === RUN TestAuthZPluginAllowEventStream [2020-04-02T22:16:09.027Z] --- PASS: TestExportContainerAndImportImage (1.31s) [2020-04-02T22:16:09.027Z] === RUN TestExportContainerAfterDaemonRestart [2020-04-02T22:16:09.950Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-04-02T22:16:10.452Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.359s coverage: 88.3% of statements [2020-04-02T22:16:10.509Z] --- PASS: TestExportContainerAfterDaemonRestart (1.51s) [2020-04-02T22:16:10.509Z] === RUN TestHealthCheckWorkdir [2020-04-02T22:16:10.891Z] === RUN TestExternalGraphDriver/pull [2020-04-02T22:16:10.956Z] --- PASS: TestAuthZPluginAllowEventStream (1.74s) [2020-04-02T22:16:10.956Z] === RUN TestAuthZPluginErrorResponse [2020-04-02T22:16:11.237Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2020-04-02T22:16:11.237Z] === RUN TestAuthZPluginErrorRequest [2020-04-02T22:16:11.397Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.394s coverage: 62.1% of statements [2020-04-02T22:16:11.435Z] --- PASS: TestHealthCheckWorkdir (1.03s) [2020-04-02T22:16:11.435Z] === RUN TestHealthKillContainer [2020-04-02T22:16:11.846Z] ok github.com/docker/docker/daemon/logger/local 0.482s coverage: 74.7% of statements [2020-04-02T22:16:11.846Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-04-02T22:16:11.846Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.257s coverage: 21.4% of statements [2020-04-02T22:16:11.850Z] --- PASS: TestAuthZPluginErrorRequest (0.52s) [2020-04-02T22:16:11.850Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-04-02T22:16:12.462Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2020-04-02T22:16:12.462Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-04-02T22:16:12.794Z] --- PASS: TestExternalGraphDriver (7.39s) [2020-04-02T22:16:12.794Z] --- PASS: TestExternalGraphDriver/json (2.45s) [2020-04-02T22:16:12.794Z] --- PASS: TestExternalGraphDriver/spec (2.66s) [2020-04-02T22:16:12.794Z] --- PASS: TestExternalGraphDriver/pull (2.13s) [2020-04-02T22:16:12.794Z] === RUN TestGraphdriverPluginV2 [2020-04-02T22:16:12.794Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2020-04-02T22:16:12.794Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:16:12.794Z] PASS [2020-04-02T22:16:12.794Z] [2020-04-02T22:16:12.794Z] === Skipped [2020-04-02T22:16:12.794Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2020-04-02T22:16:12.794Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:16:12.794Z] [2020-04-02T22:16:12.794Z] [2020-04-02T22:16:12.794Z] DONE 5 tests, 1 skipped in 7.579s [2020-04-02T22:16:12.794Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-04-02T22:16:12.794Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:16:12.794Z] ++ set -e [2020-04-02T22:16:12.794Z] ++ '[' -n 0 ']' [2020-04-02T22:16:12.794Z] ++ set -x [2020-04-02T22:16:12.794Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:16:12.794Z] INFO: Testing against a local daemon [2020-04-02T22:16:12.794Z] === RUN TestContinueAfterPluginCrash [2020-04-02T22:16:12.794Z] === PAUSE TestContinueAfterPluginCrash [2020-04-02T22:16:12.794Z] === RUN TestReadPluginNoRead [2020-04-02T22:16:12.794Z] === PAUSE TestReadPluginNoRead [2020-04-02T22:16:12.794Z] === RUN TestDaemonStartWithLogOpt [2020-04-02T22:16:12.794Z] === PAUSE TestDaemonStartWithLogOpt [2020-04-02T22:16:12.794Z] === CONT TestContinueAfterPluginCrash [2020-04-02T22:16:12.794Z] === CONT TestDaemonStartWithLogOpt [2020-04-02T22:16:12.794Z] === CONT TestReadPluginNoRead [2020-04-02T22:16:13.944Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-04-02T22:16:14.020Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.431s coverage: 33.3% of statements [2020-04-02T22:16:14.020Z] ok github.com/docker/docker/daemon/logger/templates 0.057s coverage: 8.3% of statements [2020-04-02T22:16:14.020Z] ok github.com/docker/docker/daemon/logger/syslog 0.178s coverage: 47.8% of statements [2020-04-02T22:16:14.200Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-04-02T22:16:14.479Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.10s) [2020-04-02T22:16:14.479Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-04-02T22:16:14.760Z] --- PASS: TestHealthKillContainer (3.09s) [2020-04-02T22:16:14.760Z] === RUN TestInspectCpusetInConfigPre120 [2020-04-02T22:16:15.686Z] --- PASS: TestInspectCpusetInConfigPre120 (0.92s) [2020-04-02T22:16:15.686Z] === RUN TestIpcModeNone [2020-04-02T22:16:16.610Z] --- PASS: TestIpcModeNone (1.01s) [2020-04-02T22:16:16.610Z] === RUN TestIpcModePrivate [2020-04-02T22:16:16.865Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-04-02T22:16:16.870Z] ok github.com/docker/docker/daemon/logger/splunk 2.489s coverage: 82.5% of statements [2020-04-02T22:16:16.870Z] ? github.com/docker/docker/daemon/names [no test files] [2020-04-02T22:16:16.870Z] ? github.com/docker/docker/daemon/network [no test files] [2020-04-02T22:16:16.870Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-04-02T22:16:16.987Z] === RUN TestReadPluginNoRead/default [2020-04-02T22:16:17.151Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.19s) [2020-04-02T22:16:17.151Z] === RUN TestAuthZPluginHeader [2020-04-02T22:16:17.430Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-04-02T22:16:17.432Z] --- PASS: TestAuthZPluginHeader (0.83s) [2020-04-02T22:16:17.432Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-04-02T22:16:17.432Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-04-02T22:16:17.432Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:16:17.432Z] === RUN TestAuthZPluginV2Disable [2020-04-02T22:16:17.432Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-04-02T22:16:17.432Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:16:17.432Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-04-02T22:16:17.432Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-04-02T22:16:17.432Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:16:17.432Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-04-02T22:16:17.432Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-04-02T22:16:17.432Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:16:17.432Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-04-02T22:16:17.553Z] --- PASS: TestDaemonStartWithLogOpt (4.84s) [2020-04-02T22:16:17.789Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-04-02T22:16:17.789Z] --- PASS: TestIpcModePrivate (1.14s) [2020-04-02T22:16:17.789Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:204, shared: false, mustBeShared: false [2020-04-02T22:16:17.789Z] === RUN TestIpcModeShareable [2020-04-02T22:16:18.347Z] === RUN TestDockerSuite/TestBuildCmd [2020-04-02T22:16:18.602Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-04-02T22:16:18.857Z] --- PASS: TestIpcModeShareable (1.12s) [2020-04-02T22:16:18.857Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:196, shared: true, mustBeShared: true [2020-04-02T22:16:18.857Z] === RUN TestAPIIpcModeShareableAndContainer [2020-04-02T22:16:18.857Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-04-02T22:16:18.928Z] === RUN TestReadPluginNoRead/disabled_caching [2020-04-02T22:16:19.003Z] ok github.com/docker/docker/distribution 1.595s coverage: 20.3% of statements [2020-04-02T22:16:19.003Z] ok github.com/docker/docker/distribution/metadata 2.337s coverage: 48.2% of statements [2020-04-02T22:16:19.003Z] ok github.com/docker/docker/errdefs 0.203s coverage: 49.4% of statements [2020-04-02T22:16:19.003Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-04-02T22:16:19.112Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-04-02T22:16:19.367Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-04-02T22:16:19.367Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-04-02T22:16:19.451Z] ok github.com/docker/docker/distribution/xfer 2.034s coverage: 77.3% of statements [2020-04-02T22:16:19.451Z] ? github.com/docker/docker/dockerversion [no test files] [2020-04-02T22:16:20.291Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-04-02T22:16:20.545Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-04-02T22:16:20.800Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-04-02T22:16:20.830Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-04-02T22:16:21.360Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-04-02T22:16:21.584Z] ok github.com/docker/docker/image/cache 0.255s coverage: 19.2% of statements [2020-04-02T22:16:21.584Z] ok github.com/docker/docker/image/v1 0.286s coverage: 25.0% of statements [2020-04-02T22:16:21.919Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.18s) [2020-04-02T22:16:21.919Z] === RUN TestAPIIpcModeHost [2020-04-02T22:16:22.732Z] --- PASS: TestReadPluginNoRead (9.92s) [2020-04-02T22:16:22.732Z] --- PASS: TestReadPluginNoRead/default (1.95s) [2020-04-02T22:16:22.732Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.82s) [2020-04-02T22:16:22.732Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.87s) [2020-04-02T22:16:22.732Z] read_test.go:91: [d4a7bcc7150b1] daemon is not started [2020-04-02T22:16:22.843Z] --- PASS: TestAPIIpcModeHost (0.75s) [2020-04-02T22:16:22.843Z] === RUN TestDaemonIpcModeShareable [2020-04-02T22:16:22.990Z] --- PASS: TestContinueAfterPluginCrash (10.31s) [2020-04-02T22:16:22.990Z] PASS [2020-04-02T22:16:22.990Z] [2020-04-02T22:16:22.990Z] DONE 6 tests in 10.476s [2020-04-02T22:16:22.990Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-04-02T22:16:22.990Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:16:22.990Z] ++ set -e [2020-04-02T22:16:22.990Z] ++ '[' -n 0 ']' [2020-04-02T22:16:22.990Z] ++ set -x [2020-04-02T22:16:22.991Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:16:22.991Z] testing: warning: no tests to run [2020-04-02T22:16:22.991Z] PASS [2020-04-02T22:16:22.991Z] [2020-04-02T22:16:22.991Z] DONE 0 tests in 0.048s [2020-04-02T22:16:22.991Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-04-02T22:16:22.991Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:16:22.991Z] ++ set -e [2020-04-02T22:16:22.991Z] ++ '[' -n 0 ']' [2020-04-02T22:16:22.991Z] ++ set -x [2020-04-02T22:16:22.991Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:16:23.088Z] ok github.com/docker/docker/image 1.215s coverage: 86.4% of statements [2020-04-02T22:16:23.088Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-04-02T22:16:23.088Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-04-02T22:16:23.249Z] INFO: Testing against a local daemon [2020-04-02T22:16:23.249Z] === RUN TestPluginWithDevMounts [2020-04-02T22:16:23.249Z] === PAUSE TestPluginWithDevMounts [2020-04-02T22:16:23.249Z] === CONT TestPluginWithDevMounts [2020-04-02T22:16:23.536Z] ok github.com/docker/docker/libcontainerd/queue 0.221s coverage: 100.0% of statements [2020-04-02T22:16:24.725Z] --- PASS: TestDaemonIpcModeShareable (1.80s) [2020-04-02T22:16:24.725Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:217, shared: true, mustBeShared: true [2020-04-02T22:16:24.725Z] === RUN TestDaemonIpcModePrivate [2020-04-02T22:16:25.041Z] ok github.com/docker/docker/pkg/aaparser 0.046s coverage: 50.0% of statements [2020-04-02T22:16:25.041Z] ok github.com/docker/docker/layer 0.489s coverage: 30.1% of statements [2020-04-02T22:16:25.488Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-04-02T22:16:25.780Z] --- PASS: TestPluginWithDevMounts (2.23s) [2020-04-02T22:16:25.780Z] PASS [2020-04-02T22:16:25.780Z] [2020-04-02T22:16:25.780Z] DONE 1 tests in 2.398s [2020-04-02T22:16:25.780Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-04-02T22:16:25.780Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:16:25.780Z] ++ set -e [2020-04-02T22:16:25.780Z] ++ '[' -n 0 ']' [2020-04-02T22:16:25.780Z] ++ set -x [2020-04-02T22:16:25.780Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:16:25.780Z] INFO: Testing against a local daemon [2020-04-02T22:16:25.780Z] === RUN TestSecretInspect [2020-04-02T22:16:26.090Z] --- PASS: TestDaemonIpcModePrivate (1.63s) [2020-04-02T22:16:26.090Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:224, shared: false, mustBeShared: false [2020-04-02T22:16:26.090Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-04-02T22:16:26.348Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-04-02T22:16:26.992Z] ok github.com/docker/docker/opts 0.335s coverage: 67.7% of statements [2020-04-02T22:16:27.272Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-04-02T22:16:27.527Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-04-02T22:16:27.937Z] ok github.com/docker/docker/libcontainerd/local 0.372s coverage: 1.0% of statements [2020-04-02T22:16:27.937Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-04-02T22:16:27.937Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-04-02T22:16:27.937Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-04-02T22:16:27.937Z] ? github.com/docker/docker/oci [no test files] [2020-04-02T22:16:27.937Z] ? github.com/docker/docker/oci/caps [no test files] [2020-04-02T22:16:28.086Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-04-02T22:16:28.086Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.98s) [2020-04-02T22:16:28.086Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:214, shared: false, mustBeShared: false [2020-04-02T22:16:28.086Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-04-02T22:16:28.341Z] === RUN TestDockerSuite/TestBuildContChar [2020-04-02T22:16:28.385Z] ok github.com/docker/docker/pkg/authorization 0.848s coverage: 26.8% of statements [2020-04-02T22:16:28.596Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-04-02T22:16:28.832Z] ok github.com/docker/docker/pkg/broadcaster 0.085s coverage: 100.0% of statements [2020-04-02T22:16:28.832Z] ok github.com/docker/docker/pkg/capabilities 0.046s coverage: 87.5% of statements [2020-04-02T22:16:29.064Z] --- PASS: TestSecretInspect (3.29s) [2020-04-02T22:16:29.064Z] === RUN TestSecretList [2020-04-02T22:16:29.956Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.76s) [2020-04-02T22:16:29.956Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:216, shared: true, mustBeShared: true [2020-04-02T22:16:29.956Z] === RUN TestIpcModeOlderClient [2020-04-02T22:16:29.956Z] === PAUSE TestIpcModeOlderClient [2020-04-02T22:16:29.956Z] === RUN TestKillContainerInvalidSignal [2020-04-02T22:16:30.338Z] ok github.com/docker/docker/pkg/directory 0.069s coverage: 80.0% of statements [2020-04-02T22:16:30.338Z] ok github.com/docker/docker/pkg/chrootarchive 0.126s coverage: 15.4% of statements [2020-04-02T22:16:30.878Z] --- PASS: TestKillContainerInvalidSignal (0.89s) [2020-04-02T22:16:30.878Z] === RUN TestKillContainer [2020-04-02T22:16:30.878Z] === RUN TestKillContainer/no_signal [2020-04-02T22:16:31.284Z] ok github.com/docker/docker/pkg/discovery 0.193s coverage: 58.3% of statements [2020-04-02T22:16:31.732Z] ok github.com/docker/docker/pkg/discovery/file 0.093s coverage: 92.9% of statements [2020-04-02T22:16:31.803Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-04-02T22:16:31.803Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-04-02T22:16:32.058Z] === RUN TestKillContainer/non_killing_signal [2020-04-02T22:16:32.314Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-04-02T22:16:32.350Z] --- PASS: TestSecretList (3.34s) [2020-04-02T22:16:32.350Z] === RUN TestSecretsCreateAndDelete [2020-04-02T22:16:32.679Z] ok github.com/docker/docker/pkg/discovery/memory 0.189s coverage: 92.3% of statements [2020-04-02T22:16:32.872Z] === RUN TestKillContainer/killing_signal [2020-04-02T22:16:32.872Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-04-02T22:16:33.127Z] ok github.com/docker/docker/pkg/discovery/nodes 0.091s coverage: 93.8% of statements [2020-04-02T22:16:33.432Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-04-02T22:16:33.686Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-04-02T22:16:33.942Z] --- PASS: TestKillContainer (3.20s) [2020-04-02T22:16:33.942Z] --- PASS: TestKillContainer/no_signal (1.09s) [2020-04-02T22:16:33.942Z] --- PASS: TestKillContainer/non_killing_signal (0.89s) [2020-04-02T22:16:33.942Z] --- PASS: TestKillContainer/killing_signal (0.95s) [2020-04-02T22:16:33.942Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-04-02T22:16:33.942Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-04-02T22:16:34.073Z] ok github.com/docker/docker/pkg/filenotify 0.087s coverage: 36.2% of statements [2020-04-02T22:16:34.500Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-04-02T22:16:34.755Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-04-02T22:16:35.010Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-04-02T22:16:35.019Z] ok github.com/docker/docker/pkg/fileutils 0.212s coverage: 87.7% of statements [2020-04-02T22:16:35.265Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-04-02T22:16:35.467Z] ok github.com/docker/docker/pkg/homedir 0.118s coverage: 42.9% of statements [2020-04-02T22:16:35.632Z] --- PASS: TestSecretsCreateAndDelete (3.32s) [2020-04-02T22:16:35.632Z] === RUN TestSecretsUpdate [2020-04-02T22:16:35.825Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.79s) [2020-04-02T22:16:35.825Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.93s) [2020-04-02T22:16:35.825Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.63s) [2020-04-02T22:16:35.825Z] === RUN TestKillStoppedContainer [2020-04-02T22:16:35.825Z] --- PASS: TestKillStoppedContainer (0.10s) [2020-04-02T22:16:35.825Z] === RUN TestKillStoppedContainerAPIPre120 [2020-04-02T22:16:35.902Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.22s) [2020-04-02T22:16:35.902Z] PASS [2020-04-02T22:16:35.902Z] [2020-04-02T22:16:35.902Z] === Skipped [2020-04-02T22:16:35.902Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-04-02T22:16:35.902Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:16:35.902Z] [2020-04-02T22:16:35.902Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-04-02T22:16:35.902Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:16:35.902Z] [2020-04-02T22:16:35.902Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-04-02T22:16:35.902Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:16:35.902Z] [2020-04-02T22:16:35.902Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-04-02T22:16:35.902Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:16:35.902Z] [2020-04-02T22:16:35.902Z] [2020-04-02T22:16:35.902Z] DONE 17 tests, 4 skipped in 29.579s [2020-04-02T22:16:35.902Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-04-02T22:16:35.902Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:16:35.902Z] ++ set -e [2020-04-02T22:16:35.902Z] ++ '[' -n 0 ']' [2020-04-02T22:16:35.902Z] ++ set -x [2020-04-02T22:16:35.902Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:16:35.902Z] INFO: Testing against a local daemon [2020-04-02T22:16:35.902Z] === RUN TestPluginInvalidJSON [2020-04-02T22:16:35.902Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-04-02T22:16:35.902Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-04-02T22:16:35.902Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-04-02T22:16:35.902Z] --- PASS: TestPluginInvalidJSON (0.01s) [2020-04-02T22:16:35.902Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-04-02T22:16:35.902Z] === RUN TestPluginInstall [2020-04-02T22:16:35.902Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:16:36.080Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-04-02T22:16:36.080Z] === RUN TestKillDifferentUserContainer [2020-04-02T22:16:36.414Z] ok github.com/docker/docker/pkg/discovery/kv 3.405s coverage: 84.1% of statements [2020-04-02T22:16:36.414Z] ok github.com/docker/docker/pkg/idtools 0.068s coverage: 6.3% of statements [2020-04-02T22:16:37.004Z] --- PASS: TestKillDifferentUserContainer (0.91s) [2020-04-02T22:16:37.004Z] === RUN TestInspectOomKilledTrue [2020-04-02T22:16:37.004Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2020-04-02T22:16:37.004Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-02T22:16:37.004Z] === RUN TestInspectOomKilledFalse [2020-04-02T22:16:37.004Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-04-02T22:16:37.004Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-02T22:16:37.004Z] === RUN TestLinksEtcHostsContentMatch [2020-04-02T22:16:37.004Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-04-02T22:16:37.563Z] --- PASS: TestLinksEtcHostsContentMatch (0.66s) [2020-04-02T22:16:37.563Z] === RUN TestLinksContainerNames [2020-04-02T22:16:37.919Z] ok github.com/docker/docker/pkg/archive 9.727s coverage: 62.0% of statements [2020-04-02T22:16:37.919Z] ok github.com/docker/docker/pkg/jsonmessage 0.257s coverage: 91.7% of statements [2020-04-02T22:16:37.919Z] ok github.com/docker/docker/pkg/locker 0.087s coverage: 88.9% of statements [2020-04-02T22:16:37.919Z] ok github.com/docker/docker/pkg/ioutils 0.731s coverage: 68.4% of statements [2020-04-02T22:16:38.571Z] time="2020-04-02T22:16:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:16:38.571Z] time="2020-04-02T22:16:38Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:16:38.571Z] time="2020-04-02T22:16:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b9ad136ceed65b7fe31fc29ba3fe578a7b2a510241e8c7ee8ed99640e5819dad" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:16:38.571Z] time="2020-04-02T22:16:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:16:38.571Z] time="2020-04-02T22:16:38Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:16:38.571Z] time="2020-04-02T22:16:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b9ad136ceed65b7fe31fc29ba3fe578a7b2a510241e8c7ee8ed99640e5819dad" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:16:38.852Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:16:38.866Z] ok github.com/docker/docker/pkg/longpath 0.044s coverage: 100.0% of statements [2020-04-02T22:16:38.866Z] ok github.com/docker/docker/pkg/namesgenerator 0.043s coverage: 85.7% of statements [2020-04-02T22:16:38.916Z] --- PASS: TestSecretsUpdate (3.28s) [2020-04-02T22:16:38.916Z] === RUN TestTemplatedSecret [2020-04-02T22:16:39.316Z] ok github.com/docker/docker/pkg/parsers 0.087s coverage: 97.0% of statements [2020-04-02T22:16:39.446Z] --- PASS: TestLinksContainerNames (1.80s) [2020-04-02T22:16:39.446Z] === RUN TestLogsFollowTailEmpty [2020-04-02T22:16:39.465Z] time="2020-04-02T22:16:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:16:39.465Z] time="2020-04-02T22:16:39Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:16:39.465Z] time="2020-04-02T22:16:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:24cbb1c0d84bcfdcb58b9c4127616fcb208e08d62ff6ab79b1525caa8e824bf2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:16:39.465Z] time="2020-04-02T22:16:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:16:39.465Z] time="2020-04-02T22:16:39Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:16:39.465Z] time="2020-04-02T22:16:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:24cbb1c0d84bcfdcb58b9c4127616fcb208e08d62ff6ab79b1525caa8e824bf2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:16:39.746Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:16:40.262Z] ok github.com/docker/docker/pkg/pidfile 0.068s coverage: 82.6% of statements [2020-04-02T22:16:40.371Z] --- PASS: TestLogsFollowTailEmpty (1.03s) [2020-04-02T22:16:40.371Z] === RUN TestContainerNetworkMountsNoChown [2020-04-02T22:16:40.750Z] time="2020-04-02T22:16:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:16:40.750Z] time="2020-04-02T22:16:40Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:16:40.750Z] time="2020-04-02T22:16:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:18f1d1388e5f3c921746c96e7f4cf66898fe2d94396d34c04cc71a8067f90a29" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:16:40.750Z] time="2020-04-02T22:16:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:16:40.750Z] time="2020-04-02T22:16:40Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:16:40.750Z] time="2020-04-02T22:16:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:18f1d1388e5f3c921746c96e7f4cf66898fe2d94396d34c04cc71a8067f90a29" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:16:41.040Z] --- PASS: TestPluginInstall (6.14s) [2020-04-02T22:16:41.040Z] --- PASS: TestPluginInstall/no_auth (4.00s) [2020-04-02T22:16:41.040Z] --- PASS: TestPluginInstall/with_htpasswd (0.87s) [2020-04-02T22:16:41.040Z] --- PASS: TestPluginInstall/with_insecure (1.27s) [2020-04-02T22:16:41.040Z] plugin_test.go:157: [d7e3505f009eb] daemon is not started [2020-04-02T22:16:41.040Z] PASS [2020-04-02T22:16:41.040Z] [2020-04-02T22:16:41.040Z] DONE 6 tests in 6.244s [2020-04-02T22:16:41.040Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-04-02T22:16:41.040Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:16:41.040Z] ++ set -e [2020-04-02T22:16:41.040Z] ++ '[' -n 0 ']' [2020-04-02T22:16:41.040Z] ++ set -x [2020-04-02T22:16:41.040Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:16:41.040Z] INFO: Testing against a local daemon [2020-04-02T22:16:41.040Z] === RUN TestExternalGraphDriver [2020-04-02T22:16:41.208Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.062s coverage: 56.8% of statements [2020-04-02T22:16:41.295Z] --- PASS: TestContainerNetworkMountsNoChown (0.85s) [2020-04-02T22:16:41.295Z] === RUN TestMountDaemonRoot [2020-04-02T22:16:41.295Z] === RUN TestMountDaemonRoot/default [2020-04-02T22:16:41.295Z] === PAUSE TestMountDaemonRoot/default [2020-04-02T22:16:41.295Z] === RUN TestMountDaemonRoot/private [2020-04-02T22:16:41.295Z] === PAUSE TestMountDaemonRoot/private [2020-04-02T22:16:41.295Z] === RUN TestMountDaemonRoot/rprivate [2020-04-02T22:16:41.295Z] === PAUSE TestMountDaemonRoot/rprivate [2020-04-02T22:16:41.295Z] === RUN TestMountDaemonRoot/slave [2020-04-02T22:16:41.295Z] === PAUSE TestMountDaemonRoot/slave [2020-04-02T22:16:41.295Z] === RUN TestMountDaemonRoot/rslave [2020-04-02T22:16:41.295Z] === PAUSE TestMountDaemonRoot/rslave [2020-04-02T22:16:41.295Z] === RUN TestMountDaemonRoot/shared [2020-04-02T22:16:41.295Z] === PAUSE TestMountDaemonRoot/shared [2020-04-02T22:16:41.295Z] === RUN TestMountDaemonRoot/rshared [2020-04-02T22:16:41.295Z] === PAUSE TestMountDaemonRoot/rshared [2020-04-02T22:16:41.295Z] === CONT TestMountDaemonRoot/default [2020-04-02T22:16:41.295Z] === RUN TestMountDaemonRoot/default/bind_root [2020-04-02T22:16:41.295Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-04-02T22:16:41.295Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-04-02T22:16:41.295Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-04-02T22:16:41.295Z] === RUN TestMountDaemonRoot/default/mount_root [2020-04-02T22:16:41.295Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-04-02T22:16:41.295Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-04-02T22:16:41.295Z] === CONT TestMountDaemonRoot/rslave [2020-04-02T22:16:41.295Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-04-02T22:16:41.295Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-04-02T22:16:41.295Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-04-02T22:16:41.295Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-04-02T22:16:41.295Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-04-02T22:16:41.295Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-04-02T22:16:41.295Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-04-02T22:16:41.295Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-04-02T22:16:41.295Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-04-02T22:16:41.295Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-04-02T22:16:41.295Z] === CONT TestMountDaemonRoot/rshared [2020-04-02T22:16:41.295Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-04-02T22:16:41.295Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-04-02T22:16:41.295Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-04-02T22:16:41.295Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-04-02T22:16:41.295Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-04-02T22:16:41.295Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-04-02T22:16:41.295Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-04-02T22:16:41.295Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-04-02T22:16:41.295Z] === CONT TestMountDaemonRoot/shared [2020-04-02T22:16:41.295Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-04-02T22:16:41.295Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-04-02T22:16:41.295Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-04-02T22:16:41.295Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-04-02T22:16:41.295Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-04-02T22:16:41.295Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-04-02T22:16:41.295Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-04-02T22:16:41.295Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-04-02T22:16:41.295Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-04-02T22:16:41.295Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-04-02T22:16:41.295Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-04-02T22:16:41.321Z] === RUN TestExternalGraphDriver/json [2020-04-02T22:16:41.550Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-04-02T22:16:41.550Z] === CONT TestMountDaemonRoot/rprivate [2020-04-02T22:16:41.550Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-04-02T22:16:41.550Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-04-02T22:16:41.550Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-04-02T22:16:41.550Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-04-02T22:16:41.550Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-04-02T22:16:41.550Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-04-02T22:16:41.550Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-04-02T22:16:41.550Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-04-02T22:16:41.550Z] === CONT TestMountDaemonRoot/slave [2020-04-02T22:16:41.550Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-04-02T22:16:41.550Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-04-02T22:16:41.550Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-04-02T22:16:41.550Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-04-02T22:16:41.550Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-04-02T22:16:41.550Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-04-02T22:16:41.550Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-04-02T22:16:41.550Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-04-02T22:16:41.550Z] === CONT TestMountDaemonRoot/private [2020-04-02T22:16:41.550Z] === RUN TestMountDaemonRoot/private/bind_root [2020-04-02T22:16:41.550Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-04-02T22:16:41.550Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-04-02T22:16:41.550Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-04-02T22:16:41.550Z] === RUN TestMountDaemonRoot/private/mount_root [2020-04-02T22:16:41.550Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-04-02T22:16:41.550Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-04-02T22:16:41.550Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-04-02T22:16:41.550Z] === CONT TestMountDaemonRoot/default/bind_root [2020-04-02T22:16:41.550Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-04-02T22:16:41.550Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-04-02T22:16:41.550Z] === CONT TestMountDaemonRoot/default/mount_root [2020-04-02T22:16:41.550Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-04-02T22:16:41.550Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-04-02T22:16:41.805Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-04-02T22:16:41.805Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-04-02T22:16:41.805Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-04-02T22:16:41.805Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-04-02T22:16:41.805Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-04-02T22:16:41.805Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-04-02T22:16:41.805Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-04-02T22:16:41.805Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-04-02T22:16:41.805Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-04-02T22:16:41.805Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-04-02T22:16:42.059Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-04-02T22:16:42.059Z] === CONT TestMountDaemonRoot/private/bind_root [2020-04-02T22:16:42.059Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-04-02T22:16:42.059Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-04-02T22:16:42.059Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-04-02T22:16:42.059Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-04-02T22:16:42.059Z] === CONT TestMountDaemonRoot/private/mount_root [2020-04-02T22:16:42.059Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-04-02T22:16:42.059Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-04-02T22:16:42.059Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-04-02T22:16:42.059Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2020-04-02T22:16:42.059Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.13s) [2020-04-02T22:16:42.059Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2020-04-02T22:16:42.059Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-04-02T22:16:42.059Z] --- PASS: TestMountDaemonRoot/default (0.01s) [2020-04-02T22:16:42.059Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-04-02T22:16:42.059Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2020-04-02T22:16:42.059Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2020-04-02T22:16:42.059Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2020-04-02T22:16:42.059Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-04-02T22:16:42.059Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2020-04-02T22:16:42.059Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2020-04-02T22:16:42.059Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2020-04-02T22:16:42.059Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2020-04-02T22:16:42.059Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-04-02T22:16:42.059Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2020-04-02T22:16:42.059Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-04-02T22:16:42.059Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-04-02T22:16:42.059Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-04-02T22:16:42.060Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-04-02T22:16:42.060Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-04-02T22:16:42.060Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2020-04-02T22:16:42.060Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-04-02T22:16:42.060Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s) [2020-04-02T22:16:42.060Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-04-02T22:16:42.060Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-04-02T22:16:42.060Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-04-02T22:16:42.060Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-04-02T22:16:42.060Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-04-02T22:16:42.060Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-04-02T22:16:42.060Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-04-02T22:16:42.060Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-04-02T22:16:42.060Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-04-02T22:16:42.060Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-04-02T22:16:42.060Z] === RUN TestContainerBindMountNonRecursive [2020-04-02T22:16:42.201Z] --- PASS: TestTemplatedSecret (2.94s) [2020-04-02T22:16:42.201Z] === RUN TestSecretCreateResolve [2020-04-02T22:16:42.314Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-04-02T22:16:42.712Z] ok github.com/docker/docker/pkg/plugins/transport 0.148s coverage: 85.7% of statements [2020-04-02T22:16:42.712Z] ok github.com/docker/docker/pkg/pools 0.175s coverage: 88.2% of statements [2020-04-02T22:16:43.338Z] === RUN TestExternalGraphDriver/spec [2020-04-02T22:16:43.658Z] ok github.com/docker/docker/pkg/progress 0.075s coverage: 75.9% of statements [2020-04-02T22:16:44.604Z] ok github.com/docker/docker/pkg/pubsub 1.087s coverage: 73.9% of statements [2020-04-02T22:16:44.604Z] ok github.com/docker/docker/pkg/reexec 0.097s coverage: 82.4% of statements [2020-04-02T22:16:44.820Z] --- PASS: TestContainerBindMountNonRecursive (2.26s) [2020-04-02T22:16:44.820Z] === RUN TestNetworkNat [2020-04-02T22:16:45.355Z] === RUN TestExternalGraphDriver/pull [2020-04-02T22:16:45.378Z] --- PASS: TestNetworkNat (1.03s) [2020-04-02T22:16:45.378Z] === RUN TestNetworkLocalhostTCPNat [2020-04-02T22:16:45.484Z] --- PASS: TestSecretCreateResolve (3.30s) [2020-04-02T22:16:45.484Z] PASS [2020-04-02T22:16:45.484Z] [2020-04-02T22:16:45.484Z] DONE 6 tests in 19.594s [2020-04-02T22:16:45.484Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-04-02T22:16:45.484Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:16:45.484Z] ++ set -e [2020-04-02T22:16:45.484Z] ++ '[' -n 0 ']' [2020-04-02T22:16:45.484Z] ++ set -x [2020-04-02T22:16:45.484Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:16:45.484Z] INFO: Testing against a local daemon [2020-04-02T22:16:45.484Z] === RUN TestServiceCreateInit [2020-04-02T22:16:45.484Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-04-02T22:16:45.556Z] ok github.com/docker/docker/pkg/signal 0.042s coverage: 20.3% of statements [2020-04-02T22:16:46.003Z] ok github.com/docker/docker/pkg/stdcopy 0.062s coverage: 100.0% of statements [2020-04-02T22:16:46.302Z] --- PASS: TestNetworkLocalhostTCPNat (0.96s) [2020-04-02T22:16:46.302Z] === RUN TestNetworkLoopbackNat [2020-04-02T22:16:46.862Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-04-02T22:16:46.949Z] ok github.com/docker/docker/pkg/stringid 0.041s coverage: 70.6% of statements [2020-04-02T22:16:46.949Z] ok github.com/docker/docker/pkg/streamformatter 0.063s coverage: 66.2% of statements [2020-04-02T22:16:47.371Z] --- PASS: TestExternalGraphDriver (6.24s) [2020-04-02T22:16:47.371Z] --- PASS: TestExternalGraphDriver/json (2.04s) [2020-04-02T22:16:47.371Z] --- PASS: TestExternalGraphDriver/spec (2.04s) [2020-04-02T22:16:47.371Z] --- PASS: TestExternalGraphDriver/pull (2.04s) [2020-04-02T22:16:47.371Z] === RUN TestGraphdriverPluginV2 [2020-04-02T22:16:47.371Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2020-04-02T22:16:47.371Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:16:47.371Z] PASS [2020-04-02T22:16:47.371Z] [2020-04-02T22:16:47.371Z] === Skipped [2020-04-02T22:16:47.371Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2020-04-02T22:16:47.371Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:16:47.371Z] [2020-04-02T22:16:47.371Z] [2020-04-02T22:16:47.371Z] DONE 5 tests, 1 skipped in 6.390s [2020-04-02T22:16:47.371Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-04-02T22:16:47.371Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:16:47.371Z] ++ set -e [2020-04-02T22:16:47.371Z] ++ '[' -n 0 ']' [2020-04-02T22:16:47.371Z] ++ set -x [2020-04-02T22:16:47.371Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:16:47.371Z] INFO: Testing against a local daemon [2020-04-02T22:16:47.371Z] === RUN TestContinueAfterPluginCrash [2020-04-02T22:16:47.371Z] === PAUSE TestContinueAfterPluginCrash [2020-04-02T22:16:47.371Z] === RUN TestReadPluginNoRead [2020-04-02T22:16:47.371Z] === PAUSE TestReadPluginNoRead [2020-04-02T22:16:47.371Z] === RUN TestDaemonStartWithLogOpt [2020-04-02T22:16:47.371Z] === PAUSE TestDaemonStartWithLogOpt [2020-04-02T22:16:47.372Z] === CONT TestContinueAfterPluginCrash [2020-04-02T22:16:47.372Z] === CONT TestDaemonStartWithLogOpt [2020-04-02T22:16:47.421Z] --- PASS: TestNetworkLoopbackNat (1.16s) [2020-04-02T22:16:47.421Z] === RUN TestPause [2020-04-02T22:16:47.676Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-04-02T22:16:48.453Z] ok github.com/docker/docker/pkg/sysinfo 0.051s coverage: 38.2% of statements [2020-04-02T22:16:48.601Z] --- PASS: TestPause (0.92s) [2020-04-02T22:16:48.601Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-04-02T22:16:48.601Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.01s) [2020-04-02T22:16:48.601Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-04-02T22:16:48.601Z] === RUN TestPauseStopPausedContainer [2020-04-02T22:16:48.601Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-04-02T22:16:49.160Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-04-02T22:16:49.398Z] ok github.com/docker/docker/pkg/system 0.092s coverage: 13.8% of statements [2020-04-02T22:16:49.398Z] ok github.com/docker/docker/pkg/tailfile 0.120s coverage: 88.6% of statements [2020-04-02T22:16:49.414Z] --- PASS: TestPauseStopPausedContainer (0.96s) [2020-04-02T22:16:49.414Z] === RUN TestPsFilter [2020-04-02T22:16:49.668Z] --- PASS: TestPsFilter (0.24s) [2020-04-02T22:16:49.668Z] === RUN TestRemoveContainerWithRemovedVolume [2020-04-02T22:16:50.228Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-04-02T22:16:50.483Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.91s) [2020-04-02T22:16:50.483Z] === RUN TestRemoveContainerWithVolume [2020-04-02T22:16:50.751Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-04-02T22:16:50.901Z] ok github.com/docker/docker/pkg/term 0.093s coverage: 30.8% of statements [2020-04-02T22:16:50.901Z] ok github.com/docker/docker/pkg/tarsum 0.211s coverage: 89.3% of statements [2020-04-02T22:16:51.744Z] --- PASS: TestDaemonStartWithLogOpt (3.76s) [2020-04-02T22:16:51.745Z] === CONT TestReadPluginNoRead [2020-04-02T22:16:51.843Z] --- PASS: TestRemoveContainerWithVolume (1.16s) [2020-04-02T22:16:51.843Z] === RUN TestRemoveContainerRunning [2020-04-02T22:16:51.848Z] testing: warning: no tests to run [2020-04-02T22:16:51.848Z] ok github.com/docker/docker/pkg/term/windows 0.034s coverage: 0.0% of statements [no tests to run] [2020-04-02T22:16:51.848Z] ok github.com/docker/docker/pkg/truncindex 0.132s coverage: 91.5% of statements [2020-04-02T22:16:52.767Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-04-02T22:16:52.767Z] --- PASS: TestRemoveContainerRunning (0.97s) [2020-04-02T22:16:52.768Z] === RUN TestRemoveContainerForceRemoveRunning [2020-04-02T22:16:52.792Z] ok github.com/docker/docker/pkg/urlutil 0.038s coverage: 100.0% of statements [2020-04-02T22:16:52.793Z] ok github.com/docker/docker/pkg/useragent 0.032s coverage: 88.9% of statements [2020-04-02T22:16:53.022Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-04-02T22:16:53.582Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.92s) [2020-04-02T22:16:53.582Z] === RUN TestRemoveInvalidContainer [2020-04-02T22:16:53.582Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-04-02T22:16:53.582Z] === RUN TestRenameLinkedContainer [2020-04-02T22:16:54.414Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-04-02T22:16:54.927Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-04-02T22:16:54.927Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-04-02T22:16:54.927Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-04-02T22:16:54.927Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-04-02T22:16:54.927Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-04-02T22:16:54.927Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-04-02T22:16:54.927Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-04-02T22:16:54.927Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-04-02T22:16:54.927Z] ok github.com/docker/docker/plugin/v2 0.140s coverage: 20.1% of statements [2020-04-02T22:16:54.940Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-04-02T22:16:55.376Z] ok github.com/docker/docker/plugin 0.246s coverage: 12.5% of statements [2020-04-02T22:16:55.498Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-04-02T22:16:55.882Z] === RUN TestReadPluginNoRead/default [2020-04-02T22:16:56.017Z] --- PASS: TestServiceCreateInit (10.26s) [2020-04-02T22:16:56.017Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.97s) [2020-04-02T22:16:56.017Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.25s) [2020-04-02T22:16:56.017Z] === RUN TestCreateServiceMultipleTimes [2020-04-02T22:16:56.058Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-04-02T22:16:56.321Z] ok github.com/docker/docker/reference 0.165s coverage: 84.4% of statements [2020-04-02T22:16:56.526Z] --- PASS: TestContinueAfterPluginCrash (8.99s) [2020-04-02T22:16:56.617Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-04-02T22:16:57.176Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-04-02T22:16:57.176Z] --- PASS: TestRenameLinkedContainer (3.64s) [2020-04-02T22:16:57.176Z] === RUN TestRenameStoppedContainer [2020-04-02T22:16:57.825Z] ok github.com/docker/docker/registry/resumable 0.342s coverage: 100.0% of statements [2020-04-02T22:16:57.825Z] ok github.com/docker/docker/restartmanager 0.066s coverage: 50.9% of statements [2020-04-02T22:16:57.996Z] === RUN TestReadPluginNoRead/disabled_caching [2020-04-02T22:16:58.100Z] --- PASS: TestRenameStoppedContainer (0.89s) [2020-04-02T22:16:58.100Z] === RUN TestRenameRunningContainerAndReuse [2020-04-02T22:16:58.398Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-04-02T22:16:58.398Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-04-02T22:16:58.788Z] ok github.com/docker/docker/registry 0.700s coverage: 51.7% of statements [2020-04-02T22:16:58.958Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-04-02T22:16:58.958Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-04-02T22:16:58.958Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-04-02T22:16:58.958Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-04-02T22:16:58.958Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-04-02T22:16:59.738Z] ok github.com/docker/docker/runconfig 0.220s coverage: 54.5% of statements [2020-04-02T22:16:59.738Z] ok github.com/docker/docker/testutil 0.136s coverage: 62.5% of statements [2020-04-02T22:16:59.882Z] --- PASS: TestRenameRunningContainerAndReuse (1.77s) [2020-04-02T22:16:59.882Z] === RUN TestRenameInvalidName [2020-04-02T22:17:00.015Z] --- PASS: TestReadPluginNoRead (8.44s) [2020-04-02T22:17:00.015Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.89s) [2020-04-02T22:17:00.015Z] --- PASS: TestReadPluginNoRead/default (1.93s) [2020-04-02T22:17:00.015Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.89s) [2020-04-02T22:17:00.015Z] read_test.go:91: [d5dd576f7a1eb] daemon is not started [2020-04-02T22:17:00.015Z] PASS [2020-04-02T22:17:00.015Z] [2020-04-02T22:17:00.015Z] DONE 6 tests in 12.281s [2020-04-02T22:17:00.015Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-04-02T22:17:00.015Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:17:00.015Z] ++ set -e [2020-04-02T22:17:00.015Z] ++ '[' -n 0 ']' [2020-04-02T22:17:00.015Z] ++ set -x [2020-04-02T22:17:00.015Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:17:00.015Z] testing: warning: no tests to run [2020-04-02T22:17:00.015Z] PASS [2020-04-02T22:17:00.015Z] [2020-04-02T22:17:00.015Z] DONE 0 tests in 0.030s [2020-04-02T22:17:00.015Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-04-02T22:17:00.015Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:17:00.015Z] ++ set -e [2020-04-02T22:17:00.015Z] ++ '[' -n 0 ']' [2020-04-02T22:17:00.015Z] ++ set -x [2020-04-02T22:17:00.015Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:17:00.015Z] INFO: Testing against a local daemon [2020-04-02T22:17:00.015Z] === RUN TestPluginWithDevMounts [2020-04-02T22:17:00.015Z] === PAUSE TestPluginWithDevMounts [2020-04-02T22:17:00.015Z] === CONT TestPluginWithDevMounts [2020-04-02T22:17:00.442Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-04-02T22:17:01.001Z] --- PASS: TestRenameInvalidName (1.01s) [2020-04-02T22:17:01.001Z] === RUN TestRenameAnonymousContainer [2020-04-02T22:17:01.927Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-04-02T22:17:02.033Z] --- PASS: TestPluginWithDevMounts (1.86s) [2020-04-02T22:17:02.033Z] PASS [2020-04-02T22:17:02.033Z] [2020-04-02T22:17:02.033Z] DONE 1 tests in 1.943s [2020-04-02T22:17:02.033Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-04-02T22:17:02.033Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:17:02.033Z] ++ set -e [2020-04-02T22:17:02.033Z] ++ '[' -n 0 ']' [2020-04-02T22:17:02.033Z] ++ set -x [2020-04-02T22:17:02.033Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:17:02.033Z] INFO: Testing against a local daemon [2020-04-02T22:17:02.033Z] === RUN TestSecretInspect [2020-04-02T22:17:03.421Z] ok github.com/docker/docker/volume/drivers 0.208s coverage: 36.1% of statements [2020-04-02T22:17:03.421Z] ok github.com/docker/docker/volume/local 0.226s coverage: 37.7% of statements [2020-04-02T22:17:03.421Z] ok github.com/docker/docker/volume/mounts 0.207s coverage: 66.2% of statements [2020-04-02T22:17:03.809Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-04-02T22:17:05.170Z] --- PASS: TestRenameAnonymousContainer (3.95s) [2020-04-02T22:17:05.170Z] === RUN TestRenameContainerWithSameName [2020-04-02T22:17:05.170Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-04-02T22:17:05.482Z] --- PASS: TestSecretInspect (3.55s) [2020-04-02T22:17:05.482Z] === RUN TestSecretList [2020-04-02T22:17:05.556Z] ok github.com/docker/docker/volume/service 0.464s coverage: 70.3% of statements [2020-04-02T22:17:05.743Z] --- PASS: TestRenameContainerWithSameName (0.93s) [2020-04-02T22:17:05.743Z] === RUN TestRenameContainerWithLinkedContainer [2020-04-02T22:17:06.684Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-04-02T22:17:07.660Z] --- PASS: TestRenameContainerWithLinkedContainer (1.90s) [2020-04-02T22:17:07.660Z] === RUN TestResize [2020-04-02T22:17:08.583Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-04-02T22:17:08.583Z] --- PASS: TestResize (0.96s) [2020-04-02T22:17:08.583Z] === RUN TestResizeWithInvalidSize [2020-04-02T22:17:08.940Z] --- PASS: TestSecretList (3.64s) [2020-04-02T22:17:08.940Z] === RUN TestSecretsCreateAndDelete [2020-04-02T22:17:09.141Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-04-02T22:17:09.700Z] --- PASS: TestResizeWithInvalidSize (1.02s) [2020-04-02T22:17:09.700Z] === RUN TestResizeWhenContainerNotStarted [2020-04-02T22:17:10.624Z] --- PASS: TestResizeWhenContainerNotStarted (0.91s) [2020-04-02T22:17:10.624Z] === RUN TestDaemonRestartKillContainers [2020-04-02T22:17:10.624Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-04-02T22:17:10.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-04-02T22:17:10.624Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-04-02T22:17:10.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-04-02T22:17:10.624Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-04-02T22:17:10.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-04-02T22:17:10.624Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-04-02T22:17:10.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-04-02T22:17:10.624Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-04-02T22:17:10.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-04-02T22:17:10.624Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-04-02T22:17:10.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-04-02T22:17:10.624Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-04-02T22:17:10.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-04-02T22:17:10.624Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-04-02T22:17:10.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-04-02T22:17:10.624Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-04-02T22:17:10.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-04-02T22:17:10.624Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-04-02T22:17:10.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-04-02T22:17:10.624Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-04-02T22:17:10.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-04-02T22:17:10.624Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-04-02T22:17:10.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-04-02T22:17:10.624Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-04-02T22:17:10.624Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-04-02T22:17:11.548Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-04-02T22:17:12.473Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-04-02T22:17:13.032Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-04-02T22:17:13.286Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-04-02T22:17:13.312Z] --- PASS: TestSecretsCreateAndDelete (3.62s) [2020-04-02T22:17:13.313Z] === RUN TestSecretsUpdate [2020-04-02T22:17:13.542Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-04-02T22:17:15.424Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-04-02T22:17:16.759Z] --- PASS: TestSecretsUpdate (3.63s) [2020-04-02T22:17:16.759Z] === RUN TestTemplatedSecret [2020-04-02T22:17:16.784Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-04-02T22:17:17.344Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-04-02T22:17:17.475Z] ................................................ [ 29%] [2020-04-02T22:17:17.798Z] ok github.com/docker/docker/pkg/plugins 35.046s coverage: 73.4% of statements [2020-04-02T22:17:17.798Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-04-02T22:17:17.798Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-04-02T22:17:17.798Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-04-02T22:17:17.798Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-04-02T22:17:17.798Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-04-02T22:17:17.798Z] ? github.com/docker/docker/rootless [no test files] [2020-04-02T22:17:17.798Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-04-02T22:17:17.798Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-04-02T22:17:17.798Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-04-02T22:17:17.798Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-04-02T22:17:17.798Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-04-02T22:17:17.798Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-04-02T22:17:17.798Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-04-02T22:17:17.798Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-04-02T22:17:17.798Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-04-02T22:17:17.798Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-04-02T22:17:17.798Z] ? github.com/docker/docker/testutil/request [no test files] [2020-04-02T22:17:17.798Z] ? github.com/docker/docker/volume [no test files] [2020-04-02T22:17:17.798Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-04-02T22:17:17.798Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-04-02T22:17:17.945Z] --- PASS: TestCreateServiceMultipleTimes (19.17s) [2020-04-02T22:17:17.945Z] === RUN TestCreateServiceConflict [2020-04-02T22:17:17.945Z] --- PASS: TestCreateServiceConflict (3.25s) [2020-04-02T22:17:17.945Z] === RUN TestCreateServiceMaxReplicas [2020-04-02T22:17:18.582Z] --- PASS: TestBuildWithHugeFile (82.18s) [2020-04-02T22:17:18.582Z] === RUN TestBuildWithEmptyDockerfile [2020-04-02T22:17:18.582Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-02T22:17:18.582Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-02T22:17:18.582Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-02T22:17:18.582Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-02T22:17:18.582Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-02T22:17:18.582Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-02T22:17:18.582Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-04-02T22:17:18.582Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-04-02T22:17:18.582Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-04-02T22:17:18.582Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2020-04-02T22:17:18.582Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.32s) [2020-04-02T22:17:18.582Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.32s) [2020-04-02T22:17:18.582Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.33s) [2020-04-02T22:17:18.583Z] === RUN TestBuildPreserveOwnership [2020-04-02T22:17:18.583Z] === RUN TestBuildPreserveOwnership/copy_from [2020-04-02T22:17:19.228Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === Skipped [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-04-02T22:17:19.301Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-04-02T22:17:19.301Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2020-04-02T22:17:19.301Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2020-04-02T22:17:19.301Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2020-04-02T22:17:19.301Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-04-02T22:17:19.301Z] client_test.go:23: runtime.GOOS == "windows" [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-04-02T22:17:19.301Z] daemon_test.go:147: root required [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-04-02T22:17:19.301Z] reload_test.go:520: root required [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2020-04-02T22:17:19.301Z] config_test.go:484: os.Getuid() != 0: skipping test that requires root [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-04-02T22:17:19.301Z] pull_v2_test.go:73: Needs fixing on Windows [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-04-02T22:17:19.301Z] pull_v2_test.go:118: Needs fixing on Windows [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-04-02T22:17:19.301Z] download_test.go:268: Needs fixing on Windows [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-04-02T22:17:19.301Z] layer_test.go:304: Failing on Windows [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-04-02T22:17:19.301Z] layer_test.go:353: Failing on Windows [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-04-02T22:17:19.301Z] layer_test.go:468: Failing on Windows [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-04-02T22:17:19.301Z] layer_test.go:697: Failing on Windows [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-04-02T22:17:19.301Z] migration_test.go:46: Failing on Windows [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-04-02T22:17:19.301Z] migration_test.go:182: Failing on Windows [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-04-02T22:17:19.301Z] mount_test.go:17: Failing on Windows [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-04-02T22:17:19.301Z] mount_test.go:76: Failing on Windows [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-04-02T22:17:19.301Z] mount_test.go:125: Failing on Windows [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-04-02T22:17:19.301Z] mount_test.go:212: Failing on Windows [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-04-02T22:17:19.301Z] archive_test.go:133: Xz not present in msys2 [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-04-02T22:17:19.301Z] archive_test.go:238: Failing on Windows CI machines [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-04-02T22:17:19.301Z] archive_windows_test.go:16: Currently fails [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-04-02T22:17:19.301Z] changes_test.go:192: needs more investigation [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-04-02T22:17:19.301Z] changes_test.go:405: needs further investigation [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-04-02T22:17:19.301Z] changes_test.go:441: needs further investigation [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-04-02T22:17:19.301Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-04-02T22:17:19.301Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-04-02T22:17:19.301Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-04-02T22:17:19.301Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-04-02T22:17:19.301Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-04-02T22:17:19.301Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-04-02T22:17:19.301Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-04-02T22:17:19.301Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-04-02T22:17:19.301Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2020-04-02T22:17:19.301Z] [2020-04-02T22:17:19.301Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-04-02T22:17:19.301Z] poller_test.go:41: No chmod on Windows [2020-04-02T22:17:19.302Z] [2020-04-02T22:17:19.302Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-04-02T22:17:19.302Z] fileutils_test.go:134: Needs porting to Windows [2020-04-02T22:17:19.302Z] [2020-04-02T22:17:19.302Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-04-02T22:17:19.302Z] fileutils_test.go:180: Needs porting to Windows [2020-04-02T22:17:19.302Z] [2020-04-02T22:17:19.302Z] === SKIP: github.com/docker/docker/pkg/system TestEnsureRemoveAllWithMount (0.00s) [2020-04-02T22:17:19.302Z] rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows [2020-04-02T22:17:19.302Z] [2020-04-02T22:17:19.302Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2020-04-02T22:17:19.302Z] registry_test.go:58: os.Getuid() != 0: skipping test that requires root [2020-04-02T22:17:19.302Z] [2020-04-02T22:17:19.302Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.02s) [2020-04-02T22:17:19.302Z] registry_test.go:78: os.Getuid() != 0: skipping test that requires root [2020-04-02T22:17:19.302Z] [2020-04-02T22:17:19.302Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2020-04-02T22:17:19.302Z] registry_test.go:668: os.Getuid() != 0: skipping test that requires root [2020-04-02T22:17:19.302Z] [2020-04-02T22:17:19.302Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-04-02T22:17:19.302Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-04-02T22:17:19.302Z] [2020-04-02T22:17:19.302Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-04-02T22:17:19.302Z] local_test.go:181: runtime.GOOS == "windows" [2020-04-02T22:17:19.302Z] [2020-04-02T22:17:19.302Z] [2020-04-02T22:17:19.302Z] DONE 1772 tests, 46 skipped in 227.924s [2020-04-02T22:17:19.302Z] INFO: make.ps1 ended at 04/02/2020 22:17:18 [2020-04-02T22:17:19.786Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-04-02T22:17:20.040Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-04-02T22:17:20.206Z] --- PASS: TestTemplatedSecret (3.52s) [2020-04-02T22:17:20.206Z] === RUN TestSecretCreateResolve [2020-04-02T22:17:20.295Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-04-02T22:17:20.803Z] INFO: Unit tests results(C:\windows\TEMP\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-04-02T22:17:21.251Z] INFO: Unit tests ended at 04/02/2020 22:17:20. Duration:00:04:04.9962669 [2020-04-02T22:17:21.251Z] INFO: Building busybox [2020-04-02T22:17:21.656Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-04-02T22:17:21.698Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2020-04-02T22:17:21.698Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2020-04-02T22:17:21.698Z] [2020-04-02T22:17:21.698Z] Sending build context to Docker daemon 2.56kB [2020-04-02T22:17:21.698Z] [2020-04-02T22:17:21.698Z] Step 1/6 : FROM microsoft/windowsservercore [2020-04-02T22:17:21.698Z] ---> 80e84fd280e2 [2020-04-02T22:17:21.698Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2020-04-02T22:17:21.698Z] ---> Running in 1bd17b0aa09a [2020-04-02T22:17:21.911Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-04-02T22:17:22.050Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-04-02T22:17:22.134Z] --- PASS: TestCreateServiceMaxReplicas (3.76s) [2020-04-02T22:17:22.134Z] === RUN TestCreateWithDuplicateNetworkNames [2020-04-02T22:17:22.166Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-04-02T22:17:23.090Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-04-02T22:17:23.345Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-04-02T22:17:23.533Z] --- PASS: TestBuildPreserveOwnership (4.79s) [2020-04-02T22:17:23.533Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.11s) [2020-04-02T22:17:23.533Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.66s) [2020-04-02T22:17:23.533Z] === RUN TestBuildPlatformInvalid [2020-04-02T22:17:23.533Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2020-04-02T22:17:23.533Z] PASS [2020-04-02T22:17:23.533Z] [2020-04-02T22:17:23.533Z] === Skipped [2020-04-02T22:17:23.533Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-04-02T22:17:23.533Z] build_session_test.go:25: TODO: BuildKit [2020-04-02T22:17:23.533Z] [2020-04-02T22:17:23.533Z] [2020-04-02T22:17:23.533Z] DONE 32 tests, 1 skipped in 127.804s [2020-04-02T22:17:23.533Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-04-02T22:17:23.533Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:17:23.533Z] ++ set -e [2020-04-02T22:17:23.533Z] ++ '[' -n 0 ']' [2020-04-02T22:17:23.533Z] ++ set -x [2020-04-02T22:17:23.533Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:17:23.533Z] INFO: Testing against a local daemon [2020-04-02T22:17:23.533Z] === RUN TestConfigList [2020-04-02T22:17:23.600Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-04-02T22:17:23.652Z] --- PASS: TestSecretCreateResolve (3.63s) [2020-04-02T22:17:23.652Z] PASS [2020-04-02T22:17:23.652Z] [2020-04-02T22:17:23.652Z] DONE 6 tests in 21.667s [2020-04-02T22:17:23.652Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-04-02T22:17:23.652Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:17:23.652Z] ++ set -e [2020-04-02T22:17:23.652Z] ++ '[' -n 0 ']' [2020-04-02T22:17:23.652Z] ++ set -x [2020-04-02T22:17:23.652Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:17:23.652Z] INFO: Testing against a local daemon [2020-04-02T22:17:23.652Z] === RUN TestServiceCreateInit [2020-04-02T22:17:23.652Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-04-02T22:17:24.523Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-04-02T22:17:26.228Z] --- PASS: TestConfigList (2.26s) [2020-04-02T22:17:26.228Z] === RUN TestConfigsCreateAndDelete [2020-04-02T22:17:26.408Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-04-02T22:17:26.408Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.56s) [2020-04-02T22:17:26.408Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.86s) [2020-04-02T22:17:26.408Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.46s) [2020-04-02T22:17:26.408Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.73s) [2020-04-02T22:17:26.408Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.55s) [2020-04-02T22:17:26.408Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.47s) [2020-04-02T22:17:26.408Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.74s) [2020-04-02T22:17:26.408Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.74s) [2020-04-02T22:17:26.408Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.66s) [2020-04-02T22:17:26.408Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.71s) [2020-04-02T22:17:26.408Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.57s) [2020-04-02T22:17:26.408Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.41s) [2020-04-02T22:17:26.408Z] === RUN TestCgroupNamespacesRun [2020-04-02T22:17:26.967Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-04-02T22:17:27.398Z] Removing intermediate container 1bd17b0aa09a [2020-04-02T22:17:27.398Z] ---> 62bb4940aef9 [2020-04-02T22:17:27.398Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2020-04-02T22:17:27.528Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-04-02T22:17:27.783Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-04-02T22:17:28.037Z] --- PASS: TestCgroupNamespacesRun (2.06s) [2020-04-02T22:17:28.037Z] === RUN TestCgroupNamespacesRunPrivileged [2020-04-02T22:17:28.343Z] [2020-04-02T22:17:28.790Z] ---> 91e08d8b8684 [2020-04-02T22:17:28.790Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2020-04-02T22:17:28.790Z] ---> Running in 5e44a8ec40c5 [2020-04-02T22:17:28.917Z] --- PASS: TestConfigsCreateAndDelete (2.80s) [2020-04-02T22:17:28.917Z] === RUN TestConfigsUpdate [2020-04-02T22:17:29.171Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-04-02T22:17:29.397Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-04-02T22:17:29.955Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.75s) [2020-04-02T22:17:29.955Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-04-02T22:17:30.293Z] [2020-04-02T22:17:30.293Z] SUCCESS: Specified value was saved. [2020-04-02T22:17:30.958Z] --- PASS: TestConfigsUpdate (2.29s) [2020-04-02T22:17:30.958Z] === RUN TestTemplatedConfig [2020-04-02T22:17:31.837Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.03s) [2020-04-02T22:17:31.837Z] === RUN TestCgroupNamespacesRunHostMode [2020-04-02T22:17:33.141Z] Removing intermediate container 5e44a8ec40c5 [2020-04-02T22:17:33.141Z] ---> 7de63d1e647b [2020-04-02T22:17:33.141Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-04-02T22:17:33.141Z] ---> Running in fc7723834c58 [2020-04-02T22:17:33.648Z] --- PASS: TestTemplatedConfig (2.66s) [2020-04-02T22:17:33.648Z] === RUN TestConfigInspect [2020-04-02T22:17:33.720Z] --- PASS: TestCgroupNamespacesRunHostMode (1.87s) [2020-04-02T22:17:33.720Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-04-02T22:17:33.720Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-04-02T22:17:34.644Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-04-02T22:17:34.644Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-04-02T22:17:34.647Z] --- PASS: TestServiceCreateInit (10.78s) [2020-04-02T22:17:34.647Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.54s) [2020-04-02T22:17:34.647Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.22s) [2020-04-02T22:17:34.647Z] === RUN TestCreateServiceMultipleTimes [2020-04-02T22:17:35.568Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.90s) [2020-04-02T22:17:35.569Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-04-02T22:17:35.823Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-04-02T22:17:35.823Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-04-02T22:17:36.338Z] --- PASS: TestConfigInspect (2.26s) [2020-04-02T22:17:36.338Z] === RUN TestConfigCreateWithLabels [2020-04-02T22:17:36.386Z] tests/integration/api_exec_test.py ..................... [ 34%] [2020-04-02T22:17:36.746Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.88s) [2020-04-02T22:17:36.746Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-04-02T22:17:37.006Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.50s) [2020-04-02T22:17:37.006Z] === RUN TestCreateServiceSecretFileMode [2020-04-02T22:17:37.305Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-04-02T22:17:37.559Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.92s) [2020-04-02T22:17:37.559Z] === RUN TestCgroupNamespacesRunOlderClient [2020-04-02T22:17:38.385Z] --- PASS: TestConfigCreateWithLabels (2.35s) [2020-04-02T22:17:38.385Z] === RUN TestConfigCreateResolve [2020-04-02T22:17:38.919Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-04-02T22:17:39.480Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.93s) [2020-04-02T22:17:39.480Z] === RUN TestKernelTCPMemory [2020-04-02T22:17:39.537Z] --- PASS: TestCreateServiceSecretFileMode (3.38s) [2020-04-02T22:17:39.537Z] === RUN TestCreateServiceConfigFileMode [2020-04-02T22:17:40.165Z] Cannot create a file when that file already exists. [2020-04-02T22:17:40.402Z] --- PASS: TestKernelTCPMemory (0.90s) [2020-04-02T22:17:40.402Z] === RUN TestNISDomainname [2020-04-02T22:17:40.426Z] --- PASS: TestConfigCreateResolve (2.31s) [2020-04-02T22:17:40.426Z] === RUN TestConfigDaemonLibtrustID [2020-04-02T22:17:41.047Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2020-04-02T22:17:41.047Z] PASS [2020-04-02T22:17:41.047Z] [2020-04-02T22:17:41.047Z] DONE 8 tests in 17.587s [2020-04-02T22:17:41.047Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-04-02T22:17:41.047Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:17:41.047Z] ++ set -e [2020-04-02T22:17:41.047Z] ++ '[' -n 0 ']' [2020-04-02T22:17:41.047Z] ++ set -x [2020-04-02T22:17:41.047Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:17:41.326Z] --- PASS: TestNISDomainname (0.98s) [2020-04-02T22:17:41.326Z] === RUN TestHostnameDnsResolution [2020-04-02T22:17:41.333Z] INFO: Testing against a local daemon [2020-04-02T22:17:41.333Z] === RUN TestCheckpoint [2020-04-02T22:17:41.333Z] --- SKIP: TestCheckpoint (0.00s) [2020-04-02T22:17:41.333Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-04-02T22:17:41.333Z] === RUN TestContainerInvalidJSON [2020-04-02T22:17:41.333Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-04-02T22:17:41.333Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-04-02T22:17:41.333Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-04-02T22:17:41.333Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-04-02T22:17:41.333Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-04-02T22:17:41.333Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-04-02T22:17:41.333Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-04-02T22:17:41.333Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-04-02T22:17:41.333Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-04-02T22:17:41.333Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-04-02T22:17:41.333Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-04-02T22:17:41.333Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-04-02T22:17:41.333Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-04-02T22:17:41.333Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-04-02T22:17:41.333Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2020-04-02T22:17:41.333Z] === RUN TestCopyFromContainerPathIsNotDir [2020-04-02T22:17:41.333Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2020-04-02T22:17:41.333Z] === RUN TestCopyToContainerPathDoesNotExist [2020-04-02T22:17:41.618Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2020-04-02T22:17:41.618Z] === RUN TestCopyToContainerPathIsNotDir [2020-04-02T22:17:41.618Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2020-04-02T22:17:41.618Z] === RUN TestCopyFromContainer [2020-04-02T22:17:42.685Z] --- PASS: TestHostnameDnsResolution (1.39s) [2020-04-02T22:17:42.685Z] === RUN TestStats [2020-04-02T22:17:42.821Z] --- PASS: TestCreateServiceConfigFileMode (3.38s) [2020-04-02T22:17:42.821Z] === RUN TestCreateServiceSysctls [2020-04-02T22:17:43.107Z] === RUN TestCopyFromContainer// [2020-04-02T22:17:43.107Z] === RUN TestCopyFromContainer//bar/root [2020-04-02T22:17:43.395Z] === RUN TestCopyFromContainer//bar/root/ [2020-04-02T22:17:43.395Z] === RUN TestCopyFromContainer/bar/quux [2020-04-02T22:17:43.395Z] === RUN TestCopyFromContainer/bar/quux/ [2020-04-02T22:17:43.679Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-04-02T22:17:43.679Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-04-02T22:17:43.679Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-04-02T22:17:43.965Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-04-02T22:17:43.965Z] === RUN TestCopyFromContainer/bar/notarget [2020-04-02T22:17:43.965Z] --- PASS: TestCopyFromContainer (2.48s) [2020-04-02T22:17:43.965Z] --- PASS: TestCopyFromContainer// (0.10s) [2020-04-02T22:17:43.965Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2020-04-02T22:17:43.965Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2020-04-02T22:17:43.965Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2020-04-02T22:17:43.965Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2020-04-02T22:17:43.965Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2020-04-02T22:17:43.965Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2020-04-02T22:17:43.965Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2020-04-02T22:17:43.965Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2020-04-02T22:17:43.965Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2020-04-02T22:17:43.965Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-04-02T22:17:43.965Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-02T22:17:43.965Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-02T22:17:43.965Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-02T22:17:43.965Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-02T22:17:43.965Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-02T22:17:43.965Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-02T22:17:43.965Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-04-02T22:17:43.965Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-04-02T22:17:43.965Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-04-02T22:17:43.965Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2020-04-02T22:17:43.965Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-04-02T22:17:43.965Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-04-02T22:17:43.965Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2020-04-02T22:17:43.965Z] === RUN TestCreateLinkToNonExistingContainer [2020-04-02T22:17:44.252Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-04-02T22:17:44.252Z] === RUN TestCreateWithInvalidEnv [2020-04-02T22:17:44.252Z] === RUN TestCreateWithInvalidEnv/0 [2020-04-02T22:17:44.252Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-04-02T22:17:44.252Z] === RUN TestCreateWithInvalidEnv/1 [2020-04-02T22:17:44.252Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-04-02T22:17:44.252Z] === RUN TestCreateWithInvalidEnv/2 [2020-04-02T22:17:44.252Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-04-02T22:17:44.252Z] === CONT TestCreateWithInvalidEnv/0 [2020-04-02T22:17:44.252Z] === CONT TestCreateWithInvalidEnv/2 [2020-04-02T22:17:44.252Z] === CONT TestCreateWithInvalidEnv/1 [2020-04-02T22:17:44.252Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2020-04-02T22:17:44.252Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-04-02T22:17:44.252Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-04-02T22:17:44.252Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-04-02T22:17:44.252Z] === RUN TestCreateTmpfsMountsTarget [2020-04-02T22:17:44.252Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-04-02T22:17:44.252Z] === RUN TestCreateWithCustomMaskedPaths [2020-04-02T22:17:44.354Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2020-04-02T22:17:44.567Z] --- PASS: TestStats (1.90s) [2020-04-02T22:17:44.567Z] === RUN TestStopContainerWithTimeout [2020-04-02T22:17:44.567Z] === RUN TestStopContainerWithTimeout/0 [2020-04-02T22:17:44.567Z] === PAUSE TestStopContainerWithTimeout/0 [2020-04-02T22:17:44.567Z] === RUN TestStopContainerWithTimeout/1 [2020-04-02T22:17:44.567Z] === PAUSE TestStopContainerWithTimeout/1 [2020-04-02T22:17:44.567Z] === RUN TestStopContainerWithTimeout/3 [2020-04-02T22:17:44.567Z] === PAUSE TestStopContainerWithTimeout/3 [2020-04-02T22:17:44.567Z] === RUN TestStopContainerWithTimeout/-1 [2020-04-02T22:17:44.567Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-04-02T22:17:44.567Z] === CONT TestStopContainerWithTimeout/0 [2020-04-02T22:17:44.567Z] === CONT TestStopContainerWithTimeout/3 [2020-04-02T22:17:44.821Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-04-02T22:17:45.864Z] Removing intermediate container fc7723834c58 [2020-04-02T22:17:45.864Z] ---> ef5c717a34a4 [2020-04-02T22:17:45.864Z] Step 6/6 : CMD ["sh"] [2020-04-02T22:17:45.864Z] ---> Running in 74fb91b3bbe4 [2020-04-02T22:17:45.864Z] Removing intermediate container 74fb91b3bbe4 [2020-04-02T22:17:45.864Z] ---> 24a480f66ddf [2020-04-02T22:17:45.864Z] Successfully built 24a480f66ddf [2020-04-02T22:17:45.864Z] Successfully tagged busybox:latest [2020-04-02T22:17:45.864Z] INFO: Docker images of the daemon under test [2020-04-02T22:17:45.864Z] [2020-04-02T22:17:45.864Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-04-02T22:17:45.864Z] busybox latest 24a480f66ddf Less than a second ago 4.97GB [2020-04-02T22:17:45.864Z] microsoft/windowsservercore latest 80e84fd280e2 3 weeks ago 4.94GB [2020-04-02T22:17:45.864Z] mcr.microsoft.com/windows/servercore ltsc2019 80e84fd280e2 3 weeks ago 4.94GB [2020-04-02T22:17:45.864Z] [2020-04-02T22:17:45.864Z] INFO: Running integration tests at 04/02/2020 22:17:45... [2020-04-02T22:17:45.864Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-04-02T22:17:45.864Z] INFO: Integration API tests being run from the host: [2020-04-02T22:17:45.864Z] INFO: make.ps1 starting at 04/02/2020 22:17:45 [2020-04-02T22:17:46.182Z] === CONT TestStopContainerWithTimeout/-1 [2020-04-02T22:17:46.300Z] --- PASS: TestCreateWithCustomMaskedPaths (1.87s) [2020-04-02T22:17:46.300Z] === RUN TestCreateWithCapabilities [2020-04-02T22:17:46.300Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-04-02T22:17:46.300Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-04-02T22:17:46.300Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-04-02T22:17:46.300Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-04-02T22:17:46.300Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-04-02T22:17:46.300Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-04-02T22:17:46.300Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-04-02T22:17:46.300Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-04-02T22:17:46.300Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-04-02T22:17:46.300Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-04-02T22:17:46.300Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-04-02T22:17:46.300Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-04-02T22:17:46.300Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-04-02T22:17:46.300Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-04-02T22:17:46.300Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-04-02T22:17:46.300Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-04-02T22:17:46.300Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-04-02T22:17:46.300Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-04-02T22:17:46.300Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-04-02T22:17:46.300Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-04-02T22:17:46.300Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-04-02T22:17:46.300Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-04-02T22:17:46.300Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-04-02T22:17:46.300Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-04-02T22:17:46.300Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-04-02T22:17:46.300Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-04-02T22:17:46.300Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-04-02T22:17:46.300Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-04-02T22:17:46.300Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-04-02T22:17:46.300Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-04-02T22:17:46.300Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-04-02T22:17:46.300Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-04-02T22:17:46.300Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-04-02T22:17:46.300Z] --- PASS: TestCreateWithCapabilities (0.04s) [2020-04-02T22:17:46.300Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2020-04-02T22:17:46.300Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.05s) [2020-04-02T22:17:46.300Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.04s) [2020-04-02T22:17:46.300Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s) [2020-04-02T22:17:46.300Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.05s) [2020-04-02T22:17:46.300Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.01s) [2020-04-02T22:17:46.300Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2020-04-02T22:17:46.300Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.04s) [2020-04-02T22:17:46.300Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.04s) [2020-04-02T22:17:46.300Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.03s) [2020-04-02T22:17:46.300Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.04s) [2020-04-02T22:17:46.300Z] === RUN TestCreateWithCustomReadonlyPaths [2020-04-02T22:17:47.007Z] --- PASS: TestCreateServiceSysctls (4.17s) [2020-04-02T22:17:47.007Z] === RUN TestCreateServiceCapabilities [2020-04-02T22:17:47.369Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-04-02T22:17:47.542Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-04-02T22:17:47.797Z] === CONT TestStopContainerWithTimeout/1 [2020-04-02T22:17:48.009Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-04-02T22:17:48.338Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.96s) [2020-04-02T22:17:48.338Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-04-02T22:17:48.338Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-02T22:17:48.338Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-02T22:17:48.338Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-02T22:17:48.338Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-02T22:17:48.338Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-02T22:17:48.338Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-02T22:17:48.338Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-02T22:17:48.338Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-02T22:17:48.338Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-02T22:17:48.338Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-02T22:17:48.338Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-04-02T22:17:48.338Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-04-02T22:17:48.338Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-04-02T22:17:48.338Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-04-02T22:17:48.338Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-04-02T22:17:48.338Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2020-04-02T22:17:48.338Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-04-02T22:17:48.338Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-04-02T22:17:48.338Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-04-02T22:17:48.338Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2020-04-02T22:17:48.338Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-04-02T22:17:48.338Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-04-02T22:17:48.958Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.63s) [2020-04-02T22:17:48.958Z] === RUN TestContainerStartOnDaemonRestart [2020-04-02T22:17:48.958Z] === PAUSE TestContainerStartOnDaemonRestart [2020-04-02T22:17:48.958Z] === RUN TestDaemonRestartIpcMode [2020-04-02T22:17:48.958Z] === PAUSE TestDaemonRestartIpcMode [2020-04-02T22:17:48.958Z] === RUN TestDaemonHostGatewayIP [2020-04-02T22:17:48.958Z] === PAUSE TestDaemonHostGatewayIP [2020-04-02T22:17:48.958Z] === RUN TestDiff [2020-04-02T22:17:49.157Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-04-02T22:17:49.411Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-04-02T22:17:49.582Z] --- PASS: TestDiff (0.68s) [2020-04-02T22:17:49.582Z] === RUN TestExecWithCloseStdin [2020-04-02T22:17:49.666Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-04-02T22:17:49.666Z] --- PASS: TestStopContainerWithTimeout/0 (1.33s) [2020-04-02T22:17:49.666Z] --- PASS: TestStopContainerWithTimeout/3 (3.10s) [2020-04-02T22:17:49.666Z] --- PASS: TestStopContainerWithTimeout/-1 (2.90s) [2020-04-02T22:17:49.666Z] --- PASS: TestStopContainerWithTimeout/1 (1.93s) [2020-04-02T22:17:49.666Z] === RUN TestDeleteDevicemapper [2020-04-02T22:17:49.666Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-04-02T22:17:49.666Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-04-02T22:17:49.666Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-04-02T22:17:50.593Z] --- PASS: TestExecWithCloseStdin (0.80s) [2020-04-02T22:17:50.593Z] === RUN TestExec [2020-04-02T22:17:51.028Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-04-02T22:17:51.194Z] --- PASS: TestCreateServiceCapabilities (3.54s) [2020-04-02T22:17:51.194Z] === RUN TestInspect [2020-04-02T22:17:51.214Z] --- PASS: TestExec (0.76s) [2020-04-02T22:17:51.214Z] === RUN TestExecUser [2020-04-02T22:17:51.841Z] --- PASS: TestExecUser (0.74s) [2020-04-02T22:17:51.841Z] === RUN TestExportContainerAndImportImage [2020-04-02T22:17:51.952Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-04-02T22:17:52.207Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-04-02T22:17:52.207Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.53s) [2020-04-02T22:17:52.207Z] === RUN TestUpdateMemory [2020-04-02T22:17:52.207Z] --- SKIP: TestUpdateMemory (0.01s) [2020-04-02T22:17:52.207Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-04-02T22:17:52.207Z] === RUN TestUpdateCPUQuota [2020-04-02T22:17:52.867Z] --- PASS: TestExportContainerAndImportImage (1.01s) [2020-04-02T22:17:52.867Z] === RUN TestExportContainerAfterDaemonRestart [2020-04-02T22:17:53.566Z] --- PASS: TestUpdateCPUQuota (1.39s) [2020-04-02T22:17:53.566Z] === RUN TestUpdatePidsLimit [2020-04-02T22:17:53.566Z] === RUN TestUpdatePidsLimit/update_from_none [2020-04-02T22:17:53.820Z] === RUN TestUpdatePidsLimit/no_change [2020-04-02T22:17:54.349Z] --- PASS: TestExportContainerAfterDaemonRestart (1.53s) [2020-04-02T22:17:54.349Z] === RUN TestHealthCheckWorkdir [2020-04-02T22:17:54.380Z] === RUN TestUpdatePidsLimit/update_lower [2020-04-02T22:17:54.380Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-04-02T22:17:54.479Z] --- PASS: TestInspect (3.50s) [2020-04-02T22:17:54.479Z] === RUN TestCreateJob [2020-04-02T22:17:54.634Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-04-02T22:17:55.192Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-04-02T22:17:55.363Z] --- PASS: TestHealthCheckWorkdir (0.95s) [2020-04-02T22:17:55.363Z] === RUN TestHealthKillContainer [2020-04-02T22:17:55.447Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-04-02T22:17:56.005Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-04-02T22:17:56.973Z] --- PASS: TestCreateServiceMultipleTimes (21.59s) [2020-04-02T22:17:56.973Z] === RUN TestCreateServiceConflict [2020-04-02T22:17:57.364Z] --- PASS: TestDockerDaemonSuite (344.24s) [2020-04-02T22:17:57.364Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (4.57s) [2020-04-02T22:17:57.364Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.73s) [2020-04-02T22:17:57.364Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.57s) [2020-04-02T22:17:57.364Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.63s) [2020-04-02T22:17:57.364Z] docker_cli_daemon_test.go:1449: [dc3d93e953f36] daemon is not started [2020-04-02T22:17:57.364Z] check_test.go:309: [d3742ad0971ad] daemon is not started [2020-04-02T22:17:57.364Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.33s) [2020-04-02T22:17:57.364Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.86s) [2020-04-02T22:17:57.364Z] check_test.go:309: [d9feb388d1fb2] daemon is not started [2020-04-02T22:17:57.364Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (1.53s) [2020-04-02T22:17:57.364Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.07s) [2020-04-02T22:17:57.364Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.60s) [2020-04-02T22:17:57.364Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.39s) [2020-04-02T22:17:57.364Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.62s) [2020-04-02T22:17:57.364Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.83s) [2020-04-02T22:17:57.364Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.52s) [2020-04-02T22:17:57.364Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.51s) [2020-04-02T22:17:57.364Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2020-04-02T22:17:57.364Z] check_test.go:309: [d076bdcd9c3f3] daemon is not started [2020-04-02T22:17:57.364Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.52s) [2020-04-02T22:17:57.364Z] check_test.go:309: [da0625fc240fe] daemon is not started [2020-04-02T22:17:57.364Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.49s) [2020-04-02T22:17:57.364Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s) [2020-04-02T22:17:57.365Z] check_test.go:309: [d1c9257b72684] daemon is not started [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.75s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.77s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.74s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.19s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.59s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.56s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.68s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2020-04-02T22:17:57.365Z] check_test.go:309: [d0d9611abda79] daemon is not started [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.56s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.54s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.58s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.69s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.76s) [2020-04-02T22:17:57.365Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-04-02T22:17:57.365Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-04-02T22:17:57.365Z] check_test.go:309: [dad7928be074f] daemon is not started [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.22s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.07s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.59s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.76s) [2020-04-02T22:17:57.365Z] check_test.go:309: [d2e30fda7567d] daemon is not started [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.39s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2020-04-02T22:17:57.365Z] check_test.go:309: [d4dd33f85e41c] daemon is not started [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.89s) [2020-04-02T22:17:57.365Z] docker_cli_daemon_plugins_test.go:79: [dc1a94fb597a6] daemon is not started [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.16s) [2020-04-02T22:17:57.365Z] docker_cli_daemon_plugins_test.go:169: [d831ee2014853] daemon is not started [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.71s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2020-04-02T22:17:57.365Z] check_test.go:309: [d0531ffe13e2d] daemon is not started [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.91s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.79s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.92s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.68s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.93s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.22s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.30s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.59s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (7.41s) [2020-04-02T22:17:57.365Z] check_test.go:309: [d8ec4f9fdf25a] daemon is not started [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.80s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (16.20s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.78s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.25s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.93s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (4.11s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (6.26s) [2020-04-02T22:17:57.365Z] check_test.go:309: [d71acf0ecff30] daemon is not started [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.89s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.91s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (12.69s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.79s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.99s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.66s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.25s) [2020-04-02T22:17:57.365Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-04-02T22:17:57.365Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-04-02T22:17:57.365Z] check_test.go:309: [dd5ab972449b3] daemon is not started [2020-04-02T22:17:57.365Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2020-04-02T22:17:57.365Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-04-02T22:17:57.365Z] check_test.go:309: [dc5884c9e115d] daemon is not started [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (4.08s) [2020-04-02T22:17:57.365Z] check_test.go:309: [daf1474eaf14d] daemon is not started [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.93s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.25s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.64s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.23s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.19s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.27s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.72s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.51s) [2020-04-02T22:17:57.365Z] check_test.go:309: [df9d0277a287c] daemon is not started [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.92s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.80s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.84s) [2020-04-02T22:17:57.365Z] check_test.go:309: [d2b0ff3761727] daemon is not started [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.58s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.07s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.58s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.17s) [2020-04-02T22:17:57.365Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2020-04-02T22:17:57.365Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2020-04-02T22:17:57.365Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2020-04-02T22:17:57.365Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2020-04-02T22:17:57.365Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2020-04-02T22:17:57.365Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2020-04-02T22:17:57.365Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2020-04-02T22:17:57.365Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2020-04-02T22:17:57.365Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2020-04-02T22:17:57.365Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2020-04-02T22:17:57.365Z] check_test.go:309: [d84bc06b1c136] daemon is not started [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.05s) [2020-04-02T22:17:57.365Z] check_test.go:309: [d57fd222276b4] daemon is not started [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.52s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.55s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.40s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2020-04-02T22:17:57.365Z] check_test.go:309: [de6c8cf6bc602] daemon is not started [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.80s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.87s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.24s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.02s) [2020-04-02T22:17:57.365Z] check_test.go:309: [dc6677cb2d222] daemon is not started [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.36s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.53s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.66s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (1.97s) [2020-04-02T22:17:57.365Z] check_test.go:309: [d12a4dddaed32] daemon is not started [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.54s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.61s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.56s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.85s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2020-04-02T22:17:57.365Z] check_test.go:309: [de3e28b973890] daemon is not started [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.85s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.52s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.41s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.40s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.77s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.18s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.64s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.11s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.83s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.15s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.14s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.21s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (8.08s) [2020-04-02T22:17:57.365Z] docker_cli_daemon_test.go:2542: [d34818afd0f22] daemon is not started [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (9.13s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.51s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.90s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.78s) [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.08s) [2020-04-02T22:17:57.365Z] check_test.go:309: [d1db252b8b7cc] daemon is not started [2020-04-02T22:17:57.365Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.20s) [2020-04-02T22:17:57.365Z] === RUN TestDockerSwarmSuite [2020-04-02T22:17:57.365Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-04-02T22:17:57.365Z] --- PASS: TestUpdatePidsLimit (3.92s) [2020-04-02T22:17:57.365Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.40s) [2020-04-02T22:17:57.365Z] --- PASS: TestUpdatePidsLimit/no_change (0.35s) [2020-04-02T22:17:57.365Z] --- PASS: TestUpdatePidsLimit/update_lower (0.44s) [2020-04-02T22:17:57.365Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.36s) [2020-04-02T22:17:57.365Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.44s) [2020-04-02T22:17:57.365Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) [2020-04-02T22:17:57.365Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.42s) [2020-04-02T22:17:57.365Z] === RUN TestUpdateRestartPolicy [2020-04-02T22:17:58.664Z] --- PASS: TestCreateJob (4.21s) [2020-04-02T22:17:58.664Z] === RUN TestReplicatedJob [2020-04-02T22:17:58.830Z] --- PASS: TestHealthKillContainer (2.87s) [2020-04-02T22:17:58.830Z] === RUN TestInspectCpusetInConfigPre120 [2020-04-02T22:17:58.830Z] --- PASS: TestInspectCpusetInConfigPre120 (0.65s) [2020-04-02T22:17:58.830Z] === RUN TestIpcModeNone [2020-04-02T22:17:58.991Z] --- PASS: TestCreateServiceConflict (3.22s) [2020-04-02T22:17:58.991Z] === RUN TestCreateServiceMaxReplicas [2020-04-02T22:17:59.844Z] --- PASS: TestIpcModeNone (0.78s) [2020-04-02T22:17:59.844Z] === RUN TestIpcModePrivate [2020-04-02T22:18:00.465Z] --- PASS: TestIpcModePrivate (0.78s) [2020-04-02T22:18:00.465Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-04-02T22:18:00.465Z] === RUN TestIpcModeShareable [2020-04-02T22:18:00.623Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-04-02T22:18:01.483Z] --- PASS: TestIpcModeShareable (0.82s) [2020-04-02T22:18:01.483Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-04-02T22:18:01.483Z] === RUN TestAPIIpcModeShareableAndContainer [2020-04-02T22:18:03.362Z] --- PASS: TestCreateServiceMaxReplicas (4.12s) [2020-04-02T22:18:03.362Z] === RUN TestCreateWithDuplicateNetworkNames [2020-04-02T22:18:03.553Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.18s) [2020-04-02T22:18:03.553Z] === RUN TestAPIIpcModeHost [2020-04-02T22:18:03.883Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-04-02T22:18:04.174Z] --- PASS: TestAPIIpcModeHost (0.60s) [2020-04-02T22:18:04.174Z] === RUN TestDaemonIpcModeShareable [2020-04-02T22:18:05.226Z] --- PASS: TestReplicatedJob (6.77s) [2020-04-02T22:18:05.226Z] === RUN TestUpdateReplicatedJob [2020-04-02T22:18:05.657Z] --- PASS: TestDaemonIpcModeShareable (1.66s) [2020-04-02T22:18:05.657Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-04-02T22:18:05.657Z] === RUN TestDaemonIpcModePrivate [2020-04-02T22:18:07.142Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-04-02T22:18:07.397Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-04-02T22:18:07.397Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-04-02T22:18:07.692Z] --- PASS: TestDaemonIpcModePrivate (1.67s) [2020-04-02T22:18:07.692Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-04-02T22:18:07.692Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-04-02T22:18:07.956Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-04-02T22:18:08.871Z] tests/integration/api_network_test.py ........................... [ 47%] [2020-04-02T22:18:09.189Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.63s) [2020-04-02T22:18:09.189Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-04-02T22:18:09.189Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-04-02T22:18:09.412Z] --- PASS: TestUpdateReplicatedJob (4.30s) [2020-04-02T22:18:09.412Z] === RUN TestServiceListWithStatuses [2020-04-02T22:18:09.412Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-04-02T22:18:09.412Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-04-02T22:18:09.412Z] === RUN TestDockerNetworkConnectAlias [2020-04-02T22:18:10.681Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.63s) [2020-04-02T22:18:10.681Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-04-02T22:18:10.681Z] === RUN TestIpcModeOlderClient [2020-04-02T22:18:10.681Z] === PAUSE TestIpcModeOlderClient [2020-04-02T22:18:10.681Z] === RUN TestKillContainerInvalidSignal [2020-04-02T22:18:11.213Z] --- PASS: TestUpdateRestartPolicy (13.31s) [2020-04-02T22:18:11.213Z] === RUN TestUpdateRestartWithAutoRemove [2020-04-02T22:18:11.301Z] --- PASS: TestKillContainerInvalidSignal (0.64s) [2020-04-02T22:18:11.301Z] === RUN TestKillContainer [2020-04-02T22:18:11.301Z] === RUN TestKillContainer/no_signal [2020-04-02T22:18:11.774Z] --- PASS: TestUpdateRestartWithAutoRemove (0.83s) [2020-04-02T22:18:11.774Z] === RUN TestWaitNonBlocked [2020-04-02T22:18:11.774Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-02T22:18:11.774Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-02T22:18:11.774Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-02T22:18:11.774Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-02T22:18:11.774Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-02T22:18:11.774Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-02T22:18:11.774Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-04-02T22:18:11.919Z] === RUN TestKillContainer/non_killing_signal [2020-04-02T22:18:12.371Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-02T22:18:12.371Z] INFO: Testing against a local daemon [2020-04-02T22:18:12.538Z] === RUN TestKillContainer/killing_signal [2020-04-02T22:18:12.697Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-04-02T22:18:12.697Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.03s) [2020-04-02T22:18:12.697Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.18s) [2020-04-02T22:18:12.697Z] === RUN TestWaitBlocked [2020-04-02T22:18:12.697Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-04-02T22:18:12.697Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-04-02T22:18:12.697Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-04-02T22:18:12.697Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-04-02T22:18:12.697Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-04-02T22:18:12.697Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-04-02T22:18:13.156Z] --- PASS: TestKillContainer (1.99s) [2020-04-02T22:18:13.156Z] --- PASS: TestKillContainer/no_signal (0.62s) [2020-04-02T22:18:13.156Z] --- PASS: TestKillContainer/non_killing_signal (0.47s) [2020-04-02T22:18:13.156Z] --- PASS: TestKillContainer/killing_signal (0.62s) [2020-04-02T22:18:13.156Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-04-02T22:18:13.443Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-04-02T22:18:14.057Z] --- PASS: TestWaitBlocked (0.03s) [2020-04-02T22:18:14.057Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.98s) [2020-04-02T22:18:14.057Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.18s) [2020-04-02T22:18:14.057Z] === CONT TestContainerStartOnDaemonRestart [2020-04-02T22:18:14.057Z] === CONT TestIpcModeOlderClient [2020-04-02T22:18:14.057Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-04-02T22:18:14.057Z] --- PASS: TestIpcModeOlderClient (0.15s) [2020-04-02T22:18:14.057Z] === CONT TestDaemonHostGatewayIP [2020-04-02T22:18:14.061Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-04-02T22:18:14.716Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.34s) [2020-04-02T22:18:14.716Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.62s) [2020-04-02T22:18:14.716Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.47s) [2020-04-02T22:18:14.716Z] === RUN TestKillStoppedContainer [2020-04-02T22:18:14.716Z] --- PASS: TestKillStoppedContainer (0.08s) [2020-04-02T22:18:14.716Z] === RUN TestKillStoppedContainerAPIPre120 [2020-04-02T22:18:14.716Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2020-04-02T22:18:14.716Z] === RUN TestKillDifferentUserContainer [2020-04-02T22:18:15.333Z] --- PASS: TestKillDifferentUserContainer (0.66s) [2020-04-02T22:18:15.333Z] === RUN TestInspectOomKilledTrue [2020-04-02T22:18:15.974Z] --- PASS: TestDockerNetworkConnectAlias (6.47s) [2020-04-02T22:18:15.974Z] === RUN TestDockerNetworkReConnect [2020-04-02T22:18:16.563Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-04-02T22:18:16.588Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-04-02T22:18:16.826Z] --- PASS: TestInspectOomKilledTrue (1.27s) [2020-04-02T22:18:16.826Z] === RUN TestInspectOomKilledFalse [2020-04-02T22:18:17.121Z] --- PASS: TestContainerStartOnDaemonRestart (3.17s) [2020-04-02T22:18:17.121Z] === CONT TestDaemonRestartIpcMode [2020-04-02T22:18:17.444Z] --- PASS: TestInspectOomKilledFalse (0.66s) [2020-04-02T22:18:17.444Z] === RUN TestLinksEtcHostsContentMatch [2020-04-02T22:18:17.682Z] --- PASS: TestDaemonHostGatewayIP (3.64s) [2020-04-02T22:18:18.061Z] --- PASS: TestLinksEtcHostsContentMatch (0.55s) [2020-04-02T22:18:18.061Z] === RUN TestLinksContainerNames [2020-04-02T22:18:18.522Z] tests/integration/api_secret_test.py ..... [ 51%] [2020-04-02T22:18:18.561Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.57s) [2020-04-02T22:18:18.561Z] === RUN TestCreateServiceSecretFileMode [2020-04-02T22:18:19.073Z] --- PASS: TestLinksContainerNames (1.26s) [2020-04-02T22:18:19.073Z] === RUN TestLogsFollowTailEmpty [2020-04-02T22:18:20.088Z] --- PASS: TestLogsFollowTailEmpty (0.73s) [2020-04-02T22:18:20.088Z] === RUN TestContainerNetworkMountsNoChown [2020-04-02T22:18:20.708Z] --- PASS: TestContainerNetworkMountsNoChown (0.65s) [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/default [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/default [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/private [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/private [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/rprivate [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/rprivate [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/slave [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/slave [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/rslave [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/rslave [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/shared [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/shared [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/rshared [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/rshared [2020-04-02T22:18:20.708Z] === CONT TestMountDaemonRoot/default [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/default/bind_root [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/default/mount_root [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-04-02T22:18:20.708Z] === CONT TestMountDaemonRoot/default/bind_root [2020-04-02T22:18:20.708Z] === CONT TestMountDaemonRoot/rprivate [2020-04-02T22:18:20.708Z] === CONT TestMountDaemonRoot/private [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/private/bind_root [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/private/mount_root [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-04-02T22:18:20.708Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-04-02T22:18:20.708Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-04-02T22:18:20.708Z] === CONT TestMountDaemonRoot/rshared [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-04-02T22:18:20.708Z] === CONT TestMountDaemonRoot/shared [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-04-02T22:18:20.708Z] === CONT TestMountDaemonRoot/rslave [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-04-02T22:18:20.708Z] === CONT TestMountDaemonRoot/slave [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-04-02T22:18:20.708Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-04-02T22:18:20.708Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-04-02T22:18:20.708Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-04-02T22:18:20.708Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-04-02T22:18:20.708Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-04-02T22:18:20.708Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-04-02T22:18:20.708Z] === CONT TestMountDaemonRoot/default/mount_root [2020-04-02T22:18:20.708Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-04-02T22:18:20.708Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-04-02T22:18:20.708Z] === CONT TestMountDaemonRoot/private/mount_root [2020-04-02T22:18:20.709Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-04-02T22:18:20.709Z] === CONT TestMountDaemonRoot/private/bind_root [2020-04-02T22:18:20.709Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-04-02T22:18:20.709Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-04-02T22:18:20.709Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-04-02T22:18:20.709Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-04-02T22:18:20.709Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-04-02T22:18:20.709Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-04-02T22:18:20.709Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-04-02T22:18:20.709Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-04-02T22:18:20.709Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-04-02T22:18:20.709Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-04-02T22:18:20.963Z] --- PASS: TestDaemonRestartIpcMode (3.64s) [2020-04-02T22:18:20.963Z] PASS [2020-04-02T22:18:20.963Z] [2020-04-02T22:18:20.963Z] === Skipped [2020-04-02T22:18:20.963Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-04-02T22:18:20.963Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-04-02T22:18:20.963Z] [2020-04-02T22:18:20.963Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s) [2020-04-02T22:18:20.963Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-02T22:18:20.963Z] [2020-04-02T22:18:20.963Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-04-02T22:18:20.963Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-02T22:18:20.963Z] [2020-04-02T22:18:20.963Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.01s) [2020-04-02T22:18:20.963Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-04-02T22:18:20.963Z] [2020-04-02T22:18:20.963Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-04-02T22:18:20.963Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-04-02T22:18:20.963Z] [2020-04-02T22:18:20.963Z] === SKIP: amd64.integration.container TestUpdateMemory (0.01s) [2020-04-02T22:18:20.963Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-04-02T22:18:20.963Z] [2020-04-02T22:18:20.963Z] [2020-04-02T22:18:20.963Z] DONE 199 tests, 6 skipped in 147.582s [2020-04-02T22:18:20.963Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-04-02T22:18:20.963Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:18:20.963Z] ++ set -e [2020-04-02T22:18:20.963Z] ++ '[' -n 0 ']' [2020-04-02T22:18:20.963Z] ++ set -x [2020-04-02T22:18:20.963Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:18:20.963Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-04-02T22:18:20.963Z] INFO: Testing against a local daemon [2020-04-02T22:18:20.963Z] === RUN TestCommitInheritsEnv [2020-04-02T22:18:20.995Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-04-02T22:18:20.995Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-04-02T22:18:20.995Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-04-02T22:18:20.995Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-04-02T22:18:20.996Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2020-04-02T22:18:20.996Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-04-02T22:18:20.996Z] === RUN TestContainerBindMountNonRecursive [2020-04-02T22:18:21.242Z] --- PASS: TestDockerNetworkReConnect (5.04s) [2020-04-02T22:18:21.242Z] === RUN TestServicePlugin [2020-04-02T22:18:21.242Z] --- SKIP: TestServicePlugin (0.00s) [2020-04-02T22:18:21.242Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:18:21.242Z] === RUN TestServiceUpdateLabel [2020-04-02T22:18:21.531Z] --- PASS: TestCommitInheritsEnv (0.50s) [2020-04-02T22:18:21.531Z] === RUN TestImportExtremelyLargeImageWorks [2020-04-02T22:18:21.531Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-04-02T22:18:21.531Z] === RUN TestImagesFilterMultiReference [2020-04-02T22:18:21.531Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2020-04-02T22:18:21.531Z] === RUN TestImagePullPlatformInvalid [2020-04-02T22:18:21.531Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-04-02T22:18:21.531Z] === RUN TestRemoveImageOrphaning [2020-04-02T22:18:21.785Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-04-02T22:18:22.040Z] --- PASS: TestRemoveImageOrphaning (0.58s) [2020-04-02T22:18:22.040Z] === RUN TestRemoveImageGarbageCollector [2020-04-02T22:18:22.489Z] --- PASS: TestContainerBindMountNonRecursive (1.63s) [2020-04-02T22:18:22.489Z] === RUN TestNetworkNat [2020-04-02T22:18:22.579Z] tests/integration/api_service_test.py ................s................. [ 60%] [2020-04-02T22:18:22.970Z] --- PASS: TestCreateServiceSecretFileMode (3.60s) [2020-04-02T22:18:22.970Z] === RUN TestCreateServiceConfigFileMode [2020-04-02T22:18:23.399Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-04-02T22:18:23.504Z] --- PASS: TestNetworkNat (0.69s) [2020-04-02T22:18:23.504Z] === RUN TestNetworkLocalhostTCPNat [2020-04-02T22:18:24.122Z] --- PASS: TestNetworkLocalhostTCPNat (0.71s) [2020-04-02T22:18:24.122Z] === RUN TestNetworkLoopbackNat [2020-04-02T22:18:24.323Z] --- PASS: TestRemoveImageGarbageCollector (2.16s) [2020-04-02T22:18:24.323Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-04-02T22:18:24.323Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.08s) [2020-04-02T22:18:24.323Z] === RUN TestTagInvalidReference [2020-04-02T22:18:24.323Z] --- PASS: TestTagInvalidReference (0.03s) [2020-04-02T22:18:24.323Z] === RUN TestTagValidPrefixedRepo [2020-04-02T22:18:24.525Z] --- PASS: TestServiceUpdateLabel (3.26s) [2020-04-02T22:18:24.525Z] === RUN TestServiceUpdateSecrets [2020-04-02T22:18:24.577Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2020-04-02T22:18:24.577Z] === RUN TestTagExistedNameWithoutForce [2020-04-02T22:18:24.577Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-04-02T22:18:24.577Z] === RUN TestTagOfficialNames [2020-04-02T22:18:24.577Z] --- PASS: TestTagOfficialNames (0.06s) [2020-04-02T22:18:24.577Z] === RUN TestTagMatchesDigest [2020-04-02T22:18:24.577Z] --- PASS: TestTagMatchesDigest (0.04s) [2020-04-02T22:18:24.577Z] === CONT TestImportExtremelyLargeImageWorks [2020-04-02T22:18:25.138Z] --- PASS: TestNetworkLoopbackNat (0.93s) [2020-04-02T22:18:25.138Z] === RUN TestPause [2020-04-02T22:18:25.759Z] --- PASS: TestPause (0.76s) [2020-04-02T22:18:25.759Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-04-02T22:18:25.759Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-04-02T22:18:25.759Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-04-02T22:18:25.759Z] === RUN TestPauseStopPausedContainer [2020-04-02T22:18:25.939Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-04-02T22:18:26.380Z] --- PASS: TestPauseStopPausedContainer (0.73s) [2020-04-02T22:18:26.380Z] === RUN TestPsFilter [2020-04-02T22:18:26.421Z] --- PASS: TestCreateServiceConfigFileMode (3.56s) [2020-04-02T22:18:26.421Z] === RUN TestCreateServiceSysctls [2020-04-02T22:18:26.665Z] --- PASS: TestPsFilter (0.21s) [2020-04-02T22:18:26.665Z] === RUN TestRemoveContainerWithRemovedVolume [2020-04-02T22:18:27.030Z] ok github.com/docker/docker/integration/build 15.874s [2020-04-02T22:18:27.288Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.64s) [2020-04-02T22:18:27.288Z] === RUN TestRemoveContainerWithVolume [2020-04-02T22:18:27.478Z] [2020-04-02T22:18:27.478Z] === Skipped [2020-04-02T22:18:27.478Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2020-04-02T22:18:27.478Z] build_session_test.go:25: TODO: BuildKit [2020-04-02T22:18:27.478Z] [2020-04-02T22:18:27.478Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2020-04-02T22:18:27.478Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:18:27.478Z] [2020-04-02T22:18:27.478Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithRemoveAndForceRemove (0.00s) [2020-04-02T22:18:27.478Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-04-02T22:18:27.478Z] [2020-04-02T22:18:27.478Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageParentConfig (0.01s) [2020-04-02T22:18:27.478Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-04-02T22:18:27.478Z] [2020-04-02T22:18:27.478Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2020-04-02T22:18:27.478Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-04-02T22:18:27.478Z] [2020-04-02T22:18:27.478Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageOnBuild (0.01s) [2020-04-02T22:18:27.478Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-04-02T22:18:27.478Z] [2020-04-02T22:18:27.478Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2020-04-02T22:18:27.478Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-04-02T22:18:27.478Z] [2020-04-02T22:18:27.478Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageLayerLeak (0.01s) [2020-04-02T22:18:27.478Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-04-02T22:18:27.478Z] [2020-04-02T22:18:27.478Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithHugeFile (0.00s) [2020-04-02T22:18:27.478Z] build_test.go:491: testEnv.OSType == "windows" [2020-04-02T22:18:27.478Z] [2020-04-02T22:18:27.478Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2020-04-02T22:18:27.478Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-04-02T22:18:27.478Z] [2020-04-02T22:18:27.478Z] [2020-04-02T22:18:27.478Z] DONE 22 tests, 10 skipped in 40.309s [2020-04-02T22:18:27.478Z] [2020-04-02T22:18:27.478Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2020-04-02T22:18:27.909Z] --- PASS: TestRemoveContainerWithVolume (0.66s) [2020-04-02T22:18:27.909Z] === RUN TestRemoveContainerRunning [2020-04-02T22:18:28.529Z] --- PASS: TestRemoveContainerRunning (0.69s) [2020-04-02T22:18:28.529Z] === RUN TestRemoveContainerForceRemoveRunning [2020-04-02T22:18:29.195Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-04-02T22:18:29.547Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.71s) [2020-04-02T22:18:29.547Z] === RUN TestRemoveInvalidContainer [2020-04-02T22:18:29.547Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2020-04-02T22:18:29.547Z] === RUN TestRenameLinkedContainer [2020-04-02T22:18:30.329Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-02T22:18:30.330Z] INFO: Testing against a local daemon [2020-04-02T22:18:30.330Z] ok github.com/docker/docker/integration/config 0.238s [2020-04-02T22:18:30.330Z] [2020-04-02T22:18:30.330Z] === Skipped [2020-04-02T22:18:30.330Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2020-04-02T22:18:30.330Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:18:30.330Z] [2020-04-02T22:18:30.330Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2020-04-02T22:18:30.330Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:18:30.330Z] [2020-04-02T22:18:30.330Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2020-04-02T22:18:30.330Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:18:30.330Z] [2020-04-02T22:18:30.330Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2020-04-02T22:18:30.330Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:18:30.330Z] [2020-04-02T22:18:30.330Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2020-04-02T22:18:30.330Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:18:30.330Z] [2020-04-02T22:18:30.330Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateWithLabels (0.00s) [2020-04-02T22:18:30.330Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2020-04-02T22:18:30.330Z] [2020-04-02T22:18:30.330Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2020-04-02T22:18:30.330Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2020-04-02T22:18:30.330Z] [2020-04-02T22:18:30.330Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2020-04-02T22:18:30.330Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2020-04-02T22:18:30.330Z] [2020-04-02T22:18:30.330Z] [2020-04-02T22:18:30.330Z] DONE 8 tests, 8 skipped in 2.789s [2020-04-02T22:18:30.330Z] [2020-04-02T22:18:30.330Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-04-02T22:18:30.792Z] --- PASS: TestCreateServiceSysctls (4.49s) [2020-04-02T22:18:30.792Z] === RUN TestCreateServiceCapabilities [2020-04-02T22:18:32.238Z] --- PASS: TestRenameLinkedContainer (2.61s) [2020-04-02T22:18:32.238Z] === RUN TestRenameStoppedContainer [2020-04-02T22:18:32.521Z] --- PASS: TestRenameStoppedContainer (0.65s) [2020-04-02T22:18:32.521Z] === RUN TestRenameRunningContainerAndReuse [2020-04-02T22:18:33.999Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-02T22:18:34.000Z] INFO: Testing against a local daemon [2020-04-02T22:18:34.008Z] --- PASS: TestRenameRunningContainerAndReuse (1.31s) [2020-04-02T22:18:34.008Z] === RUN TestRenameInvalidName [2020-04-02T22:18:34.236Z] --- PASS: TestCreateServiceCapabilities (3.62s) [2020-04-02T22:18:34.236Z] === RUN TestInspect [2020-04-02T22:18:34.625Z] --- PASS: TestRenameInvalidName (0.71s) [2020-04-02T22:18:34.625Z] === RUN TestRenameAnonymousContainer [2020-04-02T22:18:37.320Z] --- PASS: TestRenameAnonymousContainer (2.47s) [2020-04-02T22:18:37.320Z] === RUN TestRenameContainerWithSameName [2020-04-02T22:18:37.322Z] ......................... [ 67%] [2020-04-02T22:18:37.613Z] --- PASS: TestRenameContainerWithSameName (0.65s) [2020-04-02T22:18:37.613Z] === RUN TestRenameContainerWithLinkedContainer [2020-04-02T22:18:37.689Z] --- PASS: TestInspect (3.81s) [2020-04-02T22:18:37.689Z] === RUN TestCreateJob [2020-04-02T22:18:39.096Z] --- PASS: TestRenameContainerWithLinkedContainer (1.33s) [2020-04-02T22:18:39.096Z] === RUN TestResize [2020-04-02T22:18:39.718Z] --- PASS: TestResize (0.69s) [2020-04-02T22:18:39.718Z] === RUN TestResizeWithInvalidSize [2020-04-02T22:18:40.341Z] --- PASS: TestResizeWithInvalidSize (0.70s) [2020-04-02T22:18:40.341Z] === RUN TestResizeWhenContainerNotStarted [2020-04-02T22:18:41.363Z] --- PASS: TestResizeWhenContainerNotStarted (0.65s) [2020-04-02T22:18:41.363Z] === RUN TestDaemonRestartKillContainers [2020-04-02T22:18:41.363Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-04-02T22:18:41.363Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-04-02T22:18:41.363Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-04-02T22:18:41.363Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-04-02T22:18:41.363Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-04-02T22:18:41.363Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-04-02T22:18:41.363Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-04-02T22:18:41.363Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-04-02T22:18:41.363Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-04-02T22:18:41.363Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-04-02T22:18:41.363Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-04-02T22:18:41.363Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-04-02T22:18:41.363Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-04-02T22:18:41.363Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-04-02T22:18:41.363Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-04-02T22:18:41.363Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-04-02T22:18:41.363Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-04-02T22:18:41.363Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-04-02T22:18:41.363Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-04-02T22:18:41.363Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-04-02T22:18:41.363Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-04-02T22:18:41.363Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-04-02T22:18:41.363Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-04-02T22:18:41.363Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-04-02T22:18:41.363Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-04-02T22:18:41.363Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-04-02T22:18:41.363Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-04-02T22:18:41.363Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-04-02T22:18:42.602Z] --- PASS: TestServiceUpdateSecrets (15.42s) [2020-04-02T22:18:42.602Z] === RUN TestServiceUpdateConfigs [2020-04-02T22:18:43.167Z] --- PASS: TestCreateJob (4.49s) [2020-04-02T22:18:43.167Z] === RUN TestReplicatedJob [2020-04-02T22:18:43.426Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-04-02T22:18:43.426Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-04-02T22:18:43.426Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-04-02T22:18:44.922Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-04-02T22:18:45.559Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-04-02T22:18:46.593Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-04-02T22:18:46.900Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-04-02T22:18:49.624Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-04-02T22:18:49.965Z] --- PASS: TestReplicatedJob (6.88s) [2020-04-02T22:18:49.965Z] === RUN TestUpdateReplicatedJob [2020-04-02T22:18:51.057Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-04-02T22:18:51.057Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-04-02T22:18:51.057Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-04-02T22:18:51.057Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-04-02T22:18:51.109Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-04-02T22:18:51.109Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.19s) [2020-04-02T22:18:51.109Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.22s) [2020-04-02T22:18:51.109Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.33s) [2020-04-02T22:18:51.109Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.52s) [2020-04-02T22:18:51.109Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.10s) [2020-04-02T22:18:51.109Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.26s) [2020-04-02T22:18:51.109Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.46s) [2020-04-02T22:18:51.109Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.53s) [2020-04-02T22:18:51.109Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.39s) [2020-04-02T22:18:51.109Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.25s) [2020-04-02T22:18:51.109Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.32s) [2020-04-02T22:18:51.109Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.01s) [2020-04-02T22:18:51.109Z] === RUN TestCgroupNamespacesRun [2020-04-02T22:18:53.157Z] --- PASS: TestCgroupNamespacesRun (1.60s) [2020-04-02T22:18:53.157Z] === RUN TestCgroupNamespacesRunPrivileged [2020-04-02T22:18:54.315Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-04-02T22:18:54.341Z] --- PASS: TestUpdateReplicatedJob (4.64s) [2020-04-02T22:18:54.341Z] === RUN TestServiceListWithStatuses [2020-04-02T22:18:54.341Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-04-02T22:18:54.341Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-04-02T22:18:54.341Z] === RUN TestDockerNetworkConnectAlias [2020-04-02T22:18:54.643Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.67s) [2020-04-02T22:18:54.643Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-04-02T22:18:54.874Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-04-02T22:18:55.130Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-04-02T22:18:56.053Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-04-02T22:18:56.053Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-04-02T22:18:56.129Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.62s) [2020-04-02T22:18:56.129Z] === RUN TestCgroupNamespacesRunHostMode [2020-04-02T22:18:56.612Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-04-02T22:18:56.866Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-04-02T22:18:57.474Z] --- PASS: TestServiceUpdateConfigs (15.46s) [2020-04-02T22:18:57.474Z] === RUN TestServiceUpdateNetwork [2020-04-02T22:18:57.608Z] --- PASS: TestCgroupNamespacesRunHostMode (1.59s) [2020-04-02T22:18:57.608Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-04-02T22:18:59.648Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.63s) [2020-04-02T22:18:59.648Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-04-02T22:19:00.124Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-04-02T22:19:00.267Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.88s) [2020-04-02T22:19:00.267Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-04-02T22:19:01.284Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.90s) [2020-04-02T22:19:01.284Z] === RUN TestCgroupNamespacesRunOlderClient [2020-04-02T22:19:01.483Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-04-02T22:19:02.724Z] --- PASS: TestDockerNetworkConnectAlias (8.04s) [2020-04-02T22:19:02.724Z] === RUN TestDockerNetworkReConnect [2020-04-02T22:19:02.777Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.72s) [2020-04-02T22:19:02.777Z] === RUN TestKernelTCPMemory [2020-04-02T22:19:03.364Z] === RUN TestDockerSuite/TestBuildEnv [2020-04-02T22:19:03.789Z] --- PASS: TestKernelTCPMemory (0.81s) [2020-04-02T22:19:03.789Z] === RUN TestNISDomainname [2020-04-02T22:19:04.410Z] --- PASS: TestNISDomainname (0.89s) [2020-04-02T22:19:04.410Z] === RUN TestHostnameDnsResolution [2020-04-02T22:19:05.427Z] --- PASS: TestHostnameDnsResolution (1.06s) [2020-04-02T22:19:05.427Z] === RUN TestStats [2020-04-02T22:19:05.872Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-04-02T22:19:07.231Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-04-02T22:19:07.467Z] --- PASS: TestStats (1.66s) [2020-04-02T22:19:07.467Z] === RUN TestStopContainerWithTimeout [2020-04-02T22:19:07.467Z] === RUN TestStopContainerWithTimeout/0 [2020-04-02T22:19:07.467Z] === PAUSE TestStopContainerWithTimeout/0 [2020-04-02T22:19:07.467Z] === RUN TestStopContainerWithTimeout/1 [2020-04-02T22:19:07.467Z] === PAUSE TestStopContainerWithTimeout/1 [2020-04-02T22:19:07.467Z] === RUN TestStopContainerWithTimeout/3 [2020-04-02T22:19:07.467Z] === PAUSE TestStopContainerWithTimeout/3 [2020-04-02T22:19:07.467Z] === RUN TestStopContainerWithTimeout/-1 [2020-04-02T22:19:07.467Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-04-02T22:19:07.467Z] === CONT TestStopContainerWithTimeout/0 [2020-04-02T22:19:07.467Z] === CONT TestStopContainerWithTimeout/3 [2020-04-02T22:19:07.467Z] === CONT TestStopContainerWithTimeout/-1 [2020-04-02T22:19:07.467Z] === CONT TestStopContainerWithTimeout/1 [2020-04-02T22:19:08.203Z] --- PASS: TestDockerNetworkReConnect (6.25s) [2020-04-02T22:19:08.203Z] === RUN TestServicePlugin [2020-04-02T22:19:08.203Z] --- SKIP: TestServicePlugin (0.00s) [2020-04-02T22:19:08.203Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:19:08.203Z] === RUN TestServiceUpdateLabel [2020-04-02T22:19:08.590Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-04-02T22:19:10.955Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2020-04-02T22:19:10.955Z] --- PASS: TestStopContainerWithTimeout/0 (1.07s) [2020-04-02T22:19:10.955Z] --- PASS: TestStopContainerWithTimeout/1 (2.16s) [2020-04-02T22:19:10.955Z] --- PASS: TestStopContainerWithTimeout/-1 (2.97s) [2020-04-02T22:19:10.955Z] --- PASS: TestStopContainerWithTimeout/3 (3.21s) [2020-04-02T22:19:10.955Z] === RUN TestDeleteDevicemapper [2020-04-02T22:19:10.955Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-04-02T22:19:10.955Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-04-02T22:19:10.955Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-04-02T22:19:11.097Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-04-02T22:19:12.022Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-04-02T22:19:12.348Z] --- PASS: TestServiceUpdateNetwork (14.77s) [2020-04-02T22:19:12.348Z] PASS [2020-04-02T22:19:12.348Z] [2020-04-02T22:19:12.348Z] === Skipped [2020-04-02T22:19:12.348Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-04-02T22:19:12.348Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-04-02T22:19:12.348Z] [2020-04-02T22:19:12.348Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-04-02T22:19:12.348Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:19:12.348Z] [2020-04-02T22:19:12.348Z] [2020-04-02T22:19:12.348Z] DONE 23 tests, 2 skipped in 144.784s [2020-04-02T22:19:12.348Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-04-02T22:19:12.348Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:19:12.348Z] ++ set -e [2020-04-02T22:19:12.348Z] ++ '[' -n 0 ']' [2020-04-02T22:19:12.348Z] ++ set -x [2020-04-02T22:19:12.348Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:19:12.348Z] INFO: Testing against a local daemon [2020-04-02T22:19:12.348Z] === RUN TestSessionCreate [2020-04-02T22:19:12.348Z] --- PASS: TestSessionCreate (0.05s) [2020-04-02T22:19:12.348Z] === RUN TestSessionCreateWithBadUpgrade [2020-04-02T22:19:12.348Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-04-02T22:19:12.348Z] PASS [2020-04-02T22:19:12.348Z] [2020-04-02T22:19:12.348Z] DONE 2 tests in 0.278s [2020-04-02T22:19:12.348Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-04-02T22:19:12.348Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:19:12.348Z] ++ set -e [2020-04-02T22:19:12.348Z] ++ '[' -n 0 ']' [2020-04-02T22:19:12.348Z] ++ set -x [2020-04-02T22:19:12.348Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:19:12.348Z] INFO: Testing against a local daemon [2020-04-02T22:19:12.348Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-04-02T22:19:12.348Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-04-02T22:19:12.348Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-04-02T22:19:12.348Z] === RUN TestEventsExecDie [2020-04-02T22:19:12.348Z] --- PASS: TestEventsExecDie (0.87s) [2020-04-02T22:19:12.348Z] === RUN TestEventsBackwardsCompatible [2020-04-02T22:19:12.348Z] --- PASS: TestEventsBackwardsCompatible (0.12s) [2020-04-02T22:19:12.348Z] === RUN TestInfoBinaryCommits [2020-04-02T22:19:12.348Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-04-02T22:19:12.348Z] === RUN TestInfoAPIVersioned [2020-04-02T22:19:12.348Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-04-02T22:19:12.348Z] === RUN TestInfoDiscoveryBackend [2020-04-02T22:19:12.348Z] --- PASS: TestInfoDiscoveryBackend (0.60s) [2020-04-02T22:19:12.348Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-04-02T22:19:12.443Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.92s) [2020-04-02T22:19:12.443Z] === RUN TestUpdateMemory [2020-04-02T22:19:12.582Z] --- PASS: TestServiceUpdateLabel (3.93s) [2020-04-02T22:19:12.582Z] === RUN TestServiceUpdateSecrets [2020-04-02T22:19:12.914Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-04-02T22:19:12.914Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-04-02T22:19:13.456Z] --- PASS: TestUpdateMemory (0.91s) [2020-04-02T22:19:13.456Z] === RUN TestUpdateCPUQuota [2020-04-02T22:19:13.850Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.61s) [2020-04-02T22:19:13.850Z] === RUN TestInfoAPI [2020-04-02T22:19:13.850Z] --- PASS: TestInfoAPI (0.05s) [2020-04-02T22:19:13.850Z] === RUN TestInfoAPIWarnings [2020-04-02T22:19:14.087Z] tests/integration/api_swarm_test.py .ssss.xs...x....... [ 72%] [2020-04-02T22:19:14.417Z] --- PASS: TestInfoAPIWarnings (0.61s) [2020-04-02T22:19:14.417Z] === RUN TestInfoDebug [2020-04-02T22:19:14.472Z] --- PASS: TestUpdateCPUQuota (1.19s) [2020-04-02T22:19:14.472Z] === RUN TestUpdatePidsLimit [2020-04-02T22:19:14.472Z] === RUN TestUpdatePidsLimit/update_from_none [2020-04-02T22:19:14.758Z] === RUN TestUpdatePidsLimit/no_change [2020-04-02T22:19:14.985Z] --- PASS: TestInfoDebug (0.60s) [2020-04-02T22:19:14.985Z] === RUN TestInfoInsecureRegistries [2020-04-02T22:19:15.042Z] === RUN TestUpdatePidsLimit/update_lower [2020-04-02T22:19:15.551Z] --- PASS: TestInfoInsecureRegistries (0.61s) [2020-04-02T22:19:15.551Z] === RUN TestInfoRegistryMirrors [2020-04-02T22:19:15.665Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-04-02T22:19:15.665Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-04-02T22:19:16.118Z] --- PASS: TestInfoRegistryMirrors (0.61s) [2020-04-02T22:19:16.118Z] === RUN TestLoginFailsWithBadCredentials [2020-04-02T22:19:16.284Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-04-02T22:19:16.377Z] --- PASS: TestLoginFailsWithBadCredentials (0.28s) [2020-04-02T22:19:16.377Z] === RUN TestPingCacheHeaders [2020-04-02T22:19:16.377Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-04-02T22:19:16.377Z] === RUN TestPingGet [2020-04-02T22:19:16.377Z] --- PASS: TestPingGet (0.03s) [2020-04-02T22:19:16.377Z] === RUN TestPingHead [2020-04-02T22:19:16.570Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-04-02T22:19:16.635Z] --- PASS: TestPingHead (0.05s) [2020-04-02T22:19:16.635Z] === RUN TestVersion [2020-04-02T22:19:16.635Z] --- PASS: TestVersion (0.05s) [2020-04-02T22:19:16.635Z] PASS [2020-04-02T22:19:16.635Z] [2020-04-02T22:19:16.635Z] === Skipped [2020-04-02T22:19:16.635Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-04-02T22:19:16.635Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-04-02T22:19:16.635Z] [2020-04-02T22:19:16.635Z] [2020-04-02T22:19:16.635Z] DONE 18 tests, 1 skipped in 6.393s [2020-04-02T22:19:16.635Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-04-02T22:19:16.635Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:19:16.635Z] ++ set -e [2020-04-02T22:19:16.635Z] ++ '[' -n 0 ']' [2020-04-02T22:19:16.635Z] ++ set -x [2020-04-02T22:19:16.635Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:19:16.635Z] INFO: Testing against a local daemon [2020-04-02T22:19:16.635Z] === RUN TestVolumesCreateAndList [2020-04-02T22:19:16.893Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-04-02T22:19:16.893Z] === RUN TestVolumesRemove [2020-04-02T22:19:16.893Z] --- PASS: TestVolumesRemove (0.11s) [2020-04-02T22:19:16.893Z] === RUN TestVolumesInspect [2020-04-02T22:19:16.893Z] --- PASS: TestVolumesInspect (0.04s) [2020-04-02T22:19:16.893Z] === RUN TestVolumesInvalidJSON [2020-04-02T22:19:16.893Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-04-02T22:19:16.893Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-04-02T22:19:16.893Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-04-02T22:19:16.893Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-04-02T22:19:16.893Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-04-02T22:19:16.893Z] PASS [2020-04-02T22:19:16.893Z] [2020-04-02T22:19:16.893Z] DONE 5 tests in 0.367s [2020-04-02T22:19:16.893Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-04-02T22:19:17.253Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-04-02T22:19:17.460Z] ++++ cat bundles/test-integration/docker.pid [2020-04-02T22:19:17.460Z] +++ kill 13528 [2020-04-02T22:19:17.602Z] --- PASS: TestUpdatePidsLimit (3.24s) [2020-04-02T22:19:17.602Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.33s) [2020-04-02T22:19:17.602Z] --- PASS: TestUpdatePidsLimit/no_change (0.31s) [2020-04-02T22:19:17.602Z] --- PASS: TestUpdatePidsLimit/update_lower (0.34s) [2020-04-02T22:19:17.602Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.32s) [2020-04-02T22:19:17.602Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.32s) [2020-04-02T22:19:17.602Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.33s) [2020-04-02T22:19:17.602Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.33s) [2020-04-02T22:19:17.602Z] === RUN TestUpdateRestartPolicy [2020-04-02T22:19:18.835Z] +++ /etc/init.d/apparmor stop [2020-04-02T22:19:18.835Z] Leaving: AppArmorNo profiles have been unloaded. [2020-04-02T22:19:18.835Z] [2020-04-02T22:19:18.835Z] Unloading profiles will leave already running processes permanently [2020-04-02T22:19:18.835Z] unconfined, which can lead to unexpected situations. [2020-04-02T22:19:18.835Z] [2020-04-02T22:19:18.835Z] To set a process to complain mode, use the command line tool [2020-04-02T22:19:18.835Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-04-02T22:19:18.835Z] +++ true [2020-04-02T22:19:18.835Z] Post stage [Pipeline] junit [2020-04-02T22:19:21.377Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-04-02T22:19:22.180Z] + echo Ensuring container killed. [2020-04-02T22:19:22.180Z] Ensuring container killed. [2020-04-02T22:19:22.180Z] + docker rm -vf docker-pr22 [2020-04-02T22:19:22.180Z] Error: No such container: docker-pr22 [2020-04-02T22:19:22.180Z] + true [Pipeline] sh [2020-04-02T22:19:22.470Z] + echo Chowning /workspace to jenkins user [2020-04-02T22:19:22.470Z] Chowning /workspace to jenkins user [2020-04-02T22:19:22.470Z] + id -u [2020-04-02T22:19:22.470Z] + id -g [2020-04-02T22:19:22.470Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39946:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-04-02T22:19:26.996Z] + bundleName=arm64-integration [2020-04-02T22:19:26.996Z] + echo Creating arm64-integration-bundles.tar.gz [2020-04-02T22:19:26.996Z] Creating arm64-integration-bundles.tar.gz [2020-04-02T22:19:26.996Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-04-02T22:19:26.996Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-04-02T22:19:27.267Z] Archiving artifacts [2020-04-02T22:19:27.606Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39946/22/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-04-02T22:19:27.798Z] --- PASS: TestServiceUpdateSecrets (15.85s) [2020-04-02T22:19:27.798Z] === RUN TestServiceUpdateConfigs [2020-04-02T22:19:27.923Z] + make clean [2020-04-02T22:19:28.489Z] docker volume rm -f docker-dev-cache [2020-04-02T22:19:28.489Z] docker-dev-cache [Pipeline] deleteDir [2020-04-02T22:19:28.942Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-04-02T22:19:30.139Z] --- PASS: TestUpdateRestartPolicy (12.10s) [2020-04-02T22:19:30.139Z] === RUN TestUpdateRestartWithAutoRemove [2020-04-02T22:19:30.430Z] --- PASS: TestUpdateRestartWithAutoRemove (0.72s) [2020-04-02T22:19:30.430Z] === RUN TestWaitNonBlocked [2020-04-02T22:19:30.430Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-02T22:19:30.430Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-02T22:19:30.430Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-02T22:19:30.430Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-02T22:19:30.430Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-04-02T22:19:30.430Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-04-02T22:19:30.838Z] tests/integration/client_test.py ..... [ 75%] [2020-04-02T22:19:30.838Z] tests/integration/context_api_test.py .. [ 76%] [2020-04-02T22:19:31.402Z] tests/integration/errors_test.py . [ 76%] [2020-04-02T22:19:31.451Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-04-02T22:19:31.451Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.86s) [2020-04-02T22:19:31.451Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.91s) [2020-04-02T22:19:31.451Z] === RUN TestWaitBlocked [2020-04-02T22:19:31.451Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-04-02T22:19:31.451Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-04-02T22:19:31.451Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-04-02T22:19:31.451Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-04-02T22:19:31.451Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-04-02T22:19:31.451Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-04-02T22:19:32.492Z] --- PASS: TestWaitBlocked (0.03s) [2020-04-02T22:19:32.492Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.99s) [2020-04-02T22:19:32.492Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.05s) [2020-04-02T22:19:32.492Z] === CONT TestContainerStartOnDaemonRestart [2020-04-02T22:19:32.492Z] === CONT TestIpcModeOlderClient [2020-04-02T22:19:32.492Z] === CONT TestDaemonHostGatewayIP [2020-04-02T22:19:32.492Z] === CONT TestDaemonRestartIpcMode [2020-04-02T22:19:32.783Z] --- PASS: TestIpcModeOlderClient (0.17s) [2020-04-02T22:19:34.191Z] ok github.com/docker/docker/integration/container 60.907s [2020-04-02T22:19:34.191Z] [2020-04-02T22:19:34.191Z] === Skipped [2020-04-02T22:19:34.191Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2020-04-02T22:19:34.191Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-04-02T22:19:34.191Z] [2020-04-02T22:19:34.191Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathDoesNotExist (0.03s) [2020-04-02T22:19:34.191Z] copy_test.go:25: testEnv.OSType == "windows" [2020-04-02T22:19:34.191Z] [2020-04-02T22:19:34.191Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.03s) [2020-04-02T22:19:34.191Z] copy_test.go:39: testEnv.OSType == "windows" [2020-04-02T22:19:34.191Z] [2020-04-02T22:19:34.191Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathDoesNotExist (0.02s) [2020-04-02T22:19:34.191Z] copy_test.go:51: testEnv.OSType == "windows" [2020-04-02T22:19:34.191Z] [2020-04-02T22:19:34.191Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s) [2020-04-02T22:19:34.191Z] copy_test.go:65: testEnv.OSType == "windows" [2020-04-02T22:19:34.191Z] [2020-04-02T22:19:34.191Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2020-04-02T22:19:34.191Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:19:34.191Z] [2020-04-02T22:19:34.191Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2020-04-02T22:19:34.191Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-04-02T22:19:34.639Z] [2020-04-02T22:19:34.639Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2020-04-02T22:19:34.639Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:19:34.639Z] [2020-04-02T22:19:34.639Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2020-04-02T22:19:34.639Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2020-04-02T22:19:34.639Z] [2020-04-02T22:19:34.639Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCapabilities (0.00s) [2020-04-02T22:19:34.639Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2020-04-02T22:19:34.639Z] [2020-04-02T22:19:34.639Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2020-04-02T22:19:34.639Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2020-04-02T22:19:34.639Z] [2020-04-02T22:19:34.639Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-04-02T22:19:34.639Z] create_test.go:541: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-04-02T22:19:34.639Z] [2020-04-02T22:19:34.639Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2020-04-02T22:19:34.639Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-04-02T22:19:34.639Z] [2020-04-02T22:19:34.639Z] === SKIP: github.com/docker/docker/integration/container TestExec (0.00s) [2020-04-02T22:19:34.639Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-04-02T22:19:34.639Z] [2020-04-02T22:19:34.639Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2020-04-02T22:19:34.639Z] exec_test.go:127: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-04-02T22:19:34.639Z] [2020-04-02T22:19:34.639Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2020-04-02T22:19:34.639Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:19:34.639Z] [2020-04-02T22:19:34.639Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2020-04-02T22:19:34.639Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:19:34.639Z] [2020-04-02T22:19:34.639Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2020-04-02T22:19:34.639Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-04-02T22:19:34.639Z] [2020-04-02T22:19:34.639Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2020-04-02T22:19:34.639Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-04-02T22:19:34.639Z] [2020-04-02T22:19:34.639Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2020-04-02T22:19:34.639Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-04-02T22:19:34.639Z] [2020-04-02T22:19:34.639Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer (0.00s) [2020-04-02T22:19:34.639Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2020-04-02T22:19:34.639Z] [2020-04-02T22:19:34.639Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-04-02T22:19:34.639Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-04-02T22:19:34.639Z] [2020-04-02T22:19:34.639Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2020-04-02T22:19:34.639Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-04-02T22:19:34.639Z] [2020-04-02T22:19:34.639Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2020-04-02T22:19:34.639Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-04-02T22:19:34.639Z] [2020-04-02T22:19:34.639Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2020-04-02T22:19:34.639Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-04-02T22:19:34.639Z] [2020-04-02T22:19:34.639Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2020-04-02T22:19:34.639Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:19:34.639Z] [2020-04-02T22:19:34.639Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2020-04-02T22:19:34.639Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-04-02T22:19:34.639Z] [2020-04-02T22:19:34.640Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2020-04-02T22:19:34.640Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-04-02T22:19:34.640Z] [2020-04-02T22:19:34.640Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLocalhostTCPNat (0.00s) [2020-04-02T22:19:34.640Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-04-02T22:19:34.640Z] [2020-04-02T22:19:34.640Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2020-04-02T22:19:34.640Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2020-04-02T22:19:34.640Z] [2020-04-02T22:19:34.640Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2020-04-02T22:19:34.640Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-04-02T22:19:34.640Z] [2020-04-02T22:19:34.640Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2020-04-02T22:19:34.640Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:19:34.640Z] [2020-04-02T22:19:34.640Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2020-04-02T22:19:34.640Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-04-02T22:19:34.640Z] [2020-04-02T22:19:34.640Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2020-04-02T22:19:34.640Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-04-02T22:19:34.640Z] [2020-04-02T22:19:34.640Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2020-04-02T22:19:34.640Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-04-02T22:19:34.640Z] [2020-04-02T22:19:34.640Z] === SKIP: github.com/docker/docker/integration/container TestResize (0.00s) [2020-04-02T22:19:34.640Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2020-04-02T22:19:34.640Z] [2020-04-02T22:19:34.640Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2020-04-02T22:19:34.640Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2020-04-02T22:19:34.640Z] [2020-04-02T22:19:34.640Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2020-04-02T22:19:34.640Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:19:34.640Z] [2020-04-02T22:19:34.640Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2020-04-02T22:19:34.640Z] stats_test.go:20: !testEnv.DaemonInfo.MemoryLimit [2020-04-02T22:19:34.640Z] [2020-04-02T22:19:34.640Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2020-04-02T22:19:34.640Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-04-02T22:19:34.640Z] [2020-04-02T22:19:34.640Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2020-04-02T22:19:34.640Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-04-02T22:19:34.640Z] [2020-04-02T22:19:34.640Z] [2020-04-02T22:19:34.640Z] DONE 80 tests, 41 skipped in 64.046s [2020-04-02T22:19:34.640Z] [2020-04-02T22:19:34.640Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-04-02T22:19:36.277Z] --- PASS: TestContainerStartOnDaemonRestart (3.81s) [2020-04-02T22:19:36.916Z] --- PASS: TestDaemonHostGatewayIP (4.49s) [2020-04-02T22:19:37.202Z] --- PASS: TestDaemonRestartIpcMode (4.61s) [2020-04-02T22:19:37.202Z] PASS [2020-04-02T22:19:37.202Z] [2020-04-02T22:19:37.202Z] === Skipped [2020-04-02T22:19:37.202Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-04-02T22:19:37.202Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-04-02T22:19:37.202Z] [2020-04-02T22:19:37.202Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-04-02T22:19:37.202Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-04-02T22:19:37.202Z] [2020-04-02T22:19:37.202Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-04-02T22:19:37.202Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-04-02T22:19:37.202Z] [2020-04-02T22:19:37.202Z] [2020-04-02T22:19:37.202Z] DONE 199 tests, 3 skipped in 116.058s [2020-04-02T22:19:37.202Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-04-02T22:19:37.202Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:19:37.202Z] ++ set -e [2020-04-02T22:19:37.202Z] ++ '[' -n 0 ']' [2020-04-02T22:19:37.202Z] ++ set -x [2020-04-02T22:19:37.202Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:19:37.202Z] INFO: Testing against a local daemon [2020-04-02T22:19:37.202Z] === RUN TestCommitInheritsEnv [2020-04-02T22:19:37.492Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-02T22:19:37.492Z] INFO: Testing against a local daemon [2020-04-02T22:19:37.492Z] ok github.com/docker/docker/integration/image 0.488s [2020-04-02T22:19:37.492Z] [2020-04-02T22:19:37.492Z] === Skipped [2020-04-02T22:19:37.492Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2020-04-02T22:19:37.492Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-04-02T22:19:37.492Z] [2020-04-02T22:19:37.492Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2020-04-02T22:19:37.492Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2020-04-02T22:19:37.492Z] [2020-04-02T22:19:37.492Z] === SKIP: github.com/docker/docker/integration/image TestRemoveImageOrphaning (0.00s) [2020-04-02T22:19:37.492Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-04-02T22:19:37.492Z] [2020-04-02T22:19:37.492Z] === SKIP: github.com/docker/docker/integration/image TestTagOfficialNames (0.00s) [2020-04-02T22:19:37.492Z] tag_test.go:98: testEnv.OSType == "windows" [2020-04-02T22:19:37.492Z] [2020-04-02T22:19:37.492Z] [2020-04-02T22:19:37.492Z] DONE 11 tests, 4 skipped in 2.966s [2020-04-02T22:19:37.492Z] [2020-04-02T22:19:37.492Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-04-02T22:19:37.824Z] --- PASS: TestCommitInheritsEnv (0.44s) [2020-04-02T22:19:37.824Z] === RUN TestImportExtremelyLargeImageWorks [2020-04-02T22:19:37.824Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-04-02T22:19:37.824Z] === RUN TestImagesFilterMultiReference [2020-04-02T22:19:37.824Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2020-04-02T22:19:37.824Z] === RUN TestImagePullPlatformInvalid [2020-04-02T22:19:37.824Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-04-02T22:19:37.824Z] === RUN TestRemoveImageOrphaning [2020-04-02T22:19:38.445Z] --- PASS: TestRemoveImageOrphaning (0.40s) [2020-04-02T22:19:38.445Z] === RUN TestRemoveImageGarbageCollector [2020-04-02T22:19:38.445Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-04-02T22:19:38.445Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:19:38.445Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-04-02T22:19:38.445Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-04-02T22:19:38.445Z] === RUN TestTagInvalidReference [2020-04-02T22:19:38.445Z] --- PASS: TestTagInvalidReference (0.04s) [2020-04-02T22:19:38.445Z] === RUN TestTagValidPrefixedRepo [2020-04-02T22:19:38.445Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-04-02T22:19:38.445Z] === RUN TestTagExistedNameWithoutForce [2020-04-02T22:19:38.445Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2020-04-02T22:19:38.445Z] === RUN TestTagOfficialNames [2020-04-02T22:19:38.445Z] --- PASS: TestTagOfficialNames (0.06s) [2020-04-02T22:19:38.445Z] === RUN TestTagMatchesDigest [2020-04-02T22:19:38.445Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-04-02T22:19:38.445Z] === CONT TestImportExtremelyLargeImageWorks [2020-04-02T22:19:40.346Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-02T22:19:40.346Z] INFO: Testing against a local daemon [2020-04-02T22:19:40.346Z] ok github.com/docker/docker/integration/network 0.251s [2020-04-02T22:19:40.346Z] [2020-04-02T22:19:40.346Z] === Skipped [2020-04-02T22:19:40.346Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2020-04-02T22:19:40.346Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-04-02T22:19:40.346Z] [2020-04-02T22:19:40.346Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2020-04-02T22:19:40.346Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2020-04-02T22:19:40.346Z] [2020-04-02T22:19:40.346Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2020-04-02T22:19:40.346Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-04-02T22:19:40.346Z] [2020-04-02T22:19:40.346Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2020-04-02T22:19:40.346Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-04-02T22:19:40.346Z] [2020-04-02T22:19:40.346Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2020-04-02T22:19:40.346Z] network_test.go:97: testEnv.OSType == "windows" [2020-04-02T22:19:40.346Z] [2020-04-02T22:19:40.346Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2020-04-02T22:19:40.346Z] service_test.go:29: testEnv.OSType == "windows" [2020-04-02T22:19:40.346Z] [2020-04-02T22:19:40.346Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2020-04-02T22:19:40.346Z] service_test.go:52: testEnv.OSType == "windows" [2020-04-02T22:19:40.346Z] [2020-04-02T22:19:40.346Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2020-04-02T22:19:40.346Z] service_test.go:96: testEnv.OSType == "windows" [2020-04-02T22:19:40.346Z] [2020-04-02T22:19:40.346Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-04-02T22:19:40.346Z] service_test.go:130: testEnv.OSType == "windows" [2020-04-02T22:19:40.346Z] [2020-04-02T22:19:40.346Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-04-02T22:19:40.346Z] service_test.go:181: testEnv.OSType == "windows" [2020-04-02T22:19:40.346Z] [2020-04-02T22:19:40.346Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2020-04-02T22:19:40.346Z] service_test.go:206: testEnv.OSType == "windows" [2020-04-02T22:19:40.346Z] [2020-04-02T22:19:40.346Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-04-02T22:19:40.346Z] service_test.go:236: FLAKY_TEST [2020-04-02T22:19:40.346Z] [2020-04-02T22:19:40.346Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.01s) [2020-04-02T22:19:40.346Z] service_test.go:326: testEnv.OSType == "windows" [2020-04-02T22:19:40.346Z] [2020-04-02T22:19:40.346Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-04-02T22:19:40.346Z] service_test.go:394: testEnv.OSType == "windows" [2020-04-02T22:19:40.346Z] [2020-04-02T22:19:40.346Z] [2020-04-02T22:19:40.346Z] DONE 18 tests, 14 skipped in 2.792s [2020-04-02T22:19:40.346Z] [2020-04-02T22:19:40.346Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-04-02T22:19:41.293Z] testing: warning: no tests to run [2020-04-02T22:19:41.293Z] ok github.com/docker/docker/integration/network/ipvlan 0.108s [2020-04-02T22:19:41.293Z] [2020-04-02T22:19:41.293Z] DONE 0 tests in 0.939s [2020-04-02T22:19:41.293Z] [2020-04-02T22:19:41.293Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-04-02T22:19:42.239Z] testing: warning: no tests to run [2020-04-02T22:19:42.239Z] ok github.com/docker/docker/integration/network/macvlan 0.086s [2020-04-02T22:19:42.239Z] [2020-04-02T22:19:42.239Z] DONE 0 tests in 0.886s [2020-04-02T22:19:42.239Z] [2020-04-02T22:19:42.239Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-04-02T22:19:43.184Z] testing: warning: no tests to run [2020-04-02T22:19:43.184Z] ok github.com/docker/docker/integration/plugin 0.092s [2020-04-02T22:19:43.184Z] [2020-04-02T22:19:43.184Z] DONE 0 tests in 0.892s [2020-04-02T22:19:43.184Z] [2020-04-02T22:19:43.184Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-04-02T22:19:43.729Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-04-02T22:19:44.130Z] testing: warning: no tests to run [2020-04-02T22:19:44.130Z] ok github.com/docker/docker/integration/plugin/authz 0.094s [2020-04-02T22:19:44.130Z] [2020-04-02T22:19:44.130Z] DONE 0 tests in 0.869s [2020-04-02T22:19:44.130Z] [2020-04-02T22:19:44.130Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-04-02T22:19:45.610Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-04-02T22:19:46.232Z] --- PASS: TestServiceUpdateConfigs (15.96s) [2020-04-02T22:19:46.232Z] === RUN TestServiceUpdateNetwork [2020-04-02T22:19:54.353Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-02T22:19:54.353Z] INFO: Testing against a local daemon [2020-04-02T22:19:54.353Z] ok github.com/docker/docker/integration/plugin/common 0.246s [2020-04-02T22:19:54.353Z] [2020-04-02T22:19:54.353Z] === Skipped [2020-04-02T22:19:54.353Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-04-02T22:19:54.353Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-04-02T22:19:54.353Z] [2020-04-02T22:19:54.353Z] [2020-04-02T22:19:54.353Z] DONE 3 tests, 1 skipped in 9.245s [2020-04-02T22:19:54.353Z] [2020-04-02T22:19:54.353Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-04-02T22:19:57.204Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-02T22:19:57.204Z] INFO: Testing against a local daemon [2020-04-02T22:19:57.204Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.275s [2020-04-02T22:19:57.204Z] [2020-04-02T22:19:57.204Z] === Skipped [2020-04-02T22:19:57.204Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2020-04-02T22:19:57.204Z] external_test.go:48: runtime.GOOS == "windows" [2020-04-02T22:19:57.204Z] [2020-04-02T22:19:57.204Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2020-04-02T22:19:57.204Z] external_test.go:408: runtime.GOOS == "windows" [2020-04-02T22:19:57.204Z] [2020-04-02T22:19:57.204Z] [2020-04-02T22:19:57.204Z] DONE 2 tests, 2 skipped in 3.648s [2020-04-02T22:19:57.204Z] [2020-04-02T22:19:57.204Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-04-02T22:19:57.761Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-04-02T22:19:57.761Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-04-02T22:19:58.016Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-04-02T22:19:58.575Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-04-02T22:20:00.057Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-02T22:20:00.058Z] INFO: Testing against a local daemon [2020-04-02T22:20:00.058Z] ok github.com/docker/docker/integration/plugin/logging 0.273s [2020-04-02T22:20:00.457Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-04-02T22:20:00.457Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-04-02T22:20:00.506Z] [2020-04-02T22:20:00.506Z] === Skipped [2020-04-02T22:20:00.506Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-04-02T22:20:00.506Z] read_test.go:21: no unix domain sockets on Windows [2020-04-02T22:20:00.506Z] [2020-04-02T22:20:00.506Z] [2020-04-02T22:20:00.506Z] DONE 1 tests, 1 skipped in 3.030s [2020-04-02T22:20:00.506Z] [2020-04-02T22:20:00.506Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2020-04-02T22:20:01.016Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-04-02T22:20:01.016Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-04-02T22:20:01.435Z] --- PASS: TestServiceUpdateNetwork (16.12s) [2020-04-02T22:20:01.436Z] PASS [2020-04-02T22:20:01.436Z] [2020-04-02T22:20:01.436Z] === Skipped [2020-04-02T22:20:01.436Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2020-04-02T22:20:01.436Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-04-02T22:20:01.436Z] [2020-04-02T22:20:01.436Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-04-02T22:20:01.436Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:20:01.436Z] [2020-04-02T22:20:01.436Z] [2020-04-02T22:20:01.436Z] DONE 23 tests, 2 skipped in 156.602s [2020-04-02T22:20:01.436Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-04-02T22:20:01.436Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:20:01.436Z] ++ set -e [2020-04-02T22:20:01.436Z] ++ '[' -n 0 ']' [2020-04-02T22:20:01.436Z] ++ set -x [2020-04-02T22:20:01.436Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:20:01.436Z] INFO: Testing against a local daemon [2020-04-02T22:20:01.436Z] === RUN TestSessionCreate [2020-04-02T22:20:01.436Z] --- PASS: TestSessionCreate (0.02s) [2020-04-02T22:20:01.436Z] === RUN TestSessionCreateWithBadUpgrade [2020-04-02T22:20:01.436Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-04-02T22:20:01.436Z] PASS [2020-04-02T22:20:01.436Z] [2020-04-02T22:20:01.436Z] DONE 2 tests in 0.106s [2020-04-02T22:20:01.436Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-04-02T22:20:01.436Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:20:01.436Z] ++ set -e [2020-04-02T22:20:01.436Z] ++ '[' -n 0 ']' [2020-04-02T22:20:01.436Z] ++ set -x [2020-04-02T22:20:01.436Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:20:01.436Z] INFO: Testing against a local daemon [2020-04-02T22:20:01.436Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-04-02T22:20:01.436Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-04-02T22:20:01.436Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-04-02T22:20:01.436Z] === RUN TestEventsExecDie [2020-04-02T22:20:01.436Z] --- PASS: TestEventsExecDie (0.90s) [2020-04-02T22:20:01.436Z] === RUN TestEventsBackwardsCompatible [2020-04-02T22:20:01.436Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-04-02T22:20:01.436Z] === RUN TestInfoBinaryCommits [2020-04-02T22:20:01.436Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-04-02T22:20:01.436Z] === RUN TestInfoAPIVersioned [2020-04-02T22:20:01.436Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-04-02T22:20:01.436Z] === RUN TestInfoDiscoveryBackend [2020-04-02T22:20:01.717Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-04-02T22:20:01.717Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-04-02T22:20:02.008Z] testing: warning: no tests to run [2020-04-02T22:20:02.008Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.117s [2020-04-02T22:20:02.008Z] [2020-04-02T22:20:02.008Z] DONE 0 tests in 1.532s [2020-04-02T22:20:02.008Z] [2020-04-02T22:20:02.008Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-04-02T22:20:02.744Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-04-02T22:20:02.744Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-04-02T22:20:03.357Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-04-02T22:20:03.357Z] === RUN TestInfoAPI [2020-04-02T22:20:03.357Z] --- PASS: TestInfoAPI (0.02s) [2020-04-02T22:20:03.357Z] === RUN TestInfoAPIWarnings [2020-04-02T22:20:03.639Z] --- PASS: TestInfoAPIWarnings (0.52s) [2020-04-02T22:20:03.639Z] === RUN TestInfoDebug [2020-04-02T22:20:04.251Z] --- PASS: TestInfoDebug (0.52s) [2020-04-02T22:20:04.251Z] === RUN TestInfoInsecureRegistries [2020-04-02T22:20:04.861Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-02T22:20:04.861Z] INFO: Testing against a local daemon [2020-04-02T22:20:04.861Z] ok github.com/docker/docker/integration/plugin/volumes 0.251s [2020-04-02T22:20:04.864Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-04-02T22:20:04.864Z] === RUN TestInfoRegistryMirrors [2020-04-02T22:20:05.309Z] [2020-04-02T22:20:05.309Z] === Skipped [2020-04-02T22:20:05.309Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-04-02T22:20:05.309Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:05.309Z] [2020-04-02T22:20:05.309Z] [2020-04-02T22:20:05.309Z] DONE 1 tests, 1 skipped in 3.100s [2020-04-02T22:20:05.309Z] [2020-04-02T22:20:05.309Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-04-02T22:20:05.477Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-04-02T22:20:05.477Z] === RUN TestLoginFailsWithBadCredentials [2020-04-02T22:20:05.477Z] --- PASS: TestLoginFailsWithBadCredentials (0.28s) [2020-04-02T22:20:05.477Z] === RUN TestPingCacheHeaders [2020-04-02T22:20:05.477Z] --- PASS: TestPingCacheHeaders (0.01s) [2020-04-02T22:20:05.477Z] === RUN TestPingGet [2020-04-02T22:20:05.477Z] --- PASS: TestPingGet (0.01s) [2020-04-02T22:20:05.477Z] === RUN TestPingHead [2020-04-02T22:20:05.759Z] --- PASS: TestPingHead (0.01s) [2020-04-02T22:20:05.759Z] === RUN TestVersion [2020-04-02T22:20:05.759Z] --- PASS: TestVersion (0.01s) [2020-04-02T22:20:05.759Z] PASS [2020-04-02T22:20:05.759Z] [2020-04-02T22:20:05.759Z] === Skipped [2020-04-02T22:20:05.759Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-04-02T22:20:05.759Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-04-02T22:20:05.759Z] [2020-04-02T22:20:05.759Z] [2020-04-02T22:20:05.759Z] DONE 18 tests, 1 skipped in 5.576s [2020-04-02T22:20:05.759Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-04-02T22:20:05.759Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:20:05.759Z] ++ set -e [2020-04-02T22:20:05.759Z] ++ '[' -n 0 ']' [2020-04-02T22:20:05.759Z] ++ set -x [2020-04-02T22:20:05.759Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:20:05.759Z] INFO: Testing against a local daemon [2020-04-02T22:20:05.759Z] === RUN TestVolumesCreateAndList [2020-04-02T22:20:05.759Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-04-02T22:20:05.759Z] === RUN TestVolumesRemove [2020-04-02T22:20:05.759Z] --- PASS: TestVolumesRemove (0.11s) [2020-04-02T22:20:05.759Z] === RUN TestVolumesInspect [2020-04-02T22:20:05.759Z] --- PASS: TestVolumesInspect (0.01s) [2020-04-02T22:20:05.759Z] === RUN TestVolumesInvalidJSON [2020-04-02T22:20:05.759Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-04-02T22:20:05.759Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-04-02T22:20:05.759Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-04-02T22:20:05.759Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-04-02T22:20:05.759Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-04-02T22:20:05.759Z] PASS [2020-04-02T22:20:05.759Z] [2020-04-02T22:20:05.759Z] DONE 5 tests in 0.222s [2020-04-02T22:20:05.759Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-04-02T22:20:06.040Z] ++++ cat bundles/test-integration/docker.pid [2020-04-02T22:20:06.040Z] +++ kill 11960 [2020-04-02T22:20:07.444Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-02T22:20:07.444Z] INFO: Testing against a local daemon [2020-04-02T22:20:07.444Z] ok github.com/docker/docker/integration/secret 0.238s [2020-04-02T22:20:07.508Z] +++ /etc/init.d/apparmor stop [2020-04-02T22:20:07.508Z] Leaving: AppArmorNo profiles have been unloaded. [2020-04-02T22:20:07.508Z] [2020-04-02T22:20:07.508Z] Unloading profiles will leave already running processes permanently [2020-04-02T22:20:07.508Z] unconfined, which can lead to unexpected situations. [2020-04-02T22:20:07.508Z] [2020-04-02T22:20:07.508Z] To set a process to complain mode, use the command line tool [2020-04-02T22:20:07.508Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-04-02T22:20:07.508Z] +++ true [2020-04-02T22:20:07.508Z] [2020-04-02T22:20:07.892Z] [2020-04-02T22:20:07.892Z] === Skipped [2020-04-02T22:20:07.892Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2020-04-02T22:20:07.892Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:07.892Z] [2020-04-02T22:20:07.892Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2020-04-02T22:20:07.892Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:07.892Z] [2020-04-02T22:20:07.892Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2020-04-02T22:20:07.892Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:07.892Z] [2020-04-02T22:20:07.892Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2020-04-02T22:20:07.892Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:07.892Z] [2020-04-02T22:20:07.892Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2020-04-02T22:20:07.892Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:07.892Z] [2020-04-02T22:20:07.892Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2020-04-02T22:20:07.892Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2020-04-02T22:20:07.892Z] [2020-04-02T22:20:07.892Z] [2020-04-02T22:20:07.892Z] DONE 6 tests, 6 skipped in 2.662s [2020-04-02T22:20:07.892Z] [2020-04-02T22:20:07.892Z] Running D:\gopath\src\github.com\docker\docker\integration\service Post stage [Pipeline] junit [2020-04-02T22:20:09.560Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-04-02T22:20:10.093Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-04-02T22:20:10.232Z] + echo Ensuring container killed. [2020-04-02T22:20:10.232Z] Ensuring container killed. [2020-04-02T22:20:10.232Z] + docker rm -vf docker-pr22 [2020-04-02T22:20:10.232Z] Error: No such container: docker-pr22 [2020-04-02T22:20:10.232Z] + true [Pipeline] sh [2020-04-02T22:20:10.602Z] + echo Chowning /workspace to jenkins user [2020-04-02T22:20:10.602Z] Chowning /workspace to jenkins user [2020-04-02T22:20:10.602Z] + id -u [2020-04-02T22:20:10.602Z] + id -g [2020-04-02T22:20:10.602Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-39946:/workspace busybox chown -R 1001:1001 /workspace [2020-04-02T22:20:10.744Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-02T22:20:10.744Z] INFO: Testing against a local daemon [2020-04-02T22:20:11.193Z] ok github.com/docker/docker/integration/service 0.380s [2020-04-02T22:20:11.193Z] [2020-04-02T22:20:11.193Z] === Skipped [2020-04-02T22:20:11.193Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-04-02T22:20:11.193Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-04-02T22:20:11.193Z] create_test.go:39: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:11.193Z] [2020-04-02T22:20:11.193Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-04-02T22:20:11.193Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-04-02T22:20:11.193Z] create_test.go:39: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:11.193Z] [2020-04-02T22:20:11.193Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2020-04-02T22:20:11.193Z] create_test.go:79: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:11.193Z] [2020-04-02T22:20:11.193Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2020-04-02T22:20:11.193Z] create_test.go:152: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:11.193Z] [2020-04-02T22:20:11.193Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2020-04-02T22:20:11.193Z] create_test.go:175: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:11.193Z] [2020-04-02T22:20:11.193Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2020-04-02T22:20:11.193Z] create_test.go:194: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:11.193Z] [2020-04-02T22:20:11.193Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2020-04-02T22:20:11.193Z] create_test.go:247: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:11.193Z] [2020-04-02T22:20:11.193Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.01s) [2020-04-02T22:20:11.193Z] create_test.go:311: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:11.193Z] [2020-04-02T22:20:11.193Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2020-04-02T22:20:11.193Z] create_test.go:403: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:11.193Z] [2020-04-02T22:20:11.193Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2020-04-02T22:20:11.193Z] create_test.go:487: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:11.193Z] [2020-04-02T22:20:11.193Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2020-04-02T22:20:11.193Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:11.193Z] [2020-04-02T22:20:11.193Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2020-04-02T22:20:11.193Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:11.193Z] [2020-04-02T22:20:11.193Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2020-04-02T22:20:11.193Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:11.193Z] [2020-04-02T22:20:11.193Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2020-04-02T22:20:11.194Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:11.194Z] [2020-04-02T22:20:11.194Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2020-04-02T22:20:11.194Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:11.194Z] [2020-04-02T22:20:11.194Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2020-04-02T22:20:11.194Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:11.194Z] [2020-04-02T22:20:11.194Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2020-04-02T22:20:11.194Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:11.194Z] [2020-04-02T22:20:11.194Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2020-04-02T22:20:11.194Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:11.194Z] [2020-04-02T22:20:11.194Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2020-04-02T22:20:11.194Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2020-04-02T22:20:11.194Z] [2020-04-02T22:20:11.194Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2020-04-02T22:20:11.194Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2020-04-02T22:20:11.194Z] [2020-04-02T22:20:11.194Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2020-04-02T22:20:11.194Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2020-04-02T22:20:11.194Z] [2020-04-02T22:20:11.194Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2020-04-02T22:20:11.194Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2020-04-02T22:20:11.194Z] [2020-04-02T22:20:11.194Z] [2020-04-02T22:20:11.194Z] DONE 23 tests, 22 skipped in 3.281s [2020-04-02T22:20:11.194Z] [2020-04-02T22:20:11.194Z] Running D:\gopath\src\github.com\docker\docker\integration\session [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-04-02T22:20:13.658Z] + bundleName=s390x-integration [2020-04-02T22:20:13.658Z] + echo Creating s390x-integration-bundles.tar.gz [2020-04-02T22:20:13.658Z] Creating s390x-integration-bundles.tar.gz [2020-04-02T22:20:13.658Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-04-02T22:20:13.658Z] + xargs tar -czf s390x-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-04-02T22:20:13.692Z] Archiving artifacts [2020-04-02T22:20:14.026Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39946/22/artifacts/ [Pipeline] } [Pipeline] // catchError [2020-04-02T22:20:14.046Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-02T22:20:14.046Z] INFO: Testing against a local daemon [2020-04-02T22:20:14.046Z] ok github.com/docker/docker/integration/session 0.264s [2020-04-02T22:20:14.046Z] [2020-04-02T22:20:14.046Z] === Skipped [2020-04-02T22:20:14.046Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2020-04-02T22:20:14.046Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-04-02T22:20:14.046Z] [2020-04-02T22:20:14.046Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2020-04-02T22:20:14.046Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-04-02T22:20:14.046Z] [2020-04-02T22:20:14.046Z] [2020-04-02T22:20:14.046Z] DONE 2 tests, 2 skipped in 2.616s [2020-04-02T22:20:14.046Z] [2020-04-02T22:20:14.046Z] Running D:\gopath\src\github.com\docker\docker\integration\system [Pipeline] sh [2020-04-02T22:20:14.422Z] + make clean [2020-04-02T22:20:14.704Z] docker volume rm -f docker-dev-cache [2020-04-02T22:20:14.986Z] docker-dev-cache [Pipeline] deleteDir [2020-04-02T22:20:15.840Z] === RUN TestDockerSuite/TestBuildExpose [2020-04-02T22:20:15.840Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-04-02T22:20:15.840Z] === RUN TestDockerSuite/TestBuildExposeOrder [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-04-02T22:20:16.400Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-04-02T22:20:16.655Z] === RUN TestDockerSuite/TestBuildFails [2020-04-02T22:20:16.900Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-02T22:20:16.900Z] INFO: Testing against a local daemon [2020-04-02T22:20:17.350Z] ok github.com/docker/docker/integration/system 1.261s [2020-04-02T22:20:17.797Z] [2020-04-02T22:20:17.797Z] === Skipped [2020-04-02T22:20:17.797Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-04-02T22:20:17.797Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-04-02T22:20:17.797Z] [2020-04-02T22:20:17.797Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2020-04-02T22:20:17.797Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-04-02T22:20:17.797Z] [2020-04-02T22:20:17.797Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2020-04-02T22:20:17.797Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-04-02T22:20:17.797Z] [2020-04-02T22:20:17.797Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2020-04-02T22:20:17.797Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-04-02T22:20:17.797Z] [2020-04-02T22:20:17.797Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2020-04-02T22:20:17.797Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-04-02T22:20:17.797Z] [2020-04-02T22:20:17.797Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2020-04-02T22:20:17.797Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-04-02T22:20:17.797Z] [2020-04-02T22:20:17.797Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2020-04-02T22:20:17.797Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-04-02T22:20:17.797Z] [2020-04-02T22:20:17.797Z] [2020-04-02T22:20:17.797Z] DONE 13 tests, 7 skipped in 3.667s [2020-04-02T22:20:17.797Z] [2020-04-02T22:20:17.797Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-04-02T22:20:18.016Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-04-02T22:20:18.016Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-04-02T22:20:20.646Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-02T22:20:20.646Z] INFO: Testing against a local daemon [2020-04-02T22:20:20.646Z] ok github.com/docker/docker/integration/volume 0.260s [2020-04-02T22:20:20.646Z] [2020-04-02T22:20:20.646Z] === Skipped [2020-04-02T22:20:20.646Z] === SKIP: github.com/docker/docker/integration/volume TestVolumesRemove (0.00s) [2020-04-02T22:20:20.646Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2020-04-02T22:20:20.646Z] [2020-04-02T22:20:20.646Z] [2020-04-02T22:20:20.646Z] DONE 5 tests, 1 skipped in 2.691s [2020-04-02T22:20:20.646Z] [2020-04-02T22:20:20.646Z] INFO: make.ps1 ended at 04/02/2020 22:20:20 [2020-04-02T22:20:20.646Z] INFO: Integration CLI tests being run from the host: [2020-04-02T22:20:20.646Z] INFO: gotestsum --format=standard-quiet --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-test.v" "-tags" "autogen" "-test.timeout" "200m" [2020-04-02T22:20:21.274Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-04-02T22:20:23.784Z] === RUN TestDockerSuite/TestBuildForceRm [2020-04-02T22:20:26.293Z] === RUN TestDockerSuite/TestBuildFromGit [2020-04-02T22:20:27.367Z] ......... [ 86%] [2020-04-02T22:20:28.176Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-04-02T22:20:28.176Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-04-02T22:20:29.536Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-04-02T22:20:30.875Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-04-02T22:20:30.875Z] INFO: Testing against a local daemon [2020-04-02T22:20:32.043Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-04-02T22:20:32.775Z] tests/integration/models_images_test.py ............... [ 89%] [2020-04-02T22:20:32.967Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-04-02T22:20:33.526Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-04-02T22:20:34.404Z] tests/integration/models_networks_test.py .... [ 90%] [2020-04-02T22:20:36.829Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-04-02T22:20:38.728Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-04-02T22:20:40.610Z] === RUN TestDockerSuite/TestBuildHistory [2020-04-02T22:20:40.865Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-04-02T22:20:40.953Z] tests/integration/models_nodes_test.py . [ 91%] [2020-04-02T22:20:41.210Z] tests/integration/models_resources_test.py . [ 91%] [2020-04-02T22:20:47.284Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-04-02T22:20:47.385Z] === RUN TestDockerSuite/TestBuildIidFile [2020-04-02T22:20:47.386Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-04-02T22:20:47.640Z] === RUN TestDockerSuite/TestBuildInheritance [2020-04-02T22:20:48.198Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-04-02T22:20:49.122Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-04-02T22:20:49.122Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-04-02T22:20:50.482Z] === RUN TestDockerSuite/TestBuildLabel [2020-04-02T22:20:50.552Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-04-02T22:20:50.552Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-04-02T22:20:50.737Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-04-02T22:20:51.296Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-04-02T22:20:51.855Z] --- PASS: TestImportExtremelyLargeImageWorks (147.14s) [2020-04-02T22:20:51.855Z] PASS [2020-04-02T22:20:51.855Z] [2020-04-02T22:20:51.855Z] DONE 12 tests in 150.932s [2020-04-02T22:20:51.855Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-04-02T22:20:51.855Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:20:51.855Z] ++ set -e [2020-04-02T22:20:51.855Z] ++ '[' -n 0 ']' [2020-04-02T22:20:51.855Z] ++ set -x [2020-04-02T22:20:51.855Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:20:51.855Z] INFO: Testing against a local daemon [2020-04-02T22:20:51.855Z] === RUN TestNetworkCreateDelete [2020-04-02T22:20:51.855Z] --- PASS: TestNetworkCreateDelete (0.14s) [2020-04-02T22:20:51.855Z] === RUN TestDockerNetworkDeletePreferID [2020-04-02T22:20:52.109Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-04-02T22:20:52.364Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2020-04-02T22:20:52.364Z] === RUN TestInspectNetwork [2020-04-02T22:20:52.364Z] === RUN TestDockerSuite/TestBuildLabels [2020-04-02T22:20:52.923Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-04-02T22:20:54.282Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-04-02T22:20:54.774Z] tests/integration/regression_test.py ...... [ 98%] [2020-04-02T22:20:55.290Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-04-02T22:20:55.290Z] tests/integration/credentials/utils_test.py . [100%] [2020-04-02T22:20:55.290Z] [2020-04-02T22:20:55.290Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-04-02T22:20:55.290Z] =========================== short test summary info ============================ [2020-04-02T22:20:55.290Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-04-02T22:20:55.290Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-04-02T22:20:55.290Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-04-02T22:20:55.290Z] Not supported on most drivers [2020-04-02T22:20:55.290Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-04-02T22:20:55.290Z] Can fail if eth0 has multiple IP addresses [2020-04-02T22:20:55.290Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-04-02T22:20:55.290Z] This doesn't seem to be taken into account by the engine [2020-04-02T22:20:55.290Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-04-02T22:20:55.290Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38) [2020-04-02T22:20:55.290Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2020-04-02T22:20:55.290Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2020-04-02T22:20:55.290Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2020-04-02T22:20:55.290Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2020-04-02T22:20:55.290Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-04-02T22:20:55.290Z] = 373 passed, 7 skipped, 1 deselected, 4 xfailed, 2 xpassed in 336.37 seconds == [2020-04-02T22:20:55.550Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-04-02T22:20:57.538Z] === RUN TestDockerSuite/TestBuildLastModified [2020-04-02T22:20:57.538Z] === RUN TestInspectNetwork/full_network_id [2020-04-02T22:20:57.538Z] === RUN TestInspectNetwork/partial_network_id [2020-04-02T22:20:57.538Z] === RUN TestInspectNetwork/network_name [2020-04-02T22:20:57.538Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-04-02T22:21:02.811Z] --- PASS: TestInspectNetwork (9.57s) [2020-04-02T22:21:02.811Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-04-02T22:21:02.811Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-04-02T22:21:02.811Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-04-02T22:21:02.811Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-04-02T22:21:02.811Z] === RUN TestRunContainerWithBridgeNone [2020-04-02T22:21:03.065Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-04-02T22:21:03.625Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-04-02T22:21:04.985Z] --- PASS: TestRunContainerWithBridgeNone (2.96s) [2020-04-02T22:21:04.985Z] === RUN TestNetworkInvalidJSON [2020-04-02T22:21:04.985Z] === RUN TestNetworkInvalidJSON//networks/create [2020-04-02T22:21:04.985Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-04-02T22:21:04.985Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-04-02T22:21:04.985Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-04-02T22:21:04.985Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-02T22:21:04.985Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-02T22:21:04.985Z] === CONT TestNetworkInvalidJSON//networks/create [2020-04-02T22:21:04.985Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-02T22:21:04.985Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-04-02T22:21:04.985Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-04-02T22:21:04.985Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-04-02T22:21:04.985Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2020-04-02T22:21:04.985Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2020-04-02T22:21:04.985Z] === RUN TestHostIPv4BridgeLabel [2020-04-02T22:21:05.546Z] --- PASS: TestHostIPv4BridgeLabel (0.60s) [2020-04-02T22:21:05.546Z] === RUN TestDaemonRestartWithLiveRestore [2020-04-02T22:21:06.470Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2020-04-02T22:21:06.470Z] === RUN TestDaemonDefaultNetworkPools [2020-04-02T22:21:07.397Z] --- PASS: TestDaemonDefaultNetworkPools (0.85s) [2020-04-02T22:21:07.397Z] === RUN TestDaemonRestartWithExistingNetwork [2020-04-02T22:21:07.397Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-04-02T22:21:07.651Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-04-02T22:21:07.651Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-04-02T22:21:07.750Z] Leaving: AppArmorNo profiles have been unloaded. [2020-04-02T22:21:07.750Z] [2020-04-02T22:21:07.750Z] Unloading profiles will leave already running processes permanently [2020-04-02T22:21:07.750Z] unconfined, which can lead to unexpected situations. [2020-04-02T22:21:07.750Z] [2020-04-02T22:21:07.750Z] To set a process to complain mode, use the command line tool [2020-04-02T22:21:07.750Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-04-02T22:21:07.750Z] [2020-04-02T22:21:07.905Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-04-02T22:21:07.905Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-04-02T22:21:08.160Z] === RUN TestDockerSuite/TestBuildMissingArgs Post stage [Pipeline] junit [2020-04-02T22:21:08.324Z] Recording test results [Pipeline] sh [2020-04-02T22:21:08.719Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2020-04-02T22:21:08.719Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-04-02T22:21:08.989Z] + echo Ensuring container killed. [2020-04-02T22:21:08.989Z] Ensuring container killed. [2020-04-02T22:21:08.989Z] + docker rm -vf docker-pr22 [2020-04-02T22:21:08.989Z] Error: No such container: docker-pr22 [2020-04-02T22:21:08.989Z] + true [Pipeline] sh [2020-04-02T22:21:09.275Z] + echo Chowning /workspace to jenkins user [2020-04-02T22:21:09.275Z] Chowning /workspace to jenkins user [2020-04-02T22:21:09.275Z] + id -u [2020-04-02T22:21:09.275Z] + id -g [2020-04-02T22:21:09.275Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39946:/workspace busybox chown -R 1000:1000 /workspace [2020-04-02T22:21:10.080Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.25s) [2020-04-02T22:21:10.080Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-04-02T22:21:10.080Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-04-02T22:21:10.334Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2020-04-02T22:21:10.334Z] === RUN TestServiceWithPredefinedNetwork [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-04-02T22:21:10.946Z] + bundleName=docker-py [2020-04-02T22:21:10.946Z] + echo Creating docker-py-bundles.tar.gz [2020-04-02T22:21:10.946Z] Creating docker-py-bundles.tar.gz [2020-04-02T22:21:10.946Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2020-04-02T22:21:10.955Z] Archiving artifacts [2020-04-02T22:21:11.145Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39946/22/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-04-02T22:21:11.507Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39946/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr22 -e DOCKER_GITCOMMIT=d7ba1f85ef8f23096f2fd92d0444820543ab9675 -e DOCKER_GRAPHDRIVER docker:d7ba1f85ef8f23096f2fd92d0444820543ab9675 hack/make.sh binary-daemon [2020-04-02T22:21:11.694Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-04-02T22:21:11.767Z] [2020-04-02T22:21:12.025Z] Removing bundles/ [2020-04-02T22:21:12.025Z] [2020-04-02T22:21:12.025Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-04-02T22:21:12.025Z] Building: bundles/binary-daemon/dockerd-dev [2020-04-02T22:21:12.025Z] GOOS="" GOARCH="" GOARM="" [2020-04-02T22:21:13.577Z] --- PASS: TestServiceWithPredefinedNetwork (3.21s) [2020-04-02T22:21:13.577Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-04-02T22:21:13.577Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-04-02T22:21:13.577Z] service_test.go:236: FLAKY_TEST [2020-04-02T22:21:13.577Z] === RUN TestServiceWithDataPathPortInit [2020-04-02T22:21:16.831Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-04-02T22:21:16.831Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-04-02T22:21:17.389Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-04-02T22:21:29.537Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-04-02T22:21:29.537Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-04-02T22:21:32.793Z] --- PASS: TestServiceWithDataPathPortInit (18.73s) [2020-04-02T22:21:32.793Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-04-02T22:21:32.793Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-04-02T22:21:33.048Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-04-02T22:21:34.930Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-04-02T22:21:38.186Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-04-02T22:21:38.186Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-04-02T22:21:42.339Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.00s) [2020-04-02T22:21:42.339Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:i53eo9ga338jr68zshw1iqk09 Created:2020-04-02 22:21:34.019519501 +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[1ee01be30fd47e9e5856f39dc810274e2fa54e0c2acb62a049c84cddef553346:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.2a9vhq0lcsv2vexpn06mmmnnq EndpointID:b468d62ec658b1004eb391756cb4f4d49e3d1237ef23c20e7b7b7d605bd05a5a MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5a4aab30eebb8e2227c3a92894d96c47c8efd07d9c115dfb085fdd7ea1224dfd 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:3756d321dc34 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.2a9vhq0lcsv2vexpn06mmmnnq EndpointID:b468d62ec658b1004eb391756cb4f4d49e3d1237ef23c20e7b7b7d605bd05a5a EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-04-02T22:21:42.339Z] PASS [2020-04-02T22:21:42.339Z] [2020-04-02T22:21:42.339Z] === Skipped [2020-04-02T22:21:42.339Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-04-02T22:21:42.339Z] service_test.go:236: FLAKY_TEST [2020-04-02T22:21:42.339Z] [2020-04-02T22:21:42.339Z] [2020-04-02T22:21:42.339Z] DONE 22 tests, 1 skipped in 50.573s [2020-04-02T22:21:42.339Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-04-02T22:21:42.339Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:21:42.339Z] ++ set -e [2020-04-02T22:21:42.339Z] ++ '[' -n 0 ']' [2020-04-02T22:21:42.339Z] ++ set -x [2020-04-02T22:21:42.339Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:21:42.339Z] INFO: Testing against a local daemon [2020-04-02T22:21:42.339Z] === RUN TestDockerNetworkIpvlanPersistance [2020-04-02T22:21:42.339Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-04-02T22:21:42.339Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-02T22:21:42.339Z] === RUN TestDockerNetworkIpvlan [2020-04-02T22:21:42.339Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-04-02T22:21:42.339Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-02T22:21:42.339Z] PASS [2020-04-02T22:21:42.339Z] [2020-04-02T22:21:42.339Z] === Skipped [2020-04-02T22:21:42.339Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-04-02T22:21:42.339Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-02T22:21:42.339Z] [2020-04-02T22:21:42.339Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-04-02T22:21:42.339Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-02T22:21:42.339Z] [2020-04-02T22:21:42.339Z] [2020-04-02T22:21:42.339Z] DONE 2 tests, 2 skipped in 0.061s [2020-04-02T22:21:42.339Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-04-02T22:21:42.339Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:21:42.339Z] ++ set -e [2020-04-02T22:21:42.339Z] ++ '[' -n 0 ']' [2020-04-02T22:21:42.339Z] ++ set -x [2020-04-02T22:21:42.339Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:21:42.593Z] INFO: Testing against a local daemon [2020-04-02T22:21:42.593Z] === RUN TestDockerNetworkMacvlanPersistance [2020-04-02T22:21:43.517Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-04-02T22:21:43.772Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.38s) [2020-04-02T22:21:43.772Z] === RUN TestDockerNetworkMacvlan [2020-04-02T22:21:44.027Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-04-02T22:21:44.587Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-04-02T22:21:45.509Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-04-02T22:21:46.432Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-04-02T22:21:46.432Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-04-02T22:21:46.432Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-04-02T22:21:46.686Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-04-02T22:21:49.192Z] === RUN TestDockerSuite/TestBuildNetNone [2020-04-02T22:21:49.751Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-04-02T22:21:49.751Z] === RUN TestDockerSuite/TestBuildNoContext [2020-04-02T22:21:51.634Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-04-02T22:21:52.558Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-04-02T22:21:53.481Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-04-02T22:21:54.845Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-04-02T22:21:55.099Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-04-02T22:21:55.099Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-04-02T22:21:55.659Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-04-02T22:21:55.913Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-04-02T22:21:56.836Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-04-02T22:21:59.343Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-04-02T22:21:59.599Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-04-02T22:21:59.853Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-04-02T22:22:01.212Z] --- PASS: TestDockerNetworkMacvlan (17.25s) [2020-04-02T22:22:01.212Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2020-04-02T22:22:01.212Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2020-04-02T22:22:01.212Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.07s) [2020-04-02T22:22:01.212Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.51s) [2020-04-02T22:22:01.212Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.84s) [2020-04-02T22:22:01.212Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.27s) [2020-04-02T22:22:01.212Z] PASS [2020-04-02T22:22:01.212Z] [2020-04-02T22:22:01.212Z] DONE 8 tests in 18.665s [2020-04-02T22:22:01.212Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-04-02T22:22:01.212Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:22:01.212Z] ++ set -e [2020-04-02T22:22:01.212Z] ++ '[' -n 0 ']' [2020-04-02T22:22:01.212Z] ++ set -x [2020-04-02T22:22:01.212Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:22:01.212Z] testing: warning: no tests to run [2020-04-02T22:22:01.212Z] PASS [2020-04-02T22:22:01.212Z] [2020-04-02T22:22:01.212Z] DONE 0 tests in 0.008s [2020-04-02T22:22:01.212Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-04-02T22:22:01.212Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:22:01.212Z] ++ set -e [2020-04-02T22:22:01.212Z] ++ '[' -n 0 ']' [2020-04-02T22:22:01.212Z] ++ set -x [2020-04-02T22:22:01.213Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:22:01.213Z] INFO: Testing against a local daemon [2020-04-02T22:22:01.213Z] === RUN TestAuthZPluginAllowRequest [2020-04-02T22:22:03.093Z] --- PASS: TestAuthZPluginAllowRequest (1.73s) [2020-04-02T22:22:03.093Z] === RUN TestAuthZPluginTLS [2020-04-02T22:22:03.093Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-04-02T22:22:03.653Z] --- PASS: TestAuthZPluginTLS (0.58s) [2020-04-02T22:22:03.653Z] === RUN TestAuthZPluginDenyRequest [2020-04-02T22:22:04.211Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2020-04-02T22:22:04.211Z] === RUN TestAuthZPluginAPIDenyResponse [2020-04-02T22:22:04.474Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2020-04-02T22:22:04.474Z] === RUN TestAuthZPluginDenyResponse [2020-04-02T22:22:05.048Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-04-02T22:22:05.048Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2020-04-02T22:22:05.048Z] === RUN TestAuthZPluginAllowEventStream [2020-04-02T22:22:06.931Z] --- PASS: TestAuthZPluginAllowEventStream (1.68s) [2020-04-02T22:22:06.931Z] === RUN TestAuthZPluginErrorResponse [2020-04-02T22:22:07.185Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-04-02T22:22:07.440Z] --- PASS: TestAuthZPluginErrorResponse (0.59s) [2020-04-02T22:22:07.440Z] === RUN TestAuthZPluginErrorRequest [2020-04-02T22:22:07.999Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2020-04-02T22:22:07.999Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-04-02T22:22:08.557Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2020-04-02T22:22:08.557Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-04-02T22:22:08.811Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-04-02T22:22:10.695Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-04-02T22:22:10.695Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.94s) [2020-04-02T22:22:10.695Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-04-02T22:22:10.949Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-04-02T22:22:12.309Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.87s) [2020-04-02T22:22:12.309Z] === RUN TestAuthZPluginHeader [2020-04-02T22:22:13.232Z] --- PASS: TestAuthZPluginHeader (0.81s) [2020-04-02T22:22:13.232Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-04-02T22:22:14.590Z] === RUN TestDockerSuite/TestBuildPATH [2020-04-02T22:22:17.847Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-04-02T22:22:17.847Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.83s) [2020-04-02T22:22:17.847Z] === RUN TestAuthZPluginV2Disable [2020-04-02T22:22:18.102Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-04-02T22:22:19.025Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-04-02T22:22:22.279Z] --- PASS: TestAuthZPluginV2Disable (3.74s) [2020-04-02T22:22:22.279Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-04-02T22:22:24.785Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.16s) [2020-04-02T22:22:24.785Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-04-02T22:22:31.305Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-04-02T22:22:33.440Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-04-02T22:22:33.441Z] Copying nested executables into bundles/binary-daemon [2020-04-02T22:22:33.441Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-04-02T22:22:33.773Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39946/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr22 -e DOCKER_GITCOMMIT=d7ba1f85ef8f23096f2fd92d0444820543ab9675 -e DOCKER_GRAPHDRIVER docker:d7ba1f85ef8f23096f2fd92d0444820543ab9675 hack/make.sh cross [2020-04-02T22:22:34.339Z] [2020-04-02T22:22:34.339Z] Removing bundles/ [2020-04-02T22:22:34.339Z] [2020-04-02T22:22:34.339Z] ---> Making bundle: cross (in bundles/cross) [2020-04-02T22:22:34.339Z] Cross building: bundles/cross/linux/amd64 [2020-04-02T22:22:34.339Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-04-02T22:22:34.339Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-04-02T22:22:35.460Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-04-02T22:22:35.460Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.71s) [2020-04-02T22:22:35.460Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-04-02T22:22:37.966Z] === RUN TestDockerSuite/TestBuildRm [2020-04-02T22:22:39.325Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-04-02T22:22:40.685Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-04-02T22:22:42.043Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-04-02T22:22:43.402Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-04-02T22:22:43.961Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-04-02T22:22:44.519Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-04-02T22:22:45.880Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-04-02T22:22:47.238Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-04-02T22:22:48.163Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-04-02T22:22:52.319Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.61s) [2020-04-02T22:22:52.319Z] PASS [2020-04-02T22:22:52.319Z] [2020-04-02T22:22:52.319Z] DONE 17 tests in 51.041s [2020-04-02T22:22:52.319Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-04-02T22:22:52.319Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:22:52.319Z] ++ set -e [2020-04-02T22:22:52.319Z] ++ '[' -n 0 ']' [2020-04-02T22:22:52.319Z] ++ set -x [2020-04-02T22:22:52.319Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:22:52.319Z] INFO: Testing against a local daemon [2020-04-02T22:22:52.319Z] === RUN TestPluginInvalidJSON [2020-04-02T22:22:52.319Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-04-02T22:22:52.319Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-04-02T22:22:52.319Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-04-02T22:22:52.319Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-04-02T22:22:52.319Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-04-02T22:22:52.319Z] === RUN TestPluginInstall [2020-04-02T22:22:52.319Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:22:52.573Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-04-02T22:22:52.828Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-04-02T22:22:52.828Z] time="2020-04-02T22:22:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:22:52.828Z] time="2020-04-02T22:22:52Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:22:52.828Z] time="2020-04-02T22:22:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:41ae1a01aa7f549d2ec5b73a08c3b78062b22dcf3c35ac10cb2974c3e8801690" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:22:52.828Z] time="2020-04-02T22:22:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:22:52.828Z] time="2020-04-02T22:22:52Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:22:52.828Z] time="2020-04-02T22:22:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:41ae1a01aa7f549d2ec5b73a08c3b78062b22dcf3c35ac10cb2974c3e8801690" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:22:53.387Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-04-02T22:22:53.387Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:22:53.387Z] === RUN TestDockerSuite/TestBuildSpaces [2020-04-02T22:22:53.946Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-04-02T22:22:53.946Z] time="2020-04-02T22:22:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:22:53.946Z] time="2020-04-02T22:22:53Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:22:53.946Z] time="2020-04-02T22:22:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b786027567d66882e8c9239afae10358fcc199bf45337f08d497ebe7eb07d611" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:22:53.946Z] time="2020-04-02T22:22:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:22:53.946Z] time="2020-04-02T22:22:53Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:22:53.946Z] time="2020-04-02T22:22:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b786027567d66882e8c9239afae10358fcc199bf45337f08d497ebe7eb07d611" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:22:54.200Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:22:55.123Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-04-02T22:22:55.123Z] === RUN TestDockerSuite/TestBuildStderr [2020-04-02T22:22:55.377Z] time="2020-04-02T22:22:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:22:55.377Z] time="2020-04-02T22:22:55Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:22:55.377Z] time="2020-04-02T22:22:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7597d918b87bedf7e074c6c9546ace8793091778688e5367f4f932d5c2b227d8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:22:55.377Z] time="2020-04-02T22:22:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:22:55.377Z] time="2020-04-02T22:22:55Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:22:55.377Z] time="2020-04-02T22:22:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7597d918b87bedf7e074c6c9546ace8793091778688e5367f4f932d5c2b227d8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:22:55.632Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-04-02T22:22:55.632Z] --- PASS: TestPluginInstall (3.44s) [2020-04-02T22:22:55.632Z] --- PASS: TestPluginInstall/no_auth (0.97s) [2020-04-02T22:22:55.632Z] --- PASS: TestPluginInstall/with_htpasswd (1.00s) [2020-04-02T22:22:55.632Z] --- PASS: TestPluginInstall/with_insecure (1.47s) [2020-04-02T22:22:55.632Z] plugin_test.go:157: [dc81edfc47125] daemon is not started [2020-04-02T22:22:55.632Z] PASS [2020-04-02T22:22:55.632Z] [2020-04-02T22:22:55.632Z] DONE 6 tests in 3.532s [2020-04-02T22:22:55.632Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-04-02T22:22:55.632Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:22:55.632Z] ++ set -e [2020-04-02T22:22:55.632Z] ++ '[' -n 0 ']' [2020-04-02T22:22:55.632Z] ++ set -x [2020-04-02T22:22:55.632Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:22:55.887Z] INFO: Testing against a local daemon [2020-04-02T22:22:55.887Z] === RUN TestExternalGraphDriver [2020-04-02T22:22:55.887Z] === RUN TestExternalGraphDriver/json [2020-04-02T22:22:56.446Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-04-02T22:22:58.329Z] === RUN TestExternalGraphDriver/spec [2020-04-02T22:23:00.837Z] === RUN TestExternalGraphDriver/pull [2020-04-02T22:23:01.397Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-04-02T22:23:02.757Z] --- PASS: TestExternalGraphDriver (6.65s) [2020-04-02T22:23:02.757Z] --- PASS: TestExternalGraphDriver/json (2.37s) [2020-04-02T22:23:02.757Z] --- PASS: TestExternalGraphDriver/spec (2.41s) [2020-04-02T22:23:02.757Z] --- PASS: TestExternalGraphDriver/pull (1.79s) [2020-04-02T22:23:02.757Z] === RUN TestGraphdriverPluginV2 [2020-04-02T22:23:02.757Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-04-02T22:23:04.117Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-04-02T22:23:04.372Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-04-02T22:23:05.731Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-04-02T22:23:07.089Z] === RUN TestDockerSuite/TestBuildUser [2020-04-02T22:23:07.648Z] --- PASS: TestGraphdriverPluginV2 (5.20s) [2020-04-02T22:23:07.648Z] PASS [2020-04-02T22:23:07.648Z] [2020-04-02T22:23:07.648Z] DONE 5 tests in 11.927s [2020-04-02T22:23:07.648Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-04-02T22:23:07.649Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:23:07.649Z] ++ set -e [2020-04-02T22:23:07.649Z] ++ '[' -n 0 ']' [2020-04-02T22:23:07.649Z] ++ set -x [2020-04-02T22:23:07.649Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:23:07.903Z] INFO: Testing against a local daemon [2020-04-02T22:23:07.903Z] === RUN TestContinueAfterPluginCrash [2020-04-02T22:23:07.903Z] === PAUSE TestContinueAfterPluginCrash [2020-04-02T22:23:07.903Z] === RUN TestReadPluginNoRead [2020-04-02T22:23:07.903Z] === PAUSE TestReadPluginNoRead [2020-04-02T22:23:07.903Z] === RUN TestDaemonStartWithLogOpt [2020-04-02T22:23:07.903Z] === PAUSE TestDaemonStartWithLogOpt [2020-04-02T22:23:07.903Z] === CONT TestContinueAfterPluginCrash [2020-04-02T22:23:07.903Z] === CONT TestDaemonStartWithLogOpt [2020-04-02T22:23:09.787Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-04-02T22:23:15.155Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-04-02T22:23:23.236Z] --- PASS: TestDaemonStartWithLogOpt (15.19s) [2020-04-02T22:23:23.236Z] === CONT TestReadPluginNoRead [2020-04-02T22:23:26.494Z] === RUN TestReadPluginNoRead/disabled_caching [2020-04-02T22:23:27.855Z] --- PASS: TestContinueAfterPluginCrash (20.19s) [2020-04-02T22:23:28.114Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-04-02T22:23:29.996Z] === RUN TestReadPluginNoRead/default [2020-04-02T22:23:31.356Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-04-02T22:23:32.279Z] --- PASS: TestReadPluginNoRead (9.09s) [2020-04-02T22:23:32.279Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.87s) [2020-04-02T22:23:32.279Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.93s) [2020-04-02T22:23:32.279Z] --- PASS: TestReadPluginNoRead/default (2.05s) [2020-04-02T22:23:32.279Z] read_test.go:91: [dcdb0cef49230] daemon is not started [2020-04-02T22:23:32.279Z] PASS [2020-04-02T22:23:32.279Z] [2020-04-02T22:23:32.279Z] DONE 6 tests in 24.362s [2020-04-02T22:23:32.279Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-04-02T22:23:32.279Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:23:32.279Z] ++ set -e [2020-04-02T22:23:32.279Z] ++ '[' -n 0 ']' [2020-04-02T22:23:32.279Z] ++ set -x [2020-04-02T22:23:32.279Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:23:32.279Z] testing: warning: no tests to run [2020-04-02T22:23:32.279Z] PASS [2020-04-02T22:23:32.279Z] [2020-04-02T22:23:32.279Z] DONE 0 tests in 0.015s [2020-04-02T22:23:32.279Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-04-02T22:23:32.279Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:23:32.279Z] ++ set -e [2020-04-02T22:23:32.279Z] ++ '[' -n 0 ']' [2020-04-02T22:23:32.279Z] ++ set -x [2020-04-02T22:23:32.279Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:23:32.279Z] INFO: Testing against a local daemon [2020-04-02T22:23:32.279Z] === RUN TestPluginWithDevMounts [2020-04-02T22:23:32.279Z] === PAUSE TestPluginWithDevMounts [2020-04-02T22:23:32.279Z] === CONT TestPluginWithDevMounts [2020-04-02T22:23:34.785Z] --- PASS: TestPluginWithDevMounts (2.19s) [2020-04-02T22:23:34.785Z] PASS [2020-04-02T22:23:34.785Z] [2020-04-02T22:23:34.785Z] DONE 1 tests in 2.252s [2020-04-02T22:23:34.785Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-04-02T22:23:34.785Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:23:34.785Z] ++ set -e [2020-04-02T22:23:34.785Z] ++ '[' -n 0 ']' [2020-04-02T22:23:34.785Z] ++ set -x [2020-04-02T22:23:34.785Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:23:34.785Z] INFO: Testing against a local daemon [2020-04-02T22:23:34.785Z] === RUN TestSecretInspect [2020-04-02T22:23:34.785Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-04-02T22:23:35.710Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-04-02T22:23:36.269Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-04-02T22:23:37.194Z] --- PASS: TestSecretInspect (2.62s) [2020-04-02T22:23:37.194Z] === RUN TestSecretList [2020-04-02T22:23:37.194Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-04-02T22:23:38.122Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-04-02T22:23:38.377Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-04-02T22:23:40.263Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-04-02T22:23:40.263Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-04-02T22:23:40.263Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-04-02T22:23:40.263Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-04-02T22:23:40.263Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-04-02T22:23:40.519Z] --- PASS: TestSecretList (3.37s) [2020-04-02T22:23:40.519Z] === RUN TestSecretsCreateAndDelete [2020-04-02T22:23:42.402Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-04-02T22:23:42.402Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-04-02T22:23:43.325Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-04-02T22:23:43.579Z] --- PASS: TestSecretsCreateAndDelete (3.09s) [2020-04-02T22:23:43.579Z] === RUN TestSecretsUpdate [2020-04-02T22:23:43.834Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-04-02T22:23:45.193Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-04-02T22:23:45.193Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-04-02T22:23:46.552Z] --- PASS: TestSecretsUpdate (3.11s) [2020-04-02T22:23:46.552Z] === RUN TestTemplatedSecret [2020-04-02T22:23:48.433Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-04-02T22:23:50.315Z] --- PASS: TestTemplatedSecret (3.37s) [2020-04-02T22:23:50.315Z] === RUN TestSecretCreateResolve [2020-04-02T22:23:50.569Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-04-02T22:23:51.493Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-04-02T22:23:52.051Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-04-02T22:23:52.975Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-04-02T22:23:52.975Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-04-02T22:23:52.975Z] --- PASS: TestSecretCreateResolve (3.05s) [2020-04-02T22:23:52.975Z] PASS [2020-04-02T22:23:52.975Z] [2020-04-02T22:23:52.975Z] DONE 6 tests in 18.653s [2020-04-02T22:23:53.230Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-04-02T22:23:53.230Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:23:53.230Z] ++ set -e [2020-04-02T22:23:53.230Z] ++ '[' -n 0 ']' [2020-04-02T22:23:53.230Z] ++ set -x [2020-04-02T22:23:53.230Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:23:53.230Z] INFO: Testing against a local daemon [2020-04-02T22:23:53.230Z] === RUN TestServiceCreateInit [2020-04-02T22:23:53.230Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-04-02T22:23:53.788Z] === RUN TestDockerSuite/TestBuildXZHost [2020-04-02T22:23:55.766Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-04-02T22:23:55.766Z] Copying nested executables into bundles/cross/linux/amd64 [2020-04-02T22:23:55.766Z] Cross building: bundles/cross/windows/amd64 [2020-04-02T22:23:55.766Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-04-02T22:23:55.766Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-04-02T22:23:57.045Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-04-02T22:23:57.045Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-04-02T22:23:57.045Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-04-02T22:23:57.299Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-04-02T22:23:58.237Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-04-02T22:23:58.237Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-04-02T22:23:58.237Z] === RUN TestDockerSuite/TestCommitChange [2020-04-02T22:23:59.602Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-04-02T22:24:00.962Z] === RUN TestDockerSuite/TestCommitHardlink [2020-04-02T22:24:02.844Z] === RUN TestDockerSuite/TestCommitNewFile [2020-04-02T22:24:03.768Z] --- PASS: TestServiceCreateInit (10.39s) [2020-04-02T22:24:03.768Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.94s) [2020-04-02T22:24:03.768Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.41s) [2020-04-02T22:24:03.768Z] === RUN TestCreateServiceMultipleTimes [2020-04-02T22:24:04.691Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-04-02T22:24:05.614Z] === RUN TestDockerSuite/TestCommitTTY [2020-04-02T22:24:08.123Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-04-02T22:24:09.047Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-04-02T22:24:11.554Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-04-02T22:24:12.112Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-04-02T22:24:12.113Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-04-02T22:24:12.113Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-04-02T22:24:12.367Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-04-02T22:24:12.367Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-04-02T22:24:12.367Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-04-02T22:24:12.367Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-04-02T22:24:14.248Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-04-02T22:24:16.130Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-04-02T22:24:16.130Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-04-02T22:24:16.689Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-04-02T22:24:17.611Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-04-02T22:24:18.534Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-04-02T22:24:19.470Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-04-02T22:24:20.028Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-04-02T22:24:20.283Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-04-02T22:24:20.283Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-04-02T22:24:20.841Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-04-02T22:24:21.095Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-04-02T22:24:21.095Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-04-02T22:24:21.095Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-04-02T22:24:21.349Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-04-02T22:24:22.272Z] --- PASS: TestCreateServiceMultipleTimes (18.48s) [2020-04-02T22:24:22.272Z] === RUN TestCreateServiceConflict [2020-04-02T22:24:22.272Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-04-02T22:24:23.195Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-04-02T22:24:24.118Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-04-02T22:24:24.118Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-04-02T22:24:25.040Z] --- PASS: TestCreateServiceConflict (2.84s) [2020-04-02T22:24:25.040Z] === RUN TestCreateServiceMaxReplicas [2020-04-02T22:24:25.964Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-04-02T22:24:26.523Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-04-02T22:24:26.523Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-04-02T22:24:27.885Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-04-02T22:24:28.443Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-04-02T22:24:28.443Z] --- PASS: TestCreateServiceMaxReplicas (3.61s) [2020-04-02T22:24:28.443Z] === RUN TestCreateWithDuplicateNetworkNames [2020-04-02T22:24:29.803Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-04-02T22:24:30.361Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-04-02T22:24:30.361Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-04-02T22:24:31.284Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-04-02T22:24:32.207Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-04-02T22:24:33.132Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-04-02T22:24:33.132Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-04-02T22:24:34.054Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-04-02T22:24:35.935Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-04-02T22:24:37.293Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-04-02T22:24:37.293Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-04-02T22:24:37.293Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-04-02T22:24:37.293Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-04-02T22:24:37.293Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-04-02T22:24:37.851Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-04-02T22:24:43.079Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-04-02T22:24:43.334Z] === RUN TestDockerSuite/TestContainerAPITop [2020-04-02T22:24:43.601Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.15s) [2020-04-02T22:24:43.601Z] === RUN TestCreateServiceSecretFileMode [2020-04-02T22:24:44.175Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-04-02T22:24:44.175Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-04-02T22:24:44.175Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-04-02T22:24:46.045Z] --- PASS: TestImportExtremelyLargeImageWorks (297.71s) [2020-04-02T22:24:46.045Z] PASS [2020-04-02T22:24:46.045Z] [2020-04-02T22:24:46.045Z] === Skipped [2020-04-02T22:24:46.045Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-04-02T22:24:46.045Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:24:46.045Z] [2020-04-02T22:24:46.045Z] [2020-04-02T22:24:46.045Z] DONE 12 tests, 1 skipped in 299.065s [2020-04-02T22:24:46.045Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-04-02T22:24:46.045Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:24:46.045Z] ++ set -e [2020-04-02T22:24:46.045Z] ++ '[' -n 0 ']' [2020-04-02T22:24:46.045Z] ++ set -x [2020-04-02T22:24:46.045Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:24:46.045Z] INFO: Testing against a local daemon [2020-04-02T22:24:46.045Z] === RUN TestNetworkCreateDelete [2020-04-02T22:24:46.045Z] --- PASS: TestNetworkCreateDelete (0.23s) [2020-04-02T22:24:46.045Z] === RUN TestDockerNetworkDeletePreferID [2020-04-02T22:24:46.045Z] --- PASS: TestDockerNetworkDeletePreferID (0.62s) [2020-04-02T22:24:46.045Z] === RUN TestInspectNetwork [2020-04-02T22:24:46.045Z] === RUN TestInspectNetwork/full_network_id [2020-04-02T22:24:46.045Z] === RUN TestInspectNetwork/partial_network_id [2020-04-02T22:24:46.045Z] === RUN TestInspectNetwork/network_name [2020-04-02T22:24:46.045Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-04-02T22:24:46.045Z] --- PASS: TestInspectNetwork (7.49s) [2020-04-02T22:24:46.045Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-04-02T22:24:46.045Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-04-02T22:24:46.045Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-04-02T22:24:46.045Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-04-02T22:24:46.045Z] === RUN TestRunContainerWithBridgeNone [2020-04-02T22:24:47.063Z] --- PASS: TestRunContainerWithBridgeNone (2.36s) [2020-04-02T22:24:47.063Z] === RUN TestNetworkInvalidJSON [2020-04-02T22:24:47.063Z] === RUN TestNetworkInvalidJSON//networks/create [2020-04-02T22:24:47.063Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-04-02T22:24:47.063Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-04-02T22:24:47.063Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-04-02T22:24:47.063Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-02T22:24:47.063Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-02T22:24:47.063Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-04-02T22:24:47.063Z] === CONT TestNetworkInvalidJSON//networks/create [2020-04-02T22:24:47.063Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-04-02T22:24:47.063Z] --- PASS: TestNetworkInvalidJSON (0.06s) [2020-04-02T22:24:47.063Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-04-02T22:24:47.063Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-04-02T22:24:47.063Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-04-02T22:24:47.063Z] === RUN TestHostIPv4BridgeLabel [2020-04-02T22:24:47.429Z] --- PASS: TestCreateServiceSecretFileMode (3.31s) [2020-04-02T22:24:47.429Z] === RUN TestCreateServiceConfigFileMode [2020-04-02T22:24:47.429Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-04-02T22:24:47.690Z] --- PASS: TestHostIPv4BridgeLabel (0.62s) [2020-04-02T22:24:47.690Z] === RUN TestDaemonRestartWithLiveRestore [2020-04-02T22:24:47.987Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-04-02T22:24:48.728Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2020-04-02T22:24:48.728Z] === RUN TestDaemonDefaultNetworkPools [2020-04-02T22:24:49.347Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-04-02T22:24:49.753Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s) [2020-04-02T22:24:49.753Z] === RUN TestDaemonRestartWithExistingNetwork [2020-04-02T22:24:49.906Z] --- PASS: TestCreateServiceConfigFileMode (3.03s) [2020-04-02T22:24:49.906Z] === RUN TestCreateServiceSysctls [2020-04-02T22:24:50.772Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.24s) [2020-04-02T22:24:50.773Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-04-02T22:24:52.259Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.43s) [2020-04-02T22:24:52.259Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-04-02T22:24:52.878Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2020-04-02T22:24:52.878Z] === RUN TestServiceWithPredefinedNetwork [2020-04-02T22:24:54.060Z] --- PASS: TestCreateServiceSysctls (3.98s) [2020-04-02T22:24:54.060Z] === RUN TestCreateServiceCapabilities [2020-04-02T22:24:54.314Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-04-02T22:24:55.237Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-04-02T22:24:55.579Z] --- PASS: TestServiceWithPredefinedNetwork (2.35s) [2020-04-02T22:24:55.579Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-04-02T22:24:55.579Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-04-02T22:24:55.579Z] service_test.go:236: FLAKY_TEST [2020-04-02T22:24:55.579Z] === RUN TestServiceWithDataPathPortInit [2020-04-02T22:24:56.159Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-04-02T22:24:57.083Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-04-02T22:24:57.642Z] --- PASS: TestCreateServiceCapabilities (3.68s) [2020-04-02T22:24:57.642Z] === RUN TestInspect [2020-04-02T22:24:59.007Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-04-02T22:25:00.367Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-04-02T22:25:02.249Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-04-02T22:25:02.503Z] --- PASS: TestInspect (4.81s) [2020-04-02T22:25:02.503Z] === RUN TestCreateJob [2020-04-02T22:25:03.864Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-04-02T22:25:05.224Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-04-02T22:25:06.582Z] --- PASS: TestCreateJob (4.21s) [2020-04-02T22:25:06.582Z] === RUN TestReplicatedJob [2020-04-02T22:25:06.838Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000780be0_} [2020-04-02T22:25:08.723Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1038339947_/foo_false____} [2020-04-02T22:25:10.084Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1038339947_/foo_true____} [2020-04-02T22:25:10.861Z] --- PASS: TestServiceWithDataPathPortInit (15.02s) [2020-04-02T22:25:10.861Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-04-02T22:25:11.967Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3564134350_/foo_false____} [2020-04-02T22:25:13.327Z] --- PASS: TestReplicatedJob (6.52s) [2020-04-02T22:25:13.327Z] === RUN TestUpdateReplicatedJob [2020-04-02T22:25:13.327Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3564134350_/foo_true____} [2020-04-02T22:25:15.209Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3564134350_/foo_true__0xc000780ca0__} [2020-04-02T22:25:16.614Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000780cc0_} [2020-04-02T22:25:17.182Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-04-02T22:25:17.182Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-04-02T22:25:17.182Z] remote: Enumerating objects: 2, done. [2020-04-02T22:25:17.182Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2020-04-02T22:25:17.182Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2020-04-02T22:25:17.182Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2020-04-02T22:25:17.182Z] Unpacking objects: 4% (1/23) Unpacking objects: 8% (2/23) Unpacking objects: 13% (3/23) Unpacking objects: 17% (4/23) Unpacking objects: 21% (5/23) Unpacking objects: 26% (6/23) Unpacking objects: 30% (7/23) Unpacking objects: 34% (8/23) Unpacking objects: 39% (9/23) Unpacking objects: 43% (10/23) Unpacking objects: 47% (11/23) Unpacking objects: 52% (12/23) Unpacking objects: 56% (13/23) Unpacking objects: 60% (14/23) Unpacking objects: 65% (15/23) Unpacking objects: 69% (16/23) Unpacking objects: 73% (17/23) Unpacking objects: 78% (18/23) Unpacking objects: 82% (19/23) Unpacking objects: 86% (20/23) Unpacking objects: 91% (21/23) Unpacking objects: 95% (22/23) Unpacking objects: 100% (23/23) Unpacking objects: 100% (23/23), done. [2020-04-02T22:25:17.182Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-04-02T22:25:17.182Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-04-02T22:25:17.514Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39946/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr22 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d7ba1f85ef8f23096f2fd92d0444820543ab9675 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d7ba1f85ef8f23096f2fd92d0444820543ab9675 hack/test/unit [2020-04-02T22:25:17.537Z] --- PASS: TestUpdateReplicatedJob (4.36s) [2020-04-02T22:25:17.537Z] === RUN TestServiceListWithStatuses [2020-04-02T22:25:17.537Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-04-02T22:25:17.537Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-04-02T22:25:17.537Z] === RUN TestDockerNetworkConnectAlias [2020-04-02T22:25:17.701Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.56s) [2020-04-02T22:25:17.701Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:gzcssq4q5kae37bfiw2e1tbhn Created:2020-04-02 22:25:11.374718134 +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[7b9fd27e44651b08ecdffca630dcb702683428dc1c9306861e4454bcf4a5ff69:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wcmy7ugd2nxxvdg9drzc0quxn EndpointID:c14670bb51e59047fff88bf880d9c29c31543211e4516a7994896f7b80d84d77 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:2893a502705f7ebdccc30813979354c27f3f04130a57c08c38e70f312c3e687f 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:719d93edcefe IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wcmy7ugd2nxxvdg9drzc0quxn EndpointID:c14670bb51e59047fff88bf880d9c29c31543211e4516a7994896f7b80d84d77 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-04-02T22:25:17.701Z] PASS [2020-04-02T22:25:17.701Z] [2020-04-02T22:25:17.701Z] === Skipped [2020-04-02T22:25:17.701Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-04-02T22:25:17.701Z] service_test.go:236: FLAKY_TEST [2020-04-02T22:25:17.701Z] [2020-04-02T22:25:17.701Z] [2020-04-02T22:25:17.701Z] DONE 22 tests, 1 skipped in 41.495s [2020-04-02T22:25:17.701Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-04-02T22:25:17.701Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:25:17.701Z] ++ set -e [2020-04-02T22:25:17.701Z] ++ '[' -n 0 ']' [2020-04-02T22:25:17.701Z] ++ set -x [2020-04-02T22:25:17.701Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:25:17.986Z] INFO: Testing against a local daemon [2020-04-02T22:25:17.987Z] === RUN TestDockerNetworkIpvlanPersistance [2020-04-02T22:25:17.987Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-04-02T22:25:17.987Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-02T22:25:17.987Z] === RUN TestDockerNetworkIpvlan [2020-04-02T22:25:17.987Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-04-02T22:25:17.987Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-02T22:25:17.987Z] PASS [2020-04-02T22:25:17.987Z] [2020-04-02T22:25:17.987Z] === Skipped [2020-04-02T22:25:17.987Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-04-02T22:25:17.987Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-02T22:25:17.987Z] [2020-04-02T22:25:17.987Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-04-02T22:25:17.987Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-04-02T22:25:17.987Z] [2020-04-02T22:25:17.987Z] [2020-04-02T22:25:17.987Z] DONE 2 tests, 2 skipped in 0.110s [2020-04-02T22:25:17.987Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-04-02T22:25:17.987Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:25:17.987Z] ++ set -e [2020-04-02T22:25:17.987Z] ++ '[' -n 0 ']' [2020-04-02T22:25:17.987Z] ++ set -x [2020-04-02T22:25:17.987Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:25:17.987Z] INFO: Testing against a local daemon [2020-04-02T22:25:17.987Z] === RUN TestDockerNetworkMacvlanPersistance [2020-04-02T22:25:18.096Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000780ce0_} [2020-04-02T22:25:19.474Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.51s) [2020-04-02T22:25:19.474Z] === RUN TestDockerNetworkMacvlan [2020-04-02T22:25:19.977Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000780d00_} [2020-04-02T22:25:20.043Z] ? github.com/docker/docker/api [no test files] [2020-04-02T22:25:20.488Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-04-02T22:25:21.337Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000780d20_} [2020-04-02T22:25:21.504Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-04-02T22:25:22.517Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-04-02T22:25:23.219Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-04-02T22:25:23.219Z] --- PASS: TestDockerNetworkConnectAlias (5.54s) [2020-04-02T22:25:23.219Z] === RUN TestDockerNetworkReConnect [2020-04-02T22:25:25.101Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-04-02T22:25:25.101Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-04-02T22:25:25.101Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-04-02T22:25:25.101Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-04-02T22:25:25.101Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-04-02T22:25:25.101Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-04-02T22:25:25.101Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-04-02T22:25:25.101Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-04-02T22:25:25.101Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-04-02T22:25:25.101Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-04-02T22:25:25.101Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-04-02T22:25:25.101Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-04-02T22:25:25.101Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-04-02T22:25:25.101Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-04-02T22:25:25.101Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-04-02T22:25:25.234Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-04-02T22:25:25.356Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-04-02T22:25:25.356Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-04-02T22:25:25.356Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-04-02T22:25:27.269Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-04-02T22:25:29.512Z] --- PASS: TestDockerNetworkReConnect (6.06s) [2020-04-02T22:25:29.512Z] === RUN TestServicePlugin [2020-04-02T22:25:29.512Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-04-02T22:25:32.020Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-04-02T22:25:32.784Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-04-02T22:25:33.070Z] --- PASS: TestDockerNetworkMacvlan (13.51s) [2020-04-02T22:25:33.070Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2020-04-02T22:25:33.070Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2020-04-02T22:25:33.070Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.15s) [2020-04-02T22:25:33.070Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.26s) [2020-04-02T22:25:33.070Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.08s) [2020-04-02T22:25:33.070Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.86s) [2020-04-02T22:25:33.070Z] PASS [2020-04-02T22:25:33.070Z] [2020-04-02T22:25:33.070Z] DONE 8 tests in 15.116s [2020-04-02T22:25:33.070Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-04-02T22:25:33.070Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:25:33.070Z] ++ set -e [2020-04-02T22:25:33.070Z] ++ '[' -n 0 ']' [2020-04-02T22:25:33.070Z] ++ set -x [2020-04-02T22:25:33.070Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:25:33.070Z] testing: warning: no tests to run [2020-04-02T22:25:33.070Z] PASS [2020-04-02T22:25:33.070Z] [2020-04-02T22:25:33.070Z] DONE 0 tests in 0.016s [2020-04-02T22:25:33.070Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-04-02T22:25:33.070Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:25:33.070Z] ++ set -e [2020-04-02T22:25:33.070Z] ++ '[' -n 0 ']' [2020-04-02T22:25:33.070Z] ++ set -x [2020-04-02T22:25:33.070Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:25:33.358Z] INFO: Testing against a local daemon [2020-04-02T22:25:33.358Z] === RUN TestAuthZPluginAllowRequest [2020-04-02T22:25:34.842Z] --- PASS: TestAuthZPluginAllowRequest (1.57s) [2020-04-02T22:25:34.842Z] === RUN TestAuthZPluginTLS [2020-04-02T22:25:34.910Z] ok github.com/docker/docker/api/server 0.004s coverage: 9.0% of statements [2020-04-02T22:25:35.465Z] --- PASS: TestAuthZPluginTLS (0.60s) [2020-04-02T22:25:35.465Z] === RUN TestAuthZPluginDenyRequest [2020-04-02T22:25:36.086Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2020-04-02T22:25:36.086Z] === RUN TestAuthZPluginAPIDenyResponse [2020-04-02T22:25:36.187Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-04-02T22:25:36.706Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2020-04-02T22:25:36.706Z] === RUN TestAuthZPluginDenyResponse [2020-04-02T22:25:36.991Z] --- PASS: TestAuthZPluginDenyResponse (0.57s) [2020-04-02T22:25:36.991Z] === RUN TestAuthZPluginAllowEventStream [2020-04-02T22:25:37.548Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-04-02T22:25:37.803Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-04-02T22:25:38.725Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-04-02T22:25:39.026Z] --- PASS: TestAuthZPluginAllowEventStream (1.60s) [2020-04-02T22:25:39.026Z] === RUN TestAuthZPluginErrorResponse [2020-04-02T22:25:39.311Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2020-04-02T22:25:39.311Z] === RUN TestAuthZPluginErrorRequest [2020-04-02T22:25:39.649Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-04-02T22:25:39.929Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2020-04-02T22:25:39.930Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-04-02T22:25:40.553Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s) [2020-04-02T22:25:40.553Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-04-02T22:25:41.008Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-04-02T22:25:41.930Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-04-02T22:25:42.622Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.15s) [2020-04-02T22:25:42.622Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-04-02T22:25:42.852Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-04-02T22:25:43.774Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-04-02T22:25:44.664Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.01s) [2020-04-02T22:25:44.664Z] === RUN TestAuthZPluginHeader [2020-04-02T22:25:44.696Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-04-02T22:25:45.719Z] --- PASS: TestAuthZPluginHeader (0.97s) [2020-04-02T22:25:45.719Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-04-02T22:25:45.719Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-04-02T22:25:45.719Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:25:45.719Z] === RUN TestAuthZPluginV2Disable [2020-04-02T22:25:45.719Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-04-02T22:25:45.719Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:25:45.719Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-04-02T22:25:45.719Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-04-02T22:25:45.719Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:25:45.719Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-04-02T22:25:45.719Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-04-02T22:25:45.719Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:25:45.719Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-04-02T22:25:46.054Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-04-02T22:25:46.977Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-04-02T22:25:48.336Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-04-02T22:25:49.259Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-04-02T22:25:50.182Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-04-02T22:25:51.540Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-04-02T22:25:52.900Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-04-02T22:25:54.258Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-04-02T22:25:54.817Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-04-02T22:25:55.072Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-04-02T22:25:55.994Z] === RUN TestDockerSuite/TestCpRelativePath [2020-04-02T22:25:56.939Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-04-02T22:25:58.297Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-04-02T22:25:59.220Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-04-02T22:26:00.143Z] === RUN TestDockerSuite/TestCpToCaseA [2020-04-02T22:26:01.071Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-04-02T22:26:01.995Z] === RUN TestDockerSuite/TestCpToCaseB [2020-04-02T22:26:02.919Z] --- PASS: TestServicePlugin (33.60s) [2020-04-02T22:26:02.919Z] plugin_test.go:62: [d0cd226a12035] joining swarm manager [d36ad3dd7f0ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:26:02.919Z] plugin_test.go:65: [d9ddb936fa375] joining swarm manager [d36ad3dd7f0ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-02T22:26:02.919Z] === RUN TestServiceUpdateLabel [2020-04-02T22:26:02.919Z] === RUN TestDockerSuite/TestCpToCaseC [2020-04-02T22:26:04.206Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.84s) [2020-04-02T22:26:04.206Z] PASS [2020-04-02T22:26:04.206Z] [2020-04-02T22:26:04.206Z] === Skipped [2020-04-02T22:26:04.206Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-04-02T22:26:04.206Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:26:04.206Z] [2020-04-02T22:26:04.206Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-04-02T22:26:04.206Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:26:04.206Z] [2020-04-02T22:26:04.206Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-04-02T22:26:04.206Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:26:04.206Z] [2020-04-02T22:26:04.206Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-04-02T22:26:04.206Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:26:04.206Z] [2020-04-02T22:26:04.206Z] [2020-04-02T22:26:04.206Z] DONE 17 tests, 4 skipped in 29.277s [2020-04-02T22:26:04.206Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-04-02T22:26:04.206Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:26:04.206Z] ++ set -e [2020-04-02T22:26:04.206Z] ++ '[' -n 0 ']' [2020-04-02T22:26:04.206Z] ++ set -x [2020-04-02T22:26:04.206Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:26:04.206Z] INFO: Testing against a local daemon [2020-04-02T22:26:04.206Z] === RUN TestPluginInvalidJSON [2020-04-02T22:26:04.206Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-04-02T22:26:04.206Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-04-02T22:26:04.206Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-04-02T22:26:04.206Z] --- PASS: TestPluginInvalidJSON (0.04s) [2020-04-02T22:26:04.206Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-04-02T22:26:04.206Z] === RUN TestPluginInstall [2020-04-02T22:26:04.206Z] === RUN TestPluginInstall/no_auth [2020-04-02T22:26:06.180Z] === RUN TestDockerSuite/TestCpToCaseD [2020-04-02T22:26:06.180Z] --- PASS: TestServiceUpdateLabel (3.23s) [2020-04-02T22:26:06.180Z] === RUN TestServiceUpdateSecrets [2020-04-02T22:26:11.057Z] time="2020-04-02T22:26:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:26:11.057Z] time="2020-04-02T22:26:10Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:26:11.057Z] time="2020-04-02T22:26:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3732c0caf87734aa03acfdb34bcb993953ce1c690eb21e5b7464dc87616604f5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:26:11.057Z] time="2020-04-02T22:26:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:26:11.057Z] time="2020-04-02T22:26:10Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:26:11.057Z] time="2020-04-02T22:26:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3732c0caf87734aa03acfdb34bcb993953ce1c690eb21e5b7464dc87616604f5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:26:11.057Z] === RUN TestPluginInstall/with_htpasswd [2020-04-02T22:26:11.412Z] === RUN TestDockerSuite/TestCpToCaseE [2020-04-02T22:26:11.679Z] time="2020-04-02T22:26:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:26:11.679Z] time="2020-04-02T22:26:11Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:26:11.679Z] time="2020-04-02T22:26:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1357ece30cba6d54845d30bc620232f38228e052f97562f5658682fa35a12b93" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:26:11.679Z] time="2020-04-02T22:26:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:26:11.679Z] time="2020-04-02T22:26:11Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:26:11.679Z] time="2020-04-02T22:26:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1357ece30cba6d54845d30bc620232f38228e052f97562f5658682fa35a12b93" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:26:11.963Z] === RUN TestPluginInstall/with_insecure [2020-04-02T22:26:13.451Z] time="2020-04-02T22:26:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:26:13.451Z] time="2020-04-02T22:26:13Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:26:13.451Z] time="2020-04-02T22:26:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9ec8b8492f7ac293e37e12db1de275c5571d7e3ca18a93c11fc35cae4c85f3e3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:26:13.451Z] time="2020-04-02T22:26:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-04-02T22:26:13.451Z] time="2020-04-02T22:26:13Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-04-02T22:26:13.451Z] time="2020-04-02T22:26:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9ec8b8492f7ac293e37e12db1de275c5571d7e3ca18a93c11fc35cae4c85f3e3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-04-02T22:26:13.748Z] --- PASS: TestPluginInstall (11.23s) [2020-04-02T22:26:13.748Z] --- PASS: TestPluginInstall/no_auth (8.08s) [2020-04-02T22:26:13.748Z] --- PASS: TestPluginInstall/with_htpasswd (1.36s) [2020-04-02T22:26:13.748Z] --- PASS: TestPluginInstall/with_insecure (1.79s) [2020-04-02T22:26:13.748Z] plugin_test.go:157: [d1b7f2f31a4af] daemon is not started [2020-04-02T22:26:13.748Z] PASS [2020-04-02T22:26:13.748Z] [2020-04-02T22:26:13.748Z] DONE 6 tests in 11.372s [2020-04-02T22:26:13.748Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-04-02T22:26:13.748Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:26:13.748Z] ++ set -e [2020-04-02T22:26:13.748Z] ++ '[' -n 0 ']' [2020-04-02T22:26:13.748Z] ++ set -x [2020-04-02T22:26:13.748Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:26:14.035Z] INFO: Testing against a local daemon [2020-04-02T22:26:14.035Z] === RUN TestExternalGraphDriver [2020-04-02T22:26:14.035Z] === RUN TestExternalGraphDriver/json [2020-04-02T22:26:14.667Z] === RUN TestDockerSuite/TestCpToCaseF [2020-04-02T22:26:14.921Z] === RUN TestDockerSuite/TestCpToCaseG [2020-04-02T22:26:16.073Z] === RUN TestExternalGraphDriver/spec [2020-04-02T22:26:18.117Z] === RUN TestExternalGraphDriver/pull [2020-04-02T22:26:20.152Z] --- PASS: TestExternalGraphDriver (6.31s) [2020-04-02T22:26:20.152Z] --- PASS: TestExternalGraphDriver/json (2.04s) [2020-04-02T22:26:20.152Z] --- PASS: TestExternalGraphDriver/spec (2.04s) [2020-04-02T22:26:20.152Z] --- PASS: TestExternalGraphDriver/pull (2.05s) [2020-04-02T22:26:20.152Z] === RUN TestGraphdriverPluginV2 [2020-04-02T22:26:20.152Z] === RUN TestDockerSuite/TestCpToCaseH [2020-04-02T22:26:20.457Z] --- SKIP: TestGraphdriverPluginV2 (0.08s) [2020-04-02T22:26:20.457Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:26:20.457Z] PASS [2020-04-02T22:26:20.457Z] [2020-04-02T22:26:20.457Z] === Skipped [2020-04-02T22:26:20.457Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.08s) [2020-04-02T22:26:20.457Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:26:20.457Z] [2020-04-02T22:26:20.457Z] [2020-04-02T22:26:20.457Z] DONE 5 tests, 1 skipped in 6.497s [2020-04-02T22:26:20.457Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-04-02T22:26:20.457Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:26:20.457Z] ++ set -e [2020-04-02T22:26:20.457Z] ++ '[' -n 0 ']' [2020-04-02T22:26:20.457Z] ++ set -x [2020-04-02T22:26:20.458Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:26:20.458Z] INFO: Testing against a local daemon [2020-04-02T22:26:20.458Z] === RUN TestContinueAfterPluginCrash [2020-04-02T22:26:20.458Z] === PAUSE TestContinueAfterPluginCrash [2020-04-02T22:26:20.458Z] === RUN TestReadPluginNoRead [2020-04-02T22:26:20.458Z] === PAUSE TestReadPluginNoRead [2020-04-02T22:26:20.458Z] === RUN TestDaemonStartWithLogOpt [2020-04-02T22:26:20.458Z] === PAUSE TestDaemonStartWithLogOpt [2020-04-02T22:26:20.458Z] === CONT TestContinueAfterPluginCrash [2020-04-02T22:26:20.458Z] === CONT TestDaemonStartWithLogOpt [2020-04-02T22:26:20.458Z] === CONT TestReadPluginNoRead [2020-04-02T22:26:21.075Z] --- PASS: TestServiceUpdateSecrets (14.84s) [2020-04-02T22:26:21.075Z] === RUN TestServiceUpdateConfigs [2020-04-02T22:26:22.434Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-04-02T22:26:24.317Z] === RUN TestDockerSuite/TestCpToCaseI [2020-04-02T22:26:25.684Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-04-02T22:26:27.321Z] === RUN TestReadPluginNoRead/default [2020-04-02T22:26:27.568Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-04-02T22:26:27.605Z] --- PASS: TestDaemonStartWithLogOpt (7.13s) [2020-04-02T22:26:29.087Z] === RUN TestReadPluginNoRead/disabled_caching [2020-04-02T22:26:31.125Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-04-02T22:26:31.725Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-04-02T22:26:32.603Z] --- PASS: TestReadPluginNoRead (12.15s) [2020-04-02T22:26:32.603Z] --- PASS: TestReadPluginNoRead/default (1.89s) [2020-04-02T22:26:32.603Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.73s) [2020-04-02T22:26:32.603Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.69s) [2020-04-02T22:26:32.603Z] read_test.go:91: [d41718b6b0fde] daemon is not started [2020-04-02T22:26:32.652Z] === RUN TestDockerSuite/TestCpToDot [2020-04-02T22:26:33.237Z] --- PASS: TestContinueAfterPluginCrash (12.74s) [2020-04-02T22:26:33.237Z] PASS [2020-04-02T22:26:33.237Z] [2020-04-02T22:26:33.237Z] DONE 6 tests in 12.841s [2020-04-02T22:26:33.237Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-04-02T22:26:33.237Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:26:33.237Z] ++ set -e [2020-04-02T22:26:33.237Z] ++ '[' -n 0 ']' [2020-04-02T22:26:33.237Z] ++ set -x [2020-04-02T22:26:33.237Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:26:33.237Z] testing: warning: no tests to run [2020-04-02T22:26:33.237Z] PASS [2020-04-02T22:26:33.237Z] [2020-04-02T22:26:33.237Z] DONE 0 tests in 0.020s [2020-04-02T22:26:33.237Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-04-02T22:26:33.237Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:26:33.237Z] ++ set -e [2020-04-02T22:26:33.237Z] ++ '[' -n 0 ']' [2020-04-02T22:26:33.237Z] ++ set -x [2020-04-02T22:26:33.238Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:26:33.238Z] INFO: Testing against a local daemon [2020-04-02T22:26:33.238Z] === RUN TestPluginWithDevMounts [2020-04-02T22:26:33.238Z] === PAUSE TestPluginWithDevMounts [2020-04-02T22:26:33.238Z] === CONT TestPluginWithDevMounts [2020-04-02T22:26:33.577Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-04-02T22:26:35.928Z] --- PASS: TestPluginWithDevMounts (2.23s) [2020-04-02T22:26:35.928Z] PASS [2020-04-02T22:26:35.928Z] [2020-04-02T22:26:35.928Z] DONE 1 tests in 2.330s [2020-04-02T22:26:35.928Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-04-02T22:26:35.928Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:26:35.928Z] ++ set -e [2020-04-02T22:26:35.928Z] ++ '[' -n 0 ']' [2020-04-02T22:26:35.928Z] ++ set -x [2020-04-02T22:26:35.928Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:26:35.928Z] INFO: Testing against a local daemon [2020-04-02T22:26:35.928Z] === RUN TestSecretInspect [2020-04-02T22:26:36.083Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-04-02T22:26:36.083Z] --- PASS: TestServiceUpdateConfigs (15.21s) [2020-04-02T22:26:36.083Z] === RUN TestServiceUpdateNetwork [2020-04-02T22:26:37.964Z] --- PASS: TestSecretInspect (2.28s) [2020-04-02T22:26:37.964Z] === RUN TestSecretList [2020-04-02T22:26:37.965Z] === RUN TestDockerSuite/TestCpToStdout [2020-04-02T22:26:38.889Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-04-02T22:26:40.668Z] --- PASS: TestSecretList (2.25s) [2020-04-02T22:26:40.668Z] === RUN TestSecretsCreateAndDelete [2020-04-02T22:26:42.578Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-04-02T22:26:42.578Z] ok github.com/docker/docker/api/server/httputils 0.007s coverage: 14.7% of statements [2020-04-02T22:26:42.578Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2020-04-02T22:26:42.578Z] ? github.com/docker/docker/api/server/router [no test files] [2020-04-02T22:26:42.578Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-04-02T22:26:42.578Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-04-02T22:26:42.720Z] --- PASS: TestSecretsCreateAndDelete (2.26s) [2020-04-02T22:26:42.720Z] === RUN TestSecretsUpdate [2020-04-02T22:26:43.043Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-04-02T22:26:43.043Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-04-02T22:26:43.144Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-04-02T22:26:43.144Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-04-02T22:26:43.144Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-04-02T22:26:43.144Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-04-02T22:26:43.144Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-04-02T22:26:43.401Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-04-02T22:26:43.966Z] === RUN TestDockerSuite/TestCpVolumePath [2020-04-02T22:26:44.333Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-04-02T22:26:44.333Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-04-02T22:26:44.755Z] --- PASS: TestSecretsUpdate (2.21s) [2020-04-02T22:26:44.755Z] === RUN TestTemplatedSecret [2020-04-02T22:26:44.897Z] ok github.com/docker/docker/api/server/router/swarm 0.007s coverage: 4.5% of statements [2020-04-02T22:26:44.898Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-04-02T22:26:44.898Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-04-02T22:26:44.898Z] ? github.com/docker/docker/api/types [no test files] [2020-04-02T22:26:44.898Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-04-02T22:26:44.898Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-04-02T22:26:44.898Z] ? github.com/docker/docker/api/types/container [no test files] [2020-04-02T22:26:44.898Z] ? github.com/docker/docker/api/types/events [no test files] [2020-04-02T22:26:45.156Z] ok github.com/docker/docker/api/types/strslice 0.012s coverage: 90.0% of statements [2020-04-02T22:26:45.414Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2020-04-02T22:26:45.414Z] ? github.com/docker/docker/api/types/image [no test files] [2020-04-02T22:26:45.414Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-04-02T22:26:45.414Z] ? github.com/docker/docker/api/types/network [no test files] [2020-04-02T22:26:45.414Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-04-02T22:26:45.414Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-04-02T22:26:45.414Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-04-02T22:26:45.414Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-04-02T22:26:45.672Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2020-04-02T22:26:45.672Z] ok github.com/docker/docker/api/types/versions 0.011s coverage: 75.0% of statements [2020-04-02T22:26:45.847Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-04-02T22:26:45.847Z] === RUN TestDockerSuite/TestCreateArgs [2020-04-02T22:26:45.943Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-04-02T22:26:45.943Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-04-02T22:26:45.943Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-04-02T22:26:45.943Z] ? github.com/docker/docker/builder [no test files] [2020-04-02T22:26:45.943Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-04-02T22:26:45.943Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-04-02T22:26:45.943Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-04-02T22:26:45.943Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-04-02T22:26:45.943Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-04-02T22:26:45.943Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-04-02T22:26:45.943Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-04-02T22:26:46.101Z] === RUN TestDockerSuite/TestCreateByImageID [2020-04-02T22:26:46.510Z] ok github.com/docker/docker/builder/dockerignore 0.017s coverage: 96.8% of statements [2020-04-02T22:26:46.659Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-04-02T22:26:47.219Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-04-02T22:26:47.219Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-04-02T22:26:47.219Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-04-02T22:26:47.455Z] --- PASS: TestTemplatedSecret (2.83s) [2020-04-02T22:26:47.455Z] === RUN TestSecretCreateResolve [2020-04-02T22:26:47.473Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-04-02T22:26:48.397Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-04-02T22:26:48.652Z] === RUN TestDockerSuite/TestCreateLabels [2020-04-02T22:26:48.906Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-04-02T22:26:48.906Z] === RUN TestDockerSuite/TestCreateRM [2020-04-02T22:26:49.161Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-04-02T22:26:49.161Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-04-02T22:26:49.161Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-04-02T22:26:49.416Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-04-02T22:26:50.148Z] --- PASS: TestSecretCreateResolve (2.28s) [2020-04-02T22:26:50.148Z] PASS [2020-04-02T22:26:50.148Z] [2020-04-02T22:26:50.148Z] DONE 6 tests in 14.205s [2020-04-02T22:26:50.148Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-04-02T22:26:50.148Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:26:50.148Z] ++ set -e [2020-04-02T22:26:50.148Z] ++ '[' -n 0 ']' [2020-04-02T22:26:50.148Z] ++ set -x [2020-04-02T22:26:50.148Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:26:50.148Z] INFO: Testing against a local daemon [2020-04-02T22:26:50.148Z] === RUN TestServiceCreateInit [2020-04-02T22:26:50.148Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-04-02T22:26:50.689Z] ok github.com/docker/docker/builder/dockerfile 0.571s coverage: 48.2% of statements [2020-04-02T22:26:50.689Z] ok github.com/docker/docker/builder/remotecontext 0.248s coverage: 13.6% of statements [2020-04-02T22:26:50.780Z] --- PASS: TestServiceUpdateNetwork (14.68s) [2020-04-02T22:26:50.780Z] PASS [2020-04-02T22:26:50.780Z] [2020-04-02T22:26:50.780Z] === Skipped [2020-04-02T22:26:50.780Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-04-02T22:26:50.780Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-04-02T22:26:50.780Z] [2020-04-02T22:26:50.780Z] [2020-04-02T22:26:50.780Z] DONE 23 tests, 1 skipped in 177.614s [2020-04-02T22:26:50.780Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-04-02T22:26:50.780Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:26:50.780Z] ++ set -e [2020-04-02T22:26:50.780Z] ++ '[' -n 0 ']' [2020-04-02T22:26:50.780Z] ++ set -x [2020-04-02T22:26:50.780Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:26:50.780Z] INFO: Testing against a local daemon [2020-04-02T22:26:50.780Z] === RUN TestSessionCreate [2020-04-02T22:26:50.780Z] --- PASS: TestSessionCreate (0.06s) [2020-04-02T22:26:50.780Z] === RUN TestSessionCreateWithBadUpgrade [2020-04-02T22:26:51.037Z] --- PASS: TestSessionCreateWithBadUpgrade (0.09s) [2020-04-02T22:26:51.037Z] PASS [2020-04-02T22:26:51.037Z] [2020-04-02T22:26:51.037Z] DONE 2 tests in 0.216s [2020-04-02T22:26:51.037Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-04-02T22:26:51.037Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:26:51.037Z] ++ set -e [2020-04-02T22:26:51.037Z] ++ '[' -n 0 ']' [2020-04-02T22:26:51.037Z] ++ set -x [2020-04-02T22:26:51.037Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:26:51.037Z] INFO: Testing against a local daemon [2020-04-02T22:26:51.037Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-04-02T22:26:51.037Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s) [2020-04-02T22:26:51.037Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-04-02T22:26:51.037Z] === RUN TestEventsExecDie [2020-04-02T22:26:51.253Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-04-02T22:26:52.187Z] ok github.com/docker/docker/builder/remotecontext/git 1.159s coverage: 86.3% of statements [2020-04-02T22:26:52.187Z] ? github.com/docker/docker/cli [no test files] [2020-04-02T22:26:52.187Z] ? github.com/docker/docker/cli/config [no test files] [2020-04-02T22:26:52.398Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-04-02T22:26:52.398Z] --- PASS: TestEventsExecDie (1.31s) [2020-04-02T22:26:52.398Z] === RUN TestEventsBackwardsCompatible [2020-04-02T22:26:52.398Z] --- PASS: TestEventsBackwardsCompatible (0.13s) [2020-04-02T22:26:52.398Z] === RUN TestInfoBinaryCommits [2020-04-02T22:26:52.398Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-04-02T22:26:52.654Z] --- PASS: TestInfoBinaryCommits (0.04s) [2020-04-02T22:26:52.654Z] === RUN TestInfoAPIVersioned [2020-04-02T22:26:52.654Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-04-02T22:26:52.654Z] === RUN TestInfoDiscoveryBackend [2020-04-02T22:26:52.654Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-04-02T22:26:53.214Z] --- PASS: TestInfoDiscoveryBackend (0.58s) [2020-04-02T22:26:53.214Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-04-02T22:26:54.139Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.01s) [2020-04-02T22:26:54.139Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-04-02T22:26:54.564Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-04-02T22:26:54.699Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.57s) [2020-04-02T22:26:54.699Z] === RUN TestInfoAPI [2020-04-02T22:26:54.699Z] --- PASS: TestInfoAPI (0.03s) [2020-04-02T22:26:54.699Z] === RUN TestInfoAPIWarnings [2020-04-02T22:26:55.623Z] --- PASS: TestInfoAPIWarnings (0.65s) [2020-04-02T22:26:55.623Z] === RUN TestInfoDebug [2020-04-02T22:26:55.881Z] --- PASS: TestInfoDebug (0.54s) [2020-04-02T22:26:55.881Z] === RUN TestInfoInsecureRegistries [2020-04-02T22:26:56.368Z] ok github.com/docker/docker/client 0.159s coverage: 75.8% of statements [2020-04-02T22:26:56.442Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2020-04-02T22:26:56.442Z] === RUN TestInfoRegistryMirrors [2020-04-02T22:26:57.001Z] --- PASS: TestInfoRegistryMirrors (0.55s) [2020-04-02T22:26:57.001Z] === RUN TestLoginFailsWithBadCredentials [2020-04-02T22:26:57.256Z] --- PASS: TestLoginFailsWithBadCredentials (0.27s) [2020-04-02T22:26:57.256Z] === RUN TestPingCacheHeaders [2020-04-02T22:26:57.256Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-04-02T22:26:57.256Z] === RUN TestPingGet [2020-04-02T22:26:57.256Z] --- PASS: TestPingGet (0.03s) [2020-04-02T22:26:57.256Z] === RUN TestPingHead [2020-04-02T22:26:57.512Z] --- PASS: TestPingHead (0.04s) [2020-04-02T22:26:57.512Z] === RUN TestVersion [2020-04-02T22:26:57.512Z] --- PASS: TestVersion (0.03s) [2020-04-02T22:26:57.512Z] PASS [2020-04-02T22:26:57.512Z] [2020-04-02T22:26:57.512Z] === Skipped [2020-04-02T22:26:57.512Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s) [2020-04-02T22:26:57.512Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-04-02T22:26:57.512Z] [2020-04-02T22:26:57.512Z] [2020-04-02T22:26:57.512Z] DONE 18 tests, 1 skipped in 6.424s [2020-04-02T22:26:57.512Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-04-02T22:26:57.512Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:26:57.512Z] ++ set -e [2020-04-02T22:26:57.512Z] ++ '[' -n 0 ']' [2020-04-02T22:26:57.512Z] ++ set -x [2020-04-02T22:26:57.512Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:26:57.512Z] INFO: Testing against a local daemon [2020-04-02T22:26:57.512Z] === RUN TestVolumesCreateAndList [2020-04-02T22:26:57.512Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-04-02T22:26:57.512Z] === RUN TestVolumesRemove [2020-04-02T22:26:57.766Z] --- PASS: TestVolumesRemove (0.10s) [2020-04-02T22:26:57.766Z] === RUN TestVolumesInspect [2020-04-02T22:26:57.766Z] --- PASS: TestVolumesInspect (0.02s) [2020-04-02T22:26:57.766Z] === RUN TestVolumesInvalidJSON [2020-04-02T22:26:57.766Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-04-02T22:26:57.766Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-04-02T22:26:57.766Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-04-02T22:26:57.766Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-04-02T22:26:57.766Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-04-02T22:26:57.766Z] PASS [2020-04-02T22:26:57.766Z] [2020-04-02T22:26:57.766Z] DONE 5 tests in 0.257s [2020-04-02T22:26:57.766Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-04-02T22:26:58.021Z] ++++ cat bundles/test-integration/docker.pid [2020-04-02T22:26:58.021Z] +++ kill 15066 [2020-04-02T22:26:58.021Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-04-02T22:26:58.042Z] --- PASS: TestServiceCreateInit (8.27s) [2020-04-02T22:26:58.042Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.06s) [2020-04-02T22:26:58.042Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.17s) [2020-04-02T22:26:58.042Z] === RUN TestCreateServiceMultipleTimes [2020-04-02T22:26:58.275Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-04-02T22:26:58.275Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-04-02T22:26:58.275Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-04-02T22:26:58.529Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-04-02T22:26:58.529Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-04-02T22:26:59.453Z] +++ /etc/init.d/apparmor stop [2020-04-02T22:26:59.453Z] Leaving: AppArmorNo profiles have been unloaded. [2020-04-02T22:26:59.453Z] [2020-04-02T22:26:59.453Z] Unloading profiles will leave already running processes permanently [2020-04-02T22:26:59.453Z] unconfined, which can lead to unexpected situations. [2020-04-02T22:26:59.453Z] [2020-04-02T22:26:59.453Z] To set a process to complain mode, use the command line tool [2020-04-02T22:26:59.453Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-04-02T22:26:59.453Z] +++ true [2020-04-02T22:26:59.453Z] [2020-04-02T22:26:59.453Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-04-02T22:27:00.814Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-04-02T22:27:01.736Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-04-02T22:27:03.618Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-04-02T22:27:04.977Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-04-02T22:27:05.232Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-04-02T22:27:06.155Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-04-02T22:27:06.713Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-04-02T22:27:06.713Z] === RUN TestDockerSuite/TestDevicePermissions [2020-04-02T22:27:07.636Z] === RUN TestDockerSuite/TestDockerFails [2020-04-02T22:27:07.636Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-04-02T22:27:07.636Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-04-02T22:27:07.890Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-04-02T22:27:09.251Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-04-02T22:27:10.614Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-04-02T22:27:11.982Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-04-02T22:27:11.982Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-04-02T22:27:11.982Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-04-02T22:27:12.240Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-04-02T22:27:16.546Z] --- PASS: TestCreateServiceMultipleTimes (16.09s) [2020-04-02T22:27:16.546Z] === RUN TestCreateServiceConflict [2020-04-02T22:27:16.546Z] --- PASS: TestCreateServiceConflict (2.23s) [2020-04-02T22:27:16.546Z] === RUN TestCreateServiceMaxReplicas [2020-04-02T22:27:18.759Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-04-02T22:27:19.306Z] --- PASS: TestCreateServiceMaxReplicas (2.84s) [2020-04-02T22:27:19.306Z] === RUN TestCreateWithDuplicateNetworkNames [2020-04-02T22:27:21.265Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-04-02T22:27:21.520Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-04-02T22:27:24.775Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-04-02T22:27:26.659Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-04-02T22:27:28.018Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-04-02T22:27:28.018Z] === RUN TestDockerSuite/TestEventsAttach [2020-04-02T22:27:28.941Z] === RUN TestDockerSuite/TestEventsCommit [2020-04-02T22:27:30.304Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-04-02T22:27:31.232Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-04-02T22:27:31.791Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-04-02T22:27:33.150Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2020-04-02T22:27:34.572Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.42s) [2020-04-02T22:27:34.572Z] === RUN TestCreateServiceSecretFileMode [2020-04-02T22:27:35.034Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-04-02T22:27:35.069Z] ok github.com/docker/docker/cmd/dockerd 0.074s coverage: 30.7% of statements [2020-04-02T22:27:35.597Z] --- PASS: TestCreateServiceSecretFileMode (2.80s) [2020-04-02T22:27:35.597Z] === RUN TestCreateServiceConfigFileMode [2020-04-02T22:27:36.443Z] ok github.com/docker/docker/container 0.130s coverage: 34.9% of statements [2020-04-02T22:27:36.444Z] ? github.com/docker/docker/container/stream [no test files] [2020-04-02T22:27:36.444Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-04-02T22:27:36.444Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-04-02T22:27:36.444Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-04-02T22:27:36.915Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-04-02T22:27:38.285Z] --- PASS: TestCreateServiceConfigFileMode (2.55s) [2020-04-02T22:27:38.285Z] === RUN TestCreateServiceSysctls [2020-04-02T22:27:40.171Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-04-02T22:27:41.760Z] --- PASS: TestCreateServiceSysctls (3.31s) [2020-04-02T22:27:41.760Z] === RUN TestCreateServiceCapabilities [2020-04-02T22:27:42.721Z] === RUN TestDockerSuite/TestEventsCopy [2020-04-02T22:27:43.644Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-04-02T22:27:44.466Z] --- PASS: TestCreateServiceCapabilities (2.68s) [2020-04-02T22:27:44.467Z] === RUN TestInspect [2020-04-02T22:27:45.525Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-04-02T22:27:46.084Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-04-02T22:27:46.411Z] ok github.com/docker/docker/daemon/cluster 0.072s coverage: 0.5% of statements [2020-04-02T22:27:46.642Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-04-02T22:27:47.180Z] --- PASS: TestInspect (2.89s) [2020-04-02T22:27:47.180Z] === RUN TestCreateJob [2020-04-02T22:27:48.000Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-04-02T22:27:48.254Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-04-02T22:27:48.254Z] === RUN TestDockerSuite/TestEventsFilterType [2020-04-02T22:27:48.306Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2020-04-02T22:27:48.508Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-04-02T22:27:48.763Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-04-02T22:27:48.763Z] === RUN TestDockerSuite/TestEventsFilters [2020-04-02T22:27:49.679Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.6% of statements [2020-04-02T22:27:50.644Z] === RUN TestDockerSuite/TestEventsFormat [2020-04-02T22:27:50.653Z] --- PASS: TestCreateJob (3.40s) [2020-04-02T22:27:50.653Z] === RUN TestReplicatedJob [2020-04-02T22:27:52.004Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-04-02T22:27:52.005Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-04-02T22:27:52.005Z] === RUN TestDockerSuite/TestEventsImageImport [2020-04-02T22:27:52.929Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-04-02T22:27:53.184Z] === RUN TestDockerSuite/TestEventsImagePull [2020-04-02T22:27:53.438Z] === RUN TestDockerSuite/TestEventsImageTag [2020-04-02T22:27:54.360Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-04-02T22:27:54.919Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-04-02T22:27:54.919Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-04-02T22:27:54.919Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-04-02T22:27:56.183Z] --- PASS: TestReplicatedJob (5.57s) [2020-04-02T22:27:56.183Z] === RUN TestUpdateReplicatedJob [2020-04-02T22:27:56.801Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-04-02T22:27:56.801Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-04-02T22:27:57.361Z] === RUN TestDockerSuite/TestEventsRename [2020-04-02T22:27:57.783Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.434s coverage: 13.8% of statements [2020-04-02T22:27:58.283Z] === RUN TestDockerSuite/TestEventsResize [2020-04-02T22:27:58.715Z] ok github.com/docker/docker/daemon 12.227s coverage: 17.4% of statements [2020-04-02T22:27:58.973Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-04-02T22:27:58.973Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-04-02T22:27:59.206Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-04-02T22:27:59.659Z] --- PASS: TestUpdateReplicatedJob (3.54s) [2020-04-02T22:27:59.659Z] === RUN TestServiceListWithStatuses [2020-04-02T22:27:59.659Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-04-02T22:27:59.659Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-04-02T22:27:59.659Z] === RUN TestDockerNetworkConnectAlias [2020-04-02T22:27:59.907Z] ok github.com/docker/docker/daemon/config 0.045s coverage: 81.7% of statements [2020-04-02T22:28:00.130Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-04-02T22:28:00.130Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-04-02T22:28:00.472Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2020-04-02T22:28:01.044Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements [2020-04-02T22:28:01.044Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-04-02T22:28:01.044Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-04-02T22:28:01.052Z] === RUN TestDockerSuite/TestEventsStreaming [2020-04-02T22:28:01.975Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-04-02T22:28:02.415Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2020-04-02T22:28:04.313Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2020-04-02T22:28:05.191Z] --- PASS: TestDockerNetworkConnectAlias (4.73s) [2020-04-02T22:28:05.191Z] === RUN TestDockerNetworkReConnect [2020-04-02T22:28:05.242Z] === RUN TestDockerSuite/TestEventsTop [2020-04-02T22:28:05.245Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.207s coverage: 57.0% of statements [2020-04-02T22:28:05.805Z] === RUN TestDockerSuite/TestEventsUntag [2020-04-02T22:28:08.534Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.361s coverage: 72.5% of statements [2020-04-02T22:28:08.534Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.536s coverage: 45.9% of statements [2020-04-02T22:28:08.670Z] --- PASS: TestDockerNetworkReConnect (3.86s) [2020-04-02T22:28:08.670Z] === RUN TestServicePlugin [2020-04-02T22:28:08.670Z] --- SKIP: TestServicePlugin (0.00s) [2020-04-02T22:28:08.670Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:28:08.671Z] === RUN TestServiceUpdateLabel [2020-04-02T22:28:09.060Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-04-02T22:28:09.906Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.006s coverage: 1.8% of statements [2020-04-02T22:28:09.906Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-04-02T22:28:09.982Z] === RUN TestDockerSuite/TestExec [2020-04-02T22:28:10.714Z] --- PASS: TestServiceUpdateLabel (2.32s) [2020-04-02T22:28:10.714Z] === RUN TestServiceUpdateSecrets [2020-04-02T22:28:10.905Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-04-02T22:28:11.804Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.163s coverage: 49.5% of statements [2020-04-02T22:28:11.828Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-04-02T22:28:12.751Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-04-02T22:28:13.177Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.286s coverage: 76.1% of statements [2020-04-02T22:28:13.674Z] === RUN TestDockerSuite/TestExecAPIStart [2020-04-02T22:28:14.109Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2020-04-02T22:28:14.674Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.087s coverage: 61.0% of statements [2020-04-02T22:28:14.674Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-04-02T22:28:14.674Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-04-02T22:28:15.562Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-04-02T22:28:15.606Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.012s coverage: 3.0% of statements [2020-04-02T22:28:16.121Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-04-02T22:28:16.539Z] ok github.com/docker/docker/daemon/links 0.011s coverage: 93.0% of statements [2020-04-02T22:28:17.043Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-04-02T22:28:17.968Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-04-02T22:28:18.439Z] ok github.com/docker/docker/daemon/images 0.016s coverage: 4.9% of statements [2020-04-02T22:28:18.439Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-04-02T22:28:18.439Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-04-02T22:28:18.697Z] ok github.com/docker/docker/daemon/logger 0.239s coverage: 41.8% of statements [2020-04-02T22:28:18.894Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-04-02T22:28:19.452Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-04-02T22:28:20.070Z] ok github.com/docker/docker/daemon/logger/awslogs 0.176s coverage: 77.8% of statements [2020-04-02T22:28:20.070Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-04-02T22:28:20.070Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-04-02T22:28:20.328Z] ok github.com/docker/docker/daemon/logger/gelf 0.009s coverage: 67.0% of statements [2020-04-02T22:28:20.375Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-04-02T22:28:21.260Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 26.2% of statements [2020-04-02T22:28:21.824Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.006s coverage: 62.1% of statements [2020-04-02T22:28:22.082Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 88.3% of statements [2020-04-02T22:28:22.256Z] === RUN TestDockerSuite/TestExecCgroup [2020-04-02T22:28:23.015Z] ok github.com/docker/docker/daemon/logger/local 0.015s coverage: 74.7% of statements [2020-04-02T22:28:23.015Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-04-02T22:28:23.581Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.039s coverage: 19.9% of statements [2020-04-02T22:28:23.615Z] === RUN TestDockerSuite/TestExecEnv [2020-04-02T22:28:23.615Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-04-02T22:28:24.515Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.018s coverage: 33.3% of statements [2020-04-02T22:28:24.537Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-04-02T22:28:25.887Z] ok github.com/docker/docker/daemon/logger/syslog 0.020s coverage: 47.8% of statements [2020-04-02T22:28:25.972Z] --- PASS: TestServiceUpdateSecrets (14.78s) [2020-04-02T22:28:25.972Z] === RUN TestServiceUpdateConfigs [2020-04-02T22:28:26.420Z] === RUN TestDockerSuite/TestExecExitStatus [2020-04-02T22:28:26.452Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-04-02T22:28:27.016Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2020-04-02T22:28:27.016Z] ok github.com/docker/docker/daemon/logger/splunk 1.575s coverage: 82.5% of statements [2020-04-02T22:28:27.016Z] ? github.com/docker/docker/daemon/names [no test files] [2020-04-02T22:28:27.016Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-04-02T22:28:27.363Z] === RUN TestDockerSuite/TestExecInspectID [2020-04-02T22:28:29.541Z] ok github.com/docker/docker/distribution/metadata 0.040s coverage: 48.2% of statements [2020-04-02T22:28:29.798Z] ok github.com/docker/docker/distribution 0.177s coverage: 22.1% of statements [2020-04-02T22:28:29.798Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-04-02T22:28:30.628Z] === RUN TestDockerSuite/TestExecInteractive [2020-04-02T22:28:31.169Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2020-04-02T22:28:31.186Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-04-02T22:28:32.102Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2020-04-02T22:28:32.108Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-04-02T22:28:33.031Z] === RUN TestDockerSuite/TestExecParseError [2020-04-02T22:28:33.045Z] ok github.com/docker/docker/distribution/xfer 1.890s coverage: 85.1% of statements [2020-04-02T22:28:33.045Z] ? github.com/docker/docker/dockerversion [no test files] [2020-04-02T22:28:33.303Z] ok github.com/docker/docker/image/cache 0.008s coverage: 19.2% of statements [2020-04-02T22:28:33.303Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-04-02T22:28:33.953Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-04-02T22:28:34.511Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-04-02T22:28:34.678Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2020-04-02T22:28:34.678Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-04-02T22:28:35.243Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2020-04-02T22:28:35.434Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-04-02T22:28:36.617Z] ok github.com/docker/docker/opts 0.019s coverage: 67.4% of statements [2020-04-02T22:28:36.617Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-04-02T22:28:37.315Z] === RUN TestDockerSuite/TestExecSetEnv [2020-04-02T22:28:37.874Z] === RUN TestDockerSuite/TestExecStartFails [2020-04-02T22:28:38.516Z] ok github.com/docker/docker/pkg/archive 0.407s coverage: 77.3% of statements [2020-04-02T22:28:38.799Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-04-02T22:28:39.449Z] ok github.com/docker/docker/pkg/authorization 0.122s coverage: 68.3% of statements [2020-04-02T22:28:39.449Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-04-02T22:28:39.708Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-04-02T22:28:41.222Z] --- PASS: TestServiceUpdateConfigs (14.79s) [2020-04-02T22:28:41.222Z] === RUN TestServiceUpdateNetwork [2020-04-02T22:28:43.886Z] ok github.com/docker/docker/layer 7.400s coverage: 68.8% of statements [2020-04-02T22:28:43.886Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-04-02T22:28:43.886Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-04-02T22:28:43.886Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-04-02T22:28:43.886Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-04-02T22:28:43.886Z] ? github.com/docker/docker/oci [no test files] [2020-04-02T22:28:43.886Z] ? github.com/docker/docker/oci/caps [no test files] [2020-04-02T22:28:43.886Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-04-02T22:28:43.886Z] ok github.com/docker/docker/pkg/chrootarchive 2.982s coverage: 43.2% of statements [2020-04-02T22:28:43.886Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-04-02T22:28:43.886Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-04-02T22:28:44.143Z] ok github.com/docker/docker/pkg/discovery 0.005s coverage: 58.3% of statements [2020-04-02T22:28:44.143Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements [2020-04-02T22:28:44.708Z] ok github.com/docker/docker/pkg/discovery/memory 0.005s coverage: 92.3% of statements [2020-04-02T22:28:45.641Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2020-04-02T22:28:45.899Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2020-04-02T22:28:47.271Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2020-04-02T22:28:47.836Z] ok github.com/docker/docker/pkg/fileutils 0.012s coverage: 89.5% of statements [2020-04-02T22:28:48.401Z] ok github.com/docker/docker/pkg/fsutils 0.159s coverage: 85.1% of statements [2020-04-02T22:28:48.401Z] ok github.com/docker/docker/pkg/discovery/kv 3.056s coverage: 84.1% of statements [2020-04-02T22:28:48.966Z] ok github.com/docker/docker/pkg/homedir 0.014s coverage: 11.4% of statements [2020-04-02T22:28:49.899Z] ok github.com/docker/docker/pkg/idtools 0.460s coverage: 70.1% of statements [2020-04-02T22:28:50.157Z] ok github.com/docker/docker/pkg/ioutils 0.535s coverage: 70.6% of statements [2020-04-02T22:28:50.416Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2020-04-02T22:28:50.674Z] ok github.com/docker/docker/pkg/locker 0.013s coverage: 88.9% of statements [2020-04-02T22:28:50.674Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2020-04-02T22:28:50.674Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-04-02T22:28:50.674Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-04-02T22:28:50.931Z] ok github.com/docker/docker/pkg/namesgenerator 0.017s coverage: 85.7% of statements [2020-04-02T22:28:50.931Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-04-02T22:28:50.946Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-04-02T22:28:50.946Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-04-02T22:28:50.946Z] === RUN TestDockerSuite/TestExecTTY [2020-04-02T22:28:51.190Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2020-04-02T22:28:51.448Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2020-04-02T22:28:51.705Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 91.4% of statements [2020-04-02T22:28:51.869Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-04-02T22:28:51.963Z] ok github.com/docker/docker/pkg/pidfile 0.008s coverage: 82.4% of statements [2020-04-02T22:28:51.963Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-04-02T22:28:51.963Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-04-02T22:28:52.895Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.020s coverage: 56.8% of statements [2020-04-02T22:28:53.230Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-04-02T22:28:53.460Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-04-02T22:28:53.718Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-04-02T22:28:53.788Z] --- PASS: TestServiceUpdateNetwork (13.08s) [2020-04-02T22:28:53.788Z] PASS [2020-04-02T22:28:53.788Z] [2020-04-02T22:28:53.788Z] === Skipped [2020-04-02T22:28:53.788Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-04-02T22:28:53.788Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-04-02T22:28:53.788Z] [2020-04-02T22:28:53.788Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-04-02T22:28:53.788Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-04-02T22:28:53.788Z] [2020-04-02T22:28:53.788Z] [2020-04-02T22:28:53.788Z] DONE 23 tests, 2 skipped in 123.259s [2020-04-02T22:28:53.788Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-04-02T22:28:53.788Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:28:53.788Z] ++ set -e [2020-04-02T22:28:53.788Z] ++ '[' -n 0 ']' [2020-04-02T22:28:53.788Z] ++ set -x [2020-04-02T22:28:53.788Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:28:53.788Z] INFO: Testing against a local daemon [2020-04-02T22:28:53.788Z] === RUN TestSessionCreate [2020-04-02T22:28:53.788Z] --- PASS: TestSessionCreate (0.05s) [2020-04-02T22:28:53.788Z] === RUN TestSessionCreateWithBadUpgrade [2020-04-02T22:28:53.788Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-04-02T22:28:53.788Z] PASS [2020-04-02T22:28:53.788Z] [2020-04-02T22:28:53.788Z] DONE 2 tests in 0.195s [2020-04-02T22:28:53.788Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-04-02T22:28:53.788Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:28:53.788Z] ++ set -e [2020-04-02T22:28:53.788Z] ++ '[' -n 0 ']' [2020-04-02T22:28:53.788Z] ++ set -x [2020-04-02T22:28:53.788Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:28:53.788Z] INFO: Testing against a local daemon [2020-04-02T22:28:53.788Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-04-02T22:28:53.788Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-04-02T22:28:53.788Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-04-02T22:28:53.788Z] === RUN TestEventsExecDie [2020-04-02T22:28:53.789Z] === RUN TestDockerSuite/TestExecUlimits [2020-04-02T22:28:53.976Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-04-02T22:28:54.407Z] --- PASS: TestEventsExecDie (0.82s) [2020-04-02T22:28:54.407Z] === RUN TestEventsBackwardsCompatible [2020-04-02T22:28:54.407Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2020-04-02T22:28:54.407Z] === RUN TestInfoBinaryCommits [2020-04-02T22:28:54.407Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-04-02T22:28:54.407Z] === RUN TestInfoAPIVersioned [2020-04-02T22:28:54.407Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-04-02T22:28:54.407Z] === RUN TestInfoDiscoveryBackend [2020-04-02T22:28:55.025Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2020-04-02T22:28:55.025Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-04-02T22:28:55.149Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-04-02T22:28:55.149Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-04-02T22:28:55.345Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 73.9% of statements [2020-04-02T22:28:55.604Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2020-04-02T22:28:56.045Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-04-02T22:28:56.045Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-04-02T22:28:56.343Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2020-04-02T22:28:56.343Z] === RUN TestInfoAPI [2020-04-02T22:28:56.628Z] --- PASS: TestInfoAPI (0.05s) [2020-04-02T22:28:56.628Z] === RUN TestInfoAPIWarnings [2020-04-02T22:28:57.249Z] --- PASS: TestInfoAPIWarnings (0.54s) [2020-04-02T22:28:57.249Z] === RUN TestInfoDebug [2020-04-02T22:28:57.535Z] --- PASS: TestInfoDebug (0.55s) [2020-04-02T22:28:57.535Z] === RUN TestInfoInsecureRegistries [2020-04-02T22:28:58.159Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2020-04-02T22:28:58.159Z] === RUN TestInfoRegistryMirrors [2020-04-02T22:28:58.416Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-04-02T22:28:58.780Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2020-04-02T22:28:58.780Z] === RUN TestLoginFailsWithBadCredentials [2020-04-02T22:28:58.880Z] ok github.com/docker/docker/pkg/signal 2.395s coverage: 61.0% of statements [2020-04-02T22:28:58.880Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2020-04-02T22:28:58.979Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-04-02T22:28:59.065Z] --- PASS: TestLoginFailsWithBadCredentials (0.47s) [2020-04-02T22:28:59.065Z] === RUN TestPingCacheHeaders [2020-04-02T22:28:59.137Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-04-02T22:28:59.137Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-04-02T22:28:59.350Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-04-02T22:28:59.350Z] === RUN TestPingGet [2020-04-02T22:28:59.350Z] --- PASS: TestPingGet (0.03s) [2020-04-02T22:28:59.350Z] === RUN TestPingHead [2020-04-02T22:28:59.350Z] --- PASS: TestPingHead (0.06s) [2020-04-02T22:28:59.350Z] === RUN TestVersion [2020-04-02T22:28:59.350Z] --- PASS: TestVersion (0.05s) [2020-04-02T22:28:59.350Z] PASS [2020-04-02T22:28:59.350Z] [2020-04-02T22:28:59.350Z] === Skipped [2020-04-02T22:28:59.350Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-04-02T22:28:59.350Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-04-02T22:28:59.350Z] [2020-04-02T22:28:59.350Z] [2020-04-02T22:28:59.350Z] DONE 18 tests, 1 skipped in 6.077s [2020-04-02T22:28:59.350Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-04-02T22:28:59.350Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:28:59.350Z] ++ set -e [2020-04-02T22:28:59.350Z] ++ '[' -n 0 ']' [2020-04-02T22:28:59.350Z] ++ set -x [2020-04-02T22:28:59.350Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-04-02T22:28:59.350Z] INFO: Testing against a local daemon [2020-04-02T22:28:59.350Z] === RUN TestVolumesCreateAndList [2020-04-02T22:28:59.395Z] ok github.com/docker/docker/pkg/symlink 0.006s coverage: 87.7% of statements [2020-04-02T22:28:59.635Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-04-02T22:28:59.635Z] === RUN TestVolumesRemove [2020-04-02T22:28:59.635Z] --- PASS: TestVolumesRemove (0.08s) [2020-04-02T22:28:59.635Z] === RUN TestVolumesInspect [2020-04-02T22:28:59.635Z] --- PASS: TestVolumesInspect (0.05s) [2020-04-02T22:28:59.635Z] === RUN TestVolumesInvalidJSON [2020-04-02T22:28:59.635Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-04-02T22:28:59.635Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-04-02T22:28:59.635Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-04-02T22:28:59.635Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-04-02T22:28:59.635Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-04-02T22:28:59.635Z] PASS [2020-04-02T22:28:59.635Z] [2020-04-02T22:28:59.635Z] DONE 5 tests in 0.294s [2020-04-02T22:28:59.635Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-04-02T22:28:59.921Z] ++++ cat bundles/test-integration/docker.pid [2020-04-02T22:28:59.921Z] +++ kill 13666 [2020-04-02T22:28:59.960Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 71.3% of statements [2020-04-02T22:29:00.339Z] === RUN TestDockerSuite/TestExecWithTERM [2020-04-02T22:29:00.526Z] ok github.com/docker/docker/pkg/system 0.017s coverage: 37.2% of statements [2020-04-02T22:29:00.783Z] ok github.com/docker/docker/pkg/tailfile 0.068s coverage: 88.6% of statements [2020-04-02T22:29:01.263Z] === RUN TestDockerSuite/TestExecWithUser [2020-04-02T22:29:01.348Z] ok github.com/docker/docker/pkg/tarsum 0.043s coverage: 89.3% of statements [2020-04-02T22:29:01.396Z] +++ /etc/init.d/apparmor stop [2020-04-02T22:29:01.396Z] Leaving: AppArmorNo profiles have been unloaded. [2020-04-02T22:29:01.396Z] [2020-04-02T22:29:01.396Z] Unloading profiles will leave already running processes permanently [2020-04-02T22:29:01.396Z] unconfined, which can lead to unexpected situations. [2020-04-02T22:29:01.396Z] [2020-04-02T22:29:01.396Z] To set a process to complain mode, use the command line tool [2020-04-02T22:29:01.396Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-04-02T22:29:01.396Z] +++ true [2020-04-02T22:29:01.396Z] [2020-04-02T22:29:01.926Z] ok github.com/docker/docker/pkg/term 0.004s coverage: 84.8% of statements [2020-04-02T22:29:01.926Z] testing: warning: no tests to run [2020-04-02T22:29:01.926Z] coverage: [no statements] [2020-04-02T22:29:01.926Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2020-04-02T22:29:02.189Z] === RUN TestDockerSuite/TestGetContainerStats [2020-04-02T22:29:02.495Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-04-02T22:29:02.752Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2020-04-02T22:29:02.752Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements Post stage [Pipeline] junit [2020-04-02T22:29:02.914Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-04-02T22:29:03.813Z] + echo Ensuring container killed. [2020-04-02T22:29:03.813Z] Ensuring container killed. [2020-04-02T22:29:03.813Z] + docker rm -vf docker-pr22 [2020-04-02T22:29:03.813Z] Error: No such container: docker-pr22 [2020-04-02T22:29:03.813Z] + true [Pipeline] sh [2020-04-02T22:29:04.222Z] + echo Chowning /workspace to jenkins user [2020-04-02T22:29:04.222Z] Chowning /workspace to jenkins user [2020-04-02T22:29:04.222Z] + id -u [2020-04-02T22:29:04.222Z] + id -g [2020-04-02T22:29:04.222Z] + docker run --rm -v /home/docker/workspace/moby_PR-39946:/workspace busybox chown -R 1001:1001 /workspace [2020-04-02T22:29:05.282Z] ok github.com/docker/docker/plugin 0.531s coverage: 23.3% of statements [2020-04-02T22:29:05.541Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-04-02T22:29:06.475Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2020-04-02T22:29:06.656Z] + bundleName=ppc64le-integration [2020-04-02T22:29:06.656Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-04-02T22:29:06.656Z] Creating ppc64le-integration-bundles.tar.gz [2020-04-02T22:29:06.656Z] + find bundles+ -path */root/*overlay2 -prune -oxargs -type tar f -czf ( ppc64le-integration-bundles.tar.gz -name [2020-04-02T22:29:06.656Z] *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-04-02T22:29:06.733Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [Pipeline] archiveArtifacts [2020-04-02T22:29:06.977Z] Archiving artifacts [2020-04-02T22:29:07.381Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39946/22/artifacts/ [Pipeline] } [Pipeline] // catchError [2020-04-02T22:29:07.422Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [Pipeline] sh [2020-04-02T22:29:07.785Z] + make clean [2020-04-02T22:29:08.107Z] ok github.com/docker/docker/registry 0.075s coverage: 56.0% of statements [2020-04-02T22:29:08.406Z] make: command: Command not found [2020-04-02T22:29:08.406Z] make: command: Command not found [2020-04-02T22:29:08.406Z] docker volume rm -f docker-dev-cache [2020-04-02T22:29:08.406Z] docker-dev-cache [Pipeline] deleteDir [2020-04-02T22:29:09.040Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2020-04-02T22:29:09.040Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2020-04-02T22:29:09.975Z] ok github.com/docker/docker/runconfig 0.007s coverage: 68.2% of statements [2020-04-02T22:29:09.976Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-04-02T22:29:11.574Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-04-02T22:29:13.259Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2020-04-02T22:29:13.259Z] ok github.com/docker/docker/volume/local 0.022s coverage: 73.0% of statements [2020-04-02T22:29:13.459Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-04-02T22:29:13.824Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2020-04-02T22:29:15.195Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.0% of statements [2020-04-02T22:29:15.963Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-04-02T22:29:18.469Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-04-02T22:29:19.028Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-04-02T22:29:19.028Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-04-02T22:29:19.028Z] === RUN TestDockerSuite/TestHealth [2020-04-02T22:29:27.380Z] ok github.com/docker/docker/pkg/plugins 33.617s coverage: 76.6% of statements [2020-04-02T22:29:27.380Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-04-02T22:29:27.380Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-04-02T22:29:27.380Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-04-02T22:29:27.380Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-04-02T22:29:27.380Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-04-02T22:29:27.380Z] ? github.com/docker/docker/rootless [no test files] [2020-04-02T22:29:27.380Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-04-02T22:29:27.380Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-04-02T22:29:27.380Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-04-02T22:29:27.380Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-04-02T22:29:27.380Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-04-02T22:29:27.380Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-04-02T22:29:27.380Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-04-02T22:29:27.380Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-04-02T22:29:27.380Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-04-02T22:29:27.380Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-04-02T22:29:27.380Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-04-02T22:29:27.380Z] ? github.com/docker/docker/testutil/request [no test files] [2020-04-02T22:29:27.380Z] ? github.com/docker/docker/volume [no test files] [2020-04-02T22:29:27.380Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-04-02T22:29:27.380Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-04-02T22:29:27.380Z] [2020-04-02T22:29:27.380Z] === Skipped [2020-04-02T22:29:27.380Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-04-02T22:29:27.380Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-04-02T22:29:27.380Z] [2020-04-02T22:29:27.380Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-04-02T22:29:27.381Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-04-02T22:29:27.381Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:29:27.381Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-04-02T22:29:27.381Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:29:27.381Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-04-02T22:29:27.381Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:29:27.381Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-04-02T22:29:27.381Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:29:27.381Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-04-02T22:29:27.381Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:29:27.381Z] graphtest_unix.go:46: Driver btrfs not supported [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-04-02T22:29:27.381Z] graphtest_unix.go:73: No driver to put! [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-04-02T22:29:27.381Z] time="2020-04-02T22:28:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-04-02T22:29:27.381Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-04-02T22:29:27.381Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-04-02T22:29:27.381Z] time="2020-04-02T22:28:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-04-02T22:29:27.381Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-04-02T22:29:27.381Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-04-02T22:29:27.381Z] time="2020-04-02T22:28:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-04-02T22:29:27.381Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-04-02T22:29:27.381Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-04-02T22:29:27.381Z] time="2020-04-02T22:28:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-04-02T22:29:27.381Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-04-02T22:29:27.381Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-04-02T22:29:27.381Z] time="2020-04-02T22:28:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-04-02T22:29:27.381Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-04-02T22:29:27.381Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-04-02T22:29:27.381Z] graphtest_unix.go:73: No driver to put! [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-04-02T22:29:27.381Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-04-02T22:29:27.381Z] overlay_test.go:49: Fails to compute changes intermittently [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-04-02T22:29:27.381Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-04-02T22:29:27.381Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-04-02T22:29:27.381Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:29:27.381Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-04-02T22:29:27.381Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:29:27.381Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-04-02T22:29:27.381Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:29:27.381Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-04-02T22:29:27.381Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:29:27.381Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-04-02T22:29:27.381Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-04-02T22:29:27.381Z] graphtest_unix.go:46: Driver zfs not supported [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-04-02T22:29:27.381Z] graphtest_unix.go:73: No driver to put! [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-04-02T22:29:27.381Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-04-02T22:29:27.381Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] [2020-04-02T22:29:27.381Z] DONE 2140 tests, 26 skipped in 247.895s Post stage [Pipeline] junit [2020-04-02T22:29:27.392Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-04-02T22:29:27.981Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39946/.git:/go/src/github.com/docker/docker/.git --name docker-pr22 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d7ba1f85ef8f23096f2fd92d0444820543ab9675 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d7ba1f85ef8f23096f2fd92d0444820543ab9675 hack/validate/vendor [2020-04-02T22:29:28.548Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2020-04-02T22:29:29.456Z] + echo Building e2e image [2020-04-02T22:29:29.456Z] Building e2e image [2020-04-02T22:29:29.456Z] + docker build --build-arg DOCKER_GITCOMMIT=d7ba1f85ef8f23096f2fd92d0444820543ab9675 -t moby-e2e-test -f Dockerfile.e2e . [2020-04-02T22:29:29.456Z] #2 [internal] load .dockerignore [2020-04-02T22:29:29.456Z] #2 transferring context: 34B done [2020-04-02T22:29:29.456Z] #2 DONE 0.0s [2020-04-02T22:29:29.456Z] [2020-04-02T22:29:29.456Z] #1 [internal] load build definition from Dockerfile.e2e [2020-04-02T22:29:29.456Z] #1 transferring dockerfile: 3.21kB done [2020-04-02T22:29:29.456Z] #1 DONE 0.0s [2020-04-02T22:29:29.456Z] [2020-04-02T22:29:29.456Z] #4 [internal] load metadata for docker.io/library/golang:1.13.8-alpine [2020-04-02T22:29:29.716Z] #4 ... [2020-04-02T22:29:29.716Z] [2020-04-02T22:29:29.716Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2020-04-02T22:29:29.716Z] #3 DONE 0.3s [2020-04-02T22:29:29.979Z] [2020-04-02T22:29:29.979Z] #4 [internal] load metadata for docker.io/library/golang:1.13.8-alpine [2020-04-02T22:29:29.979Z] #4 DONE 0.4s [2020-04-02T22:29:29.979Z] [2020-04-02T22:29:29.979Z] #8 [internal] load build context [2020-04-02T22:29:30.243Z] #8 transferring context: 835.84kB 0.3s done [2020-04-02T22:29:30.243Z] #8 DONE 0.4s [2020-04-02T22:29:30.243Z] [2020-04-02T22:29:30.243Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.8-alpine@sha256:1ff752199f... [2020-04-02T22:29:30.244Z] #14 resolve docker.io/library/golang:1.13.8-alpine@sha256:1ff752199f17b70e5f4dc2ad7f3e7843c456eb7e1407ed158ed8c237dbf1476a done [2020-04-02T22:29:30.244Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 3.38MB / 126.88MB 0.2s [2020-04-02T22:29:30.244Z] #14 sha256:0aed2559ef8df646176b21d6ddc53232012e7d0d769131f380c0321aa10c5c02 126B / 126B 0.2s done [2020-04-02T22:29:30.244Z] #14 sha256:1ff752199f17b70e5f4dc2ad7f3e7843c456eb7e1407ed158ed8c237dbf1476a 1.65kB / 1.65kB done [2020-04-02T22:29:30.244Z] #14 sha256:5247a2e7ca4e484c93ce8177bdebf5922f9dbb14065583c4af5a5de35fa30987 1.36kB / 1.36kB done [2020-04-02T22:29:30.244Z] #14 sha256:e1fd9820be161c48c976bef05a2c2cffeb4e93b26acd8fdf1a9ff67f4b58c17a 3.83kB / 3.83kB done [2020-04-02T22:29:30.244Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 15.82MB / 126.88MB 0.4s [2020-04-02T22:29:30.501Z] #14 ... [2020-04-02T22:29:30.501Z] [2020-04-02T22:29:30.501Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:7c3773f7bcc969f0... [2020-04-02T22:29:30.501Z] #5 resolve docker.io/library/alpine:3.10@sha256:7c3773f7bcc969f03f8f653910001d99a9d324b4b9caa008846ad2c3089f5a5f done [2020-04-02T22:29:30.501Z] #5 sha256:7c3773f7bcc969f03f8f653910001d99a9d324b4b9caa008846ad2c3089f5a5f 1.64kB / 1.64kB done [2020-04-02T22:29:30.501Z] #5 sha256:de78803598bc4c940fc4591d412bffe488205d5d953f94751c6308deeaaa7eb8 528B / 528B done [2020-04-02T22:29:30.501Z] #5 sha256:af341ccd2df8b0e2d67cf8dd32e087bfda4e5756ebd1c76bbf3efa0dc246590e 1.51kB / 1.51kB done [2020-04-02T22:29:30.501Z] #5 sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 2.79MB / 2.79MB 0.1s done [2020-04-02T22:29:30.501Z] #5 extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 0.3s done [2020-04-02T22:29:30.501Z] #5 DONE 0.5s [2020-04-02T22:29:30.501Z] [2020-04-02T22:29:30.501Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.8-alpine@sha256:1ff752199f... [2020-04-02T22:29:30.501Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 37.34MB / 126.88MB 0.6s [2020-04-02T22:29:30.501Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 45.19MB / 126.88MB 0.6s [2020-04-02T22:29:30.759Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 65.56MB / 126.88MB 0.8s [2020-04-02T22:29:30.759Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 76.99MB / 126.88MB 0.9s [2020-04-02T22:29:31.018Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 87.96MB / 126.88MB 1.0s [2020-04-02T22:29:31.018Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 109.86MB / 126.88MB 1.2s [2020-04-02T22:29:31.275Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 119.66MB / 126.88MB 1.3s [2020-04-02T22:29:31.275Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 126.88MB / 126.88MB 1.4s [2020-04-02T22:29:31.533Z] #14 ... [2020-04-02T22:29:31.533Z] [2020-04-02T22:29:31.533Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2020-04-02T22:29:31.533Z] #6 DONE 1.1s [2020-04-02T22:29:31.533Z] [2020-04-02T22:29:31.533Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.8-alpine@sha256:1ff752199f... [2020-04-02T22:29:31.533Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 126.88MB / 126.88MB 1.5s done [2020-04-02T22:29:31.790Z] #14 extracting sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 [2020-04-02T22:29:37.051Z] #14 extracting sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 5.2s [2020-04-02T22:29:37.051Z] #14 ... [2020-04-02T22:29:37.051Z] [2020-04-02T22:29:37.051Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2020-04-02T22:29:37.051Z] #7 0.961 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-04-02T22:29:37.051Z] #7 2.060 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-04-02T22:29:37.051Z] #7 2.168 (1/30) Installing ncurses-terminfo-base (6.1_p20190518-r2) [2020-04-02T22:29:37.051Z] #7 2.173 (2/30) Installing ncurses-libs (6.1_p20190518-r2) [2020-04-02T22:29:37.051Z] #7 2.183 (3/30) Installing readline (8.0.0-r0) [2020-04-02T22:29:37.051Z] #7 2.188 (4/30) Installing bash (5.0.0-r0) [2020-04-02T22:29:37.051Z] #7 2.205 Executing bash-5.0.0-r0.post-install [2020-04-02T22:29:37.051Z] #7 2.209 (5/30) Installing ca-certificates (20190108-r0) [2020-04-02T22:29:37.051Z] #7 2.226 (6/30) Installing libgcc (8.3.0-r0) [2020-04-02T22:29:37.051Z] #7 2.230 (7/30) Installing libstdc++ (8.3.0-r0) [2020-04-02T22:29:37.051Z] #7 2.243 (8/30) Installing binutils (2.32-r0) [2020-04-02T22:29:37.051Z] #7 2.340 (9/30) Installing gmp (6.1.2-r1) [2020-04-02T22:29:37.051Z] #7 2.347 (10/30) Installing isl (0.18-r0) [2020-04-02T22:29:37.051Z] #7 2.371 (11/30) Installing libgomp (8.3.0-r0) [2020-04-02T22:29:37.051Z] #7 2.375 (12/30) Installing libatomic (8.3.0-r0) [2020-04-02T22:29:37.051Z] #7 2.377 (13/30) Installing mpfr3 (3.1.5-r1) [2020-04-02T22:29:37.051Z] #7 2.383 (14/30) Installing mpc1 (1.1.0-r0) [2020-04-02T22:29:37.051Z] #7 2.390 (15/30) Installing gcc (8.3.0-r0) [2020-04-02T22:29:37.051Z] #7 3.249 (16/30) Installing musl-dev (1.1.22-r3) [2020-04-02T22:29:37.051Z] #7 3.348 (17/30) Installing libc-dev (0.7.1-r0) [2020-04-02T22:29:37.051Z] #7 3.350 (18/30) Installing g++ (8.3.0-r0) [2020-04-02T22:29:37.051Z] #7 3.904 (19/30) Installing nghttp2-libs (1.39.2-r0) [2020-04-02T22:29:37.051Z] #7 3.908 (20/30) Installing libcurl (7.66.0-r0) [2020-04-02T22:29:37.051Z] #7 3.919 (21/30) Installing expat (2.2.8-r0) [2020-04-02T22:29:37.051Z] #7 3.923 (22/30) Installing pcre2 (10.33-r0) [2020-04-02T22:29:37.051Z] #7 3.935 (23/30) Installing git (2.22.2-r0) [2020-04-02T22:29:37.051Z] #7 4.133 (24/30) Installing libmnl (1.0.4-r0) [2020-04-02T22:29:37.051Z] #7 4.136 (25/30) Installing libnftnl-libs (1.1.3-r0) [2020-04-02T22:29:37.051Z] #7 4.140 (26/30) Installing iptables (1.8.3-r1) [2020-04-02T22:29:37.051Z] #7 4.170 (27/30) Installing pigz (2.4-r0) [2020-04-02T22:29:37.051Z] #7 4.229 (28/30) Installing tar (1.32-r0) [2020-04-02T22:29:37.051Z] #7 4.237 (29/30) Installing xz-libs (5.2.4-r0) [2020-04-02T22:29:37.051Z] #7 4.241 (30/30) Installing xz (5.2.4-r0) [2020-04-02T22:29:37.051Z] #7 4.259 Executing busybox-1.30.1-r3.trigger [2020-04-02T22:29:37.051Z] #7 4.262 Executing ca-certificates-20190108-r0.trigger [2020-04-02T22:29:37.051Z] #7 4.312 OK: 178 MiB in 44 packages [2020-04-02T22:29:37.051Z] #7 DONE 5.5s [2020-04-02T22:29:37.051Z] [2020-04-02T22:29:37.051Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.8-alpine@sha256:1ff752199f... [2020-04-02T22:29:37.051Z] #14 ... [2020-04-02T22:29:37.051Z] [2020-04-02T22:29:37.051Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2020-04-02T22:29:37.308Z] #9 DONE 0.1s [2020-04-02T22:29:37.308Z] [2020-04-02T22:29:37.309Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2020-04-02T22:29:37.309Z] #10 DONE 0.1s [2020-04-02T22:29:37.309Z] [2020-04-02T22:29:37.309Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2020-04-02T22:29:37.309Z] #11 DONE 0.1s [2020-04-02T22:29:37.309Z] [2020-04-02T22:29:37.309Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2020-04-02T22:29:37.309Z] #12 DONE 0.1s [2020-04-02T22:29:37.309Z] [2020-04-02T22:29:37.309Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.8-alpine@sha256:1ff752199f... [2020-04-02T22:29:37.567Z] #14 ... [2020-04-02T22:29:37.567Z] [2020-04-02T22:29:37.567Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2020-04-02T22:29:37.567Z] #13 DONE 0.1s [2020-04-02T22:29:37.567Z] [2020-04-02T22:29:37.567Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.8-alpine@sha256:1ff752199f... [2020-04-02T22:29:37.567Z] #14 extracting sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 5.9s done [2020-04-02T22:29:37.567Z] #14 extracting sha256:0aed2559ef8df646176b21d6ddc53232012e7d0d769131f380c0321aa10c5c02 [2020-04-02T22:29:37.825Z] #14 extracting sha256:0aed2559ef8df646176b21d6ddc53232012e7d0d769131f380c0321aa10c5c02 done [2020-04-02T22:29:37.825Z] #14 DONE 7.8s [2020-04-02T22:29:37.825Z] [2020-04-02T22:29:37.825Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2020-04-02T22:29:38.390Z] #15 0.608 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-04-02T22:29:39.321Z] #15 1.674 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-04-02T22:29:39.321Z] #15 1.760 (1/43) Upgrading musl (1.1.24-r0 -> 1.1.24-r2) [2020-04-02T22:29:39.579Z] #15 1.768 (2/43) Installing ncurses-terminfo-base (6.1_p20200118-r2) [2020-04-02T22:29:39.579Z] #15 1.772 (3/43) Installing ncurses-libs (6.1_p20200118-r2) [2020-04-02T22:29:39.579Z] #15 1.780 (4/43) Installing readline (8.0.1-r0) [2020-04-02T22:29:39.579Z] #15 1.785 (5/43) Installing bash (5.0.11-r1) [2020-04-02T22:29:39.579Z] #15 1.798 Executing bash-5.0.11-r1.post-install [2020-04-02T22:29:39.579Z] #15 1.800 (6/43) Installing linux-headers (4.19.36-r0) [2020-04-02T22:29:39.579Z] #15 1.874 (7/43) Installing libblkid (2.34-r1) [2020-04-02T22:29:39.579Z] #15 1.880 (8/43) Installing libuuid (2.34-r1) [2020-04-02T22:29:39.579Z] #15 1.882 (9/43) Installing btrfs-progs-libs (5.4-r0) [2020-04-02T22:29:39.579Z] #15 1.895 (10/43) Installing btrfs-progs-dev (5.4-r0) [2020-04-02T22:29:39.579Z] #15 1.899 (11/43) Installing libgcc (9.2.0-r4) [2020-04-02T22:29:39.579Z] #15 1.902 (12/43) Installing libstdc++ (9.2.0-r4) [2020-04-02T22:29:39.579Z] #15 1.914 (13/43) Installing binutils (2.33.1-r0) [2020-04-02T22:29:39.579Z] #15 1.981 (14/43) Installing libmagic (5.37-r1) [2020-04-02T22:29:39.838Z] #15 2.001 (15/43) Installing file (5.37-r1) [2020-04-02T22:29:39.838Z] #15 2.003 (16/43) Installing gmp (6.1.2-r1) [2020-04-02T22:29:39.838Z] #15 2.009 (17/43) Installing isl (0.18-r0) [2020-04-02T22:29:39.838Z] #15 2.023 (18/43) Installing libgomp (9.2.0-r4) [2020-04-02T22:29:39.838Z] #15 2.027 (19/43) Installing libatomic (9.2.0-r4) [2020-04-02T22:29:39.838Z] #15 2.029 (20/43) Installing mpfr4 (4.0.2-r1) [2020-04-02T22:29:39.838Z] #15 2.035 (21/43) Installing mpc1 (1.1.0-r1) [2020-04-02T22:29:39.838Z] #15 2.038 (22/43) Installing gcc (9.2.0-r4) [2020-04-02T22:29:40.404Z] #15 2.696 (23/43) Installing musl-dev (1.1.24-r2) [2020-04-02T22:29:40.404Z] #15 2.765 (24/43) Installing libc-dev (0.7.2-r0) [2020-04-02T22:29:40.404Z] #15 2.767 (25/43) Installing g++ (9.2.0-r4) [2020-04-02T22:29:40.891Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-04-02T22:29:40.891Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-04-02T22:29:40.891Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-04-02T22:29:40.891Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-04-02T22:29:40.891Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-04-02T22:29:40.971Z] #15 3.174 (26/43) Installing make (4.2.1-r2) [2020-04-02T22:29:40.971Z] #15 3.178 (27/43) Installing fortify-headers (1.1-r0) [2020-04-02T22:29:40.971Z] #15 3.181 (28/43) Installing build-base (0.5-r1) [2020-04-02T22:29:40.971Z] #15 3.183 (29/43) Installing nghttp2-libs (1.40.0-r0) [2020-04-02T22:29:40.972Z] #15 3.186 (30/43) Installing libcurl (7.67.0-r0) [2020-04-02T22:29:40.972Z] #15 3.192 (31/43) Installing curl (7.67.0-r0) [2020-04-02T22:29:40.972Z] #15 3.196 (32/43) Installing oniguruma (6.9.4-r0) [2020-04-02T22:29:40.972Z] #15 3.202 (33/43) Installing jq (1.6-r0) [2020-04-02T22:29:40.972Z] #15 3.209 (34/43) Installing device-mapper-libs (2.02.186-r0) [2020-04-02T22:29:40.972Z] #15 3.214 (35/43) Installing device-mapper-event-libs (2.02.186-r0) [2020-04-02T22:29:40.972Z] #15 3.217 (36/43) Installing libaio (0.3.112-r1) [2020-04-02T22:29:40.972Z] #15 3.219 (37/43) Installing lvm2-libs (2.02.186-r0) [2020-04-02T22:29:40.972Z] #15 3.248 (38/43) Installing libfdisk (2.34-r1) [2020-04-02T22:29:40.972Z] #15 3.254 (39/43) Installing libmount (2.34-r1) [2020-04-02T22:29:40.972Z] #15 3.259 (40/43) Installing libsmartcols (2.34-r1) [2020-04-02T22:29:40.972Z] #15 3.263 (41/43) Installing pkgconf (1.6.3-r0) [2020-04-02T22:29:40.972Z] #15 3.266 (42/43) Installing util-linux-dev (2.34-r1) [2020-04-02T22:29:40.972Z] #15 3.305 (43/43) Installing lvm2-dev (2.02.186-r0) [2020-04-02T22:29:40.972Z] #15 3.310 Executing busybox-1.31.1-r9.trigger [2020-04-02T22:29:40.972Z] #15 3.316 OK: 196 MiB in 57 packages [2020-04-02T22:29:41.145Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-04-02T22:29:41.535Z] #15 DONE 3.7s [2020-04-02T22:29:41.535Z] [2020-04-02T22:29:41.535Z] #16 [base 3/5] RUN mkdir -p /build/ [2020-04-02T22:29:42.093Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-04-02T22:29:42.093Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-04-02T22:29:42.093Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-04-02T22:29:42.093Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-04-02T22:29:42.099Z] #16 DONE 0.7s [2020-04-02T22:29:42.348Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-04-02T22:29:42.356Z] [2020-04-02T22:29:42.356Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2020-04-02T22:29:42.602Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-04-02T22:29:42.921Z] #17 DONE 0.7s [2020-04-02T22:29:42.921Z] [2020-04-02T22:29:42.921Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2020-04-02T22:29:42.921Z] #18 DONE 0.0s [2020-04-02T22:29:42.921Z] [2020-04-02T22:29:42.921Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-04-02T22:29:42.921Z] #22 DONE 0.1s [2020-04-02T22:29:42.921Z] [2020-04-02T22:29:42.921Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2020-04-02T22:29:43.163Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-04-02T22:29:43.163Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-04-02T22:29:43.179Z] #19 DONE 0.1s [2020-04-02T22:29:43.179Z] [2020-04-02T22:29:43.179Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2020-04-02T22:29:43.179Z] #26 DONE 0.1s [2020-04-02T22:29:43.179Z] [2020-04-02T22:29:43.179Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-04-02T22:29:43.179Z] #23 DONE 0.1s [2020-04-02T22:29:43.179Z] [2020-04-02T22:29:43.179Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-04-02T22:29:43.179Z] #24 ... [2020-04-02T22:29:43.179Z] [2020-04-02T22:29:43.179Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2020-04-02T22:29:43.179Z] #27 DONE 0.1s [2020-04-02T22:29:43.179Z] [2020-04-02T22:29:43.179Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2020-04-02T22:29:43.179Z] #28 DONE 0.1s [2020-04-02T22:29:43.436Z] [2020-04-02T22:29:43.437Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-04-02T22:29:44.522Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-04-02T22:29:44.523Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-04-02T22:29:45.445Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-04-02T22:29:46.367Z] === RUN TestDockerSuite/TestImagesFormat [2020-04-02T22:29:46.367Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-04-02T22:29:46.718Z] #29 ... [2020-04-02T22:29:46.718Z] [2020-04-02T22:29:46.718Z] #31 [builder 1/4] COPY . . [2020-04-02T22:29:46.718Z] #31 DONE 3.3s [2020-04-02T22:29:46.718Z] [2020-04-02T22:29:46.718Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-04-02T22:29:46.718Z] #20 2.494 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-04-02T22:29:46.718Z] #20 2.961 curl: option --progress: is ambiguous [2020-04-02T22:29:46.718Z] #20 2.967 curl: try 'curl --help' or 'curl --manual' for more information [2020-04-02T22:29:46.718Z] #20 3.687 curl: option --progress: is ambiguous [2020-04-02T22:29:46.718Z] #20 3.687 curl: try 'curl --help' or 'curl --manual' for more information [2020-04-02T22:29:47.285Z] #20 ... [2020-04-02T22:29:47.285Z] [2020-04-02T22:29:47.285Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-04-02T22:29:47.285Z] #24 1.313 + RM_GOPATH=0 [2020-04-02T22:29:47.285Z] #24 1.313 + TMP_GOPATH= [2020-04-02T22:29:47.285Z] #24 1.313 + : /build [2020-04-02T22:29:47.285Z] #24 1.313 + '[' -z '' ']' [2020-04-02T22:29:47.285Z] #24 1.314 ++ mktemp -d [2020-04-02T22:29:47.285Z] #24 1.316 + export GOPATH=/tmp/tmp.aLCcKA [2020-04-02T22:29:47.285Z] #24 1.316 + GOPATH=/tmp/tmp.aLCcKA [2020-04-02T22:29:47.285Z] #24 1.320 Install docker/cli version 17.06.2-ce from stable [2020-04-02T22:29:47.285Z] #24 1.320 + RM_GOPATH=1 [2020-04-02T22:29:47.285Z] #24 1.320 ++ dirname ./install.sh [2020-04-02T22:29:47.285Z] #24 1.320 + dir=. [2020-04-02T22:29:47.285Z] #24 1.320 + bin=dockercli [2020-04-02T22:29:47.285Z] #24 1.320 + shift [2020-04-02T22:29:47.285Z] #24 1.320 + '[' '!' -f ./dockercli.installer ']' [2020-04-02T22:29:47.285Z] #24 1.320 + . ./dockercli.installer [2020-04-02T22:29:47.285Z] #24 1.320 ++ : stable [2020-04-02T22:29:47.285Z] #24 1.320 ++ : 17.06.2-ce [2020-04-02T22:29:47.285Z] #24 1.320 + install_dockercli [2020-04-02T22:29:47.285Z] #24 1.320 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-04-02T22:29:47.285Z] #24 1.320 ++ uname -m [2020-04-02T22:29:47.285Z] #24 1.320 + arch=x86_64 [2020-04-02T22:29:47.285Z] #24 1.320 + '[' x86_64 '!=' x86_64 ']' [2020-04-02T22:29:47.285Z] #24 1.320 + url=https://download.docker.com/linux/static [2020-04-02T22:29:47.285Z] #24 1.320 + tar -xz docker/docker [2020-04-02T22:29:47.285Z] #24 1.320 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-04-02T22:29:47.285Z] #24 4.030 + mkdir -p /build [2020-04-02T22:29:47.285Z] #24 4.031 + mv docker/docker /build/ [2020-04-02T22:29:47.285Z] #24 4.032 + rmdir docker [2020-04-02T22:29:47.285Z] #24 DONE 4.1s [2020-04-02T22:29:47.285Z] [2020-04-02T22:29:47.285Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-04-02T22:29:47.285Z] #20 4.135 curl: option --progress: is ambiguous [2020-04-02T22:29:47.285Z] #20 4.140 curl: try 'curl --help' or 'curl --manual' for more information [2020-04-02T22:29:47.290Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-04-02T22:29:47.852Z] #20 4.822 curl: option --progress: is ambiguous [2020-04-02T22:29:47.852Z] #20 4.822 curl: try 'curl --help' or 'curl --manual' for more information [2020-04-02T22:29:47.852Z] #20 ... [2020-04-02T22:29:47.852Z] [2020-04-02T22:29:47.852Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2020-04-02T22:29:47.852Z] #32 DONE 1.8s [2020-04-02T22:29:48.110Z] [2020-04-02T22:29:48.110Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-04-02T22:29:49.485Z] #33 1.251 [2020-04-02T22:29:49.485Z] #33 1.342 Removing bundles/ [2020-04-02T22:29:49.485Z] #33 1.343 [2020-04-02T22:29:49.485Z] #33 1.350 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2020-04-02T22:29:50.420Z] #33 2.601 Building test suite binary ./integration-cli/test.main [2020-04-02T22:29:50.545Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-04-02T22:29:50.545Z] === RUN TestDockerSuite/TestImportBadURL [2020-04-02T22:29:50.545Z] === RUN TestDockerSuite/TestImportDisplay [2020-04-02T22:29:51.903Z] === RUN TestDockerSuite/TestImportFile [2020-04-02T22:29:53.701Z] #33 ... [2020-04-02T22:29:53.701Z] [2020-04-02T22:29:53.701Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-04-02T22:29:53.701Z] #20 5.309 [2020-04-02T22:29:53.701Z] #20 6.432 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-04-02T22:29:53.701Z] #20 6.795 curl: option --progress: is ambiguous [2020-04-02T22:29:53.701Z] #20 6.796 curl: try 'curl --help' or 'curl --manual' for more information [2020-04-02T22:29:53.701Z] #20 7.166 [2020-04-02T22:29:53.701Z] #20 8.257 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-04-02T22:29:53.701Z] #20 8.576 curl: option --progress: is ambiguous [2020-04-02T22:29:53.701Z] #20 8.576 curl: try 'curl --help' or 'curl --manual' for more information [2020-04-02T22:29:53.701Z] #20 8.928 [2020-04-02T22:29:53.701Z] #20 10.15 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-04-02T22:29:53.701Z] #20 10.42 curl: option --progress: is ambiguous [2020-04-02T22:29:53.701Z] #20 10.42 curl: try 'curl --help' or 'curl --manual' for more information [2020-04-02T22:29:53.701Z] #20 10.74 [2020-04-02T22:29:53.785Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-04-02T22:29:53.785Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-04-02T22:29:55.075Z] #20 11.94 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-04-02T22:29:55.146Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-04-02T22:29:55.333Z] #20 12.30 curl: option --progress: is ambiguous [2020-04-02T22:29:55.333Z] #20 12.30 curl: try 'curl --help' or 'curl --manual' for more information [2020-04-02T22:29:55.591Z] #20 12.68 [2020-04-02T22:29:55.705Z] === RUN TestDockerSuite/TestImportGzipped [2020-04-02T22:29:55.849Z] #20 12.78 Download of images into '/build' complete. [2020-04-02T22:29:55.849Z] #20 12.78 Use something like the following to load the result into a Docker daemon: [2020-04-02T22:29:55.849Z] #20 12.78 tar -cC '/build' . | docker load [2020-04-02T22:29:56.111Z] #20 DONE 13.0s [2020-04-02T22:29:56.111Z] [2020-04-02T22:29:56.111Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-04-02T22:29:56.677Z] #29 ... [2020-04-02T22:29:56.677Z] [2020-04-02T22:29:56.677Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2020-04-02T22:29:56.677Z] #21 DONE 0.1s [2020-04-02T22:29:56.677Z] [2020-04-02T22:29:56.677Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2020-04-02T22:29:56.677Z] #25 DONE 0.1s [2020-04-02T22:29:56.677Z] [2020-04-02T22:29:56.677Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-04-02T22:29:57.586Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-04-02T22:30:00.096Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-04-02T22:30:01.019Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-04-02T22:30:01.942Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-04-02T22:30:02.865Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-04-02T22:30:02.865Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-04-02T22:30:02.865Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-04-02T22:30:03.789Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-04-02T22:30:04.712Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-04-02T22:30:05.297Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-04-02T22:30:06.221Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-04-02T22:30:07.146Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-04-02T22:30:08.072Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-04-02T22:30:08.072Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-04-02T22:30:09.954Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-04-02T22:30:10.513Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-04-02T22:30:11.437Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-04-02T22:30:11.437Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-04-02T22:30:12.362Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-04-02T22:30:12.362Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-04-02T22:30:13.721Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-04-02T22:30:14.646Z] === RUN TestDockerSuite/TestInspectDefault [2020-04-02T22:30:14.757Z] #33 ... [2020-04-02T22:30:14.757Z] [2020-04-02T22:30:14.757Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-04-02T22:30:14.757Z] #29 28.92 # github.com/docker/docker/contrib/httpserver [2020-04-02T22:30:14.757Z] #29 28.92 loadinternal: cannot find runtime/cgo [2020-04-02T22:30:14.757Z] #29 DONE 29.2s [2020-04-02T22:30:14.757Z] [2020-04-02T22:30:14.757Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-04-02T22:30:14.757Z] #33 ... [2020-04-02T22:30:14.757Z] [2020-04-02T22:30:14.757Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2020-04-02T22:30:14.757Z] #30 DONE 0.1s [2020-04-02T22:30:14.757Z] [2020-04-02T22:30:14.757Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-04-02T22:30:15.569Z] === RUN TestDockerSuite/TestInspectHistory [2020-04-02T22:30:16.932Z] === RUN TestDockerSuite/TestInspectImage [2020-04-02T22:30:16.932Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-04-02T22:30:16.932Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-04-02T22:30:16.932Z] === RUN TestDockerSuite/TestInspectInt64 [2020-04-02T22:30:17.492Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-04-02T22:30:18.416Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-04-02T22:30:18.416Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-04-02T22:30:19.339Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-04-02T22:30:20.263Z] === RUN TestDockerSuite/TestInspectPlugin [2020-04-02T22:30:21.626Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-04-02T22:30:22.549Z] === RUN TestDockerSuite/TestInspectRootFS [2020-04-02T22:30:22.549Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-04-02T22:30:23.473Z] === RUN TestDockerSuite/TestInspectStatus [2020-04-02T22:30:24.833Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-04-02T22:30:26.731Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-04-02T22:30:26.731Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-04-02T22:30:27.655Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-04-02T22:30:28.579Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-04-02T22:30:29.502Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-04-02T22:30:29.502Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-04-02T22:30:30.424Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-04-02T22:30:31.351Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-04-02T22:30:32.275Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-04-02T22:30:32.275Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-04-02T22:30:32.834Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-04-02T22:30:34.718Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-04-02T22:30:35.641Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-04-02T22:30:36.564Z] === RUN TestDockerSuite/TestLinksEnvs [2020-04-02T22:30:38.449Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-04-02T22:30:38.704Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-04-02T22:30:38.959Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-04-02T22:30:40.844Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-04-02T22:30:42.208Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-04-02T22:30:43.568Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-04-02T22:30:46.077Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-04-02T22:30:46.077Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-04-02T22:30:47.440Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-04-02T22:30:48.800Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-04-02T22:30:49.360Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-04-02T22:30:50.283Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-04-02T22:30:52.790Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-04-02T22:31:02.720Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-04-02T22:31:05.269Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-04-02T22:31:07.151Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-04-02T22:31:08.116Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-04-02T22:31:10.622Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-04-02T22:31:10.622Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-04-02T22:31:10.876Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-04-02T22:31:10.876Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-04-02T22:31:11.130Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-04-02T22:31:12.052Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-04-02T22:31:12.974Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-04-02T22:31:17.125Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-04-02T22:31:17.685Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-04-02T22:31:17.685Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-04-02T22:31:22.915Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-04-02T22:31:23.474Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-04-02T22:31:23.474Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-04-02T22:31:24.834Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-04-02T22:31:25.756Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-04-02T22:31:27.114Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-04-02T22:31:27.368Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-04-02T22:31:28.290Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-04-02T22:31:29.214Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-04-02T22:31:31.720Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-04-02T22:31:31.720Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-04-02T22:31:32.642Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-04-02T22:31:34.002Z] === RUN TestDockerSuite/TestLogsSince [2020-04-02T22:31:42.066Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-04-02T22:31:44.570Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-04-02T22:31:47.083Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-04-02T22:31:47.337Z] === RUN TestDockerSuite/TestLogsTail [2020-04-02T22:31:47.895Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-04-02T22:31:48.454Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-04-02T22:31:49.377Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-04-02T22:31:49.936Z] === RUN TestDockerSuite/TestMountIntoProc [2020-04-02T22:31:50.497Z] === RUN TestDockerSuite/TestMountIntoSys [2020-04-02T22:31:50.497Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-04-02T22:31:51.420Z] === RUN TestDockerSuite/TestNetHostname [2020-04-02T22:31:53.304Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-04-02T22:31:54.227Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-04-02T22:31:54.481Z] === RUN TestDockerSuite/TestNetworkEvents [2020-04-02T22:31:56.364Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-04-02T22:31:56.364Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-04-02T22:31:58.868Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-04-02T22:31:59.790Z] === RUN TestDockerSuite/TestPluginActive [2020-04-02T22:32:00.044Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-04-02T22:32:01.403Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-04-02T22:32:03.912Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-04-02T22:32:06.223Z] #33 129.5 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-04-02T22:32:06.223Z] #33 132.0 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-04-02T22:32:06.223Z] #33 133.2 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-04-02T22:32:06.223Z] #33 135.2 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-04-02T22:32:06.223Z] #33 137.7 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-04-02T22:32:07.156Z] #33 138.9 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-04-02T22:32:07.169Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-04-02T22:32:07.169Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-04-02T22:32:07.169Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-04-02T22:32:07.727Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-04-02T22:32:08.089Z] #33 140.1 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-04-02T22:32:09.461Z] #33 141.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-04-02T22:32:09.461Z] #33 141.4 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-04-02T22:32:10.832Z] #33 142.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-04-02T22:32:10.992Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-04-02T22:32:11.247Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-04-02T22:32:12.729Z] #33 144.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-04-02T22:32:13.128Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-04-02T22:32:14.101Z] #33 146.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-04-02T22:32:15.008Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-04-02T22:32:15.999Z] #33 147.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-04-02T22:32:16.257Z] #33 148.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-04-02T22:32:17.514Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-04-02T22:32:18.155Z] #33 149.8 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-04-02T22:32:19.089Z] #33 150.9 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-04-02T22:32:20.769Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-04-02T22:32:20.988Z] #33 152.7 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-04-02T22:32:21.920Z] #33 153.7 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-04-02T22:32:22.649Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-04-02T22:32:22.854Z] #33 154.8 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-04-02T22:32:23.571Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-04-02T22:32:24.130Z] === RUN TestDockerSuite/TestPortHostBinding [2020-04-02T22:32:24.228Z] #33 156.0 [2020-04-02T22:32:24.228Z] #33 DONE 156.3s [2020-04-02T22:32:24.228Z] [2020-04-02T22:32:24.228Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2020-04-02T22:32:25.602Z] #34 DONE 1.3s [2020-04-02T22:32:26.012Z] === RUN TestDockerSuite/TestPortList [2020-04-02T22:32:26.973Z] [2020-04-02T22:32:26.973Z] #35 [runner 12/12] COPY --from=builder /build/ / [2020-04-02T22:32:27.536Z] #35 DONE 0.6s [2020-04-02T22:32:27.537Z] [2020-04-02T22:32:27.537Z] #36 exporting to image [2020-04-02T22:32:27.537Z] #36 exporting layers [2020-04-02T22:32:29.463Z] #36 exporting layers 1.9s done [2020-04-02T22:32:29.463Z] #36 writing image sha256:2f8263a951fb32878f43300323cc1052cf91c01ac99c5a25df81ab3871dbbd78 done [2020-04-02T22:32:29.463Z] #36 naming to docker.io/library/moby-e2e-test done [2020-04-02T22:32:29.463Z] #36 DONE 1.9s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-04-02T22:32:29.782Z] + echo Ensuring container killed. [2020-04-02T22:32:29.782Z] Ensuring container killed. [2020-04-02T22:32:29.782Z] + docker rm -vf docker-pr22 [2020-04-02T22:32:29.782Z] Error: No such container: docker-pr22 [2020-04-02T22:32:29.782Z] + true [Pipeline] sh [2020-04-02T22:32:30.063Z] + echo Chowning /workspace to jenkins user [2020-04-02T22:32:30.063Z] Chowning /workspace to jenkins user [2020-04-02T22:32:30.063Z] + id -u [2020-04-02T22:32:30.063Z] + id -g [2020-04-02T22:32:30.063Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39946:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-04-02T22:32:31.290Z] + bundleName=unit [2020-04-02T22:32:31.290Z] + echo Creating unit-bundles.tar.gz [2020-04-02T22:32:31.290Z] Creating unit-bundles.tar.gz [2020-04-02T22:32:31.290Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-04-02T22:32:31.290Z] bundles/junit-report.xml [2020-04-02T22:32:31.290Z] bundles/go-test-report.json [2020-04-02T22:32:31.290Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-04-02T22:32:31.301Z] Archiving artifacts [2020-04-02T22:32:31.649Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39946/22/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-04-02T22:32:31.962Z] + make clean [2020-04-02T22:32:32.220Z] docker volume rm -f docker-dev-cache [2020-04-02T22:32:32.220Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-04-02T22:32:35.935Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-04-02T22:32:37.293Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-04-02T22:32:37.293Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-04-02T22:32:40.547Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-04-02T22:32:44.707Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-04-02T22:32:44.707Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-04-02T22:32:44.707Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-04-02T22:32:44.961Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-04-02T22:32:45.883Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-04-02T22:32:45.883Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-04-02T22:32:46.806Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-04-02T22:32:46.806Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-04-02T22:32:47.364Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-04-02T22:32:47.364Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-04-02T22:32:47.619Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-04-02T22:32:49.500Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-04-02T22:32:49.500Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-04-02T22:32:52.755Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-04-02T22:32:52.755Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-04-02T22:32:54.635Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-04-02T22:32:54.889Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-04-02T22:32:55.143Z] === RUN TestDockerSuite/TestPsByOrder [2020-04-02T22:32:55.701Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-04-02T22:32:58.956Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-04-02T22:32:59.514Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-04-02T22:33:03.666Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-04-02T22:33:08.895Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-04-02T22:33:08.895Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-04-02T22:33:08.895Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-04-02T22:33:13.049Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-04-02T22:33:21.113Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-04-02T22:33:22.036Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-04-02T22:33:22.036Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-04-02T22:33:25.292Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-04-02T22:33:26.650Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-04-02T22:33:28.530Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-04-02T22:33:29.888Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-04-02T22:33:32.395Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-04-02T22:33:34.276Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-04-02T22:33:34.276Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-04-02T22:33:35.200Z] === RUN TestDockerSuite/TestPsRightTagName [2020-04-02T22:33:35.454Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-04-02T22:33:37.961Z] === RUN TestDockerSuite/TestPsShowMounts [2020-04-02T22:33:38.217Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-04-02T22:33:40.734Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-04-02T22:33:41.292Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-04-02T22:33:41.292Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-04-02T22:33:41.292Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-04-02T22:33:41.546Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-04-02T22:33:41.547Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-04-02T22:33:42.471Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-04-02T22:33:44.353Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-04-02T22:33:45.712Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-04-02T22:33:46.634Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-04-02T22:33:54.704Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-04-02T22:33:56.062Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-04-02T22:33:57.943Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-04-02T22:33:58.866Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-04-02T22:33:58.866Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-04-02T22:33:58.866Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-04-02T22:33:59.120Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-04-02T22:34:01.002Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-04-02T22:34:01.924Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-04-02T22:34:03.806Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-04-02T22:34:03.806Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-04-02T22:34:07.959Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-04-02T22:34:09.859Z] === RUN TestDockerSuite/TestRmiBlank [2020-04-02T22:34:09.859Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-04-02T22:34:09.859Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-04-02T22:34:14.012Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-04-02T22:34:14.571Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-04-02T22:34:15.129Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-04-02T22:34:17.008Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-04-02T22:34:17.931Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-04-02T22:34:19.812Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-04-02T22:34:20.734Z] === RUN TestDockerSuite/TestRmiTag [2020-04-02T22:34:20.734Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-04-02T22:34:21.656Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-04-02T22:34:24.162Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-04-02T22:34:26.668Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-04-02T22:34:27.226Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-04-02T22:34:28.148Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-04-02T22:34:28.402Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-04-02T22:34:30.282Z] === RUN TestDockerSuite/TestRunAddHost [2020-04-02T22:34:30.839Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-04-02T22:34:31.397Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-04-02T22:34:32.328Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-04-02T22:34:32.328Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-04-02T22:34:32.328Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-04-02T22:34:33.251Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-04-02T22:34:35.131Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-04-02T22:34:35.131Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-04-02T22:34:35.690Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-04-02T22:34:36.613Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-04-02T22:34:37.537Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-04-02T22:34:38.895Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-04-02T22:34:40.775Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-04-02T22:34:41.697Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-04-02T22:34:42.618Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-04-02T22:34:43.540Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-04-02T22:34:44.461Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-04-02T22:34:45.384Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-04-02T22:34:46.306Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-04-02T22:34:47.663Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-04-02T22:34:48.221Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-04-02T22:34:49.142Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-04-02T22:34:50.066Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-04-02T22:34:50.066Z] === RUN TestDockerSuite/TestRunBindMounts [2020-04-02T22:34:50.624Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-04-02T22:34:52.505Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-04-02T22:34:53.439Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-04-02T22:34:54.364Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-04-02T22:34:54.922Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-04-02T22:34:55.844Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-04-02T22:34:55.844Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-04-02T22:34:56.765Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-04-02T22:34:57.323Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-04-02T22:34:58.244Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-04-02T22:34:59.166Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-04-02T22:34:59.723Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-04-02T22:34:59.977Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-04-02T22:35:00.900Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-04-02T22:35:00.900Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-04-02T22:35:02.261Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-04-02T22:35:02.819Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-04-02T22:35:03.742Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-04-02T22:35:04.664Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-04-02T22:35:04.664Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-04-02T22:35:05.585Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-04-02T22:35:06.944Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-04-02T22:35:08.824Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-04-02T22:35:09.746Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-04-02T22:35:10.305Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-04-02T22:35:11.228Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-04-02T22:35:12.150Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-04-02T22:35:12.709Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-04-02T22:35:13.648Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-04-02T22:35:14.571Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-04-02T22:35:16.450Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-04-02T22:35:18.330Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-04-02T22:35:20.211Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-04-02T22:35:20.211Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-04-02T22:35:20.770Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-04-02T22:35:24.025Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-04-02T22:35:25.382Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-04-02T22:35:27.893Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-04-02T22:35:31.147Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-04-02T22:35:31.147Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-04-02T22:35:31.147Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-04-02T22:35:31.402Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-04-02T22:35:33.282Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-04-02T22:35:35.162Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-04-02T22:35:37.667Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-04-02T22:35:37.922Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-04-02T22:35:39.823Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-04-02T22:35:40.745Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-04-02T22:35:40.745Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-04-02T22:35:41.303Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-04-02T22:35:43.183Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-04-02T22:35:43.183Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-04-02T22:35:44.105Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-04-02T22:35:45.028Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-04-02T22:35:45.587Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-04-02T22:35:46.510Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-04-02T22:35:46.510Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-04-02T22:35:47.434Z] === RUN TestDockerSuite/TestRunEnvironment [2020-04-02T22:35:47.992Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-04-02T22:35:48.915Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-04-02T22:35:49.838Z] === RUN TestDockerSuite/TestRunExitCode [2020-04-02T22:35:50.397Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-04-02T22:35:51.320Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-04-02T22:35:52.242Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-04-02T22:35:52.800Z] === RUN TestDockerSuite/TestRunExposePort [2020-04-02T22:35:52.800Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-04-02T22:35:53.722Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-04-02T22:35:54.644Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-04-02T22:35:56.004Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-04-02T22:35:56.562Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-04-02T22:35:56.562Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-04-02T22:36:00.727Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-04-02T22:36:00.981Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-04-02T22:36:13.127Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-04-02T22:36:13.685Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-04-02T22:36:15.567Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-04-02T22:36:15.567Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-04-02T22:36:15.567Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-04-02T22:36:15.567Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-04-02T22:36:16.126Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-04-02T22:36:19.380Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-04-02T22:36:20.739Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-04-02T22:36:22.618Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-04-02T22:36:23.540Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-04-02T22:36:24.098Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-04-02T22:36:24.656Z] === RUN TestDockerSuite/TestRunModeHostname [2020-04-02T22:36:26.014Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-04-02T22:36:26.014Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-04-02T22:36:26.268Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-04-02T22:36:27.626Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-04-02T22:36:28.984Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-04-02T22:36:30.874Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-04-02T22:36:30.874Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-04-02T22:36:30.874Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-04-02T22:36:32.753Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-04-02T22:36:34.111Z] === RUN TestDockerSuite/TestRunMount [2020-04-02T22:36:40.716Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-04-02T22:36:41.274Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-04-02T22:36:42.211Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-04-02T22:36:44.090Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-04-02T22:36:45.972Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-04-02T22:36:49.228Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-04-02T22:36:50.586Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-04-02T22:36:51.945Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-04-02T22:36:55.206Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-04-02T22:36:55.765Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-04-02T22:36:56.323Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-04-02T22:36:58.219Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-04-02T22:36:58.219Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-04-02T22:36:59.146Z] === RUN TestDockerSuite/TestRunNetHost [2020-04-02T22:37:00.506Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-04-02T22:37:01.065Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-04-02T22:37:01.989Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-04-02T22:37:04.499Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-04-02T22:37:04.754Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-04-02T22:37:07.259Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-04-02T22:37:12.491Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-04-02T22:37:12.746Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-04-02T22:37:12.746Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-04-02T22:37:13.304Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-04-02T22:37:13.558Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-04-02T22:37:13.813Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-04-02T22:37:14.739Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-04-02T22:37:15.298Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-04-02T22:37:15.298Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-04-02T22:37:16.656Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-04-02T22:37:16.656Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-04-02T22:37:17.579Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-04-02T22:37:17.579Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-04-02T22:37:18.138Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-04-02T22:37:19.060Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-04-02T22:37:20.943Z] === RUN TestDockerSuite/TestRunPortInUse [2020-04-02T22:37:22.314Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-04-02T22:37:22.314Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-04-02T22:37:23.238Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-04-02T22:37:23.797Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-04-02T22:37:24.722Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-04-02T22:37:25.644Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-04-02T22:37:26.246Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-04-02T22:37:26.246Z] === RUN TestDockerSuite/TestRunPublishPort [2020-04-02T22:37:27.212Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-04-02T22:37:27.771Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-04-02T22:37:27.771Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-04-02T22:37:28.695Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-04-02T22:37:28.949Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-04-02T22:37:30.310Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-04-02T22:37:30.310Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-04-02T22:37:33.565Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-04-02T22:37:34.123Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-04-02T22:37:34.123Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-04-02T22:37:35.045Z] === RUN TestDockerSuite/TestRunRm [2020-04-02T22:37:35.968Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-04-02T22:37:40.122Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-04-02T22:37:41.044Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-04-02T22:37:41.967Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-04-02T22:37:42.221Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-04-02T22:37:43.145Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-04-02T22:37:43.403Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-04-02T22:37:43.962Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-04-02T22:37:44.521Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-04-02T22:37:47.029Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-04-02T22:37:48.389Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-04-02T22:37:53.620Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-04-02T22:37:54.178Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-04-02T22:37:55.099Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-04-02T22:37:56.022Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-04-02T22:37:56.581Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-04-02T22:37:57.503Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-04-02T22:37:58.426Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-04-02T22:37:58.984Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-04-02T22:37:59.906Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-04-02T22:38:00.829Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-04-02T22:38:03.334Z] === RUN TestDockerSuite/TestRunState [2020-04-02T22:38:05.214Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-04-02T22:38:05.772Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-04-02T22:38:06.696Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-04-02T22:38:06.696Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-04-02T22:38:06.956Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-04-02T22:38:07.534Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-04-02T22:38:08.456Z] === RUN TestDockerSuite/TestRunSysctls [2020-04-02T22:38:10.336Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-04-02T22:38:10.336Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-04-02T22:38:10.336Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-04-02T22:38:10.895Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-04-02T22:38:14.151Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-04-02T22:38:14.405Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-04-02T22:38:16.286Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-04-02T22:38:20.439Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-04-02T22:38:23.693Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-04-02T22:38:24.251Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-04-02T22:38:25.173Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-04-02T22:38:25.735Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-04-02T22:38:28.243Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-04-02T22:38:29.604Z] === RUN TestDockerSuite/TestRunUserByID [2020-04-02T22:38:30.162Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-04-02T22:38:30.416Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-04-02T22:38:30.416Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-04-02T22:38:31.338Z] === RUN TestDockerSuite/TestRunUserByName [2020-04-02T22:38:32.268Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-04-02T22:38:32.834Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-04-02T22:38:33.088Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-04-02T22:38:33.088Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-04-02T22:38:34.011Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-04-02T22:38:39.240Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-04-02T22:38:39.240Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-04-02T22:38:40.599Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-04-02T22:38:41.158Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-04-02T22:38:43.040Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-04-02T22:38:44.922Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-04-02T22:38:47.427Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-04-02T22:38:49.934Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-04-02T22:38:50.857Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-04-02T22:38:51.415Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-04-02T22:38:52.336Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-04-02T22:38:52.336Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-04-02T22:38:52.336Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-04-02T22:38:52.336Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-04-02T22:38:52.590Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-04-02T22:38:53.512Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-04-02T22:38:54.435Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-04-02T22:38:55.357Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-04-02T22:38:56.723Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-04-02T22:38:57.656Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-04-02T22:38:58.578Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-04-02T22:38:58.578Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-04-02T22:38:59.135Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-04-02T22:38:59.390Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-04-02T22:38:59.390Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-04-02T22:38:59.390Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-04-02T22:38:59.390Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-04-02T22:38:59.644Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-04-02T22:38:59.644Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-04-02T22:38:59.898Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-04-02T22:39:00.153Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-04-02T22:39:00.153Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-04-02T22:39:01.077Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-04-02T22:39:01.999Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-04-02T22:39:02.557Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-04-02T22:39:02.811Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-04-02T22:39:03.733Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-04-02T22:39:03.733Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-04-02T22:39:04.655Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-04-02T22:39:04.655Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-04-02T22:39:05.577Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-04-02T22:39:06.136Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-04-02T22:39:06.136Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-04-02T22:39:06.391Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-04-02T22:39:07.315Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-04-02T22:39:08.674Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-04-02T22:39:09.637Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-04-02T22:39:09.637Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-04-02T22:39:10.195Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-04-02T22:39:10.449Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-04-02T22:39:12.330Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-04-02T22:39:12.888Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-04-02T22:39:15.395Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-04-02T22:39:15.954Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-04-02T22:39:16.208Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-04-02T22:39:16.208Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-04-02T22:39:17.143Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-04-02T22:39:18.515Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-04-02T22:39:19.873Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-04-02T22:39:19.873Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-04-02T22:39:21.753Z] === RUN TestDockerSuite/TestSaveImageId [2020-04-02T22:39:21.753Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-04-02T22:39:22.311Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-04-02T22:39:24.190Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-04-02T22:39:24.444Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-04-02T22:39:26.326Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-04-02T22:39:26.326Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-04-02T22:39:26.326Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-04-02T22:39:27.685Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-04-02T22:39:29.566Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-04-02T22:39:29.566Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-04-02T22:39:29.820Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-04-02T22:39:29.820Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-04-02T22:39:29.820Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-04-02T22:39:30.378Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-04-02T22:39:31.737Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-04-02T22:39:32.658Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-04-02T22:39:39.177Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-04-02T22:39:41.056Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-04-02T22:39:41.982Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-04-02T22:39:43.880Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-04-02T22:39:45.238Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-04-02T22:39:46.597Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-04-02T22:39:49.103Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-04-02T22:39:50.025Z] === RUN TestDockerSuite/TestStartRecordError [2020-04-02T22:39:51.383Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-04-02T22:39:52.307Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-04-02T22:39:54.814Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-04-02T22:39:57.321Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-04-02T22:40:00.573Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-04-02T22:40:05.801Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-04-02T22:40:08.305Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-04-02T22:40:13.546Z] === RUN TestDockerSuite/TestStatsNoStream [2020-04-02T22:40:16.798Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-04-02T22:40:18.156Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-04-02T22:40:19.079Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-04-02T22:40:20.000Z] === RUN TestDockerSuite/TestTopPrivileged [2020-04-02T22:40:20.922Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-04-02T22:40:20.922Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-04-02T22:40:21.480Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-04-02T22:40:26.708Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-04-02T22:40:29.961Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-04-02T22:40:30.215Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-04-02T22:40:31.137Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-04-02T22:40:31.137Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-04-02T22:40:32.059Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-04-02T22:40:33.938Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-04-02T22:40:33.938Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-04-02T22:40:35.297Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-04-02T22:40:36.262Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-04-02T22:40:37.198Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-04-02T22:40:39.081Z] === RUN TestDockerSuite/TestUpdateStats [2020-04-02T22:40:43.233Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-04-02T22:40:44.592Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-04-02T22:40:44.592Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-04-02T22:40:45.952Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-04-02T22:40:46.510Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-04-02T22:40:50.661Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-04-02T22:40:54.814Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-04-02T22:40:58.070Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-04-02T22:41:00.574Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-04-02T22:41:04.725Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-04-02T22:41:09.973Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-04-02T22:41:12.477Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-04-02T22:41:14.982Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-04-02T22:41:16.340Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-04-02T22:41:17.697Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-04-02T22:41:20.201Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-04-02T22:41:22.708Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-04-02T22:41:25.213Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-04-02T22:41:27.718Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-04-02T22:41:30.223Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-04-02T22:41:45.049Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-04-02T22:41:45.049Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-04-02T22:41:45.049Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-04-02T22:41:45.971Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-04-02T22:41:45.971Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-04-02T22:41:45.971Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-04-02T22:41:45.971Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-04-02T22:41:46.893Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-04-02T22:41:46.893Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-04-02T22:41:47.816Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-04-02T22:41:47.816Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-04-02T22:41:47.816Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-04-02T22:41:47.816Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-04-02T22:41:48.070Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-04-02T22:41:50.574Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-04-02T22:41:50.574Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-04-02T22:41:50.574Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-04-02T22:41:50.827Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-04-02T22:41:50.827Z] === RUN TestDockerSuite/TestVolumeEvents [2020-04-02T22:41:51.750Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-04-02T22:41:53.630Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-04-02T22:41:54.189Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-04-02T22:41:54.189Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-04-02T22:41:54.189Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-04-02T22:41:57.443Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-04-02T22:42:01.596Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite (1790.82s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.88s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.14s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.60s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.81s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.18s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.85s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.25s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.00s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.69s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.98s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.27s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.93s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.07s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.57s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.10s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.24s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.90s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.01s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.10s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.12s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.92s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAttachDetach (1.17s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.12s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.97s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.15s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.09s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.57s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.24s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.30s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.45s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.34s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.85s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (22.02s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.73s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.46s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.22s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.85s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.44s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.78s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.02s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (9.17s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.99s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.80s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.30s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.34s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.82s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (4.03s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.04s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.27s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.60s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddScript (4.39s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (11.01s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (7.47s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (5.54s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.74s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddTar (13.21s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.89s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.80s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (5.57s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (9.26s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.60s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (3.33s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.87s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.75s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.44s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (3.20s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.67s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.79s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.73s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.49s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.42s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.82s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.48s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.29s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.72s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (6.33s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.46s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.61s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.93s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.88s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.41s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.38s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.77s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.99s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.09s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.56s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.91s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.48s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildCmd (0.35s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.39s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.48s) [2020-04-02T22:42:01.596Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-04-02T22:42:01.596Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.52s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (6.25s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.08s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildContChar (3.55s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.22s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.39s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.24s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.73s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.31s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (12.96s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.98s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.62s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.40s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.54s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.62s) [2020-04-02T22:42:01.596Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-04-02T22:42:01.596Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-04-02T22:42:01.596Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-04-02T22:42:01.596Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2020-04-02T22:42:01.596Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-04-02T22:42:01.596Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2020-04-02T22:42:01.596Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2020-04-02T22:42:01.596Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (4.72s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (5.44s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.57s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.49s) [2020-04-02T22:42:01.596Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (6.95s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (7.02s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.68s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.58s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.47s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.71s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.30s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.40s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.38s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.90s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.36s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.55s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (12.16s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.85s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.41s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.21s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.35s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.86s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.66s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.85s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (19.66s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.18s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.78s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.40s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.40s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.77s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.15s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.36s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.40s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.83s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.73s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (2.01s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildEnv (2.16s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.58s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.34s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (8.78s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (25.86s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.18s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (11.07s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (1.01s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.61s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.59s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.75s) [2020-04-02T22:42:01.597Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-04-02T22:42:01.597Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.42s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (13.64s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildExpose (0.43s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.71s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.61s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.42s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildFails (1.13s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.81s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.85s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildForceRm (2.43s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.86s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.47s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.28s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.44s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.05s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.41s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.76s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.57s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.80s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildHistory (6.02s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.62s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.32s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.72s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.72s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.05s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.24s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildLabel (0.58s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.56s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.59s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.40s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildLabels (0.53s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.17s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.19s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.79s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildLineBreak (4.39s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.33s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.72s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.67s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.63s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.54s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.54s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (10.91s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.79s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.72s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (3.18s) [2020-04-02T22:42:01.597Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-04-02T22:42:01.597Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.47s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.56s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.25s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.42s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.53s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.70s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.47s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.20s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.16s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.45s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.04s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.38s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.42s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.78s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.34s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.73s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.18s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.88s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.33s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.45s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.70s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.45s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.86s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildPATH (2.54s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.75s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.08s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (11.29s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (5.02s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.13s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildRm (3.07s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.32s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.32s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.61s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.59s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.32s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.31s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.23s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.41s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.17s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.38s) [2020-04-02T22:42:01.597Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s) [2020-04-02T22:42:01.597Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.57s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.14s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.16s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildStderr (1.25s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.00s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.30s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.16s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.63s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.03s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.59s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildUser (2.28s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (5.45s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (19.86s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.10s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.36s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.07s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.17s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.64s) [2020-04-02T22:42:01.597Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-04-02T22:42:01.597Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-04-02T22:42:01.597Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-04-02T22:42:01.597Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2020-04-02T22:42:01.597Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-04-02T22:42:01.597Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2020-04-02T22:42:01.597Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-04-02T22:42:01.597Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.18s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.94s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.68s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.04s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.12s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.12s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.26s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.07s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.46s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.73s) [2020-04-02T22:42:01.597Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-04-02T22:42:01.597Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.96s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.71s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-04-02T22:42:01.597Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-04-02T22:42:01.597Z] docker_cli_sni_test.go:18: Flakey test [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.78s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.98s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestCommitChange (1.21s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.26s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.95s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.88s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.18s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestCommitTTY (2.09s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.13s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (2.29s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.91s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.19s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.75s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.77s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.82s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.88s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.80s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.89s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.75s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.07s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.77s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.06s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.13s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.94s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.92s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.83s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.77s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.85s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.06s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.81s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (1.08s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.75s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.01s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.77s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (1.02s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.11s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.80s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.54s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.51s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.78s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.56s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.84s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.86s) [2020-04-02T22:42:01.597Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-04-02T22:42:01.597Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.81s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.90s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.30s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (5.11s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.63s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.19s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.65s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (24.18s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.59s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.65s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.64s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.55s) [2020-04-02T22:42:01.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000780be0_} (1.66s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1038339947_/foo_false____} (1.73s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1038339947_/foo_true____} (1.67s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3564134350_/foo_false____} (1.64s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3564134350_/foo_true____} (1.62s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3564134350_/foo_true__0xc000780ca0__} (1.62s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000780cc0_} (1.52s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000780ce0_} (1.63s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000780d00_} (1.49s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000780d20_} (1.68s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.86s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.49s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.07s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.05s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.05s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.03s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.04s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.06s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.05s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.06s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.94s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.74s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.49s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.94s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.25s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (1.00s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (1.01s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.09s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.97s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.96s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.98s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.08s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.17s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpFromCaseF (1.03s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.07s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.18s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpFromCaseI (1.02s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.08s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.57s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.05s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.95s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.93s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.96s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.21s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.96s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.19s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.81s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.95s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.59s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.04s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.53s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.88s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.02s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpToCaseH (4.26s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpToCaseI (1.19s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpToCaseJ (5.72s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.21s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpToDot (1.21s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (2.11s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (2.15s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpToStdout (1.09s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.55s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.41s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (1.09s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.79s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.10s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCreateArgs (0.09s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.56s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.75s) [2020-04-02T22:42:01.598Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-04-02T22:42:01.598Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.85s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.40s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCreateLabels (0.11s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.17s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCreateRM (0.21s) [2020-04-02T22:42:01.598Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-04-02T22:42:01.598Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.10s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.26s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.85s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.15s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.06s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (5.53s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.12s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.16s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.07s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.08s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.75s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.62s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.89s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.66s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.64s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.85s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.77s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.90s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestDockerFails (0.03s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.05s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.36s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (1.17s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.65s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.13s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.46s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.87s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (3.13s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.13s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.26s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsAttach (0.98s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsCommit (1.04s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (1.01s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.87s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (1.05s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.81s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.78s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.34s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.55s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsCopy (1.25s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.65s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.81s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.36s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.47s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.19s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.11s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.37s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.13s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsFilters (1.63s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsFormat (1.58s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.86s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.21s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.37s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.27s) [2020-04-02T22:42:01.598Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-04-02T22:42:01.598Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-04-02T22:42:01.598Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-04-02T22:42:01.598Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.66s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.84s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsRename (0.88s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsResize (1.10s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.79s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.05s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.85s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.10s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsTop (0.88s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.62s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExec (0.92s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.88s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.95s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.74s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.62s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.86s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.81s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.87s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.92s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.90s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.85s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.65s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecCgroup (1.28s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecEnv (0.98s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.88s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.94s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecInspectID (3.09s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecInteractive (0.90s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.89s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.87s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecParseError (0.82s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.83s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.81s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.61s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.97s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecStartFails (0.93s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.19s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.88s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecTTY (0.95s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.08s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.86s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecUlimits (1.03s) [2020-04-02T22:42:01.598Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-04-02T22:42:01.598Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecWithImageUser (3.19s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.82s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.26s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.90s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestExecWithUser (0.96s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.83s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.78s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.83s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.87s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.70s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.08s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestHealth (20.88s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.98s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.88s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.33s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.31s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.58s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.08s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.94s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.91s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.83s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.94s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestImportBadURL (0.11s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestImportDisplay (1.58s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestImportFile (1.82s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.93s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestImportGzipped (2.04s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (2.34s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (1.05s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.87s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.93s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.03s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.02s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.89s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.85s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.85s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.90s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.87s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.85s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.66s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.86s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.91s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.86s) [2020-04-02T22:42:01.598Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-04-02T22:42:01.598Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.36s) [2020-04-02T22:42:01.598Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.97s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestInspectDefault (0.84s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestInspectHistory (1.14s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2020-04-02T22:42:01.599Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-04-02T22:42:01.599Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.87s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.87s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.09s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.87s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.93s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.29s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.89s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestInspectStatus (1.08s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (2.04s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.95s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.87s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.93s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.97s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.86s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.91s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.47s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.75s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.89s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.43s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.74s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.85s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.82s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.05s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.58s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.50s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (1.13s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (12.37s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.52s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.81s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.85s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.59s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.42s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.84s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.92s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.86s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.92s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.93s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.90s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.20s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.16s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.17s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.22s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.11s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.58s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.88s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (1.13s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLogsSince (6.91s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.84s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.87s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLogsTail (0.83s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.91s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.83s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.43s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.89s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestNetHostname (2.70s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.41s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.55s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.71s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.85s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPluginActive (1.93s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.43s) [2020-04-02T22:42:01.599Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.02s) [2020-04-02T22:42:01.599Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.79s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.46s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.59s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.12s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.47s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.14s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.62s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.61s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPortList (10.07s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.50s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.48s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.08s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.82s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (1.01s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.74s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.15s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.65s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.38s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.70s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.63s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPsByOrder (3.48s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.03s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.41s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.01s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.12s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.34s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (7.87s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.63s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.94s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.65s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.59s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.75s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.46s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.63s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.21s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (1.01s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.57s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.63s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.78s) [2020-04-02T22:42:01.599Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-04-02T22:42:01.599Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.17s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.11s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.90s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.61s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.57s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.89s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.02s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.59s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.58s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.10s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.10s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.27s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.82s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.71s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (4.02s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.71s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.11s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.93s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.11s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.33s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.84s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.95s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.74s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.03s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRmiTag (0.13s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.84s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.71s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.90s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.97s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.44s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.59s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunAddHost (0.82s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.35s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.84s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.90s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.76s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.80s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (1.01s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.87s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.56s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.61s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.96s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.95s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.97s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.84s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.98s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.03s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.13s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.81s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.80s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.80s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.03s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.63s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.85s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.85s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.77s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.79s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.80s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.82s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.80s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.80s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.80s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.82s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.28s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.84s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.83s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.83s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.09s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.82s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.65s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.60s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.56s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.88s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.89s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.79s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.86s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.79s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.80s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.62s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.08s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.86s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.69s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.77s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.72s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.72s) [2020-04-02T22:42:01.599Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-04-02T22:42:01.599Z] docker_cli_run_test.go:4130: unmatched requirement DaemonIsWindows [2020-04-02T22:42:01.599Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-04-02T22:42:01.599Z] docker_cli_run_test.go:4149: unmatched requirement DaemonIsWindows [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.76s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.76s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.61s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.42s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.78s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.78s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.81s) [2020-04-02T22:42:01.599Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-04-02T22:42:01.599Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.80s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.72s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.04s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.83s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.81s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.82s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.79s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.80s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.80s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.80s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.78s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunExitCode (0.80s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.82s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.81s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.79s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2020-04-02T22:42:01.599Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.78s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.82s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.57s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.39s) [2020-04-02T22:42:01.600Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-04-02T22:42:01.600Z] docker_cli_run_test.go:4232: unmatched requirement IsolationIsHyperv [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.64s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.83s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.54s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.20s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.55s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.03s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.79s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.12s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.66s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.66s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (0.85s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.69s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.68s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.17s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.25s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.51s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.24s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.83s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.21s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.61s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.59s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunMount (6.33s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.83s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.77s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.61s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.33s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.31s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.54s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.71s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.63s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.93s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.06s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.82s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunNetHost (1.21s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.90s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.78s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.66s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.61s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.81s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.70s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.12s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.85s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.80s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.79s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.08s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.00s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (0.95s) [2020-04-02T22:42:01.600Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-04-02T22:42:01.600Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.84s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.97s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.74s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunPortInUse (1.26s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.84s) [2020-04-02T22:42:01.600Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.76s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.89s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.79s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.75s) [2020-04-02T22:42:01.600Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-04-02T22:42:01.600Z] docker_cli_run_test.go:4215: unmatched requirement IsolationIsProcess [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.82s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.76s) [2020-04-02T22:42:01.600Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-04-02T22:42:01.600Z] docker_cli_run_test.go:2870: kernel doesn't have latency_stats configured [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.83s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.62s) [2020-04-02T22:42:01.600Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-04-02T22:42:01.600Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.35s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.55s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunRm (0.84s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.89s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.95s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.90s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.74s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.88s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (4.02s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (5.12s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.79s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.84s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.81s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.75s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.81s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.79s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.81s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.80s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.80s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.69s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunState (1.67s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.78s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.81s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.19s) [2020-04-02T22:42:01.600Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-04-02T22:42:01.600Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.83s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.78s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunSysctls (1.61s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.05s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.82s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.60s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.84s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.00s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.97s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.04s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.79s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.77s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.78s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.28s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.33s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunUserByID (0.79s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.16s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.17s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.84s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunUserByName (0.83s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.82s) [2020-04-02T22:42:01.600Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-04-02T22:42:01.600Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.16s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.79s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.52s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.78s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.15s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.66s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.81s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.34s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.73s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.82s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.79s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.90s) [2020-04-02T22:42:01.600Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-04-02T22:42:01.600Z] docker_cli_run_test.go:4185: unmatched requirement DaemonIsWindows [2020-04-02T22:42:01.600Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-04-02T22:42:01.600Z] docker_cli_run_test.go:4205: unmatched requirement DaemonIsWindows [2020-04-02T22:42:01.600Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-04-02T22:42:01.600Z] docker_cli_run_test.go:4195: unmatched requirement DaemonIsWindows [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.21s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.83s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.87s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.81s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.67s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.80s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.80s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.81s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.05s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.02s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.17s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.17s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.19s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.19s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.18s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.83s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.80s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.79s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.82s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.30s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.78s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.79s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.81s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.82s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.64s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.83s) [2020-04-02T22:42:01.600Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-04-02T22:42:01.600Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.70s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.65s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.74s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.55s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.79s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.07s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.14s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.27s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.93s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.55s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.09s) [2020-04-02T22:42:01.600Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents775503208 [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.73s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.57s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.52s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.40s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.38s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.44s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.57s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.67s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.09s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.63s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.92s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.71s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.85s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestStartRecordError (2.16s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.52s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.14s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.19s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (5.07s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.20s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.86s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.80s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.86s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.95s) [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.82s) [2020-04-02T22:42:01.600Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-04-02T22:42:01.600Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-04-02T22:42:01.600Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.83s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.33s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.51s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.83s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.77s) [2020-04-02T22:42:01.601Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-04-02T22:42:01.601Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.96s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.82s) [2020-04-02T22:42:01.601Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-04-02T22:42:01.601Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.61s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.98s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.92s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.85s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUpdateStats (3.86s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.60s) [2020-04-02T22:42:01.601Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-04-02T22:42:01.601Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.04s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.97s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.09s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.76s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.31s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.60s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.12s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.20s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.44s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.36s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.56s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.61s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.37s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.51s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.40s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.45s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.45s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.86s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.85s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.94s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.48s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.16s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.84s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.42s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.30s) [2020-04-02T22:42:01.601Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.17s) [2020-04-02T22:42:01.601Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-04-02T22:42:01.601Z] docker_cli_run_test.go:4523: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-04-02T22:42:01.601Z] === RUN TestDockerRegistrySuite [2020-04-02T22:42:01.601Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-04-02T22:42:03.481Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-04-02T22:42:04.839Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-04-02T22:42:06.720Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-04-02T22:42:06.720Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-04-02T22:42:07.643Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-04-02T22:42:09.551Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-04-02T22:42:09.551Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-04-02T22:42:09.805Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-04-02T22:42:10.059Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-04-02T22:42:10.981Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-04-02T22:42:11.235Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-04-02T22:42:14.532Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-04-02T22:42:15.891Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-04-02T22:42:19.150Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-04-02T22:42:20.551Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-04-02T22:42:21.910Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-04-02T22:42:22.164Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-04-02T22:42:23.086Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-04-02T22:42:24.967Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-04-02T22:42:26.850Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-04-02T22:42:28.209Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-04-02T22:42:29.570Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-04-02T22:42:30.928Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-04-02T22:42:33.459Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-04-02T22:42:36.713Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-04-02T22:42:38.071Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-04-02T22:42:41.326Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-04-02T22:42:42.686Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-04-02T22:42:42.686Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-04-02T22:42:44.567Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-04-02T22:42:45.926Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-04-02T22:42:47.287Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-04-02T22:42:51.439Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-04-02T22:42:51.439Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-04-02T22:42:52.798Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-04-02T22:42:53.053Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-04-02T22:42:53.307Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-04-02T22:42:53.561Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-04-02T22:42:53.815Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-04-02T22:42:54.069Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-04-02T22:42:54.069Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-04-02T22:42:55.949Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-04-02T22:42:57.831Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-04-02T22:42:59.204Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-04-02T22:43:00.561Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-04-02T22:43:01.483Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite (60.49s) [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.73s) [2020-04-02T22:43:02.041Z] check_test.go:196: [dc36edbee3d35] daemon is not started [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.44s) [2020-04-02T22:43:02.041Z] check_test.go:196: [d32e53d04b2b4] daemon is not started [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.82s) [2020-04-02T22:43:02.041Z] check_test.go:196: [d9a9a067da73f] daemon is not started [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.14s) [2020-04-02T22:43:02.041Z] check_test.go:196: [d01ad934124ee] daemon is not started [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.47s) [2020-04-02T22:43:02.041Z] check_test.go:196: [d98d1ce9c791c] daemon is not started [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.59s) [2020-04-02T22:43:02.041Z] check_test.go:196: [d14d07b909623] daemon is not started [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.45s) [2020-04-02T22:43:02.041Z] check_test.go:196: [db4a5b0bf6283] daemon is not started [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.59s) [2020-04-02T22:43:02.041Z] check_test.go:196: [d7262d33645e0] daemon is not started [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.31s) [2020-04-02T22:43:02.041Z] check_test.go:196: [d1c5a8143e163] daemon is not started [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.66s) [2020-04-02T22:43:02.041Z] check_test.go:196: [dbfe61a3fd386] daemon is not started [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.64s) [2020-04-02T22:43:02.041Z] check_test.go:196: [d51d79848f21d] daemon is not started [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.57s) [2020-04-02T22:43:02.041Z] check_test.go:196: [dbf39f6068288] daemon is not started [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.35s) [2020-04-02T22:43:02.041Z] check_test.go:196: [d02c92ff9fc0d] daemon is not started [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.40s) [2020-04-02T22:43:02.041Z] check_test.go:196: [d20cb19792cfe] daemon is not started [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.77s) [2020-04-02T22:43:02.041Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:3d556e34f3b6da880a22acf1ce6c089f208edd5eba6ced8de0ed7a04feb4fd4c [2020-04-02T22:43:02.041Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:7d5dc2117b7156e28e524d83c18ea0e42eeb067c4168739536407b0897147380 [2020-04-02T22:43:02.041Z] check_test.go:196: [d697cb49657b7] daemon is not started [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.75s) [2020-04-02T22:43:02.041Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:0b120af1367fd087ecd81615758e2de4928c77b010f6568c4e8c30b3ad878f40 [2020-04-02T22:43:02.041Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:846e403d84c467bcc225519f579707ec28b1fd6ffbff3788568b473e2ee763cc [2020-04-02T22:43:02.041Z] check_test.go:196: [dd315380d202f] daemon is not started [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.47s) [2020-04-02T22:43:02.041Z] check_test.go:196: [db42dd7320710] daemon is not started [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.39s) [2020-04-02T22:43:02.041Z] check_test.go:196: [d5866aef9e386] daemon is not started [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.42s) [2020-04-02T22:43:02.041Z] check_test.go:196: [d126d5ec2085a] daemon is not started [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.18s) [2020-04-02T22:43:02.041Z] check_test.go:196: [d9c1b9b7aef94] daemon is not started [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.51s) [2020-04-02T22:43:02.041Z] check_test.go:196: [df7cae7b07ff1] daemon is not started [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.37s) [2020-04-02T22:43:02.041Z] check_test.go:196: [d24314278ac1c] daemon is not started [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.34s) [2020-04-02T22:43:02.041Z] check_test.go:196: [d376d032d69c0] daemon is not started [2020-04-02T22:43:02.041Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.85s) [2020-04-02T22:43:02.042Z] check_test.go:196: [deb3e8a4ff595] daemon is not started [2020-04-02T22:43:02.042Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.37s) [2020-04-02T22:43:02.042Z] check_test.go:196: [df532e13842b0] daemon is not started [2020-04-02T22:43:02.042Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.43s) [2020-04-02T22:43:02.042Z] check_test.go:196: [d1c7fda4798df] daemon is not started [2020-04-02T22:43:02.042Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.44s) [2020-04-02T22:43:02.042Z] check_test.go:196: [d8e46fdcf1b7d] daemon is not started [2020-04-02T22:43:02.042Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-04-02T22:43:02.042Z] check_test.go:196: [d48869e9ec536] daemon is not started [2020-04-02T22:43:02.042Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.26s) [2020-04-02T22:43:02.042Z] check_test.go:196: [d7c25272491dd] daemon is not started [2020-04-02T22:43:02.042Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.28s) [2020-04-02T22:43:02.042Z] check_test.go:196: [d541c9ca7271b] daemon is not started [2020-04-02T22:43:02.042Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.31s) [2020-04-02T22:43:02.042Z] check_test.go:196: [dcec7283ffde3] daemon is not started [2020-04-02T22:43:02.042Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2020-04-02T22:43:02.042Z] check_test.go:196: [d478ae9253f52] daemon is not started [2020-04-02T22:43:02.042Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.45s) [2020-04-02T22:43:02.042Z] check_test.go:196: [de542bee49f73] daemon is not started [2020-04-02T22:43:02.042Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.16s) [2020-04-02T22:43:02.042Z] check_test.go:196: [db43e4c85c1c9] daemon is not started [2020-04-02T22:43:02.042Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.17s) [2020-04-02T22:43:02.042Z] check_test.go:196: [d22f14f03fe41] daemon is not started [2020-04-02T22:43:02.042Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.38s) [2020-04-02T22:43:02.042Z] check_test.go:196: [d79945efbce92] daemon is not started [2020-04-02T22:43:02.042Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.99s) [2020-04-02T22:43:02.042Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s) [2020-04-02T22:43:02.042Z] === RUN TestDockerSchema1RegistrySuite [2020-04-02T22:43:02.042Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-04-02T22:43:02.296Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-04-02T22:43:06.448Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-04-02T22:43:11.676Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-04-02T22:43:15.829Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-04-02T22:43:15.829Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-04-02T22:43:16.751Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-04-02T22:43:18.110Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-04-02T22:43:18.110Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-04-02T22:43:18.669Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-04-02T22:43:19.592Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-04-02T22:43:21.474Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-04-02T22:43:22.396Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-04-02T22:43:22.650Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-04-02T22:43:25.929Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-04-02T22:43:26.487Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-04-02T22:43:26.742Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-04-02T22:43:27.300Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-04-02T22:43:27.554Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-04-02T22:43:27.809Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-04-02T22:43:28.063Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-04-02T22:43:28.621Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-04-02T22:43:28.621Z] --- PASS: TestDockerSchema1RegistrySuite (26.61s) [2020-04-02T22:43:28.621Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.14s) [2020-04-02T22:43:28.621Z] check_test.go:223: [db9f949f7382c] daemon is not started [2020-04-02T22:43:28.621Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.31s) [2020-04-02T22:43:28.621Z] check_test.go:223: [de53ead084848] daemon is not started [2020-04-02T22:43:28.621Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.36s) [2020-04-02T22:43:28.621Z] check_test.go:223: [d30e6c638447c] daemon is not started [2020-04-02T22:43:28.621Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.32s) [2020-04-02T22:43:28.621Z] check_test.go:223: [dd678c5126c3c] daemon is not started [2020-04-02T22:43:28.621Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.30s) [2020-04-02T22:43:28.621Z] check_test.go:223: [d6c4f13f1d186] daemon is not started [2020-04-02T22:43:28.621Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.47s) [2020-04-02T22:43:28.621Z] check_test.go:223: [d24da78f7754d] daemon is not started [2020-04-02T22:43:28.621Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-04-02T22:43:28.621Z] check_test.go:223: [d10a7b396a515] daemon is not started [2020-04-02T22:43:28.621Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.42s) [2020-04-02T22:43:28.621Z] check_test.go:223: [dfc3df665d179] daemon is not started [2020-04-02T22:43:28.621Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.56s) [2020-04-02T22:43:28.621Z] check_test.go:223: [da38c7b6fc555] daemon is not started [2020-04-02T22:43:28.621Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.43s) [2020-04-02T22:43:28.621Z] check_test.go:223: [d18cab88c6531] daemon is not started [2020-04-02T22:43:28.621Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.87s) [2020-04-02T22:43:28.621Z] check_test.go:223: [de4fd4f226409] daemon is not started [2020-04-02T22:43:28.621Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s) [2020-04-02T22:43:28.621Z] check_test.go:223: [df4c361f82ff2] daemon is not started [2020-04-02T22:43:28.621Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.53s) [2020-04-02T22:43:28.621Z] check_test.go:223: [dded015d95da6] daemon is not started [2020-04-02T22:43:28.621Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-04-02T22:43:28.621Z] check_test.go:223: [d1c5524d438dd] daemon is not started [2020-04-02T22:43:28.621Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.35s) [2020-04-02T22:43:28.621Z] check_test.go:223: [db89eb004ea28] daemon is not started [2020-04-02T22:43:28.621Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.32s) [2020-04-02T22:43:28.621Z] check_test.go:223: [dd21677c082ef] daemon is not started [2020-04-02T22:43:28.621Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.44s) [2020-04-02T22:43:28.621Z] check_test.go:223: [d0d56bc2e9b48] daemon is not started [2020-04-02T22:43:28.621Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.13s) [2020-04-02T22:43:28.621Z] check_test.go:223: [d3cdd666f2fcc] daemon is not started [2020-04-02T22:43:28.621Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-04-02T22:43:28.621Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-04-02T22:43:29.980Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-04-02T22:43:30.234Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-04-02T22:43:30.488Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-04-02T22:43:30.488Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-04-02T22:43:31.850Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-04-02T22:43:31.850Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-04-02T22:43:32.408Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-04-02T22:43:32.966Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-04-02T22:43:33.220Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.55s) [2020-04-02T22:43:33.220Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (1.03s) [2020-04-02T22:43:33.220Z] check_test.go:252: [dfdb906ec257d] daemon is not started [2020-04-02T22:43:33.220Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.60s) [2020-04-02T22:43:33.220Z] check_test.go:252: [d9e02dacbc479] daemon is not started [2020-04-02T22:43:33.220Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2020-04-02T22:43:33.220Z] check_test.go:252: [d20ecb68786ee] daemon is not started [2020-04-02T22:43:33.220Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.27s) [2020-04-02T22:43:33.220Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2020-04-02T22:43:33.220Z] check_test.go:252: [d1bfcd775c3e8] daemon is not started [2020-04-02T22:43:33.220Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.41s) [2020-04-02T22:43:33.220Z] check_test.go:252: [d90dd0ee19380] daemon is not started [2020-04-02T22:43:33.220Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.69s) [2020-04-02T22:43:33.220Z] check_test.go:252: [db7a01cd8d906] daemon is not started [2020-04-02T22:43:33.220Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.17s) [2020-04-02T22:43:33.220Z] check_test.go:252: [d3274cb5cb013] daemon is not started [2020-04-02T22:43:33.220Z] === RUN TestDockerRegistryAuthTokenSuite [2020-04-02T22:43:33.220Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-04-02T22:43:34.142Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-04-02T22:43:39.371Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-04-02T22:43:39.371Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-04-02T22:43:39.371Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-04-02T22:43:39.371Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-04-02T22:43:39.371Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.79s) [2020-04-02T22:43:39.371Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.20s) [2020-04-02T22:43:39.371Z] check_test.go:279: [dfaab1f1b0c3b] daemon is not started [2020-04-02T22:43:39.371Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2020-04-02T22:43:39.371Z] check_test.go:279: [dde91e2e9c718] daemon is not started [2020-04-02T22:43:39.371Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-04-02T22:43:39.371Z] check_test.go:279: [d98b816a9bb2d] daemon is not started [2020-04-02T22:43:39.371Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2020-04-02T22:43:39.371Z] check_test.go:279: [d7fa2ea70f4c7] daemon is not started [2020-04-02T22:43:39.371Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2020-04-02T22:43:39.371Z] check_test.go:279: [d228a8970bc7b] daemon is not started [2020-04-02T22:43:39.371Z] === RUN TestDockerNetworkSuite [2020-04-02T22:43:39.371Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-04-02T22:43:41.876Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-04-02T22:43:43.235Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-04-02T22:43:48.539Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-04-02T22:43:50.419Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-04-02T22:43:54.586Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-04-02T22:43:54.840Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-04-02T22:43:56.199Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-04-02T22:44:08.394Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-04-02T22:44:08.648Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-04-02T22:44:10.017Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-04-02T22:44:11.375Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-04-02T22:44:11.978Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-04-02T22:44:12.900Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-04-02T22:44:13.823Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-04-02T22:44:14.381Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-04-02T22:44:15.302Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-04-02T22:44:16.661Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-04-02T22:44:16.916Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-04-02T22:44:17.474Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-04-02T22:44:17.728Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-04-02T22:44:19.086Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-04-02T22:44:19.086Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-04-02T22:44:19.086Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-04-02T22:44:19.341Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-04-02T22:44:21.222Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-04-02T22:44:23.150Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-04-02T22:44:23.150Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-04-02T22:44:23.405Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-04-02T22:44:23.405Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-04-02T22:44:25.284Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-04-02T22:44:27.793Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-04-02T22:44:31.047Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-04-02T22:44:31.047Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-04-02T22:44:34.304Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-04-02T22:44:38.460Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-04-02T22:44:41.717Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-04-02T22:44:41.717Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-04-02T22:44:41.717Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-04-02T22:44:42.639Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-04-02T22:44:42.639Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-04-02T22:44:42.639Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-04-02T22:44:42.893Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-04-02T22:44:43.451Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-04-02T22:44:43.452Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-04-02T22:44:44.374Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-04-02T22:44:47.631Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-04-02T22:44:47.891Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-04-02T22:44:47.891Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-04-02T22:44:47.891Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-04-02T22:44:49.264Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-04-02T22:44:50.187Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-04-02T22:44:54.340Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-04-02T22:44:58.492Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-04-02T22:44:58.492Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-04-02T22:44:59.850Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-04-02T22:45:03.149Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-04-02T22:45:03.149Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-04-02T22:45:04.072Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-04-02T22:45:04.630Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-04-02T22:45:06.510Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-04-02T22:45:11.740Z] --- PASS: TestDockerNetworkSuite (92.32s) [2020-04-02T22:45:11.740Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.76s) [2020-04-02T22:45:11.740Z] docker_cli_network_unix_test.go:46: [dad6567e7933e] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.33s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d13fd1b1aed4f] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (4.73s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [dca64ed101957] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.51s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d1769f7646a2d] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.64s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:1233: [d30b7c02b98a9] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (2.14s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [df3755fcc8e6c] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (10.33s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d3594b08a203e] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.61s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d11caf1a7804e] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.82s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d7d80bea978b5] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.96s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d9f338863f737] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.84s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d007c36dd903b] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.46s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d884f47bd7d0e] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.55s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [ddfcc90d0e149] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.19s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d60f28768c15b] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.50s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [dea045d0f2985] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.56s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [de6a7898cccb7] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.16s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d6510c8ee5f75] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d47f2e7754d49] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.17s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [de4afa89baf16] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.55s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [dc23405226ce6] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.91s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d884e075602ec] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.13s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d877997ebbcdb] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.44s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [df65dd9d6fc25] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d0867a9d596af] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (4.33s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:968: [d3012ec6748a3] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (3.40s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d0b39f5ff6599] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (10.28s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:1116: [d39e85026757a] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.21s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [dbcc5d8db30f3] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.81s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d81be150a69fb] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.16s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d435a276d8ab9] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.12s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d0000221f47b7] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.19s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [dadb8d12fc25c] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.38s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d5c9234ac95b0] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [de3aa1f48491a] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.51s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d38afca8ee2ab] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d886b7d4042b5] daemon is not started [2020-04-02T22:45:11.741Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d6919aecf0a90] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.50s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [da1ea98013f7d] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.67s) [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.54s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:1084: [d34f995564219] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [de135698be2a7] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.35s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d778f487b6baa] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.69s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d5c8ae80bc3a5] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d310097b25370] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.25s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [db46b92827ad0] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.76s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [d45ed6b30f4e0] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.57s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [dd0a1e8afd0e7] daemon is not started [2020-04-02T22:45:11.741Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.08s) [2020-04-02T22:45:11.741Z] docker_cli_network_unix_test.go:46: [dbfa738153201] daemon is not started [2020-04-02T22:45:11.741Z] === RUN TestDockerHubPullSuite [2020-04-02T22:45:11.741Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-04-02T22:45:13.100Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-04-02T22:45:14.980Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-04-02T22:45:15.234Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-04-02T22:45:17.143Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-04-02T22:45:17.143Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-04-02T22:45:17.143Z] --- PASS: TestDockerHubPullSuite (5.73s) [2020-04-02T22:45:17.143Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.44s) [2020-04-02T22:45:17.143Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.16s) [2020-04-02T22:45:17.143Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.36s) [2020-04-02T22:45:17.143Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.49s) [2020-04-02T22:45:17.143Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.21s) [2020-04-02T22:45:17.143Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2020-04-02T22:45:17.143Z] PASS [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === Skipped [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-04-02T22:45:17.143Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-04-02T22:45:17.143Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-04-02T22:45:17.143Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-04-02T22:45:17.143Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2020-04-02T22:45:17.143Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-04-02T22:45:17.143Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-04-02T22:45:17.143Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.02s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s) [2020-04-02T22:45:17.143Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-04-02T22:45:17.143Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-04-02T22:45:17.143Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-04-02T22:45:17.143Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-04-02T22:45:17.143Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-04-02T22:45:17.143Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-04-02T22:45:17.143Z] docker_cli_sni_test.go:18: Flakey test [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-04-02T22:45:17.143Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-04-02T22:45:17.143Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-04-02T22:45:17.143Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-04-02T22:45:17.143Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-04-02T22:45:17.143Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-04-02T22:45:17.143Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-04-02T22:45:17.143Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-04-02T22:45:17.143Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.02s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.02s) [2020-04-02T22:45:17.143Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-04-02T22:45:17.143Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-04-02T22:45:17.143Z] docker_cli_run_test.go:4130: unmatched requirement DaemonIsWindows [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-04-02T22:45:17.143Z] docker_cli_run_test.go:4149: unmatched requirement DaemonIsWindows [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-04-02T22:45:17.143Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-04-02T22:45:17.143Z] docker_cli_run_test.go:4232: unmatched requirement IsolationIsHyperv [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-04-02T22:45:17.143Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-04-02T22:45:17.143Z] [2020-04-02T22:45:17.143Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-04-02T22:45:17.143Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-04-02T22:45:17.143Z] docker_cli_run_test.go:4215: unmatched requirement IsolationIsProcess [2020-04-02T22:45:17.144Z] [2020-04-02T22:45:17.144Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-04-02T22:45:17.144Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-04-02T22:45:17.144Z] docker_cli_run_test.go:2870: kernel doesn't have latency_stats configured [2020-04-02T22:45:17.144Z] [2020-04-02T22:45:17.144Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-04-02T22:45:17.144Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-04-02T22:45:17.144Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-04-02T22:45:17.144Z] [2020-04-02T22:45:17.144Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-04-02T22:45:17.144Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-04-02T22:45:17.144Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-04-02T22:45:17.144Z] [2020-04-02T22:45:17.144Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-04-02T22:45:17.144Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-04-02T22:45:17.144Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2020-04-02T22:45:17.144Z] [2020-04-02T22:45:17.144Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-04-02T22:45:17.144Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-04-02T22:45:17.144Z] docker_cli_run_test.go:4185: unmatched requirement DaemonIsWindows [2020-04-02T22:45:17.144Z] [2020-04-02T22:45:17.144Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-04-02T22:45:17.144Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-04-02T22:45:17.144Z] docker_cli_run_test.go:4205: unmatched requirement DaemonIsWindows [2020-04-02T22:45:17.144Z] [2020-04-02T22:45:17.144Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-04-02T22:45:17.144Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-04-02T22:45:17.144Z] docker_cli_run_test.go:4195: unmatched requirement DaemonIsWindows [2020-04-02T22:45:17.144Z] [2020-04-02T22:45:17.144Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-04-02T22:45:17.144Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-04-02T22:45:17.144Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-04-02T22:45:17.144Z] [2020-04-02T22:45:17.144Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-04-02T22:45:17.144Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-04-02T22:45:17.144Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-04-02T22:45:17.144Z] [2020-04-02T22:45:17.144Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-04-02T22:45:17.144Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-04-02T22:45:17.144Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-04-02T22:45:17.144Z] [2020-04-02T22:45:17.144Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-04-02T22:45:17.144Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-04-02T22:45:17.144Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-04-02T22:45:17.144Z] [2020-04-02T22:45:17.144Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-04-02T22:45:17.144Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-04-02T22:45:17.144Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-04-02T22:45:17.144Z] [2020-04-02T22:45:17.144Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-04-02T22:45:17.144Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-04-02T22:45:17.144Z] docker_cli_run_test.go:4523: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-04-02T22:45:17.144Z] [2020-04-02T22:45:17.144Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-04-02T22:45:17.144Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-04-02T22:45:17.144Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-04-02T22:45:17.144Z] docker_cli_network_unix_test.go:46: [d6919aecf0a90] daemon is not started [2020-04-02T22:45:17.144Z] [2020-04-02T22:45:17.144Z] [2020-04-02T22:45:17.144Z] DONE 1277 tests, 44 skipped in 2013.688s [2020-04-02T22:45:17.144Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-04-02T22:45:17.144Z] ++++ cat bundles/test-integration/docker.pid [2020-04-02T22:45:17.144Z] +++ kill 7437 [2020-04-02T22:45:18.065Z] +++ /etc/init.d/apparmor stop [2020-04-02T22:45:18.065Z] Leaving: AppArmorNo profiles have been unloaded. [2020-04-02T22:45:18.065Z] [2020-04-02T22:45:18.065Z] Unloading profiles will leave already running processes permanently [2020-04-02T22:45:18.065Z] unconfined, which can lead to unexpected situations. [2020-04-02T22:45:18.065Z] [2020-04-02T22:45:18.065Z] To set a process to complain mode, use the command line tool [2020-04-02T22:45:18.065Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-04-02T22:45:18.065Z] +++ true [2020-04-02T22:45:18.065Z] [2020-04-02T22:45:44.563Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-04-02T22:46:02.574Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite (1700.31s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.25s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.03s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.24s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.05s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.96s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.07s) [2020-04-02T22:46:20.586Z] docker_api_swarm_test.go:563: [d8db854c2b7b4] joining swarm manager [d8bbbee18a596]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] docker_api_swarm_test.go:585: [d980292ae55a0] joining swarm manager [d8bbbee18a596]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-02T22:46:20.586Z] check_test.go:380: [d8db854c2b7b4] daemon is not started [2020-04-02T22:46:20.586Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-04-02T22:46:20.586Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.99s) [2020-04-02T22:46:20.586Z] docker_api_swarm_test.go:46: [dd41f7ff039d5] joining swarm manager [daa9a63437b18]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.00s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.11s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (39.89s) [2020-04-02T22:46:20.586Z] docker_api_swarm_test.go:304: [d9e448271f976] joining swarm manager [d1c0d6ece7f2a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] docker_api_swarm_test.go:305: [d2b2f7574e0fe] joining swarm manager [d1c0d6ece7f2a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-02T22:46:20.586Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2020-04-02T22:46:20.586Z] docker_api_swarm_test.go:364: Waiting for possible election... [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (22.54s) [2020-04-02T22:46:20.586Z] docker_api_swarm_test.go:272: [dd8c00cde93b1] joining swarm manager [db3dcafb315ad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] docker_api_swarm_test.go:273: [d1838289b7396] joining swarm manager [db3dcafb315ad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.41s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.53s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.03s) [2020-04-02T22:46:20.586Z] docker_api_swarm_node_test.go:19: [dc50b9a2cd7ac] joining swarm manager [dba54882cc8de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] docker_api_swarm_node_test.go:20: [d10c6348b6d3f] joining swarm manager [dba54882cc8de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (52.67s) [2020-04-02T22:46:20.586Z] docker_api_swarm_test.go:502: [db1edac75c9ef] joining swarm manager [dbe85ceeaaff7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] docker_api_swarm_test.go:507: [da055173deacf] joining swarm manager [dbe85ceeaaff7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.41s) [2020-04-02T22:46:20.586Z] docker_api_swarm_node_test.go:80: [d1a877620aa6a] joining swarm manager [d9c1ab4d82a49]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.76s) [2020-04-02T22:46:20.586Z] docker_api_swarm_node_test.go:52: [d4a7c3d992db1] joining swarm manager [db5ce41a86be0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] docker_api_swarm_node_test.go:53: [db9f9314e9df3] joining swarm manager [db5ce41a86be0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.76s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (20.11s) [2020-04-02T22:46:20.586Z] docker_api_swarm_test.go:202: [d1854d66a2ea3] joining swarm manager [d6199b7c2ac6b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (58.10s) [2020-04-02T22:46:20.586Z] docker_api_swarm_test.go:384: [d7661901e12c8] joining swarm manager [db55446f13955]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] docker_api_swarm_test.go:385: [d87c51cd9f044] joining swarm manager [db55446f13955]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-02T22:46:20.586Z] check_test.go:380: [d87c51cd9f044] daemon is not started [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (64.68s) [2020-04-02T22:46:20.586Z] docker_api_swarm_test.go:802: [da0584adf26b1] joining swarm manager [d0be9f271d3c4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] docker_api_swarm_test.go:802: [d3bdcfcec350b] joining swarm manager [d0be9f271d3c4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-02T22:46:20.586Z] docker_api_swarm_test.go:802: [d0aca0f054538] joining swarm manager [d0be9f271d3c4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-04-02T22:46:20.586Z] docker_api_swarm_test.go:802: [da566a4756adb] joining swarm manager [d0be9f271d3c4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-04-02T22:46:20.586Z] docker_api_swarm_test.go:810: [d22d42286d9af] joining swarm manager [d0be9f271d3c4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.43s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.05s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.65s) [2020-04-02T22:46:20.586Z] docker_api_swarm_service_test.go:394: [db4d885caa246] joining swarm manager [ddfe96d0513a6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] docker_api_swarm_service_test.go:394: [d89bd5305696c] joining swarm manager [ddfe96d0513a6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (18.30s) [2020-04-02T22:46:20.586Z] docker_api_swarm_service_test.go:342: [d20d10f82951e] joining swarm manager [d1232f6efd771]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] docker_api_swarm_service_test.go:342: [dad6581cda9fb] joining swarm manager [d1232f6efd771]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.03s) [2020-04-02T22:46:20.586Z] docker_api_swarm_service_test.go:489: [dc1164fe2021c] joining swarm manager [d9c48125831cf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] docker_api_swarm_service_test.go:489: [d362951e6e6ed] joining swarm manager [d9c48125831cf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.42s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.12s) [2020-04-02T22:46:20.586Z] docker_api_swarm_service_test.go:127: [d67c802def051] joining swarm manager [d5ba5c7952e9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] docker_api_swarm_service_test.go:128: [d36e9e486479f] joining swarm manager [d5ba5c7952e9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-02T22:46:20.586Z] docker_api_swarm_service_test.go:136: [d3bcb4555969a] joining swarm manager [d5ba5c7952e9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-04-02T22:46:20.586Z] docker_api_swarm_service_test.go:137: [dd0bf6d9ad500] joining swarm manager [d5ba5c7952e9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (3.01s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.50s) [2020-04-02T22:46:20.586Z] docker_api_swarm_service_test.go:303: [d87cceac785a2] joining swarm manager [d9b89ba69ef6d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] docker_api_swarm_service_test.go:303: [d79bb5ab3c369] joining swarm manager [d9b89ba69ef6d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.55s) [2020-04-02T22:46:20.586Z] docker_api_swarm_service_test.go:99: [d3eb00d38ab3f] joining swarm manager [dc1559ba74fdc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] docker_api_swarm_service_test.go:100: [dc7e00f2a7a10] joining swarm manager [dc1559ba74fdc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-02T22:46:20.586Z] check_test.go:380: [d3eb00d38ab3f] daemon is not started [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (25.83s) [2020-04-02T22:46:20.586Z] docker_api_swarm_service_test.go:532: [d018561bdc574] joining swarm manager [d83c48e283f83]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] docker_api_swarm_service_test.go:533: [d202df2d96343] joining swarm manager [d83c48e283f83]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.36s) [2020-04-02T22:46:20.586Z] docker_api_swarm_service_test.go:147: [d585736157aa0] joining swarm manager [d32603b9df7b1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] docker_api_swarm_service_test.go:147: [de49f36503a93] joining swarm manager [d32603b9df7b1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (26.33s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.14s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.84s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.25s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.93s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.39s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.16s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (5.15s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (5.17s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (25.03s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.77s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.08s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.17s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.23s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.68s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.64s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.04s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.85s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.88s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.94s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.74s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.81s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.02s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.72s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.86s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.14s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.31s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.97s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.38s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.19s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.89s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.49s) [2020-04-02T22:46:20.586Z] docker_cli_service_logs_test.go:241: checking task 73vu378a96o8 [2020-04-02T22:46:20.586Z] docker_cli_service_logs_test.go:246: checking messages for 73vu378a96o8 [2020-04-02T22:46:20.586Z] docker_cli_service_logs_test.go:241: checking task xe1eilhzzbcs [2020-04-02T22:46:20.586Z] docker_cli_service_logs_test.go:246: checking messages for xe1eilhzzbcs [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.91s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (19.39s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (3.02s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (3.14s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (20.01s) [2020-04-02T22:46:20.586Z] docker_cli_swarm_test.go:1901: [d896ec243161c] joining swarm manager [dfdeee800a17f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] docker_cli_swarm_test.go:1902: [d639b2884aecd] joining swarm manager [dfdeee800a17f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.35s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.97s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.35s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.36s) [2020-04-02T22:46:20.586Z] docker_cli_swarm_test.go:1802: [dd102490a5c55] joining swarm manager [d1c67d8a67759]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] docker_cli_swarm_test.go:1803: [deb0d3c023f08] joining swarm manager [d1c67d8a67759]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.55s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (92.08s) [2020-04-02T22:46:20.586Z] docker_cli_swarm_test.go:1321: [de7ae386bab06] joining swarm manager [d48852506386f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] docker_cli_swarm_test.go:1322: [d485081fcc4e3] joining swarm manager [d48852506386f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.32s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (9.06s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (8.41s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (3.12s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.80s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.63s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (5.15s) [2020-04-02T22:46:20.586Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2020-04-02T22:46:20.586Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (8.20s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.81s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.85s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (3.24s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.97s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (50.71s) [2020-04-02T22:46:20.586Z] docker_cli_swarm_test.go:1186: [d33051a429215] joining swarm manager [da392066e9c50]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] docker_cli_swarm_test.go:1195: [d51e183255b7a] joining swarm manager [da392066e9c50]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.48s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (6.22s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (122.15s) [2020-04-02T22:46:20.586Z] docker_cli_swarm_test.go:1118: [d337267c5c9c2] joining swarm manager [d2482e13870c1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] docker_cli_swarm_test.go:1119: [d3788d3a45d30] joining swarm manager [d2482e13870c1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-02T22:46:20.586Z] docker_cli_swarm_test.go:1172: [d0c64281790db] joining swarm manager [d2482e13870c1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (14.13s) [2020-04-02T22:46:20.586Z] docker_cli_swarm_test.go:1453: [ddb42c379fd91] joining swarm manager [d2554de515ca0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] docker_cli_swarm_test.go:1454: [dddc60cd54fd6] joining swarm manager [d2554de515ca0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (3.31s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.20s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.31s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.13s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.08s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.85s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (5.06s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (3.06s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (53.78s) [2020-04-02T22:46:20.586Z] docker_cli_swarm_unix_test.go:62: [de12477c5b560] joining swarm manager [dcdde55488096]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.69s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.98s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (3.26s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.83s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.53s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.59s) [2020-04-02T22:46:20.586Z] docker_api_swarm_test.go:962: [dba92ccf9c0cc] joining swarm manager [d9ae7c7f6fdbb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (13.86s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.62s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (3.07s) [2020-04-02T22:46:20.586Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.51s) [2020-04-02T22:46:20.587Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.62s) [2020-04-02T22:46:20.587Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.38s) [2020-04-02T22:46:20.587Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.31s) [2020-04-02T22:46:20.587Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.72s) [2020-04-02T22:46:20.587Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.73s) [2020-04-02T22:46:20.587Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.88s) [2020-04-02T22:46:20.587Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.13s) [2020-04-02T22:46:20.587Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.68s) [2020-04-02T22:46:20.587Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.26s) [2020-04-02T22:46:20.587Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.57s) [2020-04-02T22:46:20.587Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.55s) [2020-04-02T22:46:20.587Z] === RUN TestDockerExternalVolumeSuite [2020-04-02T22:46:20.587Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-04-02T22:46:35.396Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-04-02T22:47:43.018Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-04-02T22:47:51.080Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-04-02T22:48:23.117Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-04-02T22:48:37.927Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-04-02T22:49:09.955Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-04-02T22:49:22.098Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-04-02T22:49:54.140Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-04-02T22:50:12.255Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-04-02T22:50:27.066Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-04-02T22:51:13.729Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-04-02T22:51:31.763Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-04-02T22:52:03.752Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-04-02T22:52:35.740Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-04-02T22:52:50.550Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-04-02T22:53:08.613Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-04-02T22:53:26.625Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-04-02T22:53:38.811Z] --- PASS: TestDockerExternalVolumeSuite (441.31s) [2020-04-02T22:53:38.811Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.87s) [2020-04-02T22:53:38.811Z] docker_cli_external_volume_driver_test.go:53: [d9973396952d2] daemon is not started [2020-04-02T22:53:38.811Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2020-04-02T22:53:38.811Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.64s) [2020-04-02T22:53:38.811Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2020-04-02T22:53:38.811Z] docker_cli_external_volume_driver_test.go:53: [de824035c54ba] daemon is not started [2020-04-02T22:53:38.811Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2020-04-02T22:53:38.811Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2020-04-02T22:53:38.811Z] docker_cli_external_volume_driver_test.go:53: [d8719b12e0bd2] daemon is not started [2020-04-02T22:53:38.811Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-04-02T22:53:38.811Z] docker_cli_external_volume_driver_test.go:53: [d752ff2745fd0] daemon is not started [2020-04-02T22:53:38.811Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.61s) [2020-04-02T22:53:38.811Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.61s) [2020-04-02T22:53:38.811Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.82s) [2020-04-02T22:53:38.811Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2020-04-02T22:53:38.811Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.63s) [2020-04-02T22:53:38.811Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.76s) [2020-04-02T22:53:38.811Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.03s) [2020-04-02T22:53:38.811Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.56s) [2020-04-02T22:53:38.811Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.43s) [2020-04-02T22:53:38.811Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.38s) [2020-04-02T22:53:38.811Z] docker_cli_external_volume_driver_test.go:485: [d6ad80a9cb865] daemon is not started [2020-04-02T22:53:38.811Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-04-02T22:53:38.811Z] docker_cli_external_volume_driver_test.go:53: [d0a9a61134003] daemon is not started [2020-04-02T22:53:38.811Z] PASS [2020-04-02T22:53:38.811Z] [2020-04-02T22:53:38.811Z] === Skipped [2020-04-02T22:53:38.811Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-04-02T22:53:38.811Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-04-02T22:53:38.811Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-04-02T22:53:38.811Z] check_test.go:309: [dad7928be074f] daemon is not started [2020-04-02T22:53:38.811Z] [2020-04-02T22:53:38.811Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-04-02T22:53:38.811Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-04-02T22:53:38.811Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-04-02T22:53:38.811Z] check_test.go:309: [dd5ab972449b3] daemon is not started [2020-04-02T22:53:38.811Z] [2020-04-02T22:53:38.811Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2020-04-02T22:53:38.811Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2020-04-02T22:53:38.811Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-04-02T22:53:38.811Z] check_test.go:309: [dc5884c9e115d] daemon is not started [2020-04-02T22:53:38.811Z] [2020-04-02T22:53:38.811Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-04-02T22:53:38.811Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-04-02T22:53:38.811Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2020-04-02T22:53:38.811Z] [2020-04-02T22:53:38.811Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2020-04-02T22:53:38.811Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2020-04-02T22:53:38.811Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-04-02T22:53:38.811Z] [2020-04-02T22:53:38.811Z] [2020-04-02T22:53:38.811Z] DONE 273 tests, 5 skipped in 2514.091s [2020-04-02T22:53:39.065Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-04-02T22:53:39.319Z] ++++ cat bundles/test-integration/docker.pid [2020-04-02T22:53:39.319Z] +++ kill 7457 [2020-04-02T22:53:40.675Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/da8f97780e930/docker.pid [2020-04-02T22:53:40.675Z] +++ kill 4209 [2020-04-02T22:53:40.675Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 4209 is not a child of this shell [2020-04-02T22:53:40.675Z] warning: PID 4209 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/da8f97780e930/docker.pid had a nonzero exit code [2020-04-02T22:53:40.675Z] +++ /etc/init.d/apparmor stop [2020-04-02T22:53:40.675Z] Leaving: AppArmorNo profiles have been unloaded. [2020-04-02T22:53:40.675Z] [2020-04-02T22:53:40.675Z] Unloading profiles will leave already running processes permanently [2020-04-02T22:53:40.675Z] unconfined, which can lead to unexpected situations. [2020-04-02T22:53:40.675Z] [2020-04-02T22:53:40.675Z] To set a process to complain mode, use the command line tool [2020-04-02T22:53:40.675Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-04-02T22:53:40.675Z] +++ true [2020-04-02T22:53:40.675Z] [2020-04-02T22:53:40.675Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2020-04-02T22:53:40.686Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-04-02T22:53:42.748Z] + echo Ensuring container killed. [2020-04-02T22:53:42.748Z] Ensuring container killed. [2020-04-02T22:53:42.748Z] + docker ps -aq -f name=docker-pr22-* [2020-04-02T22:53:42.748Z] + cids=1f1774b1b958 [2020-04-02T22:53:42.748Z] 4e54de7ccb51 [2020-04-02T22:53:42.748Z] bfd71f4981a3 [2020-04-02T22:53:42.748Z] + [ -n 1f1774b1b958 [2020-04-02T22:53:42.748Z] 4e54de7ccb51 [2020-04-02T22:53:42.748Z] bfd71f4981a3 ] [2020-04-02T22:53:42.748Z] + docker rm -vf 1f1774b1b958 4e54de7ccb51 bfd71f4981a3 [2020-04-02T22:53:45.256Z] 1f1774b1b958 [2020-04-02T22:53:45.256Z] 4e54de7ccb51 [2020-04-02T22:53:45.256Z] bfd71f4981a3 [Pipeline] sh [2020-04-02T22:53:45.627Z] + echo Chowning /workspace to jenkins user [2020-04-02T22:53:45.627Z] Chowning /workspace to jenkins user [2020-04-02T22:53:45.627Z] + id -u [2020-04-02T22:53:45.627Z] + id -g [2020-04-02T22:53:45.627Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39946:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-04-02T22:53:49.337Z] + bundleName=amd64 [2020-04-02T22:53:49.337Z] + echo Creating amd64-bundles.tar.gz [2020-04-02T22:53:49.337Z] Creating amd64-bundles.tar.gz [2020-04-02T22:53:49.337Z] + xargs tar -czf amd64-bundles.tar.gz [2020-04-02T22:53:49.337Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2020-04-02T22:53:50.708Z] Archiving artifacts [2020-04-02T22:53:57.612Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39946/22/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-04-02T22:53:58.061Z] + make clean [2020-04-02T22:53:58.316Z] docker volume rm -f docker-dev-cache [2020-04-02T22:53:58.316Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-04-02T23:03:44.410Z] ok github.com/docker/docker/integration-cli 2584.607s [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === Skipped [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-04-02T23:03:44.412Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-04-02T23:03:44.412Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2020-04-02T23:03:44.412Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2020-04-02T23:03:44.412Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.03s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2020-04-02T23:03:44.412Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2020-04-02T23:03:44.412Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2020-04-02T23:03:44.412Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2020-04-02T23:03:44.412Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-04-02T23:03:44.412Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-04-02T23:03:44.412Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-04-02T23:03:44.412Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-04-02T23:03:44.412Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-04-02T23:03:44.412Z] docker_cli_run_test.go:3182: unmatched requirement Apparmor [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-04-02T23:03:44.412Z] docker_cli_run_test.go:3160: unmatched requirement Apparmor [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-04-02T23:03:44.412Z] docker_cli_run_test.go:3172: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-04-02T23:03:44.412Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-04-02T23:03:44.412Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-04-02T23:03:44.412Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.50s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.50s) [2020-04-02T23:03:44.412Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-04-02T23:03:44.412Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-04-02T23:03:44.412Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-04-02T23:03:44.412Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-04-02T23:03:44.412Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-04-02T23:03:44.412Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-04-02T23:03:44.412Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2020-04-02T23:03:44.412Z] docker_cli_build_test.go:2817: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-04-02T23:03:44.412Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-04-02T23:03:44.412Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.412Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-04-02T23:03:44.412Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-04-02T23:03:44.412Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.412Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:2953: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.45s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.45s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:3000: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.94s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.94s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.21s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.21s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:4463: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.55s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.55s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:4486: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:4609: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:4528: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:4411: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:4265: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:4294: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.87s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.87s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:4439: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.45s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.45s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:5428: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2020-04-02T23:03:44.413Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:3576: unmatched requirement UnixCli [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:2647: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:3975: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.42s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.42s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.39s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.39s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.45s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.45s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.44s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.44s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:5151: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.41s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.41s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:2636: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:3171: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.03s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:3938: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.44s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.44s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:2719: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:2750: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:3304: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:3703: unmatched requirement UnixCli [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:3754: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:2208: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:2625: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.09s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.09s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:5522: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:5949: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:5558: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:5546: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:6007: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:3953: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.52s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.52s) [2020-04-02T23:03:44.413Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.44s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.44s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:4073: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:2661: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:3880: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:3675: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.46s) [2020-04-02T23:03:44.413Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.46s) [2020-04-02T23:03:44.413Z] docker_cli_build_test.go:5574: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.413Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2020-04-02T23:03:44.414Z] docker_cli_build_test.go:5590: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2020-04-02T23:03:44.414Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.49s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.49s) [2020-04-02T23:03:44.414Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.41s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.41s) [2020-04-02T23:03:44.414Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-04-02T23:03:44.414Z] docker_cli_build_test.go:6087: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.42s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.42s) [2020-04-02T23:03:44.414Z] docker_cli_build_test.go:3657: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2020-04-02T23:03:44.414Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-04-02T23:03:44.414Z] docker_cli_sni_test.go:18: Flakey test [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-04-02T23:03:44.414Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-04-02T23:03:44.414Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2020-04-02T23:03:44.414Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-04-02T23:03:44.414Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2020-04-02T23:03:44.414Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-04-02T23:03:44.414Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2020-04-02T23:03:44.414Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-04-02T23:03:44.414Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-04-02T23:03:44.414Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-04-02T23:03:44.414Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-04-02T23:03:44.414Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-04-02T23:03:44.414Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-04-02T23:03:44.414Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-04-02T23:03:44.414Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-04-02T23:03:44.414Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-04-02T23:03:44.414Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_run_test.go:2411: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_run_test.go:3531: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2020-04-02T23:03:44.414Z] docker_cli_run_test.go:3563: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_run_test.go:3594: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_run_test.go:3577: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2020-04-02T23:03:44.414Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_run_test.go:3467: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2020-04-02T23:03:44.414Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2020-04-02T23:03:44.414Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-04-02T23:03:44.414Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.414Z] [2020-04-02T23:03:44.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-04-02T23:03:44.415Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.415Z] [2020-04-02T23:03:44.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-04-02T23:03:44.415Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.415Z] [2020-04-02T23:03:44.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-04-02T23:03:44.415Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.415Z] [2020-04-02T23:03:44.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-04-02T23:03:44.415Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.415Z] [2020-04-02T23:03:44.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-04-02T23:03:44.415Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.415Z] [2020-04-02T23:03:44.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-04-02T23:03:44.415Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.415Z] [2020-04-02T23:03:44.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2020-04-02T23:03:44.415Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.415Z] [2020-04-02T23:03:44.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-04-02T23:03:44.415Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.415Z] [2020-04-02T23:03:44.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-04-02T23:03:44.415Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-04-02T23:03:44.415Z] [2020-04-02T23:03:44.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-04-02T23:03:44.415Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.415Z] [2020-04-02T23:03:44.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-04-02T23:03:44.415Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.415Z] [2020-04-02T23:03:44.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-04-02T23:03:44.415Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.415Z] [2020-04-02T23:03:44.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-04-02T23:03:44.415Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.415Z] [2020-04-02T23:03:44.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-04-02T23:03:44.415Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.415Z] [2020-04-02T23:03:44.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-04-02T23:03:44.415Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.415Z] [2020-04-02T23:03:44.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-04-02T23:03:44.415Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.415Z] [2020-04-02T23:03:44.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-04-02T23:03:44.415Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.415Z] [2020-04-02T23:03:44.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-04-02T23:03:44.415Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.415Z] [2020-04-02T23:03:44.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-04-02T23:03:44.415Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.415Z] [2020-04-02T23:03:44.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2020-04-02T23:03:44.415Z] docker_cli_run_test.go:2996: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.415Z] [2020-04-02T23:03:44.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-04-02T23:03:44.415Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.415Z] [2020-04-02T23:03:44.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-04-02T23:03:44.415Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.415Z] [2020-04-02T23:03:44.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-04-02T23:03:44.415Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.415Z] [2020-04-02T23:03:44.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-04-02T23:03:44.415Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.415Z] [2020-04-02T23:03:44.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2020-04-02T23:03:44.415Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-04-02T23:03:44.415Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-04-02T23:03:44.416Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-04-02T23:03:44.416Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-04-02T23:03:44.416Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-04-02T23:03:44.416Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-04-02T23:03:44.416Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-04-02T23:03:44.416Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2020-04-02T23:03:44.416Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-04-02T23:03:44.416Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-04-02T23:03:44.416Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2020-04-02T23:03:44.416Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-04-02T23:03:44.416Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-04-02T23:03:44.416Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-04-02T23:03:44.416Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.416Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-04-02T23:03:44.416Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-04-02T23:03:44.416Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.416Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2020-04-02T23:03:44.417Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-04-02T23:03:44.417Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2020-04-02T23:03:44.417Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_run_test.go:2910: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_run_test.go:2919: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_run_test.go:3513: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_run_test.go:2697: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2020-04-02T23:03:44.417Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2020-04-02T23:03:44.417Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-04-02T23:03:44.417Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-04-02T23:03:44.417Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-04-02T23:03:44.417Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-04-02T23:03:44.417Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-04-02T23:03:44.417Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-04-02T23:03:44.417Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-04-02T23:03:44.417Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-04-02T23:03:44.417Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-04-02T23:03:44.417Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2020-04-02T23:03:44.417Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_ps_test.go:845: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2020-04-02T23:03:44.417Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-04-02T23:03:44.417Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_run_test.go:4508: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_run_test.go:1578: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_run_test.go:4025: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_run_test.go:1173: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_run_test.go:1191: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.417Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-04-02T23:03:44.417Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-04-02T23:03:44.417Z] docker_cli_run_test.go:1182: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.417Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:2062: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:2268: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:2627: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:1054: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:1064: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:3009: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:1044: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:1035: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:3195: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:1025: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:1013: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:987: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:1000: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:978: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:1934: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:3337: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:3361: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:3313: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:3238: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:2735: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:2684: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:2757: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:2747: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:1679: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:1660: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:3203: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:2155: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:623: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:385: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:429: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:1255: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:3990: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:1290: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:1323: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:1312: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:2027: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:1143: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:4248: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:819: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:858: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:891: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:949: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:1076: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:4487: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:4500: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:4232: unmatched requirement IsolationIsHyperv [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:2005: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:3273: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:62: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:3382: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:197: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:182: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:3392: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:1200: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:2318: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:2327: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:2296: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:2340: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:2365: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:2374: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-04-02T23:03:44.418Z] docker_cli_run_test.go:2432: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.418Z] [2020-04-02T23:03:44.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-04-02T23:03:44.418Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:2454: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:4310: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:2083: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:4298: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:2387: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:3215: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:3857: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:3850: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:2607: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:933: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:2599: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:3070: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:3094: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:3116: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:1405: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:2807: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:2496: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:2045: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:959: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:1087: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:1126: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:1134: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:2984: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:2887: unmatched requirement Apparmor [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:2866: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:2851: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:1427: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:2128: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:2240: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:1623: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:100: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:1110: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:1118: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:1158: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:969: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:1097: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:1167: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:2926: unmatched requirement Apparmor [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:738: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:748: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:761: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:774: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:728: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:787: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:3955: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:3948: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:660: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:3772: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsSlave (0.02s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.02s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:3803: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:1852: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:284: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:3742: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:3753: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:2831: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:3227: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:3043: unmatched requirement Apparmor [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-04-02T23:03:44.419Z] docker_cli_run_test.go:1804: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.419Z] [2020-04-02T23:03:44.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-04-02T23:03:44.419Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_run_test.go:2842: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_run_test.go:3640: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_run_test.go:3651: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2020-04-02T23:03:44.420Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2020-04-02T23:03:44.420Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_run_test.go:3451: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_run_test.go:295: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_run_test.go:210: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_run_test.go:246: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-04-02T23:03:44.420Z] docker_cli_run_test.go:2176: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-04-02T23:03:44.420Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-04-02T23:03:44.420Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.420Z] [2020-04-02T23:03:44.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2020-04-02T23:03:44.421Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2020-04-02T23:03:44.421Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.421Z] [2020-04-02T23:03:44.422Z] DONE 1096 tests, 549 skipped in 2594.529s [2020-04-02T23:03:44.422Z] INFO: Integration tests ended at 04/02/2020 23:03:34. Duration:00:43:14.6421796 [2020-04-02T23:03:44.422Z] INFO: Docker info of the daemon under test at end of run [2020-04-02T23:03:44.422Z] [2020-04-02T23:03:44.422Z] Containers: 2 [2020-04-02T23:03:44.422Z] Running: 0 [2020-04-02T23:03:44.422Z] Paused: 0 [2020-04-02T23:03:44.422Z] Stopped: 2 [2020-04-02T23:03:44.422Z] Images: 12 [2020-04-02T23:03:44.422Z] Server Version: 0.0.0-dev [2020-04-02T23:03:44.422Z] Storage Driver: windowsfilter [2020-04-02T23:03:44.422Z] Windows: [2020-04-02T23:03:44.422Z] Logging Driver: json-file [2020-04-02T23:03:44.422Z] Plugins: [2020-04-02T23:03:44.422Z] Volume: local [2020-04-02T23:03:44.422Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-04-02T23:03:44.422Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-04-02T23:03:44.422Z] Swarm: inactive [2020-04-02T23:03:44.422Z] Default Isolation: process [2020-04-02T23:03:44.422Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-04-02T23:03:44.422Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1039) [2020-04-02T23:03:44.422Z] OSType: windows [2020-04-02T23:03:44.422Z] Architecture: x86_64 [2020-04-02T23:03:44.422Z] CPUs: 4 [2020-04-02T23:03:44.422Z] Total Memory: 32GiB [2020-04-02T23:03:44.422Z] Name: azwin-2-356c60 [2020-04-02T23:03:44.422Z] ID: FWCA:TL6S:DBLL:LJE2:VKSI:ZK2P:LVV3:3E37:XUBC:FFMC:FMQJ:M5JB [2020-04-02T23:03:44.422Z] Docker Root Dir: D:\CI\PR-39946\22\daemon [2020-04-02T23:03:44.422Z] Debug Mode (client): false [2020-04-02T23:03:44.422Z] Debug Mode (server): true [2020-04-02T23:03:44.422Z] File Descriptors: -1 [2020-04-02T23:03:44.422Z] Goroutines: 18 [2020-04-02T23:03:44.422Z] System Time: 2020-04-02T23:03:34.9320341Z [2020-04-02T23:03:44.422Z] EventsListeners: 0 [2020-04-02T23:03:44.422Z] Registry: https://index.docker.io/v1/ [2020-04-02T23:03:44.422Z] Labels: [2020-04-02T23:03:44.422Z] Experimental: false [2020-04-02T23:03:44.422Z] Insecure Registries: [2020-04-02T23:03:44.422Z] 127.0.0.0/8 [2020-04-02T23:03:44.422Z] Live Restore Enabled: false [2020-04-02T23:03:44.422Z] [2020-04-02T23:03:44.422Z] [2020-04-02T23:03:44.422Z] INFO: Stopping daemon under test [2020-04-02T23:03:44.422Z] SUCCESS: The process with PID 7884 (child process of PID 5612) has been terminated. [2020-04-02T23:03:44.422Z] SUCCESS: The process with PID 5612 (child process of PID 8796) has been terminated. [2020-04-02T23:03:44.422Z] INFO: Stop tailing logs of the daemon under tests [2020-04-02T23:03:44.422Z] INFO: executeCI.ps1 Completed successfully at 04/02/2020 23:03:35. [2020-04-02T23:03:44.422Z] INFO: Tidying up at end of run [2020-04-02T23:03:44.422Z] INFO: Saving daemon under test log (d:\CI\PR-39946\22\dut.out) to C:\windows\TEMP\CIDUT.out [2020-04-02T23:03:44.422Z] INFO: Saving daemon under test log (d:\CI\PR-39946\22\dut.err) to C:\windows\TEMP\CIDUT.err [2020-04-02T23:03:44.422Z] INFO: Nuke-Everything... [2020-04-02T23:03:44.422Z] INFO: Container count on control daemon to delete is 2 [2020-04-02T23:03:44.422Z] fb34beee3980 [2020-04-02T23:03:44.422Z] 4a16c1cc77ae [2020-04-02T23:03:44.422Z] INFO: Non-base image count on control daemon to delete is 1 [2020-04-02T23:03:44.422Z] Deleted: sha256:0f19dc696e8fe118e1cf17ea1a7525e2d01cc1174b1ed62538e1396359469a84 [2020-04-02T23:03:44.422Z] Deleted: sha256:f2417cbcb627481cf3b5e82e9260f4b6c7358125ed350816a85a169cfded19a9 [2020-04-02T23:03:44.422Z] INFO: Tidying pidfile d:\CI\PR-39946\22\docker.pid [2020-04-02T23:03:44.422Z] INFO: Nuking d:\CI [2020-04-02T23:04:09.359Z] INFO: Zapped successfully [2020-04-02T23:04:09.359Z] [2020-04-02T23:04:09.359Z] INFO: executeCI.ps1 exiting at Thu Apr 2 23:04:09 CUT 2020. Duration 00:59:00.7641842 [2020-04-02T23:04:09.359Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-04-02T23:04:09.587Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-04-02T23:04:11.821Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2020-04-02T23:04:14.148Z] Archiving artifacts [2020-04-02T23:04:15.427Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39946/22/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-04-02T23:04:16.313Z] + make clean [2020-04-02T23:04:17.257Z] docker volume rm -f docker-dev-cache [2020-04-02T23:04:17.704Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS